Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-06-04 | Revert/optimize some changes from ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d | Andrey Andreev | 1 | -3/+3 |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/core | Alex Bilbie | 1 | -7/+7 |
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 |