Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-28 | [ci skip] Merge pull request #5882 from adevesa/webp-permission | Andrey Andreev | 1 | -2/+2 | |
image/webp upload type | |||||
2020-01-28 | Merge branch '3.1-stable' into develop | Andrey Andreev | 3 | -6/+28 | |
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-28 | [ci skip] Add comment about PR #5893 changes | Andrey Andreev | 1 | -1/+2 | |
2020-01-28 | Merge pull request #5893 from aitorres/develop | Lonnie Ezell | 1 | -2/+2 | |
ZIP Library Memory Optimization | |||||
2020-01-28 | Update Upload.php | Devesa Agustín | 1 | -1/+2 | |
2020-01-27 | optimize memory allocation on zip library | Andrés Ignacio Torres | 1 | -2/+2 | |
Signed-off-by: Andrés Ignacio Torres <andresitorresm@gmail.com> | |||||
2020-01-27 | [ci skip] Merge pull request #5891 from franciscollanquipichun/develop | Andrey Andreev | 5 | -5/+5 | |
Inserted required attribute `lang` in html tags | |||||
2020-01-27 | [ci skip] Fix #5879 | Andrey Andreev | 1 | -3/+3 | |
2020-01-27 | [ci skip] Fix #5879 | Andrey Andreev | 1 | -3/+3 | |
2020-01-25 | inserted required attribute in html tag | Francisco Javier Llanquipichun Garcia | 5 | -5/+5 | |
Signed-off-by: Francisco Javier Llanquipichun Garcia <francisco.llanquipichun@gmail.com> | |||||
2020-01-14 | Update Upload.php | Devesa Agustín | 1 | -1/+1 | |
2020-01-08 | Update Image_lib.php | Devesa Agustín | 1 | -9/+21 | |
2020-01-08 | Update Image_lib.php | Devesa Agustín | 1 | -19/+33 | |
2020-01-08 | Change Upload.php for image/webp | Devesa Agustín | 1 | -3/+2 | |
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-21 | [ci skip] Fix #5857 | Andrey Andreev | 1 | -0/+4 | |
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 | 4 | -18/+18 | |
Fix indentation / clear whitespace | |||||
2019-10-08 | [ci skip] Fix #5840 | Andrey Andreev | 1 | -5/+22 | |
2019-09-25 | Fix indent | sapics | 5 | -22/+22 | |
2019-09-19 | Merge branch '3.1-stable' into develop | Andrey Andreev | 6 | -90/+96 | |
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-09-05 | [ci skip] Remove a few leftover trailing spaces from PR #5816 | Andrey Andreev | 1 | -5/+5 | |
2019-09-05 | [ci skip] Merge pull request #5816 from mchobbylong/adapt-php-redis | Andrey Andreev | 1 | -7/+48 | |
Adapt to new version of php-redis | |||||
2019-09-05 | [ci skip] Remove a few leftover trailing spaces from PR #5816 | Andrey Andreev | 1 | -5/+5 | |
2019-09-05 | [ci skip] Merge pull request #5816 from mchobbylong/adapt-php-redis | Andrey Andreev | 1 | -7/+48 | |
Adapt to new version of php-redis | |||||
2019-09-05 | [ci skip] Merge pull request #5828 from mchobbylong/alter-php5-validate-id | Andrey Andreev | 1 | -1/+1 | |
Alter php5_validate_id() | |||||
2019-09-03 | Alter php5_validate_id() | Michael Long | 1 | -1/+1 | |
2019-09-03 | revert: Alter php_validate_id() | Michael Long | 1 | -1/+1 | |
2019-09-03 | Rename to _ping_success | Michael Long | 1 | -5/+5 | |
2019-09-03 | Delete unnecessary functions | Michael Long | 1 | -38/+6 | |
2019-08-23 | Refactor implementation of #5816 | Michael Long | 1 | -21/+56 | |
2019-08-14 | Define constant PHPREDIS_VERSION | Michael Long | 1 | -2/+4 | |
2019-08-13 | Use version_compare to avoid method checks | Michael Long | 1 | -2/+2 | |
2019-08-13 | Adapt to styleguide | Michael Long | 1 | -10/+10 | |
2019-08-12 | Add parameter description | Michael Long | 1 | -3/+6 | |
2019-08-12 | Adapt to new version of php-redis | Michael Long | 1 | -6/+39 | |
2019-06-23 | [ci skip] Merge pull request #5783 from gxgpet/develop | Andrey Andreev | 1 | -2/+4 | |
Session files driver to return the failure status code instead of Exception throwing | |||||
2019-06-23 | Session files driver to return failure status code (+logging) instead of ↵ | George Petculescu | 1 | -2/+4 | |
Exception throwing | |||||
2019-06-19 | [ci skip] Merge pull request #5781 from gxgpet/develop | Andrey Andreev | 1 | -2/+1 | |
Fixes php5_validate_id() method calling from Redis session driver | |||||
2019-06-18 | Calling php5_validate_id() in the right place, for Redis session driver | George Petculescu | 1 | -2/+1 | |
2019-05-11 | [ci skip] Merge pull request #5753 from exussum12/fixIncrRedis | Andrey Andreev | 1 | -2/+2 | |
Fix increment / decrement in redis | |||||
2019-05-11 | [ci skip] Merge pull request #5752 from exussum12/alternativeRedisFix | Andrey Andreev | 1 | -12/+3 | |
Alterntive redis fix | |||||
2019-05-10 | Update Cache_redis.php | Scott Dutton | 1 | -1/+1 | |
2019-05-10 | [ci skip] Fix #5755 | Andrey Andreev | 1 | -0/+7 | |
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-04-23 | [ci skip] Fix #5703 | Andrey Andreev | 4 | -83/+61 | |
2019-03-16 | [ci skip] Merge pull request #5708 from mchobbylong/develop | Andrey Andreev | 1 | -5/+7 | |
Resolve race condition in redis driven session key get_lock |