Steve Clay
|
8de36cc08f
|
Clarified comment.
|
2008-07-24 00:51:54 +00:00 |
|
Steve Clay
|
3ddc831f20
|
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 |
|
Steve Clay
|
3f5c9f4de0
|
Added 'maxAge' option (removed 'setExpires') and changed behavior so that conditional GET is still implemented when max-age/Expires is sent.
|
2008-07-22 20:43:27 +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
|
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
|
023066ad0a
|
option changed to "setExpires"
default missing minifier is none (no minification performed)
|
2008-02-29 22:18:16 +00:00 |
|
Steve Clay
|
0a939d4f91
|
V1.9.0 overhaul
|
2008-02-28 18:42:56 +00:00 |
|