summaryrefslogtreecommitdiffstats
path: root/system/core/CodeIgniter.php
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-13Bumped the version number. Can somebody with a working find and replace fix u...Phil Sturgeon1-1/+1
2011-08-10404_override route now works for missing controllers in subdirectories and fu...Shane Pearson1-1/+19
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones1-34/+34
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones1-34/+34
2011-04-25Fixed double-space typo.Razican1-34/+34
2011-04-19Removing internal references to the EXT constant. Additionally, marked the c...Greg Aker1-11/+11
2011-04-08Fix: #192 CI version constant incorrect in core/CodeIgniterGreg Aker1-1/+1
2011-04-06Made Environment Support optional. Comment out or delete the constant to stop...Phil Sturgeon1-0/+7
2011-04-06Made Environment Support optional. Comment out or delete the constant to stop...Phil Sturgeon1-1/+1
2011-04-05Moving security to core.Pascal Kriete1-0/+7
2011-03-15constants.php will be loaded from the environment specific config folder if a...Phil Sturgeon1-2/+9
2011-03-09Added 2.0.1 upgrade guide and changed the constants ready.Phil Sturgeon1-1/+1
2011-03-09Merged recent Core changes and fixed conflict.Phil Sturgeon1-4/+25
2011-03-09Flipping Phil's IS_CORE to true.Pascal Kriete1-1/+1
2011-03-08Added the constant CI_CORE to help differentiate between Core: TRUE and React...Phil Sturgeon1-0/+7
2011-03-08Added the constant CI_CORE to help differentiate between Core: TRUE and React...Phil Sturgeon1-0/+7
2011-02-01Better logic handling for 404 overrideEric Barnes1-0/+11
2011-01-31Added 404_override to Codeigniter file to catch the 404 if the controller is ...Eric Barnes1-2/+12
2011-01-20Renaming the unicode class to utf8 so we don't run the risk of violating the ...Pascal Kriete1-3/+3
2011-01-05Hey look, it's 2011Greg Aker1-1/+1
2010-11-10Some simple tweakingPascal Kriete1-2/+1
2010-11-10Removing require Compat.php in CodeIgniter.phpGreg Aker1-7/+0