1
0
mirror of https://github.com/mrclay/minify.git synced 2025-02-24 17:02:31 +01:00

346 Commits

Author SHA1 Message Date
Steve Clay
681885762d Fixes #73: Handles regex literals directly following return/typeof 2013-09-20 20:09:51 -04:00
Steve Clay
db7fe24493 Prepare 2.1.7 release 2.1.7 2013-07-23 15:58:28 -04:00
Steve Clay
9f46484c1a Strip null bytes from GET vars 2013-07-23 15:52:31 -04:00
Steve Clay
07e032a3f0 Prep for 2.1.6 2.1.6 2013-07-19 22:46:02 -04:00
Steve Clay
3a1f9f55cf Merge pull request #65 from tubalmartin/master
Update CSSmin to latest version 2.4.8
2013-06-24 11:56:00 -07:00
tubalmartin
59a466d6a6 Update CSSmin to latest version 2.4.8 2013-06-24 20:35:17 +02:00
Steve Clay
6f5721d2db Fixes #53 (github) handles division following line break 2013-04-01 11:25:27 -04:00
Steve Clay
d67feea182 Fixed small Lines bug, Refactored JSMin algo to more closely match original 2013-03-29 13:26:10 -04:00
Steve Clay
c95d6bac4e Fixes Gcode issue 256, improve readability 2013-03-29 10:01:17 -04:00
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