Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-05 | Finally drop CI_Encrypt | Andrey Andreev | 11 | -840/+24 | |
2022-01-05 | Drop more deprecated functionality | Andrey Andreev | 9 | -124/+14 | |
2022-01-05 | [ci skip] Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+4 | |
2022-01-05 | [ci skip] Suggest random_bytes() over random_string() (fix #3432) | Andrey Andreev | 1 | -1/+4 | |
2022-01-05 | Drop some previously deprecated functionality | Andrey Andreev | 13 | -47/+17 | |
2022-01-05 | Whoops. Broke something in 004f0a1b41c27e3d40f62a51300599d35c54c0c0 | Andrey Andreev | 2 | -1/+1 | |
2022-01-05 | Fix #5562 | Andrey Andreev | 2 | -16/+17 | |
2022-01-05 | Drop option to disable Query Builder | Andrey Andreev | 6 | -70/+16 | |
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 | 2 | -14/+4 | |
2022-01-05 | Merge branch 'feature/uncache_ci_vars' of github.com:TalonTR/Codeigniter ↵ | Andrey Andreev | 2 | -6/+60 | |
into feature/viewvars | |||||
2022-01-05 | Update logging tests | Andrey Andreev | 2 | -6/+6 | |
2022-01-05 | Polish changes from PR #5684 and drop ['log_file_extension']; ref #5648 | Andrey Andreev | 4 | -33/+23 | |
2022-01-05 | Merge pull request #5684 from jonsmith1982/develop | Andrey Andreev | 2 | -1/+22 | |
partially fixes #5648 | |||||
2022-01-05 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -2/+2 | |
2022-01-05 | [ci skip] Another minor grammar correction following #5690 | Andrey Andreev | 1 | -2/+2 | |
2022-01-05 | [ci skip] Merge pull request #5690 from Lohith94/develop | Andrey Andreev | 1 | -3/+3 | |
Corrected some grammar | |||||
2022-01-05 | [ci skip] Merge pull request #5690 from Lohith94/develop | Andrey Andreev | 1 | -3/+3 | |
Corrected some grammar | |||||
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 | |||||
2022-01-05 | [ci skip] Drop OCI8-specific get_cursor() and stored_procedure() methods | Andrey Andreev | 4 | -112/+15 | |
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 | [ci skip] Merge pull request #5896 from ytetsuro/patch-3 | Andrey Andreev | 1 | -0/+10 | |
fix too many connection for oracle | |||||
2022-01-05 | Merge branch '3.1-stable' into develop | Andrey Andreev | 7 | -39/+117 | |
2022-01-05 | Add SameSite cookie support to Session library | Andrey Andreev | 5 | -21/+94 | |
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 | 4 | -12/+54 | |
SameSite attribute implementation for CI_Input::set_cookie | |||||
2022-01-05 | Merge pull request #6025 from gxgpet/develop | Andrey Andreev | 3 | -12/+53 | |
SameSite attribute implementation for CI_Input::set_cookie | |||||
2022-01-05 | Fix broken tests in develop | Andrey Andreev | 4 | -10/+2 | |
2022-01-05 | [ci skip] Update test cmd in build script | Andrey Andreev | 2 | -2/+1 | |
2022-01-05 | Merge branch '3.1-stable' into develop | Andrey Andreev | 35 | -168/+481 | |
2022-01-05 | Bye Travis, Hello GH Actions | Andrey Andreev | 8 | -141/+141 | |
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 | [ci skip] Changelog maintenance | Andrey Andreev | 1 | -1/+2 | |
2022-01-05 | PHP 8.1 compatibility for sessions (ref #6078) | Andrey Andreev | 11 | -33/+274 | |
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 | 26 | -89/+135 | |
CodeIgniter 3.0 on PHP 8 | |||||
2021-12-20 | Merge pull request #6074 from philsturgeon/ci3-php8 | Andrey Andreev | 26 | -89/+135 | |
CodeIgniter 3.0 on PHP 8 | |||||
2021-12-20 | [ci skip] Merge pull request #6071 from ddonatek/patch-1 | George Petculescu | 1 | -1/+1 | |
Added another SVG mimetype | |||||
2021-12-03 | chore: back to travis | Phil Sturgeon | 3 | -106/+118 | |
2021-11-17 | chore: update to phpunit 9 | Phil Sturgeon | 3 | -19/+20 | |
2021-11-17 | Merge branch 'php80-patch1' of https://github.com/sapics/CodeIgniter into ↵ | Phil Sturgeon | 10 | -136/+136 | |
ci3-php8 | |||||
2021-11-17 | Added another SVG mimetype | ddonatek | 1 | -1/+1 | |
Some MIME detection programs/libraries identify SVG files without `<?xml ...?>` declaration as `image/svg` | |||||
2021-11-16 | [ci skip] Merge pull request #6071 from ddonatek/patch-1 | George Petculescu | 1 | -1/+1 | |
Added another SVG mimetype | |||||
2021-11-02 | Added another SVG mimetype | ddonatek | 1 | -1/+1 | |
Some MIME detection programs/libraries identify SVG files without `<?xml ...?>` declaration as `image/svg` |