r110302 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110301‎ | r110302 | r110303 >
Date:16:33, 30 January 2012
Author:hashar
Status:ok
Tags:
Comment:
align $wgActions array values

ping r109195
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -5318,24 +5318,24 @@
53195319 * Unsetting core actions will probably cause things to complain loudly.
53205320 */
53215321 $wgActions = array(
5322 - 'credits' => true,
5323 - 'delete' => true,
5324 - 'edit' => true,
5325 - 'history' => true,
5326 - 'info' => true,
5327 - 'markpatrolled' => true,
5328 - 'protect' => true,
5329 - 'purge' => true,
5330 - 'raw' => true,
5331 - 'render' => true,
5332 - 'revert' => true,
 5322+ 'credits' => true,
 5323+ 'delete' => true,
 5324+ 'edit' => true,
 5325+ 'history' => true,
 5326+ 'info' => true,
 5327+ 'markpatrolled' => true,
 5328+ 'protect' => true,
 5329+ 'purge' => true,
 5330+ 'raw' => true,
 5331+ 'render' => true,
 5332+ 'revert' => true,
53335333 'revisiondelete' => true,
5334 - 'rollback' => true,
5335 - 'submit' => true,
5336 - 'unprotect' => true,
5337 - 'unwatch' => true,
5338 - 'view' => true,
5339 - 'watch' => true,
 5334+ 'rollback' => true,
 5335+ 'submit' => true,
 5336+ 'unprotect' => true,
 5337+ 'unwatch' => true,
 5338+ 'view' => true,
 5339+ 'watch' => true,
53405340 );
53415341
53425342 /**

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r109195[Actions] Move the remaining actions out of MediaWiki::performAction into sin...krinkle19:56, 17 January 2012

Status & tagging log