r103346 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103345‎ | r103346 | r103347 >
Date:18:21, 16 November 2011
Author:danwe
Status:deferred
Tags:
Comment:
Version 0.4 release is final
Modified paths:
  • /trunk/extensions/Loops/Loops.php (modified) (history)
  • /trunk/extensions/Loops/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/extensions/Loops/Loops.php
@@ -7,7 +7,7 @@
88 * Support: http://www.mediawiki.org/wiki/Extension_talk:Loops
99 * Source code: http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/Loops
1010 *
11 - * @version: 0.4 alpha
 11+ * @version: 0.4
1212 * @license: GNU GPL v2 or higher
1313 * @author: David M. Sledge
1414 * @author: Daniel Werner < danweetz@web.de >
@@ -46,7 +46,7 @@
4747 */
4848 class ExtLoops {
4949
50 - const VERSION = '0.4 alpha';
 50+ const VERSION = '0.4';
5151
5252 /**
5353 * Configuration variable defining maximum allowed number of loops ('-1' => no limit).
Index: trunk/extensions/Loops/RELEASE-NOTES
@@ -1,10 +1,10 @@
22 Post svn Changelog:
33 ===================
44
5 - * (trunk) -- Version 0.4 alpha by Daniel Werner
 5+ * November 16, 2011 -- Version 0.4 by Daniel Werner
66 - The loops count now counts per parser instance. Before there were several hacks to reset the
77 counter, for example a special-page inclusion. This has been solved now.
8 - - 'Loops' is working with MW 1.18+ now. Should be compatible down to MW 1.12.
 8+ - 'Loops' is working with MW 1.18+ now. Should be compatible down to MW 1.14 or even further.
99 - Compatbility to Variables Version 2.0.
1010 - Configuration variable '$egLoopsEnabledFunctions' to enable certain Loops parser functions only.
1111 - If 'Variables' extension is not active, '#loop', '#forargs' and '#fornumargs' will be disabled.

Status & tagging log