summaryrefslogtreecommitdiffstats
path: root/system/core
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-27Automated merge with https://bitbucket.org/ellislab/codeigniterPhil Sturgeon6-113/+172
2011-01-20Moving the file to Utf8.phpPascal Kriete1-0/+0
2011-01-20Renaming the unicode class to utf8 so we don't run the risk of violating the ...Pascal Kriete3-15/+15
2011-01-19Avoid double-slashed on the base_url by only slashing index_page if it is act...Phil Sturgeon1-1/+2
2011-01-19Automated merge with https://bitbucket.org/dhorrigan/codeigniter-reactorPhil Sturgeon1-2/+16
2011-01-19Reverted regex validation while we re-think the implementation, and added ->i...Phil Sturgeon1-2/+16
2011-01-19Updated the auto URI detection so that it works in more scenarios. Fixes #3Dan Horrigan1-78/+32
2011-01-16Cleaned up environment class variable which isn't used anymore in current imp...joelcox1-1/+0
2011-01-16Set error_reporting to E_ALL when environment unknown and changed CI_Loader t...joelcox1-2/+13
2011-01-16Removed configs from environments and corrected for fallbackjoelcox1-6/+11
2011-01-16Fixed bug that prevented global config from loading on errorjoelcox1-5/+8
2011-01-15Split basic configuration in three environments, providing fallback to globaljoelcox2-8/+14
2011-01-12Removed trailing slash from $this->uri->ruri_string(). Fixes #292Eric Barnes1-1/+1
2011-01-05Hey look, it's 2011Greg Aker15-15/+15
2011-01-05Automated merge with http://hg.ellislab.com/CodeIgniter-ReactorPhil Sturgeon2-46/+108
2011-01-04Added ability to auto load package config files. Fixes #281Eric Barnes1-8/+21
2010-12-31Added support for calling controllers, methods and passing parameters via com...Phil Sturgeon1-4/+33
2010-12-27Implemented GET string support from Dan Horrigan and modified it slightly. Al...Phil Sturgeon6-65/+75
2010-12-27Languages can now be placed in packages folders, and added ->load->get_packag...Phil Sturgeon3-22/+32
2010-12-15['404_override'] can now take methods and URI segments, not just a controller...Phil Sturgeon1-8/+6
2010-12-15Revised the base_url auto-generation detection of protocol as some servers wi...Phil Sturgeon1-1/+1
2010-12-15<kbd>['base_url']</kbd> is now empty by default and will guess what it should...Phil Sturgeon1-24/+22
2010-12-15Added full Query String and $_GET array support. This is enabled by default....Dan Horrigan2-33/+71
2010-12-15Potential PHP 5.4 issue, get_magic_quotes_gpc() is being removed. This change...Phil Sturgeon1-1/+1
2010-12-15Package paths can now be auto-loaded in autoload.php.Phil Sturgeon1-0/+9
2010-12-21Moving system/{logs,cache} to the application directory.Greg Aker1-2/+2
2010-12-15Changing the router to support any number of segments in the default route. C...Pascal Kriete1-1/+1
2010-12-15Package paths can now be auto-loaded in autoload.php.Phil Sturgeon1-0/+9
2010-12-09Fix #260 - tightening up the is_ajax_request() method in the Input class. Th...Greg Aker1-2/+1
2010-11-22Adding is_ajax_request() method to CI_InputGreg Aker1-0/+15
2010-11-18Fix #237 get_instance() was being called in the output class before the CI_Co...Greg Aker1-1/+1
2010-11-15Adding request_headers() and get_request_header() methods to the input class....Greg Aker1-2/+81
2010-11-10Some simple tweakingPascal Kriete2-9/+5
2010-11-10Fixing output buffer error in the loader classGreg Aker1-1/+1
2010-11-10Changing all class constructors to __construct()Greg Aker10-30/+27
2010-11-10Removing a global call that was needed for php 4.Pascal Kriete1-3/+1
2010-11-10Removing instantiate_class(), which was needed to make php 4 and 5.3 play tog...Pascal Kriete2-21/+2
2010-11-10Removing require Compat.php in CodeIgniter.phpGreg Aker1-7/+0
2010-11-10Merging in changesGreg Aker1-38/+6
2010-11-10Updating PHP requirements in files 5.1.6Greg Aker14-14/+14
2010-11-10Automated merge with http://hg.ellislab.com/CodeIgniterNoPhp4/Pascal Kriete5-268/+18
2010-11-10Removing _ci_is_instance from the loader.Pascal Kriete1-38/+6
2010-11-10Removing the core/Compat.php file. :: poof ::Greg Aker1-99/+0
2010-11-10Automated merge with http://hg.ellislab.com/CodeIgniterNoPhp4/Greg Aker2-71/+8