Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-20 | Remove changes to general/urls.rst | Master Yoda | 1 | -2/+2 | |
2017-07-20 | Fix some mistakes in the user guide | Master Yoda | 4 | -8/+6 | |
2017-06-25 | Fix the spelling of the word. | Hex | 1 | -1/+1 | |
2017-06-22 | Close #4134: Allow dots in alias names detected by QB | Andrey Andreev | 2 | -2/+4 | |
2017-06-22 | Implement #2436 (access to FV processed data) | Andrey Andreev | 2 | -1/+21 | |
2017-06-22 | [ci skip] Close #3711 | Andrey Andreev | 2 | -4/+9 | |
2017-06-21 | Implement #193: Validating entire arrays in a single function call | Andrey Andreev | 1 | -0/+1 | |
2017-06-21 | [ci skip] Add changelog entry for PR #5159 | Andrey Andreev | 1 | -0/+1 | |
2017-06-19 | Merge branch '3.1-stable' into develop | Andrey Andreev | 5 | -4/+43 | |
Conflicts resolved: system/core/CodeIgniter.php tests/codeigniter/libraries/Form_validation_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 | |||||
2017-06-19 | [ci skip] Starting 3.1.6-dev | Andrey Andreev | 5 | -3/+25 | |
2017-06-19 | [ci skip] Prepare 3.1.5 release | Andrey Andreev | 3 | -5/+5 | |
2017-06-19 | [ci skip] Fix a bug in FV valid_email() | Andrey Andreev | 1 | -0/+4 | |
2017-06-15 | [ci skip] Add changelog entry for #5155 | Andrey Andreev | 1 | -0/+1 | |
2017-06-15 | [ci skip] Merge pull request #5154 from angelxaces/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Grammatical fix in ancillary_classes.rst doc | |||||
2017-06-14 | Create ancillary_classes.rst | Angel Aces | 1 | -1/+1 | |
"Normally, to call any of the available CodeIgniter methods requires you to use the ``$this`` construct::" - Grammatical adjustment. It appears that the author meshed two sentences together by starting with the proper noun that they ended the previous sentence but as it is the sentence reads: "Normally to call any of the available. CodeIgniter methods requires..." | |||||
2017-06-13 | [ci skip] Apply PR #5150 patch to pdo/oci and add changelog entry | Andrey Andreev | 1 | -0/+1 | |
2017-05-25 | [ci skip] Fix #5131 | Andrey Andreev | 1 | -0/+1 | |
2017-05-25 | [ci skip] Doc changes following PR #5130 | Andrey Andreev | 2 | -1/+5 | |
2017-05-09 | [ci skip] Add changelog entry for PR #5108 | Andrey Andreev | 1 | -0/+1 | |
2017-04-18 | [ci skip] Add changelog entry for #5084, PR #5085 | Andrey Andreev | 1 | -0/+1 | |
2017-03-28 | [ci skip] Fix 5070 | Andrey Andreev | 1 | -0/+4 | |
2017-03-28 | [ci skip] Add changelog entry for PR #5067 | Andrey Andreev | 1 | -0/+1 | |
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 | 9 | -15/+64 | |
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-03-20 | [ci skip] Fix 3.1.4 release date ... | Andrey Andreev | 1 | -1/+1 | |
Apparently, I'm from the future. | |||||
2017-03-20 | [ci skip] Mark the start of 3.1.5-dev | Andrey Andreev | 5 | -3/+25 | |
2017-03-20 | [ci skip] Prepare 3.1.4 release | Andrey Andreev | 3 | -4/+4 | |
2017-03-20 | Fix Apache header injection vulnerability in set_status_header() | Andrey Andreev | 1 | -1/+2 | |
2017-03-20 | Fix #5057 | Andrey Andreev | 1 | -0/+1 | |
2017-03-14 | Fix #5050 | Andrey Andreev | 1 | -0/+1 | |
2017-03-08 | [ci skip] Remove an obsolete note from routing docs | Andrey Andreev | 1 | -3/+0 | |
2017-03-06 | Fix #5044; add unit tests for img() HTML helper | Andrey Andreev | 1 | -0/+1 | |
2017-02-21 | [ci skip] Changelog, docs changes following PR #5025 | Andrey Andreev | 2 | -7/+21 | |
2017-02-21 | [ci skip] Add changelog entry for PR #5017 | Andrey Andreev | 1 | -0/+4 | |
2017-02-21 | Merge pull request #5017 from tianhe1986/develop_having_in | Andrey Andreev | 1 | -0/+46 | |
DB_query_builder: Adding having_in(), or_having_in(), having_not_in() and or_having_not_in() | |||||
2017-02-20 | [ci skip] Add changelog entry for PR #5010 | Andrey Andreev | 1 | -0/+1 | |
2017-02-20 | [ci skip] Add a changelog entry for #4815, PR #5023 | Andrey Andreev | 1 | -0/+1 | |
2017-02-20 | [ci skip] Add a note on xss_clean() and HTML attributes | Andrey Andreev | 1 | -2/+9 | |
2017-02-13 | Add user-guide. | tianhe1986 | 1 | -0/+46 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-02-11 | Increase version in userguide to 3.1.4-dev | Zach Ploskey | 1 | -2/+2 | |
The version number was not increased after the 3.1.3 release. | |||||
2017-02-06 | [ci skip] Add changelog entries for PR #5006 | Andrey Andreev | 1 | -0/+2 | |
2017-02-01 | Fix a CI_Input::set_cookie() bug | Andrey Andreev | 3 | -4/+5 | |
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-23 | [ci skip] Add changelog entry for PR #4030 | Andrey Andreev | 1 | -0/+1 | |
2017-01-23 | [ci skip] Add changelog entries for PR #4990 | Andrey Andreev | 1 | -0/+2 | |
2017-01-19 | hash_pbkdf2() byte-safety | Andrey Andreev | 1 | -1/+1 | |
2017-01-19 | More byte-safety | Andrey Andreev | 1 | -0/+3 | |
2017-01-19 | Fix byte-safety issues & actually test for them | Andrey Andreev | 1 | -2/+9 | |
2017-01-17 | [ci skip] Add changelog entry for #4987 | Andrey Andreev | 1 | -0/+1 | |