Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-07 | Fix #4475 | Andrey Andreev | 1 | -1/+8 | |
2016-03-07 | [ci skip] Fix transactions for the ibase driver | Andrey Andreev | 1 | -1/+1 | |
Reported via the forums: http://forum.codeigniter.com/thread-64559.html | |||||
2016-03-01 | [ci skip] Move flock() call in CI_Log::write_log() immediately after fopen() | Andrey Andreev | 1 | -2/+2 | |
2016-02-29 | [ci skip] Apply #4491 to Memcached driver | Andrey Andreev | 1 | -1/+1 | |
2016-02-29 | Merge pull request #4491 from roastduck/develop | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Clean current lock key on close() in redis session driver | |||||
2016-02-29 | Merge pull request #4495 from galdiolo/patch-15 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix a comment typo | |||||
2016-02-24 | Merge pull request #4480 from versalle88/develop | Andrey Andreev | 2 | -2/+2 | |
Changed class_exists() calls to ignore __autoload() | |||||
2016-02-15 | Merge pull request #4453 from EpicKris/feature/Autoload-Driver-Object-Name | Andrey Andreev | 1 | -6/+10 | |
Autoload Driver Object Names | |||||
2016-02-13 | [ci skip] Fix Memcached replace() result code checks in CI_Session | Andrey Andreev | 1 | -2/+2 | |
Related #3919 | |||||
2016-02-11 | Fix #4449 | Andrey Andreev | 1 | -26/+34 | |
2016-02-10 | Fix a bug where CI_Session_memcached_driver doesn't write empty sessions | Andrey Andreev | 1 | -4/+7 | |
Related: #3919 | |||||
2016-02-10 | [ci skip] Fix Memcached session lock handling and error checking around ↵ | Andrey Andreev | 1 | -9/+17 | |
replace() usage | |||||
2016-02-09 | Rename back a variable changed by the last PR merge | Andrey Andreev | 1 | -4/+4 | |
Because. | |||||
2016-02-09 | Merge pull request #4342 from jspreddy/sai/form_validation_refactor | Andrey Andreev | 1 | -30/+36 | |
Abstract error message fetching in Form_validation | |||||
2016-02-09 | Merge pull request #4323 from ↵ | Andrey Andreev | 1 | -3/+20 | |
jspreddy/sai/log_line_formatting_extensibility_change Refactored CI_Log line formatting to allow extensibility | |||||
2016-02-09 | Merge pull request #4445 from damiengrandi/develop | Andrey Andreev | 1 | -9/+9 | |
[ci skip] Update QB phpdoc returns | |||||
2016-02-07 | hunanize() helper: Escaping the $separator argument. | Ivan Tcholakov | 1 | -1/+1 | |
2016-02-05 | Merge pull request #4424 from jonty-comp/develop | Andrey Andreev | 1 | -3/+16 | |
[ci skip] Fix PHP session_write_close() warning when writing a new session to Redis | |||||
2016-02-05 | Fix another regression caused by 805eddaefd9503b5dbbd924bd6da66e29c4768f3 | Andrey Andreev | 1 | -3/+3 | |
Also added a unit test for #4431 | |||||
2016-02-05 | Fix a regression caused by 805eddaefd9503b5dbbd924bd6da66e29c4768f3 | Andrey Andreev | 1 | -2/+2 | |
2016-02-05 | Fix #4431 | Andrey Andreev | 1 | -5/+4 | |
2016-02-04 | [ci skip] fix comment | Claudio Galdiolo | 1 | -1/+1 | |
2016-02-04 | Add batch_size param to insert_batch(), update_batch() | Andrey Andreev | 1 | -6/+6 | |
This should resolve #42 | |||||
2016-02-04 | Fix #4430 | Andrey Andreev | 1 | -0/+6 | |
2016-02-04 | Fix #4427 | Andrey Andreev | 1 | -22/+23 | |
2016-01-30 | Fix #4415 and add unit tests for https://bugs.php.net/bug.php?id=51192 | Andrey Andreev | 1 | -0/+8 | |
2016-01-29 | Fix an error from 6af9dd6e24687b6a7b9d14a058a47edcac761e61 | Andrey Andreev | 1 | -1/+1 | |
Related: #4407 | |||||
2016-01-29 | Fix #4407 | Andrey Andreev | 1 | -3/+18 | |
2016-01-29 | Fix a regression in Form helper caused by ↵ | Andrey Andreev | 1 | -2/+2 | |
0139e6a4a99cbe9b0cc06f394fa12d5691193b72 | |||||
2016-01-27 | Fix #4401 | Andrey Andreev | 1 | -4/+4 | |
2016-01-26 | Fix #4399 | Andrey Andreev | 1 | -15/+28 | |
2016-01-25 | Fix #4395 | Andrey Andreev | 1 | -1/+15 | |
2016-01-20 | [ci skip] Remove a trailing space from latest PR merge | Andrey Andreev | 1 | -1/+1 | |
2016-01-20 | Respect $config['cur_page'] variable for pagination | jekkos | 1 | -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-20 | Fix #4391 | Andrey Andreev | 1 | -7/+11 | |
2016-01-20 | [ci skip] Fix a documentation error on output cache times | Andrey Andreev | 1 | -1/+1 | |
2016-01-13 | [ci skip] Mark the start of 3.0.5 development | Andrey Andreev | 1 | -1/+1 | |
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 172 | -172/+172 | |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 172 | -327/+327 | |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 172 | -344/+344 | |
2016-01-11 | Fix #4374 | Andrey Andreev | 1 | -0/+12 | |
2016-01-11 | Merge pull request #4369 from galdiolo/patch-12 | Andrey Andreev | 1 | -10/+6 | |
Optimize transactions check in CI_DB_driver::query() | |||||
2016-01-07 | MySQL stricton again ... remove the version condition | Andrey Andreev | 3 | -3/+3 | |
Ref: #4349 | |||||
2016-01-07 | Fix MySQL errors from latest commits | Andrey Andreev | 3 | -3/+3 | |
Ref: #4349 | |||||
2016-01-07 | Add MySQL stricton changes to mysqli and pdo/mysql drivers | Andrey Andreev | 3 | -20/+55 | |
2016-01-07 | Fix MySQL's 'stricton' feature | Andrey Andreev | 1 | -2/+20 | |
2016-01-07 | Add support for MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT | Andrey Andreev | 1 | -2/+15 | |
Available since PHP 5.6.16 | |||||
2016-01-07 | [ci skip] Add Oracle 12.1 OFFSET support to PDO_OCI as well | Andrey Andreev | 1 | -0/+8 | |
Reference: #4279 | |||||
2016-01-07 | Merge branch 'feature/oci_offset' into 3.0-stable | Andrey Andreev | 1 | -0/+8 | |
2016-01-07 | Fix #4362 | Andrey Andreev | 2 | -2/+8 | |