Merge "API: Use message-per-value for apihelp-query+categorymembers-param-prop"
[lhc/web/wiklou.git] / includes / Preferences.php
index cd675c6..fbb7b51 100644 (file)
@@ -888,6 +888,12 @@ class Preferences {
                        'section' => 'rc/advancedrc',
                );
 
+               $defaultPreferences['hidecategorization'] = array(
+                       'type' => 'toggle',
+                       'label-message' => 'tog-hidecategorization',
+                       'section' => 'rc/advancedrc',
+               );
+
                if ( $user->useRCPatrol() ) {
                        $defaultPreferences['hidepatrolled'] = array(
                                'type' => 'toggle',
@@ -995,6 +1001,12 @@ class Preferences {
                        'label-message' => 'tog-watchlisthideliu',
                );
 
+               $defaultPreferences['watchlisthidecategorization'] = array(
+                       'type' => 'toggle',
+                       'section' => 'watchlist/advancedwatchlist',
+                       'label-message' => 'tog-watchlisthidecategorization',
+               );
+
                if ( $user->useRCPatrol() ) {
                        $defaultPreferences['watchlisthidepatrolled'] = array(
                                'type' => 'toggle',