r83327 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83326‎ | r83327 | r83328 >
Date:20:36, 5 March 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
v0.3
Modified paths:
  • /trunk/extensions/SubPageList/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/SubPageList/SubPageList.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SubPageList/RELEASE-NOTES
@@ -5,8 +5,9 @@
66
77
88 === Version 0.3 ===
9 -2011-03-xx
 9+2011-03-05
1010
 11+* Added $egSPLAutorefresh option.
1112 * Fix to display of the first list item.
1213 * Fixed inverted behaviour of the kidsonly parameter.
1314 * Fixed query issue when using PostGres.
Index: trunk/extensions/SubPageList/SubPageList.php
@@ -35,7 +35,7 @@
3636 die( '<b>Error:</b> You need to have <a href="http://www.mediawiki.org/wiki/Extension:Validator">Validator</a> installed in order to use <a href="http://www.mediawiki.org/wiki/Extension:SubPageList">SubPageList</a>.<br />' );
3737 }
3838
39 -define( 'SPL_VERSION', '0.3 rc' );
 39+define( 'SPL_VERSION', '0.3' );
4040
4141 $wgExtensionCredits['parserhook'][] = array(
4242 'path' => __FILE__,

Status & tagging log