Steve Clay
|
4c85da1fb3
|
Added/improved ab tests. Prepended "minify_" to cache filenames.
|
2008-06-09 20:30:11 +00:00 |
|
Steve Clay
|
60f001c425
|
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.
Encoder.php : added option to leave out compress
Fixed unit tests for new Minify behavior and to show verbose when called directly on Windows.
|
2008-06-08 13:24:23 +00:00 |
|
Steve Clay
|
930ad768cf
|
+ E_STRICT compliance
|
2008-06-01 02:52:59 +00:00 |
|
Steve Clay
|
97eaa576ed
|
Source.php now strips leading UTF-8 BOMs and added BOMs to javascript test files to test this, and note in README.
|
2008-05-22 15:23:28 +00:00 |
|
Steve Clay
|
ae22377b26
|
Prep for 2.0 release. Moved JSMin to lib/. Removed Packer and tests, left only wrapper class w/ instructions.
|
2008-05-22 15:03:05 +00:00 |
|
Steve Clay
|
fb4ecd2231
|
Moved HTTP examples into web/test
|
2008-05-15 15:20:33 +00:00 |
|
Steve Clay
|
e9035109c9
|
+ BMH and MSIE filters to css/hacks.css. Minify_CSS no longer minifies RGB colors in MSIE filters.
|
2008-05-14 16:15:09 +00:00 |
|
Steve Clay
|
1c1a6f327d
|
+ YUI Compressor-style comment preservation to CSS.php, adjusted tests to match
|
2008-05-14 12:58:54 +00:00 |
|
Steve Clay
|
2cbf5c9b39
|
+ preserveComments option to Minify_Javascript (default true), test case, and doc comments
|
2008-05-07 20:11:55 +00:00 |
|
Steve Clay
|
727f33657d
|
Added setExpires option to Build.php example
|
2008-05-07 12:29:13 +00:00 |
|
Steve Clay
|
d6c933e80d
|
+ "//" filepath shortcut in Build.php
+ 'getContentFunc' option in Source.php for lazy loading content only when needed (e.g. from DB)
|
2008-03-29 03:09:41 +00:00 |
|
Steve Clay
|
d38f3d0219
|
+ // shortcut for doc_root
|
2008-03-28 00:52:37 +00:00 |
|
Steve Clay
|
17455e5fbd
|
+ shortcut for specifying files in doc_root
|
2008-03-28 00:41:16 +00:00 |
|
Steve Clay
|
a714255c69
|
+ Minify/Build.php and example 2 showing use
|
2008-03-27 18:51:55 +00:00 |
|
Steve Clay
|
cd0675f490
|
+ Solar_Dir for better PHP compat. Moved most of minify.php code to Controller/Version1.php. + a few tests for version1/minify.php
|
2008-03-27 16:04:45 +00:00 |
|
Steve Clay
|
c15acc8782
|
+ test_HTTP_ConditionalGet.php, phpDoc improvements, moved packer to 3rd-party, test for Minify loading fewer files for 304 responses.
|
2008-03-05 22:59:23 +00:00 |
|
Steve Clay
|
a0d48f16fb
|
Optimized header sniffing in Encoder.php; no more regex's needed for most browsers. Updated README w/r/t test suite update.
|
2008-03-05 14:56:23 +00:00 |
|
Steve Clay
|
e2ad73f8be
|
Improved/added tests, deflate preferred over gzip, improved ConditionalGet docs
|
2008-03-04 17:04:09 +00:00 |
|
Steve Clay
|
f771696d40
|
Started moving 3rd-party code to separate folder. Should make keeping up w/ changes easier.
|
2008-03-03 22:04:42 +00:00 |
|
Steve Clay
|
e8ac1dc8d0
|
Perf update for JSmin (Minify_Javascript), + phpDocs for public HTTP_* class APIs, minor Minify fix, private members changed to protected to allow easier subclassing.
|
2008-03-03 16:23:39 +00:00 |
|
Steve Clay
|
7a3d7129b4
|
+ HTTP_ConditionalGet_Build directory change monitor, + post-processing hook in Minify (for appending timestamps to URIs, etc.)
|
2008-03-02 04:59:13 +00:00 |
|
Steve Clay
|
d86d79b7d2
|
+ URI rewriter in CSS min, fix for protocol-relative URIs, + partial minify.php compatibility
|
2008-03-01 20:23:50 +00:00 |
|
Steve Clay
|
381bd8856d
|
Controllers now supply all options and are easier to write! serve() returns more useful info and needs only one option array for both controller/minify options.
|
2008-03-01 15:08:38 +00:00 |
|
Steve Clay
|
7e9bf6d948
|
More thorough test_Minify.php
Better var/method naming.
|
2008-03-01 04:56:11 +00:00 |
|
Steve Clay
|
f46e321831
|
added 'quiet' option. and now serve() and handleRequest() return an array of output content and headers.
|
2008-02-29 23:59:50 +00:00 |
|
Steve Clay
|
023066ad0a
|
option changed to "setExpires"
default missing minifier is none (no minification performed)
|
2008-02-29 22:18:16 +00:00 |
|
Steve Clay
|
99c5af660b
|
Docs update
|
2008-02-29 01:36:05 +00:00 |
|
Steve Clay
|
0a939d4f91
|
V1.9.0 overhaul
|
2008-02-28 18:42:56 +00:00 |
|
Ryan Grove
|
5527771acf
|
beginnings of HTML minification support (again)
|
2007-06-06 06:26:14 +00:00 |
|
Ryan Grove
|
60943d4654
|
Update to version 1.1.0.
|
2007-06-06 03:57:34 +00:00 |
|
Ryan Grove
|
bef122d309
|
back out HTML minification code
|
2007-05-27 22:38:16 +00:00 |
|
Ryan Grove
|
e5362b0b46
|
|
2007-05-12 00:56:04 +00:00 |
|
Ryan Grove
|
b27875b8d9
|
update license info
|
2007-05-04 21:37:07 +00:00 |
|
Ryan Grove
|
c46733c51d
|
faster! faster! must go faster!
|
2007-05-04 21:00:01 +00:00 |
|
Ryan Grove
|
aa536c53d8
|
brand new custom implementation of JSMin that's about fifty zillion times smaller and faster
|
2007-05-04 05:40:57 +00:00 |
|
Ryan Grove
|
7dffc6c0bd
|
initial checkin
|
2007-05-01 23:00:36 +00:00 |
|