Index: trunk/extensions/Configure/CHANGELOG |
— | — | @@ -1,6 +1,9 @@ |
2 | 2 | This file lists changes on this extension. Localisation updates are done |
3 | 3 | through translatewiki.net and are not listed here. |
4 | 4 | |
| 5 | +0.15.30 - 9 June 2010 |
| 6 | + Updated Collection extension. |
| 7 | + |
5 | 8 | 0.15.29 - 1 June 2010 |
6 | 9 | Updated CategoryTree extension. |
7 | 10 | |
Index: trunk/extensions/Configure/settings/Settings-ext.txt |
— | — | @@ -269,10 +269,11 @@ |
270 | 270 | settings[] = wgCollectionLicenseName: text, wgCollectionLicenseURL: text |
271 | 271 | settings[] = wgCollectionPortletForLoggedInUsersOnly: bool, wgCollectionPortletFormats: array |
272 | 272 | 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 |
275 | 275 | array[] = wgCollectionArticleNamespaces: ns-simple, wgCollectionFormats: assoc |
276 | | -array[] = wgCollectionContentTypeToFilename: assoc, wgCollectionPortletFormats: simple |
| 276 | +array[] = wgCollectionContentTypeToFilename: assoc, wgCollectionFormatToServeURL: assoc |
| 277 | +array[] = wgCollectionPortletFormats: simple |
277 | 278 | empty[] = wgCollectionMWServeCert: null, wgCollectionLicenseName: null |
278 | 279 | empty[] = wgCollectionLicenseURL: null |
279 | 280 | url = http://www.mediawiki.org/wiki/Extension:Collection |
Index: trunk/extensions/Configure/Configure.php |
— | — | @@ -17,7 +17,7 @@ |
18 | 18 | 'author' => array( 'Alexandre Emsenhuber', 'Andrew Garrett' ), |
19 | 19 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Configure', |
20 | 20 | 'descriptionmsg' => 'configure-desc', |
21 | | - 'version' => '0.15.29', |
| 21 | + 'version' => '0.15.30', |
22 | 22 | ); |
23 | 23 | |
24 | 24 | # Configuration part |