Age | Commit message (Expand) | Author | Files | Lines |
2018-05-18 | http:// to https:// | Mehdi Bounya | 1 | -2/+2 |
2018-01-09 | Annual copyright update | Master Yoda | 1 | -2/+2 |
2016-12-31 | Update copyright data to 2017 | Master Yoda | 1 | -2/+2 |
2016-12-01 | Remove previously deprecated CI_Config::system_url() | Andrey Andreev | 1 | -14/+0 |
2016-07-26 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -6/+3 |
2016-04-28 | Fix #4605 | Andrey Andreev | 1 | -6/+3 |
2016-02-27 | Downgraded log level for some pesky messages to INFO | sprakash4 | 1 | -1/+1 |
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 1 | -1/+1 |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 1 | -2/+2 |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 1 | -2/+2 |
2015-11-09 | Merge pull request #4217 from natesilva/fix-ipv6-base_url | Andrey Andreev | 1 | -1/+10 |
2015-10-31 | Prevent Host header injections | Andrey Andreev | 1 | -4/+2 |
2015-09-14 | Close #4098 | Andrey Andreev | 1 | -2/+18 |
2015-03-15 | [ci skip] Use DIRECTORY_SEPARATOR instead of / in CI_Config | Andrey Andreev | 1 | -1/+1 |
2015-03-05 | Fix #3642 | Andrey Andreev | 1 | -7/+5 |
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 1 | -3/+0 |
2015-01-20 | [ci skip] Change some log messages' level | Andrey Andreev | 1 | -1/+4 |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -3/+3 |
2014-12-16 | Fix #3419 | Andrey Andreev | 1 | -41/+28 |
2014-10-28 | Close #3292 | Andrey Andreev | 1 | -1/+3 |
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -14/+25 |
2014-10-10 | Fix #3270 | Andrey Andreev | 1 | -5/+2 |
2014-10-07 | Attempt a better base_url auto-detection | Andrey Andreev | 1 | -3/+5 |
2014-06-12 | remove the empty line at the end of file | Fu Xu | 1 | -1/+1 |
2014-06-12 | style change | Fu Xu | 1 | -1/+1 |
2014-06-12 | config load bug fix | Fu Xu | 1 | -2/+3 |
2014-04-01 | Discard the unwanted changes | vlakoff | 1 | -3/+10 |
2014-04-01 | Yet another method for determining "base_url" | vlakoff | 1 | -8/+1 |
2014-04-01 | Remove spaces around concatenations | vlakoff | 1 | -3/+3 |
2014-03-31 | Different method for determining "base_url" | vlakoff | 1 | -2/+7 |
2014-03-31 | Robuster determination of "base_url" config item | vlakoff | 1 | -1/+3 |
2014-03-31 | Refactoring in Config->__construct() | vlakoff | 1 | -10/+3 |
2014-02-11 | 2013 > 2014 | darwinel | 1 | -1/+1 |
2014-02-08 | Deprecate CI_Config::system_url() | Andrey Andreev | 1 | -0/+1 |
2013-10-25 | Implement $protocol parameter in Config base_url() and site_url() methods | vlakoff | 1 | -6/+22 |
2013-07-25 | Uniformize slash_item() with item() | vlakoff | 1 | -2/+2 |
2013-07-25 | Adjustments to the previous commit | vlakoff | 1 | -1/+1 |
2013-07-24 | config->item() now returns NULL instead of FALSE when the required item doesn... | vlakoff | 1 | -3/+3 |
2013-01-28 | Remove unnecessary defined('ENVIRONMENT') checks | Andrey Andreev | 1 | -5/+1 |
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 1 | -1/+1 |
2012-12-03 | config->site_url(): remove useless cast | vlakoff | 1 | -1/+1 |
2012-12-03 | config->site_url() optimizations | vlakoff | 1 | -7/+10 |
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -1/+2 |
2012-10-27 | Input class improvements | Andrey Andreev | 1 | -1/+1 |
2012-10-27 | Docblock improvements to the Config library and remove CI_Config::_assign_to_... | Andrey Andreev | 1 | -46/+34 |
2012-10-22 | Add is_https() as a common function | Andrey Andreev | 1 | -1/+1 |
2012-10-05 | Fix issue #116 + other space/style fixes [ci skip | Andrey Andreev | 1 | -1/+1 |
2012-07-04 | Fix some whitespace, removed unnecessary string concatenation. | Eric Roberts | 1 | -3/+3 |
2012-07-04 | Moved redundant $check_locations definition out of loop. | Eric Roberts | 1 | -4/+4 |
2012-06-16 | Fix issue #999 | Andrey Andreev | 1 | -3/+15 |