r36929 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36928‎ | r36929 | r36930 >
Date:17:34, 2 July 2008
Author:ialex
Status:old
Tags:
Comment:
Added $wgAdditionalXMLTypes
Modified paths:
  • /trunk/extensions/Configure/CHANGELOG (modified) (history)
  • /trunk/extensions/Configure/Configure.php (modified) (history)
  • /trunk/extensions/Configure/Configure.settings.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.4.6 - 2 July 2008
 6+ Added $wgAdditionalXMLTypes.
 7+
58 0.4.5 - 25 June 2008
69 Added localized names for special pages.
710
Index: trunk/extensions/Configure/Configure.settings.php
@@ -144,6 +144,7 @@
145145 'wgZhdaemonPort' => 'int',
146146 ),
147147 'html' => array(
 148+ 'wgAdditionalXMLTypes' => 'array',
148149 'wgDocType' => 'text',
149150 'wgDTD' => 'text',
150151 'wgMimeType' => 'text',
@@ -710,6 +711,7 @@
711712 'wgUsersNotifiedOnAllChanges' => 'simple',
712713 # Localization
713714 'wgForceUIMsgAsContentMsg' => 'simple',
 715+ 'wgAdditionalXMLTypes' => 'assoc',
714716 'wgXhtmlNamespaces' => 'assoc',
715717 'wgDebugLogGroups' => 'assoc',
716718 # Site custom
@@ -1115,6 +1117,7 @@
11161118 'wgActiveUserEditCount' => array( array( '1.13alpha', '>=' ) ),
11171119 'wgRC2UDPOmitBots' => array( array( '1.13alpha', '>=' ) ),
11181120 'wgExtensionAliasesFiles' => array( array( '1.13alpha', '>=' ) ),
 1121+ 'wgAdditionalXMLTypes' => array( array( '1.13alpha', '>=' ) ),
11191122 ## Obsolete
11201123 'wgProfileSampleRate' => array( array( '1.8alpha', '<' ) ),
11211124 'wgProfilerType' => array( array( '1.8alpha', '<' ) ),
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.4.5',
 21+ 'version' => '0.4.6',
2222 );
2323
2424 ## Adding new rights...

Status & tagging log