Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-05 | Finally drop CI_Encrypt | Andrey Andreev | 2 | -200/+2 | |
2022-01-05 | Drop some previously deprecated functionality | Andrey Andreev | 1 | -3/+0 | |
2022-01-05 | Drop option to disable Query Builder | Andrey Andreev | 1 | -2/+0 | |
I don't know if it has ever worked properly, too much things break if you do try to disable it. | |||||
2022-01-05 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -0/+2 | |
2022-01-05 | Add SameSite cookie support to Session library | Andrey Andreev | 1 | -0/+2 | |
2022-01-05 | Merge pull request #6025 from gxgpet/develop | Andrey Andreev | 1 | -9/+12 | |
SameSite attribute implementation for CI_Input::set_cookie | |||||
2021-04-02 | Improves input.rst (set cookie) | George Petculescu | 1 | -9/+9 | |
2021-03-14 | Dropping the possibility that samesite cookie attribute won't be sent; ↵ | George Petculescu | 1 | -2/+2 | |
defaults to Lax; all samesite values are ucfirst'ed; log for SameSite=None non-secure cookies | |||||
2021-02-28 | Initial implementation of samesite for CI_Input::set_cookie | George Petculescu | 1 | -9/+12 | |
2020-01-27 | [ci skip] Merge pull request #5891 from franciscollanquipichun/develop | Andrey Andreev | 3 | -7/+7 | |
Inserted required attribute `lang` in html tags | |||||
2020-01-27 | [ci skip] Merge pull request #5885 from etrianag/develop | Andrey Andreev | 1 | -2/+2 | |
Update documentation for method parse_string | |||||
2020-01-27 | Remove parameter type from Description. | etrianag | 1 | -1/+1 | |
2020-01-25 | inserted required attribute in html tags in documentation | Francisco Javier Llanquipichun Garcia | 3 | -8/+8 | |
Signed-off-by: Francisco Javier Llanquipichun Garcia <francisco.llanquipichun@gmail.com> | |||||
2020-01-13 | Update documentation for method parse_string | etrianag | 1 | -2/+2 | |
Fix description of parameter $template in method parse_string. | |||||
2019-09-18 | Merge pull request #5835 from dangereyes88/develop | Project lead, CodeIgniter | 1 | -1/+1 | |
Update typography.rst | |||||
2019-09-17 | Update typography.rst | Abdul Haq Sheikh | 1 | -1/+1 | |
Corrected Typo | |||||
2019-03-20 | [ci skip] Merge pull request #5724 from kevmo/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Punctuation error fixed in documentation (add apostrophe). | |||||
2019-03-16 | Punctuation error fixed (add apostrophe). | kevin moore | 1 | -1/+1 | |
2018-08-13 | Update encryption.rst | Achraf Almouloudi | 1 | -2/+2 | |
2018-05-18 | http:// to https:// | Mehdi Bounya | 10 | -24/+24 | |
2018-04-24 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
2018-03-26 | [ci skip] Alter CI_Upload documentation on client_name (#5446) | Andrey Andreev | 1 | -1/+1 | |
2017-11-20 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -2/+2 | |
2017-11-20 | [ci skip] More docs updates following #5330 | Andrey Andreev | 1 | -2/+2 | |
2017-10-16 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -2/+2 | |
2017-10-04 | [ci skip] Fix a typo in pagination docs | Andrey Andreev | 1 | -2/+2 | |
2017-08-07 | [ci skip] Update docs & add changelog entry for PR #5217 | Andrey Andreev | 1 | -1/+1 | |
2017-07-21 | [ci skip] Merge pull request #5191 from jim-parry/patch/docs | Andrey Andreev | 2 | -2/+2 | |
Fix some mistakes in the user guide | |||||
2017-07-20 | Fix some mistakes in the user guide | Master Yoda | 2 | -2/+2 | |
2017-06-26 | [ci skip] Merge pull request #5162 from hex-ci/patch-3 | Andrey Andreev | 1 | -1/+1 | |
Fix a spelling typo in security docs | |||||
2017-06-25 | Fix the spelling of the word. | Hex | 1 | -1/+1 | |
2017-06-22 | Implement #2436 (access to FV processed data) | Andrey Andreev | 1 | -1/+20 | |
2017-06-22 | [ci skip] Close #3711 | Andrey Andreev | 1 | -4/+8 | |
2017-03-28 | Updated Caching docs according to review | George Petculescu | 1 | -1/+1 | |
2017-03-26 | Added get_loaded_driver() method to Cache.php; updated docs. | George Petculescu | 1 | -0/+10 | |
2017-03-24 | Merge branch '3.1-stable' into develop | Andrey Andreev | 3 | -7/+14 | |
Conflicts resolved: system/core/CodeIgniter.php system/core/Common.php system/core/Input.php system/helpers/cookie_helper.php tests/codeigniter/helpers/html_helper_test.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 user_guide_src/source/libraries/input.rst | |||||
2017-02-21 | [ci skip] Changelog, docs changes following PR #5025 | Andrey Andreev | 1 | -7/+20 | |
2017-02-20 | [ci skip] Add a note on xss_clean() and HTML attributes | Andrey Andreev | 1 | -2/+9 | |
2017-02-01 | Fix a CI_Input::set_cookie() bug | Andrey Andreev | 1 | -3/+3 | |
Found on StackOverflow: https://stackoverflow.com/questions/41925028/codeigniter-config-overrides-set-cookie-parameters | |||||
2017-01-30 | [ci skip] Fix #5002 | Andrey Andreev | 1 | -2/+2 | |
2017-01-17 | [ci skip] Merge pull request #4986 from ka7/feature/spelling | Andrey Andreev | 8 | -10/+10 | |
Spelling fixes in comment blocks and docs | |||||
2017-01-16 | spelling fixes | klemens | 8 | -10/+10 | |
2017-01-10 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
Conflicts resolved: system/core/CodeIgniter.php system/database/drivers/sqlite/sqlite_driver.php system/database/drivers/sqlite/sqlite_forge.php system/database/drivers/sqlite/sqlite_result.php system/database/drivers/sqlite/sqlite_utility.php system/helpers/email_helper.php system/helpers/smiley_helper.php system/libraries/Cart.php system/libraries/Email.php system/libraries/Image_lib.php system/libraries/Javascript.php system/libraries/Javascript/Jquery.php system/libraries/Session/SessionHandlerInterface.php user_guide_src/source/changelog.rst user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst | |||||
2017-01-06 | [ci skip] Correct FV docs on valid_ip accepting a param | Andrey Andreev | 1 | -1/+1 | |
2017-01-06 | Add valid_mac() FV rule | Andrey Andreev | 1 | -0/+1 | |
Close #3992 | |||||
2017-01-04 | Close #4904 | Andrey Andreev | 1 | -4/+4 | |
2016-12-14 | Finally drop CI_Input::_sanitize_globals() | Andrey Andreev | 1 | -23/+5 | |
Close #4101 | |||||
2016-12-14 | Remove 'global_xss_filtering' config setting | Andrey Andreev | 1 | -29/+8 | |
2016-12-14 | Remove 'allow_get_array', 'standardize_newlines' config settings | Andrey Andreev | 1 | -4/+0 | |
2016-12-12 | Remove previously deprecated Cart Library | Andrey Andreev | 1 | -398/+0 | |