Commit Graph

5 Commits

Author SHA1 Message Date
Maurício Meneghini Fauth
0a501353d4 Fix issue with js/dist dir
Related to https://github.com/phpmyadmin/phpmyadmin/pull/16331.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-09-05 12:44:58 -03:00
Maurício Meneghini Fauth
307b0d2923 Add Babel JavaScript compiler
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-09-04 14:10:56 -03:00
Thomas Decaux
3760272baf Add missing base_dir when adding javascript files
Signed-off-by: Thomas Decaux <ebuildy@gmail.com>
2020-04-13 16:51:51 +02:00
William Desportes
b475cfdd6c
Use apply tag instead of filter and fix for loop
https://twig.symfony.com/doc/1.x/tags/apply.html
https://twig.symfony.com/doc/2.x/deprecated.html#tags
"The filter tag is deprecated in Twig 2.9. Use the apply tag instead (the Twig\TokenParser\FilterTokenParser classes is also deprecated)."
and "Adding an if condition on a for tag is deprecated in Twig 2.10. Use a filter filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop)"
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-16 21:03:44 +01:00
Maurício Meneghini Fauth
5abc69c280 Extract HTML from Scripts::getDisplay()
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-04-19 21:47:27 -03:00