summaryrefslogtreecommitdiffstats
path: root/user_guide_src
AgeCommit message (Collapse)AuthorFilesLines
2015-07-15Polish changes from PR #3893Andrey Andreev2-15/+18
2015-07-15Merge branch 'feature/form_helper' of github.com:darkhouse/CodeIgniter into ↵Andrey Andreev2-12/+28
feature/form_helpers_extra_array Manually fixed conflicts in: user_guide_src/source/changelog.rst
2015-07-15[ci skip] Add changelog entry for PR #3968Andrey Andreev1-0/+1
2015-07-15Merge pull request #3969 from avenirer/patch-2Andrey Andreev1-0/+2
[ci skip] Add docs note about DB_forge::add_field() with raw strings
2015-07-15[ci skip] Changelog entry for PR #3970Andrey Andreev1-0/+3
2015-07-13Update forge.rstAdrian Voicu1-1/+1
2015-07-13Update forge.rstAdrian Voicu1-1/+1
2015-07-10Important noteAdrian Voicu1-0/+2
If you pass strings to the add_field() methods you won't be able to follow those by add_key() methods on those fields.
2015-07-09Fix #3965Andrey Andreev1-0/+1
2015-07-08Fix #3963Andrey Andreev1-0/+1
2015-07-06Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into developftwbzhao2-0/+4
Conflicts: user_guide_src/source/changelog.rst
2015-07-06[ci skip] Add missing changelog entries for PRs #3955, #3957Andrey Andreev1-0/+3
2015-07-06Added "is_resource" into the list of unit tests capable of being run.ftwbzhao1-0/+1
2015-07-05fix pdo/sqlite & update changelogftwbzhao1-1/+1
2015-07-04add changelogftwbzhao1-0/+1
2015-07-02Fix QB delete() for multiple tables with where()Andrey Andreev1-1/+1
Reported via the forums: http://forum.codeigniter.com/thread-61774.html
2015-06-29[ci skip] Manually apply PR #3925Andrey Andreev1-2/+2
2015-06-29Fix #3932Andrey Andreev1-0/+1
2015-06-23[ci skip] Remove an assign-by-ref example from DButil docsAndrey Andreev1-2/+2
Triggers an E_DEPRECATED message; reported via the forums: http://forum.codeigniter.com/thread-62178-post-319791.html
2015-06-23Typo fix on forge documentationgn1-1/+1
2015-06-22[ci skip] Add remaining changes from PR #3826Andrey Andreev2-2/+2
2015-06-22Fix #3913Andrey Andreev1-0/+2
2015-06-22Work-around for https://bugs.php.net/bug.php?id=39598Andrey Andreev1-0/+1
Fixes #3922
2015-06-22Alter CI_Upload logging levelsAndrey Andreev1-1/+10
Close #3920
2015-06-18Remove superfluous *Best Practices* parentheticalAaron Melocik1-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-17removed unnecessary change to form_radio, updated docs and added changelog entryAdam Jackett2-14/+20
2015-06-11Fix #3904Andrey Andreev1-0/+1
2015-06-10Fix #3903Andrey Andreev1-0/+1
2015-06-08Fix #3890Andrey Andreev1-0/+1
2015-06-03made all form helpers consistent regarding extra attributesAdam Jackett1-11/+26
2015-05-29[ci skip] Add a note to 3.0.0 upgrade instructionsAndrey Andreev1-3/+7
2015-05-27[ci skip] Remove 'global_xss_filtering' from CI_Security docsAndrey Andreev1-6/+0
2015-05-26[ci skip] Improve 3.0 upgrade instructions renderingAndrey Andreev1-4/+4
Close #3876
2015-05-22Merge pull request #3868 from ftwbzhao/feature/migrationAndrey Andreev1-1/+1
[ci skip] Update Migration lib class reference docs
2015-05-21update function latestftwbzhao1-1/+1
2015-05-21[ci skip] Update tutorialAndrey Andreev2-52/+55
Related: #3866
2015-05-21Fix a bug in the CSV export DB utilityAndrey Andreev1-0/+1
Reported via the forums: http://forum.codeigniter.com/thread-61810.html
2015-05-20optimize migrations class referenceftwbzhao1-1/+1
2015-05-18Fixed some grammar.NAghajani1-5/+5
Fixed some grammar mistakes in image_lib.rst
2015-05-18[ci skip] Remove example usage of MD5 for passwordsAndrey Andreev1-3/+3
2015-05-17param missing.Ticema1-2/+2
add param to do_upload() function.
2015-05-13Update changelog.rstLeandro Mangini Antunes1-1/+1
2015-05-13Update changelog.rstLeandro Mangini Antunes1-0/+1
2015-05-13[ci skip] Fix an erroneous doc linkAndrey Andreev1-2/+2
Close #3851
2015-05-12Merge pull request #3842 from ftwbzhao/feature/lasttimeAndrey Andreev7-13/+14
[ci skip] Minor userguide corrections
2015-05-11Adding validation not documented.Rodolfo Silva1-0/+1
2015-05-11Fix #3846Andrey Andreev1-0/+1
2015-05-08update userguideftwbzhao7-13/+14
2015-05-07Revert "Issue/PR #3836"Andrey Andreev1-1/+0
This reverts commit 170ae282338584ebe257d2fb21101ccf84a3f800.
2015-05-07Issue/PR #3836Andrey Andreev1-0/+1