Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-24 | fixes #6149 | László Bóra | 3 | -6/+6 | |
remove deprecated variable variables / string interpolation in variable names | |||||
2022-06-27 | Merge pull request #6140 from Mouerr/develop | George Petculescu | 1 | -2/+2 | |
Bug Fix: [cookie_helper.php] set_cookie was missing sameSite argument | |||||
2022-06-26 | Fixes #6141 | George Petculescu | 1 | -1/+1 | |
2022-06-21 | Bug Fix: [cookie_helper.php] set_cookie was missing sameSite argument | Mouad Err | 1 | -2/+2 | |
2022-03-03 | Fix SessionUpdateTimestampHandlerInterface name | Thomas Nguyen | 1 | -1/+1 | |
2022-03-03 | Merge branch '3.1-stable' into develop | Andrey Andreev | 165 | -170/+479 | |
2022-03-02 | [ci skip] Update copyright notices | Andrey Andreev | 170 | -196/+361 | |
2022-02-22 | [ci skip] SessionUpdateTimestampHandlerInterface | Andrey Andreev | 10 | -11/+164 | |
2022-02-21 | [ci skip] Merge pull request #6102 from maxiwheat/develop | Andrey Andreev | 1 | -1/+1 | |
Fix method _is_conn() in Ftp library | |||||
2022-02-17 | Fix method _is_conn() in Ftp library, was returning incorrect result for ↵ | Philippe Meunier | 1 | -1/+1 | |
valid connection making it impossible to use FTP | |||||
2022-02-13 | [ci skip] Merge pull request #6100 from svennd/develop | Andrey Andreev | 1 | -2/+2 | |
profiler.php PHP 8.1 deprecation notice | |||||
2022-02-13 | [ci skip] Merge pull request #6100 from svennd/develop | Andrey Andreev | 1 | -2/+2 | |
profiler.php PHP 8.1 deprecation notice | |||||
2022-02-12 | feedback from narfbg | Svennd | 1 | -2/+2 | |
2022-02-11 | required spaces around cast | Svennd | 1 | -2/+2 | |
2022-02-11 | Merge branch '3.1-stable' into develop | Andrey Andreev | 2 | -2/+2 | |
2022-02-11 | [ci skip] Merge pull request #6098 from totoprayogo1916/indent-whitespaces | Andrey Andreev | 5 | -5/+2 | |
Minor indentation & whitespace corrections | |||||
2022-02-11 | whitespaces | Toto Prayogo | 6 | -6/+2 | |
2022-02-10 | Update Profiler.php | Svennd | 1 | -2/+2 | |
fix it with string casting instead, based on feedback of jamieburchell :) thanks ! | |||||
2022-02-09 | Update Profiler.php | Svennd | 1 | -1/+1 | |
check for null value on $val | |||||
2022-02-04 | Fix passing NULL to setcookie value parameter | Jamie Burchell | 1 | -1/+1 | |
Fixes Passing null to parameter #2 ($value) of type string is deprecated | |||||
2022-02-01 | Typecast to string | Jamie Burchell | 1 | -5/+1 | |
2022-02-01 | Fix PHP 8.1 deprecation | Jamie Burchell | 1 | -0/+4 | |
2022-02-01 | Merge pull request #6090 from jamieburchell/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Default $final_output to string instead of NULL for PHP 8.1 compatibility | |||||
2022-01-28 | Default $final_output to string instead of NULL | Jamie Burchell | 1 | -1/+1 | |
Fixes https://github.com/bcit-ci/CodeIgniter/issues/6089 | |||||
2022-01-15 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
2022-01-15 | [ci skip] Fix a coding typo from 1a2651040ef701e750b1c13cd69cc70814b079d0 | Andrey Andreev | 1 | -1/+1 | |
2022-01-08 | [ci skip] Merge pull request #5729 from emrulmax2/patch-1 | Andrey Andreev | 1 | -0/+1 | |
NOT BETWEEN syntax error DB where() issue solved | |||||
2022-01-08 | [ci skip] Merge pull request #5729 from emrulmax2/patch-1 | Andrey Andreev | 1 | -0/+1 | |
NOT BETWEEN syntax error DB where() issue solved | |||||
2022-01-08 | Fix #92 | Andrey Andreev | 1 | -2/+3 | |
2022-01-08 | [ci skip] Attempt to hack SameSite into session_set_cookie_params() pre-PHP7.3 | Andrey Andreev | 1 | -1/+1 | |
2022-01-08 | [ci skip] Attempt to hack SameSite into session_set_cookie_params() pre-PHP7.3 | Andrey Andreev | 1 | -1/+1 | |
2022-01-08 | [ci skip] Actually use the Session wrapper (ref #6078) | Andrey Andreev | 1 | -7/+7 | |
2022-01-08 | [ci skip] Actually use the Session wrapper (ref #6078) | Andrey Andreev | 1 | -7/+7 | |
2022-01-08 | [ci skip] Fix CI_Session_driver_interface for PHP 5 (ref #6078) | Andrey Andreev | 1 | -1/+1 | |
2022-01-08 | [ci skip] Fix CI_Session_driver_interface for PHP 5 (ref #6078) | Andrey Andreev | 1 | -1/+1 | |
2022-01-07 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
2022-01-07 | [ci skip] Fix #6083 | Andrey Andreev | 1 | -1/+1 | |
2022-01-05 | Finally drop CI_Encrypt | Andrey Andreev | 1 | -521/+0 | |
2022-01-05 | Drop more deprecated functionality | Andrey Andreev | 3 | -78/+4 | |
2022-01-05 | Drop some previously deprecated functionality | Andrey Andreev | 4 | -33/+4 | |
2022-01-05 | Whoops. Broke something in 004f0a1b41c27e3d40f62a51300599d35c54c0c0 | Andrey Andreev | 1 | -1/+1 | |
2022-01-05 | Fix #5562 | Andrey Andreev | 1 | -16/+12 | |
2022-01-05 | Drop option to disable Query Builder | Andrey Andreev | 2 | -45/+14 | |
I don't know if it has ever worked properly, too much things break if you do try to disable it. | |||||
2022-01-05 | Polish changes from PR #5373 | Andrey Andreev | 1 | -14/+4 | |
2022-01-05 | Merge branch 'feature/uncache_ci_vars' of github.com:TalonTR/Codeigniter ↵ | Andrey Andreev | 1 | -5/+46 | |
into feature/viewvars | |||||
2022-01-05 | Polish changes from PR #5684 and drop ['log_file_extension']; ref #5648 | Andrey Andreev | 1 | -17/+7 | |
2022-01-05 | Merge pull request #5684 from jonsmith1982/develop | Andrey Andreev | 1 | -1/+11 | |
partially fixes #5648 | |||||
2022-01-05 | [ci skip] An attempt at a better solution for #5896 | Andrey Andreev | 2 | -9/+50 | |
2022-01-05 | [ci skip] Drop CI_DB_oci8_driver::_bind_params() (no longer used after ↵ | Andrey Andreev | 1 | -29/+0 | |
removing stored_procedure()) | |||||
2022-01-05 | [ci skip] Refactor OCI8 driver to use the uniform result_id property instead ↵ | Andrey Andreev | 2 | -38/+24 | |
of its own custom stmt_id |