summaryrefslogtreecommitdiffstats
path: root/system/core
AgeCommit message (Expand)AuthorFilesLines
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
2010-11-10Blasting the Base4/5 files. Updating Controller.php to inherit bits from the...Greg Aker4-169/+18
2010-11-10Removing _assign_to_models and _assign_libraries from model related code in f...Pascal Kriete2-71/+8
2010-11-09Automated merge with http://hg.ellislab.com/CodeIgniter2Pascal Kriete1-1/+1
2010-11-09Adding a second parameter to _remap that contains an array of the leftover se...Pascal Kriete1-1/+1
2010-11-09Fix #62 Adding CI_ prefix to Controller.Greg Aker2-4/+4
2010-11-09Normalizing package paths to include a single trailing slash.Pascal Kriete1-0/+4
2010-11-09Fixed a bug where silently failed to override if set_time_limit was in Suhos...Pascal Kriete1-6/+10
2010-11-04Automated merge with http://hg.ellislab.com/CodeIgniter2Pascal Kriete18-469/+484
2010-11-04Fixing the docblock on the unicode class.Pascal Kriete1-3/+3
2010-10-12Automated merge with http://hg.ellislab.com/CodeIgniter2Derek Jones1-1/+11
2010-10-12Fix #83 where multiple libraries could not be loaded at once by passing an ar...Greg Aker1-0/+10
2010-10-11Fixed a bug where CI_Model is always loaded in core/Loader.php, regardless of...Greg Aker1-1/+1
2010-10-07Automated merge with https://bitbucket.org/barrymieny/codeigniterDerek Jones1-2/+2
2010-10-07fixed a security issue which in certain cases could result in directory trave...Derek Jones1-2/+2
2010-10-04Cleanup of stray spaces and tabsBarry Mieny18-459/+459
2010-09-28fixed a bug where the Output class would send incorrect cached data for contr...Derek Jones1-8/+13
2010-09-15Added a log message in core/output if the cache directory config value was no...Greg Aker1-0/+1
2010-08-05Added an optional second parameter to <kbd>show_404()</kbd> to disable logging.Derek Allard2-4/+9
2010-04-25Simple change to comment line 21: the=>that.Roger Simms1-1/+1
2010-04-15Fixing a bug where odbc/mssql/oci8 db drivers would encounter a PHP error due...Greg Aker1-0/+37
2010-04-09Adding output library exceptions for servers with zlib.output_compression ena...Pascal Kriete1-1/+14
2010-03-28Change in the loader and driver docs to force ucfirst() on driver directory n...Greg Aker1-1/+1
2010-03-25code comment typoDerek Jones1-1/+1
2010-03-22Fix #10 , extending the CodeIgniter controller with MY_Controller will lead t...Greg Aker1-0/+5
2010-03-12Will check for sub-classes in core or libraries (which the original file is i...Phil Sturgeon1-2/+2
2010-03-20reordered logic in _display_cache() to eliminate a call to is_really_writable...Derek Jones1-11/+9
2010-03-19Changed a few strstr to strpos for consistency w performance guidelines and t...Robin Sowell1-1/+1
2010-03-10added ability to enable/disable individual sections of the ProfilerDerek Jones1-1/+27