Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-21 | Fix #3989 | Andrey Andreev | 1 | -1/+1 | |
More instances of the bug that was fixed with 43afc71b777b00cfc2638add6fa3c47d333c5e04 | |||||
2015-07-20 | Fix #3279 | Andrey Andreev | 1 | -0/+1 | |
2015-07-20 | [ci skip] Update user-guide with info about 2.2.2, 2.2.3 | Andrey Andreev | 6 | -3/+60 | |
2015-07-20 | [ci skip] Fix a docs compile warning | Andrey Andreev | 1 | -1/+1 | |
2015-07-20 | [ci skip] Add upgrade instructions for 3.0.1 | Andrey Andreev | 2 | -1/+21 | |
2015-07-20 | [ci skip] Add a changelog entry for last commit | Andrey Andreev | 1 | -0/+1 | |
2015-07-20 | [ci skip] Fix #3985 | Andrey Andreev | 1 | -1/+1 | |
2015-07-17 | Fix #3752 | Andrey Andreev | 1 | -0/+1 | |
2015-07-17 | [ci skip] Fix #3778 | Andrey Andreev | 1 | -0/+1 | |
2015-07-17 | [ci skip] Fix a bug reported via PR #3704 | Andrey Andreev | 1 | -0/+1 | |
2015-07-17 | Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop | Andrey Andreev | 1 | -2/+2 | |
2015-07-17 | Fix sample code | kenjis | 1 | -2/+2 | |
2015-07-16 | Add 'ssl_verify' option for mysqli driver | Andrey Andreev | 1 | -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 options | Andrey Andreev | 1 | -10/+15 | |
2015-07-16 | Add SSL support for PDO_MYSQL too | Andrey Andreev | 1 | -1/+1 | |
Related: #3896 | |||||
2015-07-16 | Refactor proposed changes from PR #3896 | Andrey Andreev | 1 | -0/+1 | |
2015-07-16 | Merge branch 'feature/mysqli-ssl' of github.com:ndigitals/CodeIgniter into ↵ | Andrey Andreev | 1 | -3/+9 | |
feature/mysqli_ssl | |||||
2015-07-16 | [ci skip] Fix #3869 | Andrey Andreev | 2 | -1/+8 | |
Close #3978 Close #3979 | |||||
2015-07-15 | [ci skip] Add changelog entries for PR #3828 | Andrey Andreev | 1 | -0/+5 | |
2015-07-15 | [ci skip] Add a changelog entry for PR #3715 | Andrey Andreev | 1 | -0/+1 | |
2015-07-15 | Polish changes from PR #3893 | Andrey Andreev | 2 | -15/+18 | |
2015-07-15 | Merge branch 'feature/form_helper' of github.com:darkhouse/CodeIgniter into ↵ | Andrey Andreev | 2 | -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 #3968 | Andrey Andreev | 1 | -0/+1 | |
2015-07-15 | Merge pull request #3969 from avenirer/patch-2 | Andrey Andreev | 1 | -0/+2 | |
[ci skip] Add docs note about DB_forge::add_field() with raw strings | |||||
2015-07-15 | [ci skip] Changelog entry for PR #3970 | Andrey Andreev | 1 | -0/+3 | |
2015-07-13 | Update forge.rst | Adrian Voicu | 1 | -1/+1 | |
2015-07-13 | Update forge.rst | Adrian Voicu | 1 | -1/+1 | |
2015-07-10 | Important note | Adrian Voicu | 1 | -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-09 | Fix #3965 | Andrey Andreev | 1 | -0/+1 | |
2015-07-08 | Fix #3963 | Andrey Andreev | 1 | -0/+1 | |
2015-07-06 | Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop | ftwbzhao | 2 | -0/+4 | |
Conflicts: user_guide_src/source/changelog.rst | |||||
2015-07-06 | [ci skip] Add missing changelog entries for PRs #3955, #3957 | Andrey Andreev | 1 | -0/+3 | |
2015-07-06 | Added "is_resource" into the list of unit tests capable of being run. | ftwbzhao | 1 | -0/+1 | |
2015-07-05 | fix pdo/sqlite & update changelog | ftwbzhao | 1 | -1/+1 | |
2015-07-04 | add changelog | ftwbzhao | 1 | -0/+1 | |
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 | Removed db_options configuration item for implementation later. Changed 5 ↵ | Tim Nolte | 1 | -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-18 | Merge branch 'develop' into feature/mysqli-ssl | Tim Nolte | 1 | -0/+2 | |
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-17 | removed unnecessary change to form_radio, updated docs and added changelog entry | Adam Jackett | 2 | -14/+20 | |
2015-06-11 | Fix #3904 | Andrey Andreev | 1 | -0/+1 | |
2015-06-10 | Fix #3903 | Andrey Andreev | 1 | -0/+1 | |