summaryrefslogtreecommitdiffstats
path: root/system/core/Output.php
AgeCommit message (Expand)AuthorFilesLines
2014-06-06Merge remote-tracking branch 'remotes/upstream/2.2-stable' into workingFlorian Pritz1-1/+1
2014-05-31Changelog messages, bump year in copyright noticesAndrey Andreev1-1/+1
2013-09-16Remove executable bitsFlorian Pritz1-0/+0
2011-08-15Added some docs to CI core filesDavid Behler1-2/+59
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones1-10/+10
2011-04-25Fixed double-space typo.Razican1-10/+10
2011-04-19Removing internal references to the EXT constant. Additionally, marked the c...Greg Aker1-3/+3
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 Sturgeon1-1/+1
2011-03-18Changed scope on parse_exec_vars. Fixes #145Eric Barnes1-7/+6
2011-03-17load config files from environment specific locations in core classes, helper...bubbafoley1-1/+10
2011-03-08Added $this->output->set_content_type() and method chaining to other methods.Phil Sturgeon1-7/+60
2011-01-05Hey look, it's 2011Greg Aker1-1/+1
2010-12-21Moving system/{logs,cache} to the application directory.Greg Aker1-2/+2
2010-11-18Fix #237 get_instance() was being called in the output class before the CI_Co...Greg Aker1-1/+1
2010-11-10Changing all class constructors to __construct()Greg Aker1-1/+1
2010-11-10Updating PHP requirements in files 5.1.6Greg Aker1-1/+1
2010-10-04Cleanup of stray spaces and tabsBarry Mieny1-71/+71
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-04-09Adding output library exceptions for servers with zlib.output_compression ena...Pascal Kriete1-1/+14
2010-03-20reordered logic in _display_cache() to eliminate a call to is_really_writable...Derek Jones1-11/+9
2010-03-10added ability to enable/disable individual sections of the ProfilerDerek Jones1-1/+27
2010-03-02changed set_status_header() default $code param to proper integerDerek Jones1-7/+11
2010-03-02fixed EOF code comment file locationsDerek Jones1-1/+1
2010-03-02moving core library files out of libraries into new core folderDerek Jones1-0/+409