r29647 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r29646‎ | r29647 | r29648 >
Date:12:31, 12 January 2008
Author:vasilievvv
Status:old
Tags:
Comment:
* (bug 12536) User should be able to get MediaWiki version from any page
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/Skin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Skin.php
@@ -325,6 +325,7 @@
326326 'wgContentLanguage' => $wgContLang->getCode(),
327327 'wgBreakFrames' => $wgBreakFrames,
328328 'wgCurRevisionId' => isset( $wgArticle ) ? $wgArticle->getLatest() : 0,
 329+ 'wgMWVersion' => SpecialVersion::getVersion(),
329330 );
330331
331332 global $wgLivePreview;
Index: trunk/phase3/RELEASE-NOTES
@@ -124,6 +124,7 @@
125125 * Added exception hooks
126126 * (bug 12574) Allow bots to specify whether an edit should be marked as a bot
127127 edit, via the parameter 'bot'. (Default: '1')
 128+* (bug 12536) User should be able to get MediaWiki version from any page
128129
129130
130131 === Bug fixes in 1.12 ===

Follow-up revisions

RevisionCommit summaryAuthorDate
r29650Revert r29647, as per my comment on bug 12536.tstarling13:44, 12 January 2008
r29757* (bug 12536) User should be able to get MediaWiki version from any page...vasilievvv18:42, 14 January 2008

Status & tagging log