1
0
mirror of https://github.com/mrclay/minify.git synced 2025-02-25 01:12:35 +01:00

73 Commits

Author SHA1 Message Date
Simon Schick
02bfb47f03 ImportProcessor: The previews-directory set in the constructor is marked as optional because it should only be used by internal calls. Added PHP-Doc for the constructor. 2011-10-15 14:31:42 +03:00
Simon Schick
26395db67a Updated ImportProcessor to write relative for imported stuff like images based on the parent-css-path. 2011-10-14 18:03:53 +03:00
Steve Clay
3c5543c3ea Joe Lencioni's patch for issue 5 2011-10-13 20:11:38 -04:00
Steve Clay
4e0b1fee8d Merge branch 'master' of github.com:mrclay/minify 2011-09-18 21:36:11 -04:00
Steve Clay
c8e903e24b missing file notice implemented for groups 2011-09-03 21:09:43 -04:00
Steve Clay
2f11b725b8 improved issue 170 2011-09-03 20:18:57 -04:00
acidvertigo
cfd6d3cd5a Running the explode instruction outside the foreach loops is faster 2011-08-18 21:14:44 +03:00
Steve Clay
9754414cc3 removed require for Java/String (not going that route). 2011-07-22 14:17:54 -07:00
Steve Clay
8c93fdf8a1 updated CssCompressor.java 2011-07-05 11:59:48 -04:00
Steve Clay
18a22b7937 removed dumb Java syntax emulation idea 2011-07-05 11:59:05 -04:00
Steve Clay
0fe3b7fc4c fixed Issue 229 2011-06-23 20:28:22 +00:00
Steve Clay
5002cd5fa7 Better fix for Issue 210 2011-06-23 19:21:45 +00:00
Steve Clay
8adf606cc6 Fix for Issue 210, start work on port of YUIC CssCompressor 2010-12-20 14:43:31 +00:00
Steve Clay
b07880e17a Fix for Issue 211 2010-12-19 21:12:53 +00:00
Steve Clay
d8d1f89ca0 Issue 214 (remove traversals in prepended links) 2010-12-19 21:00:27 +00:00
Steve Clay
356b6fb834 Issue 196, Issue 201, Issue 198 2010-10-29 04:10:39 +00:00
Steve Clay
c6a2f87641 Minify_CSS : remove charset at-rules by default & options cleanup
Minify_HTML : speed patch (Issue 192)
Minify_Controller_MinApp : better error logging (Issue 193)
index.php : allow easier custom controller hacking
2010-09-30 04:31:58 +00:00
Steve Clay
e9cd5d4b9b Issue 189 2010-08-06 15:08:55 +00:00
Steve Clay
c698941cc4 Closure Compiler API minifier and unit test
JSMin preserves "/*!"
2010-08-02 00:30:24 +00:00
Steve Clay
5d9d81f875 Issue 167, Issue 186, integrated Solar_Dir::tmp into file cache 2010-07-25 05:11:41 +00:00
Steve Clay
5e0a7b1bf9 Prepping 2.1.4 beta release. Issue 185, More helpful Builder messages. 2010-07-08 04:25:05 +00:00
Steve Clay
15de686195 Issue 184 fix 2010-07-08 01:30:12 +00:00
Steve Clay
a8f8897fbb Work on Issue 160, Issue 169, Issue 178, Issue 68 2010-05-17 04:31:48 +00:00
Steve Clay
f2ebbeb526 More work on HTML helpers 2010-05-17 02:30:51 +00:00
Steve Clay
b41a908dbf Work on better HTML helper 2010-05-16 16:19:35 +00:00
Steve Clay
19e79ff7fb Fixed tests & classes in case of mbstring.func_overload & 2 (Issue 132)
Added ability to match multiple strings in URIs for debugging
2010-05-16 01:27:33 +00:00
Steve Clay
02dbf14c8e Work on: Issue 120, Issue 170, Issue 152, Issue 125, Issue 134, Issue 143
Broke some tests
2010-05-10 07:44:40 +00:00
Steve Clay
f4c688b338 Work on: Issue 125, Issue 126, Issue 132, Issue 134, Issue 138, Issue 139, Issue 147, Issue 149, Issue 151, Issue 162, Issue 166 2010-05-09 16:43:47 +00:00
Steve Clay
03673e0928 Prep for 2.1.3
HTTP_ConditionalGet: no more "must-revalidate"
HTTP_Encoder: prefers gzip over deflate
Minify: no more deflate encoding
File cache works w/o setting $min_cachePath
Minify_Source: + public $contentType
2009-06-30 19:44:55 +00:00
Steve Clay
5520944243 CSS/UriRewriter.php : fix Issue 99
ImportProcessor.php : fix Issue 99
2009-05-05 13:05:07 +00:00
Steve Clay
dce1b8df91 minifyTextarea.php : set charset, + HTML rendering option
Fixed source array casting in controllers Files, Groups, MinApp
Changed default from "UTF-8" to "utf-8"
2009-05-01 17:11:44 +00:00
Steve Clay
8020c99ea1 CSS/Compressor.php : Issue 107 fix 2009-05-01 02:52:17 +00:00
Steve Clay
b543fc8632 Minify.php : + version
Controller/Page.php : requires to require_once
2009-04-21 20:53:29 +00:00
Steve Clay
974ceffa4c JSMin.php : trimmed output, better exception messages
Removed unnecessary wrapper Minify_Javascript
2009-03-29 22:57:35 +00:00
Steve Clay
65a023cc23 CSS/UriRewriter.php : + $debugText static var
Minify/Lines.php : + URI rewriting (w/ debugging)
test_Minify_CSS_UriRewriter.php : echos $debugText
Minify.php : tiny mod to import warning
- MyMin.php : needed fix already merged into JSMin.php
2009-03-19 16:33:38 +00:00
Steve Clay
b021ed0c56 CSS/UriRewriter.php : refactoring + better docs
testRewriteUri.php : for testing Minify_CSS_UriRewriter::rewrite()
2009-03-18 18:30:04 +00:00
Steve Clay
e315788a43 Minify/HTML.php : Made class dynamic to ease subclassing 2009-03-16 21:24:54 +00:00
Steve Clay
22ee97a934 CSS/UriRewriter.php : fixed expansion of docRoot in symlink links
min/index.php : removed expansion (unneeded)
2009-03-06 02:43:12 +00:00
Steve Clay
e5ded285c0 CSS/Compressor.php : fix Issue 95 + test 2009-03-05 16:46:47 +00:00
Steve Clay
0fc245e8c6 Minify.php : added serve() 'bubbleCssImports' option 2009-02-26 17:06:31 +00:00
Steve Clay
67a8b0d355 CSS/Compressor.php : does the minification
CSS/UriRewriter.php : added prepend() and symlink handling
Minify/CSS.php : rewritten to use CSS_* classes
2009-01-28 22:06:57 +00:00
Steve Clay
4c1fe68ab6 Minify.php : moved logging to Logger.php
Controller/Base.php : + log()
Changed controllers to use $this->log()
HTML.php : Issue 83 (preserve some WS around scripts)
CSS.php : + symlinks option to correct some rewritten URIs
min/config.php : + $min_symlinks
min/index.php : normalize symlinks and use Logger.php
min_unit_tests/_inc.php : default FirePHP logging, start output buffering
2009-01-28 20:02:25 +00:00
Steve Clay
e03c263d18 + FirePHP error logging in Files, Groups, and MinApp controllers 2009-01-25 19:40:51 +00:00
Steve Clay
323ec7eb53 CSS.php & CSS/UriRewriter.php : support for data URIs (Issue 80) 2009-01-25 16:22:03 +00:00
Steve Clay
4d3e142ca1 + Cache/APC.php and test 2008-12-17 21:21:43 +00:00
Steve Clay
f9abe0a730 builder/index.php : fix Issue 67
Minify.php : allow minifier = ''
Minify/CSS.php : more extensible (Issue 64)
Minify/HTML.php : more extensible
Minify/Lines.php : fix Issue 55
Minify/Packer.php : usability
test_environment.php : test DOCUMENT_ROOT
test_Minify_Lines.php : test Issue 55
2008-12-16 17:13:58 +00:00
Steve Clay
c0a3b93bed Controller/Base.php : improved docs 2008-10-28 00:55:59 +00:00
Steve Clay
44f8668c92 Issue 60. Zlib no longer required, but unit tests gives a "WARN" that encoding will not be performed. 2008-10-08 14:20:34 +00:00
Steve Clay
340c8a91fe Issue 24. Make sure all accesses of DOCUMENT_ROOT are first passed through realpath() to resolve symlinks. 2008-10-08 13:20:12 +00:00
Steve Clay
0fe53c9813 Issue 58 : Minify_HTML should preserve comments containing "<![" 2008-10-06 14:15:26 +00:00