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

18 Commits

Author SHA1 Message Date
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
8020c99ea1 CSS/Compressor.php : Issue 107 fix 2009-05-01 02:52:17 +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
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
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
323ec7eb53 CSS.php & CSS/UriRewriter.php : support for data URIs (Issue 80) 2009-01-25 16:22:03 +00:00
Steve Clay
cc62534837 Removed /../ from most rewritten URIs. Inspired by patch from Oleg Cherniy 2008-10-01 19:01:49 +00:00
Steve Clay
a45e4a3d8d + Minify/CommentPreserver.php w/ unit tests
CSS/UriRewriter.php : unit tests
Minify/ImportProcessor.php : unit tests (need JS tests)
Minify/CSS.php : refactoring using CommentPreserver.php
Minify/Javascript.php : refactoring using CommentPreserver.php
Minify/Lines.php : simplification
2008-09-01 21:19:59 +00:00
Steve Clay
eebe132aed Added CSS/UriRewriter.php : untested!
Minify/ImportProcessor.php units need fixing
2008-08-30 07:25:37 +00:00
Steve Clay
b1747b13db Refactoring CSS/Linearizer.php to Minify/ImportProcessor.php 2008-08-30 06:30:07 +00:00
Steve Clay
5a09b4943a CSS/Linearizer.php : will no longer try to import already included files 2008-08-28 22:41:51 +00:00
Steve Clay
0cb7eeab45 CSS/Linearizer.php : better implementation (won't import commented out @imports), unit test tests which files are included and should now work anywhere in a DOC ROOT 2008-08-28 17:49:03 +00:00
Steve Clay
1cbcefa634 CSS/Linearizer.php : URI rewriting + initial unit test 2008-08-28 03:16:33 +00:00
Steve Clay
41e937f143 CSS/Linearizer.php : work started
CSS.php & Source.php : whitespace/EOL cleanup
2008-08-27 21:51:20 +00:00