Age | Commit message (Expand) | Author | Files | Lines |
2013-02-21 | Disable autoloader call from class_exists() occurences to improve performance | Andrey Andreev | 1 | -1/+1 |
2013-01-21 | [ci skip] Manually apply #2162, #2163 | Andrey Andreev | 1 | -1/+1 |
2013-01-19 | Support minify table block | Purwandi | 1 | -4/+4 |
2013-01-18 | Return spacing on var definitions. | Eric Roberts | 1 | -6/+6 |
2013-01-12 | Improve output cache. | Eric Roberts | 1 | -10/+24 |
2013-01-05 | Fix MSIE conditionals regex in minify output | Michael Dodge | 1 | -1/+1 |
2013-01-05 | Revert "Fix MSIE conditionals regex in minify output func" | Michael Dodge | 1 | -921/+921 |
2013-01-05 | Fix MSIE conditionals regex in minify output func | Michael Dodge | 1 | -921/+921 |
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 1 | -1/+1 |
2012-12-28 | Minor improvements to the Output class | Andrey Andreev | 1 | -10/+14 |
2012-12-28 | issue #2092 : code refinements | Andrew Podner | 1 | -6/+4 |
2012-12-26 | issue #2092 : Improve/Revise JS and CSS minify method (code refinements) | Andrew Podner | 1 | -2/+2 |
2012-12-26 | issue #2092 : Improve/Revise JS and CSS minify method | Andrew Podner | 1 | -1/+1 |
2012-12-26 | issue #2092 : Improve/Revise JS and CSS minify method | Andrew Podner | 1 | -17/+12 |
2012-12-25 | issue #2092 : Improve/Revise JS and CSS minify method | Andrew Podner | 1 | -7/+64 |
2012-12-19 | [ci skip] Some micro-optimizations and style changes | Andrey Andreev | 1 | -21/+11 |
2012-12-19 | fixes #2078: changing type variable to boolean in protected method | Andrew Podner | 1 | -6/+6 |
2012-12-18 | fixes #2078: formatting / styleguide cleanup (take2) | Andrew Podner | 1 | -1/+1 |
2012-12-18 | fixes #2078: formatting / styleguide cleanup | Andrew Podner | 1 | -7/+7 |
2012-12-18 | fixes #2078: refinement of the minify function for CSS and scripts. | Andrew Podner | 1 | -134/+134 |
2012-12-18 | Issue #2078: refinement of the minify function for CSS and scripts. | Andrew Podner | 1 | -73/+142 |
2012-12-17 | [ci skip] Fix some spaces | Andrey Andreev | 1 | -1/+1 |
2012-12-17 | Merge pull request #2077 from AndrewPodner/develop | Andrey Andreev | 1 | -8/+8 |
2012-12-17 | update for Issue #2064 (changed docblocks which return $this or only call a m... | Andrew Podner | 1 | -8/+8 |
2012-12-17 | Merge pull request #2069 from willmendesneto/develop | Andrey Andreev | 1 | -4/+6 |
2012-12-14 | Minify output in css and javascript code | Will Mendes | 1 | -4/+6 |
2012-11-30 | Add CI_Output::delete_cache() | Andrey Andreev | 1 | -0/+39 |
2012-11-29 | Added CI_Output::get_header() | Andrey Andreev | 1 | -1/+34 |
2012-11-12 | Some micro-optimizations | Andrey Andreev | 1 | -2/+2 |
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -1/+2 |
2012-10-28 | Fix #1937 | Andrey Andreev | 1 | -1/+1 |
2012-10-27 | Merge pull request #1935 from vkeranov/develop | Andrey Andreev | 1 | -2/+1 |
2012-10-27 | [ci skip] Router class DocBlock improvements | Andrey Andreev | 1 | -71/+85 |
2012-10-27 | Remove extra new lines | vkeranov | 1 | -2/+1 |
2012-10-24 | [ci skip] style and phpdoc-related changes (rel #1295) | Andrey Andreev | 1 | -1/+2 |
2012-09-16 | Better method for getting Output cache file embedded timestamp | vlakoff | 1 | -2/+2 |
2012-09-16 | Minor change in Output cache file check | vlakoff | 1 | -1/+1 |
2012-07-23 | output->_display_cache() simplifications | vlakoff | 1 | -2/+2 |
2012-07-23 | output->_display_cache() optimization | vlakoff | 1 | -1/+1 |
2012-06-23 | If there is no output then no need to try minifying it | Phil Sturgeon | 1 | -0/+5 |
2012-06-21 | Replaced block tag minification regex with a less greedy solution. | Phil Sturgeon | 1 | -1/+1 |
2012-06-16 | Spelling fixes - `wether` to `whether` | Alex Bilbie | 1 | -1/+1 |
2012-06-16 | Fix issue #318 + added a default to the switch() in CI_Output::minify() | Andrey Andreev | 1 | -39/+43 |
2012-06-15 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 1 | -14/+13 |
2012-06-15 | Merge branch 'feature/minify_output' of https://github.com/atiredmachine/Code... | Phil Sturgeon | 1 | -3/+164 |
2012-06-12 | Change file permissions for system/core/*.php and system/database/DB.php so t... | Andrey Andreev | 1 | -0/+0 |
2012-06-07 | Remove some unnecessary function_exists() checks and some minor improvements | Andrey Andreev | 1 | -1/+1 |
2012-06-06 | Add a second parameter (charset) to CI_Output::set_content_type() + fix for i... | Andrey Andreev | 1 | -2/+8 |
2012-06-05 | Added get_mimes() function to system/core/Commons.php.The MIMEs array from co... | Andrey Andreev | 1 | -11/+4 |
2012-06-04 | Direct return from mimes config, instead of using global $mimes; | Phil Sturgeon | 1 | -4/+2 |