r87727 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r87726
|
r87727
|
r87728
>
Date:
15:57, 9 May 2011
Author:
ialex
Status:
ok
Tags:
Comment:
Follow-up
r86155
: also remove revisionmove from MediaWiki::getAction()
Modified paths:
/trunk/phase3/includes/Wiki.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/Wiki.php
—
—
@@ -315,8 +315,6 @@
316
316
if ( $action === 'historysubmit' ) {
317
317
if ( $this->context->request->getBool( 'revisiondelete' ) ) {
318
318
return 'revisiondelete';
319
- } elseif ( $this->context->request->getBool( 'revisionmove' ) ) {
320
- return 'revisionmove';
321
319
} else {
322
320
return 'view';
323
321
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r86155
Merge
r81448
from REL1_17: reverting RevisionMove feature back out until some...
demon
23:28, 15 April 2011
Status & tagging log
04:54, 22 June 2011
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r87727
[
removed:
new
added:
ok]