r41977 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41976‎ | r41977 | r41978 >
Date:21:52, 11 October 2008
Author:ialex
Status:old
Tags:
Comment:
Removed $wgMajorSiteNoticeID
Modified paths:
  • /trunk/extensions/Configure/CHANGELOG (modified) (history)
  • /trunk/extensions/Configure/Configure.php (modified) (history)
  • /trunk/extensions/Configure/Configure.settings-core.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Configure/CHANGELOG
@@ -1,6 +1,9 @@
22 This file lists changes on this extension.
33 Localisation updates are done on betawiki and aren't listed here.
44
 5+0.7.19 - 11 October 2008
 6+ Removed $wgMajorSiteNoticeID.
 7+
58 0.7.18 - 10 October 2008
69 Added $wgUniversalEditButton and $wgEdititis.
710
Index: trunk/extensions/Configure/Configure.settings-core.php
@@ -198,7 +198,6 @@
199199 'wgExtraSubtitle' => 'text',
200200 'wgHideInterlanguageLinks' => 'bool',
201201 'wgLegalTitleChars' => 'text',
202 - 'wgMajorSiteNoticeID' => 'text',
203202 'wgMaxArticleSize' => 'int',
204203 'wgMetadataWhitelist' => 'text',
205204 'wgNoFollowLinks' => 'bool',
@@ -1181,7 +1180,6 @@
11821181 'wgRenderHashAppend' => array( array( '1.14alpha', '>=' ) ),
11831182 'wgExternalLinkTarget' => array( array( '1.14alpha', '>=' ) ),
11841183 'wgShellLocale' => array( array( '1.14alpha', '>=' ) ),
1185 - 'wgMajorSiteNoticeID' => array( array( '1.14alpha', '>=' ) ),
11861184 'wgFixDoubleRedirects' => array( array( '1.14alpha', '>=' ) ),
11871185 'wgUniversalEditButton' => array( array( '1.14alpha', '>=' ) ),
11881186 'wgEdititis' => array( array( '1.14alpha', '>=' ) ),
Index: trunk/extensions/Configure/Configure.php
@@ -17,7 +17,7 @@
1818 'url' => 'http://www.mediawiki.org/wiki/Extension:Configure',
1919 'description' => 'Allow authorised users to configure the wiki by a web-based interface',
2020 'descriptionmsg' => 'configure-desc',
21 - 'version' => '0.7.18',
 21+ 'version' => '0.7.19',
2222 );
2323
2424 ## Configuration part

Status & tagging log