Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-13 | Add check for PCRE UTF-8 support | dimonneon | 1 | -1/+1 | |
2015-07-10 | Add unicode support in url_title function | dimonneon | 1 | -2/+2 | |
2015-07-10 | [ci skip] Clarify comments about libraries/drivers autoloading | Andrey Andreev | 1 | -4/+6 | |
Close #3964 | |||||
2015-07-09 | Fix #3965 | Andrey Andreev | 2 | -9/+4 | |
2015-07-08 | [ci skip] Cleanup some whitespace in CI_Unit_test | Andrey Andreev | 1 | -23/+23 | |
2015-07-08 | Fix #3963 | Andrey Andreev | 2 | -3/+6 | |
2015-07-06 | Merge pull request #3958 from ftwbzhao/feature/router | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix a comment typo | |||||
2015-07-06 | fix typo in router class | ftwbzhao | 1 | -1/+1 | |
2015-07-06 | Merge pull request #3952 from ftwbzhao/develop | Andrey Andreev | 3 | -2/+3 | |
Fix SQlite3 list_fields() | |||||
2015-07-06 | Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop | ftwbzhao | 12 | -29/+12 | |
Conflicts: user_guide_src/source/changelog.rst | |||||
2015-07-06 | [ci skip] Update config/migration.php comments | Andrey Andreev | 1 | -3/+3 | |
Close #3951 | |||||
2015-07-06 | [ci skip] Add missing changelog entries for PRs #3955, #3957 | Andrey Andreev | 1 | -0/+3 | |
2015-07-06 | Merge pull request #3955 from ftwbzhao/ci3.0 | Andrey Andreev | 1 | -2/+2 | |
key_prefix support for Cache increment() and decrement() | |||||
2015-07-06 | Merge pull request #3957 from ftwbzhao/feature/unittest | Andrey Andreev | 2 | -1/+2 | |
Added "is_resource" into the list of unit tests capable of being run. | |||||
2015-07-06 | Added "is_resource" into the list of unit tests capable of being run. | ftwbzhao | 2 | -1/+2 | |
2015-07-05 | supported key_prefix on `increment` and `decrement` | ftwbzhao | 1 | -2/+2 | |
2015-07-05 | fix pdo/sqlite & update changelog | ftwbzhao | 2 | -2/+2 | |
2015-07-05 | Merge pull request #3953 from calvintam236/develop | Andrey Andreev | 7 | -23/+2 | |
[ci skip] Fix comment typos and strip some new lines | |||||
2015-07-04 | Standardized new lines | Calvin Tam | 7 | -21/+0 | |
2015-07-04 | Fixed typos | Calvin Tam | 1 | -2/+2 | |
2015-07-04 | add changelog | ftwbzhao | 1 | -0/+1 | |
2015-07-04 | fix SQlite3 list_fields | ftwbzhao | 1 | -1/+1 | |
2015-07-02 | Fix QB delete() for multiple tables with where() | Andrey Andreev | 2 | -1/+4 | |
Reported via the forums: http://forum.codeigniter.com/thread-61774.html | |||||
2015-07-02 | Close #3941 | Andrey Andreev | 1 | -6/+1 | |
2015-07-02 | Apply PR #3940 to sqlite3 driver and fix a wrong var name | Andrey Andreev | 1 | -1/+2 | |
2015-07-02 | Merge pull request #3940 from ftwbzhao/develop | Andrey Andreev | 1 | -0/+1 | |
SQLite < 3.3 doesn't support DROP TABLE IF | |||||
2015-07-02 | sqlite < 3.3 unsuported `_drop_table_if` | ftwbzhao | 1 | -0/+1 | |
2015-06-29 | [ci skip] Manually apply PR #3925 | Andrey Andreev | 1 | -2/+2 | |
2015-06-29 | Close #3934 | Andrey Andreev | 1 | -1/+1 | |
2015-06-29 | Fix regression caused by 59d1ffd927ef3b63dbadf42e1caf14957201fd2d | Andrey Andreev | 1 | -1/+1 | |
2015-06-29 | Merge pull request #3930 from rochefort/fix-is_robot | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix Ask Jeeves user-agent string | |||||
2015-06-29 | Fix #3932 | Andrey Andreev | 2 | -1/+2 | |
2015-06-26 | Fix ask jeeves user-agent | rochefort | 1 | -1/+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 | Merge pull request #3926 from oakforge/develop | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Typo fix in dbforge documentation | |||||
2015-06-23 | Typo fix on forge documentation | gn | 1 | -1/+1 | |
2015-06-23 | Merge pull request #3924 from EdersonTS/patch-1 | Andrey Andreev | 1 | -1/+2 | |
[ci skip] Add .ico mime type | |||||
2015-06-22 | Added .ico mime type | Éderson | 1 | -1/+2 | |
Just added ico to mime list | |||||
2015-06-22 | [ci skip] Add remaining changes from PR #3826 | Andrey Andreev | 2 | -2/+2 | |
2015-06-22 | A small optimization in CI_Cache::is_supported() | Andrey Andreev | 1 | -3/+2 | |
As it was, the static variable was always re-set to an empty array | |||||
2015-06-22 | Fix #3913 | Andrey Andreev | 3 | -139/+130 | |
2015-06-22 | Work-around for https://bugs.php.net/bug.php?id=39598 | Andrey Andreev | 3 | -2/+43 | |
Fixes #3922 | |||||
2015-06-22 | Alter CI_Upload logging levels | Andrey Andreev | 2 | -24/+32 | |
Close #3920 | |||||
2015-06-19 | Merge pull request #3918 from SterlingVix/patch-2 | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Remove superfluous *Best Practices* parenthetical | |||||
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-15 | Fix #3908 | Andrey Andreev | 1 | -1/+1 | |
2015-06-13 | Merge pull request #3909 from MichaelFoss/patch-1 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix a typo in url_title() docblock | |||||
2015-06-13 | Fix typo in url_title function description. | Michael Foss | 1 | -1/+1 | |
2015-06-11 | Fix #3904 | Andrey Andreev | 2 | -0/+7 | |
2015-06-10 | Fix #3903 | Andrey Andreev | 2 | -3/+3 | |