User "Hashar" changed the status of MediaWiki.r82927. Old Status: resolved New Status: fixme
Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/82927 Commit summary: Followup for r81340: * Allow any language code which consists entirely of valid title characters, and does not contain any path-traversal characters, to be customised via the uselang parameter. Language::isValidCode() represents this concept. * Add some shortcuts preventing Language and LocalisationCache from looking for localisation files for a language code which does not follow the usual form of language codes in MediaWiki, i.e. /[a-z-]*/. This concept is represented by Language::isValidBuiltInCode(). * Do not allow colon characters in file names, per Platonides' suggestion on CR. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
