Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-02 | Fix QB delete() for multiple tables with where() | Andrey Andreev | 1 | -1/+1 | |
Reported via the forums: http://forum.codeigniter.com/thread-61774.html | |||||
2015-06-29 | [ci skip] Manually apply PR #3925 | Andrey Andreev | 1 | -2/+2 | |
2015-06-29 | Fix #3932 | Andrey Andreev | 1 | -0/+1 | |
2015-06-23 | [ci skip] Remove an assign-by-ref example from DButil docs | Andrey Andreev | 1 | -2/+2 | |
Triggers an E_DEPRECATED message; reported via the forums: http://forum.codeigniter.com/thread-62178-post-319791.html | |||||
2015-06-23 | Typo fix on forge documentation | gn | 1 | -1/+1 | |
2015-06-22 | [ci skip] Add remaining changes from PR #3826 | Andrey Andreev | 2 | -2/+2 | |
2015-06-22 | Fix #3913 | Andrey Andreev | 1 | -0/+2 | |
2015-06-22 | Work-around for https://bugs.php.net/bug.php?id=39598 | Andrey Andreev | 1 | -0/+1 | |
Fixes #3922 | |||||
2015-06-22 | Alter CI_Upload logging levels | Andrey Andreev | 1 | -1/+10 | |
Close #3920 | |||||
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-06-11 | Fix #3904 | Andrey Andreev | 1 | -0/+1 | |
2015-06-10 | Fix #3903 | Andrey Andreev | 1 | -0/+1 | |
2015-06-08 | Fix #3890 | Andrey Andreev | 1 | -0/+1 | |
2015-05-29 | [ci skip] Add a note to 3.0.0 upgrade instructions | Andrey Andreev | 1 | -3/+7 | |
2015-05-27 | [ci skip] Remove 'global_xss_filtering' from CI_Security docs | Andrey Andreev | 1 | -6/+0 | |
2015-05-26 | [ci skip] Improve 3.0 upgrade instructions rendering | Andrey Andreev | 1 | -4/+4 | |
Close #3876 | |||||
2015-05-22 | Merge pull request #3868 from ftwbzhao/feature/migration | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Update Migration lib class reference docs | |||||
2015-05-21 | update function latest | ftwbzhao | 1 | -1/+1 | |
2015-05-21 | [ci skip] Update tutorial | Andrey Andreev | 2 | -52/+55 | |
Related: #3866 | |||||
2015-05-21 | Fix a bug in the CSV export DB utility | Andrey Andreev | 1 | -0/+1 | |
Reported via the forums: http://forum.codeigniter.com/thread-61810.html | |||||
2015-05-20 | optimize migrations class reference | ftwbzhao | 1 | -1/+1 | |
2015-05-18 | Fixed some grammar. | NAghajani | 1 | -5/+5 | |
Fixed some grammar mistakes in image_lib.rst | |||||
2015-05-18 | [ci skip] Remove example usage of MD5 for passwords | Andrey Andreev | 1 | -3/+3 | |
2015-05-17 | param missing. | Ticema | 1 | -2/+2 | |
add param to do_upload() function. | |||||
2015-05-13 | Update changelog.rst | Leandro Mangini Antunes | 1 | -1/+1 | |
2015-05-13 | Update changelog.rst | Leandro Mangini Antunes | 1 | -0/+1 | |
2015-05-13 | [ci skip] Fix an erroneous doc link | Andrey Andreev | 1 | -2/+2 | |
Close #3851 | |||||
2015-05-12 | Merge pull request #3842 from ftwbzhao/feature/lasttime | Andrey Andreev | 7 | -13/+14 | |
[ci skip] Minor userguide corrections | |||||
2015-05-11 | Adding validation not documented. | Rodolfo Silva | 1 | -0/+1 | |
2015-05-11 | Fix #3846 | Andrey Andreev | 1 | -0/+1 | |
2015-05-08 | update userguide | ftwbzhao | 7 | -13/+14 | |
2015-05-07 | Revert "Issue/PR #3836" | Andrey Andreev | 1 | -1/+0 | |
This reverts commit 170ae282338584ebe257d2fb21101ccf84a3f800. | |||||
2015-05-07 | Issue/PR #3836 | Andrey Andreev | 1 | -0/+1 | |
2015-05-06 | Merge pull request #3835 from ftwbzhao/feature/userguide | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Update APC section link | |||||
2015-05-06 | update apc link | ftwbzhao | 1 | -1/+1 | |
2015-05-02 | [ci skip] Fix timezones list in date helper docs | Andrey Andreev | 1 | -1/+1 | |
Close #3818 | |||||
2015-05-02 | [ci skip] Fix a doc link causing a Sphinx compile warning | Andrey Andreev | 1 | -2/+2 | |
2015-04-30 | Fix #3823 | Andrey Andreev | 1 | -0/+1 | |
2015-04-30 | Fix typos in user guide. | Master Yoda | 2 | -2/+2 | |
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-04-29 | Add list_fields() support for SQLite3 | Andrey Andreev | 1 | -0/+4 | |
2015-04-29 | Fix #3816 | Andrey Andreev | 1 | -0/+1 | |
2015-04-29 | Fix migration_version | kenjis | 1 | -2/+2 | |
2015-04-24 | A changelog update 3. | Ivan Tcholakov | 1 | -1/+1 | |
2015-04-24 | A changelog update 2. | Ivan Tcholakov | 1 | -1/+1 | |
2015-04-24 | A changelog update. | Ivan Tcholakov | 1 | -0/+1 | |
2015-04-20 | Fix #3787 | Andrey Andreev | 1 | -0/+1 | |
2015-04-14 | Fix #3771 | Andrey Andreev | 1 | -0/+1 | |
2015-04-14 | Fix #3773 | Andrey Andreev | 1 | -0/+1 | |
2015-04-12 | Close #3761 | Andrey Andreev | 1 | -0/+1 | |
2015-04-09 | add changelog for #3744 | ftwbzhao | 1 | -0/+1 | |