Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-24 | Reverts previous variable renaming and removes the foreach loop in favor of ↵ | Tyler Brownell | 1 | -24/+23 | |
a simple if condition. | |||||
2015-04-23 | Renames $_adapter to $_driver. It's what we call it everywhere else. | Tyler Brownell | 1 | -14/+14 | |
2015-04-23 | Cache Library Defaults Fixed | Tyler Brownell | 1 | -15/+6 | |
- Comments! - Updates the cache library to validate *both* adapters. - No longer attempts to set an undefined "memcached" class variable. - $key variable renamed to $driver_type (more descriptive). | |||||
2015-04-23 | Updates the fallback driver variable name to match the config option name. | Tyler Brownell | 1 | -6/+6 | |
2015-04-20 | Fix #3787 | Andrey Andreev | 1 | -1/+1 | |
2015-04-14 | Fix #3771 | Andrey Andreev | 1 | -10/+4 | |
2015-04-09 | Merge branch 'develop' of https://github.com/bcit-ci/CodeIgniter into develop | ftwbzhao | 5 | -12/+10 | |
2015-04-09 | Merge pull request #3753 from ftwbzhao/feature/ci/3.0 | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Fix Cache/Redis get_metadata() for non-existing properties | |||||
2015-04-09 | [fix] redis get_metadata | ftwbzhao | 1 | -1/+1 | |
2015-04-09 | use = instead of += | ftwbzhao | 1 | -1/+1 | |
2015-04-07 | [feature] check redis auth failed | ftwbzhao | 1 | -1/+5 | |
2015-04-06 | Disallow empty FV rules ... for consistency | Andrey Andreev | 1 | -7/+5 | |
Related: #3736 | |||||
2015-04-04 | Matched root_path's slashes with the name being replaced | Kyle Gadd | 1 | -1/+1 | |
2015-04-01 | Fixed typo | Achraf Almouloudi | 1 | -1/+1 | |
2015-03-30 | Fix #3717 | Andrey Andreev | 1 | -1/+1 | |
2015-03-26 | Fix #3703 | Andrey Andreev | 1 | -1/+1 | |
2015-03-26 | Remove an unnecessary check | Andrey Andreev | 1 | -5/+1 | |
#3700 #3706 | |||||
2015-03-26 | Apply #2737 fix to CI_Xmlrpcs | Andrey Andreev | 1 | -13/+14 | |
3aecedbbb017567925f76ae68b726bd22b4cc80c Also related: #3703 | |||||
2015-03-26 | Improve Session GC for files driver | Andrey Andreev | 1 | -2/+4 | |
Close #3701 | |||||
2015-03-25 | use isset instead of array_key_exist | Gabriel Potkány | 1 | -1/+1 | |
2015-03-25 | Fix language overriding for calendar library | Gabriel Potkány | 1 | -1/+1 | |
2015-03-22 | Fixed redis cache save logic | Mathew White | 1 | -1/+1 | |
It was trying to use sAdd as a check if the key was created, but that will return false if it is already present in the set. | |||||
2015-03-21 | [ci skip] Forbid DB session usage with cache_on enabled | Andrey Andreev | 1 | -0/+4 | |
2015-03-13 | [ci skip] Remove NS usage in CI_Session | Andrey Andreev | 1 | -1/+1 | |
It was accidental | |||||
2015-03-13 | Close #3663 | Andrey Andreev | 1 | -1/+1 | |
2015-03-12 | Throw an exception on invalid session driver config | Andrey Andreev | 1 | -6/+2 | |
2015-03-10 | Add array typehint to CI_Email::__construct() | Andrey Andreev | 1 | -1/+1 | |
2015-03-09 | Reduce once MB_ENABLED checking | bjjay | 1 | -9/+3 | |
The checking is done in the compat file system/core/compat/mbstring.php | |||||
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 | 3 | -49/+23 | |
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-23 | [ci skip] Fix #3618 | Andrey Andreev | 1 | -1/+1 | |
2015-02-22 | Cache: is_supported | Fieah | 2 | -6/+4 | |
1. Cache_redis: Standardize the style as other driver. 2. Cache_wincache: Also check wincache.ucenabled | |||||
2015-02-21 | Fix #3610 | Andrey Andreev | 1 | -1/+3 | |
2015-02-19 | Remove 'autoinit' DB setting | Andrey Andreev | 1 | -1/+1 | |
It doesn't make sense to do a load->database() call but not connect to the database. IIRC there was more stuff in CI_DB_driver::initialize() at some point, so that was probably the reason why the setting existed in the first place. However, now it only results in users making invalid bug reports because they don't understand the feature ... Examples during just the past 2 weeks: #3571 #3601 #3607 | |||||
2015-02-17 | Finishing PR #3596 <!DOCTYPE html> | Ivan Tcholakov | 1 | -1/+2 | |
2015-02-15 | add <!DOCTYPE html> | Tjoosten | 5 | -5/+10 | |
2015-02-13 | Fix a typo in CI_Session | Andrey Andreev | 1 | -1/+1 | |
2015-02-11 | Fix undefined variable notice in Session redis, memcached drivers | Andrey Andreev | 2 | -2/+2 | |
2015-02-07 | Add 'sess_regenerate_destroy' setting | Andrey Andreev | 1 | -1/+1 | |
2015-02-06 | Polish changes following PR #3573 | Andrey Andreev | 1 | -5/+12 | |
2015-02-06 | Fix HELO localhost.localdomain violates RFC standards | James Wade | 1 | -2/+6 | |
2015-02-05 | Use session cookie name in gc check | Tom Atkinson | 1 | -2/+8 | |
2015-02-05 | Merge pull request #3551 from gadelat/voids | Andrey Andreev | 8 | -8/+9 | |
Fixed inconsistent return types | |||||
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-04 | Revert "Fixed return values types in session drivers" | Gabriel Potkány | 3 | -5/+5 | |
This reverts commit 5fa4b7266d7c61dc2482e529bd6afb9a67edadb7. | |||||
2015-02-04 | Fixed return values types in session drivers | Gabriel Potkány | 3 | -5/+5 | |
2015-02-04 | Fix typos in func names | Gabriel Potkány | 1 | -2/+2 | |
2015-02-04 | Add missing return type | Gabriel Potkány | 1 | -0/+1 | |
2015-02-04 | Adjusted returns/return types to suggestions | Gabriel Potkány | 1 | -2/+2 | |
2015-02-04 | Fixed inconsistent return types | Gabriel Potkány | 7 | -7/+7 | |