summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-10-27[ci skip] Switch to MIT license; close #3293Andrey Andreev200-3585/+4948
2014-10-26Merge pull request #3287 from appleboy/patch-3Andrey Andreev1-8/+8
update some link.
2014-10-25update some link.Bo-Yi Wu1-8/+8
New version of CodeIgniter website http://www.codeigniter.com/
2014-10-24Merge pull request #3284 from vlakoff/documentationAndrey Andreev2-1/+2
Fix Sphinx compilation warnings
2014-10-24Fix Sphinx compilation warningsvlakoff2-1/+2
2014-10-23Fix #3283Andrey Andreev1-1/+1
2014-10-22Merge pull request #3277 from clawoo/developAndrey Andreev3-2/+22
Escape arrays sent as binding values for database queries.
2014-10-22[ci skip] Trim a newline characterAndrey Andreev1-1/+1
2014-10-22Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into developAndrey Andreev1-1/+2
2014-10-22Merge pull request #3282 from SirDre/patch-3Andrey Andreev1-1/+2
Update mimes.php
2014-10-22[ci skip] Update 2 links to relate to bcit-ci/Andrey Andreev2-2/+2
2014-10-22[ci skip] Fix Travis build status badgeAndrey Andreev1-1/+1
It broke with the repo transition.
2014-10-22Reword change log and add the resulting query in the manual.clawoo2-2/+5
2014-10-22Close #3280Andrey Andreev1-1/+1
2014-10-22Update mimes.phpAndre Gardiner1-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-21Update the change log and the documentation with the array values binding ↵clawoo2-0/+7
feature.
2014-10-20Escape the array elements separately and join them in compile_binds()clawoo1-2/+7
2014-10-18Escape arrays sent as binding values for database queries.clawoo1-1/+6
2014-10-10Fix Config_test::test_base_url()Andrey Andreev1-3/+8
2014-10-10Fix #3270Andrey Andreev1-5/+2
Related: #3268, 4bdb66759c24c41fefec7952b12a0595a671eaa2
2014-10-07#3253Andrey Andreev1-1/+1
2014-10-07Attempt a better base_url auto-detectionAndrey Andreev1-3/+5
2014-10-06Update a config_item() use case for the new NULL return valueAndrey Andreev1-1/+1
2014-10-06E_DEPRECATED is not available in PHP 5.2Andrey Andreev1-1/+8
2014-10-06Optimize the composer_autoload checkAndrey Andreev1-1/+1
2014-10-05config_item() to return NULL instead of FALSE for non-existing itemsAndrey Andreev9-14/+23
Close #3001 Close #3232 Related: #3244
2014-10-03Merge pull request #3262 from adrianorsouza/pr-fix-doc-input-classAndrey Andreev1-1/+1
fix doc block get_request_header()
2014-10-03fix doc block get_request_header()Adriano Rosa1-1/+1
This method does not return FALSE as said in doc block, the correct return is STRING or NULL.
2014-10-02stream_set_chunk_size() requires PHP 5.4Andrey Andreev2-2/+5
2014-09-30Make sure we don't waste entropyAndrey Andreev2-0/+2
2014-09-29Close #3194Andrey Andreev2-0/+5
2014-09-29Revert #3194Andrey Andreev2-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 commentsAndrey Andreev2-2/+2
2014-09-24Merge pull request #3251 from amir-s/developAndrey Andreev1-1/+1
fixed a typo in changelog
2014-09-24fixed a typo in changelogAmir Saboury1-1/+1
Signed-off-by: Amir Saboury <amir.saboury@gmail.com>
2014-09-20Merge pull request #3245 from vlakoff/documentationAndrey Andreev2-2/+2
Fix examples in documentation
2014-09-20Fix examples in documentationvlakoff2-2/+2
2014-09-18Fix #3242Andrey Andreev1-1/+1
2014-09-17Fix a defined() checkAndrey Andreev1-1/+1
Close #3233
2014-09-17Fix #3238Andrey Andreev2-7/+10
Close #3239
2014-09-17Don't assume that log_file_permissions existsAndrey Andreev1-1/+1
2014-09-16Merge pull request #3235 from aanbar/fix-docsAndrey Andreev1-1/+1
removed extra quote
2014-09-15removed extra quoteAhmad Anbar1-1/+1
2014-09-12Fix #3228Andrey Andreev1-2/+0
2014-09-11Merge pull request #3229 from aanbar/add_vcard_to_mimeAndrey Andreev1-1/+2
Added vcard mime-type
2014-09-11Added vcard mime-typeAhmad Anbar1-1/+2
2014-09-08Add svg to config/mimes.phpAndrey Andreev1-1/+2
Close #3199
2014-09-08Add 'named callable' rules to Form validation libraryAndrey Andreev2-5/+46
Requested in issue #3183 Supersedes PR #3220
2014-08-28Fix CI_Security::get_random_bytes() length validationAndrey Andreev1-1/+1
2014-08-28CI_Parser: Fix a regression from b27338ac9710cfcf69c4c99028f474aae8b28b49 ↵Andrey Andreev1-1/+1
(#3189)