summaryrefslogtreecommitdiffstats
path: root/system/core/Output.php
AgeCommit message (Collapse)AuthorFilesLines
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway...
2012-01-09Remove once again ...Andrey Andreev1-1/+0
2012-01-09Really fix this ...Andrey Andreev1-2/+3
2012-01-09Fix a possible notice in Output libraryAndrey Andreev1-4/+2
2012-01-08Fixes for issue 896Michiel Vugteveen1-2/+1
2012-01-08Style guide stuffAndrey Andreev1-4/+2
2012-01-07Improve the core Output libraryAndrey Andreev1-104/+46
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-12-27Revert "Abstracting the loading of files in the config directory depending ↵Greg Aker1-1/+9
on environments." This reverts commit 5c1aa631c5f5ec2f6b75ba1158178418e50ba11a.
2011-12-25Abstracting the loading of files in the config directory depending on ↵Greg Aker1-9/+1
environments.
2011-12-25Fixing soft tabs in a few files.Greg Aker1-1/+1
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-4/+16
added notice of license to all source files. OSL to all except the few files we ship inside of the application folder, those are AFL. Updated license in user guide. incrementing next dev version to 3.0 due to licensing change
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