r94780 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94779‎ | r94780 | r94781 >
Date:17:18, 17 August 2011
Author:preilly
Status:ok
Tags:
Comment:
mft r94779
Modified paths:
  • /branches/wmf/1.17wmf1/extensions/MobileFrontend/MobileFrontend.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/extensions/MobileFrontend/MobileFrontend.php
@@ -49,7 +49,7 @@
5050 $wgHooks['SkinTemplateOutputPageBeforeExec'][] = array( &$wgExtMobileFrontend, 'addMobileFooter' );
5151
5252 class ExtMobileFrontend {
53 - const VERSION = '0.5.31';
 53+ const VERSION = '0.5.32';
5454
5555 /**
5656 * @var DOMDocument
@@ -95,6 +95,8 @@
9696 'div.stub', # stub warnings
9797 'table.metadata', # ugly metadata
9898 '.metadata mbox-small',
 99+ '.metadata plainlinks ambox ambox-content',
 100+ '.metadata plainlinks ambox ambox-move',
99101 'form',
100102 'div.sister-project',
101103 'script',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r94779fix for bug 30421preilly17:17, 17 August 2011

Status & tagging log