summaryrefslogtreecommitdiffstats
path: root/system/core
AgeCommit message (Collapse)AuthorFilesLines
2023-01-29Merge remote-tracking branch 'upstream/develop' into devFlorian Pritz20-613/+239
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2023-01-29feat(PHP8.2): Fix dynamic properties deprecation warningsFlorian Pritz4-0/+7
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2023-01-26Fixes #6175George Petculescu1-2/+2
This was introduced via #3752.
2022-03-03[ci skip] Doc updates for 3.1.13 start and changelog entry for #6107Andrey Andreev1-1/+1
2022-03-03Merge branch '3.1-stable' into developAndrey Andreev21-21/+42
2022-03-02[ci skip] Update copyright noticesAndrey Andreev21-21/+42
2022-02-11[ci skip] Merge pull request #6098 from totoprayogo1916/indent-whitespacesAndrey Andreev1-1/+0
Minor indentation & whitespace corrections
2022-02-11whitespacesToto Prayogo1-1/+0
2022-02-01Merge pull request #6090 from jamieburchell/patch-1Andrey Andreev1-1/+1
Default $final_output to string instead of NULL for PHP 8.1 compatibility
2022-01-28Default $final_output to string instead of NULLJamie Burchell1-1/+1
Fixes https://github.com/bcit-ci/CodeIgniter/issues/6089
2022-01-05Whoops. Broke something in 004f0a1b41c27e3d40f62a51300599d35c54c0c0Andrey Andreev1-1/+1
2022-01-05Drop option to disable Query BuilderAndrey Andreev1-7/+4
I don't know if it has ever worked properly, too much things break if you do try to disable it.
2022-01-05Polish changes from PR #5373Andrey Andreev1-14/+4
2022-01-05Merge branch 'feature/uncache_ci_vars' of github.com:TalonTR/Codeigniter ↵Andrey Andreev1-5/+46
into feature/viewvars
2022-01-05Polish changes from PR #5684 and drop ['log_file_extension']; ref #5648Andrey Andreev1-17/+7
2022-01-05Merge pull request #5684 from jonsmith1982/developAndrey Andreev1-1/+11
partially fixes #5648
2022-01-05Merge branch '3.1-stable' into developAndrey Andreev1-16/+21
2022-01-05Polish changes from PR #6025Andrey Andreev1-17/+22
2022-01-05Merge pull request #6025 from gxgpet/developAndrey Andreev1-3/+39
SameSite attribute implementation for CI_Input::set_cookie
2022-01-05Merge pull request #6025 from gxgpet/developAndrey Andreev1-3/+39
SameSite attribute implementation for CI_Input::set_cookie
2022-01-05Merge branch '3.1-stable' into developAndrey Andreev5-15/+34
2022-01-05Fix some minor PHP 8.1 deprecation warningsAndrey Andreev3-5/+4
2022-01-05Close #6021: Suppress possible E_DEPRECATION notices about ↵Andrey Andreev2-2/+2
mbstring.func_overload
2021-12-20Merge pull request #6074 from philsturgeon/ci3-php8Andrey Andreev1-3/+7
CodeIgniter 3.0 on PHP 8
2021-11-17Merge branch 'php80-patch1' of https://github.com/sapics/CodeIgniter into ↵Phil Sturgeon1-1/+0
ci3-php8
2021-10-04Adds PHP 8 in TravisGeorge Petculescu1-2/+7
2021-04-02Switching to setcookie for PHP >= 7.3George Petculescu1-5/+20
2021-04-01Rewording log_message() messageGeorge Petculescu1-1/+1
2021-04-01Space after ! opGeorge Petculescu1-1/+1
2021-03-24[ci skip] Add SameSite=Strict to CSRF cookieAndrey Andreev1-9/+29
2021-03-14Dropping the possibility that samesite cookie attribute won't be sent; ↵George Petculescu1-8/+10
defaults to Lax; all samesite values are ucfirst'ed; log for SameSite=None non-secure cookies
2021-03-01Fixes "expires" cookie attribute bugGeorge Petculescu1-1/+1
2021-02-28Initial implementation of samesite for CI_Input::set_cookieGeorge Petculescu1-3/+22
2021-02-04Merge branch '3.1-stable' into developAndrey Andreev1-1/+1
2021-02-04[ci skip] Fix is_callable()-reliant logic broken by PHP 8Andrey Andreev1-1/+1
Close #6006, #6007
2021-01-16Fix error in core/Output.php for php8.0sapics1-2/+6
Fix error in array_shift array_map('array_shift', $this->headers) causes error as array_shift(): Argument bcit-ci#1 ($array) must be passed by reference, value given
2020-07-09[ci skip] Merge pull request #5970 from sapics/fix/user-guide-urlAndrey Andreev21-24/+24
Fix user guide url
2020-06-24Fix user guide urlsapics21-21/+21
Replace from https://codeigniter.com/user_guide/* to https://codeigniter.com/userguide3/*
2020-03-30[ci skip] Merge pull request #5903 from achraf52/patch-2Andrey Andreev1-1/+1
Add HTTP/2.0 server protocol value variation
2020-02-10Add server protocol value variationAchraf Almouloudi1-1/+1
In some Apache servers running the HTTP/2 protocol, calling "$_SERVER['SERVER_PROTOCOL']" may return "HTTP/2.0" instead, thus causing CodeIgniter to (incorrectly) determine the output header protocol to use. This commit adds the different variation to fix that.
2020-01-25inserted required attribute in html tagFrancisco Javier Llanquipichun Garcia2-2/+2
Signed-off-by: Francisco Javier Llanquipichun Garcia <francisco.llanquipichun@gmail.com>
2019-09-19Merge branch '3.1-stable' into developAndrey Andreev2-0/+8
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
2019-09-19[ci skip] Begin 3.1.12-devAndrey Andreev1-1/+1
2019-08-02[ci skip] Fix a CSRF-related bugAndrey Andreev1-0/+1
2019-06-02Close #5763Andrey Andreev1-0/+7
2019-05-10Merge pull request #5744 from sharadrsoni/patch-1Andrey Andreev1-2/+2
Adding support for proper CRLF
2019-05-07Update Log.phpSharad Soni1-1/+1
Removed \n as now we are adding PHP_EOL
2019-04-24Update Log.phpSharad Soni1-1/+1
Removed extra space.
2019-04-23Update Log.phpSharad Soni1-1/+1
Changed to use PHP_EOL instead of '/r/n'
2019-04-22Adding support for proper CRLFSharad Soni1-2/+2
Window's Notepad doesn't recognize `\n` linebreak it has to be `\r\n`