r40144 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r40143‎ | r40144 | r40145 >
Date:14:02, 28 August 2008
Author:mkroetzsch
Status:old
Tags:
Comment:
Further fixes in documentation; I think some people confuse @addtogroup with @ingroup.
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_Language.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageEn.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_Messages.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageEn.php
@@ -1,9 +1,4 @@
22 <?php
3 -/**
4 - * @file
5 - * @author Markus Krötzsch
6 - * @ingroup Language
7 - */
83
94 /*
105 * Protect against register_globals vulnerabilities.
@@ -14,6 +9,13 @@
1510 global $smwgIP;
1611 include_once($smwgIP . '/languages/SMW_Language.php');
1712
 13+
 14+/**
 15+ * English language labels for important SMW labels (namespaces, datatypes,...).
 16+ *
 17+ * @author Markus Krötzsch
 18+ * @ingroup Language
 19+ */
1820 class SMWLanguageEn extends SMWLanguage {
1921
2022 protected $m_DatatypeLabels = array(
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_Messages.php
@@ -2,8 +2,9 @@
33 /**
44 * Internationalization file for Semantic MediaWiki
55 *
 6+ * @file
67 * @ingroup Language
7 - * @addtogroup I18n
 8+ * @ingroup I18n
89 */
910
1011 $messages = array();
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_Language.php
@@ -1,13 +1,10 @@
22 <?php
 3+
34 /**
4 - * @file
 5+ * Base class for all SMW language classes.
56 * @author Markus Krötzsch
67 * @ingroup Language
78 */
8 -
9 -/**
10 - * Base class for all language classes.
11 - */
129 abstract class SMWLanguage {
1310
1411 // the special message arrays ...

Status & tagging log