r67725 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r67724‎ | r67725 | r67726 >
Date:14:52, 9 June 2010
Author:ialex
Status:deferred
Tags:
Comment:
* Updated Collection extension
Modified paths:
  • /trunk/extensions/Configure/CHANGELOG (modified) (history)
  • /trunk/extensions/Configure/Configure.php (modified) (history)
  • /trunk/extensions/Configure/settings/Settings-ext.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/Configure/CHANGELOG
@@ -1,6 +1,9 @@
22 This file lists changes on this extension. Localisation updates are done
33 through translatewiki.net and are not listed here.
44
 5+0.15.30 - 9 June 2010
 6+ Updated Collection extension.
 7+
58 0.15.29 - 1 June 2010
69 Updated CategoryTree extension.
710
Index: trunk/extensions/Configure/settings/Settings-ext.txt
@@ -269,10 +269,11 @@
270270 settings[] = wgCollectionLicenseName: text, wgCollectionLicenseURL: text
271271 settings[] = wgCollectionPortletForLoggedInUsersOnly: bool, wgCollectionPortletFormats: array
272272 settings[] = wgCollectionFormats: array, wgCollectionContentTypeToFilename: array
273 -settings[] = wgCollectionMaxSuggestions: int, wgCollectionSuggestCheapWeightThreshhold: int
274 -settings[] = wgCollectionSuggestThreshhold: int
 273+settings[] = wgCollectionFormatToServeURL: array, wgCollectionMaxSuggestions: int
 274+settings[] = wgCollectionSuggestCheapWeightThreshhold: int, wgCollectionSuggestThreshhold: int
275275 array[] = wgCollectionArticleNamespaces: ns-simple, wgCollectionFormats: assoc
276 -array[] = wgCollectionContentTypeToFilename: assoc, wgCollectionPortletFormats: simple
 276+array[] = wgCollectionContentTypeToFilename: assoc, wgCollectionFormatToServeURL: assoc
 277+array[] = wgCollectionPortletFormats: simple
277278 empty[] = wgCollectionMWServeCert: null, wgCollectionLicenseName: null
278279 empty[] = wgCollectionLicenseURL: null
279280 url = http://www.mediawiki.org/wiki/Extension:Collection
Index: trunk/extensions/Configure/Configure.php
@@ -17,7 +17,7 @@
1818 'author' => array( 'Alexandre Emsenhuber', 'Andrew Garrett' ),
1919 'url' => 'http://www.mediawiki.org/wiki/Extension:Configure',
2020 'descriptionmsg' => 'configure-desc',
21 - 'version' => '0.15.29',
 21+ 'version' => '0.15.30',
2222 );
2323
2424 # Configuration part

Status & tagging log