summaryrefslogtreecommitdiffstats
path: root/lib/private/Template/IconsCacher.php
Commit message (Expand)AuthorAgeFilesLines
* backport of #28263Karel Hink2021-10-021-1/+4
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-3/+3
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-4/+1
* Update license headersChristoph Wurst2019-12-051-2/+8
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+2
* Lock SCSS so we only run 1 job at a timeRoeland Jago Douma2019-07-121-0/+3
* Fall back to black for non-color valuesJoas Schilling2019-06-201-0/+5
* Fix colorizeSvg with transformations that contain a comma (,)Joas Schilling2019-01-171-1/+1
* more caching for themingRobin Appelman2018-12-071-2/+13
* Do not fail if the icon file doesn't existsJulius Härtl2018-11-121-2/+2
* Make sure to always load the latest icons-vars.css fileJulius Härtl2018-11-121-3/+15
* Fix testsJulius Härtl2018-10-291-1/+4
* Fix icon cacher url matchingJulius Härtl2018-10-291-14/+13
* Keep list of icons in a separate file for use in the accessibility appJulius Härtl2018-10-251-49/+85
* Remove default which didn't workJulius Härtl2018-10-251-1/+1
* Properly track data urls as wellJulius Härtl2018-10-251-1/+1
* Directly embed icons into the icon-vars css fileJulius Härtl2018-10-251-1/+48
* Fix icons cacher regex for compressed outputJohn Molakvoæ (skjnldsv)2018-09-191-1/+1
* Icons cacher css url fixJohn Molakvoæ (skjnldsv)2018-08-071-1/+1
* Fix regex for icon urlsJulius Härtl2018-07-261-2/+2
* UppercaseJohn Molakvoæ (skjnldsv)2018-07-241-1/+1
* Fix regex of iconsCacherJohn Molakvoæ (skjnldsv)2018-07-241-1/+1
* Php code bumpJohn Molakvoæ (skjnldsv)2018-07-191-0/+1
* Fix icon url regexJulius Härtl2018-07-191-1/+1
* Fixed testsJohn Molakvoæ (skjnldsv)2018-07-191-8/+8
* Fix accessibility invertJohn Molakvoæ (skjnldsv)2018-07-191-2/+2
* Fixed icons detection and cachingJohn Molakvoæ (skjnldsv)2018-07-191-5/+13
* Mixin scss icon apiJohn Molakvoæ (skjnldsv)2018-07-191-0/+138