summaryrefslogtreecommitdiffstats
path: root/system/core/Output.php
AgeCommit message (Collapse)AuthorFilesLines
2014-06-06Merge remote-tracking branch 'remotes/upstream/2.2-stable' into workingFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at> Conflicts: system/libraries/Session.php user_guide/
2014-05-31Changelog messages, bump year in copyright noticesAndrey Andreev1-1/+1
2013-09-16Remove executable bitsFlorian Pritz1-0/+0
Signed-off-by: Florian Pritz <bluewind@xinu.at>
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 ↵Derek Jones1-10/+10
broke the Typography class's string replacements, for instance
2011-04-25Fixed double-space typo.Razican1-10/+10
2011-04-19Removing internal references to the EXT constant. Additionally, marked the ↵Greg Aker1-3/+3
constant as deprecated. Use ".php" instead. Also adding upgrade notes from 2.0.2 to 2.0.3.
2011-04-07Made in Output protected again, it was only ever made public by Eric to fix ↵Phil Sturgeon1-1/+1
an issue with the Dwoo MY_Parser, which is no reason to change core files. That Parser doesn't really even need the acess.
2011-04-06Made Environment Support optional. Comment out or delete the constant to ↵Phil Sturgeon1-1/+1
stop environment checks.
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, ↵bubbafoley1-1/+10
helpers and libraries
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 ↵Greg Aker1-1/+1
CI_Controller exists.
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 ↵Derek Jones1-8/+13
controllers implementing their own _output() methods
2010-09-15Added a log message in core/output if the cache directory config value was ↵Greg Aker1-0/+1
not found.
2010-04-09Adding output library exceptions for servers with zlib.output_compression ↵Pascal Kriete1-1/+14
enabled.
2010-03-20reordered logic in _display_cache() to eliminate a call to ↵Derek Jones1-11/+9
is_really_writable() on each page request unless it is_really_needed()
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
added ability to disable {elapsed_time} and {memory_usage} variables
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