Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-10 | Use config_item() in CI_Output::__construct() | Andrey Andreev | 1 | -3/+1 | |
2014-01-10 | Compress output before storing it to cache, if output compression is enabled | Andrey Andreev | 1 | -20/+62 | |
Based on PR #964 | |||||
2013-11-27 | [ci skip] Remove a few more spaces | Andrey Andreev | 1 | -1/+1 | |
2013-10-31 | Fix #2710 | Andrey Andreev | 1 | -2/+1 | |
2013-10-31 | Apply trim() on the splitted code elements | Andrey Andreev | 1 | -164/+11 | |
2013-10-30 | Escape PCRE delimiters | Andrey Andreev | 1 | -2/+2 | |
2013-10-28 | An alternative to CI_Output::_minify_script_style() using more efficient ↵ | Andrey Andreev | 1 | -5/+97 | |
regexp patterns | |||||
2013-10-22 | Fix CSS minifier | Andrey Andreev | 1 | -4/+4 | |
2013-10-03 | re-fixes #2637 | David Cox Jr | 1 | -1/+1 | |
delimiter used for regex bounds found in neg. lookahead causes error using @ delimiter now for this expression | |||||
2013-09-24 | fix #2637 | David Cox Jr | 1 | -1/+1 | |
cleaned up the regex to remove extra qualifiers used character sets where possible for clarity main expression optimized | |||||
2013-09-22 | Fixes Issue 2637 | David Cox Jr | 1 | -1/+1 | |
more elegant way to make sure that the comment is not in a js string var | |||||
2013-09-12 | Fixed coding style | judge | 1 | -3/+8 | |
2013-09-10 | Fixed coding style | judge | 1 | -9/+13 | |
2013-09-10 | Remove Javascript inline comments + improved detecting whether the pointer ↵ | judge | 1 | -4/+4 | |
is in a string or not | |||||
2013-09-10 | Improved detecting whether the pointer is in a string or not | judge | 1 | -2/+22 | |
2013-09-10 | Removed unnecessary parameter | judge | 1 | -1/+1 | |
2013-09-10 | fixed error in finding closing tag | judge | 1 | -1/+1 | |
2013-04-05 | [ci skip] Replace spaces with tabs | Andrey Andreev | 1 | -6/+6 | |
2013-04-05 | Fix #2387 | Andrey Andreev | 1 | -3/+11 | |
2013-03-12 | Output Class Minify Function Change | bayssmekanique | 1 | -0/+2 | |
Added 2 additional MIME types to match against for JavaScript detection. | |||||
2013-02-21 | Disable autoloader call from class_exists() occurences to improve performance | Andrey Andreev | 1 | -1/+1 | |
Note: The Driver libary tests seem to depend on that, so one occurence in CI_Loader is left until we resolve that. | |||||
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 | |
Signed-off-by: Eric Roberts <eric@cryode.com> | |||||
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 | |
Allows IE conditionals like the following to remain unmodified. ```html <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> ``` Credit to joebert regex from http://www.sitepoint.com/forums/showthread.php?696559-Regex-pattern-to-strip-HTML-comments-but-leave-conditonals&s=3eef4ceb0a59b2fdb946fa56220fb6fd&p=4678083&viewfull=1#post4678083 | |||||
2013-01-05 | Revert "Fix MSIE conditionals regex in minify output func" | Michael Dodge | 1 | -921/+921 | |
This reverts commit 8e12c787042396e172a7448c65bd16c3015ffb0f. | |||||
2013-01-05 | Fix MSIE conditionals regex in minify output func | Michael Dodge | 1 | -921/+921 | |
Allows IE conditionals like the following to remain unmodified. <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> Credit to joebert regex from http://www.sitepoint.com/forums/showthread.php?696559-Regex-pattern-to-strip-HTML-comments-but-leave-conditonals&s=3eef4ceb0a59b2fdb946fa56220fb6fd&p=4678083&viewfull=1#post4678083 | |||||
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 | |
(following PRs #2049, #2079) | |||||
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 | |
update for Issue #2064 - take 2 | |||||
2012-12-17 | update for Issue #2064 (changed docblocks which return $this or only call a ↵ | Andrew Podner | 1 | -8/+8 | |
method that returns $this to @return CI_DB_class_name) | |||||
2012-12-17 | Merge pull request #2069 from willmendesneto/develop | Andrey Andreev | 1 | -4/+6 | |
Minify output in css and javascript code | |||||
2012-12-14 | Minify output in css and javascript code | Will Mendes | 1 | -4/+6 | |
Minify output in css and javascript code | |||||
2012-11-30 | Add CI_Output::delete_cache() | Andrey Andreev | 1 | -0/+39 | |
(an improved version of PR #609) | |||||
2012-11-29 | Added CI_Output::get_header() | Andrey Andreev | 1 | -1/+34 | |
(an improved version of PR #645) Also fixed get_content_type() to only return the MIME value and created Output library unit tests for both of these methods. | |||||
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 | |
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files. |