Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-07 | Implement data:image URIs in CAPTCHA helper | Andrey Andreev | 2 | -8/+10 | |
Also, switched to PNG by default and dropped JPEG; refactored image files GC. Close #5200 | |||||
2017-10-25 | Missing links for CI2 versions on documentation | gonzalo-massa | 1 | -0/+3 | |
Download links for CodeIgniter versions 2.2.4, 2.2.5 and 2.2.6 added to documentation (Installation > Downloading CodeIgniter) | |||||
2017-10-16 | Merge branch '3.1-stable' into develop | Andrey Andreev | 2 | -2/+15 | |
2017-10-16 | [ci skip] Use INTL_IDNA_VARIANT_UCS46 to convert non-ASCII domain names in ↵ | Andrey Andreev | 1 | -0/+5 | |
emails Close #5300 | |||||
2017-10-13 | Fix #5297 | Andrey Andreev | 1 | -0/+1 | |
2017-10-09 | [ci skip] Merge pull request #5295 from mamat-rahmat/fix-docs-code-block | Andrey Andreev | 1 | -2/+2 | |
Fix broken .htaccess example code-block | |||||
2017-10-09 | [ci skip] Merge pull request #5295 from mamat-rahmat/fix-docs-code-block | Andrey Andreev | 1 | -2/+2 | |
Fix broken .htaccess example code-block | |||||
2017-10-09 | [ci skip] Merge pull request #5292 from ajdunn2/develop | Andrey Andreev | 1 | -1/+1 | |
Small spelling fix | |||||
2017-10-09 | Fix broken .htaccess example code-block | Mamat Rahmat | 1 | -2/+2 | |
- remove double colon before code-block - change lexer into apacheconf Fixes #5283 Signed-off-by: Mamat Rahmat <coderbodoh@gmail.com> | |||||
2017-10-08 | Small spelling fix | AJ Dunn | 1 | -1/+1 | |
Missing ‘e’ in word ‘certificates’. Signed-off-by: AJ Dunn <andrew.dunn2@outlook.com.au> | |||||
2017-10-04 | [ci skip] Fix a typo in pagination docs | Andrey Andreev | 1 | -2/+2 | |
2017-10-03 | [ci skip] Add changelog entry for #5282 | Andrey Andreev | 1 | -0/+1 | |
2017-10-02 | [ci skip] Drop docs section about short PHP tags (close #5280) | Andrey Andreev | 1 | -15/+1 | |
2017-09-29 | Add testcase and changelog entry for #5278 | Andrey Andreev | 1 | -0/+1 | |
2017-09-27 | Fix #5276 | Andrey Andreev | 1 | -0/+5 | |
2017-09-25 | Merge branch '3.1-stable' into develop | Andrey Andreev | 5 | -2/+61 | |
2017-09-25 | [ci skip] Mark the start of 3.1.7-dev | Andrey Andreev | 5 | -3/+25 | |
2017-09-25 | [ci skip] Prepare 3.1.6 release | Andrey Andreev | 3 | -4/+4 | |
2017-09-25 | [ci skip] Add upgrade instructions about the APC deprecation | Andrey Andreev | 1 | -0/+14 | |
2017-09-25 | [ci skip] Fix potential object injection in apc cache driver; deprecate the ↵ | Andrey Andreev | 1 | -0/+5 | |
apc driver | |||||
2017-09-16 | [ci skip] Merge pull request #5265 from mehdibo/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Fixed dbprefix() documentation | |||||
2017-09-16 | Fixed dbprefix() | Mehdi Bounya | 1 | -1/+1 | |
$this->db->set_dbprefix('newprefix'); $this->db->dbprefix('tablename'); Would output newprefixtablename not newprefix_tablename | |||||
2017-09-13 | Fix #5260 | Andrey Andreev | 1 | -0/+2 | |
2017-09-04 | Fix #5246 | Andrey Andreev | 1 | -0/+1 | |
2017-08-31 | [ci skip] Add changelog entry for #5243 | Andrey Andreev | 1 | -0/+1 | |
2017-08-29 | Polish changes from & add changelog entry for PR #5242 | Andrey Andreev | 1 | -0/+1 | |
Also, further simplified the join() logic | |||||
2017-08-25 | [ci skip] Fix #5236 | Andrey Andreev | 1 | -0/+1 | |
2017-08-07 | [ci skip] Update docs & add changelog entry for PR #5217 | Andrey Andreev | 2 | -1/+2 | |
2017-07-21 | [ci skip] Merge pull request #5191 from jim-parry/patch/docs | Andrey Andreev | 4 | -6/+6 | |
Fix some mistakes in the user guide | |||||
2017-07-21 | [ci skip] Merge pull request #5191 from jim-parry/patch/docs | Andrey Andreev | 4 | -6/+6 | |
Fix some mistakes in the user guide | |||||
2017-07-20 | Added code-block tag to make sphinx happy with urls.rst | Master Yoda | 1 | -0/+2 | |
2017-07-20 | Remove changes to general/urls.rst | Master Yoda | 1 | -2/+2 | |
2017-07-20 | Fix some mistakes in the user guide | Master Yoda | 4 | -8/+6 | |
2017-07-20 | [ci skip] Fix changelog entries (errors detected while testing #5188) | Andrey Andreev | 1 | -2/+2 | |
2017-07-17 | [ci skip] escapeshellarg on the image src path passed to NetPBM by Image_lib | Andrey Andreev | 1 | -0/+1 | |
2017-07-14 | [ci skip] Add changelog entry for #5183 | Andrey Andreev | 1 | -0/+1 | |
2017-07-10 | [ci skip] Add changelog entry for #5128 | Andrey Andreev | 1 | -0/+1 | |
2017-07-06 | [ci skip] Add changelog entry for PR #5170 | Andrey Andreev | 1 | -0/+4 | |
2017-07-03 | [ci skip] Fix #5168 | Andrey Andreev | 1 | -0/+1 | |
2017-06-27 | Fix #5164 | Andrey Andreev | 1 | -0/+5 | |
2017-06-26 | [ci skip] Merge pull request #5162 from hex-ci/patch-3 | Andrey Andreev | 1 | -1/+1 | |
Fix a spelling typo in security docs | |||||
2017-06-25 | Fix the spelling of the word. | Hex | 1 | -1/+1 | |
2017-06-22 | Close #4134: Allow dots in alias names detected by QB | Andrey Andreev | 2 | -2/+4 | |
2017-06-22 | Implement #2436 (access to FV processed data) | Andrey Andreev | 2 | -1/+21 | |
2017-06-22 | [ci skip] Close #3711 | Andrey Andreev | 2 | -4/+9 | |
2017-06-21 | Implement #193: Validating entire arrays in a single function call | Andrey Andreev | 1 | -0/+1 | |
2017-06-21 | [ci skip] Add changelog entry for PR #5159 | Andrey Andreev | 1 | -0/+1 | |
2017-06-19 | Merge branch '3.1-stable' into develop | Andrey Andreev | 5 | -4/+43 | |
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-06-19 | [ci skip] Starting 3.1.6-dev | Andrey Andreev | 5 | -3/+25 | |
2017-06-19 | [ci skip] Prepare 3.1.5 release | Andrey Andreev | 3 | -5/+5 | |