Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-09 | Remove once again ... | Andrey Andreev | 1 | -1/+0 | |
2012-01-09 | Really fix this ... | Andrey Andreev | 1 | -2/+3 | |
2012-01-09 | Fix a possible notice in Output library | Andrey Andreev | 1 | -4/+2 | |
2012-01-08 | Fixes for issue 896 | Michiel Vugteveen | 1 | -2/+1 | |
2012-01-08 | Style guide stuff | Andrey Andreev | 1 | -4/+2 | |
2012-01-07 | Improve the core Output library | Andrey Andreev | 1 | -104/+46 | |
2012-01-02 | Updating copyright date to 2012 | Greg Aker | 1 | -1/+1 | |
2011-12-27 | Revert "Abstracting the loading of files in the config directory depending ↵ | Greg Aker | 1 | -1/+9 | |
on environments." This reverts commit 5c1aa631c5f5ec2f6b75ba1158178418e50ba11a. | |||||
2011-12-25 | Abstracting the loading of files in the config directory depending on ↵ | Greg Aker | 1 | -9/+1 | |
environments. | |||||
2011-12-25 | Fixing soft tabs in a few files. | Greg Aker | 1 | -1/+1 | |
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 1 | -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-15 | Added some docs to CI core files | David Behler | 1 | -2/+59 | |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵ | Derek Jones | 1 | -10/+10 | |
broke the Typography class's string replacements, for instance | |||||
2011-04-25 | Fixed double-space typo. | Razican | 1 | -10/+10 | |
2011-04-19 | Removing internal references to the EXT constant. Additionally, marked the ↵ | Greg Aker | 1 | -3/+3 | |
constant as deprecated. Use ".php" instead. Also adding upgrade notes from 2.0.2 to 2.0.3. | |||||
2011-04-07 | Made in Output protected again, it was only ever made public by Eric to fix ↵ | Phil Sturgeon | 1 | -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-06 | Made Environment Support optional. Comment out or delete the constant to ↵ | Phil Sturgeon | 1 | -1/+1 | |
stop environment checks. | |||||
2011-03-18 | Changed scope on parse_exec_vars. Fixes #145 | Eric Barnes | 1 | -7/+6 | |
2011-03-17 | load config files from environment specific locations in core classes, ↵ | bubbafoley | 1 | -1/+10 | |
helpers and libraries | |||||
2011-03-08 | Added $this->output->set_content_type() and method chaining to other methods. | Phil Sturgeon | 1 | -7/+60 | |
2011-01-05 | Hey look, it's 2011 | Greg Aker | 1 | -1/+1 | |
2010-12-21 | Moving system/{logs,cache} to the application directory. | Greg Aker | 1 | -2/+2 | |
2010-11-18 | Fix #237 get_instance() was being called in the output class before the ↵ | Greg Aker | 1 | -1/+1 | |
CI_Controller exists. | |||||
2010-11-10 | Changing all class constructors to __construct() | Greg Aker | 1 | -1/+1 | |
2010-11-10 | Updating PHP requirements in files 5.1.6 | Greg Aker | 1 | -1/+1 | |
2010-10-04 | Cleanup of stray spaces and tabs | Barry Mieny | 1 | -71/+71 | |
2010-09-28 | fixed a bug where the Output class would send incorrect cached data for ↵ | Derek Jones | 1 | -8/+13 | |
controllers implementing their own _output() methods | |||||
2010-09-15 | Added a log message in core/output if the cache directory config value was ↵ | Greg Aker | 1 | -0/+1 | |
not found. | |||||
2010-04-09 | Adding output library exceptions for servers with zlib.output_compression ↵ | Pascal Kriete | 1 | -1/+14 | |
enabled. | |||||
2010-03-20 | reordered logic in _display_cache() to eliminate a call to ↵ | Derek Jones | 1 | -11/+9 | |
is_really_writable() on each page request unless it is_really_needed() | |||||
2010-03-10 | added ability to enable/disable individual sections of the Profiler | Derek Jones | 1 | -1/+27 | |
2010-03-02 | changed set_status_header() default $code param to proper integer | Derek Jones | 1 | -7/+11 | |
added ability to disable {elapsed_time} and {memory_usage} variables | |||||
2010-03-02 | fixed EOF code comment file locations | Derek Jones | 1 | -1/+1 | |
2010-03-02 | moving core library files out of libraries into new core folder | Derek Jones | 1 | -0/+409 | |