moodle/lib/yui
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
..
build MDL-59269 lang: Fix ability to uninstall certain language packs 2017-06-16 14:15:25 +02:00
common MDL-38286 JavaScript: Include a YUIDoc configuration for Moodle 2013-09-16 23:56:33 +01:00
config MDL-40478 JavaScript: Support loading of YUI submodules in the yui-loader 2013-07-12 10:12:03 +01:00
src MDL-59269 lang: Fix ability to uninstall certain language packs 2017-06-16 14:15:25 +02:00
license.txt