r70704 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70703‎ | r70704 | r70705 >
Date:15:17, 8 August 2010
Author:ialex
Status:deferred
Tags:
Comment:
* Updated CategoryWatch, CodeReview and Woopra extensions
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.35 - 8 August 2010
 6+ Updated CategoryWatch, CodeReview and Woopra extensions.
 7+
58 0.15.34 - 4 July 2010
69 Updated FlaggedRevs and Translate extensions.
710
Index: trunk/extensions/Configure/settings/Settings-ext.txt
@@ -169,6 +169,7 @@
170170
171171 CategoryWatch
172172 settings[] = wgCategoryWatchNotifyEditor: bool, wgCategoryWatchUseAutoCat: bool
 173+settings[] = wgCategoryWatchUseAutoCatRealName: bool
173174 url = http://www.mediawiki.org/wiki/Extension:CategoryWatch
174175
175176 CategoryFeed
@@ -255,11 +256,12 @@
256257 settings[] = wgSubversionProxy: text, wgSubversionProxyTimeout: int
257258 settings[] = wgSubversionUser: text, wgSubversionPassword: text
258259 settings[] = wgCodeReviewImportBatchSize: int, wgWikiSVN: text
259 -settings[] = wgCodeReviewSharedSecret: text, wgSubversionOptions: text
260 -settings[] = wgCodeReviewCommentWatcher: text, wgCodeReviewMaxDiffSize: int
261 -settings[] = wgCodeReviewTestsTimeout: int, wgCodeReviewDeferredPaths: array
 260+settings[] = wgSubversionOptions: text, wgCodeReviewCommentWatcher: text
 261+settings[] = wgCodeReviewMaxDiffSize: int, wgCodeReviewDeferredPaths: array
 262+settings[] = wgCRUDPAddress: text, wgCRUDPPort: int, wgCRUDPPrefix: text
262263 array[] = wgCodeReviewDeferredPaths: simple
263264 empty[] = wgCodeReviewSharedSecret: false, wgCodeReviewCommentWatcher: false
 265+empty[] = wgCRUDPAddress: false, wgCRUDPPort: false
264266 schema = true
265267 url = http://www.mediawiki.org/wiki/Extension:CodeReview
266268
@@ -1027,6 +1029,8 @@
10281030 url = http://www.mediawiki.org/wiki/Extension:WikiTextLoggedInOut
10291031
10301032 Woopra
 1033+settings[] = wgWoopraSitekey: text
 1034+empty[] = wgWoopraSitekey: false
10311035 url = http://www.mediawiki.org/wiki/Extension:Woopra
10321036
10331037 YouTubeAuthSub
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.34',
 21+ 'version' => '0.15.35',
2222 );
2323
2424 # Configuration part

Status & tagging log