moodle/admin/tool/langimport
David Mudrák 64b6651cfa MDL-59269 lang: Fix ability to uninstall certain language packs
In the issue MDL-39319 (6ddf92c77), the ability to uninstall multiple
language packs at once was added. By a mistake, the PARAM_ALPHAEXT was
used as paramater type for the dash-separated list of language packs to
be uninstalled. Language packs with a number in the name (such as
en_us_k12) do not pass the ALPHAEXT cleaning.

This patch changes the parameter cleaning to PARAM_SAFEPATH which is
more appropriate for the given scenario as language code themselves must
be SAFEDIRs.
2017-06-16 14:15:25 +02:00
..
classes MDL-57149 admin: Make langimport page Bootstrap-compatible 2017-01-10 10:24:17 +08:00
db MDL-46210 langimport: task for updating langpacks 2014-10-05 14:25:45 +01:00
lang/en MDL-56527 admin: Improve the error message if download is not available 2016-12-09 11:22:12 +01:00
templates MDL-57149 admin: Make langimport page Bootstrap-compatible 2017-01-10 10:24:17 +08:00
tests MDL-56519 behat: Fixed lint errors 2017-01-03 09:12:54 +08:00
index.php MDL-59269 lang: Fix ability to uninstall certain language packs 2017-06-16 14:15:25 +02:00
lib.php
settings.php
styles.css MDL-57149 admin: Make langimport page Bootstrap-compatible 2017-01-10 10:24:17 +08:00
version.php MDL-58853 versions: bump all versions and requires near release 2017-05-09 02:58:28 +02:00