summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2016-03-12Changed the methods of working with serializable valuesMasterklavi1-30/+17
2016-03-07Merge pull request #4472 from vibbow/patch-1Andrey Andreev1-1/+1
2016-03-07Update CodeIgniter.phpvibbow1-1/+1
2016-02-29Merge pull request #4491 from roastduck/developAndrey Andreev1-1/+1
2016-02-29fix typo__RD1-1/+1
2016-02-29delete lock directly -> call _release_lock()__RD1-2/+1
2016-02-29[ci skip] fix commentClaudio Galdiolo1-1/+1
2016-02-28clean current lock key in redis session driverroastduck1-0/+1
2016-02-27Downgraded log level for some pesky messages to INFOsprakash44-6/+6
2016-02-23Fixed typoversalle881-1/+1
2016-02-23Removedversalle881-1/+1
2016-02-23Changed calls to class_exists to ignore __autoload() to match other callsversalle881-1/+1
2016-02-23Changed calls to class_exists to ignore __autoload() to match other callsversalle882-2/+2
2016-02-20Update CodeIgniter.phpvibbow1-1/+1
2016-02-15Merge pull request #4453 from EpicKris/feature/Autoload-Driver-Object-NameAndrey Andreev1-6/+10
2016-02-15Remove reference usage from last commit ... it's uselessAndrey Andreev1-1/+1
2016-02-15Pass CI_Config as a parameter to CI_URI constructorAndrey Andreev2-3/+3
2016-02-15Don't apply url_suffix, permitted_uri_chars to CLI requestsAndrey Andreev1-50/+68
2016-02-12Fixed syntax error.Kristian Matthews1-1/+1
2016-02-11Autoload Driver Object NamesKristian Matthews1-6/+10
2016-02-09Rename back a variable changed by the last PR mergeAndrey Andreev1-4/+4
2016-02-09Merge pull request #4342 from jspreddy/sai/form_validation_refactorAndrey Andreev1-30/+36
2016-02-09Merge branch '3.0-stable' into developAndrey Andreev8-43/+72
2016-02-09Code formatting changes, again. I am bad at this.Sai Phaninder Reddy Jonnala1-6/+5
2016-02-09Merge pull request #4323 from jspreddy/sai/log_line_formatting_extensibility_...Andrey Andreev1-3/+20
2016-02-09Merge pull request #4323 from jspreddy/sai/log_line_formatting_extensibility_...Andrey Andreev1-3/+20
2016-02-09Merge pull request #4445 from damiengrandi/developAndrey Andreev1-9/+9
2016-02-09fix a typo editDamien Grandi1-1/+1
2016-02-09Revert some previous changesDamien Grandi1-3/+3
2016-02-09Update DB_query_builder.php - phpdoc (some incorrect return type)Damien Grandi1-12/+12
2016-02-08Doc block formatting change.Sai Phaninder Reddy Jonnala1-4/+3
2016-02-08code styling changes as suggested by @narfbgSai Phaninder Reddy Jonnala1-21/+15
2016-02-07hunanize() helper: Escaping the $separator argument.Ivan Tcholakov1-1/+1
2016-02-05Merge pull request #4424 from jonty-comp/developAndrey Andreev1-3/+16
2016-02-05Merge pull request #4424 from jonty-comp/developAndrey Andreev1-3/+16
2016-02-05Fix regression on PHP7 when regenerating the session (#4362)Jonty Sewell1-1/+3
2016-02-05Fix another regression caused by 805eddaefd9503b5dbbd924bd6da66e29c4768f3Andrey Andreev1-3/+3
2016-02-05Fix a regression caused by 805eddaefd9503b5dbbd924bd6da66e29c4768f3Andrey Andreev1-2/+2
2016-02-05Fix #4431Andrey Andreev1-5/+4
2016-02-05Setting the flag to FALSE is unnecessary since it defaults to FALSE, therefor...Jonty Sewell1-10/+1
2016-02-05Set the _key_exists flag to TRUE when the key does in fact exist. Set it to ...Jonty Sewell1-2/+7
2016-02-05Add a flag to determine whether the redis key currently exists, and if not, f...Jonty Sewell1-2/+17
2016-02-05Revert previous changes - fixing the source of the problem rather than workin...Jonty Sewell1-9/+3
2016-02-04[ci skip] fix commentClaudio Galdiolo1-1/+1
2016-02-04[ci skip] fix commentClaudio Galdiolo1-1/+1
2016-02-04Add batch_size param to insert_batch(), update_batch()Andrey Andreev1-6/+6
2016-02-04Fix #4430Andrey Andreev1-0/+6
2016-02-04Fix #4427Andrey Andreev1-22/+23
2016-02-03If attempting to write an empty session to Redis, a key will not actually be ...Jonty Sewell1-3/+9
2016-01-30Fix #4415 and add unit tests for https://bugs.php.net/bug.php?id=51192Andrey Andreev1-0/+8