Age | Commit message (Expand) | Author | Files | Lines |
2012-05-17 | Cleanup the core classes | Andrey Andreev | 1 | -8/+10 |
2012-04-23 | Use tabs to separate class properties | Timothy Warren | 1 | -7/+7 |
2012-04-19 | Additional formatting fixes | Timothy Warren | 1 | -6/+6 |
2012-04-19 | Normalize comments in core files | Timothy Warren | 1 | -0/+10 |
2012-04-13 | Switch erroneously declared protected properties in Output class to public | Andrey Andreev | 1 | -7/+7 |
2012-04-03 | Some improvements to the additions from pull #1234 | Andrey Andreev | 1 | -7/+7 |
2012-04-02 | The current name is too wide change to get_content_type()consistent with set_... | Songpol Sripaoeiam | 1 | -1/+1 |
2012-04-01 | Fix style coding | Songpol Sripao-eiam | 1 | -1/+2 |
2012-04-01 | bracket on a new line | Songpol Sripaoeiam | 1 | -5/+6 |
2012-04-01 | add function get_current_content_type to output class and user manual library | Songpol Sripaoeiam | 1 | -0/+18 |
2012-03-26 | Some style adjustments and fixed comments in Router and Output classes | Andrey Andreev | 1 | -11/+9 |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -1/+1 |
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 on... | Greg Aker | 1 | -1/+9 |
2011-12-25 | Abstracting the loading of files in the config directory depending on environ... | Greg Aker | 1 | -9/+1 |
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 |
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 broke... | Derek Jones | 1 | -10/+10 |
2011-04-25 | Fixed double-space typo. | Razican | 1 | -10/+10 |
2011-04-19 | Removing internal references to the EXT constant. Additionally, marked the c... | Greg Aker | 1 | -3/+3 |
2011-04-07 | Made in Output protected again, it was only ever made public by Eric to fix ... | Phil Sturgeon | 1 | -1/+1 |
2011-04-06 | Made Environment Support optional. Comment out or delete the constant to stop... | Phil Sturgeon | 1 | -1/+1 |
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, helper... | bubbafoley | 1 | -1/+10 |
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 CI_Co... | Greg Aker | 1 | -1/+1 |
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 contr... | Derek Jones | 1 | -8/+13 |
2010-09-15 | Added a log message in core/output if the cache directory config value was no... | Greg Aker | 1 | -0/+1 |
2010-04-09 | Adding output library exceptions for servers with zlib.output_compression ena... | Pascal Kriete | 1 | -1/+14 |
2010-03-20 | reordered logic in _display_cache() to eliminate a call to is_really_writable... | Derek Jones | 1 | -11/+9 |
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 |
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 |