r44751 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44750‎ | r44751 | r44752 >
Date:05:36, 18 December 2008
Author:raymond
Status:deferred
Tags:
Comment:
* Add i18n file
* Remove ?> at end of files and vim:set comments
* Add this extension to Translatewiki
Modified paths:
  • /trunk/extensions/SemanticGallery/SG_ResultPrinter.php (modified) (history)
  • /trunk/extensions/SemanticGallery/SemanticGallery.i18n.php (added) (history)
  • /trunk/extensions/SemanticGallery/SemanticGallery.php (modified) (history)
  • /trunk/extensions/Translate/groups/mediawiki-defines.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/groups/mediawiki-defines.txt
@@ -619,6 +619,8 @@
620620 Semantic Forms
621621 file = SemanticForms/languages/SF_Messages.php
622622
 623+Semantic Gallery
 624+
623625 Semantic Google Maps
624626
625627 Semantic MediaWiki
Index: trunk/extensions/SemanticGallery/SG_ResultPrinter.php
@@ -59,6 +59,3 @@
6060 return array($result, 'noparse' => 'true', 'isHTML' => 'true');
6161 }
6262 }
63 -
64 -# vim:set tabstop=4 noexpandtab shiftwidth=4:
65 -?>
Index: trunk/extensions/SemanticGallery/SemanticGallery.i18n.php
@@ -0,0 +1,15 @@
 2+<?php
 3+/**
 4+ * Internationalization file for the Semantic Gallery extension
 5+ *
 6+ * @addtogroup Extensions
 7+*/
 8+
 9+$messages = array();
 10+
 11+/** English
 12+ * @author Rowan Rodrik van der Molen
 13+ */
 14+$messages['en'] = array(
 15+ 'semanticgallery-desc' => 'Adds a gallery output format to SMW inline queries',
 16+);
Property changes on: trunk/extensions/SemanticGallery/SemanticGallery.i18n.php
___________________________________________________________________
Added: svn:eol-style
117 + native
Index: trunk/extensions/SemanticGallery/SemanticGallery.php
@@ -28,7 +28,3 @@
2929 else
3030 SMWQueryProcessor::$formats['gallery'] = 'SemanticGallery_ResultPrinter';
3131 }
32 -
33 -
34 -# vim:set tabstop=4 noexpandtab shiftwidth=4:
35 -?>

Status & tagging log