Paul Holden
306d733f5f
MDL-81657 libraries: upgrade to version 1.3.73 of Minify.
2024-06-04 11:18:27 +01:00
Paul Holden
f0efcf9494
MDL-79663 libraries: upgrade to version 1.3.71 of Minify.
2023-12-18 20:10:47 +00:00
Sara Arjona
43c79ce226
MDL-76907 lib: Set Moodle files after minify upgrade
2023-03-03 11:45:10 +01:00
Peter Dias
e9cb651b5d
MDL-76907 core: Add custom Moodle patch to minify
...
There is a Pull-request from Tim Hunt to the project in GitHub
(https://github.com/matthiasmullie/minify/issues/317 ) but, for now,
as it hasn't been applied yet, we need to manually cherry-pick
this change.
2023-03-03 11:45:10 +01:00
Sara Arjona
dc40a20ed7
MDL-76907 lib: Upgrade minify to 1.3.70
2023-03-03 11:45:10 +01:00
raortegar
d7fd2c788a
MDL-76413 lib: Fixed PHP 8.2 callable deprecations in minify
2023-02-13 10:35:38 +01:00
Stevani Andolo
84ea6552f7
MDL-75465 lib: Set Moodle files after minify upgrade
2022-10-13 15:17:52 +08:00
Stevani Andolo
495516dbf1
MDL-75465 lib: Add custom Moodle patch to minify
2022-10-13 14:57:22 +08:00
Stevani Andolo
abaa38eebe
MDL-75465 lib: Upgrade minify to 1.3.69
2022-10-10 19:41:24 +08:00
Sara Arjona
4752452fd5
MDL-71702 lib: Set Moodle files after minify upgrade
2022-01-11 10:41:08 +01:00
Peter Dias
f744eb8161
MDL-71702 core: Add custom Moodle patch to minify
...
There is a Pull-request from Tim Hunt to the project in GitHub
(https://github.com/matthiasmullie/minify/issues/317 ) but, for now,
as it hasn't been applied yet, we need to manually cherry-pick
this change.
2022-01-11 10:38:59 +01:00
Sara Arjona
d77e0a6dae
MDL-71702 lib: Upgrade minify to 1.3.66
2022-01-11 10:37:06 +01:00
Peter Dias
2389cca858
MDL-70291 core: Update lib readme, upgrade and xml files
2021-01-18 09:28:14 +08:00
Peter Dias
b21db6aa43
MDL-70291 core: Add custom moodle patch to minify
2021-01-18 09:27:55 +08:00
Peter Dias
c28728112f
MDL-70291 core: Upgrade pathconverter lib to 1.1.3
2021-01-18 09:27:55 +08:00
Peter Dias
aab221f2c3
MDL-70291 core: Upgrade minify lib to 1.3.63
2021-01-18 09:27:55 +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
Eloy Lafuente (stronk7)
8cc72cc764
NOBUG: Fixed file access permissions
2019-07-18 17:11:32 +02:00
Mathew May
8ae5a16743
MDL-65744 lib: Update minify pathconverter lib
2019-06-11 13:08:29 +08:00
Mathew May
a62074ba7d
MDL-65744 lib: Update minify minify lib
2019-06-11 13:06:19 +08: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
Damyon Wiese
4eeea2cbdc
MDL-51533 minify: Update to 2.2.1
2015-09-30 11:41:08 +08:00
Petr Škoda
96f81ea385
MDL-39474 introduce $CFG->debugdeveloper and cleanup $CFG init
2013-08-12 13:01:47 +02:00
Petr Škoda
6b32d6bc93
MDL-40995 simplify minify integration and fix all known issues
2013-08-03 17:16:17 +02:00
Sam Hemelryk
3d2128f6d4
NOBUG: fix file permissions
2013-08-02 08:17:40 +12: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
f0bf9ffeaa
MDL-31685 new setting for prevention of file based locking
...
Please note that this setting can not be stored in database because some scripts use ABORT_AFTER_CONFIG.
2012-03-24 11:37:13 +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
Tom Lanyon
7aa06e6ded
MDL-28701 Change all uses of $CFG->dataroot/temp to $CFG->tempdir
2011-09-10 10:35:39 +02:00
Petr Skoda
ed7f5ee27c
MDL-26379 remove unused readme
2011-02-12 11:11:44 +01:00
Petr Skoda
1d29fc9e5d
MDL-26379 disable Minify URI builder and allow only execution of Minify from Moodle codebase
2011-02-12 11:11:22 +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