summaryrefslogtreecommitdiffstats
path: root/system/core/CodeIgniter.php
AgeCommit message (Expand)AuthorFilesLines
2013-09-13Improvements to safe_mode detection (it doesn't exist in PHP 5.4)Andrey Andreev1-4/+2
2013-09-11Simulate a complete custom exception handler by redirecting uncaught events.Kaiwang Chen1-0/+1
2013-08-17Fix $replace parameter handling in get_config()vlakoff1-1/+1
2013-07-22Change class filenames to UcfirstAndrey Andreev1-4/+8
2013-07-19Router improvementsAndrey Andreev1-1/+0
2013-04-04Fix #2380 and deprecate CI_Router::fetch_*() methodsAndrey Andreev1-4/+4
2013-02-21Disable autoloader call from class_exists() occurences to improve performanceAndrey Andreev1-3/+3
2013-01-28Remove unnecessary defined('ENVIRONMENT') checksAndrey Andreev1-1/+1
2013-01-01[ci skip] Happy new yearAndrey Andreev1-1/+1
2012-11-05Revert usage of is_callable() in system/core/CodeIgniter.phpAndrey Andreev1-1/+5
2012-11-02Bootstrap improvementsAndrey Andreev1-39/+33
2012-11-02Fix a directory/404_override bug and some routing-related optimizationsAndrey Andreev1-6/+10
2012-11-02Router-related optimizationsAndrey Andreev1-9/+4
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev1-1/+2
2012-10-27Remove extra new linesvkeranov1-1/+0
2012-10-27Docblock improvements to the Config library and remove CI_Config::_assign_to_...Andrey Andreev1-2/+5
2012-10-11Replace a few require() uses with require_once() (should fix issue #1872)Andrey Andreev1-1/+1
2012-06-12Change file permissions for system/core/*.php and system/database/DB.php so t...Andrey Andreev1-0/+0
2012-06-05Replace set_magic_quotes_runtime() with an ini_set() callAndrey Andreev1-1/+1
2012-06-05Fix a magic_quotes-related bug and changed the default parameter value for is...Andrey Andreev1-1/+1
2012-06-04Revert/optimize some changes from ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5dAndrey Andreev1-1/+1
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/coreAlex Bilbie1-2/+2
2012-05-23Merge pull request #1367 from PawelDecowski/developPhil Sturgeon1-11/+0
2012-05-22Move closing of database connection to CI_DB_driver->__destruct - #1376Root1-10/+0
2012-05-17Remove set_time_limit() call. CodeIgniter should respect php.ini setting.Pawel Decowski1-11/+0
2012-05-17Cleanup the core classesAndrey Andreev1-1/+1
2012-04-28Important spelling fix to CodeIgniter.php fileChris Berthe1-1/+1
2012-04-23Use tabs to separate class propertiesTimothy Warren1-1/+1
2012-04-23Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into patchTimothy Warren1-7/+7
2012-04-23Merge upstreamTimothy Warren1-3/+1
2012-04-23Fix issue #1265Andrey Andreev1-8/+8
2012-04-19Normalize comments in core filesTimothy Warren1-0/+7
2012-03-26Make _initialize() a constructor and rename _call_hook() to call_hook in the ...Andrey Andreev1-7/+7
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
2012-01-10Fix a bug in system/core/CodeIgniter.phpAndrey Andreev1-1/+1
2012-01-08Replace AND with &&Andrey Andreev1-6/+6
2012-01-07Improve core/CodeIgniter.phpAndrey Andreev1-23/+15
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-12-27Revert "Abstracting the loading of files in the config directory depending on...Greg Aker1-1/+8
2011-12-25Abstracting the loading of files in the config directory depending on environ...Greg Aker1-8/+1
2011-12-01Removed `$_SERVER['REMOTE_ADDR']` following feedbackJack Webb-Heller1-1/+1
2011-12-01CodeIgniter ignores the set config value for Maximum Execution Time, overwrit...Jack Webb-Heller1-2/+6
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-5/+17
2011-09-30cleanup docblocks, remove dated CI_CORE constantfreewil1-20/+0
2011-08-26Changed CI_VERSION to represent develop branchEric Barnes1-1/+1
2011-08-15Merge branch 'develop' of github.com:philsturgeon/codeigniter-reactor into de...Phil Sturgeon1-0/+12
2011-08-14Added some docs to CI core filesDavid Behler1-0/+12
2011-08-14Fixed conflict.Phil Sturgeon1-9/+11
2011-08-14Added some docs to CI core filesroot1-0/+13
2011-08-13Got changelog in sync with changes after v2.0.3 release branch merged a bunch...Phil Sturgeon1-1/+1