Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-13 | [ci skip] Remove NS usage in CI_Session | Andrey Andreev | 1 | -1/+1 | |
It was accidental | |||||
2015-03-12 | Throw an exception on invalid session driver config | Andrey Andreev | 1 | -6/+2 | |
2015-02-13 | Fix a typo in CI_Session | Andrey Andreev | 1 | -1/+1 | |
2015-02-07 | Add 'sess_regenerate_destroy' setting | Andrey Andreev | 1 | -1/+1 | |
2015-02-05 | [ci skip] Fix a bug where session IDs are not regenerated | Andrey Andreev | 1 | -2/+1 | |
Reported via the forums: http://forum.codeigniter.com/thread-996.html | |||||
2015-02-02 | Fix a wrong var name in CI_Session::mark_as_temp() | Andrey Andreev | 1 | -1/+1 | |
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 1 | -3/+0 | |
2015-01-20 | [ci skip] Change some log messages' level | Andrey Andreev | 1 | -1/+1 | |
'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-19 | [ci skip] feature/session (#3073): Add missing method docblocks | Andrey Andreev | 1 | -0/+10 | |
2015-01-19 | feature/session (#3073): Add CI_Session:: as reference to | Andrey Andreev | 1 | -0/+9 | |
For backwards compatibility purposes. | |||||
2015-01-12 | Merge branch 'develop' into feature/session | Andrey Andreev | 1 | -3/+3 | |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -4/+4 | |
- 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 | |||||
2014-12-09 | #3073 (feature/session): Allow custom drivers without the CI_ or MY_ prefix | Andrey Andreev | 1 | -1/+12 | |
2014-11-12 | #3073 (feature/session): Validate incoming session IDs | Andrey Andreev | 1 | -21/+8 | |
2014-11-11 | Fix merge conflicts | Andrey Andreev | 1 | -14/+25 | |
2014-11-04 | #3073 (feature/session): Fix a typo from ↵ | Andrey Andreev | 1 | -1/+1 | |
ff37ffe164443e53b24d529f967a1bdf065bff3a | |||||
2014-11-04 | #3073 (feature/session): Don't regenerate IDs on AJAX requests | Andrey Andreev | 1 | -1/+5 | |
2014-11-04 | #3073 (feature/session): Implement automatic ID regeneration | Andrey Andreev | 1 | -2/+13 | |
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -14/+25 | |
2014-10-26 | #3073 (feature/session): set_flashdata() crap | Andrey Andreev | 1 | -1/+1 | |
2014-10-06 | feature/session (#3073): Fix a variable name | Andrey Andreev | 1 | -1/+1 | |
2014-10-06 | feature/session (#3073): Refactor configuration & fix cookie expiry times | Andrey Andreev | 1 | -3/+118 | |
2014-09-16 | feature/session (#3073): Bug fixes | Andrey Andreev | 1 | -1/+1 | |
- CI_Session_database_driver::read() didn't pass the session ID to _get_lock() - CI_Session::unset_userdata() used a wrong key for unsetting when an array is passed to it | |||||
2014-06-11 | [ci skip] A tiny optimization | Andrey Andreev | 1 | -5/+5 | |
2014-06-04 | #3073: Fix temp/flash data getters | Andrey Andreev | 1 | -9/+9 | |
2014-06-02 | #3073: BC workarounds for sess_use_database, sess_expire_on_close | Andrey Andreev | 1 | -0/+5 | |
2014-05-31 | [ci skip] A quick and dirty fix for allowing 'sess_driver' configuration | Andrey Andreev | 1 | -1/+5 | |
2014-05-31 | Initial version of new Session library | Andrey Andreev | 1 | -437/+409 | |
2014-02-11 | 2013 > 2014 | darwinel | 1 | -1/+1 | |
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015. | |||||
2014-01-24 | Righting a wrong in the Session library | Andrey Andreev | 1 | -40/+49 | |
- Change userdata(), flashdata(), tempdata() to return all the respective data when no parameter is passed. - Revert the addition of all_flashdata(). - Deprecate all_userdata(). - Fix related changelog entries that were all inconsistent. | |||||
2014-01-06 | Make CI_Session's set_userdata(), set_flashdata(), set_tempdata(), ↵ | Andrey Andreev | 1 | -5/+5 | |
unset_userdata() and unset_flashdata()'s first parameter mandatory | |||||
2013-11-12 | Deprecate CI_Input::is_cli_request() and add common function is_cli() to ↵ | Andrey Andreev | 1 | -4/+4 | |
replace it Calls to this function are often needed before the Input library is available | |||||
2013-07-31 | Optimize CI_Session::__construct() routines and make driver validity check ↵ | Andrey Andreev | 1 | -21/+18 | |
stricter | |||||
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 1 | -1/+1 | |
2012-11-25 | Merge pull request #2026 from johnathancroom/keep_flash_data_array | Andrey Andreev | 1 | -1/+12 | |
keep_flashdata accepts array | |||||
2012-11-25 | Improved array keey_flashdata + Changelog | Johnathan Croom | 1 | -13/+15 | |
2012-11-25 | Added support for extending individual driver classes and driver unit tests | dchill42 | 1 | -11/+9 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-11-24 | Requested changed to keep_flashdata | Johnathan Croom | 1 | -4/+3 | |
2012-11-24 | keep_flashdata accepts array | Johnathan Croom | 1 | -8/+18 | |
2012-11-21 | Change fs permissions and add some missing index.html files (#2017) | Andrey Andreev | 1 | -0/+0 | |
2012-11-02 | Some micro-optimizations | Andrey Andreev | 1 | -1/+1 | |
2012-11-01 | [ci skip] DocBlocks for Pagination, Session, Trackback, Jquery libraries | Andrey Andreev | 1 | -0/+29 | |
Partially fixes issue #1295 | |||||
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -2/+3 | |
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files. | |||||
2012-10-27 | Remove extra spaces... | vkeranov | 1 | -3/+3 | |
2012-10-09 | Disable Session library under CLI and create a CI singleton to be used by ↵ | Andrey Andreev | 1 | -1/+26 | |
its drivers | |||||
2012-09-05 | Cleanup and optimize new Session classes | Andrey Andreev | 1 | -48/+107 | |
2012-08-29 | Fixed defaults and database check, reverted redundant shutdown feature | dchill42 | 1 | -35/+0 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-08-29 | Extracted cookie database saves to shutdown and cleaned up code | dchill42 | 1 | -0/+35 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-08-27 | Fixed select_driver(), cookie sess_destroy(), and native cookie name conflict | dchill42 | 1 | -4/+7 | |
2012-08-12 | Updated comments about default driver | dchill42 | 1 | -2/+2 | |