r23638 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23637‎ | r23638 | r23639 >
Date:11:57, 2 July 2007
Author:catrope
Status:old
Tags:
Comment:
apiedit: API: Removing undelete tokens from intokens; will be moved to
list=deletedrevs where they belong
Modified paths:
  • /branches/apiedit/phase3/includes/api/ApiQueryInfo.php (modified) (history)

Diff [purge]

Index: branches/apiedit/phase3/includes/api/ApiQueryInfo.php
@@ -129,7 +129,6 @@
130130 case 'edit':
131131 case 'move':
132132 case 'delete':
133 - case 'undelete':
134133 case 'protect':
135134 case 'unprotect':
136135 if($wgUser->isAnon())
@@ -167,7 +166,6 @@
168167 'edit',
169168 'move',
170169 'delete',
171 - 'undelete',
172170 'rollback',
173171 'protect',
174172 'unprotect'

Status & tagging log