Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-08 | [ci skip] Fix CI_Session_driver_interface for PHP 5 (ref #6078) | Andrey Andreev | 1 | -1/+1 | |
2022-01-07 | [ci skip] Fix #6083 | Andrey Andreev | 1 | -1/+1 | |
2022-01-05 | [ci skip] Merge pull request #5896 from ytetsuro/patch-3 | Andrey Andreev | 1 | -0/+10 | |
fix too many connection for oracle | |||||
2022-01-05 | Add SameSite cookie support to Session library | Andrey Andreev | 2 | -21/+86 | |
2022-01-05 | Polish changes from PR #6025 | Andrey Andreev | 1 | -17/+22 | |
2022-01-05 | Merge pull request #6025 from gxgpet/develop | Andrey Andreev | 1 | -3/+39 | |
SameSite attribute implementation for CI_Input::set_cookie | |||||
2022-01-05 | Fix some minor PHP 8.1 deprecation warnings | Andrey Andreev | 6 | -12/+11 | |
2022-01-05 | Close #6021: Suppress possible E_DEPRECATION notices about ↵ | Andrey Andreev | 6 | -6/+6 | |
mbstring.func_overload | |||||
2022-01-05 | PHP 8.1 compatibility for sessions (ref #6078) | Andrey Andreev | 10 | -33/+273 | |
2021-12-20 | Remove usage of deprecated strftime(), gmstrftime() | Andrey Andreev | 1 | -1/+1 | |
2021-12-20 | PHP 8.1 update to mysqli database driver | Andrey Andreev | 1 | -0/+7 | |
2021-12-20 | PHP 8.1 update to postgre database driver | Andrey Andreev | 2 | -3/+3 | |
2021-12-20 | ftp_connect() returns an FTP\Connection object instead of resource in PHP 8.1 | Andrey Andreev | 1 | -1/+1 | |
2021-12-20 | finfo_open() returns an finfo object instead of resource in PHP 8.1 | Andrey Andreev | 1 | -1/+1 | |
2021-12-20 | Merge pull request #6074 from philsturgeon/ci3-php8 | Andrey Andreev | 4 | -4/+23 | |
CodeIgniter 3.0 on PHP 8 | |||||
2021-03-24 | [ci skip] Add SameSite=Strict to CSRF cookie | Andrey Andreev | 1 | -9/+29 | |
2021-03-24 | Merge pull request #6028 from vibbow/patch-1 | George Petculescu | 1 | -1/+1 | |
Update Session.php | |||||
2021-02-04 | [ci skip] Fix is_callable()-reliant logic broken by PHP 8 | Andrey Andreev | 3 | -3/+3 | |
Close #6006, #6007 | |||||
2021-02-04 | [ci skip] Remove a comment made obsolete by PR #6013 | Andrey Andreev | 1 | -2/+0 | |
2021-02-04 | [ci skip] Merge pull request #6013 from 1stwebdesigns/new_branch | Andrey Andreev | 1 | -1/+1 | |
Fix Flashdata time comparison for PHP 8 | |||||
2021-01-05 | [ci skip] Close #5973 | Andrey Andreev | 1 | -1/+1 | |
2020-07-09 | [ci skip] Correct fix for #5906 | Andrey Andreev | 1 | -1/+1 | |
2020-07-09 | [ci skip] Merge pull request #5970 from sapics/fix/user-guide-url | Andrey Andreev | 145 | -153/+153 | |
Fix user guide url | |||||
2020-03-30 | [ci skip] Merge pull request #5895 from joshkel/pdo-db-close | Andrey Andreev | 1 | -0/+13 | |
Fix database connection leak when closing PDO connection | |||||
2020-03-30 | [ci skip] Merge pull request #5903 from achraf52/patch-2 | Andrey Andreev | 1 | -1/+1 | |
Add HTTP/2.0 server protocol value variation | |||||
2020-03-30 | [ci skip] Fix #5906 | Andrey Andreev | 1 | -12/+3 | |
2020-02-11 | [ci skip] Fix #5901 | Andrey Andreev | 2 | -4/+4 | |
2020-01-28 | [ci skip] Merge pull request #5890 from jerkob/develop | Andrey Andreev | 1 | -0/+12 | |
Adds a public trans_active function to determine transaction state | |||||
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 | [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-27 | [ci skip] Merge pull request #5881 from InSitu-Software/query_builder_full_join | Andrey Andreev | 1 | -1/+1 | |
Added FULL OUTER JOIN to QueryBuilder | |||||
2020-01-27 | [ci skip] Fix #5879 | Andrey Andreev | 1 | -3/+3 | |
2019-11-25 | [ci skip] Merge pull request #5856 from ↵ | Andrey Andreev | 3 | -4/+50 | |
ytetsuro/fix/oracle12.1-support-auto-increment Enhancement oracle dbforge, auto_increment can be used when using oracle 12.1. | |||||
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 | [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 | 10 | -28/+28 | |
Fix indentation / clear whitespace | |||||
2019-10-08 | Merge pull request #5832 from gxgpet/develop | Andrey Andreev | 1 | -3/+14 | |
Improve create_captcha()'s logging Conflicts resolved: system/helpers/captcha_helper.php | |||||
2019-10-08 | [ci skip] Fix #5840 | Andrey Andreev | 1 | -5/+22 | |
2019-09-22 | Merge pull request #5834 from najdanovicivan/qb-count-having-fix | Andrey Andreev | 1 | -1/+1 | |
Fix count_all_result if QB query contains HAVING clause | |||||
2019-09-19 | [ci skip] Begin 3.1.12-dev | Andrey Andreev | 1 | -1/+1 | |
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] Merge pull request #5828 from mchobbylong/alter-php5-validate-id | Andrey Andreev | 1 | -1/+1 | |
Alter php5_validate_id() | |||||
2019-08-02 | [ci skip] Fix a CSRF-related bug | Andrey Andreev | 1 | -0/+1 | |
2019-07-16 | Fix #5796 | Andrey Andreev | 3 | -3/+3 | |
2019-07-15 | [ci skip] Fix #5788 | Andrey Andreev | 1 | -1/+1 | |
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 |