r80204 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80203‎ | r80204 | r80205 >
Date:22:52, 13 January 2011
Author:dantman
Status:ok
Tags:
Comment:
Backporting the equivilant of r80201 on request to 1.17 (the change is a little different because Vector's navigation_urls was rewritten in 1.18 into common content_actions in SkinTemplate).
Modified paths:
  • /branches/REL1_17/phase3/RELEASE-NOTES (modified) (history)
  • /branches/REL1_17/phase3/skins/Vector.php (modified) (history)

Diff [purge]

Index: branches/REL1_17/phase3/skins/Vector.php
@@ -108,7 +108,7 @@
109109 if ( $this->mTitle->exists() && $userCanRead ) {
110110 $links['views']['view'] = $this->tabAction(
111111 $isTalk ? $talkPage : $subjectPage,
112 - 'vector-view-view', ( $action == 'view' ), '', true
 112+ 'vector-view-view', ( $action == 'view' || $action == 'purge' ), '', true
113113 );
114114 }
115115
Index: branches/REL1_17/phase3/RELEASE-NOTES
@@ -486,6 +486,8 @@
487487 * (bug 16019) $wgArticlePath = "/$1" no longer breaks API edit/watch actions
488488 * (bug 18372) File types blacklisted by $wgFileBlacklist will no longer be shown as "Permitted file types" on the upload form
489489 * (bug 26540) Fixed wrong call to applyPatch in MysqlUpdater
 490+* (bug 26034) Make the "View / Read" tab in content_navigation style tabs remain
 491+ selected when the action is "purge".
490492
491493 === API changes in 1.17 ===
492494 * BREAKING CHANGE: action=patrol now requires POST

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r80201Fix bug 26034; Make the View / Read tab in content_navigation style tabs (ski...dantman22:42, 13 January 2011

Status & tagging log