Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-25 | inserted required attribute in html tag | Francisco Javier Llanquipichun Garcia | 1 | -1/+1 | |
Signed-off-by: Francisco Javier Llanquipichun Garcia <francisco.llanquipichun@gmail.com> | |||||
2019-10-21 | cache: redis: Check version of redis not phpredis | Nebojsa Cvetkovic | 1 | -1/+1 | |
PhpRedis is installed as redis. Change matches the check in the Redis session driver. | |||||
2019-09-25 | Fix indent | sapics | 4 | -16/+16 | |
2019-09-19 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -6/+25 | |
Conflicts resolved: system/core/CodeIgniter.php system/libraries/Cache/drivers/Cache_redis.php system/libraries/Session/drivers/Session_redis_driver.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst | |||||
2019-09-18 | [ci skip] Update Cache library Redis driver to work with phpRedis 5, ↵ | Andrey Andreev | 1 | -1/+12 | |
similarly to PR #5816 (also add changelog entry) | |||||
2019-05-11 | [ci skip] Merge pull request #5753 from exussum12/fixIncrRedis | Andrey Andreev | 1 | -2/+2 | |
Fix increment / decrement in redis | |||||
2019-05-10 | Update Cache_redis.php | Scott Dutton | 1 | -1/+1 | |
2019-05-08 | Fix increment / decrement | Scott Dutton | 1 | -3/+3 | |
also fixed a value incorrectly returned docblock says array but bool returned | |||||
2019-05-08 | Alterntive redis fix | Scott Dutton | 1 | -12/+3 | |
2019-01-02 | Merge pull request #5662 from jim-parry/copyright2019 | Instructor, BCIT | 6 | -18/+18 | |
Update copyright date to 2019 | |||||
2018-12-27 | Update copyright date to 2019 | Jim Parry | 7 | -14/+14 | |
2018-12-17 | [ci skip] Merge pull request #5651 from pawelkg/develop | Andrey Andreev | 1 | -1/+1 | |
Test if cache file is writable before unlink it | |||||
2018-12-12 | Fix tabs | Paweł Kłopotek-Główczewski | 1 | -1/+1 | |
2018-12-09 | Test if cache file is writable before unlink it | Paweł Kłopotek-Główczewski | 1 | -1/+1 | |
2018-05-18 | http:// to https:// | Mehdi Bounya | 7 | -15/+15 | |
2018-01-09 | [ci skip] Merge pull request #5376 from jim-parry/copyright-update | Andrey Andreev | 6 | -12/+12 | |
Annual copyright update Conflicts resolved: system/libraries/Cache/drivers/Cache_apcu.php | |||||
2018-01-09 | Annual copyright update | Master Yoda | 7 | -14/+14 | |
2018-01-05 | [ci skip] Merge pull request #5369 from tianhe1986/develop_cache_memcache | Andrey Andreev | 1 | -2/+12 | |
Cache_memcached: setting initial value with increment/decrement when not exist | |||||
2018-01-05 | Do not retry after calling add() | tianhe1986 | 1 | -2/+2 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2018-01-04 | Calling another increment/decrement if add() return FALSE. | tianhe1986 | 1 | -4/+2 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2018-01-02 | Calling add() after increment/decrement when the return value is FALSE. | tianhe1986 | 1 | -4/+14 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-12-25 | Setting initial value with increment/decrement functions. | tianhe1986 | 1 | -0/+2 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-09-25 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -26/+22 | |
2017-09-25 | [ci skip] Fix potential object injection in apc cache driver; deprecate the ↵ | Andrey Andreev | 1 | -26/+22 | |
apc driver | |||||
2017-02-20 | Remove serialization/deserialization array | katsew | 1 | -3/+3 | |
Signed-off-by: katsew <y.katsew@gmail.com> | |||||
2017-02-20 | Remove specific argument from abstraction | katsew | 1 | -3/+2 | |
Signed-off-by: katsew <y.katsew@gmail.com> | |||||
2017-02-20 | Align with spaces | katsew | 1 | -3/+3 | |
Signed-off-by: katsew <y.katsew@gmail.com> | |||||
2017-02-20 | Remove unused link comment | katsew | 1 | -1/+0 | |
Signed-off-by: katsew <y.katsew@gmail.com> | |||||
2017-02-20 | Change author to dev team | katsew | 1 | -1/+1 | |
Signed-off-by: katsew <y.katsew@gmail.com> | |||||
2017-02-20 | Change version comment | katsew | 1 | -1/+1 | |
Signed-off-by: katsew <y.katsew@gmail.com> | |||||
2017-02-20 | Correct method and docs | katsew | 1 | -16/+16 | |
Signed-off-by: katsew <y.katsew@gmail.com> | |||||
2017-02-20 | Create Cache_apcu class and copy source from Cache_apc class | katsew | 1 | -0/+221 | |
Signed-off-by: katsew <y.katsew@gmail.com> | |||||
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 | |||||
2017-01-16 | spelling fixes | klemens | 1 | -1/+1 | |
2017-01-03 | Update copyright data to 2017 | Master Yoda | 6 | -12/+12 | |
2016-12-31 | Update copyright data to 2017 | Master Yoda | 6 | -12/+12 | |
2016-09-27 | Add database index by default | logach | 1 | -1/+7 | |
Select database if exists | |||||
2016-08-11 | Merge pull request #4762 from tianhe1986/develop_cache_file_metadata | Andrey Andreev | 1 | -2/+2 | |
Cache_file: use $data['time'] for calculating expired time. | |||||
2016-08-11 | Merge pull request #4762 from tianhe1986/develop_cache_file_metadata | Andrey Andreev | 1 | -2/+2 | |
Cache_file: use $data['time'] for calculating expired time. | |||||
2016-08-11 | Using "! isset($a, $b, ……)" instead of "! isset($a) OR ! isset($b) OR ↵ | tianhe1986 | 1 | -1/+1 | |
……" Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-08-11 | Checking for $data['time']. | tianhe1986 | 1 | -1/+1 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-08-11 | Merge pull request #4761 from tianhe1986/develop_cache_file_check | Andrey Andreev | 1 | -2/+2 | |
Cache_file: use is_file() for checking instead of file_exists(). | |||||
2016-08-11 | Cache_file: use $data['time'] for calculating expired time. | tianhe1986 | 1 | -1/+1 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-08-11 | Cache_file: use is_file() for checking instead of file_exists(). | tianhe1986 | 1 | -2/+2 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-07-26 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
Conflicts resolved: .travis.yml system/core/CodeIgniter.php system/database/drivers/oci8/oci8_forge.php system/database/drivers/pdo/subdrivers/pdo_oci_forge.php system/helpers/path_helper.php system/libraries/Email.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/contributing/index.rst user_guide_src/source/general/requirements.rst user_guide_src/source/general/styleguide.rst user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrade_310.rst user_guide_src/source/installation/upgrading.rst | |||||
2016-05-20 | Merge pull request #4638 from kasimtan/phpdoc_fixes | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fixed PHPDoc parameter name and type discrepancies | |||||
2016-05-19 | Fixed PHPDoc parameter name and type discrepancies | Kasim Tan | 1 | -1/+1 | |
2016-04-01 | [ci skip] Fix #4562 | Andrey Andreev | 1 | -1/+1 | |
2016-03-16 | [ci skip] Add (detection-based) UNIX sockets support to Cache_memcached | Andrey Andreev | 1 | -3/+15 | |
2016-03-14 | Unix socket check in one long line | Masterklavi | 1 | -8/+1 | |