Index: trunk/extensions/Translate/Translate.php |
— | — | @@ -141,8 +141,8 @@ |
142 | 142 | 'ext-liquidthreads' => 'LiquidThreadsMessageGroup', |
143 | 143 | 'ext-lookupuser' => 'LookupUserMessageGroup', |
144 | 144 | 'ext-lucenesearch' => 'LuceneSearchMessageGroup', |
145 | | -'ext-makebot' => 'MakeBotMessageGroup', |
146 | | -'ext-makesysop' => 'MakeSysopMessageGroup', |
| 145 | +#'ext-makebot' => 'MakeBotMessageGroup', # about to become obsolete pending Userrights interface clean up |
| 146 | +#'ext-makesysop' => 'MakeSysopMessageGroup', # about to become obsolete pending Userrights interface clean up |
147 | 147 | 'ext-mathstat' => 'MathStatMessageGroup', |
148 | 148 | 'ext-mediafunctions' => 'MediaFunctionsMessageGroup', |
149 | 149 | 'ext-metavidwiki' => 'MetavidWikiMessageGroup', |
Index: trunk/extensions/Translate/MessageGroups.php |
— | — | @@ -679,8 +679,8 @@ |
680 | 680 | 'ext-intersection', |
681 | 681 | 'ext-linksearch', |
682 | 682 | 'ext-lucenesearch', |
683 | | - 'ext-makebot', |
684 | | - 'ext-makesysop', |
| 683 | + #'ext-makebot', # about to become obsolete pending Userrights interface clean up |
| 684 | + #'ext-makesysop', # about to become obsolete pending Userrights interface clean up |
685 | 685 | 'ext-newuserlog', |
686 | 686 | 'ext-nuke', |
687 | 687 | 'ext-ogghandler', |
— | — | @@ -1318,6 +1318,7 @@ |
1319 | 1319 | ); |
1320 | 1320 | } |
1321 | 1321 | |
| 1322 | +# about to become obsolete pending Userrights interface clean up |
1322 | 1323 | class MakeBotMessageGroup extends ExtensionMessageGroup { |
1323 | 1324 | protected $label = 'Make Bot'; |
1324 | 1325 | protected $id = 'ext-makebot'; |
— | — | @@ -1326,6 +1327,7 @@ |
1327 | 1328 | protected $messageFile = 'Makebot/Makebot.i18n.php'; |
1328 | 1329 | } |
1329 | 1330 | |
| 1331 | +# about to become obsolete pending Userrights interface clean up |
1330 | 1332 | class MakeSysopMessageGroup extends ExtensionMessageGroup { |
1331 | 1333 | protected $label = 'Make Sysop'; |
1332 | 1334 | protected $id = 'ext-makesysop'; |