Age | Commit message (Expand) | Author | Files | Lines |
2017-02-07 | Allow to omit trailing slash in config paths | vlakoff | 1 | -3/+3 |
2016-12-14 | Drop all PHP 5.3-related code | Andrey Andreev | 1 | -14/+0 |
2016-12-14 | Remove 'global_xss_filtering' config setting | Andrey Andreev | 1 | -14/+0 |
2016-12-14 | Remove 'allow_get_array', 'standardize_newlines' config settings | Andrey Andreev | 1 | -28/+0 |
2016-12-14 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -6/+16 |
2016-12-14 | [ci skip] Deprecate 'allow_get_array', 'standardize_newlines' | Andrey Andreev | 1 | -6/+16 |
2016-02-15 | [ci skip] Add notes in config about CLI for url_suffix, permitted_uri_chars | Andrey Andreev | 1 | -0/+4 |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 1 | -4/+4 |
2015-10-31 | Prevent Host header injections | Andrey Andreev | 1 | -4/+10 |
2015-09-01 | [ci skip] Correct session database setup docs | Andrey Andreev | 1 | -0/+3 |
2015-07-22 | Fix #3991 | Andrey Andreev | 1 | -0/+2 |
2015-07-15 | [ci skip] Add changelog entries for PR #3828 | Andrey Andreev | 1 | -2/+9 |
2015-07-04 | Standardized new lines | Calvin Tam | 1 | -3/+0 |
2015-07-04 | Fixed typos | Calvin Tam | 1 | -2/+2 |
2015-04-27 | [ci skip] Remove redundant comment about log_threshold | Andrey Andreev | 1 | -2/+0 |
2015-03-14 | [ci skip] Add a note about sess_save_path in config.php | Andrey Andreev | 1 | -0/+2 |
2015-03-01 | [ci skip] Fix a typo in config.php | Andrey Andreev | 1 | -1/+1 |
2015-02-28 | [ci skip] Formally deprecate 'global_xss_filtering' | Andrey Andreev | 1 | -0/+3 |
2015-02-18 | Fix #3593 | Andrey Andreev | 1 | -7/+6 |
2015-02-07 | [ci skip] Fix a setting name in a comment | Andrey Andreev | 1 | -1/+1 |
2015-02-07 | Add 'sess_regenerate_destroy' setting | Andrey Andreev | 1 | -0/+7 |
2015-02-02 | [ci skip] Improve note about sess_save_path in config.php | Andrey Andreev | 1 | -2/+4 |
2015-01-26 | Remove license blocks in /application files | vlakoff | 1 | -36/+0 |
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 1 | -4/+0 |
2015-01-21 | [ci skip] Fix incorrect wording in config.php | Andrey Andreev | 1 | -1/+1 |
2015-01-19 | [ci skip] Add missing word in a comment | Andrey Andreev | 1 | -2/+2 |
2015-01-19 | feature/session (#3073): Update config file and session docs | Andrey Andreev | 1 | -9/+15 |
2015-01-12 | Merge branch 'develop' into feature/session | Andrey Andreev | 1 | -16/+14 |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -3/+3 |
2014-12-15 | Remove output minifier | Andrey Andreev | 1 | -13/+0 |
2014-12-04 | Add 'cache_query_string' configuration option | Andrey Andreev | 1 | -0/+11 |
2014-11-11 | Fix merge conflicts | Andrey Andreev | 1 | -21/+34 |
2014-11-11 | Close #3322 [ci skip] | Andrey Andreev | 1 | -4/+4 |
2014-11-10 | #3073 (feature/session): (Try to) fix memcached driver | Andrey Andreev | 1 | -1/+1 |
2014-10-28 | Close #3292 | Andrey Andreev | 1 | -3/+5 |
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -14/+25 |
2014-10-06 | feature/session (#3073): Refactor configuration & fix cookie expiry times | Andrey Andreev | 1 | -25/+33 |
2014-08-27 | Fix #2963 | Andrey Andreev | 1 | -0/+12 |
2014-07-11 | Add setting ['composer_autoload'] | Andrey Andreev | 1 | -1/+21 |
2014-04-14 | Change 'standardize_newlines' default to FALSE | Andrey Andreev | 1 | -1/+1 |
2014-04-14 | Replace "folder" with "directory" in config.php | vlakoff | 1 | -3/+3 |
2014-04-14 | Rename config item "error_templates_path" to "error_views_path" | vlakoff | 1 | -2/+2 |
2014-04-12 | Make the error templates path configurable | vlakoff | 1 | -0/+11 |
2014-02-11 | "BASEPATH check" consistency | darwinel | 1 | -1/+2 |
2014-02-11 | 2013 > 2014 | darwinel | 1 | -1/+1 |
2014-01-15 | Merge changes from develop | Andrey Andreev | 1 | -3/+6 |
2014-01-15 | CI_URI changes related to the 'permitted_uri_chars' setting | Andrey Andreev | 1 | -3/+6 |
2014-01-10 | Compress output before storing it to cache, if output compression is enabled | Andrey Andreev | 1 | -0/+3 |
2014-01-08 | Make newline standardization configurable | Andrey Andreev | 1 | -0/+14 |
2013-09-14 | [ci skip] Remove empty line at application/config/config.php EOF | Andrey Andreev | 1 | -1/+1 |