summaryrefslogtreecommitdiffstats
path: root/system/core/CodeIgniter.php
AgeCommit message (Expand)AuthorFilesLines
2016-03-22[ci skip] Fix CI_VERSIONAndrey Andreev1-1/+1
2016-03-21[ci skip] Mark the start of 3.0.7 developmentAndrey Andreev1-1/+1
2016-03-21[ci skip] Prepare for 3.0.6 releaseAndrey Andreev1-1/+1
2016-03-11[ci skip] Mark the start of 3.0.6 developmentAndrey Andreev1-1/+1
2016-03-11[ci skip] Prepare for 3.0.5 releaseAndrey Andreev1-1/+1
2016-03-07Merge pull request #4472 from vibbow/patch-1Andrey Andreev1-1/+1
2016-03-07Update CodeIgniter.phpvibbow1-1/+1
2016-02-20Update CodeIgniter.phpvibbow1-1/+1
2016-02-15Pass CI_Config as a parameter to CI_URI constructorAndrey Andreev1-1/+1
2016-01-13[ci skip] Mark the start of 3.0.5 developmentAndrey Andreev1-1/+1
2016-01-11[ci skip] Merge branch '3.0-stable' into developAndrey Andreev1-1/+1
2016-01-11[ci skip] Update ellislab.com links to https tooAndrey Andreev1-1/+1
2016-01-11Merge branch '3.0-stable' into developAndrey Andreev1-2/+2
2016-01-11[ci skip] Update codeigniter.com links to httpsAndrey Andreev1-2/+2
2016-01-11Merge branch '3.0-stable' into developAndrey Andreev1-2/+2
2016-01-11[ci skip] Bump year to 2016Andrey Andreev1-2/+2
2015-11-04[ci skip] Start of 3.0.4 developmentAndrey Andreev1-1/+1
2015-10-31[ci skip] Update changelog, version & upgrade instructionsAndrey Andreev1-1/+1
2015-10-12[ci skip] This is 3.0.3-devAndrey Andreev1-1/+1
2015-10-08[ci skip] Prepare 3.0.2 releaseAndrey Andreev1-1/+1
2015-08-07[ci skip] Start of 3.1.0-devAndrey Andreev1-1/+1
2015-08-07[ci skip] Start of 3.0.2-devAndrey Andreev1-1/+1
2015-04-01[ci skip] Update version numbersAndrey Andreev1-1/+1
2015-03-31[ci skip] Update version numberAndrey Andreev1-1/+1
2015-01-30Log an error message if composer_autoload is not found.Andrey Andreev1-2/+8
2015-01-30[ci skip] Load vendor/autoload.php earlierAndrey Andreev1-17/+17
2015-01-21Remove closing blocks at end of PHP filesvlakoff1-3/+0
2015-01-09Bulk (mostly documentation) updateAndrey Andreev1-3/+3
2014-12-22fix typo in the commentsClaudio Galdiolo1-1/+1
2014-10-28Add a real exception handlerAndrey Andreev1-1/+2
2014-10-27[ci skip] Switch to MIT license; close #3293Andrey Andreev1-14/+25
2014-10-06Optimize the composer_autoload checkAndrey Andreev1-1/+1
2014-07-11Add setting ['composer_autoload']Andrey Andreev1-0/+17
2014-07-07Fix a few typos and add a backport (compat) for hex2bin()Andrey Andreev1-1/+1
2014-05-09Suppress PHP 5.6 E_DEPRECATED warnings for mbstring.internal_encoding as wellAndrey Andreev1-1/+3
2014-05-06Account for PHP 5.6 changes related to charsetsAndrey Andreev1-2/+10
2014-04-15Fix in $_protected array of register_globals security procedurevlakoff1-1/+1
2014-04-15Fix #3004Andrey Andreev1-3/+51
2014-02-24Don't use globalsAndrey Andreev1-3/+2
2014-02-20Don't use error suppression with ini_set()Andrey Andreev1-1/+1
2014-02-19Add compatibility layer for array_column(), array_replace(), array_replace_re...Andrey Andreev1-0/+1
2014-02-18Add an ext/hash compatibility layer (just hash_pbkdf2(), for now)Andrey Andreev1-0/+1
2014-02-13Fix syntax errorAndrey Andreev1-2/+2
2014-02-13Introducing compatibility layersAndrey Andreev1-0/+9
2014-02-12Move mbstring/iconv configuration and MB_ENABLED, ICONV_ENABLED out of CI_Utf...Andrey Andreev1-5/+45
2014-02-112013 > 2014darwinel1-1/+1
2014-01-16URI Routing overhaulAndrey Andreev1-61/+82
2014-01-10Finally get rid of the CI_Router::_set_overrides() callsAndrey Andreev1-6/+0
2013-11-17Always load application/config/constants.phpAndrey Andreev1-6/+4
2013-11-16Update CodeIgniter.phpjosephok1-9/+9