Index: branches/REL1_17/phase3/skins/Vector.php |
— | — | @@ -108,7 +108,7 @@ |
109 | 109 | if ( $this->mTitle->exists() && $userCanRead ) { |
110 | 110 | $links['views']['view'] = $this->tabAction( |
111 | 111 | $isTalk ? $talkPage : $subjectPage, |
112 | | - 'vector-view-view', ( $action == 'view' ), '', true |
| 112 | + 'vector-view-view', ( $action == 'view' || $action == 'purge' ), '', true |
113 | 113 | ); |
114 | 114 | } |
115 | 115 | |
Index: branches/REL1_17/phase3/RELEASE-NOTES |
— | — | @@ -486,6 +486,8 @@ |
487 | 487 | * (bug 16019) $wgArticlePath = "/$1" no longer breaks API edit/watch actions |
488 | 488 | * (bug 18372) File types blacklisted by $wgFileBlacklist will no longer be shown as "Permitted file types" on the upload form |
489 | 489 | * (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". |
490 | 492 | |
491 | 493 | === API changes in 1.17 === |
492 | 494 | * BREAKING CHANGE: action=patrol now requires POST |