summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source
AgeCommit message (Collapse)AuthorFilesLines
2015-07-22Removing use of ->num_rows() in DB results docs.Lonnie Ezell1-16/+14
2015-07-22Add class_exists() checks to CI_Loader::model()Andrey Andreev1-0/+1
Helps debugging in case of controller/model/library class name collision.
2015-07-22Fix #3991Andrey Andreev1-0/+1
2015-07-21Fix #3989Andrey Andreev1-1/+1
More instances of the bug that was fixed with 43afc71b777b00cfc2638add6fa3c47d333c5e04
2015-07-20Fix #3279Andrey Andreev1-0/+1
2015-07-20[ci skip] Update user-guide with info about 2.2.2, 2.2.3Andrey Andreev6-3/+60
2015-07-20[ci skip] Fix a docs compile warningAndrey Andreev1-1/+1
2015-07-20[ci skip] Add upgrade instructions for 3.0.1Andrey Andreev2-1/+21
2015-07-20[ci skip] Add a changelog entry for last commitAndrey Andreev1-0/+1
2015-07-20[ci skip] Fix #3985Andrey Andreev1-1/+1
2015-07-17Fix #3752Andrey Andreev1-0/+1
2015-07-17[ci skip] Fix #3778Andrey Andreev1-0/+1
2015-07-17[ci skip] Fix a bug reported via PR #3704Andrey Andreev1-0/+1
2015-07-17Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into developAndrey Andreev1-2/+2
2015-07-17Fix sample codekenjis1-2/+2
2015-07-16Add 'ssl_verify' option for mysqli driverAndrey Andreev1-0/+1
MYSQLI_OPT_SSL_VERIFY_SERVER_CERT is an undocumented option that may not always be available. Reference: http://svn.php.net/viewvc/php/php-src/trunk/ext/mysqli/tests/mysqli_constants.phpt?view=markup&pathrev=302897
2015-07-16[ci skip] Update DB configuration docs with new SSL optionsAndrey Andreev1-10/+15
2015-07-16Add SSL support for PDO_MYSQL tooAndrey Andreev1-1/+1
Related: #3896
2015-07-16Refactor proposed changes from PR #3896Andrey Andreev1-0/+1
2015-07-16Merge branch 'feature/mysqli-ssl' of github.com:ndigitals/CodeIgniter into ↵Andrey Andreev1-3/+9
feature/mysqli_ssl
2015-07-16[ci skip] Fix #3869Andrey Andreev2-1/+8
Close #3978 Close #3979
2015-07-15[ci skip] Add changelog entries for PR #3828Andrey Andreev1-0/+5
2015-07-15[ci skip] Add a changelog entry for PR #3715Andrey Andreev1-0/+1
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-18Removed db_options configuration item for implementation later. Changed 5 ↵Tim Nolte1-30/+5
new MySQLi SSL configuration options to a single ssl_options config item that is an array that will be read to set the individual SSL options. Signed-off-by: Tim Nolte <noltet@sekisui-spi.com>
2015-06-18Merge branch 'develop' into feature/mysqli-sslTim Nolte1-0/+2
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.