r74264 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74263‎ | r74264 | r74265 >
Date:17:24, 4 October 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Follow up to r74262 - added links to the docs and fixed author for set_recurring_events
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/parserhooks/SMW_Ask.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/includes/parserhooks/SMW_Concept.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/includes/parserhooks/SMW_Declare.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/includes/parserhooks/SMW_Info.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/includes/parserhooks/SMW_Set.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/includes/parserhooks/SMW_SetRecurringEvent.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/includes/parserhooks/SMW_Show.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/parserhooks/SMW_Concept.php
@@ -2,6 +2,7 @@
33
44 /**
55 * Class for the 'concept' parser functions.
 6+ * @see http://semantic-mediawiki.org/wiki/Help:Concepts
67 *
78 * @since 1.5.3
89 *
Index: trunk/extensions/SemanticMediaWiki/includes/parserhooks/SMW_Info.php
@@ -2,6 +2,7 @@
33
44 /**
55 * Class for the 'info' parser functions.
 6+ * @see ...TODO...
67 *
78 * @since 1.5.3
89 *
Index: trunk/extensions/SemanticMediaWiki/includes/parserhooks/SMW_Set.php
@@ -2,6 +2,7 @@
33
44 /**
55 * Class for the 'set' parser functions.
 6+ * @see http://semantic-mediawiki.org/wiki/Help:Properties_and_types#Silent_annotations_using_.23set
67 *
78 * @since 1.5.3
89 *
Index: trunk/extensions/SemanticMediaWiki/includes/parserhooks/SMW_Ask.php
@@ -2,6 +2,7 @@
33
44 /**
55 * Class for the 'ask' parser functions.
 6+ * @see http://semantic-mediawiki.org/wiki/Help:Inline_queries#Introduction_to_.23ask
67 *
78 * @since 1.5.3
89 *
Index: trunk/extensions/SemanticMediaWiki/includes/parserhooks/SMW_SetRecurringEvent.php
@@ -2,6 +2,7 @@
33
44 /**
55 * Class for the 'set_recurring_event' parser functions.
 6+ * @see http://semantic-mediawiki.org/wiki/Help:Properties_and_types#Defining_recurring_events
67 *
78 * @since 1.5.3
89 *
@@ -9,7 +10,7 @@
1011 * @ingroup SMW
1112 * @ingroup ParserHooks
1213 *
13 - * @author Markus Krötzsch
 14+ * @author Yaron Koren
1415 * @author Jeroen De Dauw
1516 */
1617 class SMWSetRecurringEvent {
Index: trunk/extensions/SemanticMediaWiki/includes/parserhooks/SMW_Declare.php
@@ -2,6 +2,7 @@
33
44 /**
55 * Class for the 'declare' parser functions.
 6+ * @see http://semantic-mediawiki.org/wiki/Help:Argument_declaration_in_templates
67 *
78 * @since 1.5.3
89 *
Index: trunk/extensions/SemanticMediaWiki/includes/parserhooks/SMW_Show.php
@@ -2,6 +2,7 @@
33
44 /**
55 * Class for the 'show' parser functions.
 6+ * @see http://semantic-mediawiki.org/wiki/Help:Inline_queries#The_.23show_parser_function
67 *
78 * @since 1.5.3
89 *

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r74262Changes for 1.5.3 - split the parser function code from the ParserExtensions ...jeroendedauw17:03, 4 October 2010

Status & tagging log