1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-12 00:54:35 +02:00

Commit Graph

  • b97a1db01d cleanup unneeded import Elan Ruusamäe 2018-01-05 19:09:42 +02:00
  • 3081a88dbd Merge pull request #623 from glensc/cs2 Elan Ruusamäe 2018-01-05 18:32:57 +02:00
  • df7fddfa09 import classes instead of manual qualify Elan Ruusamäe 2018-01-05 14:35:57 +02:00
  • c580d24e1b simplify return statement Elan Ruusamäe 2018-01-05 14:35:09 +02:00
  • f9c96b6a3c use in_array instead of array_search (clearer intent) Elan Ruusamäe 2018-01-05 14:34:43 +02:00
  • d3decb27e1 strict comparison Elan Ruusamäe 2018-01-05 14:33:10 +02:00
  • 0038cdb5de use empty string comparison instead of strlen Elan Ruusamäe 2018-01-05 14:32:25 +02:00
  • 5659799c42 simplify substr third param Elan Ruusamäe 2018-01-05 14:32:01 +02:00
  • 57be61586e use origin function instead of alias Elan Ruusamäe 2018-01-05 14:31:13 +02:00
  • 2198482600 drop useless return phpdoc annotation for constructor Elan Ruusamäe 2018-01-05 14:30:01 +02:00
  • c2f40feb0c split workflows (no else after return) Elan Ruusamäe 2018-01-05 14:29:16 +02:00
  • 5c300aca97 do not define default value Elan Ruusamäe 2018-01-05 14:28:28 +02:00
  • 76c1edc6ff drop stale version comment Elan Ruusamäe 2018-01-05 14:27:22 +02:00
  • 919fc10139 Merge pull request #622 from glensc/travis-php-versions Elan Ruusamäe 2018-01-05 14:12:04 +02:00
  • bb7fc74330 tests: rename dataproviders not to be picked up as tests Elan Ruusamäe 2018-01-05 13:13:20 +02:00
  • eb4c0f6541 leafo/scssphp: allow 0.3/0.6/0.7 Elan Ruusamäe 2018-01-05 13:03:28 +02:00
  • b6ef6fa397 travis: test php 5.3..7.3 Elan Ruusamäe 2017-12-26 02:30:50 +02:00
  • 00b9f28630 Merge pull request #621 from glensc/phpunit Elan Ruusamäe 2017-12-26 02:28:55 +02:00
  • be40d4f9b2 fix namespaced _gzdecode Elan Ruusamäe 2017-12-22 18:18:07 +02:00
  • 9ee5fb7701 moved tests to minify\test namespace Elan Ruusamäe 2017-12-22 18:04:34 +02:00
  • 7d60fb9d0f use Minify\Test namespace for tests Elan Ruusamäe 2017-12-22 17:58:01 +02:00
  • 6236431c8f use forward-compatible phpunit testcase Elan Ruusamäe 2017-12-22 17:54:17 +02:00
  • 1928e89208 Fix closure-compiler's error "redirection limit reached". fixes #618, #619 2.3.3 2.x Elan Ruusamäe 2017-11-03 23:02:20 +02:00
  • e4ba869444 Fix closure-compiler's "redirection limit reached" Emanuele "ToX" Toscano 2017-11-03 10:24:25 +01:00
  • 404664509c fill 3.0.3 release notes 3.0.3 Elan Ruusamäe 2017-11-03 23:00:15 +02:00
  • 9ed7f9dc24 Fix closure-compiler's error "redirection limit reached". fixes #618, #619 Elan Ruusamäe 2017-11-03 22:58:09 +02:00
  • d9b392c474 Fix closure-compiler's "redirection limit reached" Emanuele "ToX" Toscano 2017-11-03 10:24:25 +01:00
  • 004f6bf730 3.0.2 release notes 3.0.2 Steve Clay 2017-09-14 18:13:04 -04:00
  • 72ece76cdf Fixes syntax error in Groups controller Steve Clay 2017-09-14 18:03:49 -04:00
  • bde7a41021 Merge pull request #610 from glensc/lesserphp Elan Ruusamäe 2017-08-17 09:38:36 +03:00
  • 88aca4019d replace leafo/lessphp with marcusschwarz/lesserphp Elan Ruusamäe 2017-08-17 09:32:10 +03:00
  • 70952d88f9 Merge pull request #608 from benface/patch-1 Steve Clay 2017-08-10 12:22:30 -04:00
  • 6b274afd0b unicode flag everywhere to fix more issues with   and MAMP Benoît Rouleau 2017-08-09 17:22:32 -04:00
  • 449f009b39 Fix issue where minify() would corrupt Unicode characters (such as  ) in some environments Benoît Rouleau 2017-07-20 20:34:49 -04:00
  • 6a5b09a00e Merge branch 'travis' 3.0.1 Elan Ruusamäe 2017-06-08 22:33:53 +03:00
  • 93a1edd34b closure: use 20161024 version Elan Ruusamäe 2017-06-08 22:29:33 +03:00
  • a6531d3481 closure: use specific version Elan Ruusamäe 2017-06-08 21:45:38 +03:00
  • 2c83b82bfa update changelog 2.3.2 Elan Ruusamäe 2017-06-08 20:43:16 +03:00
  • 32150b84b6 Merge pull request #600 from Quetzacoalt91/2.x Elan Ruusamäe 2017-06-08 20:42:07 +03:00
  • 9de63f3acc 3.0.1 release notes Elan Ruusamäe 2017-06-08 20:41:20 +03:00
  • ed239fbb8b Update CSSmin to v4 Steve Clay 2017-05-23 16:45:08 -04:00
  • 332f4bc839 cleanup 3.x branch leftover Elan Ruusamäe 2017-06-08 20:38:11 +03:00
  • 48a34d6900 Cast value to normalize as int for PHP 7.1 Thomas N 2017-05-31 16:20:51 +01:00
  • 79e5a22321 Merge branch '3.x' Steve Clay 2017-05-23 16:24:09 -04:00
  • a36e201ab2 Simplify docs for CSSmin on Minify 2.x Steve Clay 2017-04-25 11:30:12 -04:00
  • 80c01c6f02 php-cs-fixer fix Elan Ruusamäe 2017-04-18 18:24:17 +03:00
  • b6e4b7f152 update cssmin import. resolves #590 Elan Ruusamäe 2017-04-18 18:22:28 +03:00
  • a1489b2d8a bump "tubalmartin/cssmin": "^3.1", fixes #590 Elan Ruusamäe 2017-04-18 18:18:15 +03:00
  • d041f763c9 even more relative links Steve Clay 2017-04-03 17:55:56 -04:00
  • 8056a4a9fb more relative docs links Steve Clay 2017-04-03 17:49:11 -04:00
  • e3555570ef relative docs links Steve Clay 2017-04-03 17:47:37 -04:00
  • a8304c5fb3 Update README.md Steve Clay 2017-04-03 17:43:17 -04:00
  • dfb97a5c85 Checkout branch during install Steve Clay 2017-04-03 17:40:58 -04:00
  • 4626f6c1e0 HISTORY cleanup Steve Clay 2017-04-03 17:23:31 -04:00
  • e904f2e1ae ImportProcessor can handle URIs with query strings 3.0.0 Steve Clay 2017-04-03 16:50:53 -04:00
  • 62370404c8 Make sure $min_documentRoot is copied into Env. Steve Clay 2017-04-03 16:36:33 -04:00
  • 532a010e0e Parse LastModified date without requiring global timezone Steve Clay 2017-04-03 16:01:21 -04:00
  • fefc85d481 Revert "Parse LastModified date without requiring global timezone" 2.3.1 Steve Clay 2017-04-03 15:58:28 -04:00
  • d95690abc9 Composer compatibility - check if library is inside the vendor dir srggroup 2017-03-27 09:28:00 +02:00
  • f79794bece Upgrade CSSmin dependency Steve Clay 2017-03-13 11:24:44 -04:00
  • 5d334009ee Merge branch '2.x' Steve Clay 2017-03-13 11:20:03 -04:00
  • 21cc3e7224 Merge pull request #570 from mrclay/default_tz Steve Clay 2017-03-13 11:07:16 -04:00
  • 176fb1084f Parse LastModified date without requiring global timezone Steve Clay 2017-02-07 15:33:18 -05:00
  • cc1bd24af6 Merge pull request #541 from mrclay/static Steve Clay 2017-01-20 09:15:03 -05:00
  • 5f15af469d Merge branch 'master' into static Steve Clay 2017-01-18 21:09:38 -05:00
  • 234b9459ca Merge pull request #564 from mrclay/empty_url_2x Steve Clay 2017-01-18 21:08:30 -05:00
  • 8333f333be URI rewriter passes through empty URLs Steve Clay 2017-01-18 18:48:15 -05:00
  • a07991c052 Merge pull request #563 from mrclay/561_empty_url Steve Clay 2017-01-18 21:01:09 -05:00
  • b874144e99 Merge pull request #562 from mrclay/less_fix_tests Steve Clay 2017-01-18 20:59:28 -05:00
  • ddf3a4e57f Require later SCSS PHP for tests Steve Clay 2017-01-18 18:39:15 -05:00
  • 12b9096b23 URI rewriter passes through empty URLs Steve Clay 2017-01-18 18:48:15 -05:00
  • d1786045b2 Merge pull request #557 from MikeOtown/patch-1 Steve Clay 2016-12-22 10:49:05 -05:00
  • 94436b214d correct typo - CSS -> JS Michael Wasson 2016-12-22 08:43:05 -05:00
  • 1936c946e8 firephp/firephp-core is optional dependency Elan Ruusamäe 2016-12-08 16:12:37 +02:00
  • 625bc5ac0a fix unzip overwrite. refs 56d55ab Elan Ruusamäe 2016-12-06 20:38:17 +02:00
  • 1f5641ea2c Merge pull request #556 from glensc/closure-compiler-options Elan Ruusamäe 2016-12-06 20:17:15 +02:00
  • 6fc0648a0d phpunit: verbose output of run summary Elan Ruusamäe 2016-12-06 17:16:37 +02:00
  • 56d55abc01 travis: install closure compiler Elan Ruusamäe 2016-12-06 17:08:58 +02:00
  • 005dc26e22 tests: skip rather than fail if nailgun.jar is missing Elan Ruusamäe 2016-12-06 17:04:34 +02:00
  • ed209f9a84 remove var_dump debug from test output Elan Ruusamäe 2016-12-06 17:02:26 +02:00
  • 8fe915f486 test $jscomp polyfill output Elan Ruusamäe 2016-12-06 17:00:58 +02:00
  • 6a330d9091 pass any option to closure compiler Elan Ruusamäe 2016-12-06 16:59:36 +02:00
  • 8949df33dd add testcase for js minify that produces $jscomp polyfills Elan Ruusamäe 2016-12-06 14:46:46 +02:00
  • b8c79ac8d4 Minify: add details to ContentType mismatch errors Elan Ruusamäe 2016-11-02 15:53:10 +02:00
  • b31ddbf4c1 add missing .scss to css type map. #549 Elan Ruusamäe 2016-10-17 15:14:56 +03:00
  • 74042c87ad allow .scss via f= param. #549 Elan Ruusamäe 2016-10-17 14:22:30 +03:00
  • 8b965059a1 Merge pull request #552 from mrclay/glensc-phpcs-psr2 Steve Clay 2016-10-16 20:53:10 -04:00
  • 16c811cd93 Big style cleanup Steve Clay 2016-10-16 15:13:38 -04:00
  • 5fb7ea1ed1 phpcs: enable psr2 Elan Ruusamäe 2016-10-16 16:46:43 +03:00
  • 0cc631c5a9 php-cs fixes Elan Ruusamäe 2016-10-16 16:44:58 +03:00
  • 2809e3c2eb Merge pull request #550 from glensc/lessphp-cache Elan Ruusamäe 2016-10-16 13:51:17 +03:00
  • a9891a031c Merge pull request #549 from mrclay/scssphp Elan Ruusamäe 2016-10-16 13:50:58 +03:00
  • 8d4a90e83f Merge pull request #548 from mrclay/checkAllowDirs Elan Ruusamäe 2016-10-16 13:50:25 +03:00
  • 035183b2b8 cacheIsStale is not public Elan Ruusamäe 2016-10-13 14:40:21 +03:00
  • 72dd4db37a calculate lastmodified to be maximum accurate Elan Ruusamäe 2016-10-13 12:50:27 +03:00
  • 78d5921f91 lessphp: use updated timestamp from cache Elan Ruusamäe 2016-10-13 12:37:08 +03:00
  • 2bd69ca5b1 test scssphp functionality Elan Ruusamäe 2016-10-13 12:21:09 +03:00
  • 3014900cd4 add base directory of input file to import path Elan Ruusamäe 2016-10-13 12:20:50 +03:00
  • ae1fdf4a30 use lower scssphp version for php 5.3 compatibility Elan Ruusamäe 2016-10-13 12:18:52 +03:00
  • b5a0ed3e3a ci: bump php version so deps could be installed on travis for php 5.3 Elan Ruusamäe 2016-10-12 16:52:58 +03:00