r93097 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93096‎ | r93097 | r93098 >
Date:19:53, 25 July 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
compat fix
Modified paths:
  • /trunk/extensions/SubPageList/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/SubPageList/SubPageList.hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SubPageList/RELEASE-NOTES
@@ -4,6 +4,11 @@
55 Latest version of the release notes: http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/SubPageList/RELEASE-NOTES?view=co
66
77
 8+=== Version 0.3.1 ===
 9+2011-07-xx
 10+
 11+* Fixed compatibility with MediaWiki 1.18.
 12+
813 === Version 0.3 ===
914 2011-03-05
1015
Index: trunk/extensions/SubPageList/SubPageList.hooks.php
@@ -19,10 +19,12 @@
2020 *
2121 * @since 0.3
2222 *
 23+ * @param Article|WikiPage &$article WikiPage object since MW 1.18
 24+ *
2325 * @return true
2426 */
2527 public static function onArticleInsertComplete(
26 - Article &$article, User &$user, $text, $summary, $minoredit,
 28+ &$article, User &$user, $text, $summary, $minoredit,
2729 $watchthis, $sectionanchor, &$flags, Revision $revision ) {
2830
2931 self::invalidateBasePages( $article->getTitle() );

Status & tagging log