1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-08 07:06:49 +02:00
Commit Graph

737 Commits

Author SHA1 Message Date
Steve Clay
faec60fff6 Merge pull request #54 from jrobeson/patch-1
remove version from composer.json
2013-03-23 13:12:40 -07:00
Steve Clay
35cddbf5eb Merge pull request #42 from glensc/cc-connection-close
use "Connection: close" of file_get_contents
2013-03-23 13:11:48 -07:00
Johnny Robeson
416296ad6f remove version from composer.json
version isn't needed since a tag for 2.1.5 already exists.
2013-03-23 17:10:42 -03:00
Steve Clay
2089caaf66 Merge pull request #43 from glensc/groupurls
allow setGroup keys be list of groups comma separated
2013-03-23 13:03:09 -07:00
Steve Clay
e228891304 Merge pull request #44 from glensc/composer.json2
add composer.json file
2013-03-23 12:59:25 -07:00
Steve Clay
3f0485e54f Merge pull request #47 from glensc/stack-size
Minify_YUICompressor: add support for increasing stack size
2013-03-23 12:57:51 -07:00
Steve Clay
c1c375cb0e Merge pull request #48 from glensc/script-clean-comments
add jsCleanComments option to Minify_HTML
2013-03-23 12:55:43 -07:00
Steve Clay
7a268d99df Merge pull request #49 from glensc/xcache
add Minify_Cache_XCache - xcache backend
2013-03-23 12:46:37 -07:00
Steve Clay
cb75a4fd30 Fixes #158: Builder works on SSL
http://code.google.com/p/minify/issues/detail?id=158
2013-03-01 09:27:59 -05:00
Steve Clay
db65f55738 Avoid NOTICE errors in _getCommonCharAtPos 2013-01-22 16:15:06 -05:00
Elan Ruusamäe
04f5873e28 upstream uses spaces for formatting 2013-01-18 14:19:59 +02:00
Elan Ruusamäe
7ffdeef7ef add Minify_Cache_XCache - xcache backend
based on APC and Memcache files
2013-01-18 14:17:51 +02:00
Elan Ruusamäe
f6d078785f add jsCleanComments option to Minify_HTML 2013-01-17 00:02:30 +02:00
Elan Ruusamäe
8c54519b32 Minify_YUICompressor: add support for increasing stack size 2013-01-15 14:53:45 +02:00
Elan Ruusamäe
37ff25ef06 add role to author 2012-12-08 01:50:01 +02:00
Elan Ruusamäe
73ae2b74e2 specify version 2012-12-08 01:00:23 +02:00
Elan Ruusamäe
04adfef406 fill more fields (type, license, homepage, deps) 2012-12-08 00:37:38 +02:00
Elan Ruusamäe
2975b0f581 use tabs 2012-12-08 00:37:20 +02:00
Elan Ruusamäe
1daa72f57c use steve's email 2012-12-08 00:15:53 +02:00
Elan Ruusamäe
437d3dcc15 point to mrclay repo 2012-12-07 23:20:31 +02:00
Even André Fiskvik
1662208a10 Added working auto-loader 2012-12-07 23:10:16 +02:00
Even André Fiskvik
828a3bd4f5 test autoload 2012-12-07 23:10:08 +02:00
Even André Fiskvik
f9c0319049 Seems like composer won't search forked code and match on identifier. Changing to Oyatel 2012-12-07 23:10:01 +02:00
Even André Fiskvik
a49a6a2f01 Added composer.json package information 2012-12-07 23:09:51 +02:00
Elan Ruusamäe
32abbfa328 allow setGroup keys be list of groups comma separated
this allows loading multiple groups on page with
Minify_HTML_Helper::getUri, keeping array method for loading list of
sources

the backend side for handling this in Minify_Controller_MinApp is
already present.
2012-12-02 23:20:22 +02:00
Steve Clay
f680ac83e7 Add elapsed time to minifyTextarea, better escaping 2012-11-25 16:34:55 -05:00
Elan Ruusamäe
a82d70b0ba use "Connection: close" of file_get_contents
otherwise php will do keepalive request, and wait timeout seconds before
can return actual response. similar problem does not happen with curl
backend
2012-11-25 15:26:28 +02:00
Steve Clay
7e08cff1f0 Merge pull request #36 from robations/patch-1
Path/require problem in cli script min_extras/cli/minify.php
2012-11-23 15:19:53 -08:00
Steve Clay
85a75541a3 Merge pull request #37 from robations/patch-2
Make cli script more portable
2012-11-23 15:19:04 -08:00
Robert Churchill
3b2fd8dfd6 Make cli script more portable
Changing hash-bang interpreter to `#!/usr/bin/env php`, for better portability with OSs such as BSD.
2012-10-19 19:42:31 +02:00
Robert Churchill
0d5e3295a3 Update min_extras/cli/minify.php
I think the path variable got renamed inconsistently?
2012-10-19 18:32:26 +02:00
Steve Clay
248aff9b72 Updated and renamed CSSmin.php 2012-09-30 19:39:30 -04:00
Steve Clay
884977fde2 Docs cleanup for MrClay\Cli 2012-09-30 19:31:11 -04:00
Steve Clay
335800947b Fixes #271: Allows URI rewriting when handling pre-minified files 2012-09-30 18:44:17 -04:00
Steve Clay
c196dd39df Replaced all class require's with autoloader 2012-09-30 17:51:34 -04:00
Steve Clay
db00fa6eb0 Update master 2012-06-07 15:06:40 -03:00
Steve Clay
41cb743d6c Fixes #262: don't create gzip cache when encodeMethod empty 2012-06-04 12:17:55 -04:00
Steve Clay
666cd6d89a Fixes #261: verify query string params are not arrays 2012-06-04 11:49:44 -04:00
Steve Clay
8fdf3db564 Merge pull request #25 from glensc/master
Add google closure compiler cli version
2012-04-15 14:06:30 -07:00
Elan Ruusamäe
91af676645 set default compilation_level=SIMPLE_OPTIMIZATIONS
anyway that's the default in the jar anyway :)
2012-04-03 18:01:54 +03:00
Elan Ruusamäe
a2b6036430 Add google closure compiler cli version 2012-03-30 00:45:06 +03:00
Steve Clay
dfdcdf874a Merge pull request #24 from glensc/master
need only check readable for .jar file
2012-03-29 13:01:47 -07:00
Elan Ruusamäe
d6621ec185 fix jarFile check not being executable
jarFile does not need to be executable, just readable
2012-03-29 20:31:43 +03:00
Steve Clay
c51ca8ddca Merge pull request #23 from tubalmartin/master
CSSmin.php: some improvements
2012-03-16 13:51:43 -07:00
tubalmartin
73dd77569e Now substring and str_slice methods match exactly their Javascript counterparts behavior.
Minor cleaning/formatting.
Tabs to spaces (Clay seems to use spaces instead of tabs)
2012-03-16 20:48:40 +01:00
Steve Clay
ff45c76484 re-disabled builder 2012-03-16 14:48:33 -04:00
Steve Clay
a2bed51e2b CSSmin: whitespace cleanup 2012-03-16 14:45:45 -04:00
Steve Clay
9ccc1e98a7 CSSmin: make changing PHP settings optional 2012-03-16 14:41:27 -04:00
Steve Clay
9fa1463ab7 CSSmin phpdoc fixes 2012-03-16 14:32:56 -04:00
Steve Clay
6eefd7a7ed Allow CSSmin instance to be re-used for multiple run() calls 2012-03-16 14:26:20 -04:00