r111533 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111532‎ | r111533 | r111534 >
Date:13:29, 15 February 2012
Author:jeroendedauw
Status:ok
Tags:
Comment:
Follow up to r111507; fixed typo and killed some dead code
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/SMW_ParseData.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_Namespaces.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/SMW_ParseData.php
@@ -145,17 +145,6 @@
146146 }
147147
148148 /**
149 - *
150 - *
151 - * @param Title $title
152 - *
153 - * @return array( SMWDIProperty, SMWDataItem )
154 - */
155 - protected static function getSpecialProperties( Title $title ) {
156 -
157 - }
158 -
159 - /**
160149 * This function takes care of storing the collected semantic data and takes
161150 * care of clearing out any outdated entries for the processed page. It assume that
162151 * parsing has happened and that all relevant data is contained in the provided parser
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_Namespaces.php
@@ -1,7 +1,7 @@
22 <?php
33
44 /**
5 - * Namespace internationalizationfor the Semantic MediaWiki extension.
 5+ * Namespace internationalization for the Semantic MediaWiki extension.
66 *
77 * @since 0.1
88 *

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111507address bug 34383jeroendedauw23:24, 14 February 2012

Status & tagging log