Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-19 | feature/session (#3073): Only PostgreSQL data should be base64-encoded | Andrey Andreev | 1 | -4/+15 | |
2015-01-15 | feature/session (#3073): Third time is the charm | Andrey Andreev | 1 | -1/+1 | |
2015-01-15 | feature/session (#3073): Fix an error from previous patch | Andrey Andreev | 1 | -5/+4 | |
2015-01-15 | [ci skip] Add a note about sess_table_name | Andrey Andreev | 1 | -0/+1 | |
2015-01-15 | feature/session (#3073): Improve PostgreSQL storage | Andrey Andreev | 1 | -10/+18 | |
Use a TEXT field with Base64-encoded data under PostgreSQL. Also, renamed a variable. | |||||
2015-01-14 | Fix #3473 | Andrey Andreev | 1 | -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 year | Andrey Andreev | 6 | -18/+18 | |
2015-01-12 | Merge branch 'develop' into feature/session | Andrey Andreev | 32 | -126/+136 | |
2015-01-12 | [ci skip] Polish changes from PR #3278 | Andrey Andreev | 1 | -2/+2 | |
2015-01-12 | Merge pull request #3278 from b1tc0re/patch-1 | Andrey Andreev | 1 | -1/+8 | |
We can preserve transparency for PNG images | |||||
2015-01-12 | Updated to use the language file | Ahmad Anbar | 1 | -1/+1 | |
2015-01-11 | Show the name of the field that doesn't have error message set. | Ahmad Anbar | 1 | -1/+1 | |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 34 | -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-05 | Remove CI_Form_validation::xss_clean() | Andrey Andreev | 1 | -13/+0 | |
More details in the commit diff itself, and here: https://github.com/benedmunds/CodeIgniter-Ion-Auth/issues/683#issuecomment-66598821 | |||||
2015-01-04 | PR #3452 | Andrey Andreev | 1 | -1/+1 | |
2014-12-09 | #3073 (feature/session): Allow custom drivers without the CI_ or MY_ prefix | Andrey Andreev | 1 | -1/+12 | |
2014-12-04 | [ci skip] Update on the changes from PR #3388 | Andrey Andreev | 1 | -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-04 | Merge pull request #3388 from jim-parry/fix/deprecation | Andrey Andreev | 1 | -0/+1 | |
Flag the smiley helper and shopping cart as deprecated. | |||||
2014-12-04 | Zip library changes related to PR #3341 | Andrey Andreev | 1 | -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-04 | Flag the smiley helper and shopping cart as deprecated. | James L Parry | 1 | -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-19 | Exposed the arguments to gzcompress by adding public variables to the Zip ↵ | garrettair | 1 | -1/+14 | |
library. | |||||
2014-11-18 | Force ORDER BY usage with OFFSET-FETCH on SQL Server | Andrey Andreev | 1 | -1/+1 | |
Close #3128 Close #3332 Close #3334 Close #3335 | |||||
2014-11-13 | Removing empty lines | Michael Granados | 1 | -1/+1 | |
Signed-off-by: Michael Granados <michaelgranados@gmail.com> | |||||
2014-11-12 | #3073 (feature/session): Validate incoming session IDs | Andrey Andreev | 1 | -21/+8 | |
2014-11-12 | Making required changes | Michael Granados | 1 | -3/+3 | |
Signed-off-by: Michael Granados <michaelgranados@gmail.com> | |||||
2014-11-11 | [ci skip] Update system/libraries/Session/ with the MIT license notice | Andrey Andreev | 6 | -103/+169 | |
2014-11-11 | Fix merge conflicts | Andrey Andreev | 32 | -455/+806 | |
2014-11-10 | #3073 (feature/session): Enable Memcached::OPT_BINARY_PROTOCOL | Andrey Andreev | 1 | -0/+1 | |
Otherwise Memcached::touch() doesn't work. | |||||
2014-11-10 | #3073 (feature/session): (Try to) fix memcached driver | Andrey Andreev | 1 | -1/+1 | |
2014-11-09 | Verifying From header before send mail | Michael Granados | 1 | -0/+6 | |
Signed-off-by: Michael Granados <michaelgranados@gmail.com> | |||||
2014-11-07 | Fix #3317 ... MCrypt sucks | Andrey Andreev | 1 | -0/+1 | |
2014-11-04 | #3310 Remove a dead line | Andrey Andreev | 1 | -1/+0 | |
2014-11-04 | Fix #3310 | Andrey Andreev | 1 | -2/+1 | |
Regression caused by 4b838af40d77684539dd40461bd92e6e453fe675 Quite possibly related to #3308 | |||||
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-11-02 | Fix write() for session_regenerate_id(TRUE) | Shakespeare2000 | 1 | -5/+5 | |
Switching the if statements, because destroy() already removed the lock. | |||||
2014-10-31 | Merge branch 'feature/session' of github.com:bcit-ci/CodeIgniter into ↵ | Andrey Andreev | 1 | -1/+1 | |
feature/session | |||||
2014-10-31 | #3073 (feature/session): Fix session_regenerate_id() issues | Andrey Andreev | 5 | -27/+95 | |
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 34 | -479/+853 | |
2014-10-27 | Revert "#3073 (feature/session): Fix a GC issue with the files driver" | Andrey Andreev | 1 | -1/+1 | |
This reverts commit c5519ce166943b744bbea75a87831132aced4247. | |||||
2014-10-26 | #3073 (feature/session): set_flashdata() crap | Andrey Andreev | 1 | -1/+1 | |
2014-10-26 | #3073 (feature/session): Fix a GC issue with the files driver | Andrey Andreev | 1 | -1/+1 | |
2014-10-23 | Fix #3283 | Andrey Andreev | 1 | -1/+1 | |
2014-10-19 | We can preserve transparency for PNG images | Дмитрий | 1 | -1/+8 | |
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 | 6 | -203/+169 | |
2014-10-05 | Merge branch 'develop' into feature/session | Andrey Andreev | 12 | -217/+331 | |
2014-10-05 | config_item() to return NULL instead of FALSE for non-existing items | Andrey Andreev | 1 | -1/+1 | |
Close #3001 Close #3232 Related: #3244 | |||||
2014-09-17 | feature/session (#3073): Redis driver save_path param parsing fixes | Andrey Andreev | 1 | -1/+2 | |
Close #3240 |