mediawiki-extensions-Discus.../includes/Hooks
Timo Tijhof 269514f533 Hooks: Use WebRequest::getRawVal where possible
The 'dtenable' does not appear to take user-provided content that
requires language normalization. In general getRawVal should be used,
or if it's user input that needs normalization, use getText(). Perhaps
one day we'll alias or deprecate getVal (which is currently an odd
mid-way hybrid, most closely to getText; originally created for
EditPage.php textareas).

Change-Id: I8364c84f8c4f700da6e208df2e87c29bf254d685
2021-04-15 02:30:12 +00:00
..
EchoHooks.php Topic subscriptions: Don't register notification type/group unless enabled 2021-04-12 15:04:43 +00:00
HookUtils.php Hooks: Use WebRequest::getRawVal where possible 2021-04-15 02:30:12 +00:00
InstallerHooks.php Create table for topic subscriptions 2021-04-06 21:24:53 +00:00
PageHooks.php Create constants for feature strings 2021-04-12 14:40:51 +00:00
ParserHooks.php Create constants for feature strings 2021-04-12 14:40:51 +00:00
PreferenceHooks.php Create constants for feature strings 2021-04-12 14:40:51 +00:00
RegistrationHooks.php Use new HookHandler system and group hooks by purpose 2021-02-01 22:34:57 +00:00
ResourceLoaderHooks.php Use new HookHandler system and group hooks by purpose 2021-02-01 22:34:57 +00:00
TagHooks.php Hooks: Use WebRequest::getRawVal where possible 2021-04-15 02:30:12 +00:00