r89109 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89108‎ | r89109 | r89110 >
Date:14:59, 29 May 2011
Author:raymond
Status:ok
Tags:
Comment:
Followup r89107: Fix typo, consistency tweak.
Add extension to Translatewiki
Modified paths:
  • /trunk/extensions/SemanticGraph/SemanticGraph.i18n.php (modified) (history)
  • /trunk/extensions/SemanticGraph/includes/SemanticGraph2.php (modified) (history)
  • /trunk/extensions/Translate/groups/mediawiki-defines.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/groups/mediawiki-defines.txt
@@ -1350,6 +1350,8 @@
13511351 Semantic Glossary
13521352 aliasfile = SemanticGlossary/SemanticGlossary.alias.php
13531353
 1354+Semantic Graph
 1355+
13541356 Semantic Internal Objects
13551357 magicfile = SemanticInternalObjects/SemanticInternalObjects.i18n.magic.php
13561358
Index: trunk/extensions/SemanticGraph/includes/SemanticGraph2.php
@@ -31,6 +31,7 @@
3232 $wgHooks['LanguageGetMagic'][] = 'efSGraphParserFunction_Magic';
3333 // Extension credits that will show up on Special:Version
3434 $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'parserhook'][] = array(
 35+ 'path' => __FILE__,
3536 'name' => 'SemanticGraph',
3637 'version' => SemanticGraph_VERSION,
3738 'author' => 'Rob Challen',
Index: trunk/extensions/SemanticGraph/SemanticGraph.i18n.php
@@ -17,7 +17,7 @@
1818 * @author Jeroen De Dauw
1919 */
2020 $messages['en'] = array(
21 - 'semanticgraph-desc' => 'Enables visualization of structured data stored via SMW in the form of grapgs.',
 21+ 'semanticgraph-desc' => 'Enables visualization of structured data stored via Semantic MediaWiki in the form of graphs',
2222 );
2323
2424 /** Message documentation (Message documentation)
@@ -25,4 +25,4 @@
2626 */
2727 $messages['qqq'] = array(
2828 'semanticgraph-desc' => '{{desc}}',
29 -);
\ No newline at end of file
 29+);

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89107folow up to r89066jeroendedauw14:42, 29 May 2011

Status & tagging log