summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2014-12-04Flag the smiley helper and shopping cart as deprecated.James L Parry2-1/+3
2014-12-04Another correction following #3384Andrey Andreev1-2/+1
2014-12-03Some polishing following PR #3384Andrey Andreev1-5/+2
2014-12-03Fixed code style. Update changelog. #2349Stefano Mazzega1-3/+3
2014-12-03add querystring to page caching. #2349Stefano Mazzega1-3/+3
2014-12-03add querystring to page caching. #2349Stefano Mazzega1-0/+9
2014-12-02Fix an error from the previous commitAndrey Andreev1-1/+1
2014-12-02Some optimizations & polishing following PR #3381Andrey Andreev1-14/+5
2014-12-02Added changelog entryAhmad Anbar1-6/+6
2014-12-02Allow pulling multiple get/post ...etc at onceAhmad Anbar1-0/+12
2014-12-02Regressions ... #3380 #3194 ab9217e316a79bc8fab2840c8f5bd2b9bc7a4dc0Andrey Andreev2-4/+5
2014-12-01Improve on the fix for #3380Andrey Andreev1-1/+1
2014-12-01Fix a regression from the previous commitAndrey Andreev1-1/+1
2014-12-01Fix #3380Andrey Andreev1-1/+1
2014-11-23Fix an erroneous variable nameAndrey Andreev1-1/+1
2014-11-19Exposed the arguments to gzcompress by adding public variables to the Zip lib...garrettair1-1/+14
2014-11-18Force ORDER BY usage with OFFSET-FETCH on SQL ServerAndrey Andreev3-1/+7
2014-11-13Fix an issue with 'postgre' persistent connectionsAndrey Andreev1-14/+13
2014-11-13Merge pull request #3325 from preems/developAndrey Andreev1-2/+3
2014-11-13Removing empty linesMichael Granados2-2/+2
2014-11-12removed additional tabs and semicolonPreetham1-2/+2
2014-11-12#3073 (feature/session): Validate incoming session IDsAndrey Andreev1-21/+8
2014-11-12 Closing #656 and updating documentationPreetham1-3/+3
2014-11-12Fix #656 add font_size in create_captcha()Preetham1-2/+3
2014-11-12Making required changesMichael Granados2-5/+5
2014-11-11[ci skip] Update system/libraries/Session/ with the MIT license noticeAndrey Andreev6-103/+169
2014-11-11Fix merge conflictsAndrey Andreev166-2379/+4344
2014-11-11Fixed return.Razican1-0/+2
2014-11-11Remove URI filter for parenthesis and dollar symbols, as talked in #47.Razican1-7/+0
2014-11-10#3073 (feature/session): Enable Memcached::OPT_BINARY_PROTOCOLAndrey Andreev1-0/+1
2014-11-10#3073 (feature/session): (Try to) fix memcached driverAndrey Andreev1-1/+1
2014-11-09Verifying From header before send mailMichael Granados2-0/+7
2014-11-08Really fix #3318Andrey Andreev1-0/+2
2014-11-08Fix #3318Andrey Andreev1-1/+1
2014-11-07Fix #3317 ... MCrypt sucksAndrey Andreev1-0/+1
2014-11-07Simplify CI_Loader::lang() following #3316Andrey Andreev1-8/+1
2014-11-06Ability to pass array of language files to Language Library similar to Loader...Gabriel Potkány1-0/+8
2014-11-04#3310 Remove a dead lineAndrey Andreev1-1/+0
2014-11-04Fix #3310Andrey Andreev2-3/+2
2014-11-04#3073 (feature/session): Fix a typo from ff37ffe164443e53b24d529f967a1bdf065b...Andrey Andreev1-1/+1
2014-11-04#3073 (feature/session): Don't regenerate IDs on AJAX requestsAndrey Andreev1-1/+5
2014-11-04#3073 (feature/session): Implement automatic ID regenerationAndrey Andreev1-2/+13
2014-11-03Polish changes following #3305Andrey Andreev7-15/+42
2014-11-03Remove comment field definition from all other forge classesZachary Flower20-140/+0
2014-11-03Move MySQL comments to MySQL forge classes onlyZachary Flower4-36/+15
2014-11-03Move comment field after unique field in db forgeZachary Flower4-6/+6
2014-11-03Ensure forge comments are actually getting parsedZachary Flower1-0/+2
2014-11-03Disable database COMMENT field by default in all other DB Forge driversZachary Flower20-0/+140
2014-11-03Add support for the COMMENT field in DBForge and MySQL Forge classes (pdo, my...Zachary Flower4-0/+33
2014-11-02Fix write() for session_regenerate_id(TRUE)Shakespeare20001-5/+5