1
0
mirror of https://github.com/mrclay/minify.git synced 2025-02-24 08:52:50 +01:00

14 Commits

Author SHA1 Message Date
Steve Clay
039a25fc7c Minify.php : fix for Issue 73 and test 2009-01-06 16:32:28 +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
3d2076148c test_Minify.php : realpath applied to DOC_ROOT 2008-11-03 19:50:52 +00:00
Steve Clay
717399a062 + MyMin.php + unit test (currently failing)
improved before.js and added HTML test page
2008-10-20 21:00:12 +00:00
Steve Clay
3669711b75 test_environment.php : little fix for when $_SERVER['SERVER_NAME'] != desired host name (like has "www.")
Issue 62 test files
2008-10-19 14:25:23 +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
6dffb5e10e + unit tests for sensing server/PHP auto-HTTP-encoding and zlib.output_compression
moved ini_set('zlib.output_compression', '0') to config.php so extras and ab tests should work when this is set in php.ini/.htaccess.
builder/index.php : added escapes to JS strings for valid HTML
2008-10-07 20:47:15 +00:00
Steve Clay
0fe53c9813 Issue 58 : Minify_HTML should preserve comments containing "<![" 2008-10-06 14:15:26 +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
626075511a Minify/HTML.php : Fix of Issue 53 2008-09-27 21:11:33 +00:00
Steve Clay
12ca7b470f + Controller/MinApp.php for min app
min/index.php : rewritten to use MinApp.php
Controller/Base.php : simplified _fileIsSafe()
min/config.php : + flock and maxFiles options
2008-09-18 01:56:29 +00:00
Steve Clay
97a33bef5d test_Minify.php : fixed test of Last-Modified time. 2008-09-12 03:42:45 +00:00
Steve Clay
c54ae9205c moved unit_tests to min_unit_tests
min/builder/index.php : + note about CSS imports
HISTORY.txt and README.txt additions
some text file renaming
tools removed
2008-09-11 20:37:16 +00:00