Stevani Andolo
84ea6552f7
MDL-75465 lib: Set Moodle files after minify upgrade
2022-10-13 15:17:52 +08:00
Sara Arjona
4752452fd5
MDL-71702 lib: Set Moodle files after minify upgrade
2022-01-11 10:41:08 +01:00
Peter Dias
2389cca858
MDL-70291 core: Update lib readme, upgrade and xml files
2021-01-18 09:28:14 +08:00
Tim Hunt
4b03530ca8
MDL-68191 CSS minification: apply upstream performance/accuracy fix
...
There was a bug with the code to strip comments.
https://github.com/matthiasmullie/minify/issues/317
Applying the fix as a Moodle-specific change for now, because the
effect is significant.
2020-03-17 23:26:14 +00:00
Eloy Lafuente (stronk7)
05f6cb9262
MDL-67115 minify: php74 params order for implode()/join()
...
Passing parameters to implode() in reverse order is deprecated, use
implode($glue, $parts) instead of implode($parts, $glue).
This commit corresponds to phpunit detections, minify library.
2020-01-19 18:47:20 +01:00
Ankit Agarwal
c7f9a59f3d
MDL-58550 libraries: Upgrade matthiasmullie libraries
2017-09-21 16:46:24 +05:30
Dan Poltawski
4cb24aa9d7
MDL-53695 minify: switch to MatthiasMullie\Minify
...
The previously used minification libraries were:
a) Unmaintained
b) Had some silly licensing issues (MDL-36457)
The new library is smaller, maintained, active and GPL-compatible.
2016-10-10 13:17:04 +01:00
Petr Škoda
6b32d6bc93
MDL-40995 simplify minify integration and fix all known issues
2013-08-03 17:16:17 +02:00
Petr Škoda
f83037e8e7
MDL-40887 import latest minify 2.1.7
2013-07-29 09:50:20 +02:00
Petr Škoda
4549385e04
MDL-36457 remove GPL incompatible JSMin.php
...
Credit goes to Hubert Chathi, thanks!
2012-11-09 13:30:32 +01:00
Petr Skoda
37d729777c
MDL-32050 import Minify 2.1.5
2012-03-16 20:03:03 +01:00
Sam Hemelryk
a86529bdeb
MDL-29864 minify: Added a link to upstream issue being patched
2011-11-07 12:19:57 +13:00
Andrew Robert Nicols
ffd5e66e0e
MDL-29864: Port a patch from upstream minify project to handle spaces in font-family names
...
No upstream release of minify with this patch included is available yet, so
I've ported just the relevant part of the fixing commit.
2011-10-24 10:48:05 +01:00
Sam Hemelryk
045f492c6b
javascript-minify MDL-21435 Added Minify third party lib and integrated to with JavaScript and CSS serving
2010-05-19 02:15:16 +00:00