r70735 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70734‎ | r70735 | r70736 >
Date:02:52, 9 August 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Follow up to r70664, added support for SEMANTIC extension type
Modified paths:
  • /trunk/extensions/SemanticTasks/SemanticTasks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticTasks/SemanticTasks.php
@@ -19,7 +19,7 @@
2020 #
2121
2222 # Informations
23 -$wgExtensionCredits['parserhook'][] = array(
 23+$wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'parserhook'][] = array(
2424 'path' => __FILE__,
2525 'name' => 'SemanticTasks',
2626 'author' => 'Steren Giannini, Ryan Lane',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r70664Added SpecialVersionExtensionTypes hook for SEMANTIC extensionsjeroendedauw06:27, 8 August 2010

Status & tagging log