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 @@
130
130
case 'edit':
131
131
case 'move':
132
132
case 'delete':
133
- case 'undelete':
134
133
case 'protect':
135
134
case 'unprotect':
136
135
if($wgUser->isAnon())
—
—
@@ -167,7 +166,6 @@
168
167
'edit',
169
168
'move',
170
169
'delete',
171
- 'undelete',
172
170
'rollback',
173
171
'protect',
174
172
'unprotect'
Status & tagging log
15:19, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r23638
[
removed:
ok
added:
old]