Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-04 | Adds PHP 8 in Travis | George Petculescu | 1 | -2/+7 | |
2021-02-04 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
2021-02-04 | [ci skip] Fix is_callable()-reliant logic broken by PHP 8 | Andrey Andreev | 1 | -1/+1 | |
Close #6006, #6007 | |||||
2020-07-09 | [ci skip] Merge pull request #5970 from sapics/fix/user-guide-url | Andrey Andreev | 21 | -24/+24 | |
Fix user guide url | |||||
2020-06-24 | Fix user guide url | sapics | 21 | -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-2 | Andrey Andreev | 1 | -1/+1 | |
Add HTTP/2.0 server protocol value variation | |||||
2020-02-10 | Add server protocol value variation | Achraf Almouloudi | 1 | -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-25 | inserted required attribute in html tag | Francisco Javier Llanquipichun Garcia | 2 | -2/+2 | |
Signed-off-by: Francisco Javier Llanquipichun Garcia <francisco.llanquipichun@gmail.com> | |||||
2019-09-19 | Merge branch '3.1-stable' into develop | Andrey Andreev | 2 | -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-dev | Andrey Andreev | 1 | -1/+1 | |
2019-08-02 | [ci skip] Fix a CSRF-related bug | Andrey Andreev | 1 | -0/+1 | |
2019-06-02 | Close #5763 | Andrey Andreev | 1 | -0/+7 | |
2019-05-10 | Merge pull request #5744 from sharadrsoni/patch-1 | Andrey Andreev | 1 | -2/+2 | |
Adding support for proper CRLF | |||||
2019-05-07 | Update Log.php | Sharad Soni | 1 | -1/+1 | |
Removed \n as now we are adding PHP_EOL | |||||
2019-04-24 | Update Log.php | Sharad Soni | 1 | -1/+1 | |
Removed extra space. | |||||
2019-04-23 | Update Log.php | Sharad Soni | 1 | -1/+1 | |
Changed to use PHP_EOL instead of '/r/n' | |||||
2019-04-22 | Adding support for proper CRLF | Sharad Soni | 1 | -2/+2 | |
Window's Notepad doesn't recognize `\n` linebreak it has to be `\r\n` | |||||
2019-01-16 | [ci skip] Start of 3.1.11 development | Andrey Andreev | 1 | -1/+1 | |
2019-01-16 | [ci skip] Prepare for 3.1.10 release | Andrey Andreev | 1 | -1/+1 | |
2019-01-02 | Merge pull request #5662 from jim-parry/copyright2019 | Instructor, BCIT | 21 | -63/+63 | |
Update copyright date to 2019 | |||||
2018-12-27 | Update copyright date to 2019 | Jim Parry | 21 | -42/+42 | |
2018-06-26 | Using `isset`. | tianhe1986 | 1 | -2/+2 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2018-06-22 | Using null comparison instead of isset(). | tianhe1986 | 1 | -6/+4 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2018-06-12 | [ci skip] Mark the start of 3.1.10 development | Andrey Andreev | 1 | -1/+1 | |
2018-06-12 | [ci skip] Prepare 3.1.9 release | Andrey Andreev | 1 | -1/+1 | |
2018-05-18 | http:// to https:// | Mehdi Bounya | 21 | -57/+57 | |
2018-04-24 | [ci skip] Close #5479 | Andrey Andreev | 1 | -3/+3 | |
2018-03-22 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -2/+10 | |
Conflicts resolved: system/core/CodeIgniter.php system/core/Security.php system/database/DB_query_builder.php system/libraries/Email.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 | |||||
2018-03-22 | [ci skip] Mark the start of 3.1.9 development | Andrey Andreev | 1 | -1/+1 | |
2018-03-22 | [ci skip] Prepare 3.1.8 release | Andrey Andreev | 1 | -1/+1 | |
2018-03-15 | Merge pull request #5431 from CyberSecutor/develop | Andrey Andreev | 1 | -4/+6 | |
Added parenthesis check around "document" elements and fixed non-existent document.window filter to window.document | |||||
2018-03-10 | [ci skip] Fix #5420 | Andrey Andreev | 1 | -2/+10 | |
2018-03-05 | Fixed typo | Remko Silvis | 1 | -1/+1 | |
2018-03-05 | Added parenthesis check around "document" elements and fixed non-existent ↵ | Remko Silvis | 1 | -3/+5 | |
document.window filter to window.document | |||||
2018-02-13 | only retain 103, 207, 308, 421 and 451 | qichengzx | 1 | -8/+0 | |
2018-02-11 | complement the missing HTTP status codes | qichengzx | 1 | -0/+13 | |
2018-01-13 | [ci skip] Start 3.1.8-dev | Andrey Andreev | 1 | -1/+1 | |
2018-01-13 | [ci skip] Prepare 3.1.7 release | Andrey Andreev | 1 | -1/+1 | |
2018-01-09 | [ci skip] Merge pull request #5376 from jim-parry/copyright-update | Andrey Andreev | 21 | -42/+42 | |
Annual copyright update Conflicts resolved: system/libraries/Cache/drivers/Cache_apcu.php | |||||
2018-01-09 | Annual copyright update | Master Yoda | 21 | -42/+42 | |
2017-11-29 | [ci skip] Fix allow_get_array defaulting to FALSE if it doesn't exist | Andrey Andreev | 1 | -1/+1 | |
2017-11-15 | Merge branch '3.1-stable' into develop | Andrey Andreev | 2 | -13/+7 | |
Note: This intentionally reverts ee8324368f2844aae0d558f1d194419a2181c281 | |||||
2017-11-15 | Partially revert c9420849853a33a192c482e28c737e166d4fa698; close #5332 | Andrey Andreev | 1 | -0/+8 | |
2017-11-10 | Close #5330 | Andrey Andreev | 2 | -13/+7 | |
2017-11-09 | Refactor CI_Config, CI_Hooks interaction (close #5323) | Andrey Andreev | 2 | -17/+17 | |
2017-11-06 | [ci skip] Merge pull request #5321 from PrestigeT/documentation | Andrey Andreev | 1 | -1/+1 | |
Fixed docblock on model function. Changed @param model from string to mixed | |||||
2017-11-02 | Fixed docblock on model function. Changed @param model from string to mixed | Avrom | 1 | -1/+1 | |
2017-09-25 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -37/+35 | |
2017-09-25 | [ci skip] Mark the start of 3.1.7-dev | Andrey Andreev | 1 | -1/+1 | |
2017-09-25 | [ci skip] Prepare 3.1.6 release | Andrey Andreev | 1 | -1/+1 | |