Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-10-24 | Merge pull request #3284 from vlakoff/documentation | Andrey Andreev | 2 | -1/+2 | |
Fix Sphinx compilation warnings | |||||
2014-10-24 | Fix Sphinx compilation warnings | vlakoff | 2 | -1/+2 | |
2014-10-23 | Fix #3283 | Andrey Andreev | 1 | -1/+1 | |
2014-10-22 | Merge pull request #3277 from clawoo/develop | Andrey Andreev | 3 | -2/+22 | |
Escape arrays sent as binding values for database queries. | |||||
2014-10-22 | [ci skip] Trim a newline character | Andrey Andreev | 1 | -1/+1 | |
2014-10-22 | Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop | Andrey Andreev | 1 | -1/+2 | |
2014-10-22 | Merge pull request #3282 from SirDre/patch-3 | Andrey Andreev | 1 | -1/+2 | |
Update mimes.php | |||||
2014-10-22 | [ci skip] Update 2 links to relate to bcit-ci/ | Andrey Andreev | 2 | -2/+2 | |
2014-10-22 | [ci skip] Fix Travis build status badge | Andrey Andreev | 1 | -1/+1 | |
It broke with the repo transition. | |||||
2014-10-22 | Reword change log and add the resulting query in the manual. | clawoo | 2 | -2/+5 | |
2014-10-22 | Close #3280 | Andrey Andreev | 1 | -1/+1 | |
2014-10-22 | Update mimes.php | Andre Gardiner | 1 | -1/+2 | |
Updated a mines for file format ical. Although it is the same as ics the upload library should also recognize ical file format just the same. | |||||
2014-10-21 | Update the change log and the documentation with the array values binding ↵ | clawoo | 2 | -0/+7 | |
feature. | |||||
2014-10-20 | Escape the array elements separately and join them in compile_binds() | clawoo | 1 | -2/+7 | |
2014-10-18 | Escape arrays sent as binding values for database queries. | clawoo | 1 | -1/+6 | |
2014-10-10 | Fix Config_test::test_base_url() | Andrey Andreev | 1 | -3/+8 | |
2014-10-10 | Fix #3270 | Andrey Andreev | 1 | -5/+2 | |
Related: #3268, 4bdb66759c24c41fefec7952b12a0595a671eaa2 | |||||
2014-10-07 | #3253 | Andrey Andreev | 1 | -1/+1 | |
2014-10-07 | Attempt a better base_url auto-detection | Andrey Andreev | 1 | -3/+5 | |
2014-10-06 | Update a config_item() use case for the new NULL return value | Andrey Andreev | 1 | -1/+1 | |
2014-10-06 | E_DEPRECATED is not available in PHP 5.2 | Andrey Andreev | 1 | -1/+8 | |
2014-10-06 | Optimize the composer_autoload check | Andrey Andreev | 1 | -1/+1 | |
2014-10-05 | config_item() to return NULL instead of FALSE for non-existing items | Andrey Andreev | 9 | -14/+23 | |
Close #3001 Close #3232 Related: #3244 | |||||
2014-10-03 | Merge pull request #3262 from adrianorsouza/pr-fix-doc-input-class | Andrey Andreev | 1 | -1/+1 | |
fix doc block get_request_header() | |||||
2014-10-03 | fix doc block get_request_header() | Adriano Rosa | 1 | -1/+1 | |
This method does not return FALSE as said in doc block, the correct return is STRING or NULL. | |||||
2014-10-02 | stream_set_chunk_size() requires PHP 5.4 | Andrey Andreev | 2 | -2/+5 | |
2014-09-30 | Make sure we don't waste entropy | Andrey Andreev | 2 | -0/+2 | |
2014-09-29 | Close #3194 | Andrey Andreev | 2 | -0/+5 | |
2014-09-29 | Revert #3194 | Andrey Andreev | 2 | -14/+0 | |
This has caused way too many BC breaks (#3238, #3242, #3257). Close #3257 | |||||
2014-09-28 | [ci skip] Remove references to 'PHP5' from comments | Andrey Andreev | 2 | -2/+2 | |
2014-09-24 | Merge pull request #3251 from amir-s/develop | Andrey Andreev | 1 | -1/+1 | |
fixed a typo in changelog | |||||
2014-09-24 | fixed a typo in changelog | Amir Saboury | 1 | -1/+1 | |
Signed-off-by: Amir Saboury <amir.saboury@gmail.com> | |||||
2014-09-20 | Merge pull request #3245 from vlakoff/documentation | Andrey Andreev | 2 | -2/+2 | |
Fix examples in documentation | |||||
2014-09-20 | Fix examples in documentation | vlakoff | 2 | -2/+2 | |
2014-09-18 | Fix #3242 | Andrey Andreev | 1 | -1/+1 | |
2014-09-17 | Fix a defined() check | Andrey Andreev | 1 | -1/+1 | |
Close #3233 | |||||
2014-09-17 | Fix #3238 | Andrey Andreev | 2 | -7/+10 | |
Close #3239 | |||||
2014-09-17 | Don't assume that log_file_permissions exists | Andrey Andreev | 1 | -1/+1 | |
2014-09-16 | Merge pull request #3235 from aanbar/fix-docs | Andrey Andreev | 1 | -1/+1 | |
removed extra quote | |||||
2014-09-15 | removed extra quote | Ahmad Anbar | 1 | -1/+1 | |
2014-09-12 | Fix #3228 | Andrey Andreev | 1 | -2/+0 | |
2014-09-11 | Merge pull request #3229 from aanbar/add_vcard_to_mime | Andrey Andreev | 1 | -1/+2 | |
Added vcard mime-type | |||||
2014-09-11 | Added vcard mime-type | Ahmad Anbar | 1 | -1/+2 | |
2014-09-08 | Add svg to config/mimes.php | Andrey Andreev | 1 | -1/+2 | |
Close #3199 | |||||
2014-09-08 | Add 'named callable' rules to Form validation library | Andrey Andreev | 2 | -5/+46 | |
Requested in issue #3183 Supersedes PR #3220 | |||||
2014-08-28 | Fix CI_Security::get_random_bytes() length validation | Andrey Andreev | 1 | -1/+1 | |
2014-08-28 | CI_Parser: Fix a regression from b27338ac9710cfcf69c4c99028f474aae8b28b49 ↵ | Andrey Andreev | 1 | -1/+1 | |
(#3189) | |||||
2014-08-27 | Fix #2963 | Andrey Andreev | 13 | -38/+67 | |
Changed all file permissions settings throught the framework and the documentation. Also added configuration settings for CI_Log and CI_Image_lib | |||||
2014-08-27 | Add CI_Security::get_random_bytes() for CSRF & XSS token generation | Andrey Andreev | 3 | -9/+72 | |
2014-08-27 | [ci skip] Fix routing documentation (#3192) | Andrey Andreev | 1 | -3/+1 | |
It described a feature that doesn't exist. |