summaryrefslogtreecommitdiffstats
path: root/system/core
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-10completely removed Plugins from CodeIgniterDerek Jones1-63/+4
2010-03-10sped up Driver loading slightly by predicting subfolder locationDerek Jones1-1/+8
2010-03-07Automated merge with http://hg.ellislab.com/CodeIgniter2Derek Jones1-0/+23
2010-03-07fixed load_class() call in Hooks to get Config from coreDerek Jones1-1/+1
2010-03-05added Driver libDerek Jones1-0/+23
2010-03-02change to use load_class() from coreDerek Jones1-1/+1
2010-03-02Router class rewriteDerek Jones1-81/+153
2010-03-02changed set_status_header() default $code param to proper integerDerek Jones1-7/+11
2010-03-02class renameDerek Jones1-3/+4
2010-03-02rewrite of Loader classDerek Jones1-142/+198
2010-03-02renamed classDerek Jones1-9/+22
2010-03-02significant rewrite to Input classDerek Jones1-705/+192
2010-03-02update Hooks to use load_class() from coreDerek Jones1-2/+1
2010-03-02adding @PHP4 tags to Base classesDerek Jones2-2/+4
2010-03-02@PHP4 tags to CodeIgniter.phpDerek Jones1-1/+2
2010-03-02added @PHP4 tags to Compat functionsDerek Jones1-0/+3
2010-03-02killed scaffolding from Controller classDerek Jones1-58/+12
2010-03-02added config paths class propertyDerek Jones1-36/+107
2010-03-02whitespace and doc block update to Compat functionsDerek Jones1-1/+4
2010-03-02updated Common functionsDerek Jones1-232/+296
2010-03-02updating CodeIgniter.php init fileDerek Jones1-112/+180
2010-03-02adding Unicode class to coreDerek Jones1-0/+165
2010-03-02fixed EOF code comment file locationsDerek Jones17-17/+17
2010-03-02moving core library files out of libraries into new core folderDerek Jones18-0/+5555