This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
minify
Watch
1
Star
0
Fork
0
You've already forked minify
mirror of
https://github.com/mrclay/minify.git
synced
2025-04-23 22:03:12 +02:00
Code
Issues
Releases
Wiki
Activity
minify
/
web
/
test
History
Steve Clay
2b8b1a5d25
Fix minify test case.
...
Minify: Make postProcessor option affect cacheId
2008-08-16 22:13:28 +00:00
..
_test_files
Fix minify test case.
2008-08-16 22:13:28 +00:00
HTTP_ConditionalGet
Completed HTTP_ConditionalGet change to accept 'maxAge' not prevent conditional GETs. Also 304 responses now have the full Cache-Control/Last-Modified/ETag headers so max-age will be honored after each 304 response.
2008-07-22 23:05:06 +00:00
HTTP_Encoder
+ ab tests for Minify and Apache configs to serve static files.
2008-06-04 05:05:41 +00:00
_inc.php
+ compression ratios in Encoder tests
2008-03-04 22:02:57 +00:00
test_all.php
Added Minify_Lines to test suite, full docs on added methods in Minify & Minify_Lines.
2008-06-30 19:46:23 +00:00
test_CSS.php
Rewrote Minify::serve() to use built-in cache functions and send cached output with readfile() = huge perf increase. Also only returns array iff quiet is set. Removed a few options.
2008-06-08 13:24:23 +00:00
test_HTML.php
Minify_HTML: more efficient removal of ws outside tags, and possible fix to Issue 46
2008-08-13 14:00:11 +00:00
test_HTTP_ConditionalGet.php
Completed HTTP_ConditionalGet change to accept 'maxAge' not prevent conditional GETs. Also 304 responses now have the full Cache-Control/Last-Modified/ETag headers so max-age will be honored after each 304 response.
2008-07-22 23:05:06 +00:00
test_HTTP_Encoder.php
HTTP_Encoder now tests decompression and allows compressed content to be within 100 bytes of target size.
2008-06-22 12:53:18 +00:00
test_Javascript.php
Rewrote Minify::serve() to use built-in cache functions and send cached output with readfile() = huge perf increase. Also only returns array iff quiet is set. Removed a few options.
2008-06-08 13:24:23 +00:00
test_Lines.php
Added Minify_Lines to test suite, full docs on added methods in Minify & Minify_Lines.
2008-06-30 19:46:23 +00:00
test_Minify_Build.php
+ Minify/Build.php and example 2 showing use
2008-03-27 18:51:55 +00:00
test_Minify.php
+ Minify::$uploaderHoursBehind
2008-07-29 03:48:10 +00:00