r103334 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103333‎ | r103334 | r103335 >
Date:16:09, 16 November 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
up rel notes
Modified paths:
  • /trunk/extensions/SemanticResultFormats/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/SemanticResultFormats/SRF_Hooks.php (modified) (history)
  • /trunk/extensions/SemanticResultFormats/SemanticResultFormats.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/SRF_Hooks.php
@@ -30,4 +30,4 @@
3131 return true;
3232 }
3333
34 -}
\ No newline at end of file
 34+}
Index: trunk/extensions/SemanticResultFormats/SemanticResultFormats.php
@@ -7,7 +7,8 @@
88 * @file SemanticResultFormats.php
99 * @ingroup SemanticResultFormats
1010 *
11 - * @author Jeroen De Dauw
 11+ * @licence GNU GPL v3+
 12+ * @author Jeroen De Dauw < jeroendedauw@gmail.com >
1213 */
1314
1415 /**
@@ -160,5 +161,3 @@
161162 }
162163 }
163164 }
164 -
165 -
Index: trunk/extensions/SemanticResultFormats/RELEASE-NOTES
@@ -14,6 +14,7 @@
1515
1616 New formats in this version are:
1717 * valuerank (written by DaSch)
 18+* D3Line, D3Bar and D3Treemap (written by James Hong Kong) (requires MW 1.17 or later)
1819
1920 == SRF 1.6.2 ==
2021