summaryrefslogtreecommitdiffstats
path: root/system/core
AgeCommit message (Expand)AuthorFilesLines
2011-04-20Altering the loader to be able to load views from packages when adding the pa...Greg Aker2-53/+59
2011-04-19Removing internal references to the EXT constant. Additionally, marked the c...Greg Aker9-71/+71
2011-04-18Changed server check to ensure SCRIPT_NAME is defined. Fixes #57Eric Barnes1-5/+5
2011-04-12reapply changes made to core filesFlorian Pritz1-2/+2
2011-04-11Fix: codeigniter-reactor/199 cookie name was overwritten with token namepatwork1-2/+4
2011-04-11Fix: codeigniter-reactor/32 unicorns are no longer mutepatwork1-4/+4
2011-04-10update to CI 2.0.2Florian Pritz12-107/+1127
2011-04-09Fix: codeigniter-reactor/199 CSRF config in Security class is no longer ignoredpatwork1-1/+10
2011-04-08Fix: #192 CI version constant incorrect in core/CodeIgniterGreg Aker1-1/+1
2011-04-07Made in Output protected again, it was only ever made public by Eric to fix ...Phil Sturgeon1-1/+1
2011-04-06Made Environment Support optional. Comment out or delete the constant to stop...Phil Sturgeon6-48/+882
2011-04-06Made Environment Support optional. Comment out or delete the constant to stop...Phil Sturgeon7-32/+39
2011-04-05Tightening up control character handling in urlsPascal Kriete1-23/+34
2011-04-05Moving security to core.Pascal Kriete4-10/+835
2011-04-05tweaking remove_invisible_characters to make urlencoded character stripping o...Pascal Kriete1-15/+13
2011-04-03Fixed loading an array of libraries.Phil Sturgeon1-1/+1
2011-04-01Merged changes.Phil Sturgeon1-13/+3
2011-03-22If you do is_really_writable() on a file that does not exist on a Windows ser...Eric Barnes1-1/+1
2011-03-22Added error logging to language. Fixes #32Eric Barnes1-0/+7
2011-03-22Fixed logic and removed the error supressingEric Barnes2-7/+7
2011-03-18Changed scope on parse_exec_vars. Fixes #145Eric Barnes1-7/+6
2011-03-18Fixed coding to match standards from previous releasesEric Barnes2-4/+4
2011-03-17load config files from environment specific locations in core classes, helper...bubbafoley4-4/+37
2011-03-16Standardized newlines even more extensively in Input class.Phil Sturgeon1-1/+1
2011-03-15constants.php will be loaded from the environment specific config folder if a...Phil Sturgeon1-2/+9
2011-03-10Added full docs for new ENVIRONMENT constant.katzgrau1-1/+1
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 Sturgeon9-151/+344
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-03-08Added $this->output->set_content_type() and method chaining to other methods.Phil Sturgeon1-7/+60
2011-02-18Bugfix in foreach-loop ('name' must be last, as it also is the array's name);...tobiasbg1-8/+7
2011-02-16Merged CodeIgniter Core changes and integrated rob1's secure cookie change in...Phil Sturgeon8-142/+283
2011-02-16Secure cookies can now be made with the set_cookie() helper and Input Class m...Phil Sturgeon1-3/+4
2011-02-15Input post() and get() will now return a full array if the first argument is ...Phil Sturgeon1-21/+15
2011-02-15Automated merge with https://bitbucket.org/seandowney/codeigniter-reactorPhil Sturgeon3-7/+7
2011-02-14Whitespace cleanup in core/Pascal Kriete3-7/+7
2011-02-13Updated the post method and added the new functionality to the get method alsovascopj1-1/+17
2011-02-11Adding config option to require 'secure' setting for all cookies- requires ht...Robin Sowell1-1/+3
2011-02-09cleaned up some redundant code in the Loader->library functionKellas Reeves1-13/+3
2011-02-06A change to pass all fields back if there are no fields passed into the "post...vascopj1-0/+16
2011-02-03Made config->base_url() accept parameters. config->base_url($uri). Updated b...anaxamaxan@blackdog.local1-12/+46
2011-02-03Fixes #27. When the default controller was used, the _detect_uri() method wa...ericbarnes@ericbarnes.local1-0/+6
2011-02-02Automated merge with http://hg.ellislab.com/CodeIgniter-ReactorPhil Sturgeon1-0/+11
2011-02-02Merged recent changes and tweaked multi-env changes.Phil Sturgeon15-117/+105
2011-02-01Better logic handling for 404 overrideEric Barnes1-0/+11
2011-02-01Automated merge with http://hg.ellislab.com/CodeIgniter-ReactorPhil Sturgeon2-3/+13
2011-02-01Some servers would trick URI into thinking it was being run in CLI mode, whic...Phil Sturgeon1-2/+2
2011-01-31Added 404_override to Codeigniter file to catch the 404 if the controller is ...Eric Barnes2-3/+13