Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-15 | Merge pull request #3715 from infinit89/patch-1 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix pagination links with protocol-relative URLs | |||||
2015-07-09 | Fix #3965 | Andrey Andreev | 1 | -9/+3 | |
2015-07-08 | [ci skip] Cleanup some whitespace in CI_Unit_test | Andrey Andreev | 1 | -23/+23 | |
2015-07-08 | Fix #3963 | Andrey Andreev | 1 | -3/+5 | |
2015-07-06 | Merge pull request #3955 from ftwbzhao/ci3.0 | Andrey Andreev | 1 | -2/+2 | |
key_prefix support for Cache increment() and decrement() | |||||
2015-07-06 | Added "is_resource" into the list of unit tests capable of being run. | ftwbzhao | 1 | -1/+1 | |
2015-07-05 | supported key_prefix on `increment` and `decrement` | ftwbzhao | 1 | -2/+2 | |
2015-06-22 | A small optimization in CI_Cache::is_supported() | Andrey Andreev | 1 | -3/+2 | |
As it was, the static variable was always re-set to an empty array | |||||
2015-06-22 | Fix #3913 | Andrey Andreev | 2 | -139/+128 | |
2015-06-22 | Work-around for https://bugs.php.net/bug.php?id=39598 | Andrey Andreev | 2 | -2/+42 | |
Fixes #3922 | |||||
2015-06-22 | Alter CI_Upload logging levels | Andrey Andreev | 1 | -23/+22 | |
Close #3920 | |||||
2015-06-15 | Fix #3908 | Andrey Andreev | 1 | -1/+1 | |
2015-06-11 | Fix #3904 | Andrey Andreev | 1 | -0/+6 | |
2015-06-10 | Fix #3903 | Andrey Andreev | 1 | -3/+2 | |
2015-05-22 | Merge pull request #3868 from ftwbzhao/feature/migration | Andrey Andreev | 1 | -3/+3 | |
[ci skip] Update Migration lib class reference docs | |||||
2015-05-21 | update function latest | ftwbzhao | 1 | -1/+1 | |
2015-05-21 | [ci skip] Trim some whitespace from Image_lib | Andrey Andreev | 1 | -11/+11 | |
2015-05-20 | optimize migrations class reference | ftwbzhao | 1 | -3/+3 | |
2015-05-13 | [Cache]minor adjustments for save function | ftwbzhao | 1 | -3/+1 | |
2015-05-11 | Fix an undefined variable error from fbde2798688ab99cfe3fdd22746d60f0877b2c27 | Andrey Andreev | 1 | -1/+1 | |
2015-05-11 | Fix #3846 | Andrey Andreev | 1 | -6/+12 | |
2015-05-07 | Revert "Issue/PR #3836" | Andrey Andreev | 1 | -6/+2 | |
This reverts commit 170ae282338584ebe257d2fb21101ccf84a3f800. | |||||
2015-05-07 | Issue/PR #3836 | Andrey Andreev | 1 | -2/+6 | |
2015-04-30 | Fix #3823 | Andrey Andreev | 2 | -2/+2 | |
2015-04-29 | Fix #3816 | Andrey Andreev | 1 | -1/+1 | |
2015-04-28 | Removed extra adapter validation. Adapter validation already happens in the ↵ | Tyler Brownell | 1 | -18/+2 | |
system Driver library. | |||||
2015-04-27 | Adds error-level log messages when invalid adapters are set. | Tyler Brownell | 1 | -0/+8 | |
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-30 | Fixes pagination with relative URL | Miguel González | 1 | -1/+1 | |
When base_url is a URL based on protocol, like "//www.google.com" the double slash regex kills the first "//". | |||||
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. |