summaryrefslogtreecommitdiffstats
path: root/system/core/Output.php
AgeCommit message (Expand)AuthorFilesLines
2012-06-15Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon1-14/+13
2012-06-15Merge branch 'feature/minify_output' of https://github.com/atiredmachine/Code...Phil Sturgeon1-3/+164
2012-06-12Change file permissions for system/core/*.php and system/database/DB.php so t...Andrey Andreev1-0/+0
2012-06-07Remove some unnecessary function_exists() checks and some minor improvementsAndrey Andreev1-1/+1
2012-06-06Add a second parameter (charset) to CI_Output::set_content_type() + fix for i...Andrey Andreev1-2/+8
2012-06-05Added get_mimes() function to system/core/Commons.php.The MIMEs array from co...Andrey Andreev1-11/+4
2012-06-04Direct return from mimes config, instead of using global $mimes;Phil Sturgeon1-4/+2
2012-06-04Revert/optimize some changes from ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5dAndrey Andreev1-3/+3
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/coreAlex Bilbie1-7/+7
2012-05-17Cleanup the core classesAndrey Andreev1-8/+10
2012-04-23Use tabs to separate class propertiesTimothy Warren1-7/+7
2012-04-19Additional formatting fixesTimothy Warren1-6/+6
2012-04-19Normalize comments in core filesTimothy Warren1-0/+10
2012-04-13Switch erroneously declared protected properties in Output class to publicAndrey Andreev1-7/+7
2012-04-03Some improvements to the additions from pull #1234Andrey Andreev1-7/+7
2012-04-02The current name is too wide change to get_content_type()consistent with set_...Songpol Sripaoeiam1-1/+1
2012-04-01Fix style codingSongpol Sripao-eiam1-1/+2
2012-04-01bracket on a new lineSongpol Sripaoeiam1-5/+6
2012-04-01add function get_current_content_type to output class and user manual librarySongpol Sripaoeiam1-0/+18
2012-03-26Some style adjustments and fixed comments in Router and Output classesAndrey Andreev1-11/+9
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
2012-01-28Fixed some spaces.Thor1-9/+4
2012-01-27Removed javascript for now...Thor (atiredmachine)1-3/+3
2012-01-27Added javascript. Improved based on comments.Thor (atiredmachine)1-19/+55
2012-01-25Fixed spaces to conform to style-guide.Thor (atiredmachine)1-26/+21
2012-01-25haha, no now it does.Thor (atiredmachine)1-3/+1
2012-01-25Works with set_content_type() to automatically minify for current mime type.Thor (atiredmachine)1-1/+16
2012-01-25Logs 'debug' message that shows how much % was shaved off.Thor (atiredmachine)1-1/+8
2012-01-25Strips out HTML comments.Thor (atiredmachine)1-0/+3
2012-01-25Changed function to use mimetype as typeThor (atiredmachine)1-4/+4
2012-01-25TidyingThor (atiredmachine)1-3/+3
2012-01-25Now protects <code> and <textrea> tags as well.Thor (atiredmachine)1-9/+11
2012-01-25Improved minifier to restore <pre> contents, remove even more spaces, and pro...Thor (atiredmachine)1-1/+34
2012-01-25Rudimentary minifying of output.Thor (atiredmachine)1-0/+36
2012-01-24Output class now sets HTTP headers match caching settings.Thor (atiredmachine)1-2/+43
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 on...Greg Aker1-1/+9
2011-12-25Abstracting the loading of files in the config directory depending on environ...Greg Aker1-9/+1
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
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 broke...Derek Jones1-10/+10
2011-04-25Fixed double-space typo.Razican1-10/+10
2011-04-19Removing internal references to the EXT constant. Additionally, marked the c...Greg Aker1-3/+3