summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-02-11Fix #4449Andrey Andreev2-28/+59
2016-02-10Fix a bug where CI_Session_memcached_driver doesn't write empty sessionsAndrey Andreev2-4/+8
Related: #3919
2016-02-10[ci skip] Add changelog entry for latest commitAndrey Andreev1-0/+1
2016-02-10[ci skip] Fix Memcached session lock handling and error checking around ↵Andrey Andreev1-9/+17
replace() usage
2016-02-09Rename back a variable changed by the last PR mergeAndrey Andreev1-4/+4
Because.
2016-02-09Merge pull request #4342 from jspreddy/sai/form_validation_refactorAndrey Andreev1-30/+36
Abstract error message fetching in Form_validation
2016-02-09[ci skip] WhitespaceAndrey Andreev1-1/+1
2016-02-09Add CI_Log test casesAndrey Andreev1-0/+64
2016-02-09Merge pull request #4323 from ↵Andrey Andreev1-3/+20
jspreddy/sai/log_line_formatting_extensibility_change Refactored CI_Log line formatting to allow extensibility
2016-02-09Merge pull request #4445 from damiengrandi/developAndrey Andreev1-9/+9
[ci skip] Update QB phpdoc returns
2016-02-08[ci skip] Add a changelog entry for PR #4437Andrey Andreev1-0/+1
2016-02-08Merge pull request #4437 from ivantcholakov/3.0-stableAndrey Andreev1-1/+1
Escape the $separator parameter for humanize() inflector helper
2016-02-07hunanize() helper: Escaping the $separator argument.Ivan Tcholakov1-1/+1
2016-02-06[ci skip] Note adjustment in docsAndrey Andreev1-2/+2
2016-02-06Merge pull request #4410 from ShrmnK/developAndrey Andreev5-22/+22
[ci skip] Consistent formatting of file paths and inline code in docs
2016-02-05[ci skip] Add changelog entry for PR #4424Andrey Andreev1-0/+1
2016-02-05Merge pull request #4424 from jonty-comp/developAndrey Andreev1-3/+16
[ci skip] Fix PHP session_write_close() warning when writing a new session to Redis
2016-02-05Fix another regression caused by 805eddaefd9503b5dbbd924bd6da66e29c4768f3Andrey Andreev2-3/+23
Also added a unit test for #4431
2016-02-05Fix a regression caused by 805eddaefd9503b5dbbd924bd6da66e29c4768f3Andrey Andreev1-2/+2
2016-02-05Fix #4431Andrey Andreev2-5/+5
2016-02-04[ci skip] fix commentClaudio Galdiolo1-1/+1
2016-02-04Add batch_size param to insert_batch(), update_batch()Andrey Andreev3-10/+25
This should resolve #42
2016-02-04Fix #4430Andrey Andreev2-0/+7
2016-02-04Fix #4427Andrey Andreev2-22/+24
2016-02-02Merge pull request #4419 from EpicKris/hotfix/database-forge-unique-docAndrey Andreev1-4/+6
[ci skip] Added docs for UNIQUE keys in DBForge
2016-01-30Fix #4415 and add unit tests for https://bugs.php.net/bug.php?id=51192Andrey Andreev3-0/+16
2016-01-29Fix an error from 6af9dd6e24687b6a7b9d14a058a47edcac761e61Andrey Andreev1-1/+1
Related: #4407
2016-01-29Fix #4407Andrey Andreev2-3/+19
2016-01-29Merge pull request #4411 from kenjis/fix-upgrade_300-1Andrey Andreev1-4/+4
[ci skip] Fix formatting of paths in 3.0.0 upgrade instructions
2016-01-29Fix a regression in Form helper caused by ↵Andrey Andreev2-2/+3
0139e6a4a99cbe9b0cc06f394fa12d5691193b72
2016-01-28Merge pull request #4408 from ShrmnK/developAndrey Andreev1-1/+1
[ci skip] Fixed minor typographical error in DCO doc
2016-01-27Fix #4401Andrey Andreev2-4/+5
2016-01-26Fix #4399Andrey Andreev2-15/+29
2016-01-25Fix #4395Andrey Andreev2-1/+16
2016-01-20[ci skip] Add changelog entry for PR #4384Andrey Andreev1-0/+1
2016-01-20[ci skip] Remove a trailing space from latest PR mergeAndrey Andreev1-1/+1
2016-01-20Respect $config['cur_page'] variable for paginationjekkos1-1/+5
After upgrading to CI3 I noticed that developers are able to determine the current page counter for pagination based on * Explicit query string parameters * URI segment configuration In earlier versions a developer could still set the current page counter in the pagination lib directly which is useful if you want to use pagination with HTTP POST instead of GET. This could be done by passing $config['cur_page'] = '10'; to the pagination function for link generation. Currently this code has changed and will always try to check whether the uri segment is a valid number or not, even if the cur_page variable was passed in the associative array, and fallback to zero if it fails to validate that result. This can be easily resolved by checking whether the counter was already set with a valid number from the $config array before trying to resolve it from the uri segment. This fix give a developer more flexibility and stop CI from overwriting the externally set value with an incorrect one. Signed-off-by: jekkos <jeroen.peelaerts@gmail.com>
2016-01-20Fix #4391Andrey Andreev2-7/+15
2016-01-20[ci skip] Fix a documentation error on output cache timesAndrey Andreev2-3/+3
2016-01-13Merge pull request #4378 from jtneal/patch-1Andrey Andreev1-1/+1
[ci skip] Fix a defined() typo in config/constants.php
2016-01-13[ci skip] Mark the start of 3.0.5 developmentAndrey Andreev6-5/+27
2016-01-13[ci skip] Fix a changelog lineAndrey Andreev1-1/+1
2016-01-12[ci skip] 2016 in index.phpAndrey Andreev1-2/+2
2016-01-11[ci skip] Update ellislab.com links to https tooAndrey Andreev174-174/+174
2016-01-11Alter a valid URL testAndrey Andreev1-1/+1
2016-01-11[ci skip] Update codeigniter.com links to httpsAndrey Andreev186-350/+350
2016-01-11[ci skip] Update webchat link in readmeAndrey Andreev1-1/+1
2016-01-11[ci skip] Bump year to 2016Andrey Andreev176-350/+350
2016-01-11Fix #4374Andrey Andreev2-0/+13
2016-01-11Merge pull request #4371 from feryardiant/contrib/mime-oggAndrey Andreev1-1/+1
[ci skip] Add extra mime for .ogg files