summaryrefslogtreecommitdiffstats
path: root/system/core/Output.php
AgeCommit message (Expand)AuthorFilesLines
2012-11-12Some micro-optimizationsAndrey Andreev1-2/+2
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev1-1/+2
2012-10-28Fix #1937Andrey Andreev1-1/+1
2012-10-27Merge pull request #1935 from vkeranov/developAndrey Andreev1-2/+1
2012-10-27[ci skip] Router class DocBlock improvementsAndrey Andreev1-71/+85
2012-10-27Remove extra new linesvkeranov1-2/+1
2012-10-24[ci skip] style and phpdoc-related changes (rel #1295)Andrey Andreev1-1/+2
2012-09-16Better method for getting Output cache file embedded timestampvlakoff1-2/+2
2012-09-16Minor change in Output cache file checkvlakoff1-1/+1
2012-07-23output->_display_cache() simplificationsvlakoff1-2/+2
2012-07-23output->_display_cache() optimizationvlakoff1-1/+1
2012-06-23If there is no output then no need to try minifying itPhil Sturgeon1-0/+5
2012-06-21Replaced block tag minification regex with a less greedy solution.Phil Sturgeon1-1/+1
2012-06-16Spelling fixes - `wether` to `whether`Alex Bilbie1-1/+1
2012-06-16Fix issue #318 + added a default to the switch() in CI_Output::minify()Andrey Andreev1-39/+43
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