1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-16 11:03:59 +02:00

Commit Graph

  • 5d9d81f875 Issue 167, Issue 186, integrated Solar_Dir::tmp into file cache Steve Clay 2010-07-25 05:11:41 +00:00
  • 5e0a7b1bf9 Prepping 2.1.4 beta release. Issue 185, More helpful Builder messages. Steve Clay 2010-07-08 04:25:05 +00:00
  • 15de686195 Issue 184 fix Steve Clay 2010-07-08 01:30:12 +00:00
  • a8f8897fbb Work on Issue 160, Issue 169, Issue 178, Issue 68 Steve Clay 2010-05-17 04:31:48 +00:00
  • f2ebbeb526 More work on HTML helpers Steve Clay 2010-05-17 02:30:51 +00:00
  • b41a908dbf Work on better HTML helper Steve Clay 2010-05-16 16:19:35 +00:00
  • 19e79ff7fb Fixed tests & classes in case of mbstring.func_overload & 2 (Issue 132) Added ability to match multiple strings in URIs for debugging Steve Clay 2010-05-16 01:27:33 +00:00
  • 02dbf14c8e Work on: Issue 120, Issue 170, Issue 152, Issue 125, Issue 134, Issue 143 Broke some tests Steve Clay 2010-05-10 07:44:40 +00:00
  • f4c688b338 Work on: Issue 125, Issue 126, Issue 132, Issue 134, Issue 138, Issue 139, Issue 147, Issue 149, Issue 151, Issue 162, Issue 166 Steve Clay 2010-05-09 16:43:47 +00:00
  • 5205a42f99 Workaround for Issue 144 Steve Clay 2010-05-08 19:38:26 +00:00
  • 269578533e Branching for work on 2.1.3 Steve Clay 2010-05-08 17:50:36 +00:00
  • 4a46e089f7 test_realpath.php : simpler testing of realpath() and $_SERVER Steve Clay 2009-10-17 22:47:30 +00:00
  • 81dc31d525 JSMinPlus.php 1.3 Steve Clay 2009-10-17 03:11:52 +00:00
  • 7a0fe29678 test_environment.php : check for output_handler config.php : disable output_handler (along with zlib.output_handler) Steve Clay 2009-10-16 20:13:25 +00:00
  • bd1df7734b MinApp.php + utils.php : Issue 86 Steve Clay 2009-10-13 00:56:45 +00:00
  • 444335b28c Implemented SPL autoloader, removed class requires Steve Clay 2009-09-19 17:00:52 +00:00
  • 4cb2ba2cab MinApp.php : Log problems involving 'allowDirs' option Steve Clay 2009-09-13 18:30:53 +00:00
  • efe2f7df0a Issue 129 : Minify HTML page by prepending pageBuffer.php. Kind of a souped up http://www.mnot.net/cgi_buffer/ Steve Clay 2009-08-05 19:34:28 +00:00
  • c63f0bf567 Minor stuff, testing NetBeans editor Steve Clay 2009-07-16 16:24:23 +00:00
  • 9df8656e9e min/test : first shot at an environment test. Steve Clay 2009-07-02 20:41:04 +00:00
  • 5e78f7d7b3 svn:externals + SimpleTest Steve Clay 2009-07-02 13:33:33 +00:00
  • bf6ea29c39 Not for release (I should branch these) Steve Clay 2009-06-30 19:50:42 +00:00
  • 7458ecb196 Tagging for release Steve Clay 2009-06-30 19:49:45 +00:00
  • 03673e0928 Prep for 2.1.3 HTTP_ConditionalGet: no more "must-revalidate" HTTP_Encoder: prefers gzip over deflate Minify: no more deflate encoding File cache works w/o setting $min_cachePath Minify_Source: + public $contentType Steve Clay 2009-06-30 19:44:55 +00:00
  • bfb4a18b85 + mincache (writes type-map files on request) Steve Clay 2009-05-09 22:59:18 +00:00
  • 5520944243 CSS/UriRewriter.php : fix Issue 99 ImportProcessor.php : fix Issue 99 Steve Clay 2009-05-05 13:05:07 +00:00
  • cb8519508b + minifyUrl.php for testing minifiers on remote files Steve Clay 2009-05-04 02:40:27 +00:00
  • dce1b8df91 minifyTextarea.php : set charset, + HTML rendering option Fixed source array casting in controllers Files, Groups, MinApp Changed default from "UTF-8" to "utf-8" Steve Clay 2009-05-01 17:11:44 +00:00
  • 8020c99ea1 CSS/Compressor.php : Issue 107 fix Steve Clay 2009-05-01 02:52:17 +00:00
  • 17a4bc96f1 + minifyTextarea.php for quick testing Steve Clay 2009-04-25 00:18:38 +00:00
  • b543fc8632 Minify.php : + version Controller/Page.php : requires to require_once Steve Clay 2009-04-21 20:53:29 +00:00
  • d35951fb64 JSMinPlus.php : have one token for entire multiline conditional comment Steve Clay 2009-04-15 20:57:46 +00:00
  • 24418803da + JSMinPlus.php + testing cond. comment support Steve Clay 2009-04-14 18:10:50 +00:00
  • 46b009e07a HTTP/ConditionalGet.php : + encoding option to allow ETags to vary with encoding (issue 91) HTTP/Encoder.php : Vary is always sent (issue 101) Minify.php : Allow varying ETags based on encoding (issue 91) lots of unit test updates Steve Clay 2009-03-30 01:47:40 +00:00
  • 974ceffa4c JSMin.php : trimmed output, better exception messages Removed unnecessary wrapper Minify_Javascript Steve Clay 2009-03-29 22:57:35 +00:00
  • 235642049c JSMin.php : more comments, clearer code, simplified min() Steve Clay 2009-03-28 05:42:05 +00:00
  • 54ad187c49 JSMin.php : Overhaul for readability, more useful exceptions Steve Clay 2009-03-27 21:24:43 +00:00
  • 65a023cc23 CSS/UriRewriter.php : + $debugText static var Minify/Lines.php : + URI rewriting (w/ debugging) test_Minify_CSS_UriRewriter.php : echos $debugText Minify.php : tiny mod to import warning - MyMin.php : needed fix already merged into JSMin.php Steve Clay 2009-03-19 16:33:38 +00:00
  • b021ed0c56 CSS/UriRewriter.php : refactoring + better docs testRewriteUri.php : for testing Minify_CSS_UriRewriter::rewrite() Steve Clay 2009-03-18 18:30:04 +00:00
  • e315788a43 Minify/HTML.php : Made class dynamic to ease subclassing Steve Clay 2009-03-16 21:24:54 +00:00
  • 22ee97a934 CSS/UriRewriter.php : fixed expansion of docRoot in symlink links min/index.php : removed expansion (unneeded) Steve Clay 2009-03-06 02:43:12 +00:00
  • e5ded285c0 CSS/Compressor.php : fix Issue 95 + test Steve Clay 2009-03-05 16:46:47 +00:00
  • f694969342 min/index.php : fix Issue 92 Steve Clay 2009-03-04 16:28:14 +00:00
  • 9ed412fe81 min/config.php : + bubbleCssImports option test_Minify.php : + tests for bubbleCssImports Steve Clay 2009-03-01 21:04:21 +00:00
  • 0fc245e8c6 Minify.php : added serve() 'bubbleCssImports' option Steve Clay 2009-02-26 17:06:31 +00:00
  • b553442816 HTTP_ConditionalGet::check() HTTP_Encoder::output() Steve Clay 2009-02-04 22:03:29 +00:00
  • 5686c0576d test_Minify_Build.php : allow running test file directly test_Minify.php : clearer unit test language Steve Clay 2009-01-28 23:49:13 +00:00
  • 67a8b0d355 CSS/Compressor.php : does the minification CSS/UriRewriter.php : added prepend() and symlink handling Minify/CSS.php : rewritten to use CSS_* classes Steve Clay 2009-01-28 22:06:57 +00:00
  • 4c1fe68ab6 Minify.php : moved logging to Logger.php Controller/Base.php : + log() Changed controllers to use $this->log() HTML.php : Issue 83 (preserve some WS around scripts) CSS.php : + symlinks option to correct some rewritten URIs min/config.php : + $min_symlinks min/index.php : normalize symlinks and use Logger.php min_unit_tests/_inc.php : default FirePHP logging, start output buffering Steve Clay 2009-01-28 20:02:25 +00:00
  • 7ca31ba2b2 config.php : better doc for $min_documentRoot test_environment.php : better tests and feedback for DOCUMENT_ROOT test_Minify_CSS.php : added test for path rewriting (not just prepending) test_Minify.php : removed need to do path rewriting (more focused testing) min_unit_tests/_inc.php : honored user's $min_documentRoot Steve Clay 2009-01-27 15:15:43 +00:00
  • adc394a0ac Prep docs for 2.1.2 test_all.php : add APC test (if apc_store present) test_Minify_Cache_File.php : use path specified in $min_cachePath Steve Clay 2009-01-26 22:08:27 +00:00
  • 773276a9ce JSMin.php : Fix Issue 74 (quotes in regexp literals) & code cleanup Minify.php : phpdoc for logError() test_Minify_Lines.php : disabled cache before test test_environment.php : + note if SUBDOMAIN_DOCUMENT_ROOT detected Steve Clay 2009-01-26 17:06:01 +00:00
  • 53f39bc2ab Separated logging option from debug option (allows custom logger injection). Formalized setting document root (will no longer be overridden on IIS). Rearranged options in config.php. Steve Clay 2009-01-26 00:44:43 +00:00
  • e03c263d18 + FirePHP error logging in Files, Groups, and MinApp controllers Steve Clay 2009-01-25 19:40:51 +00:00
  • 323ec7eb53 CSS.php & CSS/UriRewriter.php : support for data URIs (Issue 80) Steve Clay 2009-01-25 16:22:03 +00:00
  • 039a25fc7c Minify.php : fix for Issue 73 and test Steve Clay 2009-01-06 16:32:28 +00:00
  • 34349dfe02 ConditionalGet.php : comment clarification Steve Clay 2009-01-05 16:49:41 +00:00
  • 4d3e142ca1 + Cache/APC.php and test Steve Clay 2008-12-17 21:21:43 +00:00
  • 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 Steve Clay 2008-12-16 17:13:58 +00:00
  • 3d2076148c test_Minify.php : realpath applied to DOC_ROOT Steve Clay 2008-11-03 19:50:52 +00:00
  • c0a3b93bed Controller/Base.php : improved docs Steve Clay 2008-10-28 00:55:59 +00:00
  • 6ccdc5f253 min/index.php : Allow far-off expires on f= URIs min/README.txt : + docs for far-off expires Steve Clay 2008-10-28 00:25:40 +00:00
  • 717399a062 + MyMin.php + unit test (currently failing) improved before.js and added HTML test page Steve Clay 2008-10-20 21:00:12 +00:00
  • 68a16de09c HISTORY.txt and UPGRADING.txt 2.1.1 additions Steve Clay 2008-10-19 20:43:09 +00:00
  • 3669711b75 test_environment.php : little fix for when $_SERVER['SERVER_NAME'] != desired host name (like has "www.") Issue 62 test files Steve Clay 2008-10-19 14:25:23 +00:00
  • 66af3abab3 JSMin.php : Added regexp bug workaround to docblock Steve Clay 2008-10-15 22:25:26 +00:00
  • 24b3688c51 ConditionalGet.php : allows direct setting of ETag. Patch from Andy Dawson. Steve Clay 2008-10-15 20:28:14 +00:00
  • 44f8668c92 Issue 60. Zlib no longer required, but unit tests gives a "WARN" that encoding will not be performed. Steve Clay 2008-10-08 14:20:34 +00:00
  • 340c8a91fe Issue 24. Make sure all accesses of DOCUMENT_ROOT are first passed through realpath() to resolve symlinks. Steve Clay 2008-10-08 13:20:12 +00:00
  • 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 Steve Clay 2008-10-07 20:47:15 +00:00
  • 6b2ecd4038 Issue 57 work. Min app sets "zlib.output_compression" to "0" in case it is "1". Builder doesn't encode is it senses this option set, and runs AJAX checks for the status of it and to check for double-encoded output. Steve Clay 2008-10-07 15:07:13 +00:00
  • 0fe53c9813 Issue 58 : Minify_HTML should preserve comments containing "<![" Steve Clay 2008-10-06 14:15:26 +00:00
  • 986caa3838 Changes to enable building URIs w/o querystrings Minify/Build.php : + $forceAmpersand argument to uri() min/utils.php : Minify_groupUri : removed $ampersand, added $forceAmpersand Steve Clay 2008-10-05 23:42:17 +00:00
  • b626952f93 Issue 56 Steve Clay 2008-10-05 22:51:29 +00:00
  • cc62534837 Removed /../ from most rewritten URIs. Inspired by patch from Oleg Cherniy Steve Clay 2008-10-01 19:01:49 +00:00
  • 626075511a Minify/HTML.php : Fix of Issue 53 Steve Clay 2008-09-27 21:11:33 +00:00
  • c55c166d5d Minify/HTML.php : + 'xhtml' option builder : fixed Issue 52 Steve Clay 2008-09-24 19:08:57 +00:00
  • 58a5bea967 builder/_index.js : fixed group config helper, focus field after "Add" button Steve Clay 2008-09-18 16:47:39 +00:00
  • a364c35d6b .htaccess : added <IfModule> check Steve Clay 2008-09-18 16:34:58 +00:00
  • 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 Steve Clay 2008-09-18 01:56:29 +00:00
  • c177ea2c22 mod_rewrite allows Minify URIs w/o "?" builder/_index.js checks for this feature Steve Clay 2008-09-13 21:48:53 +00:00
  • 97a33bef5d test_Minify.php : fixed test of Last-Modified time. Steve Clay 2008-09-12 03:42:45 +00:00
  • 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 Steve Clay 2008-09-11 20:37:16 +00:00
  • 30db35adfc + Minify/YUICompressor.php Steve Clay 2008-09-08 05:00:45 +00:00
  • c13cf9b1d5 Text files update Steve Clay 2008-09-07 02:57:30 +00:00
  • b324a40714 config.php : + suggestion for cache path Steve Clay 2008-09-07 02:56:28 +00:00
  • 026e13b47e min/README.txt : mentioned builder app Steve Clay 2008-09-07 02:24:30 +00:00
  • 0245f31b2d ab results w/ cache file locking on Steve Clay 2008-09-07 02:20:57 +00:00
  • c85877266e Improved builder bookmarklet Steve Clay 2008-09-07 02:19:16 +00:00
  • 9a5a67dfaf builder app improvements and bookmarklet JSMin.php : + YUI and IE conditional comment preserving Steve Clay 2008-09-06 22:35:22 +00:00
  • 7bb535d79c Cache/File.php : + file locking option (still need cache stress test) Steve Clay 2008-09-05 20:50:58 +00:00
  • 12dc98c50a Prep for 2.1 min/builder/ : enableBuilder option, better debug behavior HTTP/Encoder.php : phpdoc fix Minify.php : removed setServerCache() Cache/Memcache.php : better docs README : simplified Steve Clay 2008-09-05 04:22:57 +00:00
  • c873fbc9f0 builder app improvements Steve Clay 2008-09-05 03:17:03 +00:00
  • 66aba1fd2a + memcached test (buggy on Windows at least) all min_extras apps use the cache path and lib location specified in min/config.php Steve Clay 2008-09-04 20:50:28 +00:00
  • 1f66aefc4e Memcache ab testing (memcached seems to be running out of connections on XP) Steve Clay 2008-09-04 12:02:00 +00:00
  • d637083d57 builder : checks min/config.php for cache path and uploaderHoursBehind Steve Clay 2008-09-04 02:06:10 +00:00
  • 05b8462b59 Renamed builder/index.js because Apache MultiViews was serving it instead of index.php! Steve Clay 2008-09-04 01:51:56 +00:00
  • 4c9d62be82 ab_tests/ : + test for /min (and reran) examples : cleanup - examples/3 - jquery-1.2.3.js (unneeded duplicate) Steve Clay 2008-09-04 01:08:38 +00:00
  • f9378dc345 Minify.php : + combine() builder/_index.html : Unix newlines Steve Clay 2008-09-04 00:38:08 +00:00
  • 86c09a1cd0 builder app improvements Minify.php : + setDocRoot() for IIS (min only checks if on Windows) Controller/Page.php : + 'file' option for simpler usage Steve Clay 2008-09-03 19:42:41 +00:00