Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-09-29 | Fix auto_link | Uekawa | 1 | -1/+1 | |
2017-06-19 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
Conflicts resolved: system/core/CodeIgniter.php tests/codeigniter/libraries/Form_validation_test.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst | |||||
2017-05-25 | [ci skip] Doc changes following PR #5130 | Andrey Andreev | 1 | -1/+1 | |
2017-05-25 | Merge pull request #5130 from aroche/patch-2 | Andrey Andreev | 1 | -7/+1 | |
Allow arbitrary strings as extra attributes in form_label | |||||
2017-05-24 | fix bad attribute handling of form_label | aroche | 1 | -7/+1 | |
When passing a string for extra attributes in form_label helper function, these attributes were skipped. | |||||
2017-05-09 | Merge pull request #5108 from ft23/patch-1 | Andrey Andreev | 1 | -0/+1 | |
quizzes singular doesn't work | |||||
2017-05-06 | quizzes singular is doesnt work. | Fatih Turan | 1 | -0/+1 | |
2017-03-24 | Merge branch '3.1-stable' into develop | Andrey Andreev | 4 | -7/+8 | |
Conflicts resolved: system/core/CodeIgniter.php system/core/Common.php system/core/Input.php system/helpers/cookie_helper.php tests/codeigniter/helpers/html_helper_test.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst user_guide_src/source/libraries/input.rst | |||||
2017-03-06 | Fix #5044; add unit tests for img() HTML helper | Andrey Andreev | 1 | -1/+1 | |
2017-03-01 | [ci skip] Remove a misleading comment from the docblock for random_string() | Andrey Andreev | 1 | -3/+1 | |
2017-02-15 | Do not fail if the array pointer is after the element | vlakoff | 1 | -0/+1 | |
2017-02-14 | Don't duplicate is_file and filesize checks | Zach Ploskey | 1 | -10/+5 | |
Move duplicate is_file and file_size checks out of if/else branches. Signed-off-by: Zach Ploskey <zach@ploskey.com> | |||||
2017-02-01 | Fix a CI_Input::set_cookie() bug | Andrey Andreev | 1 | -1/+1 | |
Found on StackOverflow: https://stackoverflow.com/questions/41925028/codeigniter-config-overrides-set-cookie-parameters | |||||
2017-01-19 | Fix byte-safety issues & actually test for them | Andrey Andreev | 1 | -2/+5 | |
2017-01-16 | [ci skip] Fix #4985 | Andrey Andreev | 1 | -1/+1 | |
2017-01-10 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -6/+35 | |
Conflicts resolved: system/core/CodeIgniter.php system/database/drivers/sqlite/sqlite_driver.php system/database/drivers/sqlite/sqlite_forge.php system/database/drivers/sqlite/sqlite_result.php system/database/drivers/sqlite/sqlite_utility.php system/helpers/email_helper.php system/helpers/smiley_helper.php system/libraries/Cart.php system/libraries/Email.php system/libraries/Image_lib.php system/libraries/Javascript.php system/libraries/Javascript/Jquery.php system/libraries/Session/SessionHandlerInterface.php user_guide_src/source/changelog.rst user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst | |||||
2017-01-06 | Merge pull request #4825 from gxgpet/develop | Andrey Andreev | 1 | -9/+3 | |
Download helper improvement on reading phase | |||||
2017-01-06 | [ci skip] A cosmetic change to the PR #4251 | Andrey Andreev | 1 | -2/+2 | |
2017-01-06 | [ci skip] Merge pull request #4251 from dimitribalazs/patch-2 | Andrey Andreev | 1 | -2/+3 | |
Added alt attribute functionality to captcha helper | |||||
2017-01-04 | Close #4904 | Andrey Andreev | 1 | -2/+2 | |
2017-01-04 | [ci skip] Try to mitigate BREACH attacks against CSRF tokens | Andrey Andreev | 1 | -6/+35 | |
2017-01-03 | [ci skip] Update year number in remaining files that were recently deleted ↵ | Andrey Andreev | 2 | -4/+4 | |
from develop | |||||
2017-01-03 | Update copyright data to 2017 | Master Yoda | 19 | -38/+38 | |
2016-12-31 | Update copyright data to 2017 | Master Yoda | 19 | -38/+38 | |
2016-12-16 | Merge pull request #4945 from vlakoff/text_helper | Andrey Andreev | 1 | -1/+1 | |
Small code simplification in character_limiter() | |||||
2016-12-15 | Small code simplification in character_limiter() | vlakoff | 1 | -1/+1 | |
2016-12-14 | Remove dead parameter from form_upload() | Andrey Andreev | 1 | -2/+1 | |
Close #3558 | |||||
2016-12-14 | Remove 'global_xss_filtering' config setting | Andrey Andreev | 1 | -2/+1 | |
2016-12-12 | Remove previously deprecated Smiley Helper | Andrey Andreev | 1 | -255/+0 | |
2016-12-01 | Remove previously deprecated Form Helper function form_prep() | Andrey Andreev | 1 | -19/+0 | |
2016-12-01 | Remove previously deprecated File Helper function read_file() | Andrey Andreev | 1 | -20/+0 | |
2016-12-01 | Remove previously deprecates String Helper functions trim_slashes(), repeater() | Andrey Andreev | 1 | -47/+0 | |
2016-12-01 | Remove previously deprecated HTML helper functions br(), nbs() | Andrey Andreev | 1 | -34/+0 | |
2016-12-01 | Remove previously deprecated Security Helper function do_hash() | Andrey Andreev | 1 | -24/+0 | |
2016-12-01 | Remove previously deprecated Date Helper function standard_date() | Andrey Andreev | 1 | -40/+0 | |
2016-12-01 | Remove previously deprecated Email Helper | Andrey Andreev | 1 | -84/+0 | |
2016-12-01 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -2/+3 | |
2016-11-23 | [ci skip] Deprecate nice_date() | Andrey Andreev | 1 | -0/+1 | |
2016-11-23 | Fix #4917 | Andrey Andreev | 1 | -2/+2 | |
2016-11-01 | strict comparison of 1. | George PETCULESCU | 1 | -1/+1 | |
2016-11-01 | fixed when $filename is an array with a different count than 1. | George PETCULESCU | 1 | -1/+6 | |
2016-11-01 | Fixed coding style (this time for real) | gxgpet | 1 | -2/+2 | |
2016-11-01 | if download helper receives a numeric array now it won't work | George Petculescu | 1 | -0/+5 | |
2016-10-31 | fixed coding style (2) | George PETCULESCU | 1 | -1/+1 | |
2016-10-31 | fixed coding style | George PETCULESCU | 1 | -1/+1 | |
2016-10-31 | single entry restriction if $filename is an array | George Petculescu | 1 | -1/+1 | |
2016-10-31 | download helper should be able to offer a download by reading a local file ↵ | George Petculescu | 1 | -7/+21 | |
and also a custom destination filename. | |||||
2016-10-28 | [ci skip] Clear trailing whitespace from PR #4834 | Andrey Andreev | 1 | -1/+1 | |
2016-10-21 | [ci skip] Add changelog entry for PR #4862 | Andrey Andreev | 1 | -3/+3 | |
2016-10-21 | fixed small coding style issues | gxgpet | 1 | -5/+4 | |