Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2015-06-08 | Fix #3890 | Andrey Andreev | 2 | -5/+14 | |
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-27 | [ci skip] Default 'db_debug' value to depend on ENVIRONMENT setting | Andrey Andreev | 1 | -1/+1 | |
Related: #3884 | |||||
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 | 2 | -4/+4 | |
[ci skip] Update Migration lib class reference docs | |||||
2015-05-21 | update function latest | ftwbzhao | 2 | -2/+2 | |
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 | 2 | -2/+3 | |
Reported via the forums: http://forum.codeigniter.com/thread-61810.html | |||||
2015-05-21 | [ci skip] Trim some whitespace from Image_lib | Andrey Andreev | 1 | -11/+11 | |
2015-05-20 | optimize migrations class reference | ftwbzhao | 2 | -4/+4 | |
2015-05-19 | Merge pull request #3865 from naghajani/develop | Andrey Andreev | 1 | -5/+5 | |
[ci skip] Doc grammar fixes | |||||
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-18 | Merge pull request #3863 from tiagowbpr/develop | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Fix a doc example | |||||
2015-05-17 | param missing. | Ticema | 1 | -2/+2 | |
add param to do_upload() function. | |||||
2015-05-17 | Merge pull request #3861 from aanbar/update_mime_types | Andrey Andreev | 1 | -1/+3 | |
Update mime types | |||||
2015-05-17 | Added subtitles mime types. | Ahmad Anbar | 1 | -1/+3 | |
2015-05-17 | Merge remote-tracking branch 'upstream/develop' into develop | Ahmad Anbar | 42 | -111/+207 | |
2015-05-13 | Merge pull request #3854 from leandrowkz/develop | Andrey Andreev | 2 | -1/+2 | |
Fixed bug - using field_data() on Oracle databases | |||||
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 | Merge pull request #3853 from ftwbzhao/feature/ci3.0 | Andrey Andreev | 1 | -3/+1 | |
Minor adjustment for Redis Cache save function | |||||
2015-05-13 | Fixed bug - using field_data() on Oracle databases | Leandro Mangini Antunes | 1 | -1/+1 | |
When you're using oracle databases and want to retrieve column information through the function field_data($table) you get the following notice: - Notice: Undefined property: stdClass::$COLUMN_DEFAULT in system/database/drivers/oci8/oci8_driver.php on line 576; This happens because the oci8 driver tries to access a property that does not exist on query used to get field information. Checking the code we see a small validation to set default value, but the variable $default is not used. So we fix this bug by simply changing: $retval[$i]->default = $query[$i]->COLUMN_DEFAULT; to $retval[$i]->default = $default; Bug fixed. No more notices and the properly value is set. | |||||
2015-05-13 | [Cache]minor adjustments for save function | ftwbzhao | 1 | -3/+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-12 | Merge pull request #3831 from lonnieezell/attributes | Andrey Andreev | 1 | -0/+22 | |
GitAttributes file to clean up composer installs |