Andrew Nicols
471b14c866
MDL-81660 core: Applied PHP CSS Parser patches
...
One of the patches has been merged, but the other is still outstanding.
2025-03-14 06:09:40 +08:00
Andrew Nicols
e60e923b83
MDL-81660 core: Bump php-css-parser to 8.7.0
2025-03-13 09:53:02 +08:00
Andrew Nicols
670121daa3
MDL-82824 core: Add missing composer/PSR for various libs
...
Add missing aws-sdk composer.json
Add missing composer/PSR4 for SimplePie
Add missing composer/PSR4 for others
Add missing composer/PSR4 for markdown
Add missing composer/PSR4 for PHP-CSS-Parser
Add missing composer/PSR4 for Mustache
Add missing composer/PSR4 for RTLCSS
Add missing composer/PSR4 for SCSSPHP
Add missing composer/PSR4 for OpenSpout
Add missing composer/PSR4 for LTI
Add missing composer/PSR4 for GeoPattern
Add missing composer/PSR4 for CFPropertylist
Add missing composer/PSR4 for ZipStream
Add missing composer/PSR4 for PSR-20
Add missing composer/PSR4 for phpxmlrpc
Add missing composer/PSR4 for WebAuthn
2024-11-04 11:52:07 +08:00
David Woloszyn
650694f18f
MDL-75475 lib: Applied PHP CSS Parser patches
2022-10-20 09:32:47 +11:00
David Woloszyn
c8ee3c9051
MDL-75475 lib: Upgraded PHP CSS Parser to 8.4.0
2022-10-20 09:32:47 +11:00
Amaia Anabitarte
d9967a5763
MDL-73601 lib: Normalize readme_moodle.txt file name
2022-02-01 18:10:36 +01:00
Mathew May
ca64b0af46
MDL-70300 core_lib: Update thirdpartylibs php-css-parser
2021-01-20 15:52:11 +08:00
Mathew May
f2cc1a8a34
MDL-70300 lib: Apply php css parser patches
2021-01-20 15:52:11 +08:00
Mathew May
3b244c0e16
MDL-70300 lib: Upgrade php css parser to 8.3.1
2021-01-20 15:52:11 +08:00
Jake Dallimore
e968eb1e8c
MDL-67097 libraries: update upgrade notes for sabberworm/php-css-parser
...
Until the upstream patch is accepted, we need to patch this locally.
2019-11-06 08:57:27 +08:00
Jake Dallimore
88267b1c68
MDL-67097 libraries: fix comment parsing in php-css-parser library
...
This fixes a bug when parsing the following rule-level and list-level
comments.
div {/*rtl:ignore*/left:10px;/*rtl:ignore*/ display:inline;}
/*rtl:ignore*/div {left:10px;} /*rtl:ignore*/ a {left:10px}
The latter rtl directive was being swallowed by the parser in these
cases and was not being properly allocated as a property of the rule
or csslist.
This restores the correct behaviour of the rtlcss library, which depends
on php-css-parser.
2019-11-06 08:57:27 +08:00
Mathew May
c04b8fbe40
MDL-65759 library: Add patch #115 for php-css-parser
...
Patch taken from Sabberworm/PHP-CSS-Parser#115 as specified in
moodle_readme.txt
2019-06-20 08:20:17 +08:00
Mathew May
376eb15617
MDL-65759 library: Update php-css-parser to 8.3.0
2019-06-20 08:16:13 +08:00
Dan Poltawski
2fe51fa327
MDL-58646 lib: import latest sabberworm/PHP-CSS-Parser
...
This version includes a fix[1] contributed by Frédéric Massart investigating
our compilation time issues, which significantly improves the speed of
processing font awesome.
Thanks, Fred!
[1] https://github.com/sabberworm/PHP-CSS-Parser/pull/120
2017-06-02 07:45:57 +01:00
Frederic Massart
515ceadddd
MDL-55381 php-css-parser: Patch for Sabberworm/PHP-CSS-Parser#115
...
REMOVE ME ONCE Sabberworm/PHP-CSS-Parser#115 is merged
Part of MDL-55071
2016-09-23 10:53:30 +01:00
Frederic Massart
fbe18cc022
MDL-55224 core: Import PHP-CSS-Parser into core
...
Part of MDL-55071
2016-09-23 10:49:49 +01:00