6
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 08, 2024 — Jun 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- test for Caio hack (already in hacks.css) More... about 17 years ago
Fixed test_HTTP_Encoder.php More... about 17 years ago
Moved HTTP examples into web/test More... about 17 years ago
Reorganized examples More... about 17 years ago
+ BMH and MSIE filters to css/hacks.css. Minify_CSS no longer minifies RGB colors in MSIE filters. More... about 17 years ago
+ YUI Compressor-style comment preservation to CSS.php, adjusted tests to match More... about 17 years ago
+ preserveComments option to Minify_Javascript (default true), test case, and doc comments More... about 17 years ago
Added setExpires option to Build.php example More... about 17 years ago
+ "//" filepath shortcut in Build.php + 'getContentFunc' option in Source.php for lazy loading content only when needed (e.g. from DB) More... about 17 years ago
+ // shortcut for doc_root More... about 17 years ago
+ shortcut for specifying files in doc_root More... about 17 years ago
+ Minify/Build.php and example 2 showing use More... about 17 years ago
+ Solar_Dir for better PHP compat. Moved most of minify.php code to Controller/Version1.php. + a few tests for version1/minify.php More... about 17 years ago
+ test_HTTP_ConditionalGet.php, phpDoc improvements, moved packer to 3rd-party, test for Minify loading fewer files for 304 responses. More... over 17 years ago
Optimized header sniffing in Encoder.php; no more regex's needed for most browsers. Updated README w/r/t test suite update. More... over 17 years ago
+ compression ratios in Encoder tests More... over 17 years ago
Improved/added tests, deflate preferred over gzip, improved ConditionalGet docs More... over 17 years ago
Started moving 3rd-party code to separate folder. Should make keeping up w/ changes easier. More... over 17 years ago
Perf update for JSmin (Minify_Javascript), + phpDocs for public HTTP_* class APIs, minor Minify fix, private members changed to protected to allow easier subclassing. More... over 17 years ago
+ HTTP_ConditionalGet_Build directory change monitor, + post-processing hook in Minify (for appending timestamps to URIs, etc.) More... over 17 years ago
+ URI rewriter in CSS min, fix for protocol-relative URIs, + partial minify.php compatibility More... over 17 years ago
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. More... over 17 years ago
More thorough test_Minify.php Better var/method naming. More... over 17 years ago
added 'quiet' option. and now serve() and handleRequest() return an array of output content and headers. More... over 17 years ago
option changed to "setExpires" default missing minifier is none (no minification performed) More... over 17 years ago
README update (important at the moment) More... over 17 years ago
better README readability More... over 17 years ago
Docs update More... over 17 years ago
deleted unused css test files More... over 17 years ago
Moved examples and tests to combined web folder. Unfortunately I didn't do this with SVN move and the server wouldn't let me rollback to do this. More... over 17 years ago