r23984 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23983‎ | r23984 | r23985 >
Date:00:34, 11 July 2007
Author:werdna
Status:old
Tags:
Comment:
* Add link to Special:Log into MonoBook toolbox
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/SkinTemplate.php (modified) (history)
  • /trunk/phase3/skins/MonoBook.php (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/MonoBook.php
@@ -203,7 +203,7 @@
204204 <?php } ?></li><?php
205205 }
206206
207 - foreach( array('contributions', 'blockip', 'emailuser', 'upload', 'specialpages') as $special ) {
 207+ foreach( array('contributions', 'blockip', 'emailuser', 'upload', 'specialpages', 'log') as $special ) {
208208
209209 if($this->data['nav_urls'][$special]) {
210210 ?><li id="t-<?php echo $special ?>"><a href="<?php echo htmlspecialchars($this->data['nav_urls'][$special]['href'])
Index: trunk/phase3/includes/SkinTemplate.php
@@ -839,6 +839,7 @@
840840 $nav_urls['upload'] = false;
841841 }
842842 $nav_urls['specialpages'] = array( 'href' => self::makeSpecialUrl( 'Specialpages' ) );
 843+ $nav_urls['log'] = array( 'href' => self::makeSpecialUrl( 'Log' ) );
843844
844845 // default permalink to being off, will override it as required below.
845846 $nav_urls['permalink'] = false;
Index: trunk/phase3/RELEASE-NOTES
@@ -131,6 +131,7 @@
132132 * (bug 9936) Per-edit suppression of preview-on-first edit with "preview=no"
133133 * Allow showing a one-off preview on first edit with "preview=yes"
134134 * (bug 9151) Remove timed redirects on "Return to X" pages for accessibility.
 135+* Add link to Special:Log into MonoBook toolbox
135136
136137 == Bugfixes since 1.10 ==
137138

Follow-up revisions

RevisionCommit summaryAuthorDate
r24096Merged revisions 23910-24094 via svnmerge from...david22:38, 14 July 2007

Status & tagging log