summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2014-08-26ibase_driver add table/column aliaseshArpanet1-3/+3
2014-08-26Upgraded html_escape() - The simplest version.Ivan Tcholakov1-8/+1
2014-08-25Upgrading the function html_escape() - Readability Improvement 2.Ivan Tcholakov1-5/+11
2014-08-25Upgrading the function html_escape() - readability improvement.Ivan Tcholakov1-1/+3
2014-08-25Upgrading the function html_escape() - documentation corrections.Ivan Tcholakov1-4/+3
2014-08-25Upgrading the function html_escape(), escaping twice can be prevented by sett...Ivan Tcholakov1-4/+8
2014-08-24Fixed typo errorRougin Royce Gutib1-2/+2
2014-08-22Query builder, IS NOT NULL support #3194: Strict comparison.Ivan Tcholakov1-1/+1
2014-08-21Query builder: IS NOT NULL support implementation, see #3194Ivan Tcholakov1-0/+9
2014-08-21ibase_driver returning whitespace in table/column nameshArpanet1-3/+3
2014-08-18Fix a wrong variable name from previous commitAndrey Andreev1-1/+1
2014-08-18Optimize Redis serialized values supportAndrey Andreev1-17/+19
2014-08-18Merge pull request #3186 from ivantcholakov/feature/cache-redis-serializationAndrey Andreev1-3/+48
2014-08-18Cache_redis: A code-styling correction..Ivan Tcholakov1-1/+1
2014-08-18Cache_redis: Optimizations.Ivan Tcholakov1-2/+2
2014-08-18Cache_redis: Polishing.Ivan Tcholakov1-7/+4
2014-08-18Cache_redis: Refactoring if delete() method.Ivan Tcholakov1-3/+3
2014-08-18Cache_redis, save() method: An optimization, moving sRemove call.Ivan Tcholakov1-2/+1
2014-08-18[ci skip] Polish changes from PR #3176Andrey Andreev1-6/+6
2014-08-18Merge pull request #3176 from caseyh/developAndrey Andreev1-4/+7
2014-08-18Alter Pull #3176 to follow discussioncaseyh1-4/+4
2014-08-18Cache_redis, delete() method: Try to remove a key from Redis auxilary set onl...Ivan Tcholakov1-3/+6
2014-08-18Cache_redis, delete() method: Bringing back a line of code.Ivan Tcholakov1-0/+3
2014-08-18Cache_redis, Hardcoded name for the auxilary Redis set - '_ci_redis_serialized'.Ivan Tcholakov1-8/+3
2014-08-18Cache_redis, delete() method: Removing code for updating the internal cache, ...Ivan Tcholakov1-7/+0
2014-08-18Cache_redis: Strinct array_search() for now.Ivan Tcholakov1-3/+3
2014-08-18Cache_redis: AND -> && correction, srrict in_array() check.Ivan Tcholakov1-1/+1
2014-08-15Fix #3187Andrey Andreev1-1/+1
2014-08-14Cache_redis: Adding serialization support.Ivan Tcholakov1-2/+57
2014-08-11CSRF whitelist supports regexCasey Hancock1-4/+7
2014-08-10Polish changes following PR #3173Andrey Andreev1-4/+4
2014-08-08Using ImagePNG in CAPTCHA helperET-NiK1-2/+16
2014-08-06Change name didn't work if reset initialization it's trueJoseba Juániz1-11/+14
2014-08-05Fix #3123Andrey Andreev1-1/+1
2014-08-01Make CI_Pagination properties per_page, cur_page publicAndrey Andreev1-38/+38
2014-07-31Merge pull request #3162 from MianSaleem/patch-1Andrey Andreev1-1/+1
2014-07-31Last empty line removeMian Saleem1-1/+1
2014-07-31Update url_helper.phpMian Saleem1-1/+1
2014-07-31Fix #3160Andrey Andreev1-2/+2
2014-07-31Fix #3161Andrey Andreev2-8/+12
2014-07-31anchor popup attribute missingMian Saleem1-2/+2
2014-07-14Merge pull request #3134 from kdazzle/patch-1Andrey Andreev1-1/+1
2014-07-14Add changelog entry for CSRF status code; remove line at EOFKyle Valade1-1/+1
2014-07-12Fix CI_Encryption::substr() for PHP 5.3Andrey Andreev1-1/+4
2014-07-12Fix CI_Encryption::substr() usage of mb_substr()Andrey Andreev1-1/+1
2014-07-11Add setting ['composer_autoload']Andrey Andreev1-0/+17
2014-07-07Continuing from previous commit ... use CI_Encryption::substr()Andrey Andreev1-8/+8
2014-07-07Fix potential bugs in password_hash(), CI_EncryptionAndrey Andreev2-11/+59
2014-07-07Add a backport (compat) for quoted_printable_encode()Andrey Andreev1-2/+90
2014-07-07Fix a few typos and add a backport (compat) for hex2bin()Andrey Andreev2-3/+50