Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-06-06 | Merge remote-tracking branch 'remotes/upstream/2.2-stable' into working | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> Conflicts: system/libraries/Session.php user_guide/ | |||||
2014-05-31 | Changelog messages, bump year in copyright notices | Andrey Andreev | 1 | -1/+1 | |
2013-09-16 | Remove executable bits | Florian Pritz | 1 | -0/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
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 | |