summaryrefslogtreecommitdiffstats
path: root/system/libraries
AgeCommit message (Collapse)AuthorFilesLines
2015-01-20Pagination: Add 'use_global_url_suffix' settingAndrey Andreev1-0/+12
Resolves issue #1887
2015-01-20[ci skip] Change some log messages' levelAndrey Andreev23-23/+25
'Class Loaded' type of messages flood log files when log_threshold is set to 2 (debug). They're now logged as 'info' level. This is manually applying PR #1528, which was created to do the same thing, but became outdated.
2015-01-19A minor header update, CI_Session_driver.Ivan Tcholakov1-1/+1
2015-01-19[ci skip] feature/session (#3073): Add missing method docblocksAndrey Andreev6-0/+267
2015-01-19feature/session (#3073): Add CI_Session:: as reference toAndrey Andreev1-0/+9
For backwards compatibility purposes.
2015-01-19feature/session (#3073): Fix non-existing variable errorAndrey Andreev1-1/+1
2015-01-19feature/session (#3073): Only PostgreSQL data should be base64-encodedAndrey Andreev1-4/+15
2015-01-15feature/session (#3073): Third time is the charmAndrey Andreev1-1/+1
2015-01-15feature/session (#3073): Fix an error from previous patchAndrey Andreev1-5/+4
2015-01-15[ci skip] Add a note about sess_table_nameAndrey Andreev1-0/+1
2015-01-15feature/session (#3073): Improve PostgreSQL storageAndrey Andreev1-10/+18
Use a TEXT field with Base64-encoded data under PostgreSQL. Also, renamed a variable.
2015-01-14Fix #3473Andrey Andreev1-25/+5
I don't know why I thought of semaphores in the first place ...
2015-01-12[ci skip] Remove PHP version from license notices and bump yearAndrey Andreev6-18/+18
2015-01-12Merge branch 'develop' into feature/sessionAndrey Andreev32-126/+136
2015-01-12[ci skip] Polish changes from PR #3278Andrey Andreev1-2/+2
2015-01-12Merge pull request #3278 from b1tc0re/patch-1Andrey Andreev1-1/+8
We can preserve transparency for PNG images
2015-01-12Updated to use the language fileAhmad Anbar1-1/+1
2015-01-11Show the name of the field that doesn't have error message set.Ahmad Anbar1-1/+1
2015-01-09Bulk (mostly documentation) updateAndrey Andreev34-117/+117
- Remove PHP version from license notices - Bump year number in copyright notices - Recommend PHP 5.4 or newer to be used - Tell Travis-CI to test on PHP 5.3.0 instead of the latest 5.3 version Related: #3450
2015-01-05Remove CI_Form_validation::xss_clean()Andrey Andreev1-13/+0
More details in the commit diff itself, and here: https://github.com/benedmunds/CodeIgniter-Ion-Auth/issues/683#issuecomment-66598821
2015-01-04PR #3452Andrey Andreev1-1/+1
2014-12-09#3073 (feature/session): Allow custom drivers without the CI_ or MY_ prefixAndrey Andreev1-1/+12
2014-12-04[ci skip] Update on the changes from PR #3388Andrey Andreev1-1/+1
- Fixed a broken link - Added missing notes about deprecations in the upgrade instructions - Improved consistency with other deprecation notices in the docs
2014-12-04Merge pull request #3388 from jim-parry/fix/deprecationAndrey Andreev1-0/+1
Flag the smiley helper and shopping cart as deprecated.
2014-12-04Zip library changes related to PR #3341Andrey Andreev1-14/+10
- Drop compression_encoding option, it requires PHP 5.4. - Change default compression_level to 2 as this was previously the hard-coded default. - Improve on the doc changes made in the PR.
2014-12-04Flag the smiley helper and shopping cart as deprecated.James L Parry1-0/+1
They should be removed the next minor release. Lowered the "javascript" deprecation message to "important" instead of "warning", for consistency with the rest of CI. Signed-off-by:James L Parry <jim_parry@bcit.ca>
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 Andreev1-1/+1
Close #3128 Close #3332 Close #3334 Close #3335
2014-11-13Removing empty linesMichael Granados1-1/+1
Signed-off-by: Michael Granados <michaelgranados@gmail.com>
2014-11-12#3073 (feature/session): Validate incoming session IDsAndrey Andreev1-21/+8
2014-11-12Making required changesMichael Granados1-3/+3
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 Andreev32-455/+806
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 Granados1-0/+6
Signed-off-by: Michael Granados <michaelgranados@gmail.com>
2014-11-07Fix #3317 ... MCrypt sucksAndrey Andreev1-0/+1
2014-11-04#3310 Remove a dead lineAndrey Andreev1-1/+0
2014-11-04Fix #3310Andrey Andreev1-2/+1
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-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-27[ci skip] Switch to MIT license; close #3293Andrey Andreev34-479/+853
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