Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-12 | removed additional tabs and semicolon | Preetham | 1 | -2/+2 | |
Signed-off-by: Preetham <me@preetham.in> | |||||
2014-11-12 | Closing #656 and updating documentation | Preetham | 1 | -3/+3 | |
Signed-off-by: Preetham <me@preetham.in> | |||||
2014-11-12 | Fix #656 add font_size in create_captcha() | Preetham | 1 | -2/+3 | |
2014-11-08 | Really fix #3318 | Andrey Andreev | 1 | -0/+2 | |
2014-11-08 | Fix #3318 | Andrey Andreev | 1 | -1/+1 | |
2014-11-07 | Fix #3317 ... MCrypt sucks | Andrey Andreev | 1 | -0/+1 | |
2014-11-07 | Simplify CI_Loader::lang() following #3316 | Andrey Andreev | 1 | -8/+1 | |
2014-11-06 | Ability to pass array of language files to Language Library similar to ↵ | Gabriel Potkány | 1 | -0/+8 | |
Loader Library | |||||
2014-11-04 | #3310 Remove a dead line | Andrey Andreev | 1 | -1/+0 | |
2014-11-04 | Fix #3310 | Andrey Andreev | 2 | -3/+2 | |
Regression caused by 4b838af40d77684539dd40461bd92e6e453fe675 Quite possibly related to #3308 | |||||
2014-11-03 | Polish changes following #3305 | Andrey Andreev | 7 | -15/+42 | |
Also add support for field comments in PostgreSQL & Oracle ... only via alter_table() for now :/ | |||||
2014-11-03 | Remove comment field definition from all other forge classes | Zachary Flower | 20 | -140/+0 | |
2014-11-03 | Move MySQL comments to MySQL forge classes only | Zachary Flower | 4 | -36/+15 | |
2014-11-03 | Move comment field after unique field in db forge | Zachary Flower | 4 | -6/+6 | |
2014-11-03 | Ensure forge comments are actually getting parsed | Zachary Flower | 1 | -0/+2 | |
Signed-off-by: Zachary Flower <zach@ninjaninja.net> | |||||
2014-11-03 | Disable database COMMENT field by default in all other DB Forge drivers | Zachary Flower | 20 | -0/+140 | |
Signed-off-by: Zachary Flower <zach@ninjaninja.net> | |||||
2014-11-03 | Add support for the COMMENT field in DBForge and MySQL Forge classes (pdo, ↵ | Zachary Flower | 4 | -0/+33 | |
mysql, and mysqli) Signed-off-by: Zachary Flower <zach@ninjaninja.net> | |||||
2014-10-28 | Add a real exception handler | Andrey Andreev | 3 | -9/+77 | |
Close #1590 Close #3200 | |||||
2014-10-28 | Close #3292 | Andrey Andreev | 1 | -1/+3 | |
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 168 | -2368/+4233 | |
2014-10-23 | Fix #3283 | Andrey Andreev | 1 | -1/+1 | |
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 #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 | 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 | 5 | -12/+16 | |
Close #3001 Close #3232 Related: #3244 | |||||
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 | 1 | -0/+4 | |
2014-09-29 | Revert #3194 | Andrey Andreev | 1 | -13/+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-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-12 | Fix #3228 | Andrey Andreev | 1 | -2/+0 | |
2014-09-08 | Add 'named callable' rules to Form validation library | Andrey Andreev | 1 | -4/+16 | |
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 | 5 | -29/+39 | |
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 | 1 | -7/+54 | |
2014-08-27 | Merge pull request #3202 from rougin/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Fixed typo error | |||||
2014-08-27 | Close #3205 | Andrey Andreev | 1 | -18/+4 | |
2014-08-27 | [ci skip] Update a comment block description | Andrey Andreev | 1 | -1/+1 | |
2014-08-27 | Fix #3189 | Andrey Andreev | 1 | -33/+33 | |
2014-08-27 | Removed empty line | Rougin Gutib | 1 | -1/+1 | |