summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2022-01-09Update NEWS3.6.2Florian Pritz1-0/+4
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2022-01-09Merge remote-tracking branch 'upstream/3.1-stable' into devFlorian Pritz35-103/+630
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2022-01-08[ci skip] Add changelog entry for #5729Andrey Andreev1-0/+1
2022-01-08[ci skip] Merge pull request #5729 from emrulmax2/patch-1Andrey Andreev1-0/+1
NOT BETWEEN syntax error DB where() issue solved
2022-01-08.gitignore tests/mocks/database/ci_test.sqliteAndrey Andreev2-0/+1
2022-01-08[ci skip] Attempt to hack SameSite into session_set_cookie_params() pre-PHP7.3Andrey Andreev1-1/+1
2022-01-08[ci skip] Actually use the Session wrapper (ref #6078)Andrey Andreev1-7/+7
2022-01-08[ci skip] Fix CI_Session_driver_interface for PHP 5 (ref #6078)Andrey Andreev1-1/+1
2022-01-07[ci skip] Fix #6083Andrey Andreev1-1/+1
2022-01-05[ci skip] Suggest random_bytes() over random_string() (fix #3432)Andrey Andreev1-1/+4
2022-01-05[ci skip] Another minor grammar correction following #5690Andrey Andreev1-2/+2
2022-01-05[ci skip] Merge pull request #5690 from Lohith94/developAndrey Andreev1-3/+3
Corrected some grammar
2022-01-05[ci skip] Merge pull request #5896 from ytetsuro/patch-3Andrey Andreev1-0/+10
fix too many connection for oracle
2022-01-05Add SameSite cookie support to Session libraryAndrey Andreev5-21/+94
2022-01-05Polish changes from PR #6025Andrey Andreev1-17/+22
2022-01-05Merge pull request #6025 from gxgpet/developAndrey Andreev4-12/+54
SameSite attribute implementation for CI_Input::set_cookie
2022-01-05[ci skip] Update test cmd in build scriptAndrey Andreev2-2/+1
2022-01-05Bye Travis, Hello GH ActionsAndrey Andreev8-141/+141
2022-01-05Fix some minor PHP 8.1 deprecation warningsAndrey Andreev6-12/+11
2022-01-05Close #6021: Suppress possible E_DEPRECATION notices about ↵Andrey Andreev6-6/+6
mbstring.func_overload
2022-01-05[ci skip] Changelog maintenanceAndrey Andreev1-1/+2
2022-01-05PHP 8.1 compatibility for sessions (ref #6078)Andrey Andreev11-33/+274
2021-12-20Remove usage of deprecated strftime(), gmstrftime()Andrey Andreev1-1/+1
2021-12-20PHP 8.1 update to mysqli database driverAndrey Andreev1-0/+7
2021-12-20PHP 8.1 update to postgre database driverAndrey Andreev2-3/+3
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-12-20Merge pull request #6074 from philsturgeon/ci3-php8Andrey Andreev26-89/+135
CodeIgniter 3.0 on PHP 8
2021-12-20[ci skip] Merge pull request #6071 from ddonatek/patch-1George Petculescu1-1/+1
Added another SVG mimetype
2021-09-14Merge pull request #6045 from gxgpet/develop_fixtravisAndrey Andreev10-25/+50
Fixes Travis pipeline. Adding PHPUnit 8.
2021-09-14[ci skip] Merge pull request #6054 from gphg/attributesAndrey Andreev1-4/+2
export-ignore user_guide_src/
2021-08-30get_lexer_list.py: Use python3 instead of pythonkeigel20011-1/+1
Starting with the Debian 11 (bullseye) and Ubuntu 20.04 LTS (focal) releases, all python packages use explicit python3 or python2 interpreter and do not use unversioned /usr/bin/python at all. No packaged scripts should depend on the existence of '/usr/bin/python'.
2021-04-11Update NEWS3.6.1Florian Pritz1-0/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2021-04-11Copy filename when repasting fileFlorian Pritz3-1/+3
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2021-04-11Add links to new android clientFlorian Pritz2-0/+7
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2021-03-24[ci skip] Add SameSite=Strict to CSRF cookieAndrey Andreev2-9/+30
2021-03-24Merge pull request #6028 from vibbow/patch-1George Petculescu1-1/+1
Update Session.php
2021-02-21Update NEWS3.6.0Florian Pritz1-0/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2021-02-21Pygments: Add json and crystal filename extensionsFlorian Pritz2-0/+3
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2021-02-21NEWS: Mention PHP 8 fixesFlorian Pritz1-0/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2021-02-21Update composer.lockFlorian Pritz1-77/+274
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2021-02-21PHP8: Fix expected error string in test_libraries_procrunnerFlorian Pritz1-1/+5
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2021-02-21PHP8: Fix generation of code coverage reportFlorian Pritz1-1/+4
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2021-02-21PHP8: Fix testsuite compatibilityFlorian Pritz2-0/+4
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2021-02-21PHP8: Merge remote-tracking branch 'upstream/3.1-stable' into devFlorian Pritz160-240/+346
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2021-02-21PHP8: Update code coverage plugin for compabtibilityFlorian Pritz2-4/+4
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2021-02-04[ci skip] Fix is_callable()-reliant logic broken by PHP 8Andrey Andreev4-3/+4
Close #6006, #6007
2021-02-04[ci skip] Add changelog entry for #6013Andrey Andreev1-0/+1
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