Steve Clay
28197576c6
Use $min_libPath in examples and move it within config.php
...
Fixes #522
2016-04-18 21:12:12 -04:00
Kaue Santoja
d233b65d3d
Adds config option to concatenate files only
2015-09-03 14:26:35 -04:00
acidvertigo
153e08b5a0
Code clean
2014-09-20 14:21:31 +03:00
Steve Clay
218f37fb44
Update CSSmin, adds Minify_CSSmin wrapper, removes units for CSSmin
2013-11-13 20:18:19 -05:00
Steve Clay
ff45c76484
re-disabled builder
2012-03-16 14:48:33 -04:00
Steve Clay
45bea314d6
HTTP Digest auth option for builder
2012-03-15 14:01:39 -04:00
Steve Clay
acbcd84c14
update comment
2012-03-15 10:00:41 -04:00
Steve Clay
f7d73dcc56
Better docs, PHPDocs
2012-03-10 11:48:32 -05:00
Steve Clay
47b71fada2
2.1.5 preparation
2012-03-04 21:14:28 -05:00
Steve Clay
c6a2f87641
Minify_CSS : remove charset at-rules by default & options cleanup
...
Minify_HTML : speed patch (Issue 192)
Minify_Controller_MinApp : better error logging (Issue 193)
index.php : allow easier custom controller hacking
2010-09-30 04:31:58 +00:00
Steve Clay
c698941cc4
Closure Compiler API minifier and unit test
...
JSMin preserves "/*!"
2010-08-02 00:30:24 +00:00
Steve Clay
5d9d81f875
Issue 167, Issue 186, integrated Solar_Dir::tmp into file cache
2010-07-25 05:11:41 +00:00
Steve Clay
5e0a7b1bf9
Prepping 2.1.4 beta release. Issue 185, More helpful Builder messages.
2010-07-08 04:25:05 +00:00
Steve Clay
02dbf14c8e
Work on: Issue 120, Issue 170, Issue 152, Issue 125, Issue 134, Issue 143
...
Broke some tests
2010-05-10 07:44:40 +00:00
Steve Clay
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
2010-05-09 16:43:47 +00:00
Steve Clay
9ed412fe81
min/config.php : + bubbleCssImports option
...
test_Minify.php : + tests for bubbleCssImports
2009-03-01 21:04:21 +00:00
Steve Clay
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
2009-01-28 20:02:25 +00:00
Steve Clay
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
2009-01-27 15:15:43 +00:00
Steve Clay
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
2009-01-26 17:06:01 +00:00
Steve Clay
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.
2009-01-26 00:44:43 +00:00
Steve Clay
e03c263d18
+ FirePHP error logging in Files, Groups, and MinApp controllers
2009-01-25 19:40:51 +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
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
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
Steve Clay
b324a40714
config.php : + suggestion for cache path
2008-09-07 02:56:28 +00:00
Steve Clay
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
2008-09-05 04:22:57 +00:00
Steve Clay
7b9fcb4dd6
crude builder app for generating URIs quickly
2008-09-03 05:13:52 +00:00
Steve Clay
bd6af94f07
min/README.txt : more thorough
...
min/utils.php : fixed example code
min/config.php : improved explanation
2008-08-30 05:40:10 +00:00
Steve Clay
79a4e17fb6
All PHP/doc files have Unix newlines w/ no BOM
2008-08-29 22:56:34 +00:00
Steve Clay
4b3e92ca91
min: + options for maxAge, uploaderHoursBehind, debug
...
Minify: better docblock for uploaderHoursBehind
2008-08-24 00:30:30 +00:00
Steve Clay
62d7c83d80
+ README.txt
...
min/config.php: removed $minifyAllowBase option and reorganized file
min/index.php: added option to send far-off expires if "&\d" matches query string
2008-08-19 21:01:05 +00:00
Steve Clay
51adb91399
Moved "lib" into "min" for easiest deployment
2008-08-19 03:58:28 +00:00
Steve Clay
348c838c8b
min/config.php: allows multiple allow directories
...
Controller/Version1.php: + option to specify multiple allow dirs
Minify_Controller_Base::_fileIsSafe() allows multiple safe dirs
Minify_CSS: shorter line length output
2008-08-16 15:25:27 +00:00
Steve Clay
961e04ca30
Created "min" = new default implementation as specified in Issue 45.
...
Minify: fixed default value in useServerCache(), + doc for 'contentType' serve() option
Minify_Controller_Base: added todo item
Minify_Controller_Version1: fixed default cache to '' (instead of null)
2008-08-12 01:55:35 +00:00