Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-01-08 | [ci skip] Fix #5674 | Andrey Andreev | 1 | -2/+2 | |
2019-01-04 | Merge pull request #5661 from sapics/travis-add-php7.3 | Andrey Andreev | 1 | -0/+3 | |
Add PHP 7.3 tests on Travis | |||||
2019-01-04 | Merge pull request #5659 from aanbar/validation_reset_data | Andrey Andreev | 1 | -1/+1 | |
Fix #5605 | |||||
2019-01-02 | [ci skip] Merge pull request #5657 from pawelkg/fix_html_helper | Andrey Andreev | 1 | -1/+1 | |
Fix html helper | |||||
2019-01-01 | Merge pull request #5662 from jim-parry/copyright2019 | Instructor, BCIT | 167 | -332/+332 | |
Update copyright date to 2019 | |||||
2018-12-27 | Update copyright date to 2019 | Jim Parry | 167 | -332/+332 | |
2018-12-27 | Add PHP 7.3 tests on Travis | Takahiro Nishino | 1 | -0/+3 | |
2018-12-24 | if we are not validating an array & the post data contains an array then ↵ | Ahmad Anbar | 1 | -1/+1 | |
nullify the post data for the field | |||||
2018-12-17 | Change comparison operator to assignment, which it should be. | Paweł Kłopotek-Główczewski | 1 | -1/+1 | |
2018-12-17 | Merge remote-tracking branch 'codeigniter/develop' into develop | Paweł Kłopotek-Główczewski | 1 | -1/+1 | |
2018-12-17 | Merge remote-tracking branch 'remotes/CodeIgniter/master' into develop | Paweł Kłopotek-Główczewski | 0 | -0/+0 | |
2018-12-17 | [ci skip] Merge pull request #5652 from Khuthaily/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Add px to width and height inline style output of create_captcha() | |||||
2018-12-17 | [ci skip] Merge pull request #5651 from pawelkg/develop | Andrey Andreev | 1 | -1/+1 | |
Test if cache file is writable before unlink it | |||||
2018-12-12 | Fix tabs | Paweł Kłopotek-Główczewski | 1 | -1/+1 | |
2018-12-09 | Add px to width and height for inline style | Khaled | 1 | -1/+1 | |
The image's width and height are always more than 0; so, adding "px" after the width and height is necessary for HTML validation. | |||||
2018-12-09 | Test if cache file is writable before unlink it | Paweł Kłopotek-Główczewski | 1 | -1/+1 | |
2018-09-10 | [ci skip] Merge pull request #5592 from Tusharmalik/develop | Andrey Andreev | 1 | -3/+3 | |
corrected the serial number of 'source/installation/upgrade_319' | |||||
2018-09-10 | corrected the serial number of 'source/installation/upgrade_319' and changed ↵ | tusharmalik | 1 | -3/+3 | |
the heading size | |||||
2018-09-05 | [ci skip] Merge pull request #5583 from johndekroon/develop | Andrey Andreev | 1 | -1/+2 | |
Documented undocumented feature | |||||
2018-09-03 | Documented undocumented feature | John de Kroon | 1 | -1/+2 | |
The 'none' option is a valid option, which was documented in the 2.x documentation. I added it since it is still supported in 3.x. | |||||
2018-09-03 | Merge pull request #1 from bcit-ci/develop | John de Kroon | 214 | -496/+675 | |
Update from source | |||||
2018-08-22 | [ci skip] Drop a dead return statement | Andrey Andreev | 1 | -1/+0 | |
2018-08-22 | [ci skip] Merge pull request #5570 from mfigueroa/patch-1 | Andrey Andreev | 1 | -2/+2 | |
Fix grammar mistakes in cli.rst | |||||
2018-08-22 | [ci skip] Merge pull request #5568 from achraf52/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Corrected wrong "email" library link | |||||
2018-08-22 | [ci skip] Add exceptions for 2 error cases in FV set_rules() | Andrey Andreev | 1 | -1/+2 | |
2018-08-16 | Fix grammar mistakes in cli.rst | Manuel Figueroa | 1 | -2/+2 | |
2018-08-15 | Update changelog.rst | Achraf Almouloudi | 1 | -1/+1 | |
2018-08-13 | Merge pull request #5566 from achraf52/patch-1 | Lonnie Ezell | 1 | -2/+2 | |
Fixed typo in Encryption documentation | |||||
2018-08-13 | Update encryption.rst | Achraf Almouloudi | 1 | -2/+2 | |
2018-07-22 | [ci skip] Add changelog entry for PR #5531 | Andrey Andreev | 1 | -0/+1 | |
2018-07-22 | Merge pull request #5531 from tianhe1986/develop_input_array_notation | Andrey Andreev | 2 | -6/+38 | |
Input: considering nested array keys in `get_post` and `post_get` | |||||
2018-06-26 | Using `isset`. | tianhe1986 | 1 | -2/+2 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2018-06-22 | Adding unit test. | tianhe1986 | 1 | -0/+34 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2018-06-22 | Using null comparison instead of isset(). | tianhe1986 | 1 | -6/+4 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2018-06-15 | Merge branch '3.1-stable' into develop | Andrey Andreev | 2 | -4/+5 | |
2018-06-15 | [ci skip] Fix #5526 | Andrey Andreev | 2 | -1/+4 | |
2018-06-12 | Merge branch '3.1-stable' into develop | Andrey Andreev | 11 | -3/+133 | |
Conflicts resolved: system/core/CodeIgniter.php system/libraries/Email.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 | |||||
2018-06-12 | [ci skip] Mark the start of 3.1.10 development | Andrey Andreev | 6 | -4/+25 | |
2018-06-12 | Merge branch '3.1-stable' | Andrey Andreev | 226 | -633/+958 | |
2018-06-12 | [ci skip] Prepare 3.1.9 release | Andrey Andreev | 9 | -5/+104 | |
2018-06-12 | [ci skip] Add a changelog entry for PR #5510 | Andrey Andreev | 1 | -0/+1 | |
2018-06-12 | Merge pull request #5510 from johndekroon/develop | Andrey Andreev | 2 | -3/+15 | |
Only use the output of idn_to_ascii() if it worked properly | |||||
2018-06-12 | [ci skip] Correct an erroneous variable name from PR #5510 | Andrey Andreev | 1 | -1/+1 | |
2018-06-12 | Merge pull request #5510 from johndekroon/develop | Andrey Andreev | 2 | -3/+15 | |
Only use the output of idn_to_ascii() if it worked properly | |||||
2018-06-11 | Fixing codestyle | John de Kroon | 2 | -3/+3 | |
2018-06-04 | [ci skip] Update upgrade instructions for PR #5512 | Andrey Andreev | 1 | -0/+7 | |
2018-06-04 | [ci skip] Merge pull request #5512 from gxgpet/develop | Andrey Andreev | 1 | -1/+2 | |
mimes.php: 7z file types changes | |||||
2018-06-04 | [ci skip] Merge pull request #5512 from gxgpet/develop | Andrey Andreev | 1 | -1/+2 | |
mimes.php: 7z file types changes | |||||
2018-06-01 | Adding 7zip extension to mimes.php | George Petculescu | 1 | -0/+1 | |
Adding 7zip extension back as BC safety measure | |||||
2018-06-01 | [ci skip] Close #5482 | Andrey Andreev | 3 | -11/+25 | |