r100471 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100470‎ | r100471 | r100472 >
Date:22:39, 21 October 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
up rel notes and added subpagelist alias
Modified paths:
  • /trunk/extensions/SubPageList/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/SubPageList/SubPageList.class.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SubPageList/RELEASE-NOTES
@@ -8,6 +8,7 @@
99 2011-xx-xx
1010
1111 * Compatibility fix with MediaWiki 1.18 and later.
 12+* Added #subpagecount parser hook.
1213
1314 === Version 0.4 ===
1415 2011-07-27
Index: trunk/extensions/SubPageList/SubPageList.class.php
@@ -46,7 +46,7 @@
4747 * @return string
4848 */
4949 protected function getName() {
50 - return array( 'subpages', 'splist' );
 50+ return array( 'subpages', 'splist', 'subpagelist' );
5151 }
5252
5353 /**

Status & tagging log