r105271 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105270‎ | r105271 | r105272 >
Date:01:32, 6 December 2011
Author:jeroendedauw
Status:ok
Tags:
Comment:
oops, its 1.4.1, and extension type should fall back to other, not parserhook
Modified paths:
  • /trunk/extensions/SemanticTasks/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/SemanticTasks/SemanticTasks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticTasks/SemanticTasks.php
@@ -19,7 +19,7 @@
2020 #
2121
2222 # Extension credits
23 -$wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'parserhook'][] = array(
 23+$wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'other'][] = array(
2424 'path' => __FILE__,
2525 'name' => 'SemanticTasks',
2626 'author' => array(
Index: trunk/extensions/SemanticTasks/RELEASE-NOTES
@@ -5,13 +5,13 @@
66
77
88
9 -=== Version 0.4.1 ===
 9+=== Version 1.4.1 ===
1010 2011-12-06
1111
1212 * Added support for Semantic MediaWiki 1.7 and later.
1313 * Dropped support for MediaWiki 1.15.x and earlier.
1414
15 -=== Version 0.4 ===
 15+=== Version 1.4 ===
1616 June 2010
1717
1818 * Fixed bug that caused notifications to fail in non-main namespaces.
\ No newline at end of file

Status & tagging log