Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-20 | Added code-block tag to make sphinx happy with urls.rst | Master Yoda | 1 | -0/+2 | |
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 | 1 | -5/+3 | |
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-03-24 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -3/+0 | |
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-08 | [ci skip] Remove an obsolete note from routing docs | Andrey Andreev | 1 | -3/+0 | |
2017-01-17 | [ci skip] Merge pull request #4986 from ka7/feature/spelling | Andrey Andreev | 1 | -1/+1 | |
Spelling fixes in comment blocks and docs | |||||
2017-01-16 | spelling fixes | klemens | 1 | -1/+1 | |
2016-12-16 | Merge pull request #4947 from slax0rr/develop | Andrey Andreev | 2 | -6/+3 | |
[ci skip] Remove needless constructor in model general topics documentation | |||||
2016-12-16 | Add constructor comments to match controller docs | Tomaz Lovrec | 2 | -0/+3 | |
Empty constructors are pointless and bad practice, but removing them from this part of the documentation makes it less readable, makes less of a point, and would be quite frankly weird. Added a comment that suggests that further user code should be put there, like it is in the controller documentation | |||||
2016-12-16 | Remove needless constructor in model documentation | Tomaz Lovrec | 1 | -6/+0 | |
PHP will execute the parent constructor regardless if a constructor method is defined in the child class or not. Defining an empty constructor just to call the parents constructor can be considered bad practice. | |||||
2016-12-14 | Drop all PHP 5.3-related code | Andrey Andreev | 2 | -10/+1 | |
2016-12-14 | [ci skip] More doc changes related to PHP 5.4.8 requirement | Andrey Andreev | 4 | -8/+7 | |
2016-10-24 | Merge pull request #4868 from hex-ci/patch-2 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix a doc link | |||||
2016-10-24 | Fix small doc problem. | Hex | 1 | -1/+1 | |
2016-10-14 | Merge pull request #4840 from ihatehandles/patch-2 | Andrey Andreev | 1 | -3/+3 | |
[ci skip] Fixed some typos | |||||
2016-10-12 | Fixed typos | ihatehandles | 1 | -3/+3 | |
2016-07-28 | Remove dead code written for PHP 5.2 | Andrey Andreev | 4 | -42/+5 | |
2016-07-26 | [ci skip] More on dropping 5.2.x | Andrey Andreev | 2 | -4/+4 | |
2016-06-20 | [ci skip] Remove non-existent parameter from log_message() docs | Andrey Andreev | 1 | -2/+1 | |
Reported in #4671 | |||||
2015-11-23 | [ci skip] Update routing docs | Andrey Andreev | 1 | -5/+6 | |
Close #4258 | |||||
2015-10-12 | [ci skip] Add more info about security reporting to docs | Andrey Andreev | 1 | -0/+3 | |
2015-10-08 | [ci skip] Fix broken links in user guide | Andrey Andreev | 1 | -1/+1 | |
2015-09-28 | [ci skip] Explain per-directory logic for 404_override too | Andrey Andreev | 1 | -2/+4 | |
2015-09-28 | [ci skip] Clarify docs about default_controller | Andrey Andreev | 2 | -14/+23 | |
2015-07-20 | [ci skip] Fix #3985 | Andrey Andreev | 1 | -1/+1 | |
2015-06-18 | Remove superfluous *Best Practices* parenthetical | Aaron Melocik | 1 | -2/+2 | |
In the documentation at user_guide/general/security.html#best-practices, the 3-item list has a superfluous parenthetical that is also misplaced. This parenthetical currently is at the end of the first list item, though it refers to a step that can replace the first item. As per narfbg's request in PR https://github.com/bcit-ci/CodeIgniter/pull/3915, this change removes the parenthetical entirely. The change is: BEFORE: #. Validate the data to ensure it conforms to the correct type, length, size, etc. (sometimes this step can replace step one) #. Filter the data as if it were tainted. #. Escape the data before submitting it into your database or outputting it to a browser. AFTER: #. Validate the data to ensure it conforms to the correct type, length, size, etc. #. Filter the data as if it were tainted. #. Escape the data before submitting it into your database or outputting it to a browser. | |||||
2015-05-13 | [ci skip] Fix an erroneous doc link | Andrey Andreev | 1 | -2/+2 | |
Close #3851 | |||||
2015-05-08 | update userguide | ftwbzhao | 1 | -0/+1 | |
2015-04-30 | Fix typos in user guide. | Master Yoda | 1 | -1/+1 | |
Corrected "csrf_regenerate" in libraries/security.rst (it read "csrf_regeneration", incorrect per source code). Corrected "blog" as default controller in general/controllers.rst (it read "Blog", not per convention). | |||||
2015-03-31 | [ci skip] Update security recommendations | Andrey Andreev | 1 | -4/+8 | |
2015-03-25 | Fixed user guide internal & external links to resolve problems reported by ↵ | Master Yoda | 3 | -7/+7 | |
sphinx "make linkcheck" Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2015-03-21 | [ci skip] Remove an obsolete note about references | Andrey Andreev | 1 | -14/+6 | |
Close #3686 | |||||
2015-02-24 | [ci skip] Add a note about pbkdf2 in security guide | Andrey Andreev | 1 | -0/+4 | |
2015-02-02 | [ci skip] Fix #3515 | Andrey Andreev | 6 | -42/+42 | |
2015-02-02 | [ci skip] Fix indentation in erro handling docs | Andrey Andreev | 1 | -54/+63 | |
2015-01-30 | Incorporated suggested changes. | Master Yoda | 1 | -9/+7 | |
Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2015-01-29 | Clarified the template folder for errors. | Master Yoda | 1 | -3/+7 | |
Verified that the user guide build works. Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2015-01-27 | Fixed #3516 | Razican | 1 | -1/+1 | |
Signed-off-by: Razican <admin@razican.com> | |||||
2015-01-25 | Small fixes in documentation | vlakoff | 1 | -1/+1 | |
2015-01-22 | Update documentation about PHP files closing | vlakoff | 2 | -27/+2 | |
2015-01-21 | [ci skip] Update security guide | Andrey Andreev | 1 | -9/+93 | |
2015-01-20 | [ci skip] Change some log messages' level | Andrey Andreev | 1 | -3/+1 | |
'Class Loaded' type of messages flood log files when log_threshold is set to 2 (debug). They're now logged as 'info' level. This is manually applying PR #1528, which was created to do the same thing, but became outdated. | |||||
2015-01-12 | [ci skip] Make it clear that PHP <5.4 usage is discouraged | Andrey Andreev | 2 | -7/+12 | |
Related: #3450 | |||||
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 2 | -5/+5 | |
- Remove PHP version from license notices - Bump year number in copyright notices - Recommend PHP 5.4 or newer to be used - Tell Travis-CI to test on PHP 5.3.0 instead of the latest 5.3 version Related: #3450 | |||||
2015-01-04 | Update reserved controller names | vlakoff | 1 | -3/+1 | |
2014-11-04 | Fix #3310 | Andrey Andreev | 1 | -0/+1 | |
Regression caused by 4b838af40d77684539dd40461bd92e6e453fe675 Quite possibly related to #3308 | |||||
2014-10-29 | [ci skip] Update some (docs) links | Andrey Andreev | 2 | -16/+20 | |
2014-10-28 | Close #3292 | Andrey Andreev | 1 | -1/+1 | |
2014-10-22 | Close #3280 | Andrey Andreev | 1 | -1/+1 | |