r97147 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97146‎ | r97147 | r97148 >
Date:12:21, 15 September 2011
Author:werdna
Status:ok
Tags:
Comment:
Update dumpMetaTranslations.php for 2011 board election
Modified paths:
  • /branches/wmf/1.17wmf1/extensions/SecurePoll/cli/wm-scripts/dumpMetaTranslations.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/extensions/SecurePoll/cli/wm-scripts/dumpMetaTranslations.php
@@ -3,46 +3,52 @@
44 require( dirname( __FILE__ ) . '/../cli.inc' );
55
66 $spConf = array(
7 - 'numCandidates' => 18,
8 - 'baseId' => 17,
9 - 'basePage' => 'Board elections/2009/Vote interface',
 7+ 'numCandidates' => 19,
 8+ 'baseId' => 200,
 9+ 'basePage' => 'Board elections/2011/Vote interface',
1010 'langs' => array(
1111 'ar',
 12+ 'bar',
 13+ 'bg',
1214 'bn',
1315 'ca',
14 - 'cs',
1516 'da',
1617 'de',
 18+ 'diq',
1719 'el',
1820 'en',
1921 'eo',
2022 'es',
 23+ 'fa',
2124 'fi',
2225 'fr',
2326 'gl',
24 - 'hi',
25 - 'hr',
26 - 'hu',
27 - 'ia',
 27+ 'he',
 28+ 'hy',
2829 'id',
 30+ 'is',
2931 'it',
3032 'ja',
31 - 'jv',
3233 'ko',
33 - 'ksh',
 34+ 'lb',
 35+ 'lt',
3436 'ms',
3537 'nb',
3638 'nl',
37 - 'oc',
3839 'pl',
3940 'pt',
40 - 'pt-br',
 41+ 'ro',
4142 'ru',
 43+ 'si',
4244 'sk',
 45+ 'sl',
 46+ 'sq',
4347 'sv',
4448 'tr',
4549 'uk',
4650 'vi',
 51+ 'yi',
 52+ 'yue',
4753 'zh-hans',
4854 'zh-hant',
4955 )
@@ -52,18 +58,20 @@
5359 <SecurePoll>
5460 <election>
5561 <configuration>
56 -<title>Wikimedia Board of Trustees Election, 2009</title>
 62+<title>Wikimedia Board of Trustees Election, 2011</title>
5763 <ballot>preferential</ballot>
5864 <tally>schulze</tally>
5965 <primaryLang>en</primaryLang>
60 -<startDate>2009-07-28T12:00:00Z</startDate>
61 -<endDate>2009-08-10T23:59:59Z</endDate>
 66+<startDate>2011-05-28T12:00:00Z</startDate>
 67+<endDate>2011-06-12T23:59:59Z</endDate>
6268 <auth>remote-mw</auth>
6369 <id>{$spConf['baseId']}</id>
64 -<property name="admins">Tim Starling|Philippe|Werdna|Daniel|Yann|Mardetanha</property>
 70+<property name="admins">Tim Starling|Philippe_(WMF)|Werdna</property>
6571 <property name="not-blocked">1</property>
 72+<property name="not-centrally-blocked">1</property>
 73+<property name="central-block-threshold">2</property>
6674 <property name="not-bot">1</property>
67 -<property name="need-list">board-vote-2009</property>
 75+<property name="need-list">board-vote-2011</property>
6876 <property name="encrypt-type">gpg</property>
6977 <property name="remote-mw-script-path">https://secure.wikimedia.org/\$site/\$lang/w</property>
7078 <property name="shuffle-options">1</property>

Status & tagging log