Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-05 | Drop option to disable Query Builder | Andrey Andreev | 1 | -2/+0 | |
I don't know if it has ever worked properly, too much things break if you do try to disable it. | |||||
2022-01-05 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -0/+2 | |
2022-01-05 | Add SameSite cookie support to Session library | Andrey Andreev | 1 | -0/+2 | |
2018-05-18 | http:// to https:// | Mehdi Bounya | 1 | -8/+8 | |
2017-11-20 | [ci skip] More docs updates following #5330 | Andrey Andreev | 1 | -2/+2 | |
2017-01-17 | [ci skip] Merge pull request #4986 from ka7/feature/spelling | Andrey Andreev | 1 | -1/+1 | |
Spelling fixes in comment blocks and docs | |||||
2016-10-22 | Close #4830, #3649 | Andrey Andreev | 1 | -2/+2 | |
2016-07-21 | Merge pull request #4716 from Ema4rl/patch-1 | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Fix Session userguide typos | |||||
2015-09-01 | [ci skip] Correct session database setup docs | Andrey Andreev | 1 | -7/+12 | |
2015-03-25 | Fixed user guide internal & external links to resolve problems reported by ↵ | Master Yoda | 1 | -1/+1 | |
sphinx "make linkcheck" Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2015-03-21 | [ci skip] Forbid DB session usage with cache_on enabled | Andrey Andreev | 1 | -1/+2 | |
2015-03-19 | [ci skip] Fix a typo in session docs | Andrey Andreev | 1 | -2/+2 | |
2015-03-07 | Merge branch 'develop' of https://github.com/bcit-ci/CodeIgniter into ↵ | Master Yoda | 1 | -4/+2 | |
fix/housekeeping | |||||
2015-03-07 | Housekeeping. | Master Yoda | 1 | -1/+1 | |
Corrected typo in user guide for sessions, corrected misepelled key in calendar language file, added two links & updated wording on the repo readme. Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2015-03-04 | Fix #3627: Keep timed locks for more than 5 seconds | Andrey Andreev | 1 | -4/+2 | |
Emulated locks for Redis and Memcached now have a TTL of 300 seconds (the default HTTP request timeout value on many environments) and 30 attemps, each separated by sleep(1), are made by the blocked request to try and obtain a lock if it has been freed. Additionaly, the blocking time for MySQL's locks, which are also timed, is also set to 300 seconds. | |||||
2015-02-18 | Fix #3603 | Andrey Andreev | 1 | -1/+1 | |
2015-02-14 | [ci skip] Add notes about session locks for Redis, Memcached | Andrey Andreev | 1 | -0/+10 | |
2015-02-07 | Add 'sess_regenerate_destroy' setting | Andrey Andreev | 1 | -14/+16 | |
2015-02-04 | [ci skip] Update session docs | Andrey Andreev | 1 | -1/+34 | |
2015-02-03 | [ci skip] Suggest 0700 instead of 0600 for session save_path dir | Andrey Andreev | 1 | -2/+2 | |
Related #3545 | |||||
2015-02-02 | [ci skip] Fix #3515 | Andrey Andreev | 1 | -22/+22 | |
2015-02-02 | [ci skip] Document CI_Session::unset_userdata() BC break | Andrey Andreev | 1 | -2/+6 | |
2015-01-26 | [ci skip] Another adjustment to ci_sessions example | Andrey Andreev | 1 | -1/+1 | |
2015-01-26 | Session writeup error? | Master Yoda | 1 | -1/+1 | |
Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2015-01-20 | [ci skip] Fix docs about ci_sessions table | Andrey Andreev | 1 | -4/+4 | |
Close #3486 | |||||
2015-01-20 | Fix Sphinx compilation errors | vlakoff | 1 | -3/+3 | |
2015-01-19 | [ci skip] Some polishing to the latest doc changes | Andrey Andreev | 1 | -1/+1 | |
2015-01-19 | [ci skip] Manually apply PR #3461 | Andrey Andreev | 1 | -2/+2 | |
I would've merged it earlier, but that would cause conflicts when feature/session is merged. | |||||
2015-01-19 | [ci skip] feature/session: Update session lib doc title | Andrey Andreev | 1 | -3/+3 | |
It's not a driver itself ... | |||||
2015-01-19 | [ci skip] feature/session (#3073): Extend a note about DB drivers and locking | Andrey Andreev | 1 | -4/+6 | |
2015-01-19 | feature/session (#3073): Update config file and session docs | Andrey Andreev | 1 | -422/+727 | |
Upgrade instructions are still pending. | |||||
2014-02-08 | [ci skip] Add return types to library docs | Andrey Andreev | 1 | -32/+41 | |
2014-01-24 | [ci skip] Update Session library docs | Andrey Andreev | 1 | -41/+53 | |
2014-01-24 | Merge branch 'develop' into feature/user-guide-cleanup | Andrey Andreev | 1 | -2/+2 | |
2014-01-24 | Righting a wrong in the Session library | Andrey Andreev | 1 | -2/+2 | |
- 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-20 | [ci skip] Add 'Using the X class' headings to Session & Language lib docs | Andrey Andreev | 1 | -0/+4 | |
Fixes 2 doc compile warnings | |||||
2014-01-20 | Merge branch 'develop' into feature/user-guide-cleanup | Andrey Andreev | 1 | -3/+4 | |
2014-01-11 | cleanup warnings | Connor Tumbleson | 1 | -2/+1 | |
Signed-off-by: Connor Tumbleson <connor.tumbleson@gmail.com> | |||||
2014-01-07 | [ci skip] Add a PostgreSQL CREATE TABLE sample to the Session docs | Andrey Andreev | 1 | -3/+16 | |
From PR #2758 | |||||
2014-01-06 | [ci skip] Update the Session library docs | Andrey Andreev | 1 | -27/+33 | |
2014-01-03 | [ci skip] Some more generic user guide cleanup | Andrey Andreev | 1 | -1/+8 | |
2014-01-03 | [ci skip] Add/remove some newlines from the session docs | Andrey Andreev | 1 | -2/+3 | |
2013-10-29 | Update sess_time_to_update description (rel #2397) | Andrey Andreev | 1 | -2/+3 | |
2013-10-20 | refactored the class reference in session.rst to properly reflect the ↵ | Michael | 1 | -84/+61 | |
session class Signed-off-by: Michael <michael@webstart.bg> | |||||
2013-10-06 | Added class reference to the session docs | Michael | 1 | -4/+189 | |
Signed-off-by: Michael <michael@webstart.bg> | |||||
2013-09-30 | Update the Session library docs | Michael | 1 | -31/+34 | |
Signed-off-by: Michael <michael@webstart.bg> | |||||
2012-11-25 | Merge pull request #2026 from johnathancroom/keep_flash_data_array | Andrey Andreev | 1 | -1/+3 | |
keep_flashdata accepts array | |||||
2012-11-25 | Added support for extending individual driver classes and driver unit tests | dchill42 | 1 | -5/+0 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-11-24 | keep_flashdata accepts array | Johnathan Croom | 1 | -1/+3 | |
2012-11-01 | Session cookie driver changes | Andrey Andreev | 1 | -1/+1 | |
- Changed docs CREATE TABLE ci_sessions example to have the PRIMARY KEY of session_id, ip_address and user_agent combined. - Changed DB updates to add WHERE clauses for the ip_address and/or user_agent strings if sess_match_ip and/or sess_match_useragent are set to TRUE. |