summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-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-14Cache_redis: Adding serialization support.Ivan Tcholakov1-2/+57
2014-08-10Polish changes following PR #3173Andrey Andreev2-5/+5
2014-08-10Merge pull request #3173 from ET-NiK/developAndrey Andreev2-2/+17
2014-08-08Using ImagePNG in CAPTCHA helperET-NiK2-2/+17
2014-08-06Merge pull request #3169 from Patroklo/developAndrey Andreev1-11/+14
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 Andreev2-1/+2
2014-07-31Last empty line removeMian Saleem1-1/+1
2014-07-31Update url_helper.phpMian Saleem0-0/+0
2014-07-31Update url_helper.phpMian Saleem0-0/+0
2014-07-31Support for menubar attribute to the :func:`anchor_popup()` Mian Saleem1-0/+1
2014-07-31Update url_helper.phpMian Saleem1-1/+1
2014-07-31Fix #3160Andrey Andreev1-2/+2
2014-07-31Fix #3161Andrey Andreev3-8/+13
2014-07-31anchor popup attribute missingMian Saleem1-2/+2
2014-07-14Merge pull request #3134 from kdazzle/patch-1Andrey Andreev2-1/+2
2014-07-14Add changelog entry for CSRF status code; remove line at EOFKyle Valade2-1/+2
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-12[ci skip] Add a note about CI_Driver (issue #3140)Andrey Andreev1-1/+5
2014-07-11Add setting ['composer_autoload']Andrey Andreev4-2/+44
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 Andreev4-4/+216
2014-07-07Fix a few typos and add a backport (compat) for hex2bin()Andrey Andreev7-28/+115
2014-07-06Return 403 instead of 500 if no CSRF token givenKyle Valade1-2/+2
2014-07-06Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developAndrey Andreev1-1/+1
2014-07-06Fix #3131Andrey Andreev1-0/+4
2014-07-05Merge pull request #3130 from dionysiosarvanitis/fix/pdo_result__list_fieldsAndrey Andreev1-1/+1
2014-07-05Missing looping index added. Without index empty rows returned for csv column...Dionysis Arvanitis1-1/+1
2014-07-02Remove GCM mode from CI_Encryption (OpenSSL)Andrey Andreev2-14/+8
2014-07-01Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developAndrey Andreev1-1/+1
2014-07-01Fix #3124Andrey Andreev1-2/+2
2014-06-29Merge pull request #3121 from GrahamCampbell/patch-1Andrey Andreev1-1/+1
2014-06-29Fixed eofGraham Campbell1-1/+1
2014-06-29Fixed typoGraham Campbell1-2/+2
2014-06-21Add CI_Encryption::create_key()Andrey Andreev2-5/+25
2014-06-21Fix a _potential_ flaw in password_hash()Andrey Andreev1-1/+4
2014-06-19[ci skip] Leftover from 1e83d69a52a85a4f568bfa086d658556acd48980Andrey Andreev1-2/+0
2014-06-19Remove the custom IV option from CI_EncryptionAndrey Andreev3-60/+37