summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Collapse)AuthorFilesLines
2014-11-23Fix an erroneous variable nameAndrey Andreev1-1/+1
Close #3356 Close #3367
2014-11-19Exposed the arguments to gzcompress by adding public variables to the Zip ↵garrettair1-1/+14
library.
2014-11-18Force ORDER BY usage with OFFSET-FETCH on SQL ServerAndrey Andreev3-1/+7
Close #3128 Close #3332 Close #3334 Close #3335
2014-11-13Fix an issue with 'postgre' persistent connectionsAndrey Andreev1-14/+13
Basically, they were never persistent.
2014-11-13Merge pull request #3325 from preems/developAndrey Andreev1-2/+3
closing #656 add font_size in create_captcha()
2014-11-13Removing empty linesMichael Granados2-2/+2
Signed-off-by: Michael Granados <michaelgranados@gmail.com>
2014-11-12removed additional tabs and semicolonPreetham1-2/+2
Signed-off-by: Preetham <me@preetham.in>
2014-11-12#3073 (feature/session): Validate incoming session IDsAndrey Andreev1-21/+8
2014-11-12 Closing #656 and updating documentationPreetham1-3/+3
Signed-off-by: Preetham <me@preetham.in>
2014-11-12Fix #656 add font_size in create_captcha()Preetham1-2/+3
2014-11-12Making required changesMichael Granados2-5/+5
Signed-off-by: Michael Granados <michaelgranados@gmail.com>
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
Signed-off-by: Razican <admin@razican.com>
2014-11-11Remove URI filter for parenthesis and dollar symbols, as talked in #47.Razican1-7/+0
Signed-off-by: Razican <admin@razican.com>
2014-11-10#3073 (feature/session): Enable Memcached::OPT_BINARY_PROTOCOLAndrey Andreev1-0/+1
Otherwise Memcached::touch() doesn't work.
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
Signed-off-by: Michael Granados <michaelgranados@gmail.com>
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 ↵Gabriel Potkány1-0/+8
Loader Library
2014-11-04#3310 Remove a dead lineAndrey Andreev1-1/+0
2014-11-04Fix #3310Andrey Andreev2-3/+2
Regression caused by 4b838af40d77684539dd40461bd92e6e453fe675 Quite possibly related to #3308
2014-11-04#3073 (feature/session): Fix a typo from ↵Andrey Andreev1-1/+1
ff37ffe164443e53b24d529f967a1bdf065bff3a
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
Also add support for field comments in PostgreSQL & Oracle ... only via alter_table() for now :/
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
Signed-off-by: Zachary Flower <zach@ninjaninja.net>
2014-11-03Disable database COMMENT field by default in all other DB Forge driversZachary Flower20-0/+140
Signed-off-by: Zachary Flower <zach@ninjaninja.net>
2014-11-03Add support for the COMMENT field in DBForge and MySQL Forge classes (pdo, ↵Zachary Flower4-0/+33
mysql, and mysqli) Signed-off-by: Zachary Flower <zach@ninjaninja.net>
2014-11-02Fix write() for session_regenerate_id(TRUE)Shakespeare20001-5/+5
Switching the if statements, because destroy() already removed the lock.
2014-10-31Merge branch 'feature/session' of github.com:bcit-ci/CodeIgniter into ↵Andrey Andreev1-1/+1
feature/session
2014-10-31#3073 (feature/session): Fix session_regenerate_id() issuesAndrey Andreev5-27/+95
2014-10-28Add a real exception handlerAndrey Andreev3-9/+77
Close #1590 Close #3200
2014-10-28Close #3292Andrey Andreev1-1/+3
2014-10-27[ci skip] Switch to MIT license; close #3293Andrey Andreev168-2368/+4233
2014-10-27Revert "#3073 (feature/session): Fix a GC issue with the files driver"Andrey Andreev1-1/+1
This reverts commit c5519ce166943b744bbea75a87831132aced4247.
2014-10-26#3073 (feature/session): set_flashdata() crapAndrey Andreev1-1/+1
2014-10-26#3073 (feature/session): Fix a GC issue with the files driverAndrey Andreev1-1/+1
2014-10-23Fix #3283Andrey Andreev1-1/+1
2014-10-20Escape the array elements separately and join them in compile_binds()clawoo1-2/+7
2014-10-19We can preserve transparency for PNG imagesДмитрий1-1/+8
2014-10-18Escape arrays sent as binding values for database queries.clawoo1-1/+6
2014-10-10Fix #3270Andrey Andreev1-5/+2
Related: #3268, 4bdb66759c24c41fefec7952b12a0595a671eaa2
2014-10-07#3253Andrey Andreev1-1/+1