summaryrefslogtreecommitdiffstats
path: root/system/libraries
AgeCommit message (Collapse)AuthorFilesLines
2022-01-07Merge branch '3.1-stable' into developAndrey Andreev1-1/+1
2022-01-07[ci skip] Fix #6083Andrey Andreev1-1/+1
2022-01-05Finally drop CI_EncryptAndrey Andreev1-521/+0
2022-01-05Drop more deprecated functionalityAndrey Andreev1-5/+0
2022-01-05Drop some previously deprecated functionalityAndrey Andreev1-8/+0
2022-01-05Fix #5562Andrey Andreev1-16/+12
2022-01-05Merge branch '3.1-stable' into developAndrey Andreev2-21/+86
2022-01-05Add SameSite cookie support to Session libraryAndrey Andreev2-21/+86
2022-01-05Merge branch '3.1-stable' into developAndrey Andreev17-29/+284
2022-01-05Fix some minor PHP 8.1 deprecation warningsAndrey Andreev3-7/+7
2022-01-05Close #6021: Suppress possible E_DEPRECATION notices about ↵Andrey Andreev4-4/+4
mbstring.func_overload
2022-01-05PHP 8.1 compatibility for sessions (ref #6078)Andrey Andreev10-33/+273
2021-12-20Remove usage of deprecated strftime(), gmstrftime()Andrey Andreev1-1/+1
2021-12-20ftp_connect() returns an FTP\Connection object instead of resource in PHP 8.1Andrey Andreev1-1/+1
2021-12-20finfo_open() returns an finfo object instead of resource in PHP 8.1Andrey Andreev1-1/+1
2021-03-24Merge pull request #6028 from vibbow/patch-1George Petculescu1-1/+1
Update Session.php
2021-03-10Update Session.phpvibbow1-1/+1
Fix PHPDoc
2021-02-04Merge branch '3.1-stable' into developAndrey Andreev2-2/+2
2021-02-04[ci skip] Fix is_callable()-reliant logic broken by PHP 8Andrey Andreev2-2/+2
Close #6006, #6007
2021-02-04[ci skip] Remove a comment made obsolete by PR #6013Andrey Andreev1-2/+0
2021-02-04[ci skip] Merge pull request #6013 from 1stwebdesigns/new_branchAndrey Andreev1-1/+1
Fix Flashdata time comparison for PHP 8
2021-02-04[ci skip] Remove a comment made obsolete by PR #6013Andrey Andreev1-2/+0
2021-01-15Fix Flashdata time comparison for PHP 81st WebDesigns1-1/+1
2021-01-05[ci skip] Add TLS support for Session library Redis connection strings ↵Andrey Andreev1-1/+1
(related: issue #5982, PR #5983)
2020-07-09[ci skip] Merge pull request #5970 from sapics/fix/user-guide-urlAndrey Andreev29-34/+34
Fix user guide url
2020-06-24Fix user guide urlsapics25-30/+30
Replace from https://codeigniter.com/user_guide/* to https://codeigniter.com/userguide3/*
2020-04-02Fixed issue with creating a resource from png using Image_libDiego1-2/+3
2020-01-28[ci skip] Merge pull request #5882 from adevesa/webp-permissionAndrey Andreev1-2/+2
image/webp upload type
2020-01-28[ci skip] Merge pull request #5882 from adevesa/webp-permissionAndrey Andreev1-2/+2
image/webp upload type
2020-01-28Merge branch '3.1-stable' into developAndrey Andreev3-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 changesAndrey Andreev1-1/+2
2020-01-28Merge pull request #5893 from aitorres/developLonnie Ezell1-2/+2
ZIP Library Memory Optimization
2020-01-28Update Upload.phpDevesa Agustín1-1/+2
2020-01-27optimize memory allocation on zip libraryAndrés Ignacio Torres1-2/+2
Signed-off-by: Andrés Ignacio Torres <andresitorresm@gmail.com>
2020-01-27[ci skip] Merge pull request #5891 from franciscollanquipichun/developAndrey Andreev5-5/+5
Inserted required attribute `lang` in html tags
2020-01-27[ci skip] Fix #5879Andrey Andreev1-3/+3
2020-01-27[ci skip] Fix #5879Andrey Andreev1-3/+3
2020-01-25inserted required attribute in html tagFrancisco Javier Llanquipichun Garcia5-5/+5
Signed-off-by: Francisco Javier Llanquipichun Garcia <francisco.llanquipichun@gmail.com>
2020-01-14Update Upload.phpDevesa Agustín1-1/+1
2020-01-08Update Image_lib.phpDevesa Agustín1-9/+21
2020-01-08Update Image_lib.phpDevesa Agustín1-19/+33
2020-01-08Change Upload.php for image/webpDevesa Agustín1-3/+2
2019-11-01[ci skip] Merge pull request #5861 from nebkat/patch-1Andrey Andreev1-1/+1
cache: redis: Check version of redis not phpredis
2019-10-21cache: redis: Check version of redis not phpredisNebojsa Cvetkovic1-1/+1
PhpRedis is installed as redis. Change matches the check in the Redis session driver.
2019-10-21[ci skip] Fix #5857Andrey Andreev1-0/+4
2019-10-10fix static field nameClaudio Galdiolo1-1/+1
field with name $_delete_name already defined, use $_sRemove_name
2019-10-08Merge pull request #5842 from sapics/chore/fix-indentAndrey Andreev4-18/+18
Fix indentation / clear whitespace
2019-10-08[ci skip] Fix #5840Andrey Andreev1-5/+22
2019-09-25Fix indentsapics5-22/+22
2019-09-19Merge branch '3.1-stable' into developAndrey Andreev6-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