Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-11 | whitespaces | Toto Prayogo | 1 | -1/+0 | |
2022-01-05 | Fix #5562 | Andrey Andreev | 1 | -16/+12 | |
2020-01-28 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -5/+22 | |
Conflicts resolved: .travis.yml system/database/DB_query_builder.php system/helpers/captcha_helper.php system/libraries/Cache/drivers/Cache_redis.php system/libraries/Zip.php | |||||
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-11-01 | [ci skip] Merge pull request #5861 from nebkat/patch-1 | Andrey Andreev | 1 | -1/+1 | |
cache: redis: Check version of redis not phpredis | |||||
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-10-10 | fix static field name | Claudio Galdiolo | 1 | -1/+1 | |
field with name $_delete_name already defined, use $_sRemove_name | |||||
2019-10-08 | Merge pull request #5842 from sapics/chore/fix-indent | Andrey Andreev | 3 | -12/+12 | |
Fix indentation / clear whitespace | |||||
2019-10-08 | [ci skip] Fix #5840 | Andrey Andreev | 1 | -5/+22 | |
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> |