r81357 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81356‎ | r81357 | r81358 >
Date:23:45, 1 February 2011
Author:siebrand
Status:deferred (Comments)
Tags:
Comment:
Group MantisBT and OpenImages in base config.
Modified paths:
  • /trunk/extensions/Translate/Translate.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/Translate.php
@@ -15,7 +15,7 @@
1616 /**
1717 * Version number used in extension credits and in other placed where needed.
1818 */
19 -define( 'TRANSLATE_VERSION', '2010-09-17' );
 19+define( 'TRANSLATE_VERSION', '2011-02-01' );
2020
2121 /**
2222 * Extension credits properties.
@@ -327,8 +327,10 @@
328328 '/^ext/' => array( 'ext' ),
329329 '/^wikia/' => array( 'wikia' ),
330330 '/^out-ihris/' => array( 'ihris' ),
 331+ '/^out-mantis/' => array( 'mantis' ),
331332 '/^out-mifos/' => array( 'mifos' ),
332333 '/^out-okawix/' => array( 'okawix' ),
 334+ '/^out-openimages/' => array( 'openimages' ),
333335 '/^out-osm/' => array( 'osm' ),
334336 '/^out-pywikipedia/' => array( 'pywikipedia' ),
335337 '/^out-shapado/' => array( 'shapado' ),

Comments

#Comment by Nikerabbit (talk | contribs)   23:52, 1 February 2011

Are these new or did you move these from our local settings?

#Comment by Siebrand (talk | contribs)   23:55, 1 February 2011

They were in LocalSettings.php (or rather in twn's TranslateSettings.php until recently).

Status & tagging log