[MediaWiki-commits] [Gerrit] translatewiki[master]: Update ssh key for siebrand

2017-11-29 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/394143 )

Change subject: Update ssh key for siebrand
..

Update ssh key for siebrand

Change-Id: If13a085df6255616d6328a10c9bb2f3a013cb86f
---
M puppet/modules/users/manifests/init.pp
1 file changed, 15 insertions(+), 13 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/43/394143/1

diff --git a/puppet/modules/users/manifests/init.pp 
b/puppet/modules/users/manifests/init.pp
index 0cbc6c1..982a5f4 100644
--- a/puppet/modules/users/manifests/init.pp
+++ b/puppet/modules/users/manifests/init.pp
@@ -27,15 +27,16 @@
 
   user {
 'siebrand':
-  ensure => present,
-  uid=> 1000,
-  gid=> 'users',
-  groups => ['betawiki', 'www-shared'],
-  shell  => '/bin/bash',
-  password   => '',
-  managehome => true,
-  home   => '/home/siebrand',
-  comment=> 'Siebrand Mazeland';
+  ensure => present,
+  uid=> 1000,
+  gid=> 'users',
+  groups => ['betawiki', 'www-shared'],
+  shell  => '/bin/bash',
+  password   => '',
+  managehome => true,
+  purge_ssh_keys => true,
+  home   => '/home/siebrand',
+  comment=> 'Siebrand Mazeland';
 'nike':
   ensure => present,
   uid=> 1001,
@@ -269,11 +270,12 @@
   }
 
   ssh_authorized_key {
-'siebrand_ssh':
+'smazeland_ssh':
+  name   => 'ed25519-key-20171129 siebr...@kitano.nl',
+  user   => 'smazeland',
   ensure => present,
-  user => 'siebrand',
-  type => 'rsa',
-  key  => 
'B3NzaC1yc2EBJQAAAgEAvpLAvxAgixbCY9IglNmaPjvXeIRoZkVfMUWz3SEgCw4r/4HmjQz77AnmtSv7meql1o3UedB27UeupUx0dytigHdtes9FJIIELjG0iYo77IHlfhKSUqAe+kkHHuQ1lgpwSbaWooUPcuKy7VFMyAZLTA9gTjIBe7oHUEB5IfIgWoyj7dSlSmF8oSB1+/MdsgLQTBql4gsPH2WznwUWHbUot6OhGLRuLbEuG4aiMVmZ1/I73aOEfVA9Zw1PspaHjzQkKuGHsgBZ9lGwkPIRxbvBZAYGW+WYS2QCPhfJlOYvAXB5VFbohpTqhxerP14r/B/KJsKEaGVKpZY5+YWXtc1ITwtd+DwaFfuacuvGVmOl5SkLXYusVndlv+ZOf5NTFxeqI9Z66ApeqsDCBBQtLbIt80vHr/ZFdR7DEvDMQSLkLttjV3IOrdoZd0Hodqb9b6HEswrFyNx0ywVER6d41M1cBZafBA/04ui2Yu/0ocKU8ecI+NvzUU3DOjidgADDGbhBh/deUreW60FjE1pzaTwhP2pscjiZmLvOpKbRWrmmktc3PGi/fnoq9MJJ2w7rLXtBOlUqDOprgdpqp1rJI2OHj398xBkpIAQasdNbYsxhxic3Md/y9d+Y8sN3VPI0l6tM5H1YitFQ2CcIm6RcRmyHrJRq/85uINFM9l76wtT+87k=';
+  type   => 'ssh-ed25519',
+  key=> 
'C3NzaC1lZDI1NTE5IHxdP9KdKSwuVpRaaevBbuCgPTV+2rvIe6Y57iOP57I6';
 'fjalapeno_ssh':
   ensure => present,
   user => 'fjalapeno',

-- 
To view, visit https://gerrit.wikimedia.org/r/394143
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If13a085df6255616d6328a10c9bb2f3a013cb86f
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] translatewiki[master]: Use @translatewiki account for iNaturalist and MathJax

2017-05-24 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/355403 )

Change subject: Use @translatewiki account for iNaturalist and MathJax
..

Use @translatewiki account for iNaturalist and MathJax

Change-Id: I35ab19e54542c9001285e5a60ca1345c2b63bfc4
---
M repoconfig.commit.json
M repoconfig.json
2 files changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/03/355403/1

diff --git a/repoconfig.commit.json b/repoconfig.commit.json
index b283664..e71eeef 100644
--- a/repoconfig.commit.json
+++ b/repoconfig.commit.json
@@ -210,7 +210,7 @@
"group": "out-inaturalist",
"repos": {
"inaturalist": {
-   "type": "git",
+   "type": "github",
"branch": "i18n",
"url": 
"g...@github.com:inaturalist/inaturalist.git"
}
@@ -250,7 +250,7 @@
"group": "out-mathjax-*",
"repos": {
"mathjax": {
-   "type": "git",
+   "type": "github",
"url": 
"g...@github.com:mathjax/MathJax-i18n.git"
}
}
diff --git a/repoconfig.json b/repoconfig.json
index d3146ef..af24a59 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -210,7 +210,7 @@
"group": "out-inaturalist",
"repos": {
"inaturalist": {
-   "type": "git",
+   "type": "github",
"branch": "i18n",
"url": 
"https://github.com/inaturalist/inaturalist.git;
}
@@ -250,7 +250,7 @@
"group": "out-mathjax-*",
"repos": {
"mathjax": {
-   "type": "git",
+   "type": "github",
"url": 
"https://github.com/mathjax/MathJax-i18n.git;
}
}

-- 
To view, visit https://gerrit.wikimedia.org/r/355403
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I35ab19e54542c9001285e5a60ca1345c2b63bfc4
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] translatewiki[master]: Maintenance for email aliases

2017-05-21 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/354969 )

Change subject: Maintenance for email aliases
..

Maintenance for email aliases

Change-Id: I584e00999357ae041a036ed0ffbb589ebba771be
---
M puppet/modules/users/files/aliases
1 file changed, 1 insertion(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/69/354969/1

diff --git a/puppet/modules/users/files/aliases 
b/puppet/modules/users/files/aliases
index 088bd27..f430433 100644
--- a/puppet/modules/users/files/aliases
+++ b/puppet/modules/users/files/aliases
@@ -18,12 +18,10 @@
 root: siebr...@kitano.nl, niklas.laxst...@gmail.com
 
 amir: amir.ahar...@mail.huji.ac.il
-lcawte: le...@lewiscawte.info
-mah: m...@everybody.org
 nike: niklas.laxst...@gmail.com
 raymond: raimond.spekk...@gmail.com
 siebrand: siebr...@kitano.nl
-translatewiki: siebr...@kitano.nl
+translatewiki: siebr...@kitano.nl, niklas.laxst...@gmail.com
 federico: federicol...@tiscali.it
 
 blockly: siebr...@kitano.nl

-- 
To view, visit https://gerrit.wikimedia.org/r/354969
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I584e00999357ae041a036ed0ffbb589ebba771be
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] translatewiki[master]: Disable account for Bernd Sitzmann

2017-05-21 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/354935 )

Change subject: Disable account for Bernd Sitzmann
..

Disable account for Bernd Sitzmann

Last login was 2015-08-18, and he's indicated before to Niklas his
account could be removed.

Change-Id: Idc376ad9c46cf96f4c6e29c3bac3e7dbe8ff140e
---
M puppet/modules/users/manifests/init.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/35/354935/1

diff --git a/puppet/modules/users/manifests/init.pp 
b/puppet/modules/users/manifests/init.pp
index f18bf37..0cbc6c1 100644
--- a/puppet/modules/users/manifests/init.pp
+++ b/puppet/modules/users/manifests/init.pp
@@ -227,7 +227,7 @@
   home   => '/home/yuvipanda',
   comment=> 'Yuvi Panda';
 'bsitzmann':
-  ensure => present,
+  ensure => absent,
   uid=> 1020,
   gid=> 'users',
   groups => ['betawiki', 'www-shared'],

-- 
To view, visit https://gerrit.wikimedia.org/r/354935
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idc376ad9c46cf96f4c6e29c3bac3e7dbe8ff140e
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] translatewiki[master]: Fix repo config inconsistency for Mifos

2017-05-21 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/354928 )

Change subject: Fix repo config inconsistency for Mifos
..

Fix repo config inconsistency for Mifos

Change-Id: I0b358b8f543433ad8402e7a657a57c8dc93ceed9
---
M repoconfig.json
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/28/354928/1

diff --git a/repoconfig.json b/repoconfig.json
index 056f452..d3146ef 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -275,7 +275,7 @@
"mifos": {
"type": "github",
"branch": "develop",
-   "url": 
"g...@github.com:openMF/community-app.git"
+   "url": 
"https://github.com/openMF/community-app.git;
}
}
},

-- 
To view, visit https://gerrit.wikimedia.org/r/354928
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0b358b8f543433ad8402e7a657a57c8dc93ceed9
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] translatewiki[master]: Use @translatewiki for Vicuna and PropertySuggester

2017-05-21 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/354927 )

Change subject: Use @translatewiki for Vicuna and PropertySuggester
..

Use @translatewiki for Vicuna and PropertySuggester

Change-Id: I32e551bc40aec2306dc722affe73c00f72a968ba
---
M repoconfig.commit.json
M repoconfig.json
2 files changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/27/354927/1

diff --git a/repoconfig.commit.json b/repoconfig.commit.json
index a9b67e7..b283664 100644
--- a/repoconfig.commit.json
+++ b/repoconfig.commit.json
@@ -344,7 +344,7 @@
"group": "out-vicuna",
"repos": {
"vicuna": {
-   "type": "git",
+   "type": "github",
"url": "g...@github.com:yarl/vicuna.git"
}
}
@@ -472,7 +472,7 @@
"url": 
"g...@github.com:SemanticMediaWiki/WhatsNearby.git"
},
"mwgithub/Wikidata-lib/PropertySuggester": {
-   "type": "git",
+   "type": "github",
"url": 
"g...@github.com:Wikidata-lib/PropertySuggester.git"
},
"mwgithub/wmde/DataTypes": {
diff --git a/repoconfig.json b/repoconfig.json
index abb2b38..056f452 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -344,7 +344,7 @@
"group": "out-vicuna",
"repos": {
"vicuna": {
-   "type": "git",
+   "type": "github",
"url": "https://github.com/yarl/vicuna.git;
}
}
@@ -472,7 +472,7 @@
"url": 
"https://github.com/SemanticMediaWiki/WhatsNearby.git;
},
"mwgithub/Wikidata-lib/PropertySuggester": {
-   "type": "git",
+   "type": "github",
"url": 
"https://github.com/Wikidata-lib/PropertySuggester.git;
},
"mwgithub/wmde/DataTypes": {

-- 
To view, visit https://gerrit.wikimedia.org/r/354927
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I32e551bc40aec2306dc722affe73c00f72a968ba
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] translatewiki[master]: Remove FUEL project

2017-05-21 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/354899 )

Change subject: Remove FUEL project
..

Remove FUEL project

The repo was moved, and the project was no longer responsive. We could
not commit and not establish contact, so that's it unfortunately.

Change-Id: I6af2d597024614dfef2bc2bd2b4ac5c965fc24fd
---
M TranslateSettings.php
M bin/REPONG-PROJECTS
D groups/FUEL/FUEL.yaml
M repoconfig.commit.json
M repoconfig.json
5 files changed, 1 insertion(+), 126 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/99/354899/1

diff --git a/TranslateSettings.php b/TranslateSettings.php
index 8a83025..9ddabf7 100644
--- a/TranslateSettings.php
+++ b/TranslateSettings.php
@@ -396,8 +396,8 @@
'params' => $lqtParams,
 ];
 
+# No longer in use.
 wfAddNamespace( 1254, 'FUEL' );
-$wgTranslateGroupFiles[] = "$GROUPS/FUEL/FUEL.yaml";
 
 wfAddNamespace( 1256, 'Blockly' );
 $wgTranslateGroupFiles[] = "$GROUPS/Blockly/Blockly.yaml";
diff --git a/bin/REPONG-PROJECTS b/bin/REPONG-PROJECTS
index 99ad736..d5ac59f 100644
--- a/bin/REPONG-PROJECTS
+++ b/bin/REPONG-PROJECTS
@@ -8,7 +8,6 @@
 entryscape
 etherpad-lite
 freecol
-fuel
 gapfinder
 hivejs
 huggle
diff --git a/groups/FUEL/FUEL.yaml b/groups/FUEL/FUEL.yaml
deleted file mode 100644
index 8910026..000
--- a/groups/FUEL/FUEL.yaml
+++ /dev/null
@@ -1,106 +0,0 @@
-TEMPLATE:
-  BASIC:
-description: "{{Special:MyLanguage/Translations:Group 
descriptions/fuel/en}}"
-icon: wiki://Fuel-final-logo.png
-namespace: NS_FUEL
-class: FileBasedMessageGroup
-
-  FILES:
-class: GettextFFS
-keyAlgorithm: simple
-codeMap:
-  zh-hans: zh_CN
-  zh-hant: zh_TW
-

-BASIC:
-  id: out-fuel-0-all
-  label: FUEL
-  meta: yes
-  class: AggregateMessageGroup
-
-GROUPS:
-  - out-fuel-*
-

-BASIC:
-  id: out-fuel-cloud
-  label: FUEL (cloud)
-
-FILES:
-  class: GettextFFS
-  sourcePattern: 
"%GROUPROOT%/fuel/language/%CODE%/terminology/cloud/fuel-cloud-%CODE%_translatewiki.net.po"
-  definitionFile: 
"%GROUPROOT%/fuel/language/en/terminology/cloud/fuel-cloud-en.pot"
-
-MANGLER:
-  class: StringMatcher
-  patterns:
-- "*"
-  prefix: cloud-
-

-BASIC:
-  id: out-fuel-desktop
-  label: FUEL (desktop)
-
-FILES:
-  class: GettextFFS
-  sourcePattern: 
"%GROUPROOT%/fuel/language/%CODE%/terminology/desktop/fuel-desktop-%CODE%_translatewiki.net.po"
-  definitionFile: 
"%GROUPROOT%/fuel/language/en/terminology/desktop/fuel-desktop-en.pot"
-
-MANGLER:
-  class: StringMatcher
-  patterns:
-- "*"
-  prefix: desktop-
-
-LANGUAGES:
-  blacklist:
-- as
-- bn
-- gu
-- hi
-- kn
-- mai
-- ml
-- mr
-- or
-- pa
-- ta
-- te
-

-BASIC:
-  id: out-fuel-mobile
-  label: FUEL (mobile)
-
-FILES:
-  class: GettextFFS
-  sourcePattern: 
"%GROUPROOT%/fuel/language/%CODE%/terminology/mobile/fuel-mobile-%CODE%_translatewiki.net.po"
-  definitionFile: 
"%GROUPROOT%/fuel/language/en/terminology/mobile/fuel-mobile-en.pot"
-
-MANGLER:
-  class: StringMatcher
-  patterns:
-- "*"
-  prefix: mobile-
-
-LANGUAGES:
-  blacklist:
-- mr
-

-BASIC:
-  id: out-fuel-web
-  label: FUEL (web)
-
-FILES:
-  class: GettextFFS
-  sourcePattern: 
"%GROUPROOT%/fuel/language/%CODE%/terminology/web/fuel-web-%CODE%_translatewiki.net.po"
-  definitionFile: 
"%GROUPROOT%/fuel/language/en/terminology/web/fuel-web-en.pot"
-
-MANGLER:
-  class: StringMatcher
-  patterns:
-- "*"
-  prefix: web-
diff --git a/repoconfig.commit.json b/repoconfig.commit.json
index 0c38236..a9b67e7 100644
--- a/repoconfig.commit.json
+++ b/repoconfig.commit.json
@@ -159,15 +159,6 @@
}
}
},
-   "fuel": {
-   "group": "out-fuel-*",
-   "repos": {
-   "fuel": {
-   "type": "git",
-   "url": 
"ssh://usern...@git.fedorahosted.org/git/fuel.git"
-   }
-   }
-   },
"gapfinder": {
"group": "gapfinder",
"repos": {
diff --git a/repoconfig.json b/repoconfig.json
index 645c581..abb2b38 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -159,15 +159,6 @@
}
}
},
-   "fuel": {
-   "group": "out-fuel-*",
-   "repos": {
-   "fuel": {
-   "type": "git",
-   "url": "git://git.fedorahosted.org/fuel.git"
-   }
-   }
-   },
"gapfinder": {
"group": "gapfinder",
"repos": {

-- 
To view, visit https://gerrit.wikimedia.org/r/354899
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6af2d597024614dfef2bc2bd2b4ac5c965fc24fd

[MediaWiki-commits] [Gerrit] translatewiki[master]: Update tags for Blockly

2017-05-21 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/354889 )

Change subject: Update tags for Blockly
..

Update tags for Blockly

Change-Id: If5568e7dce0cbfca2aa156ea5844b714b750cf8a
---
M groups/Blockly/Blockly.yaml
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/89/354889/1

diff --git a/groups/Blockly/Blockly.yaml b/groups/Blockly/Blockly.yaml
index 405a7dc..9fac45c 100644
--- a/groups/Blockly/Blockly.yaml
+++ b/groups/Blockly/Blockly.yaml
@@ -61,6 +61,7 @@
 - LISTS_ISEMPTY_HELPURL
 - LISTS_LENGTH_HELPURL
 - LISTS_REPEAT_HELPURL
+- LISTS_REVERSE_HELPURL
 - LISTS_SET_INDEX_HELPURL
 - LISTS SORT HELPURL
 - LISTS_SPLIT_HELPURL
@@ -94,6 +95,7 @@
 - TEXT_CHANGECASE_HELPURL
 - TEXT_CHARAT_HELPURL
 - TEXT_CHARAT_TAIL
+- TEXT_COUNT_HELPURL
 - TEXT_GET_SUBSTRING_HELPURL
 - TEXT_GET_SUBSTRING_TAIL
 - TEXT_INDEXOF_HELPURL
@@ -103,6 +105,8 @@
 - TEXT_LENGTH_HELPURL
 - TEXT_PRINT_HELPURL
 - TEXT_PROMPT_HELPURL
+- TEXT_REPLACE_HELPURL
+- TEXT_REVERSE_HELPURL
 - TEXT_TRIM_HELPURL
 - VARIABLES_GET_HELPURL
 - VARIABLES_GET_TAIL

-- 
To view, visit https://gerrit.wikimedia.org/r/354889
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If5568e7dce0cbfca2aa156ea5844b714b750cf8a
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] translatewiki[master]: Add support for Hakka in Traditional and Simplified Han script

2017-05-20 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/354691 )

Change subject: Add support for Hakka in Traditional and Simplified Han script
..

Add support for Hakka in Traditional and Simplified Han script

Per request at
https://translatewiki.net/wiki/Thread:Support/Request_for_enabling_new_variants_for_Hakka_language_(2)

Change-Id: I381a8be55228dada5bdb2a9d40a8265472619da9
---
M FallbackSettings.php
M LanguageSettings.php
2 files changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/91/354691/1

diff --git a/FallbackSettings.php b/FallbackSettings.php
index b20af4e..8774b0a 100644
--- a/FallbackSettings.php
+++ b/FallbackSettings.php
@@ -43,6 +43,8 @@
 $wgTranslateLanguageFallbacks['gcf'] = 'fr';
 $wgTranslateLanguageFallbacks['guc'] = 'es';
 $wgTranslateLanguageFallbacks['gor'] = [ 'id' ];
+$wgTranslateLanguageFallbacks['hak-hans'] = [ 'hak-hant', 'hak', 'zh-hans' ];
+$wgTranslateLanguageFallbacks['hak-hant'] = [ 'hak-hans', 'hak', 'zh-hant' ];
 $wgTranslateLanguageFallbacks['hi'] = 'mr'; # Siebrand 2008-03-25
 $wgTranslateLanguageFallbacks['hif-deva'] = 'hi'; # Siebrand 2008-02-12
 $wgTranslateLanguageFallbacks['hsn'] = 'zh-hans';
diff --git a/LanguageSettings.php b/LanguageSettings.php
index f6fe5f6..d0e1b5f 100644
--- a/LanguageSettings.php
+++ b/LanguageSettings.php
@@ -31,6 +31,8 @@
 $wgExtraLanguageNames['guc'] = 'Wayúu'; # Wayuu / Siebrand 2009-12-12
 $wgExtraLanguageNames['gum'] = 'Namtrik'; # Guambiano / Amir 2017-03-27
 $wgExtraLanguageNames['gur'] = 'Gurenɛ'; # Farefare / Siebrand 2011-01-27
+$wgExtraLanguageNames['hak-hans'] = '客家语(简体)'; # Hakka Chinese (Simplified Han 
script) / Siebrand 2017-05-20
+$wgExtraLanguageNames['hak-hant'] = '客家語(繁體)'; # Hakka Chinese (Traditional 
Han script) / Siebrand 2017-05-20
 $wgExtraLanguageNames['hif-deva'] = 'फ़ीजी हिन्दी'; # Fiji Hindi (Devangari 
script) / Siebrand 2010-08-26
 $wgExtraLanguageNames['hne'] = 'छत्तीसगढ़ी'; # Amir 2011-12-01
 $wgExtraLanguageNames['hsn'] = '湘语'; # Xiang Chinese / Siebrand 2011-04-06

-- 
To view, visit https://gerrit.wikimedia.org/r/354691
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I381a8be55228dada5bdb2a9d40a8265472619da9
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] translatewiki[master]: Add support for Nicaraguan Spanish

2017-05-20 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/354689 )

Change subject: Add support for Nicaraguan Spanish
..

Add support for Nicaraguan Spanish

Per request at
https://translatewiki.net/wiki/Thread:Support/espa%C3%B1ol_nicarag%C3%BCense

Change-Id: I5d61c8289335596f442429e7c4ccb28b45b9920e
---
M FallbackSettings.php
M LanguageSettings.php
2 files changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/89/354689/1

diff --git a/FallbackSettings.php b/FallbackSettings.php
index 18dabc1..b20af4e 100644
--- a/FallbackSettings.php
+++ b/FallbackSettings.php
@@ -33,6 +33,7 @@
 $wgTranslateLanguageFallbacks['egl'] = [ 'it', 'rgn' ];
 $wgTranslateLanguageFallbacks['es-formal'] = 'es';
 $wgTranslateLanguageFallbacks['es-mx'] = 'es';
+$wgTranslateLanguageFallbacks['es-ni'] = 'es'; # Siebrand 2017-05-20
 $wgTranslateLanguageFallbacks['et'] = 'fi';
 $wgTranslateLanguageFallbacks['fax'] = 'es';
 $wgTranslateLanguageFallbacks['fi'] = [ 'de', 'sv', 'et', 'vro' ];
diff --git a/LanguageSettings.php b/LanguageSettings.php
index 5689923..f6fe5f6 100644
--- a/LanguageSettings.php
+++ b/LanguageSettings.php
@@ -106,5 +106,6 @@
 $wgExtraLanguageNames['zgh'] = 'ⵜⴰⵎⴰⵣⵉⵖⵜ'; # Standard Moroccan Tamazight / 
Siebrand 2014-03-11
 $wgExtraLanguageNames['nl-be'] = 'nl-be'; # Nikerabbit 2008-xx-xx - For FreeCol
 $wgExtraLanguageNames['es-mx'] = 'español de México'; # Mexico; for iNaturalist
+$wgExtraLanguageNames['es-ni'] = 'español nicaragüense'; # Nicaraguan Spanish
 $wgExtraLanguageNames['qqq'] = 'Message documentation'; # No linguistic 
content. Used for documenting messages
 $wgExtraLanguageNames['ike'] = 'ᐃᓄᒃᑎᑐᑦ/inuktitut'; # Dummy to have portal 
appear in Special:SupportedLanguages

-- 
To view, visit https://gerrit.wikimedia.org/r/354689
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5d61c8289335596f442429e7c4ccb28b45b9920e
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] translatewiki[master]: Add support for Northern Thai

2017-05-20 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/354681 )

Change subject: Add support for Northern Thai
..

Add support for Northern Thai

Per request at
https://translatewiki.net/wiki/Thread:Support/New_localization_project_for_nod

Change-Id: Ia01893ceb014da66ef8f5a9c61e36b3228031273
---
M FallbackSettings.php
M LanguageSettings.php
2 files changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/81/354681/1

diff --git a/FallbackSettings.php b/FallbackSettings.php
index 218d6ce..18dabc1 100644
--- a/FallbackSettings.php
+++ b/FallbackSettings.php
@@ -88,6 +88,7 @@
 $wgTranslateLanguageFallbacks['nds'] = [ 'da', 'nl', 'nds-nl', 'pdt' ];
 $wgTranslateLanguageFallbacks['nds-nl'] = [ 'nds', 'pdt' ];
 $wgTranslateLanguageFallbacks['njo'] = [ 'as', 'hi' ];
+$wgTranslateLanguageFallbacks['nod'] = 'th'; # Siebrand 2017-05-20
 $wgTranslateLanguageFallbacks['nl-be'] = [ 'nl' ];
 $wgTranslateLanguageFallbacks['nl-informal'] = [ 'nl' ];
 $wgTranslateLanguageFallbacks['nn'] = [ 'nb', 'sv', 'da' ]; # Siebrand 
2008-02-18
diff --git a/LanguageSettings.php b/LanguageSettings.php
index e2ef200..5689923 100644
--- a/LanguageSettings.php
+++ b/LanguageSettings.php
@@ -59,6 +59,7 @@
 $wgExtraLanguageNames['mwv'] = 'Behase Mentawei'; # Mentawai / Siebrand 
2008-05-07
 $wgExtraLanguageNames['mww-latn'] = 'Hmoob Dawb'; # Hmong Daw / Siebrand 
2013-12-02
 $wgExtraLanguageNames['njo'] = 'Ao'; # Ao Naga
+$wgExtraLanguageNames['nod'] = 'คำเมือง'; # Northern Thai / Siebrand 2017-05-20
 $wgExtraLanguageNames['nqo'] = 'ߒߞߏ'; # N'Ko / Siebrand 2011-01-11
 $wgExtraLanguageNames['nys'] = 'Nyungar'; # Nyungar / Amir 2017-03-31
 $wgExtraLanguageNames['ovd'] = 'övdalsk'; # Övdalian / Siebrand 2017-05-20

-- 
To view, visit https://gerrit.wikimedia.org/r/354681
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia01893ceb014da66ef8f5a9c61e36b3228031273
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] translatewiki[master]: Add support for Boro (brx)

2017-05-20 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/354676 )

Change subject: Add support for Boro (brx)
..

Add support for Boro (brx)

Per request at
https://translatewiki.net/wiki/Thread:Support/I_want_to_enable_Bodo_language_on_translatewiki.net_by_the_help_of_support_page.

Change-Id: Ic743d0509b6ffe1edd331f0b0a23a402fae0f3bc
---
M LanguageSettings.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/76/354676/1

diff --git a/LanguageSettings.php b/LanguageSettings.php
index 3e18ca3..e2ef200 100644
--- a/LanguageSettings.php
+++ b/LanguageSettings.php
@@ -12,6 +12,7 @@
 $wgExtraLanguageNames['bew'] = 'Bahasa Betawi'; # Betawi / Siebrand 2008-07-13
 $wgExtraLanguageNames['bft'] = 'بلتی'; # Balti / Nikerabbit 2016-06-22
 $wgExtraLanguageNames['bfq'] = 'படகா'; # UBadaga / Siebrand 2009-11-19
+$wgExtraLanguageNames['brx'] = 'बर\''; # Boro / Siebrand 2017-05-20
 $wgExtraLanguageNames['ciw'] = 'Ojibwemowin'; # Chippewa / Siebrand 2014-03-21
 $wgExtraLanguageNames['cja-latn'] = 'Cham Gah Pai'; # Western Cham (Latin 
script) / 2015-06-XX
 $wgExtraLanguageNames['cjm-latn'] = 'Cham Gah Pur'; # Eastern Cham (Latin 
script) / Siebrand 2015-05-25

-- 
To view, visit https://gerrit.wikimedia.org/r/354676
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic743d0509b6ffe1edd331f0b0a23a402fae0f3bc
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] translatewiki[master]: Add support for Sakairi (skr-arab)

2017-05-20 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/354675 )

Change subject: Add support for Sakairi (skr-arab)
..

Add support for Sakairi (skr-arab)

Per request at
https://translatewiki.net/wiki/Thread:Support/Enable_saraiki_language

Change-Id: Ife2b594f0c4fc5cb44a79a2ed52b62427e504874
---
M FallbackSettings.php
M LanguageSettings.php
2 files changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/75/354675/1

diff --git a/FallbackSettings.php b/FallbackSettings.php
index 5b75b73..218d6ce 100644
--- a/FallbackSettings.php
+++ b/FallbackSettings.php
@@ -93,7 +93,7 @@
 $wgTranslateLanguageFallbacks['nn'] = [ 'nb', 'sv', 'da' ]; # Siebrand 
2008-02-18
 $wgTranslateLanguageFallbacks['nb'] = [ 'nn', 'da', 'sv' ]; # Siebrand 
2008-02-18
 $wgTranslateLanguageFallbacks['olo'] = [ 'ru' ]; # Mjbmr 2015-08-06
-$wgTranslateLanguageFallbacks['ovd'] = [ 'se' ]; # Mjbmr 2017-05-20
+$wgTranslateLanguageFallbacks['ovd'] = [ 'se' ]; # Siebrand 2017-05-20
 $wgTranslateLanguageFallbacks['pbb'] = [ 'es' ];
 $wgTranslateLanguageFallbacks['pdt'] = [ 'de' ];
 $wgTranslateLanguageFallbacks['ppl'] = [ 'es' ];
@@ -116,6 +116,7 @@
 $wgTranslateLanguageFallbacks['se'] = [ 'fi', 'sv', 'nb', 'sma' ];
 $wgTranslateLanguageFallbacks['shi'] = [ 'ar', 'fr' ]; # Robin 2011-09-27
 $wgTranslateLanguageFallbacks['shy-latn'] = [ 'fr' ];
+$wgTranslateLanguageFallbacks['skr-arab'] = [ 'ur', 'pnb' ]; # Siebrand 
2017-05-20
 $wgTranslateLanguageFallbacks['sli'] = [ 'pl', 'szl' ];
 $wgTranslateLanguageFallbacks['sly'] = [ 'id' ];
 $wgTranslateLanguageFallbacks['sma'] = [ 'sv', 'nb', 'se' ];
diff --git a/LanguageSettings.php b/LanguageSettings.php
index 44ffc85..3e18ca3 100644
--- a/LanguageSettings.php
+++ b/LanguageSettings.php
@@ -79,6 +79,7 @@
 $wgExtraLanguageNames['shn'] = 'လိၵ်ႈတႆး'; # Shan / Siebrand 2011-09-06
 $wgExtraLanguageNames['shy-latn'] = 'Tacawit'; # Tacawit (Latin script) / 
Siebrand 2015-05-25
 $wgExtraLanguageNames['slr'] = 'Salırça'; # Salar / Siebrand 2008-08-18
+$wgExtraLanguageNames['skr-arab'] = 'سرائیکی'; # Saraiki / Siebrand 2017-05-20
 $wgExtraLanguageNames['sly'] = 'Bahasa Selayar'; # A Selayar / Siebrand 
2012-01-09
 $wgExtraLanguageNames['smj'] = 'julevsámegiella'; # Lule Saami / Nikerabbit 
2016-06-22
 $wgExtraLanguageNames['smn'] = 'anarâškielâ'; # Inari Saami / Siebrand 
2014-10-06

-- 
To view, visit https://gerrit.wikimedia.org/r/354675
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ife2b594f0c4fc5cb44a79a2ed52b62427e504874
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] translatewiki[master]: Add support for Övdalian (ovd)

2017-05-20 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/354672 )

Change subject: Add support for Övdalian (ovd)
..

Add support for Övdalian (ovd)

Per request at
https://translatewiki.net/wiki/Thread:Support/Request_for_new_language:_Elfdalian_(ovd)

Change-Id: Idf331dafb47870274d3565d0d8af27205387efd6
---
M FallbackSettings.php
M LanguageSettings.php
2 files changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/72/354672/1

diff --git a/FallbackSettings.php b/FallbackSettings.php
index 5a5a924..5b75b73 100644
--- a/FallbackSettings.php
+++ b/FallbackSettings.php
@@ -93,6 +93,7 @@
 $wgTranslateLanguageFallbacks['nn'] = [ 'nb', 'sv', 'da' ]; # Siebrand 
2008-02-18
 $wgTranslateLanguageFallbacks['nb'] = [ 'nn', 'da', 'sv' ]; # Siebrand 
2008-02-18
 $wgTranslateLanguageFallbacks['olo'] = [ 'ru' ]; # Mjbmr 2015-08-06
+$wgTranslateLanguageFallbacks['ovd'] = [ 'se' ]; # Mjbmr 2017-05-20
 $wgTranslateLanguageFallbacks['pbb'] = [ 'es' ];
 $wgTranslateLanguageFallbacks['pdt'] = [ 'de' ];
 $wgTranslateLanguageFallbacks['ppl'] = [ 'es' ];
diff --git a/LanguageSettings.php b/LanguageSettings.php
index eea6133..44ffc85 100644
--- a/LanguageSettings.php
+++ b/LanguageSettings.php
@@ -60,6 +60,7 @@
 $wgExtraLanguageNames['njo'] = 'Ao'; # Ao Naga
 $wgExtraLanguageNames['nqo'] = 'ߒߞߏ'; # N'Ko / Siebrand 2011-01-11
 $wgExtraLanguageNames['nys'] = 'Nyungar'; # Nyungar / Amir 2017-03-31
+$wgExtraLanguageNames['ovd'] = 'övdalsk'; # Övdalian / Siebrand 2017-05-20
 $wgExtraLanguageNames['pbb'] = 'Nasa Yuwe'; # Páez / Siebrand 2013-08-08
 $wgExtraLanguageNames['pis'] = 'Pijin'; # Pijin / Siebrand 2011-08-25
 $wgExtraLanguageNames['pko'] = 'Pökoot'; # Pökoot

-- 
To view, visit https://gerrit.wikimedia.org/r/354672
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idf331dafb47870274d3565d0d8af27205387efd6
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] translatewiki[master]: Remove project Europeana

2017-05-16 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/354016 )

Change subject: Remove project Europeana
..

Remove project Europeana

Per Ad Pollé, Collections Manager Europeana, Senior UGC Projects Coordinator:
"This is to let you know that the Europeana 1914-1918 platform will be migrated
to the Europeana Collections platform. This also means that we will not make use
any longer of translatewiki.net for our translation procedure. We will therefore
proceed by undoing all connections to this activity and site.

We would like to thank you and all translators for the help and work carried out
in this process which helped to make our project more successful."

Change-Id: Ifffc1f12f8f91084b056e537a114d9fb1cd386ce
---
M TranslateSettings.php
M bin/EXTERNAL-PROJECTS
M bin/REPONG-PROJECTS
M bin/autosync.sh
M bin/nike-export-all
D groups/Europeana/Checker.php
D groups/Europeana/Europeana.yaml
D groups/Europeana/Suggester.php
M repoconfig.commit.json
M repoconfig.json
10 files changed, 2 insertions(+), 512 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/16/354016/1

diff --git a/TranslateSettings.php b/TranslateSettings.php
index 08803cc..8a83025 100644
--- a/TranslateSettings.php
+++ b/TranslateSettings.php
@@ -331,12 +331,8 @@
 # No longer in use.
 wfAddNamespace( 1234, 'OpenImages' );
 
+# No longer in use.
 wfAddNamespace( 1236, 'Europeana' );
-$wgTranslateGroupFiles[] = "$GROUPS/Europeana/Europeana.yaml";
-$wgTranslateSupportUrlNamespace[NS_EUROPEANA] = [
-   'page' => 'Translating_talk:Europeana',
-   'params' => $lqtParams,
-];
 
 wfAddNamespace( 1238, 'Pywikibot' );
 $wgTranslateGroupFiles[] = "$GROUPS/Pywikibot/Pywikibot.yaml";
diff --git a/bin/EXTERNAL-PROJECTS b/bin/EXTERNAL-PROJECTS
index 0e364f7..5acf7c0 100644
--- a/bin/EXTERNAL-PROJECTS
+++ b/bin/EXTERNAL-PROJECTS
@@ -7,7 +7,6 @@
 entryscape
 eol
 etherpad-lite
-europeana
 freecol
 fudforum
 gapfinder
diff --git a/bin/REPONG-PROJECTS b/bin/REPONG-PROJECTS
index 4af13be..99ad736 100644
--- a/bin/REPONG-PROJECTS
+++ b/bin/REPONG-PROJECTS
@@ -7,7 +7,6 @@
 eol
 entryscape
 etherpad-lite
-europeana
 freecol
 fuel
 gapfinder
diff --git a/bin/autosync.sh b/bin/autosync.sh
index e107921..7a83dd7 100755
--- a/bin/autosync.sh
+++ b/bin/autosync.sh
@@ -8,5 +8,5 @@
 cat "$DIRSCRIPT/EXTERNAL-PROJECTS" | xargs -n1 -P2 "$DIRSCRIPT/repo" update
 
 php 
/srv/mediawiki/targets/production/extensions/Translate/scripts/processMessageChanges.php
 \
-   --safe-import --group=* --skipgroup=ext-*,core,mediawiki*,out-europeana 
\
+   --safe-import --group=* --skipgroup=ext-*,core,mediawiki* \
| xargs -l "$DIRSCRIPT/udpcast" || "$DIRSCRIPT/udpcast" "Fatal error!"
diff --git a/bin/nike-export-all b/bin/nike-export-all
index b66491d..23bdd30 100755
--- a/bin/nike-export-all
+++ b/bin/nike-export-all
@@ -19,7 +19,6 @@
 entryscape
 eol
 etherpad-lite
-europeana
 freecol
 fudforum
 gapfinder
diff --git a/groups/Europeana/Checker.php b/groups/Europeana/Checker.php
deleted file mode 100644
index 53391b5..000
--- a/groups/Europeana/Checker.php
+++ /dev/null
@@ -1,27 +0,0 @@
-http://www.gnu.org/copyleft/gpl.html GNU General Public License 
2.0 or later
- */
-
-/**
- * Message checks for EOL
- *
- * @ingroup MessageCheckers
- */
-class EuropeanaMessageChecker extends MessageChecker {
-   /**
-* Checks for missing and unknown variables in translations.
-*
-* @param $messages \array Iterable list of TMessage objects.
-* @param $code \string Language code of the translations.
-* @param $warnings \array Array where warnings are appended to.
-*/
-   protected function EuropeanaVariablesCheck( $messages, $code, 
&$warnings ) {
-   return parent::parameterCheck( $messages, $code, $warnings, 
'/%{[a-zA-Z_]+}/' );
-   }
-}
diff --git a/groups/Europeana/Europeana.yaml b/groups/Europeana/Europeana.yaml
deleted file mode 100644
index 3282fe3..000
--- a/groups/Europeana/Europeana.yaml
+++ /dev/null
@@ -1,435 +0,0 @@
-BASIC:
-  id: out-europeana
-  label: Europeana 1914-1918
-  icon: wiki://Europeana.jpg
-  namespace: NS_EUROPEANA
-  class: FileBasedMessageGroup
-  description: "{{Special:MyLanguage/Translations:Group 
descriptions/europeana/en}}"
-
-FILES:
-  sourcePattern: "%GROUPROOT%/europeana/config/locales/%CODE%.yml"
-  class: YamlFFS
-  parseCLDRPlurals: true
-  codeAsRoot: true
-  codeMap:
-be-tarask: be-Tarask
-en-gb: en-GB
-es-mx: es-MX
-ku-latn: ku-Latn
-pt-br: pt-BR
-pt: pt-PT
-sr-ec: sr
-sr-el: sr-Latn
-tt-cyrl: tt
-zh-hans: zh-CN
-zh-hant: zh-TW
-
-TAGS:
-  optional:
-- date.abbr_month_names.0
-- date.month_names.0
-- formtastic.labels.taxonomy_term.collection_day.*
-- number.currency.format.significant
-- number.currency.format.strip_insignificant_zeros
-- number.format.significant

[MediaWiki-commits] [Gerrit] translatewiki[master]: Update blacklist for blockly

2017-02-24 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/339615 )

Change subject: Update blacklist for blockly
..

Update blacklist for blockly

Change-Id: I2fd29436956c31887614a22d17cedf6a3efcea19
---
M groups/check-blacklist.php
1 file changed, 8 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/15/339615/1

diff --git a/groups/check-blacklist.php b/groups/check-blacklist.php
index ae628dd..0087859 100644
--- a/groups/check-blacklist.php
+++ b/groups/check-blacklist.php
@@ -565,6 +565,14 @@
]
],
[
+   'group' => 'out-blockly-core',
+   'check' => 'variable',
+   'message' => [
+   'PROCEDURES_CALLNORETURN_HELPURL', // Has URL encoded 
%2 in message
+   'PROCEDURES_CALLRETURN_HELPURL', // Has URL encoded %2 
in message
+   ]
+   ],
+   [
'group' => 'out-fudforum',
'check' => 'variable',
'message' => [

-- 
To view, visit https://gerrit.wikimedia.org/r/339615
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2fd29436956c31887614a22d17cedf6a3efcea19
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] translatewiki[master]: Update host names in for puppet

2017-02-23 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/339604 )

Change subject: Update host names in for puppet
..

Update host names in for puppet

Change-Id: Id20484f564fd9241ae78248cb28c9805cd8db31e
---
M puppet/site.pp
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/04/339604/1

diff --git a/puppet/site.pp b/puppet/site.pp
index b6f889e..fd9d04e 100644
--- a/puppet/site.pp
+++ b/puppet/site.pp
@@ -5,7 +5,7 @@
 }
 
 # web1 / Primary web server
-node 'translatewiki.net' {
+node 'web1.translatewiki.net' {
   include base
   include puppet
   include sshd
@@ -42,7 +42,7 @@
 }
 
 # es / Elastic Search
-node 'v220150764426371.yourvserver.net' {
+node 'es.translatewiki.net' {
   include base
   include puppet
   include sshd

-- 
To view, visit https://gerrit.wikimedia.org/r/339604
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id20484f564fd9241ae78248cb28c9805cd8db31e
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] translatewiki[master]: Add module to set hostname for translatewiki.net servers

2017-02-23 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/339470 )

Change subject: Add module to set hostname for translatewiki.net servers
..

Add module to set hostname for translatewiki.net servers

vServers have fixed IP addresses, so we can switch based on that.

Change-Id: I8c670f1474c53a3b49336e1a8eda11d5db79cde5
---
A puppet/modules/hostname/manifests/init.pp
M puppet/site.pp
2 files changed, 21 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/70/339470/1

diff --git a/puppet/modules/hostname/manifests/init.pp 
b/puppet/modules/hostname/manifests/init.pp
new file mode 100644
index 000..a01a9af
--- /dev/null
+++ b/puppet/modules/hostname/manifests/init.pp
@@ -0,0 +1,20 @@
+# = Class: hostname
+#
+# Provides hostname
+#
+class hostname {
+  package { 'libnss-myhostname':
+ensure => present,
+  }
+
+  case $ipaddress {
+'37.120.188.137': { $twnHostname = 'web1.translatewiki.net' }
+'37.120.188.139': { $twnHostname = 'es.translatewiki.net' }
+default: { $twnHostname = 'unknown.tranlatewiki.net' }
+  }
+
+  file { '/etc/hostname':
+ensure  => file,
+content => $twnHostname,
+  }
+}
diff --git a/puppet/site.pp b/puppet/site.pp
index 2842c09..b6f889e 100644
--- a/puppet/site.pp
+++ b/puppet/site.pp
@@ -11,6 +11,7 @@
   include sshd
   include sudo
   include users
+  include hostname
 
   include awstats
   include base::web1

-- 
To view, visit https://gerrit.wikimedia.org/r/339470
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8c670f1474c53a3b49336e1a8eda11d5db79cde5
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] translatewiki[master]: Remove use of slow query log

2017-02-23 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/339406 )

Change subject: Remove use of slow query log
..

Remove use of slow query log

Change-Id: I5b20c5493a8eec5dfa236d5f5c52e4faf8ea4b01
---
M puppet/modules/mariadb/manifests/init.pp
1 file changed, 0 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/06/339406/1

diff --git a/puppet/modules/mariadb/manifests/init.pp 
b/puppet/modules/mariadb/manifests/init.pp
index 42979a6..23f477e 100644
--- a/puppet/modules/mariadb/manifests/init.pp
+++ b/puppet/modules/mariadb/manifests/init.pp
@@ -16,8 +16,6 @@
 innodb_log_file_size=> '500M',
 thread_pool_size=> '16',
 key_buffer_size => '16M',
-log_slow_queries=> '/var/log/mysql/mysql-slow.log',
-long_query_time => '60',
 query_cache_size=> '0',
 query_cache_type=> '0',
 ssl => '0',

-- 
To view, visit https://gerrit.wikimedia.org/r/339406
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5b20c5493a8eec5dfa236d5f5c52e4faf8ea4b01
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] translatewiki[master]: Update Java module to support Ubuntu 16.04 support

2017-02-23 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/339401 )

Change subject: Update Java module to support Ubuntu 16.04 support
..

Update Java module to support Ubuntu 16.04 support

Change-Id: Ie5daf9feec4eb4ea48f4a8990d6621f026c74f70
---
M puppet/modules/java
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/01/339401/1

diff --git a/puppet/modules/java b/puppet/modules/java
index 9d43ed0..6605e34 16
--- a/puppet/modules/java
+++ b/puppet/modules/java
@@ -1 +1 @@
-Subproject commit 9d43ed058eaa3fddcbcb5857d6105d420b735c01
+Subproject commit 6605e34d71a3ddcd7da47eb462de94da4ab078b7

-- 
To view, visit https://gerrit.wikimedia.org/r/339401
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie5daf9feec4eb4ea48f4a8990d6621f026c74f70
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] translatewiki[master]: Sync commit and non-commit repoconfig files

2017-01-26 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/334380 )

Change subject: Sync commit and non-commit repoconfig files
..

Sync commit and non-commit repoconfig files

These features are not relevant for the read-only copies, but it keeps the
differences to a minimum.

Change-Id: I403f187de81369dae4efbe9eb4fe3e2eb984f8f4
---
M repoconfig.json
1 file changed, 6 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/80/334380/1

diff --git a/repoconfig.json b/repoconfig.json
index d18c8f8..593dd03 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -35,6 +35,7 @@
},
"commons-android": {
"group": "commons-android-*",
+   "no-export-languages": "ksh,zh",
"repos": {
"commons-android": {
"type": "github",
@@ -81,6 +82,7 @@
},
"int-dcatap": {
"group": "int-dcatap",
+   "no-export-languages": 
"ady,aeb,bbc,be-x-old,crh,dk,en,fiu-vro,gan,gom,got,hif,iu,kbd,kk,kk-cn,kk-kz,kk-tr,ko-kp,ku,ku-arab,no,ruq,simple,sr,test,tg,tp,tt,ug,zh,zh-classical,zh-cn,zh-hk,zh-min-nan,zh-mo,zh-my,zh-sg,zh-tw,zh-yue",
"repos": {
"int-dcatap": {
"type": "wmgerrit",
@@ -261,6 +263,9 @@
"repos": {
"mantis": {
"type": "github",
+   "options": [
+   "codemaponly"
+   ],
"url": 
"https://github.com/mantisbt/mantisbt.git;
}
}
@@ -555,6 +560,7 @@
"wikipedia-android": {
"type": "wmgerrit",
"url": 
"https://gerrit.wikimedia.org/r/apps/android/wikipedia;
+   "auto-merge": false
}
}
},

-- 
To view, visit https://gerrit.wikimedia.org/r/334380
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I403f187de81369dae4efbe9eb4fe3e2eb984f8f4
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] translatewiki[master]: No @translatewiki for int-refill, mathjax, mifos and vicuna

2017-01-26 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/334379 )

Change subject: No @translatewiki for int-refill, mathjax, mifos and vicuna
..

No @translatewiki for int-refill, mathjax, mifos and vicuna

We don't have access with the @translatewiki account yet.

Change-Id: I5dc755b684a7943afe8fb7236ddbb8f6a4fc6671
---
M repoconfig.commit.json
M repoconfig.json
2 files changed, 8 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/79/334379/1

diff --git a/repoconfig.commit.json b/repoconfig.commit.json
index 7c83a99..49ec984 100644
--- a/repoconfig.commit.json
+++ b/repoconfig.commit.json
@@ -122,7 +122,7 @@
"group": "int-refill",
"repos": {
"int-refill": {
-   "type": "github",
+   "type": "git",
"url": "g...@github.com:zhaofengli/refill.git"
}
}
@@ -274,7 +274,7 @@
"group": "out-mathjax-*",
"repos": {
"mathjax": {
-   "type": "github",
+   "type": "git",
"url": 
"g...@github.com:mathjax/MathJax-i18n.git"
}
}
@@ -297,7 +297,7 @@
"export-threshold": 20,
"repos": {
"mifos": {
-   "type": "github",
+   "type": "git",
"branch": "develop",
"url": 
"https://github.com/openMF/community-app.git;
}
@@ -359,7 +359,7 @@
"group": "out-vicuna",
"repos": {
"vicuna": {
-   "type": "github",
+   "type": "git",
"url": "g...@github.com:yarl/vicuna.git"
}
}
diff --git a/repoconfig.json b/repoconfig.json
index 85526c1..d18c8f8 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -120,7 +120,7 @@
"group": "int-refill",
"repos": {
"int-refill": {
-   "type": "github",
+   "type": "git",
"url": 
"https://github.com/zhaofengli/refill.git;
}
}
@@ -269,7 +269,7 @@
"group": "out-mathjax-*",
"repos": {
"mathjax": {
-   "type": "github",
+   "type": "git",
"url": 
"https://github.com/mathjax/MathJax-i18n.git;
}
}
@@ -292,7 +292,7 @@
"export-threshold": 20,
"repos": {
"mifos": {
-   "type": "github",
+   "type": "git",
"branch": "develop",
"url": 
"g...@github.com:openMF/community-app.git"
}
@@ -354,7 +354,7 @@
"group": "out-vicuna",
"repos": {
"vicuna": {
-   "type": "github",
+   "type": "git",
"url": "https://github.com/yarl/vicuna.git;
}
}

-- 
To view, visit https://gerrit.wikimedia.org/r/334379
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5dc755b684a7943afe8fb7236ddbb8f6a4fc6671
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] translatewiki[master]: Set type for codev to github

2017-01-26 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/334377 )

Change subject: Set type for codev to github
..

Set type for codev to github

@translatewiki has access to mantisbt-plugins.

Change-Id: Ie4c338e148313d50251ddd8a27dc597c36ee07c1
---
M repoconfig.commit.json
M repoconfig.json
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/77/334377/1

diff --git a/repoconfig.commit.json b/repoconfig.commit.json
index 23d97bc..7c83a99 100644
--- a/repoconfig.commit.json
+++ b/repoconfig.commit.json
@@ -28,7 +28,7 @@
"group": "codev",
"repos": {
"codev": {
-   "type": "git",
+   "type": "github",
"url": 
"g...@github.com:mantisbt-plugins/codev.git"
}
}
diff --git a/repoconfig.json b/repoconfig.json
index 086f129..85526c1 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -28,7 +28,7 @@
"group": "codev",
"repos": {
"codev": {
-   "type": "git",
+   "type": "github",
"url": 
"https://github.com/mantisbt-plugins/codev.git;
}
}

-- 
To view, visit https://gerrit.wikimedia.org/r/334377
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie4c338e148313d50251ddd8a27dc597c36ee07c1
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] translatewiki[master]: Migrate osm to repong

2017-01-26 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/334346 )

Change subject: Migrate osm to repong
..

Migrate osm to repong

Change-Id: I2597ddc5a4d5349dca1be6962332a1321e26c63e
---
M REPOCONF
M REPOCONF.commit
M bin/REPONG-PROJECTS
M bin/repocommit
M bin/repoexport
M bin/repoupdate
M repoconfig.commit.json
M repoconfig.json
8 files changed, 30 insertions(+), 31 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/46/334346/1

diff --git a/REPOCONF b/REPOCONF
index 5a0849e..40953b7 100644
--- a/REPOCONF
+++ b/REPOCONF
@@ -9,5 +9,3 @@
 REPO_IHRIS_BRANCH="4.2-dev"
 REPO_IHRIS_MODULES="i2ce ihris-common ihris-manage ihris-qualify ihris-train"
 REPO_NOCC=https://svn.code.sf.net/p/nocc/code/trunk
-REPO_OSM=git://git.openstreetmap.org/rails.git
-REPO_POTLATCH2=https://github.com/systemed/potlatch2.git
diff --git a/REPOCONF.commit b/REPOCONF.commit
index 9511795..8ebca3b 100644
--- a/REPOCONF.commit
+++ b/REPOCONF.commit
@@ -18,5 +18,4 @@
 REPO_IHRIS_BRANCH="4.2"
 REPO_IHRIS_MODULES="i2ce ihris-common ihris-manage ihris-qualify ihris-train"
 REPO_NOCC=svn+ssh://${THISUSER}@svn.code.sf.net/p/nocc/code/trunk
-REPO_OSM=ssh://translatew...@git.openstreetmap.org/var/lib/git/rails.git
-REPO_POTLATCH2=g...@github.com:systemed/potlatch2.git
+
diff --git a/bin/REPONG-PROJECTS b/bin/REPONG-PROJECTS
index a67df2b..06a7adc 100644
--- a/bin/REPONG-PROJECTS
+++ b/bin/REPONG-PROJECTS
@@ -31,6 +31,7 @@
 mwgithub
 nfcring-control
 oppia
+osm
 pageviews
 pywikibot
 vicuna
diff --git a/bin/repocommit b/bin/repocommit
index 70b0ed5..7e3a73c 100755
--- a/bin/repocommit
+++ b/bin/repocommit
@@ -27,24 +27,6 @@
git commit -q -m "$COMMITMSG" && git review -r origin -t l10n || :
 }
 
-# TODO: Move to separate file?
-GITPROJECTS="\
-osm"
-
-for i in $GITPROJECTS; do
-   if [ "$i" = "$PROJECT" ]
-   then
-   gitCommit "$DIR/$PROJECT"
-
-   if [ "$PROJECT" = "osm" ]
-   then
-   gitCommit "$DIR/potlatch2"
-   fi
-
-   exit 0
-   fi
-done
-
 REPONG=$(cat "$DIRSCRIPT/REPONG-PROJECTS");
 for i in $REPONG; do
if [ "$i" = "$PROJECT" ]
diff --git a/bin/repoexport b/bin/repoexport
index 8595cc2..33075c6 100755
--- a/bin/repoexport
+++ b/bin/repoexport
@@ -62,10 +62,6 @@
php "$EXPORTER" --target . --group=out-nocc-* --lang='*' --skip en,qqq 
$THRESHOLD
php "$EXPORTER" --target . --group=out-nocc-* --lang qqq
 
-elif [ "$PROJECT" = "osm" ]
-then
-   php "$EXPORTER" --target . --group=out-osm-* --lang='*' --skip en,qqq 
$THRESHOLD
-
 else
echo "`basename $0`: Unknown project"
exit 1
diff --git a/bin/repoupdate b/bin/repoupdate
index 7a92397..40fa196 100755
--- a/bin/repoupdate
+++ b/bin/repoupdate
@@ -79,11 +79,6 @@
 then
svn up -q "$PROJECT"
 
-elif [ "$PROJECT" = "osm" ]
-then
-   doUpdate "$PROJECT" "$CLUPDATE"
-   doUpdate "potlatch2" "$CLUPDATE"
-
 else
echo "$(basename "$0"): Unknown project"
exit 1
diff --git a/repoconfig.commit.json b/repoconfig.commit.json
index 92ac5c9..23d97bc 100644
--- a/repoconfig.commit.json
+++ b/repoconfig.commit.json
@@ -322,6 +322,20 @@
}
}
},
+   "osm": {
+   "no-export-languages": "en,qqq",
+   "group": "out-osm-*",
+   "repos": {
+   "osm": {
+   "type": "git",
+   "url": 
"ssh://translatew...@git.openstreetmap.org/var/lib/git/rails.git"
+   },
+   "potlatch2": {
+   "type": "github",
+   "url": "g...@github.com:systemed/potlatch2.git"
+   }
+   }
+   },
"pageviews": {
"group": "pageviews",
"repos": {
diff --git a/repoconfig.json b/repoconfig.json
index a95c879..086f129 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -317,6 +317,20 @@
}
}
},
+   "osm": {
+   "no-export-languages": "en,qqq",
+   "group": "out-osm-*",
+   "repos": {
+   "osm": {
+   "type": "git",
+   "url": "git://git.openstreetmap.org/rails.git"
+   },
+   "potlatch2": {
+   "type": "github",
+   "url": 
"https://github.com/systemed/potlatch2.git;
+   }
+   }
+   },
"pageviews": {
"group": "pageviews",
"repos": {

-- 
To view, visit https://gerrit.wikimedia.org/r/334346
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange

[MediaWiki-commits] [Gerrit] translatewiki[master]: Migrate waymarked-trails-site to repong

2017-01-26 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/334341 )

Change subject: Migrate waymarked-trails-site to repong
..

Migrate waymarked-trails-site to repong

Change-Id: I588aa5e909abf63281c4a722129b6e51379d67d9
---
M REPOCONF
M REPOCONF.commit
M bin/REPONG-PROJECTS
M bin/repocommit
M bin/repoexport
M bin/repoupdate
M groups/OpenStreetMap/WaymarkedTrails.yaml
M repoconfig.commit.json
M repoconfig.json
9 files changed, 20 insertions(+), 23 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/41/334341/1

diff --git a/REPOCONF b/REPOCONF
index ab8e37d..5a0849e 100644
--- a/REPOCONF
+++ b/REPOCONF
@@ -11,4 +11,3 @@
 REPO_NOCC=https://svn.code.sf.net/p/nocc/code/trunk
 REPO_OSM=git://git.openstreetmap.org/rails.git
 REPO_POTLATCH2=https://github.com/systemed/potlatch2.git
-REPO_WAYMARKEDTRAILSSITE=https://github.com/lonvia/waymarked-trails-site.git
diff --git a/REPOCONF.commit b/REPOCONF.commit
index 2a566ef..9511795 100644
--- a/REPOCONF.commit
+++ b/REPOCONF.commit
@@ -20,4 +20,3 @@
 REPO_NOCC=svn+ssh://${THISUSER}@svn.code.sf.net/p/nocc/code/trunk
 REPO_OSM=ssh://translatew...@git.openstreetmap.org/var/lib/git/rails.git
 REPO_POTLATCH2=g...@github.com:systemed/potlatch2.git
-REPO_WAYMARKEDTRAILSSITE=g...@github.com:lonvia/waymarked-trails-site.git
diff --git a/bin/REPONG-PROJECTS b/bin/REPONG-PROJECTS
index de35737..a67df2b 100644
--- a/bin/REPONG-PROJECTS
+++ b/bin/REPONG-PROJECTS
@@ -35,6 +35,7 @@
 pywikibot
 vicuna
 video2commons
+waymarked-trails-site
 wiki-ai
 wikiblame
 wikidata
diff --git a/bin/repocommit b/bin/repocommit
index 74bd89d..70b0ed5 100755
--- a/bin/repocommit
+++ b/bin/repocommit
@@ -29,8 +29,7 @@
 
 # TODO: Move to separate file?
 GITPROJECTS="\
-osm \
-waymarked-trails-site"
+osm"
 
 for i in $GITPROJECTS; do
if [ "$i" = "$PROJECT" ]
diff --git a/bin/repoexport b/bin/repoexport
index 171acec..8595cc2 100755
--- a/bin/repoexport
+++ b/bin/repoexport
@@ -66,13 +66,6 @@
 then
php "$EXPORTER" --target . --group=out-osm-* --lang='*' --skip en,qqq 
$THRESHOLD
 
-elif [ "$PROJECT" = "waymarked-trails-site" ]
-then
-   php "$EXPORTER" --target . --group=out-waymarked-trails --lang='*' 
--skip en,qqq,no --threshold 75 $HOURS
-   php "$EXPORTER" --target . --group=out-waymarked-trails --lang qqq 
$HOURS
-   php "$EXPORTER" --target . --group=out-waymarked-trails-help --lang='*' 
--skip en,qqq,no $THRESHOLD $HOURS
-   php "$EXPORTER" --target . --group=out-waymarked-trails-help --lang qqq 
$HOURS
-
 else
echo "`basename $0`: Unknown project"
exit 1
diff --git a/bin/repoupdate b/bin/repoupdate
index 5b7def6..7a92397 100755
--- a/bin/repoupdate
+++ b/bin/repoupdate
@@ -44,17 +44,6 @@
 else CLUPDATE_GERRIT="$DIRSCRIPT/clupdate-git-repo";
 fi
 
-GITCLUPDATE="\
-waymarked-trails-site"
-
-for i in $GITCLUPDATE; do
-   if [ "$i" = "$PROJECT" ]
-   then
-   doUpdate "$PROJECT" "$CLUPDATE"
-   exit 0
-   fi
-done
-
 REPONG=$(cat "$DIRSCRIPT/REPONG-PROJECTS");
 for i in $REPONG; do
if [ "$i" = "$PROJECT" ]
diff --git a/groups/OpenStreetMap/WaymarkedTrails.yaml 
b/groups/OpenStreetMap/WaymarkedTrails.yaml
index 2278cb0..0157699 100644
--- a/groups/OpenStreetMap/WaymarkedTrails.yaml
+++ b/groups/OpenStreetMap/WaymarkedTrails.yaml
@@ -67,4 +67,3 @@
   class: YamlFFS
   sourcePattern: 
"%GROUPROOT%/waymarked-trails-site/django/locale/%CODE%/helppages.yaml"
   definitionFile: 
"%GROUPROOT%/waymarked-trails-site/django/locale/qot/helppages.yaml"
-
diff --git a/repoconfig.commit.json b/repoconfig.commit.json
index 0e20d1f..92ac5c9 100644
--- a/repoconfig.commit.json
+++ b/repoconfig.commit.json
@@ -499,6 +499,15 @@
}
}
},
+   "waymarked-trails-site": {
+   "group": "out-waymarked-trails*",
+   "repos": {
+   "waymarked-trails-site": {
+   "type": "github",
+   "url": 
"g...@github.com:lonvia/waymarked-trails-site.git"
+   }
+   }
+   },
"wiki-ai": {
"group": "wiki-ai-*",
"repos": {
diff --git a/repoconfig.json b/repoconfig.json
index 03d9e62..a95c879 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -494,6 +494,15 @@
}
}
},
+   "waymarked-trails-site": {
+   "group": "out-waymarked-trails*",
+   "repos": {
+   "waymarked-trails-site": {
+   "type": "github",
+   "url": 
"https://github.com/lonvia/waymarked-trails-site.git;
+   }
+   }
+   },
"wiki-ai": {
"group": "wiki-ai-*",
"repos": {

-- 
To view, visit 

[MediaWiki-commits] [Gerrit] translatewiki[master]: Remove forgotten int-refill artefact

2017-01-26 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/334338 )

Change subject: Remove forgotten int-refill artefact
..

Remove forgotten int-refill artefact

Change-Id: I1dd7206c733b0e0e63c7c2ad00c214928d130dd5
---
M bin/repoupdate
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/38/334338/1

diff --git a/bin/repoupdate b/bin/repoupdate
index b6153bb..5b7def6 100755
--- a/bin/repoupdate
+++ b/bin/repoupdate
@@ -45,7 +45,6 @@
 fi
 
 GITCLUPDATE="\
-int-refill \
 waymarked-trails-site"
 
 for i in $GITCLUPDATE; do

-- 
To view, visit https://gerrit.wikimedia.org/r/334338
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1dd7206c733b0e0e63c7c2ad00c214928d130dd5
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] translatewiki[master]: Migrate in-refill to repong

2017-01-26 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/334334 )

Change subject: Migrate in-refill to repong
..

Migrate in-refill to repong

Change-Id: I3d0b4572f8c750e05cb49f4a9a03c5b2f25fea55
---
M REPOCONF
M REPOCONF.commit
M bin/REPONG-PROJECTS
M bin/repocommit
M bin/repoexport
M repoconfig.commit.json
M repoconfig.json
7 files changed, 19 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/34/334334/1

diff --git a/REPOCONF b/REPOCONF
index bb734cb..ab8e37d 100644
--- a/REPOCONF
+++ b/REPOCONF
@@ -8,7 +8,6 @@
 REPO_IHRIS=http://bazaar.launchpad.net/~intrahealth%2Binformatics
 REPO_IHRIS_BRANCH="4.2-dev"
 REPO_IHRIS_MODULES="i2ce ihris-common ihris-manage ihris-qualify ihris-train"
-REPO_INTREFILL=https://github.com/zhaofengli/refill.git
 REPO_NOCC=https://svn.code.sf.net/p/nocc/code/trunk
 REPO_OSM=git://git.openstreetmap.org/rails.git
 REPO_POTLATCH2=https://github.com/systemed/potlatch2.git
diff --git a/REPOCONF.commit b/REPOCONF.commit
index a9808ea..2a566ef 100644
--- a/REPOCONF.commit
+++ b/REPOCONF.commit
@@ -17,7 +17,6 @@
 REPO_IHRIS=http://bazaar.launchpad.net/~intrahealth%2Binformatics
 REPO_IHRIS_BRANCH="4.2"
 REPO_IHRIS_MODULES="i2ce ihris-common ihris-manage ihris-qualify ihris-train"
-REPO_INTREFILL=g...@github.com:zhaofengli/refill.git
 REPO_NOCC=svn+ssh://${THISUSER}@svn.code.sf.net/p/nocc/code/trunk
 REPO_OSM=ssh://translatew...@git.openstreetmap.org/var/lib/git/rails.git
 REPO_POTLATCH2=g...@github.com:systemed/potlatch2.git
diff --git a/bin/REPONG-PROJECTS b/bin/REPONG-PROJECTS
index c8b7969..de35737 100644
--- a/bin/REPONG-PROJECTS
+++ b/bin/REPONG-PROJECTS
@@ -19,6 +19,7 @@
 int-heritage
 int-orphantalk
 int-raun
+int-refill
 jquery.uls
 kiwix
 lib.reviews
diff --git a/bin/repocommit b/bin/repocommit
index 3ce3859..74bd89d 100755
--- a/bin/repocommit
+++ b/bin/repocommit
@@ -29,7 +29,6 @@
 
 # TODO: Move to separate file?
 GITPROJECTS="\
-int-refill \
 osm \
 waymarked-trails-site"
 
diff --git a/bin/repoexport b/bin/repoexport
index 6e22c6c..171acec 100755
--- a/bin/repoexport
+++ b/bin/repoexport
@@ -35,11 +35,6 @@
 then
php "$EXPORTER" --target . --group=out-ihris* --lang='*' --skip en,qqq 
$THRESHOLD --ppgettext=/resources/projects
 
-elif [ "$PROJECT" = "int-refill" ]
-then
-   php "$EXPORTER" --target . --group=int-refill --lang='*' --skip en 
$HOURS
-   php "$EXPORTER" --target . --group=int-refill --lang qqq
-
 elif [ "$PROJECT" = "mediawiki-extensions" ]
 then
 #  php "$WIKI/extensions/Translate/scripts/magic-export.php" --target 
mediawiki-extensions/extensions/ --type=magic --quiet &
diff --git a/repoconfig.commit.json b/repoconfig.commit.json
index d2be1dc..0e20d1f 100644
--- a/repoconfig.commit.json
+++ b/repoconfig.commit.json
@@ -118,6 +118,15 @@
}
}
},
+   "int-refill": {
+   "group": "int-refill",
+   "repos": {
+   "int-refill": {
+   "type": "github",
+   "url": "g...@github.com:zhaofengli/refill.git"
+   }
+   }
+   },
"jquery.uls": {
"group": "jquery-uls",
"repos": {
diff --git a/repoconfig.json b/repoconfig.json
index 72b3014..03d9e62 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -116,6 +116,15 @@
}
}
},
+   "int-refill": {
+   "group": "int-refill",
+   "repos": {
+   "int-refill": {
+   "type": "github",
+   "url": 
"https://github.com/zhaofengli/refill.git;
+   }
+   }
+   },
"jquery.uls": {
"group": "jquery-uls",
"repos": {

-- 
To view, visit https://gerrit.wikimedia.org/r/334334
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3d0b4572f8c750e05cb49f4a9a03c5b2f25fea55
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] translatewiki[master]: Fix incomplete copy-paste errors

2017-01-26 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/334332 )

Change subject: Fix incomplete copy-paste errors
..

Fix incomplete copy-paste errors

Change-Id: Ia8248bcc119532ed8f40cfb651d542dadac466d0
---
M repoconfig.commit.json
M repoconfig.json
2 files changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/32/334332/1

diff --git a/repoconfig.commit.json b/repoconfig.commit.json
index 07a0ea8..d2be1dc 100644
--- a/repoconfig.commit.json
+++ b/repoconfig.commit.json
@@ -64,7 +64,7 @@
"eol": {
"group": "out-eol-*",
"repos": {
-   "codev": {
+   "eol": {
"type": "git",
"url": "g...@github.com:EOL/eol.git"
}
@@ -287,7 +287,7 @@
"group": "out-mifos",
"export-threshold": 20,
"repos": {
-   "etherpad-lite": {
+   "mifos": {
"type": "github",
"branch": "develop",
"url": 
"https://github.com/openMF/community-app.git;
diff --git a/repoconfig.json b/repoconfig.json
index 9ceef75..72b3014 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -63,7 +63,7 @@
"eol": {
"group": "out-eol-*",
"repos": {
-   "codev": {
+   "eol": {
"type": "git",
"url": "https://github.com/EOL/eol.git;
}
@@ -282,7 +282,7 @@
"group": "out-mifos",
"export-threshold": 20,
"repos": {
-   "etherpad-lite": {
+   "mifos": {
"type": "github",
"branch": "develop",
"url": 
"g...@github.com:openMF/community-app.git"

-- 
To view, visit https://gerrit.wikimedia.org/r/334332
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia8248bcc119532ed8f40cfb651d542dadac466d0
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] translatewiki[master]: Migrate mathjax to repong

2017-01-26 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/334331 )

Change subject: Migrate mathjax to repong
..

Migrate mathjax to repong

Change-Id: I9a1da504993e0719aef3ac3b918c035b3ff8998b
---
M REPOCONF
M REPOCONF.commit
M bin/REPONG-PROJECTS
M bin/repocommit
M bin/repoexport
M bin/repoupdate
M repoconfig.commit.json
M repoconfig.json
8 files changed, 19 insertions(+), 9 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/31/334331/1

diff --git a/REPOCONF b/REPOCONF
index 0218d49..bb734cb 100644
--- a/REPOCONF
+++ b/REPOCONF
@@ -9,7 +9,6 @@
 REPO_IHRIS_BRANCH="4.2-dev"
 REPO_IHRIS_MODULES="i2ce ihris-common ihris-manage ihris-qualify ihris-train"
 REPO_INTREFILL=https://github.com/zhaofengli/refill.git
-REPO_MATHJAX=https://github.com/mathjax/MathJax-i18n.git
 REPO_NOCC=https://svn.code.sf.net/p/nocc/code/trunk
 REPO_OSM=git://git.openstreetmap.org/rails.git
 REPO_POTLATCH2=https://github.com/systemed/potlatch2.git
diff --git a/REPOCONF.commit b/REPOCONF.commit
index ed1076a..a9808ea 100644
--- a/REPOCONF.commit
+++ b/REPOCONF.commit
@@ -18,7 +18,6 @@
 REPO_IHRIS_BRANCH="4.2"
 REPO_IHRIS_MODULES="i2ce ihris-common ihris-manage ihris-qualify ihris-train"
 REPO_INTREFILL=g...@github.com:zhaofengli/refill.git
-REPO_MATHJAX=g...@github.com:mathjax/MathJax-i18n.git
 REPO_NOCC=svn+ssh://${THISUSER}@svn.code.sf.net/p/nocc/code/trunk
 REPO_OSM=ssh://translatew...@git.openstreetmap.org/var/lib/git/rails.git
 REPO_POTLATCH2=g...@github.com:systemed/potlatch2.git
diff --git a/bin/REPONG-PROJECTS b/bin/REPONG-PROJECTS
index 9d9eabb..c8b7969 100644
--- a/bin/REPONG-PROJECTS
+++ b/bin/REPONG-PROJECTS
@@ -23,6 +23,7 @@
 kiwix
 lib.reviews
 mantis
+mathjax
 mediawiki
 mifos
 mwgerrit
diff --git a/bin/repocommit b/bin/repocommit
index ba25953..3ce3859 100755
--- a/bin/repocommit
+++ b/bin/repocommit
@@ -30,7 +30,6 @@
 # TODO: Move to separate file?
 GITPROJECTS="\
 int-refill \
-mathjax \
 osm \
 waymarked-trails-site"
 
diff --git a/bin/repoexport b/bin/repoexport
index 6eca799..6e22c6c 100755
--- a/bin/repoexport
+++ b/bin/repoexport
@@ -40,11 +40,6 @@
php "$EXPORTER" --target . --group=int-refill --lang='*' --skip en 
$HOURS
php "$EXPORTER" --target . --group=int-refill --lang qqq
 
-elif [ "$PROJECT" = "mathjax" ]
-then
-   php "$EXPORTER" --target . --group='out-mathjax-*' --lang='*' --skip 
en,qqq $THRESHOLD
-   php "$EXPORTER" --target . --group='out-mathjax-*' --lang qqq
-
 elif [ "$PROJECT" = "mediawiki-extensions" ]
 then
 #  php "$WIKI/extensions/Translate/scripts/magic-export.php" --target 
mediawiki-extensions/extensions/ --type=magic --quiet &
diff --git a/bin/repoupdate b/bin/repoupdate
index a99e4b8..b6153bb 100755
--- a/bin/repoupdate
+++ b/bin/repoupdate
@@ -46,7 +46,6 @@
 
 GITCLUPDATE="\
 int-refill \
-mathjax \
 waymarked-trails-site"
 
 for i in $GITCLUPDATE; do
diff --git a/repoconfig.commit.json b/repoconfig.commit.json
index 9e01357..07a0ea8 100644
--- a/repoconfig.commit.json
+++ b/repoconfig.commit.json
@@ -261,6 +261,15 @@
}
}
},
+   "mathjax": {
+   "group": "out-mathjax-*",
+   "repos": {
+   "mathjax": {
+   "type": "github",
+   "url": 
"g...@github.com:mathjax/MathJax-i18n.git"
+   }
+   }
+   },
"mediawiki": {
"always-export-languages": 
"en-gb,es-formal,de-formal,hu-formal,nl-informal",
"no-export-languages": 
"test,aeb,be-x-old,crh,dk,en,fiu-vro,gan,gom,hif,kbd,kk,kk-cn,iu,kk-kz,kk-tr,ko-kp,ku,ku-arab,no,ruq,simple,sr,tg,tp,tt,ug,zh,zh-classical,zh-cn,zh-sg,zh-hk,zh-min-nan,zh-mo,zh-my,zh-tw,zh-yue,bbc,ady",
diff --git a/repoconfig.json b/repoconfig.json
index d677a16..9ceef75 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -256,6 +256,15 @@
}
}
},
+   "mathjax": {
+   "group": "out-mathjax-*",
+   "repos": {
+   "mathjax": {
+   "type": "github",
+   "url": 
"https://github.com/mathjax/MathJax-i18n.git;
+   }
+   }
+   },
"mediawiki": {
"always-export-languages": 
"en-gb,es-formal,de-formal,hu-formal,nl-informal",
"no-export-languages": 
"test,aeb,be-x-old,crh,dk,en,fiu-vro,gan,gom,hif,kbd,kk,kk-cn,iu,kk-kz,kk-tr,ko-kp,ku,ku-arab,no,ruq,simple,sr,tg,tp,tt,ug,zh,zh-classical,zh-cn,zh-sg,zh-hk,zh-min-nan,zh-mo,zh-my,zh-tw,zh-yue,bbc,ady",

-- 
To view, visit https://gerrit.wikimedia.org/r/334331
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9a1da504993e0719aef3ac3b918c035b3ff8998b
Gerrit-PatchSet: 1

[MediaWiki-commits] [Gerrit] translatewiki[master]: Migrate vicuna to repong

2017-01-26 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/334330 )

Change subject: Migrate vicuna to repong
..

Migrate vicuna to repong

Change-Id: I621da4f32c18c16ccc51cc0d3fa5db1f59b50826
---
M REPOCONF
M REPOCONF.commit
M bin/REPONG-PROJECTS
M bin/repocommit
M bin/repoexport
M bin/repoupdate
M repoconfig.commit.json
M repoconfig.json
8 files changed, 19 insertions(+), 9 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/30/334330/1

diff --git a/REPOCONF b/REPOCONF
index eea7c66..0218d49 100644
--- a/REPOCONF
+++ b/REPOCONF
@@ -13,5 +13,4 @@
 REPO_NOCC=https://svn.code.sf.net/p/nocc/code/trunk
 REPO_OSM=git://git.openstreetmap.org/rails.git
 REPO_POTLATCH2=https://github.com/systemed/potlatch2.git
-REPO_VICUNA=https://github.com/yarl/vicuna.git
 REPO_WAYMARKEDTRAILSSITE=https://github.com/lonvia/waymarked-trails-site.git
diff --git a/REPOCONF.commit b/REPOCONF.commit
index 92bf5f4..ed1076a 100644
--- a/REPOCONF.commit
+++ b/REPOCONF.commit
@@ -22,5 +22,4 @@
 REPO_NOCC=svn+ssh://${THISUSER}@svn.code.sf.net/p/nocc/code/trunk
 REPO_OSM=ssh://translatew...@git.openstreetmap.org/var/lib/git/rails.git
 REPO_POTLATCH2=g...@github.com:systemed/potlatch2.git
-REPO_VICUNA=g...@github.com:yarl/vicuna.git
 REPO_WAYMARKEDTRAILSSITE=g...@github.com:lonvia/waymarked-trails-site.git
diff --git a/bin/REPONG-PROJECTS b/bin/REPONG-PROJECTS
index c2ae948..9d9eabb 100644
--- a/bin/REPONG-PROJECTS
+++ b/bin/REPONG-PROJECTS
@@ -31,6 +31,7 @@
 oppia
 pageviews
 pywikibot
+vicuna
 video2commons
 wiki-ai
 wikiblame
diff --git a/bin/repocommit b/bin/repocommit
index 22dac25..ba25953 100755
--- a/bin/repocommit
+++ b/bin/repocommit
@@ -32,7 +32,6 @@
 int-refill \
 mathjax \
 osm \
-vicuna \
 waymarked-trails-site"
 
 for i in $GITPROJECTS; do
diff --git a/bin/repoexport b/bin/repoexport
index 6cd8a5a..6eca799 100755
--- a/bin/repoexport
+++ b/bin/repoexport
@@ -76,11 +76,6 @@
 then
php "$EXPORTER" --target . --group=out-osm-* --lang='*' --skip en,qqq 
$THRESHOLD
 
-elif [ "$PROJECT" = "vicuna" ]
-then
-   php "$EXPORTER" --target . --group=out-vicuna --lang='*' --skip en,qqq 
$THRESHOLD
-   php "$EXPORTER" --target . --group=out-vicuna --lang qqq --skip en
-
 elif [ "$PROJECT" = "waymarked-trails-site" ]
 then
php "$EXPORTER" --target . --group=out-waymarked-trails --lang='*' 
--skip en,qqq,no --threshold 75 $HOURS
diff --git a/bin/repoupdate b/bin/repoupdate
index ad0b233..a99e4b8 100755
--- a/bin/repoupdate
+++ b/bin/repoupdate
@@ -47,7 +47,6 @@
 GITCLUPDATE="\
 int-refill \
 mathjax \
-vicuna \
 waymarked-trails-site"
 
 for i in $GITCLUPDATE; do
diff --git a/repoconfig.commit.json b/repoconfig.commit.json
index 9e9a38b..9e01357 100644
--- a/repoconfig.commit.json
+++ b/repoconfig.commit.json
@@ -323,6 +323,15 @@
}
}
},
+   "vicuna": {
+   "group": "out-vicuna",
+   "repos": {
+   "vicuna": {
+   "type": "github",
+   "url": "g...@github.com:yarl/vicuna.git"
+   }
+   }
+   },
"video2commons": {
"group": "video2commons",
"repos": {
diff --git a/repoconfig.json b/repoconfig.json
index 765aae1..d677a16 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -318,6 +318,15 @@
}
}
},
+   "vicuna": {
+   "group": "out-vicuna",
+   "repos": {
+   "vicuna": {
+   "type": "github",
+   "url": "https://github.com/yarl/vicuna.git;
+   }
+   }
+   },
"video2commons": {
"group": "video2commons",
"repos": {

-- 
To view, visit https://gerrit.wikimedia.org/r/334330
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I621da4f32c18c16ccc51cc0d3fa5db1f59b50826
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] translatewiki[master]: MIgrate mifos to repong

2017-01-26 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/334324 )

Change subject: MIgrate mifos to repong
..

MIgrate mifos to repong

Change-Id: I942f01e1cc81c3785fdb4b87755f71c84614dd4b
---
M REPOCONF
M REPOCONF.commit
M bin/REPONG-PROJECTS
M bin/repocommit
M bin/repoexport
M bin/repoupdate
M repoconfig.commit.json
M repoconfig.json
8 files changed, 23 insertions(+), 15 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/24/334324/1

diff --git a/REPOCONF b/REPOCONF
index 62d34b5..eea7c66 100644
--- a/REPOCONF
+++ b/REPOCONF
@@ -10,7 +10,6 @@
 REPO_IHRIS_MODULES="i2ce ihris-common ihris-manage ihris-qualify ihris-train"
 REPO_INTREFILL=https://github.com/zhaofengli/refill.git
 REPO_MATHJAX=https://github.com/mathjax/MathJax-i18n.git
-REPO_MIFOS=https://github.com/openMF/community-app.git
 REPO_NOCC=https://svn.code.sf.net/p/nocc/code/trunk
 REPO_OSM=git://git.openstreetmap.org/rails.git
 REPO_POTLATCH2=https://github.com/systemed/potlatch2.git
diff --git a/REPOCONF.commit b/REPOCONF.commit
index bfd39ef..92bf5f4 100644
--- a/REPOCONF.commit
+++ b/REPOCONF.commit
@@ -19,7 +19,6 @@
 REPO_IHRIS_MODULES="i2ce ihris-common ihris-manage ihris-qualify ihris-train"
 REPO_INTREFILL=g...@github.com:zhaofengli/refill.git
 REPO_MATHJAX=g...@github.com:mathjax/MathJax-i18n.git
-REPO_MIFOS=g...@github.com:openMF/community-app.git
 REPO_NOCC=svn+ssh://${THISUSER}@svn.code.sf.net/p/nocc/code/trunk
 REPO_OSM=ssh://translatew...@git.openstreetmap.org/var/lib/git/rails.git
 REPO_POTLATCH2=g...@github.com:systemed/potlatch2.git
diff --git a/bin/REPONG-PROJECTS b/bin/REPONG-PROJECTS
index fb8b2eb..c2ae948 100644
--- a/bin/REPONG-PROJECTS
+++ b/bin/REPONG-PROJECTS
@@ -24,6 +24,7 @@
 lib.reviews
 mantis
 mediawiki
+mifos
 mwgerrit
 mwgithub
 nfcring-control
diff --git a/bin/repocommit b/bin/repocommit
index 2299ddb..22dac25 100755
--- a/bin/repocommit
+++ b/bin/repocommit
@@ -96,10 +96,6 @@
"$DIRSCRIPT/merge-wmgerrit-patches" "mediawiki/skins/$i"
done
 
-elif [ "$PROJECT" = "mifos" ]
-then
-gitCommit "$DIR/$PROJECT" develop
-
 elif [ "$PROJECT" = "nocc" ]
 then
cd "$DIR/$PROJECT"
diff --git a/bin/repoexport b/bin/repoexport
index 586b64d..6cd8a5a 100755
--- a/bin/repoexport
+++ b/bin/repoexport
@@ -67,11 +67,6 @@
 
echo $PREFIXES | xargs -n1 -P4 ${DIRSCRIPT}/export-by-prefix $DIR 
$PROJECT .
 
-elif [ "$PROJECT" = "mifos" ]
-then
-   php "$EXPORTER" --target . --group='out-mifos' --lang='*' --skip en,qqq 
--threshold 20
-   php "$EXPORTER" --target . --group='out-mifos' --lang qqq
-
 elif [ "$PROJECT" = "nocc" ]
 then
php "$EXPORTER" --target . --group=out-nocc-* --lang='*' --skip en,qqq 
$THRESHOLD
diff --git a/bin/repoupdate b/bin/repoupdate
index eeb6703..ad0b233 100755
--- a/bin/repoupdate
+++ b/bin/repoupdate
@@ -77,10 +77,6 @@
for MODULE in $REPO_IHRIS_MODULES
do ( cd "$MODULE" && bzr pull -q ) done
 
-elif [ "$PROJECT" = "mifos" ]
-then
-   doUpdate "$PROJECT" "$CLUPDATE" develop
-
 elif [ "$PROJECT" = "mediawiki-extensions" ]
 then
checkVar 'REPO_MWEXTGIT'
diff --git a/repoconfig.commit.json b/repoconfig.commit.json
index 2604342..e7a0413 100644
--- a/repoconfig.commit.json
+++ b/repoconfig.commit.json
@@ -274,6 +274,17 @@
}
}
},
+   "mifos": {
+   "group": "mifos",
+   "export-threshold": 20,
+   "repos": {
+   "etherpad-lite": {
+   "type": "github",
+   "branch": "develop",
+   "url": 
"https://github.com/openMF/community-app.git;
+   }
+   }
+   },
"nfcring-control": {
"group": "nfcring-control",
"repos": {
diff --git a/repoconfig.json b/repoconfig.json
index 8cf8e45..359540f 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -269,6 +269,17 @@
}
}
},
+   "mifos": {
+   "group": "mifos",
+   "export-threshold": 20,
+   "repos": {
+   "etherpad-lite": {
+   "type": "github",
+   "branch": "develop",
+   "url": 
"g...@github.com:openMF/community-app.git"
+   }
+   }
+   },
"nfcring-control": {
"group": "nfcring-control",
"repos": {

-- 
To view, visit https://gerrit.wikimedia.org/r/334324
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I942f01e1cc81c3785fdb4b87755f71c84614dd4b
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 


[MediaWiki-commits] [Gerrit] translatewiki[master]: Migrate eol to repong

2017-01-26 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/334323 )

Change subject: Migrate eol to repong
..

Migrate eol to repong

Change-Id: Ia9c312a169f07b681225732a9c27f16c4410ec3b
---
M REPOCONF
M REPOCONF.commit
M bin/REPONG-PROJECTS
M bin/repocommit
M bin/repoexport
M bin/repoupdate
M repoconfig.commit.json
M repoconfig.json
8 files changed, 20 insertions(+), 9 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/23/334323/1

diff --git a/REPOCONF b/REPOCONF
index 2826a5a..62d34b5 100644
--- a/REPOCONF
+++ b/REPOCONF
@@ -4,7 +4,6 @@
 REPO_MWEXTGIT=https://gerrit.wikimedia.org/r/p/mediawiki/extensions
 REPO_MWSKINGIT=https://gerrit.wikimedia.org/r/p/mediawiki/skins
 
-REPO_EOL=https://github.com/EOL/eol.git
 
REPO_FUDFORUM=svn://svn.code.sf.net/p/fudforum/code/trunk/install/forum_data/thm/default/i18n
 REPO_IHRIS=http://bazaar.launchpad.net/~intrahealth%2Binformatics
 REPO_IHRIS_BRANCH="4.2-dev"
diff --git a/REPOCONF.commit b/REPOCONF.commit
index a96f559..bfd39ef 100644
--- a/REPOCONF.commit
+++ b/REPOCONF.commit
@@ -13,7 +13,6 @@
 REPO_MWSKINGIT=ssh://l10n-...@gerrit.wikimedia.org:29418/mediawiki/skins
 
 # other
-REPO_EOL=g...@github.com:EOL/eol.git
 
REPO_FUDFORUM=svn+ssh://${THISUSER}@svn.code.sf.net/p/fudforum/code/trunk/install/forum_data/thm/default/i18n
 REPO_IHRIS=http://bazaar.launchpad.net/~intrahealth%2Binformatics
 REPO_IHRIS_BRANCH="4.2"
diff --git a/bin/REPONG-PROJECTS b/bin/REPONG-PROJECTS
index 98264de..fb8b2eb 100644
--- a/bin/REPONG-PROJECTS
+++ b/bin/REPONG-PROJECTS
@@ -4,6 +4,7 @@
 commons-android
 copypatrol
 crosswatch
+eol
 entryscape
 etherpad-lite
 europeana
diff --git a/bin/repocommit b/bin/repocommit
index 75a55ec..2299ddb 100755
--- a/bin/repocommit
+++ b/bin/repocommit
@@ -29,7 +29,6 @@
 
 # TODO: Move to separate file?
 GITPROJECTS="\
-eol \
 int-refill \
 mathjax \
 osm \
diff --git a/bin/repoexport b/bin/repoexport
index 85d0bdc..586b64d 100755
--- a/bin/repoexport
+++ b/bin/repoexport
@@ -27,11 +27,7 @@
fi
 done
 
-if [ "$PROJECT" = "eol" ]
-then
-   php "$EXPORTER" --target . --group=out-eol* --lang='*' --skip en 
$THRESHOLD
-
-elif [ "$PROJECT" = "fudforum" ]
+if [ "$PROJECT" = "fudforum" ]
 then
php "$EXPORTER" --target . --group=out-fudforum --lang='*' --skip en 
$THRESHOLD
 
diff --git a/bin/repoupdate b/bin/repoupdate
index c657a97..eeb6703 100755
--- a/bin/repoupdate
+++ b/bin/repoupdate
@@ -45,7 +45,6 @@
 fi
 
 GITCLUPDATE="\
-eol \
 int-refill \
 mathjax \
 vicuna \
diff --git a/repoconfig.commit.json b/repoconfig.commit.json
index baa1de4..2604342 100644
--- a/repoconfig.commit.json
+++ b/repoconfig.commit.json
@@ -61,6 +61,15 @@
}
}
},
+   "eol": {
+   "group": "eol",
+   "repos": {
+   "codev": {
+   "type": "git",
+   "url": "g...@github.com:EOL/eol.git"
+   }
+   }
+   },
"intuition": {
"group": "tsint-*",
"export-threshold": 1,
diff --git a/repoconfig.json b/repoconfig.json
index 4c030aa..8cf8e45 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -60,6 +60,15 @@
}
}
},
+   "eol": {
+   "group": "eol",
+   "repos": {
+   "codev": {
+   "type": "git",
+   "url": "https://github.com/EOL/eol.git;
+   }
+   }
+   },
"intuition": {
"group": "tsint-*",
"export-threshold": 1,

-- 
To view, visit https://gerrit.wikimedia.org/r/334323
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia9c312a169f07b681225732a9c27f16c4410ec3b
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] translatewiki[master]: Remove okawix artefact

2017-01-26 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/334318 )

Change subject: Remove okawix artefact
..

Remove okawix artefact

Change-Id: I7140ec9bfc04ecdf98f1505acada5d796c91e382
---
M bin/repoexport
1 file changed, 0 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/18/334318/1

diff --git a/bin/repoexport b/bin/repoexport
index 03088f0..85d0bdc 100755
--- a/bin/repoexport
+++ b/bin/repoexport
@@ -81,10 +81,6 @@
php "$EXPORTER" --target . --group=out-nocc-* --lang='*' --skip en,qqq 
$THRESHOLD
php "$EXPORTER" --target . --group=out-nocc-* --lang qqq
 
-elif [ "$PROJECT" = "okawix" ]
-then
-   php "$EXPORTER" --target . --group=out-okawix-* --lang='*' --skip 
en,qqq $THRESHOLD
-
 elif [ "$PROJECT" = "osm" ]
 then
php "$EXPORTER" --target . --group=out-osm-* --lang='*' --skip en,qqq 
$THRESHOLD

-- 
To view, visit https://gerrit.wikimedia.org/r/334318
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7140ec9bfc04ecdf98f1505acada5d796c91e382
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] translatewiki[master]: Log questions about Huggle in Phabricator

2016-12-01 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/324714

Change subject: Log questions about Huggle in Phabricator
..

Log questions about Huggle in Phabricator

Change-Id: Id95e73d80c8e699cd2a7d379bb2c3d819d6c3f65
---
M TranslateSettings.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/14/324714/1

diff --git a/TranslateSettings.php b/TranslateSettings.php
index eef135a..7707e4b 100644
--- a/TranslateSettings.php
+++ b/TranslateSettings.php
@@ -373,8 +373,8 @@
 wfAddNamespace( 1248, 'Huggle' );
 $wgTranslateGroupFiles[] = "$GROUPS/Huggle/Huggle.yaml";
 $wgTranslateSupportUrlNamespace[NS_HUGGLE] = [
-   'page' => 'Translating_talk:Huggle',
-   'params' => $lqtParams,
+   'url' => "$phabUrl?projects=i18n,Huggle",
+   'params' => $phabParams,
 ];
 
 wfAddNamespace( 1250, 'EtherpadLite' );

-- 
To view, visit https://gerrit.wikimedia.org/r/324714
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id95e73d80c8e699cd2a7d379bb2c3d819d6c3f65
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] mediawiki/core[master]: Fix typo in $fallback so Russian fallback is applied

2016-12-01 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/324707

Change subject: Fix typo in $fallback so Russian fallback is applied
..

Fix typo in $fallback so Russian fallback is applied

Change-Id: I25ab7b58dedff895b60737d45b6fcf48f9484001
---
M languages/messages/MessagesMdf.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/07/324707/1

diff --git a/languages/messages/MessagesMdf.php 
b/languages/messages/MessagesMdf.php
index 954d911..84b107e 100644
--- a/languages/messages/MessagesMdf.php
+++ b/languages/messages/MessagesMdf.php
@@ -13,7 +13,7 @@
  * @author Numulunj pilgae
  */
 
-$fallbak = 'ru';
+$fallback = 'ru';
 
 $namespaceNames = [
NS_MEDIA=> 'Медиа',

-- 
To view, visit https://gerrit.wikimedia.org/r/324707
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I25ab7b58dedff895b60737d45b6fcf48f9484001
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] translatewiki[master]: Move MantisBT to repong and use branch master-1.3.x

2016-09-21 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/311973

Change subject: Move MantisBT to repong and use branch master-1.3.x
..

Move MantisBT to repong and use branch master-1.3.x

codemap only still needs to be implemented.

Change-Id: If2b52c89e666e289f604bc28a83efa5f43f69365
---
M REPOCONF
M REPOCONF.commit
M bin/REPONG-PROJECTS
M bin/repocommit
M bin/repoexport
M bin/repoupdate
M repoconfig.commit.json
M repoconfig.json
8 files changed, 24 insertions(+), 10 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/73/311973/1

diff --git a/REPOCONF b/REPOCONF
index e642eaa..06456a6 100644
--- a/REPOCONF
+++ b/REPOCONF
@@ -17,7 +17,6 @@
 REPO_INTREFILL=https://github.com/zhaofengli/refill.git
 REPO_JQUERY_ULS=https://github.com/wikimedia/jquery.uls.git
 REPO_KIWIX=https://github.com/kiwix/maintenance.git
-REPO_MANTIS=https://github.com/mantisbt/mantisbt.git
 REPO_MATHJAX=https://github.com/mathjax/MathJax-i18n.git
 REPO_MIFOS=https://github.com/openMF/community-app.git
 REPO_NFCRINGCONTROL=https://github.com/mclear/NFC_Ring_Control.git
diff --git a/REPOCONF.commit b/REPOCONF.commit
index c6bbad8..b9bbf09 100644
--- a/REPOCONF.commit
+++ b/REPOCONF.commit
@@ -26,7 +26,6 @@
 REPO_INTREFILL=g...@github.com:zhaofengli/refill.git
 REPO_JQUERY_ULS=g...@github.com:wikimedia/jquery.uls.git
 REPO_KIWIX=g...@github.com:kiwix/maintenance.git
-REPO_MANTIS=g...@github.com:mantisbt/mantisbt.git
 REPO_MATHJAX=g...@github.com:mathjax/MathJax-i18n.git
 REPO_MIFOS=g...@github.com:openMF/community-app.git
 REPO_NFCRINGCONTROL=g...@github.com:mclear/NFC_Ring_Control.git
diff --git a/bin/REPONG-PROJECTS b/bin/REPONG-PROJECTS
index 328d585..9229da2 100644
--- a/bin/REPONG-PROJECTS
+++ b/bin/REPONG-PROJECTS
@@ -13,6 +13,7 @@
 hivejs
 huggle
 inaturalist
+mantis
 mwgerrit
 mwgithub
 pageviews
diff --git a/bin/repocommit b/bin/repocommit
index ffa2900..56ae14a 100755
--- a/bin/repocommit
+++ b/bin/repocommit
@@ -44,7 +44,6 @@
 int-refill \
 jquery.uls \
 kiwix \
-mantis \
 mathjax \
 nfcring-control \
 osm \
diff --git a/bin/repoexport b/bin/repoexport
index 2050ed2..da58961 100755
--- a/bin/repoexport
+++ b/bin/repoexport
@@ -67,12 +67,6 @@
 then
php "$EXPORTER" --target . --group=out-kiwix --lang='*' --skip en 
--threshold 80
 
-elif [ "$PROJECT" = "mantis" ]
-then
-   php "$EXPORTER" --target . --group=out-mantis-core --lang='*' --skip en 
$THRESHOLD &
-   php "$EXPORTER" --target . --group=out-mantis-plugin-* --lang='*' 
--skip en $THRESHOLD --codemaponly
-   wait
-
 elif [ "$PROJECT" = "mathjax" ]
 then
php "$EXPORTER" --target . --group='out-mathjax-*' --lang='*' --skip 
en,qqq $THRESHOLD
diff --git a/bin/repoupdate b/bin/repoupdate
index e9a9a05..854c292 100755
--- a/bin/repoupdate
+++ b/bin/repoupdate
@@ -53,7 +53,6 @@
 int-refill \
 jquery.uls \
 kiwix \
-mantis \
 mathjax \
 nfcring-control \
 vicuna \
diff --git a/repoconfig.commit.json b/repoconfig.commit.json
index f2c454a..1bf0223 100644
--- a/repoconfig.commit.json
+++ b/repoconfig.commit.json
@@ -165,6 +165,19 @@
}
}
},
+   "mantis": {
+   "group": "out-mantis*",
+   "repos": {
+   "mantis": {
+   "type": "git",
+   "branch": "master-1.3.x",
+   "options": [
+   "codemaponly"
+   ],
+   "url": "g...@github.com:mantisbt/mantisbt.git"
+   }
+   }
+   },
"pageviews": {
"group": "out-pageviews",
"repos": {
diff --git a/repoconfig.json b/repoconfig.json
index a8c8b38..e496608 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -164,6 +164,16 @@
}
}
},
+   "mantis": {
+   "group": "out-mantis*",
+   "repos": {
+   "mantis": {
+   "type": "git",
+   "branch": "master-1.3.x",
+   "url": 
"https://github.com/mantisbt/mantisbt.git;
+   }
+   }
+   },
"pageviews": {
"group": "out-pageviews",
"repos": {

-- 
To view, visit https://gerrit.wikimedia.org/r/311973
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If2b52c89e666e289f604bc28a83efa5f43f69365
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Update tags - change (translatewiki)

2016-06-25 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/295989

Change subject: Update tags
..

Update tags

Change-Id: If51dfe8cf0f542ee048c85df548f3563b73ca0ae
---
M groups/MediaWiki/mediawiki-extensions.txt
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/89/295989/1

diff --git a/groups/MediaWiki/mediawiki-extensions.txt 
b/groups/MediaWiki/mediawiki-extensions.txt
index 993d4a4..51cd898 100644
--- a/groups/MediaWiki/mediawiki-extensions.txt
+++ b/groups/MediaWiki/mediawiki-extensions.txt
@@ -2001,6 +2001,7 @@
 optional = revcs-log-supplement
 
 Revision Slider
+optional = revisionslider-show-help
 
 Right Functions
 optional = rightfunctions-rest1, rightfunctions-rest2, rightfunctions-rest3, 
rightfunctions-sep

-- 
To view, visit https://gerrit.wikimedia.org/r/295989
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If51dfe8cf0f542ee048c85df548f3563b73ca0ae
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Fix filename - change (translatewiki)

2016-06-25 Thread Siebrand (Code Review)
Siebrand has submitted this change and it was merged.

Change subject: Fix filename
..


Fix filename

Change-Id: I25c6ec35ad3bd52913ab336029698590c8274b7a
---
M groups/Wikimedia/video2commons.yaml
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Siebrand: Verified; Looks good to me, approved



diff --git a/groups/Wikimedia/video2commons.yaml 
b/groups/Wikimedia/video2commons.yaml
index b9d98cf..237e54f 100644
--- a/groups/Wikimedia/video2commons.yaml
+++ b/groups/Wikimedia/video2commons.yaml
@@ -25,5 +25,5 @@
   class: Video2commonsInsertablesSuggester
 
 AUTOLOAD:
-  Video2commonsInsertablesSuggester: Video2commonsInsertablesChecker.php
+  Video2commonsInsertablesSuggester: Video2commonsInsertablesSuggester.php
   Video2commonsMessageChecker: Video2commonsMessageChecker.php

-- 
To view, visit https://gerrit.wikimedia.org/r/295980
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I25c6ec35ad3bd52913ab336029698590c8274b7a
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 
Gerrit-Reviewer: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Fix filename - change (translatewiki)

2016-06-25 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/295980

Change subject: Fix filename
..

Fix filename

Change-Id: I25c6ec35ad3bd52913ab336029698590c8274b7a
---
M groups/Wikimedia/video2commons.yaml
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/80/295980/1

diff --git a/groups/Wikimedia/video2commons.yaml 
b/groups/Wikimedia/video2commons.yaml
index b9d98cf..237e54f 100644
--- a/groups/Wikimedia/video2commons.yaml
+++ b/groups/Wikimedia/video2commons.yaml
@@ -25,5 +25,5 @@
   class: Video2commonsInsertablesSuggester
 
 AUTOLOAD:
-  Video2commonsInsertablesSuggester: Video2commonsInsertablesChecker.php
+  Video2commonsInsertablesSuggester: Video2commonsInsertablesSuggester.php
   Video2commonsMessageChecker: Video2commonsMessageChecker.php

-- 
To view, visit https://gerrit.wikimedia.org/r/295980
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I25c6ec35ad3bd52913ab336029698590c8274b7a
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Enable video2commons - change (translatewiki)

2016-06-25 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/295977

Change subject: Enable video2commons
..

Enable video2commons

Change-Id: I3d8fa8a5566437efdd03781459175f0e87013652
---
M TranslateSettings.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/77/295977/1

diff --git a/TranslateSettings.php b/TranslateSettings.php
index a3dc3f2..1fd36fa 100644
--- a/TranslateSettings.php
+++ b/TranslateSettings.php
@@ -237,6 +237,7 @@
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/GapFinder.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/jquery.uls.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/Pageviews.yaml";
+$wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/video2commons.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/wiki-ai.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/WikiBlame.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/WikiEduDashboard.yaml";

-- 
To view, visit https://gerrit.wikimedia.org/r/295977
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3d8fa8a5566437efdd03781459175f0e87013652
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Enable video2commons - change (translatewiki)

2016-06-25 Thread Siebrand (Code Review)
Siebrand has submitted this change and it was merged.

Change subject: Enable video2commons
..


Enable video2commons

Change-Id: I3d8fa8a5566437efdd03781459175f0e87013652
---
M TranslateSettings.php
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Siebrand: Verified; Looks good to me, approved



diff --git a/TranslateSettings.php b/TranslateSettings.php
index a3dc3f2..1fd36fa 100644
--- a/TranslateSettings.php
+++ b/TranslateSettings.php
@@ -237,6 +237,7 @@
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/GapFinder.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/jquery.uls.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/Pageviews.yaml";
+$wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/video2commons.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/wiki-ai.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/WikiBlame.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/WikiEduDashboard.yaml";

-- 
To view, visit https://gerrit.wikimedia.org/r/295977
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I3d8fa8a5566437efdd03781459175f0e87013652
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 
Gerrit-Reviewer: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Revert "Enable video2commons" - change (translatewiki)

2016-06-24 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/295927

Change subject: Revert "Enable video2commons"
..

Revert "Enable video2commons"

This reverts commit e4da900e272a2e182dd59fbdb25e9e8682dccbf8.

Change-Id: I7fbbf5ae60907ae7d103e47cd80f27a396525dce
---
M TranslateSettings.php
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/27/295927/1

diff --git a/TranslateSettings.php b/TranslateSettings.php
index 1fd36fa..a3dc3f2 100644
--- a/TranslateSettings.php
+++ b/TranslateSettings.php
@@ -237,7 +237,6 @@
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/GapFinder.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/jquery.uls.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/Pageviews.yaml";
-$wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/video2commons.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/wiki-ai.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/WikiBlame.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/WikiEduDashboard.yaml";

-- 
To view, visit https://gerrit.wikimedia.org/r/295927
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7fbbf5ae60907ae7d103e47cd80f27a396525dce
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Revert "Enable video2commons" - change (translatewiki)

2016-06-24 Thread Siebrand (Code Review)
Siebrand has submitted this change and it was merged.

Change subject: Revert "Enable video2commons"
..


Revert "Enable video2commons"

This reverts commit e4da900e272a2e182dd59fbdb25e9e8682dccbf8.

Change-Id: I7fbbf5ae60907ae7d103e47cd80f27a396525dce
---
M TranslateSettings.php
1 file changed, 0 insertions(+), 1 deletion(-)

Approvals:
  Siebrand: Verified; Looks good to me, approved



diff --git a/TranslateSettings.php b/TranslateSettings.php
index 1fd36fa..a3dc3f2 100644
--- a/TranslateSettings.php
+++ b/TranslateSettings.php
@@ -237,7 +237,6 @@
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/GapFinder.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/jquery.uls.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/Pageviews.yaml";
-$wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/video2commons.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/wiki-ai.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/WikiBlame.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/WikiEduDashboard.yaml";

-- 
To view, visit https://gerrit.wikimedia.org/r/295927
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I7fbbf5ae60907ae7d103e47cd80f27a396525dce
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 
Gerrit-Reviewer: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Enable video2commons - change (translatewiki)

2016-06-24 Thread Siebrand (Code Review)
Siebrand has submitted this change and it was merged.

Change subject: Enable video2commons
..


Enable video2commons

Bug: T138498
Change-Id: I4d9f5bae496fb55620bd2f3132cd8d0d42770883
---
M TranslateSettings.php
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Siebrand: Verified; Looks good to me, approved



diff --git a/TranslateSettings.php b/TranslateSettings.php
index a3dc3f2..1fd36fa 100644
--- a/TranslateSettings.php
+++ b/TranslateSettings.php
@@ -237,6 +237,7 @@
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/GapFinder.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/jquery.uls.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/Pageviews.yaml";
+$wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/video2commons.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/wiki-ai.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/WikiBlame.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/WikiEduDashboard.yaml";

-- 
To view, visit https://gerrit.wikimedia.org/r/295714
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I4d9f5bae496fb55620bd2f3132cd8d0d42770883
Gerrit-PatchSet: 4
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 
Gerrit-Reviewer: Siebrand 
Gerrit-Reviewer: jenkins-bot <>

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Update project sort order - change (translatewiki)

2016-06-23 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/295710

Change subject: Update project sort order
..

Update project sort order

Change-Id: I0536d4538050f9ec6e640f55252ae86dbbfd4a5c
---
M TranslateSettings.php
1 file changed, 6 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/10/295710/1

diff --git a/TranslateSettings.php b/TranslateSettings.php
index 5fc0bd1..a3dc3f2 100644
--- a/TranslateSettings.php
+++ b/TranslateSettings.php
@@ -232,18 +232,18 @@
 
 wfAddNamespace( 1206, 'Wikimedia' );
 $wgTranslateGroupFiles[] = "$GROUPS/wikidata/wikidata.yaml";
+$wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/CitationHunt.yaml";
+$wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/crosswatch.yaml";
+$wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/GapFinder.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/jquery.uls.yaml";
+$wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/Pageviews.yaml";
+$wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/wiki-ai.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/WikiBlame.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/WikiEduDashboard.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/Wikimania.yaml";
-$wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/WikimediaMobile.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/WikimediaMobile-android.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/WikimediaMobile-ios.yaml";
-$wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/crosswatch.yaml";
-$wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/CitationHunt.yaml";
-$wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/Pageviews.yaml";
-$wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/wiki-ai.yaml";
-$wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/GapFinder.yaml";
+$wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/WikimediaMobile.yaml";
 
 $wgTranslateSupportUrlNamespace[NS_WIKIMEDIA] = [
'url' => "$phabUrl?projects=i18n,Wikimedia-General-or-Unknown",

-- 
To view, visit https://gerrit.wikimedia.org/r/295710
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0536d4538050f9ec6e640f55252ae86dbbfd4a5c
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Enable video2commons - change (translatewiki)

2016-06-23 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/295714

Change subject: Enable video2commons
..

Enable video2commons

Change-Id: I4d9f5bae496fb55620bd2f3132cd8d0d42770883
---
M TranslateSettings.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/14/295714/1

diff --git a/TranslateSettings.php b/TranslateSettings.php
index a3dc3f2..1fd36fa 100644
--- a/TranslateSettings.php
+++ b/TranslateSettings.php
@@ -237,6 +237,7 @@
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/GapFinder.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/jquery.uls.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/Pageviews.yaml";
+$wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/video2commons.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/wiki-ai.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/WikiBlame.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/WikiEduDashboard.yaml";

-- 
To view, visit https://gerrit.wikimedia.org/r/295714
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4d9f5bae496fb55620bd2f3132cd8d0d42770883
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Add support for video2commons - change (translatewiki)

2016-06-23 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/295713

Change subject: Add support for video2commons
..

Add support for video2commons

Change-Id: I5c07d2a3aed548ab5eeac33b1ac6ebb457543c1a
---
M bin/EXTERNAL-PROJECTS
M bin/REPONG-PROJECTS
A groups/Wikimedia/Video2commonsChecker.php
A groups/Wikimedia/Video2commonsInsertablesSuggester.php
A groups/Wikimedia/video2commons.yaml
M repoconfig.commit.json
M repoconfig.json
7 files changed, 84 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/13/295713/1

diff --git a/bin/EXTERNAL-PROJECTS b/bin/EXTERNAL-PROJECTS
index 22b8775..aedbe86 100644
--- a/bin/EXTERNAL-PROJECTS
+++ b/bin/EXTERNAL-PROJECTS
@@ -33,6 +33,7 @@
 pageviews
 pywikibot
 vicuna
+video2commons
 waymarked-trails-site
 wiki-ai
 wikiblame
diff --git a/bin/REPONG-PROJECTS b/bin/REPONG-PROJECTS
index 8fd965d..c616c99 100644
--- a/bin/REPONG-PROJECTS
+++ b/bin/REPONG-PROJECTS
@@ -17,6 +17,7 @@
 mwgithub
 pageviews
 pywikibot
+video2commons
 wiki-ai
 wikidata
 wikimania
diff --git a/groups/Wikimedia/Video2commonsChecker.php 
b/groups/Wikimedia/Video2commonsChecker.php
new file mode 100644
index 000..077cd20
--- /dev/null
+++ b/groups/Wikimedia/Video2commonsChecker.php
@@ -0,0 +1,19 @@
+https://github.com/Toollabs/video2commons.git;
+   }
+   }
+   },
"mwgithub": {
"group": "mwgithub-*",
"repos": {

-- 
To view, visit https://gerrit.wikimedia.org/r/295713
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5c07d2a3aed548ab5eeac33b1ac6ebb457543c1a
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] WikiEduDashboard: Add codemap for Chinese - change (translatewiki)

2016-06-23 Thread Siebrand (Code Review)
Siebrand has submitted this change and it was merged.

Change subject: WikiEduDashboard: Add codemap for Chinese
..


WikiEduDashboard: Add codemap for Chinese

Per f2f request to support rails i18n system, rather than the W3C
recommendation of zh-Hans/zh-Hant.

Change-Id: I052cc237113849ac4fa2a58fa575edbec5fb1983
---
M groups/Wikimedia/WikiEduDashboard.yaml
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  Siebrand: Looks good to me, approved
  Nemo bis: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/groups/Wikimedia/WikiEduDashboard.yaml 
b/groups/Wikimedia/WikiEduDashboard.yaml
index 205d121..51755be 100644
--- a/groups/Wikimedia/WikiEduDashboard.yaml
+++ b/groups/Wikimedia/WikiEduDashboard.yaml
@@ -10,6 +10,9 @@
   class: RubyYamlFFS
   sourcePattern: "%GROUPROOT%/wikiedudashboard/config/locales/%CODE%.yml"
   codeAsRoot: true
+  codeMap:
+zh-hans: zh-CN
+zh-hant: zh-TW
 
 MANGLER:
   class: StringMatcher

-- 
To view, visit https://gerrit.wikimedia.org/r/295461
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I052cc237113849ac4fa2a58fa575edbec5fb1983
Gerrit-PatchSet: 2
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit 
Gerrit-Reviewer: Nemo bis 
Gerrit-Reviewer: Siebrand 
Gerrit-Reviewer: jenkins-bot <>

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Remove references to AdminSettings.php - change (mediawiki/core)

2016-06-22 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/295509

Change subject: Remove references to AdminSettings.php
..

Remove references to AdminSettings.php

The use of this file is no longer possible. The few remaining strings
haven't been updated in a long time, and these references just had to be
removed now.

Bug: T138313
Change-Id: I06f66c0ca7abd4679136151bcb1d8a97d4f6a651
---
M includes/installer/i18n/ar.json
M includes/installer/i18n/ba.json
M includes/installer/i18n/nb.json
M includes/installer/i18n/ru.json
M includes/installer/i18n/tl.json
5 files changed, 5 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/09/295509/1

diff --git a/includes/installer/i18n/ar.json b/includes/installer/i18n/ar.json
index 4d16d45..10a4426 100644
--- a/includes/installer/i18n/ar.json
+++ b/includes/installer/i18n/ar.json
@@ -20,7 +20,7 @@
"config-localsettings-badkey": "مفتاح الترقية الذي قدمته غير صحيح.",
"config-upgrade-key-missing": "تنصيب موجود للميدياويكي قد تم 
اكتشافه.\nلترقية هذا التنصيب، الرجاء وضع السطر أسفل 
LocalSettings.php الخاصة بك:\n\n$1",
"config-localsettings-incomplete": "صفحة LocalSettings.php 
يبدو أنها ناقصة.\nالمتغير $1 لم يتم تعيينه.\nالرجاء تغيير 
LocalSettings.php لكي يتم تعيين المتغير، ثم اضغط على 
\"{{int:Config-continue}}\".",
-   "config-localsettings-connection-error": "تمت مصادفة خطأ أثناء الاتصال 
بقاعدة البيانات باستخدام الإعدادات المحددة في LocalSettings.php أو 
AdminSettings.php. الرجاء إصلاح هذه الإعدادات وحاول مجددًا.\n\n$1",
+   "config-localsettings-connection-error": "تمت مصادفة خطأ أثناء الاتصال 
بقاعدة البيانات باستخدام الإعدادات المحددة في LocalSettings.php أو 
LocalSettings.php. الرجاء إصلاح هذه الإعدادات وحاول مجددًا.\n\n$1",
"config-session-error": "خطأ في بدء الجلسة: $1",
"config-session-expired": "يبدو أن بيانات جلستك قد انتهت 
صلاحيتها.\nالجلسات مكونة مدى الحياة من $1.\nيمكنك زيادة هذه بتعيين 
session.gc_maxlifetime في php.ini.\nأعد تشغيل عميل التثبيت.",
"config-no-session": "بيانات جلستك قد ضاعت!\nتحقق من php.ini للتأكد أن 
session.save_path تم تعيينه كدليل مناسب.",
diff --git a/includes/installer/i18n/ba.json b/includes/installer/i18n/ba.json
index 80105f2..762efbc 100644
--- a/includes/installer/i18n/ba.json
+++ b/includes/installer/i18n/ba.json
@@ -22,7 +22,7 @@
"config-localsettings-badkey": "Дөрөҫ булмаған асҡыс күрһәттегеҙ",
"config-upgrade-key-missing": "Ҡуйылған MediaWiki копияһы булыуы 
асыҡланды. Яңыртыу өсөн файл аҙағында ҡуйығыҙ: 
LocalSettings.php:\n\n$1",
"config-localsettings-incomplete": "Ғәмәлдәге 
LocalSettings.php файла тулған. $1 билдәләнмәгән. Зинһар өсөн 
LocalSettings.php кодын үҙгәртегеҙ. Һуңынан ошонда сиртегеҙ 
«{{int:Config-continue}}».",
-   "config-localsettings-connection-error": 
"LocalSettings.php көйләүҙәрендә хата китте йәки 
AdminSettings.php көйләүҙәрендә хата. Зинһар өсөн, көйләүҙәрҙе 
тәҙәтегеҙ, яңынан эшләп ҡарағыҙ\n$1",
+   "config-localsettings-connection-error": 
"LocalSettings.php көйләүҙәрендә хата китте йәки 
LocalSettings.php көйләүҙәрендә хата. Зинһар өсөн, көйләүҙәрҙе 
тәҙәтегеҙ, яңынан эшләп ҡарағыҙ\n$1",
"config-session-error": "Эш башлағанда сыҡҡан хата: $1",
"config-session-expired": "Һеҙҙең ваҡыт үтте. Сессия $1 оҙонлоғона 
көйләнгән. Уны оҙайтыу өсөн php.ini. эсендә session.gc_maxlifetime 
кодын үҙгәртегеҙ.\nУрынлаштырыу процессын яңынан башлағыҙ.",
"config-no-session": "Был сессия юғалған!\nҮҙегеҙҙең php.ini 
тикшерегеҙ, \nsession.save_path коды тейешле каталогҡа 
урынлаштырылған икәненә ышынғыҙ.",
diff --git a/includes/installer/i18n/nb.json b/includes/installer/i18n/nb.json
index 51d0afa..5e27ad6 100644
--- a/includes/installer/i18n/nb.json
+++ b/includes/installer/i18n/nb.json
@@ -19,7 +19,7 @@
"config-localsettings-badkey": "Oppgraderingsnøkkelen du oppga er 
feil.",
"config-upgrade-key-missing": "En eksisterende installasjon av 
MediaWiki er funnet.\nFor å oppgradere denne installasjonen, vær vennlig å 
legge til følgende linje helt til slutt i din 
''LocalSettings.php''-fil:\n\n$1",
"config-localsettings-incomplete": "Den eksisterende 
''LocalSettings.php'' ser ut til å være ufullstendig.\nVariabelen 
$1 har ingen verdi.\nVær vennlig å endre ''LocalSettings.php'' 
slik at variabelen får en verdi, og klikk ''{{int:Config-continue}}''.",
-   "config-localsettings-connection-error": "Det ble funnet en feil ved 
tilknytning av databasen med innstillingene i 
''LocalSettings.php'' eller ''AdminSettings.php''. 
Vær vennlig å rette opp disse innstillingene og prøv igjen.\n\n$1",
+   "config-localsettings-connection-error": "Det ble funnet en feil ved 
tilknytning av databasen med innstillingene i 
''LocalSettings.php'' eller ''LocalSettings.php''. 
Vær vennlig å rette opp disse innstillingene og prøv igjen.\n\n$1",
   

[MediaWiki-commits] [Gerrit] Remove references to AdminSettings.php - change (mediawiki/core)

2016-06-22 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/295508

Change subject: Remove references to AdminSettings.php
..

Remove references to AdminSettings.php

The use of this file is no longer possible. The few remaining strings
haven't been updated in a long time, and these references just had to be
removed now.

Bug: T138313
Change-Id: I06f66c0ca7abd4679136151bcb1d8a97d4f6a651
---
M includes/installer/i18n/ar.json
M includes/installer/i18n/ba.json
M includes/installer/i18n/nb.json
M includes/installer/i18n/ru.json
M includes/installer/i18n/tl.json
5 files changed, 5 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/08/295508/1

diff --git a/includes/installer/i18n/ar.json b/includes/installer/i18n/ar.json
index 085bf12..239ad7e 100644
--- a/includes/installer/i18n/ar.json
+++ b/includes/installer/i18n/ar.json
@@ -20,7 +20,7 @@
"config-localsettings-badkey": "مفتاح الترقية الذي قدمته غير صحيح.",
"config-upgrade-key-missing": "تنصيب موجود للميدياويكي قد تم 
اكتشافه.\nلترقية هذا التنصيب، الرجاء وضع السطر أسفل 
LocalSettings.php الخاصة بك:\n\n$1",
"config-localsettings-incomplete": "صفحة LocalSettings.php 
يبدو أنها ناقصة.\nالمتغير $1 لم يتم تعيينه.\nالرجاء تغيير 
LocalSettings.php لكي يتم تعيين المتغير، ثم اضغط على 
\"{{int:Config-continue}}\".",
-   "config-localsettings-connection-error": "تمت مصادفة خطأ أثناء الاتصال 
بقاعدة البيانات باستخدام الإعدادات المحددة في LocalSettings.php أو 
AdminSettings.php. الرجاء إصلاح هذه الإعدادات وحاول مجددًا.\n\n$1",
+   "config-localsettings-connection-error": "تمت مصادفة خطأ أثناء الاتصال 
بقاعدة البيانات باستخدام الإعدادات المحددة في LocalSettings.php أو 
LocalSettings.php. الرجاء إصلاح هذه الإعدادات وحاول مجددًا.\n\n$1",
"config-session-error": "خطأ في بدء الجلسة: $1",
"config-session-expired": "يبدو أن بيانات جلستك قد انتهت 
صلاحيتها.\nالجلسات مكونة مدى الحياة من $1.\nيمكنك زيادة هذه بتعيين 
session.gc_maxlifetime في php.ini.\nأعد تشغيل عميل التثبيت.",
"config-no-session": "بيانات جلستك قد ضاعت!\nتحقق من php.ini للتأكد أن 
session.save_path تم تعيينه كدليل مناسب.",
diff --git a/includes/installer/i18n/ba.json b/includes/installer/i18n/ba.json
index 5cca8c8..a1fcfab 100644
--- a/includes/installer/i18n/ba.json
+++ b/includes/installer/i18n/ba.json
@@ -23,7 +23,7 @@
"config-localsettings-badkey": "Дөрөҫ булмаған асҡыс күрһәттегеҙ",
"config-upgrade-key-missing": "Ҡуйылған MediaWiki копияһы булыуы 
асыҡланды. Яңыртыу өсөн файл аҙағында ҡуйығыҙ: 
LocalSettings.php:\n\n$1",
"config-localsettings-incomplete": "Ғәмәлдәге 
LocalSettings.php файла тулған. $1 билдәләнмәгән. Зинһар өсөн 
LocalSettings.php кодын үҙгәртегеҙ. Һуңынан ошонда сиртегеҙ 
«{{int:Config-continue}}».",
-   "config-localsettings-connection-error": 
"LocalSettings.php көйләүҙәрендә хата китте йәки 
AdminSettings.php көйләүҙәрендә хата. Зинһар өсөн, көйләүҙәрҙе 
тәҙәтегеҙ, яңынан эшләп ҡарағыҙ\n$1",
+   "config-localsettings-connection-error": 
"LocalSettings.php көйләүҙәрендә хата китте йәки 
LocalSettings.php көйләүҙәрендә хата. Зинһар өсөн, көйләүҙәрҙе 
тәҙәтегеҙ, яңынан эшләп ҡарағыҙ\n$1",
"config-session-error": "Эш башлағанда сыҡҡан хата: $1",
"config-session-expired": "Һеҙҙең ваҡыт үтте. Сессия $1 оҙонлоғона 
көйләнгән. Уны оҙайтыу өсөн php.ini. эсендә session.gc_maxlifetime 
кодын үҙгәртегеҙ.\nУрынлаштырыу процессын яңынан башлағыҙ.",
"config-no-session": "Был сессия юғалған!\nҮҙегеҙҙең php.ini 
тикшерегеҙ, \nsession.save_path коды тейешле каталогҡа 
урынлаштырылған икәненә ышынғыҙ.",
diff --git a/includes/installer/i18n/nb.json b/includes/installer/i18n/nb.json
index f1ce74b..29bbb71 100644
--- a/includes/installer/i18n/nb.json
+++ b/includes/installer/i18n/nb.json
@@ -19,7 +19,7 @@
"config-localsettings-badkey": "Oppgraderingsnøkkelen du oppga er 
feil.",
"config-upgrade-key-missing": "En eksisterende installasjon av 
MediaWiki er funnet.\nFor å oppgradere denne installasjonen, vær vennlig å 
legge til følgende linje helt til slutt i din 
''LocalSettings.php''-fil:\n\n$1",
"config-localsettings-incomplete": "Den eksisterende 
''LocalSettings.php'' ser ut til å være ufullstendig.\nVariabelen 
$1 har ingen verdi.\nVær vennlig å endre ''LocalSettings.php'' 
slik at variabelen får en verdi, og klikk ''{{int:Config-continue}}''.",
-   "config-localsettings-connection-error": "Det ble funnet en feil ved 
tilknytning av databasen med innstillingene i 
''LocalSettings.php'' eller ''AdminSettings.php''. 
Vær vennlig å rette opp disse innstillingene og prøv igjen.\n\n$1",
+   "config-localsettings-connection-error": "Det ble funnet en feil ved 
tilknytning av databasen med innstillingene i 
''LocalSettings.php'' eller ''LocalSettings.php''. 
Vær vennlig å rette opp disse innstillingene og prøv igjen.\n\n$1",
   

[MediaWiki-commits] [Gerrit] Use single quotes where possible - change (translatewiki)

2016-05-23 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/290234

Change subject: Use single quotes where possible
..

Use single quotes where possible

Change-Id: I9f28c4767d2f9bd135f32829448d201e7d34d198
---
M repong/repong.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/34/290234/1

diff --git a/repong/repong.php b/repong/repong.php
index 342be23..4db4774 100644
--- a/repong/repong.php
+++ b/repong/repong.php
@@ -107,7 +107,7 @@
 
$gerritCommitted = true;
} else {
-   throw new RuntimeException( "Unknown repo type" 
);
+   throw new RuntimeException( 'Unknown repo type' 
);
}
echo "$command\n";
 

-- 
To view, visit https://gerrit.wikimedia.org/r/290234
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9f28c4767d2f9bd135f32829448d201e7d34d198
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Add export features to repong - change (translatewiki)

2016-05-23 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/290201

Change subject: Add export features to repong
..

Add export features to repong

- Can now indicate to only export for languages with translations in the latest 
n hours.
- Can now indicate to not export certain languages.
- Can now indicate to force export of certain languages.

Example configuration:

Example from repoconfig.commit.json:

"europeana": {
"group": "out-europeana",
"export-threshold": 75,
"export-hours": 200,
"skip-languages": 
"ady,aeb,bbc,be-x-old,crh,dk,en,fiu-vro,gan,gom,got,hif,iu,kbd,kk,kk-cn,kk-kz,kk-tr,ko-kp,ku,ku-arab,no,ruq,simple,sr,test,tg,tp,tt,ug,zh,zh-classical,zh-cn,zh-hk,zh-min-nan,zh-mo,zh-my,zh-sg,zh-tw,zh-yue",
"export-threshold": 75,
"repos": {
"europeana": {
"type": "git",
"url": 
"g...@github.com:europeana/Europeana1914-1918.git"
}
}
}

Change-Id: Ic6cc5821093caa400976a15f055e41bf4d030b03
---
M repong/repong.php
1 file changed, 25 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/01/290201/1

diff --git a/repong/repong.php b/repong/repong.php
index 325b26c..7317e6b 100644
--- a/repong/repong.php
+++ b/repong/repong.php
@@ -43,11 +43,22 @@
 
public function export() {
$exporter = $this->meta['export'];
+   $hours = '';
$group = " --group='" . $this->config['group'] . "'";
$lang = " --lang='*'";
$skip = " --skip='en,qqq'";
$threshold = ' --threshold=35';
$base = " --target='" . $this->meta['basepath'] . "'";
+
+   if ( isset( $this->config['export-hours'] ) ) {
+   $hours = (int)$this->config['export-hours'];
+   $hours = " --hours='$hours'";
+   }
+
+   if ( isset( $this->config['skip-languages'] ) ) {
+   $skip = $this->config['skip-languages'];
+   $skip = " --skip='$skip'";
+   }
 
if ( isset( $this->config['export-threshold'] ) ) {
$threshold = (int)$this->config['export-threshold'];
@@ -55,7 +66,7 @@
}
 
// First normal export
-   $command = "$exporter$group$lang$skip$threshold$base";
+   $command = "$exporter$hours$group$lang$skip$threshold$base";
echo "$command\n";
 
$process = new Process( $command );
@@ -72,6 +83,19 @@
$process->mustRun();
$process->setTimeout( 30 );
print $process->getOutput();
+
+   // Last languages that have a forced export
+   if ( isset( $this->config['force-languages'] ) ) {
+   $lang = $this->config['force-languages'];
+   $lang = " --lang='$lang'";
+   $command = "$exporter$hours$group$lang$base";
+   echo "$command\n";
+
+   $process = new Process( $command );
+   $process->mustRun();
+   $process->setTimeout( 120 );
+   print $process->getOutput();
+   }
}
 
public function commit() {

-- 
To view, visit https://gerrit.wikimedia.org/r/290201
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic6cc5821093caa400976a15f055e41bf4d030b03
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Refactor export commands - change (translatewiki)

2016-05-23 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/290197

Change subject: Refactor export commands
..

Refactor export commands

Make the features building blocks, with whitespace, so they can be glued 
together.
This will allow adding FORCELANGS, SKIPLANGS and HOURS that are currently used
in the repoexport script.

Change-Id: I96c5b767bd8bd5b14912e4f3197585f2c9e79ab8
---
M repong/repong.php
1 file changed, 9 insertions(+), 10 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/97/290197/1

diff --git a/repong/repong.php b/repong/repong.php
index 91daff6..325b26c 100644
--- a/repong/repong.php
+++ b/repong/repong.php
@@ -42,22 +42,20 @@
}
 
public function export() {
-   $base = $this->meta['basepath'];
$exporter = $this->meta['export'];
-
-   $group = $this->config['group'];
-
-   $lang = '*';
-   $skip = 'en,qqq';
-   $threshold = '35';
+   $group = " --group='" . $this->config['group'] . "'";
+   $lang = " --lang='*'";
+   $skip = " --skip='en,qqq'";
+   $threshold = ' --threshold=35';
+   $base = " --target='" . $this->meta['basepath'] . "'";
 
if ( isset( $this->config['export-threshold'] ) ) {
$threshold = (int)$this->config['export-threshold'];
+   $threshold = " --threshold='$threshold'";
}
 
// First normal export
-   $command = "$exporter --group='$group' --lang='$lang' 
--skip='$skip' " .
-   "--threshold='$threshold' --target='$base'";
+   $command = "$exporter$group$lang$skip$threshold$base";
echo "$command\n";
 
$process = new Process( $command );
@@ -66,7 +64,8 @@
print $process->getOutput();
 
// Then message documentation
-   $command = "$exporter --group='$group' --lang=qqq 
--target='$base'";
+   $lang = " --lang='qqq'";
+   $command = "$exporter$group$lang$base";
echo "$command\n";
 
$process = new Process( $command );

-- 
To view, visit https://gerrit.wikimedia.org/r/290197
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I96c5b767bd8bd5b14912e4f3197585f2c9e79ab8
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Synchronise two inconsistencies in repoconfig.json files - change (translatewiki)

2016-05-23 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/290196

Change subject: Synchronise two inconsistencies in repoconfig.json files
..

Synchronise two inconsistencies in repoconfig.json files

Change-Id: If66c93bc9c9b3b19c275e1fe3aa930d5207ef29f
---
M repoconfig.commit.json
M repoconfig.json
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/96/290196/1

diff --git a/repoconfig.commit.json b/repoconfig.commit.json
index 5581ba2..8825c88 100644
--- a/repoconfig.commit.json
+++ b/repoconfig.commit.json
@@ -72,7 +72,7 @@
}
},
"hivejs": {
-   "group": "hivejs*",
+   "group": "hivejs-*",
"repos": {
"hivejs/hive-editor-text-codemirror": {
"type": "git",
diff --git a/repoconfig.json b/repoconfig.json
index 4e00bf0..34afcd1 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -72,7 +72,7 @@
}
},
"hivejs": {
-   "group": "hive*",
+   "group": "hivejs-*",
"repos": {
"hivejs/hive-editor-text-codemirror": {
"type": "git",

-- 
To view, visit https://gerrit.wikimedia.org/r/290196
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If66c93bc9c9b3b19c275e1fe3aa930d5207ef29f
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Migrate DCAT-AP, Pywikibot and Wikimania Scholarships to repong - change (translatewiki)

2016-05-23 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/290195

Change subject: Migrate DCAT-AP, Pywikibot and Wikimania Scholarships to repong
..

Migrate DCAT-AP, Pywikibot and Wikimania Scholarships to repong

Change-Id: I360c720a9fa7ab30494cd114e603562ee8d1586f
---
M REPOCONF
M REPOCONF.commit
M bin/REPONG-PROJECTS
M bin/repocommit
M bin/repoexport
M bin/repoupdate
M repoconfig.commit.json
M repoconfig.json
8 files changed, 59 insertions(+), 47 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/95/290195/1

diff --git a/REPOCONF b/REPOCONF
index ea5f0b8..00b0dd8 100644
--- a/REPOCONF
+++ b/REPOCONF
@@ -15,7 +15,6 @@
 REPO_IHRIS_BRANCH="4.2-dev"
 REPO_IHRIS_MODULES="i2ce ihris-common ihris-manage ihris-qualify ihris-train"
 REPO_INTUITION=https://github.com/Krinkle/intuition.git
-REPO_INTDCATAP=https://gerrit.wikimedia.org/r/operations/dumps/dcat
 REPO_INTORPHANTALK=https://github.com/Krinkle/mw-tool-orphantalk.git
 REPO_INTRAUN=https://github.com/kenrick95/Raun.git
 REPO_INTREFILL=https://github.com/zhaofengli/refill.git
@@ -28,9 +27,7 @@
 REPO_NOCC=https://svn.code.sf.net/p/nocc/code/trunk
 REPO_OSM=git://git.openstreetmap.org/rails.git
 REPO_POTLATCH2=https://github.com/systemed/potlatch2.git
-REPO_PYWIKIBOT=https://gerrit.wikimedia.org/r/pywikibot/i18n
 REPO_VICUNA=https://github.com/yarl/vicuna.git
 REPO_WAYMARKEDTRAILSSITE=https://github.com/lonvia/waymarked-trails-site.git
 REPO_WIKIBLAME=https://github.com/FlominatorTM/wikiblame.git
 
REPO_WIKIEDUDASHBOARD=https://github.com/WikiEducationFoundation/WikiEduDashboard.git
-REPO_WIKIMANIA=https://gerrit.wikimedia.org/r/wikimedia/wikimania-scholarships
diff --git a/REPOCONF.commit b/REPOCONF.commit
index ad51fcf..3681dde 100644
--- a/REPOCONF.commit
+++ b/REPOCONF.commit
@@ -23,7 +23,6 @@
 REPO_IHRIS=http://bazaar.launchpad.net/~intrahealth%2Binformatics
 REPO_IHRIS_BRANCH="4.2"
 REPO_IHRIS_MODULES="i2ce ihris-common ihris-manage ihris-qualify ihris-train"
-REPO_INTDCATAP=ssh://l10n-...@gerrit.wikimedia.org:29418/operations/dumps/dcat
 REPO_INTUITION=g...@github.com:Krinkle/intuition.git
 REPO_INTORPHANTALK=g...@github.com:Krinkle/mw-tool-orphantalk.git
 REPO_INTRAUN=g...@github.com:kenrick95/Raun.git
@@ -37,9 +36,7 @@
 REPO_NOCC=svn+ssh://${THISUSER}@svn.code.sf.net/p/nocc/code/trunk
 REPO_OSM=ssh://translatew...@git.openstreetmap.org/var/lib/git/rails.git
 REPO_POTLATCH2=g...@github.com:systemed/potlatch2.git
-REPO_PYWIKIBOT=ssh://l10n-...@gerrit.wikimedia.org:29418/pywikibot/i18n
 REPO_VICUNA=g...@github.com:yarl/vicuna.git
 REPO_WAYMARKEDTRAILSSITE=g...@github.com:lonvia/waymarked-trails-site.git
 REPO_WIKIBLAME=g...@github.com:FlominatorTM/wikiblame.git
 
REPO_WIKIEDUDASHBOARD=g...@github.com:WikiEducationFoundation/WikiEduDashboard.git
-REPO_WIKIMANIA=ssh://l10n-...@gerrit.wikimedia.org:29418/wikimedia/wikimania-scholarships
diff --git a/bin/REPONG-PROJECTS b/bin/REPONG-PROJECTS
index 91ff82c..07b47bd 100644
--- a/bin/REPONG-PROJECTS
+++ b/bin/REPONG-PROJECTS
@@ -2,6 +2,7 @@
 citationhunt
 codev
 crosswatch
+int-dcatap
 entryscape
 etherpad-lite
 europeana
@@ -10,7 +11,9 @@
 mwgerrit
 mwgithub
 pageviews
+pywikibot
 wiki-ai
 wikidata
+wikimania
 wikipedia-android
 wikipedia-ios
diff --git a/bin/repocommit b/bin/repocommit
index 3a8cac7..0befeff 100755
--- a/bin/repocommit
+++ b/bin/repocommit
@@ -70,21 +70,6 @@
fi
 done
 
-# TODO: Move to separate file?
-GERRITPROJECTS="\
-int-dcatap \
-pywikibot \
-wikimania"
-
-for i in $GERRITPROJECTS; do
-   if [ "$i" = "$PROJECT" ]
-   then
-   gitCommitGerrit "$DIR/$PROJECT"
-   mergeL10n-bot
-   exit 0
-   fi
-done
-
 REPONG=$(cat "$DIRSCRIPT/REPONG-PROJECTS");
 for i in $REPONG; do
if [ "$i" = "$PROJECT" ]
diff --git a/bin/repoexport b/bin/repoexport
index a247205..4236562 100755
--- a/bin/repoexport
+++ b/bin/repoexport
@@ -59,10 +59,6 @@
 then
php "$EXPORTER" --target . --group=tsint* --lang='*' --skip "$SKIPLANGS"
 
-elif [ "$PROJECT" = "int-dcatap" ]
-then
-   php "$EXPORTER" --target . --group=int-dcatap --lang='*' --skip 
"$SKIPLANGS"
-
 elif [ "$PROJECT" = "int-orphantalk" ]
 then
php "$EXPORTER" --target . --group=int-orphantalk --lang='*' --skip 
"$SKIPLANGS"
@@ -147,10 +143,6 @@
 then
php "$EXPORTER" --target . --group=out-osm-* --lang='*' --skip en,qqq 
$THRESHOLD
 
-elif [ "$PROJECT" = "pywikibot" ]
-then
-   php "$EXPORTER" --target . --group=out-pywikipedia* --lang='*' --skip 
en --threshold 1
-
 elif [ "$PROJECT" = "vicuna" ]
 then
php "$EXPORTER" --target . --group=out-vicuna --lang='*' --skip en,qqq 
$THRESHOLD
@@ -170,11 +162,6 @@
 elif [ "$PROJECT" = "wikiedudashboard" ]
 then
php "$EXPORTER" --target . --group=wikiedudashboard --lang='*' --skip en
-
-elif [ "$PROJECT" = "wikimania" ]
-then
-   php "$EXPORTER" --target . 

[MediaWiki-commits] [Gerrit] Migrate Freecol and FUEL to repong - change (translatewiki)

2016-05-23 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/290194

Change subject: Migrate Freecol and FUEL to repong
..

Migrate Freecol and FUEL to repong

Change-Id: I55ef587713ad896178edc6c7ac92c25d600c73fc
---
M REPOCONF
M REPOCONF.commit
M bin/REPONG-PROJECTS
M bin/repocommit
M bin/repoexport
M bin/repoupdate
M repoconfig.commit.json
M repoconfig.json
8 files changed, 38 insertions(+), 17 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/94/290194/1

diff --git a/REPOCONF b/REPOCONF
index 95a19ca..6c728a6 100644
--- a/REPOCONF
+++ b/REPOCONF
@@ -7,9 +7,7 @@
 REPO_MWSKINGIT=https://gerrit.wikimedia.org/r/p/mediawiki/skins
 
 REPO_EOL=https://github.com/EOL/eol.git
-REPO_FREECOL=git://git.code.sf.net/p/freecol/git
 
REPO_FUDFORUM=svn://svn.code.sf.net/p/fudforum/code/trunk/install/forum_data/thm/default/i18n
-REPO_FUEL=git://git.fedorahosted.org/fuel.git
 REPO_IHRIS=http://bazaar.launchpad.net/~intrahealth%2Binformatics
 REPO_IHRIS_BRANCH="4.2-dev"
 REPO_IHRIS_MODULES="i2ce ihris-common ihris-manage ihris-qualify ihris-train"
diff --git a/REPOCONF.commit b/REPOCONF.commit
index f8f3540..f68afd7 100644
--- a/REPOCONF.commit
+++ b/REPOCONF.commit
@@ -16,9 +16,7 @@
 
 # other
 REPO_EOL=g...@github.com:EOL/eol.git
-REPO_FREECOL=ssh://${THISUSER}@git.code.sf.net/p/freecol/git
 
REPO_FUDFORUM=svn+ssh://${THISUSER}@svn.code.sf.net/p/fudforum/code/trunk/install/forum_data/thm/default/i18n
-REPO_FUEL=ssh://${THISUSER}@git.fedorahosted.org/git/fuel.git
 REPO_IHRIS=http://bazaar.launchpad.net/~intrahealth%2Binformatics
 REPO_IHRIS_BRANCH="4.2"
 REPO_IHRIS_MODULES="i2ce ihris-common ihris-manage ihris-qualify ihris-train"
diff --git a/bin/REPONG-PROJECTS b/bin/REPONG-PROJECTS
index 44915db..bdb0105 100644
--- a/bin/REPONG-PROJECTS
+++ b/bin/REPONG-PROJECTS
@@ -5,6 +5,8 @@
 entryscape
 etherpad-lite
 europeana
+freecol
+fuel
 hivejs
 huggle
 inaturalist
diff --git a/bin/repocommit b/bin/repocommit
index 4bb3851..4269d6b 100755
--- a/bin/repocommit
+++ b/bin/repocommit
@@ -38,8 +38,6 @@
 # TODO: Move to separate file?
 GITPROJECTS="\
 eol \
-freecol \
-fuel \
 intuition \
 int-orphantalk \
 int-raun \
diff --git a/bin/repoexport b/bin/repoexport
index 863d41b..6b4d29f 100755
--- a/bin/repoexport
+++ b/bin/repoexport
@@ -33,18 +33,9 @@
 then
php "$EXPORTER" --target . --group=out-eol* --lang='*' --skip en 
$THRESHOLD
 
-elif [ "$PROJECT" = "freecol" ]
-then
-   php "$EXPORTER" --target . --group=out-freecol --lang='*' --skip en,qqq 
$THRESHOLD
-   php "$EXPORTER" --target . --group=out-freecol --lang qqq
-
 elif [ "$PROJECT" = "fudforum" ]
 then
php "$EXPORTER" --target . --group=out-fudforum --lang='*' --skip en 
$THRESHOLD
-
-elif [ "$PROJECT" = "fuel" ]
-then
-   php "$EXPORTER" --target . --group=out-fuel* --lang='*' --skip en,qqq 
$THRESHOLD
 
 elif [ "$PROJECT" = "ihris" ]
 then
diff --git a/bin/repoupdate b/bin/repoupdate
index f75c28a..cdf46a9 100755
--- a/bin/repoupdate
+++ b/bin/repoupdate
@@ -47,8 +47,6 @@
 
 GITCLUPDATE="\
 eol \
-freecol \
-fuel \
 intuition \
 int-orphantalk \
 int-raun \
diff --git a/repoconfig.commit.json b/repoconfig.commit.json
index 9244286..6e17cae 100644
--- a/repoconfig.commit.json
+++ b/repoconfig.commit.json
@@ -71,6 +71,24 @@
}
}
},
+   "freecol": {
+   "group": "out-freecol",
+   "repos": {
+   "fuel": {
+   "type": "gitwithusername",
+   "url": 
"ssh://usern...@git.code.sf.net/p/freecol/git"
+   }
+   }
+   },
+   "fuel": {
+   "group": "out-fuel-*",
+   "repos": {
+   "fuel": {
+   "type": "gitwithusername",
+   "url": 
"ssh://usern...@git.fedorahosted.org/git/fuel.git"
+   }
+   }
+   },
"hivejs": {
"group": "hivejs*",
"repos": {
diff --git a/repoconfig.json b/repoconfig.json
index 0e8f8d7..bca88d1 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -71,6 +71,24 @@
}
}
},
+   "freecol": {
+   "group": "out-freecol",
+   "repos": {
+   "fuel": {
+   "type": "git",
+   "url": "git://git.code.sf.net/p/freecol/git"
+   }
+   }
+   },
+   "fuel": {
+   "group": "out-fuel-*",
+   "repos": {
+   "fuel": {
+   "type": "git",
+   "url": "git://git.fedorahosted.org/fuel.git"
+   }
+   }
+   },
"hivejs": {
"group": 

[MediaWiki-commits] [Gerrit] Add repo type 'gitwithusername' - change (translatewiki)

2016-05-23 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/290192

Change subject: Add repo type 'gitwithusername'
..

Add repo type 'gitwithusername'

- This enables support for FreeCol, FUDforum and NOCC that use read-write URLs 
like
  ssh://siebr...@git.code.sf.net/p/freecol/git. USERNAME will be replace by the
  username of the user running the script.
- Add a username conversion table, analogous to the THISUSER feature in 
REPOCONF.commit

Change-Id: I12701001fceaf0a26ece694a3eb27e6e9b05fd2c
---
M repong/repong.php
1 file changed, 15 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/92/290192/1

diff --git a/repong/repong.php b/repong/repong.php
index 91daff6..24cce40 100644
--- a/repong/repong.php
+++ b/repong/repong.php
@@ -8,6 +8,9 @@
protected $bindir;
protected $meta;
protected $config;
+   protected $usernameConversion = [
+   'nike' => 'nikerabbit',
+   ];
 
public function __construct( array $meta, array $config ) {
$this->bindir = realpath( __DIR__ . '/../bin' );
@@ -27,6 +30,17 @@
if ( $repo['type'] === 'git' ) {
$branch = isset( $repo['branch'] ) ? 
$repo['branch'] : 'master';
$command = $this->bindir . "/clupdate-git-repo 
'{$repo['url']}' '$base/$name' '$branch'";
+   } elseif ( $repo['type'] === 'gitwithusername' ) {
+   $branch = isset( $repo['branch'] ) ? 
$repo['branch'] : 'master';
+
+   $userName = get_current_user();
+   if ( isset( 
$this->usernameConversion[$userName] ) ) {
+   $userName = 
$this->usernameConversion[$userName];
+   }
+
+   $repoUrl = $repo['url'];
+   $repoUrl = str_replace( 'USERNAME', $userName, 
$repoUrl );
+   $command = $this->bindir . "/clupdate-git-repo 
'{$repoUrl}' '$base/$name' '$branch'";
} elseif ( $repo['type'] === 'wmgerrit' ) {
$branch = isset( $repo['branch'] ) ? 
$repo['branch'] : 'master';
$command = $this->bindir . 
"/clupdate-gerrit-repo '{$repo['url']}' '$base/$name' '$branch'";
@@ -95,7 +109,7 @@
 
$gerritCommitted = true;
} else {
-   throw new RuntimeException( "Unknown repo type" 
);
+   throw new RuntimeException( 'Unknown repo type' 
);
}
echo "$command\n";
 

-- 
To view, visit https://gerrit.wikimedia.org/r/290192
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I12701001fceaf0a26ece694a3eb27e6e9b05fd2c
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Migrate huggle to repong - change (translatewiki)

2016-05-23 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/290189

Change subject: Migrate huggle to repong
..

Migrate huggle to repong

Change-Id: I6bb3efc463280c866b29822179116df48ac9d3fe
---
M REPOCONF
M REPOCONF.commit
M bin/REPONG-PROJECTS
M bin/repocommit
M bin/repoexport
M bin/repoupdate
M repoconfig.commit.json
M repoconfig.json
8 files changed, 19 insertions(+), 9 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/89/290189/1

diff --git a/REPOCONF b/REPOCONF
index ea5f0b8..95a19ca 100644
--- a/REPOCONF
+++ b/REPOCONF
@@ -10,7 +10,6 @@
 REPO_FREECOL=git://git.code.sf.net/p/freecol/git
 
REPO_FUDFORUM=svn://svn.code.sf.net/p/fudforum/code/trunk/install/forum_data/thm/default/i18n
 REPO_FUEL=git://git.fedorahosted.org/fuel.git
-REPO_HUGGLE=https://github.com/huggle/huggle3-qt-lx.git
 REPO_IHRIS=http://bazaar.launchpad.net/~intrahealth%2Binformatics
 REPO_IHRIS_BRANCH="4.2-dev"
 REPO_IHRIS_MODULES="i2ce ihris-common ihris-manage ihris-qualify ihris-train"
diff --git a/REPOCONF.commit b/REPOCONF.commit
index ad51fcf..f8f3540 100644
--- a/REPOCONF.commit
+++ b/REPOCONF.commit
@@ -19,7 +19,6 @@
 REPO_FREECOL=ssh://${THISUSER}@git.code.sf.net/p/freecol/git
 
REPO_FUDFORUM=svn+ssh://${THISUSER}@svn.code.sf.net/p/fudforum/code/trunk/install/forum_data/thm/default/i18n
 REPO_FUEL=ssh://${THISUSER}@git.fedorahosted.org/git/fuel.git
-REPO_HUGGLE=g...@github.com:huggle/huggle3-qt-lx.git
 REPO_IHRIS=http://bazaar.launchpad.net/~intrahealth%2Binformatics
 REPO_IHRIS_BRANCH="4.2"
 REPO_IHRIS_MODULES="i2ce ihris-common ihris-manage ihris-qualify ihris-train"
diff --git a/bin/REPONG-PROJECTS b/bin/REPONG-PROJECTS
index 91ff82c..44915db 100644
--- a/bin/REPONG-PROJECTS
+++ b/bin/REPONG-PROJECTS
@@ -6,6 +6,7 @@
 etherpad-lite
 europeana
 hivejs
+huggle
 inaturalist
 mwgerrit
 mwgithub
diff --git a/bin/repocommit b/bin/repocommit
index 3a8cac7..4bb3851 100755
--- a/bin/repocommit
+++ b/bin/repocommit
@@ -40,7 +40,6 @@
 eol \
 freecol \
 fuel \
-huggle \
 intuition \
 int-orphantalk \
 int-raun \
diff --git a/bin/repoexport b/bin/repoexport
index a247205..863d41b 100755
--- a/bin/repoexport
+++ b/bin/repoexport
@@ -46,11 +46,6 @@
 then
php "$EXPORTER" --target . --group=out-fuel* --lang='*' --skip en,qqq 
$THRESHOLD
 
-elif [ "$PROJECT" = "huggle" ]
-then
-   php "$EXPORTER" --target . --group=out-huggle --lang='*' --skip en,qqq 
$THRESHOLD
-   php "$EXPORTER" --target . --group=out-huggle --lang qqq
-
 elif [ "$PROJECT" = "ihris" ]
 then
php "$EXPORTER" --target . --group=out-ihris* --lang='*' --skip en,qqq 
$THRESHOLD --ppgettext=/resources/projects
diff --git a/bin/repoupdate b/bin/repoupdate
index a3cebed..f75c28a 100755
--- a/bin/repoupdate
+++ b/bin/repoupdate
@@ -49,7 +49,6 @@
 eol \
 freecol \
 fuel \
-huggle \
 intuition \
 int-orphantalk \
 int-raun \
diff --git a/repoconfig.commit.json b/repoconfig.commit.json
index 5581ba2..9244286 100644
--- a/repoconfig.commit.json
+++ b/repoconfig.commit.json
@@ -100,6 +100,15 @@
}
}
},
+   "huggle": {
+   "group": "out-huggle",
+   "repos": {
+   "huggle": {
+   "type": "git",
+   "url": 
"g...@github.com:huggle/huggle3-qt-lx.git"
+   }
+   }
+   },
"inaturalist": {
"group": "out-inaturalist",
"repos": {
diff --git a/repoconfig.json b/repoconfig.json
index 4e00bf0..0e8f8d7 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -100,6 +100,15 @@
}
}
},
+   "huggle": {
+   "group": "out-huggle",
+   "repos": {
+   "huggle": {
+   "type": "git",
+   "url": 
"https://github.com/huggle/huggle3-qt-lx.git;
+   }
+   }
+   },
"inaturalist": {
"group": "out-inaturalist",
"repos": {

-- 
To view, visit https://gerrit.wikimedia.org/r/290189
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6bb3efc463280c866b29822179116df48ac9d3fe
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Fix copy-paste error - change (translatewiki)

2016-05-23 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/290188

Change subject: Fix copy-paste error
..

Fix copy-paste error

Change-Id: Ic1234573db88366ebf8bfc205b150469e8720926
---
M groups/FUDforum/FUDforum.yaml
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/88/290188/1

diff --git a/groups/FUDforum/FUDforum.yaml b/groups/FUDforum/FUDforum.yaml
index 66b0745..00956c1 100644
--- a/groups/FUDforum/FUDforum.yaml
+++ b/groups/FUDforum/FUDforum.yaml
@@ -21,7 +21,7 @@
 - braceBalanceCheck
 
 INSERTABLES:
-  class: HuggleSuggester
+  class: FudForumSuggester
 
 AUTOLOAD:
   FUDforumMessageChecker: Checker.php

-- 
To view, visit https://gerrit.wikimedia.org/r/290188
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic1234573db88366ebf8bfc205b150469e8720926
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Migrate etherpad to repong - change (translatewiki)

2016-05-23 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/290185

Change subject: Migrate etherpad to repong
..

Migrate etherpad to repong

Change-Id: Ib6da1ee2a9ba923c29e51ee98b251983e606c4c1
---
M REPOCONF
M REPOCONF.commit
M bin/REPONG-PROJECTS
M bin/repocommit
M bin/repoexport
M bin/repoupdate
M repoconfig.commit.json
M repoconfig.json
8 files changed, 21 insertions(+), 16 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/85/290185/1

diff --git a/REPOCONF b/REPOCONF
index bc25035..25b1d2e 100644
--- a/REPOCONF
+++ b/REPOCONF
@@ -7,8 +7,6 @@
 REPO_MWSKINGIT=https://gerrit.wikimedia.org/r/p/mediawiki/skins
 
 REPO_EOL=git://github.com/EOL/eol.git
-REPO_ETHERPADLITE=git://github.com/ether/etherpad-lite.git
-REPO_ETHERPADLITE_BRANCH="develop"
 REPO_FREECOL=git://git.code.sf.net/p/freecol/git
 
REPO_FUDFORUM=svn://svn.code.sf.net/p/fudforum/code/trunk/install/forum_data/thm/default/i18n
 REPO_FUEL=git://git.fedorahosted.org/fuel.git
diff --git a/REPOCONF.commit b/REPOCONF.commit
index a3a76f8..ad51fcf 100644
--- a/REPOCONF.commit
+++ b/REPOCONF.commit
@@ -16,8 +16,6 @@
 
 # other
 REPO_EOL=g...@github.com:EOL/eol.git
-REPO_ETHERPADLITE=g...@github.com:ether/etherpad-lite.git
-REPO_ETHERPADLITE_BRANCH="develop"
 REPO_FREECOL=ssh://${THISUSER}@git.code.sf.net/p/freecol/git
 
REPO_FUDFORUM=svn+ssh://${THISUSER}@svn.code.sf.net/p/fudforum/code/trunk/install/forum_data/thm/default/i18n
 REPO_FUEL=ssh://${THISUSER}@git.fedorahosted.org/git/fuel.git
diff --git a/bin/REPONG-PROJECTS b/bin/REPONG-PROJECTS
index 0596676..91ff82c 100644
--- a/bin/REPONG-PROJECTS
+++ b/bin/REPONG-PROJECTS
@@ -3,6 +3,7 @@
 codev
 crosswatch
 entryscape
+etherpad-lite
 europeana
 hivejs
 inaturalist
diff --git a/bin/repocommit b/bin/repocommit
index 3c70419..65cd054 100755
--- a/bin/repocommit
+++ b/bin/repocommit
@@ -94,10 +94,6 @@
fi
 done
 
-if [ "$PROJECT" = "etherpad-lite" ]
-then
-gitCommit "$DIR/$PROJECT" develop
-
 elif [ "$PROJECT" = "fudforum" ]
 then
cd "$DIR/$PROJECT"
diff --git a/bin/repoexport b/bin/repoexport
index 3439ee9..a247205 100755
--- a/bin/repoexport
+++ b/bin/repoexport
@@ -33,10 +33,6 @@
 then
php "$EXPORTER" --target . --group=out-eol* --lang='*' --skip en 
$THRESHOLD
 
-elif [ "$PROJECT" = "etherpad-lite" ]
-then
-   php "$EXPORTER" --target . --group=out-$PROJECT --lang='*' --skip 
en,qqq $THRESHOLD
-
 elif [ "$PROJECT" = "freecol" ]
 then
php "$EXPORTER" --target . --group=out-freecol --lang='*' --skip en,qqq 
$THRESHOLD
diff --git a/bin/repoupdate b/bin/repoupdate
index 2f05d95..c7e0b9b 100755
--- a/bin/repoupdate
+++ b/bin/repoupdate
@@ -92,10 +92,6 @@
fi
 done
 
-if [ "$PROJECT" = "etherpad-lite" ]
-then
-   doUpdate "$PROJECT" "$CLUPDATE" $REPO_ETHERPADLITE_BRANCH
-
 elif [ "$PROJECT" = "fudforum" ]
 then
svn up -q $PROJECT
diff --git a/repoconfig.commit.json b/repoconfig.commit.json
index 55eb130..980857f 100644
--- a/repoconfig.commit.json
+++ b/repoconfig.commit.json
@@ -51,6 +51,16 @@
}
}
},
+   "etherpad-lite": {
+   "group": "out-etherpad-lite",
+   "repos": {
+   "etherpad-lite": {
+   "type": "git",
+   "branch": "develop",
+   "url": "g...@github.com:ether/etherpad-lite.git"
+   }
+   }
+   },
"europeana": {
"group": "out-europeana",
"threshold": 75,
diff --git a/repoconfig.json b/repoconfig.json
index 8394fda..0a213c4 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -51,6 +51,16 @@
}
}
},
+   "etherpad-lite": {
+   "group": "out-etherpad-lite",
+   "repos": {
+   "etherpad-lite": {
+   "type": "git",
+   "branch": "develop",
+   "url": 
"git://github.com/ether/etherpad-lite.git"
+   }
+   }
+   },
"europeana": {
"group": "out-europeana",
"threshold": 75,

-- 
To view, visit https://gerrit.wikimedia.org/r/290185
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib6da1ee2a9ba923c29e51ee98b251983e606c4c1
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Use https consistently for read-only at GitHub - change (translatewiki)

2016-05-23 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/290184

Change subject: Use https consistently for read-only at GitHub
..

Use https consistently for read-only at GitHub

Change-Id: Idd2e57e14284fac3688323f9694bb19c59a65fbd
---
M repoconfig.json
1 file changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/84/290184/1

diff --git a/repoconfig.json b/repoconfig.json
index 0e155e4..8394fda 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -7,11 +7,11 @@
"repos": {
"blockly": {
"type": "git",
-   "url": "git://github.com/google/blockly.git"
+   "url": "https://github.com/google/blockly.git;
},
"blockly-games": {
"type": "git",
-   "url": 
"git://github.com/google/blockly-games.git"
+   "url": 
"https://github.com/google/blockly-games.git;
}
}
},
@@ -96,7 +96,7 @@
"inaturalist": {
"type": "git",
"branch": "i18n",
-   "url": 
"git://github.com/inaturalist/inaturalist.git"
+   "url": 
"https://github.com/inaturalist/inaturalist.git;
}
}
},
@@ -252,7 +252,7 @@
"wikipedia-ios": {
"type": "git",
"branch": "develop",
-   "url": 
"git://github.com/wikimedia/wikipedia-ios.git"
+   "url": 
"https://github.com/wikimedia/wikipedia-ios.git;
}
}
}

-- 
To view, visit https://gerrit.wikimedia.org/r/290184
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idd2e57e14284fac3688323f9694bb19c59a65fbd
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Migrate Crosswatch to repong - change (translatewiki)

2016-05-23 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/290180

Change subject: Migrate Crosswatch to repong
..

Migrate Crosswatch to repong

Change-Id: Icaf27d6239f0ffd18ca9400eb9cb5f4ecb40546d
---
M REPOCONF
M REPOCONF.commit
M bin/REPONG-PROJECTS
M bin/repocommit
M bin/repoexport
M bin/repoupdate
M repoconfig.commit.json
M repoconfig.json
8 files changed, 21 insertions(+), 9 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/80/290180/1

diff --git a/REPOCONF b/REPOCONF
index 032c7f0..bc25035 100644
--- a/REPOCONF
+++ b/REPOCONF
@@ -9,7 +9,6 @@
 REPO_EOL=git://github.com/EOL/eol.git
 REPO_ETHERPADLITE=git://github.com/ether/etherpad-lite.git
 REPO_ETHERPADLITE_BRANCH="develop"
-REPO_EUROPEANA=git://github.com/europeana/Europeana1914-1918.git
 REPO_FREECOL=git://git.code.sf.net/p/freecol/git
 
REPO_FUDFORUM=svn://svn.code.sf.net/p/fudforum/code/trunk/install/forum_data/thm/default/i18n
 REPO_FUEL=git://git.fedorahosted.org/fuel.git
diff --git a/REPOCONF.commit b/REPOCONF.commit
index 7089307..a3a76f8 100644
--- a/REPOCONF.commit
+++ b/REPOCONF.commit
@@ -18,7 +18,6 @@
 REPO_EOL=g...@github.com:EOL/eol.git
 REPO_ETHERPADLITE=g...@github.com:ether/etherpad-lite.git
 REPO_ETHERPADLITE_BRANCH="develop"
-REPO_EUROPEANA=g...@github.com:europeana/Europeana1914-1918.git
 REPO_FREECOL=ssh://${THISUSER}@git.code.sf.net/p/freecol/git
 
REPO_FUDFORUM=svn+ssh://${THISUSER}@svn.code.sf.net/p/fudforum/code/trunk/install/forum_data/thm/default/i18n
 REPO_FUEL=ssh://${THISUSER}@git.fedorahosted.org/git/fuel.git
diff --git a/bin/REPONG-PROJECTS b/bin/REPONG-PROJECTS
index 96cc12e..0596676 100644
--- a/bin/REPONG-PROJECTS
+++ b/bin/REPONG-PROJECTS
@@ -3,6 +3,7 @@
 codev
 crosswatch
 entryscape
+europeana
 hivejs
 inaturalist
 mwgerrit
diff --git a/bin/repocommit b/bin/repocommit
index 92cada3..3c70419 100755
--- a/bin/repocommit
+++ b/bin/repocommit
@@ -38,7 +38,6 @@
 # TODO: Move to separate file?
 GITPROJECTS="\
 eol \
-europeana \
 freecol \
 fuel \
 huggle \
diff --git a/bin/repoexport b/bin/repoexport
index 7e90b39..3439ee9 100755
--- a/bin/repoexport
+++ b/bin/repoexport
@@ -37,11 +37,6 @@
 then
php "$EXPORTER" --target . --group=out-$PROJECT --lang='*' --skip 
en,qqq $THRESHOLD
 
-elif [ "$PROJECT" = "europeana" ]
-then
-   php "$EXPORTER" --target . --group=out-europeana --lang='*' --skip 
en,qqq --threshold 75
-   php "$EXPORTER" --target . --group=out-europeana --lang qqq
-
 elif [ "$PROJECT" = "freecol" ]
 then
php "$EXPORTER" --target . --group=out-freecol --lang='*' --skip en,qqq 
$THRESHOLD
diff --git a/bin/repoupdate b/bin/repoupdate
index 2d55210..2f05d95 100755
--- a/bin/repoupdate
+++ b/bin/repoupdate
@@ -47,7 +47,6 @@
 
 GITCLUPDATE="\
 eol \
-europeana \
 freecol \
 fuel \
 huggle \
diff --git a/repoconfig.commit.json b/repoconfig.commit.json
index 4b7506d..55eb130 100644
--- a/repoconfig.commit.json
+++ b/repoconfig.commit.json
@@ -51,6 +51,16 @@
}
}
},
+   "europeana": {
+   "group": "out-europeana",
+   "threshold": 75,
+   "repos": {
+   "europeana": {
+   "type": "git",
+   "url": 
"g...@github.com:europeana/Europeana1914-1918.git"
+   }
+   }
+   },
"hivejs": {
"group": "hivejs*",
"repos": {
diff --git a/repoconfig.json b/repoconfig.json
index b5a94d3..eaf4fd3 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -51,6 +51,16 @@
}
}
},
+   "europeana": {
+   "group": "out-europeana",
+   "threshold": 75,
+   "repos": {
+   "europeana": {
+   "type": "git",
+   "url": 
"git://github.com/europeana/Europeana1914-1918.git"
+   }
+   }
+   },
"hivejs": {
"group": "hive*",
"repos": {

-- 
To view, visit https://gerrit.wikimedia.org/r/290180
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icaf27d6239f0ffd18ca9400eb9cb5f4ecb40546d
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Allow setting threshold in repong's config file. - change (translatewiki)

2016-05-23 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/290179

Change subject: Allow setting threshold in repong's config file.
..

Allow setting threshold in repong's config file.

Example from repoconfig.commit.json:

"europeana": {
"group": "out-europeana",
"threshold": 75,
"repos": {
"europeana": {
"type": "git",
"url": 
"g...@github.com:europeana/Europeana1914-1918.git"
}
}
},

Change-Id: I7690d84546b10930a8e9fd6ac47f86a618a90dbd
---
M repong/repong.php
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/79/290179/1

diff --git a/repong/repong.php b/repong/repong.php
index 27477a4..f8f47c4 100644
--- a/repong/repong.php
+++ b/repong/repong.php
@@ -51,6 +51,10 @@
$skip = 'en,qqq';
$threshold = '35';
 
+   if ( isset( $this->config['threshold']) ) {
+   $threshold = $this->config['threshold'];
+   }
+
// First normal export
$command = "$exporter --group='$group' --lang='$lang' 
--skip='$skip' " .
"--threshold='$threshold' --target='$base'";

-- 
To view, visit https://gerrit.wikimedia.org/r/290179
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7690d84546b10930a8e9fd6ac47f86a618a90dbd
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Migrate Crosswatch to repong - change (translatewiki)

2016-05-23 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/290178

Change subject: Migrate Crosswatch to repong
..

Migrate Crosswatch to repong

Change-Id: If7288325be5749b19083bff09dd33fe722c5abb4
---
M REPOCONF
M REPOCONF.commit
M bin/REPONG-PROJECTS
M bin/repocommit
M bin/repoexport
M bin/repoupdate
M repoconfig.commit.json
M repoconfig.json
8 files changed, 20 insertions(+), 9 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/78/290178/1

diff --git a/REPOCONF b/REPOCONF
index d9ff470..032c7f0 100644
--- a/REPOCONF
+++ b/REPOCONF
@@ -6,7 +6,6 @@
 REPO_MWEXTGIT=https://gerrit.wikimedia.org/r/p/mediawiki/extensions
 REPO_MWSKINGIT=https://gerrit.wikimedia.org/r/p/mediawiki/skins
 
-REPO_CROSSWATCH=https://gerrit.wikimedia.org/r/labs/tools/crosswatch
 REPO_EOL=git://github.com/EOL/eol.git
 REPO_ETHERPADLITE=git://github.com/ether/etherpad-lite.git
 REPO_ETHERPADLITE_BRANCH="develop"
diff --git a/REPOCONF.commit b/REPOCONF.commit
index 93e7299..7089307 100644
--- a/REPOCONF.commit
+++ b/REPOCONF.commit
@@ -15,7 +15,6 @@
 REPO_MWSKINGIT=ssh://l10n-...@gerrit.wikimedia.org:29418/mediawiki/skins
 
 # other
-REPO_CROSSWATCH=ssh://l10n-...@gerrit.wikimedia.org:29418/labs/tools/crosswatch
 REPO_EOL=g...@github.com:EOL/eol.git
 REPO_ETHERPADLITE=g...@github.com:ether/etherpad-lite.git
 REPO_ETHERPADLITE_BRANCH="develop"
diff --git a/bin/REPONG-PROJECTS b/bin/REPONG-PROJECTS
index eec6e22..96cc12e 100644
--- a/bin/REPONG-PROJECTS
+++ b/bin/REPONG-PROJECTS
@@ -1,6 +1,7 @@
 blockly
 citationhunt
 codev
+crosswatch
 entryscape
 hivejs
 inaturalist
diff --git a/bin/repocommit b/bin/repocommit
index d821380..92cada3 100755
--- a/bin/repocommit
+++ b/bin/repocommit
@@ -73,7 +73,6 @@
 
 # TODO: Move to separate file?
 GERRITPROJECTS="\
-crosswatch \
 int-dcatap \
 pywikibot \
 wikimania"
diff --git a/bin/repoexport b/bin/repoexport
index 9e4b08e..7e90b39 100755
--- a/bin/repoexport
+++ b/bin/repoexport
@@ -29,11 +29,7 @@
fi
 done
 
-if [ "$PROJECT" = "crosswatch" ]
-then
-   php "$EXPORTER" --target . --group=crosswatch --lang='*' --skip en 
$THRESHOLD
-
-elif [ "$PROJECT" = "eol" ]
+if [ "$PROJECT" = "eol" ]
 then
php "$EXPORTER" --target . --group=out-eol* --lang='*' --skip en 
$THRESHOLD
 
diff --git a/bin/repoupdate b/bin/repoupdate
index f3e9fe1..2d55210 100755
--- a/bin/repoupdate
+++ b/bin/repoupdate
@@ -73,7 +73,6 @@
 done
 
 GITCLUPDATE_GERRIT="\
-crosswatch \
 int-dcatap \
 pywikibot \
 wikimania"
diff --git a/repoconfig.commit.json b/repoconfig.commit.json
index 6ec2328..4b7506d 100644
--- a/repoconfig.commit.json
+++ b/repoconfig.commit.json
@@ -33,6 +33,15 @@
}
}
},
+   "crosswatch": {
+   "group": "crosswatch",
+   "repos": {
+   "crosswatch": {
+   "type": "wmgerrit",
+   "url": 
"ssh://l10n-...@gerrit.wikimedia.org:29418/labs/tools/crosswatch"
+   }
+   }
+   },
"entryscape": {
"group": "entryscape-*",
"repos": {
diff --git a/repoconfig.json b/repoconfig.json
index c94ef73..b5a94d3 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -33,6 +33,15 @@
}
}
},
+   "crosswatch": {
+   "group": "crosswatch",
+   "repos": {
+   "crosswatch": {
+   "type": "wmgerrit",
+   "url": 
"https://gerrit.wikimedia.org/r/labs/tools/crosswatch;
+   }
+   }
+   },
"entryscape": {
"group": "entryscape-*",
"repos": {

-- 
To view, visit https://gerrit.wikimedia.org/r/290178
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If7288325be5749b19083bff09dd33fe722c5abb4
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Remove stray "gerrit" - change (translatewiki)

2016-05-19 Thread Siebrand (Code Review)
Siebrand has submitted this change and it was merged.

Change subject: Remove stray "gerrit"
..


Remove stray "gerrit"

Change-Id: Ib713178b33ddff7a4a4c60027695e1ba683d703d
---
M bin/merge-wmgerrit-patches
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Siebrand: Verified; Looks good to me, approved



diff --git a/bin/merge-wmgerrit-patches b/bin/merge-wmgerrit-patches
index 9d39db2..cbc97f4 100755
--- a/bin/merge-wmgerrit-patches
+++ b/bin/merge-wmgerrit-patches
@@ -5,5 +5,5 @@
 
 for i in `ssh $GERRIT query --format=TEXT owner:$U status:open | grep '  url:' 
|cut -d/ -f5 |sort`
 do
-ssh $GERRIT gerrit review $i,1 --code-review 2 --verified 2 --submit
+ssh $GERRIT review $i,1 --code-review 2 --verified 2 --submit
 done

-- 
To view, visit https://gerrit.wikimedia.org/r/289721
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib713178b33ddff7a4a4c60027695e1ba683d703d
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 
Gerrit-Reviewer: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Merge patch sets when any gerrit repos were involved - change (translatewiki)

2016-05-19 Thread Siebrand (Code Review)
Siebrand has submitted this change and it was merged.

Change subject: Merge patch sets when any gerrit repos were involved
..


Merge patch sets when any gerrit repos were involved

Change-Id: I1130d2e01591f2b4d7259350837b7a836f808e0f
---
A bin/merge-wmgerrit-patches
M repong/repong.php
2 files changed, 29 insertions(+), 3 deletions(-)

Approvals:
  Siebrand: Verified; Looks good to me, approved



diff --git a/bin/merge-wmgerrit-patches b/bin/merge-wmgerrit-patches
new file mode 100755
index 000..9d39db2
--- /dev/null
+++ b/bin/merge-wmgerrit-patches
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+U="l10n-bot"
+GERRIT="$u...@gerrit.wikimedia.org -p 29418 gerrit"
+
+for i in `ssh $GERRIT query --format=TEXT owner:$U status:open | grep '  url:' 
|cut -d/ -f5 |sort`
+do
+ssh $GERRIT gerrit review $i,1 --code-review 2 --verified 2 --submit
+done
diff --git a/repong/repong.php b/repong/repong.php
index bc0d773..27477a4 100644
--- a/repong/repong.php
+++ b/repong/repong.php
@@ -5,25 +5,31 @@
 require_once __DIR__ . '/vendor/autoload.php';
 
 class RepoNg {
+   protected $bindir;
protected $meta;
protected $config;
 
public function __construct( array $meta, array $config ) {
+   $this->bindir = realpath( __DIR__ . '/../bin' );
+
+   if ( $this->bindir === false ) {
+   throw new RuntimeException( __DIR__ . '/../bin/ does 
not exist' );
+   }
+
$this->meta = $meta;
$this->config = $config;
}
 
public function update() {
-   $bindir = realpath( __DIR__ . '/../bin' );
$base = $this->meta['basepath'];
 
foreach ( $this->config['repos'] as $name => $repo ) {
if ( $repo['type'] === 'git' ) {
$branch = isset( $repo['branch'] ) ? 
$repo['branch'] : 'master';
-   $command = "$bindir/clupdate-git-repo 
'{$repo['url']}' '$base/$name' '$branch'";
+   $command = $this->bindir . "/clupdate-git-repo 
'{$repo['url']}' '$base/$name' '$branch'";
} elseif ( $repo['type'] === 'wmgerrit' ) {
$branch = isset( $repo['branch'] ) ? 
$repo['branch'] : 'master';
-   $command = "$bindir/clupdate-gerrit-repo 
'{$repo['url']}' '$base/$name' '$branch'";
+   $command = $this->bindir . 
"/clupdate-gerrit-repo '{$repo['url']}' '$base/$name' '$branch'";
} else {
throw new RuntimeException( 'Unknown repo rype' 
);
}
@@ -68,6 +74,7 @@
public function commit() {
$message = 'Localisation updates from 
https://translatewiki.net.';
$base = $this->meta['basepath'];
+   $gerritCommitted = false;
 
foreach ( $this->config['repos'] as $name => $repo ) {
if ( $repo['type'] === 'git' ) {
@@ -81,6 +88,8 @@
$command = "cd $dir; git add .; " .
"git commit -m '$message' || :; " .
'git review -r origin -t L10n';
+
+   $gerritCommitted = true;
} else {
throw new RuntimeException( "Unknown repo type" 
);
}
@@ -91,6 +100,14 @@
$process->setTimeout( 120 );
print $process->getOutput();
}
+
+   // Merge patch sets submitted to Wikimedia's Gerrit.
+   if ( $gerritCommitted ) {
+   $process = new Process( $this->bindir . 
'/merge-wmgerrit-patches' );
+   $process->mustRun();
+   $process->setTimeout( 120 );
+   print $process->getOutput();
+   }
}
 }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/282334
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I1130d2e01591f2b4d7259350837b7a836f808e0f
Gerrit-PatchSet: 11
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 
Gerrit-Reviewer: Nikerabbit 
Gerrit-Reviewer: Siebrand 
Gerrit-Reviewer: jenkins-bot <>

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Update location of wikidata/query/gui repo - change (translatewiki)

2016-05-19 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/289713

Change subject: Update location of wikidata/query/gui repo
..

Update location of wikidata/query/gui repo

Change-Id: Ia0f1566642feb6b0d676d438db168f40616d9f96
---
M repoconfig.commit.json
M repoconfig.json
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/13/289713/1

diff --git a/repoconfig.commit.json b/repoconfig.commit.json
index b2aa70b..6ec2328 100644
--- a/repoconfig.commit.json
+++ b/repoconfig.commit.json
@@ -212,7 +212,7 @@
"wikidata": {
"group": "wikidata-*",
"repos": {
-   "mwgerrit/wikidata/query/gui": {
+   "wikidata/query/gui": {
"type": "wmgerrit",
"url": 
"ssh://l10n-...@gerrit.wikimedia.org:29418/wikidata/query/gui"
}
diff --git a/repoconfig.json b/repoconfig.json
index 519634c..c94ef73 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -212,7 +212,7 @@
"wikidata": {
"group": "wikidata-*",
"repos": {
-   "mwgerrit/wikidata/query/gui": {
+   "wikidata/query/gui": {
"type": "wmgerrit",
"url": 
"https://gerrit.wikimedia.org/r/wikidata/query/gui;
}

-- 
To view, visit https://gerrit.wikimedia.org/r/289713
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia0f1566642feb6b0d676d438db168f40616d9f96
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Add support for Wikidata Query GUI - change (translatewiki)

2016-05-19 Thread Siebrand (Code Review)
Siebrand has submitted this change and it was merged.

Change subject: Add support for Wikidata Query GUI
..


Add support for Wikidata Query GUI

Bug: T133154
Depends-On: I5a7724b993f109837b16ee0b6ce705fffbef3948
Change-Id: I9eca20f89f35e9ecfe21fd7f5f9d78b789acc2c7
---
M bin/EXTERNAL-PROJECTS
M bin/REPONG-PROJECTS
A groups/wikidata/wikidata.yaml
M repoconfig.commit.json
M repoconfig.json
5 files changed, 48 insertions(+), 0 deletions(-)

Approvals:
  Siebrand: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/bin/EXTERNAL-PROJECTS b/bin/EXTERNAL-PROJECTS
index 4c1062e..890efe6 100644
--- a/bin/EXTERNAL-PROJECTS
+++ b/bin/EXTERNAL-PROJECTS
@@ -34,5 +34,6 @@
 waymarked-trails-site
 wiki-ai
 wikiblame
+wikidata
 wikiedudashboard
 wikimania
diff --git a/bin/REPONG-PROJECTS b/bin/REPONG-PROJECTS
index 1382c55..eec6e22 100644
--- a/bin/REPONG-PROJECTS
+++ b/bin/REPONG-PROJECTS
@@ -8,5 +8,6 @@
 mwgithub
 pageviews
 wiki-ai
+wikidata
 wikipedia-android
 wikipedia-ios
diff --git a/groups/wikidata/wikidata.yaml b/groups/wikidata/wikidata.yaml
new file mode 100644
index 000..3eb61f7
--- /dev/null
+++ b/groups/wikidata/wikidata.yaml
@@ -0,0 +1,28 @@
+TEMPLATE:
+  BASIC:
+icon: wiki://Wikidata-logo.svg
+namespace: NS_WIKIMEDIA
+class: FileBasedMessageGroup
+description: "{{Special:MyLanguage/Translations:Group 
descriptions/wikidata/en}}"
+
+  FILES:
+class: JsonFFS
+
+---
+BASIC:
+  id: wikidata-0-all
+  label: Wikidata
+  meta: yes
+  class: AggregateMessageGroup
+
+GROUPS:
+  - wikidata-*
+
+---
+BASIC:
+  id: wikidata-query-gui
+  label: Wikidata Query GUI
+  description: "{{Special:MyLanguage/Translations:Group 
descriptions/wikidata-query-gui/en}}"
+
+FILES:
+  sourcePattern: "%GROUPROOT%/wikidata/query/gui/i18n/%CODE%.json"
diff --git a/repoconfig.commit.json b/repoconfig.commit.json
index a176e7d..b2aa70b 100644
--- a/repoconfig.commit.json
+++ b/repoconfig.commit.json
@@ -209,6 +209,15 @@
}
}
},
+   "wikidata": {
+   "group": "wikidata-*",
+   "repos": {
+   "mwgerrit/wikidata/query/gui": {
+   "type": "wmgerrit",
+   "url": 
"ssh://l10n-...@gerrit.wikimedia.org:29418/wikidata/query/gui"
+   }
+   }
+   },
"wikipedia-android": {
"group": "out-wikimedia-mobile-wikipedia-android-*",
"repos": {
diff --git a/repoconfig.json b/repoconfig.json
index d89a514..519634c 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -209,6 +209,15 @@
}
}
},
+   "wikidata": {
+   "group": "wikidata-*",
+   "repos": {
+   "mwgerrit/wikidata/query/gui": {
+   "type": "wmgerrit",
+   "url": 
"https://gerrit.wikimedia.org/r/wikidata/query/gui;
+   }
+   }
+   },
"wikipedia-android": {
"group": "out-wikimedia-mobile-wikipedia-android-*",
"repos": {

-- 
To view, visit https://gerrit.wikimedia.org/r/284468
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I9eca20f89f35e9ecfe21fd7f5f9d78b789acc2c7
Gerrit-PatchSet: 4
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 
Gerrit-Reviewer: Amire80 
Gerrit-Reviewer: Jonas Kress (WMDE) 
Gerrit-Reviewer: Nikerabbit 
Gerrit-Reviewer: Siebrand 
Gerrit-Reviewer: jenkins-bot <>

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Enable wikidata project - change (translatewiki)

2016-05-19 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/289710

Change subject: Enable wikidata project
..

Enable wikidata project

Change-Id: Iad49ca5365597c28d0a9e1f6393f7c9f6a9b50c1
---
M TranslateSettings.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/10/289710/1

diff --git a/TranslateSettings.php b/TranslateSettings.php
index 594edd4..ebbf120 100644
--- a/TranslateSettings.php
+++ b/TranslateSettings.php
@@ -230,6 +230,7 @@
 $wgTranslateGroupFiles[] = "$GROUPS/Nocc/Nocc.yaml";
 
 wfAddNamespace( 1206, 'Wikimedia' );
+$wgTranslateGroupFiles[] = "$GROUPS/wikidata/wikidata.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/jquery.uls.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/WikiBlame.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Wikimedia/WikiEduDashboard.yaml";

-- 
To view, visit https://gerrit.wikimedia.org/r/289710
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iad49ca5365597c28d0a9e1f6393f7c9f6a9b50c1
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Add support for Wikidata Query GUI - change (translatewiki)

2016-04-20 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/284468

Change subject: Add support for Wikidata Query GUI
..

Add support for Wikidata Query GUI

Change-Id: I9eca20f89f35e9ecfe21fd7f5f9d78b789acc2c7
---
M TranslateSettings.php
M bin/EXTERNAL-PROJECTS
M bin/REPONG-PROJECTS
A groups/wikidata/wikidata.yaml
M repoconfig.commit.json
M repoconfig.json
6 files changed, 51 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/68/284468/1

diff --git a/TranslateSettings.php b/TranslateSettings.php
index 594edd4..994a065 100644
--- a/TranslateSettings.php
+++ b/TranslateSettings.php
@@ -368,3 +368,6 @@
 $wgCapitalLinkOverrides[NS_HIVEJS] = false;
 $wgCapitalLinkOverrides[NS_HIVEJS_TALK] = false;
 $wgTranslateGroupFiles[] = "$GROUPS/hivejs/hivejs.yaml";
+
+wfAddNamespace( 1268, 'Wikidata' );
+$wgTranslateGroupFiles[] = "$GROUPS/wikidata/wikidata.yaml";
diff --git a/bin/EXTERNAL-PROJECTS b/bin/EXTERNAL-PROJECTS
index 4c1062e..890efe6 100644
--- a/bin/EXTERNAL-PROJECTS
+++ b/bin/EXTERNAL-PROJECTS
@@ -34,5 +34,6 @@
 waymarked-trails-site
 wiki-ai
 wikiblame
+wikidata
 wikiedudashboard
 wikimania
diff --git a/bin/REPONG-PROJECTS b/bin/REPONG-PROJECTS
index 1382c55..eec6e22 100644
--- a/bin/REPONG-PROJECTS
+++ b/bin/REPONG-PROJECTS
@@ -8,5 +8,6 @@
 mwgithub
 pageviews
 wiki-ai
+wikidata
 wikipedia-android
 wikipedia-ios
diff --git a/groups/wikidata/wikidata.yaml b/groups/wikidata/wikidata.yaml
new file mode 100644
index 000..a996492
--- /dev/null
+++ b/groups/wikidata/wikidata.yaml
@@ -0,0 +1,28 @@
+TEMPLATE:
+  BASIC:
+icon: wiki://Wikidata-logo.svg
+namespace: NS_WIKIDATA
+class: FileBasedMessageGroup
+description: "{{Special:MyLanguage/Translations:Group 
descriptions/wikidata/en}}"
+
+  FILES:
+class: JsonFFS
+
+---
+BASIC:
+  id: wikidata-0-all
+  label: Wikidata
+  meta: yes
+  class: AggregateMessageGroup
+
+GROUPS:
+  - wikidata-*
+
+---
+BASIC:
+  id: wikidata-query-gui
+  label: Wikidata Query GUI
+  description: "{{Special:MyLanguage/Translations:Group 
descriptions/wikidata-query-gui/en}}"
+
+FILES:
+  sourcePattern: "%GROUPROOT%/wikiadata/query/gui/i18n/%CODE%.json"
diff --git a/repoconfig.commit.json b/repoconfig.commit.json
index a176e7d..b2aa70b 100644
--- a/repoconfig.commit.json
+++ b/repoconfig.commit.json
@@ -209,6 +209,15 @@
}
}
},
+   "wikidata": {
+   "group": "wikidata-*",
+   "repos": {
+   "mwgerrit/wikidata/query/gui": {
+   "type": "wmgerrit",
+   "url": 
"ssh://l10n-...@gerrit.wikimedia.org:29418/wikidata/query/gui"
+   }
+   }
+   },
"wikipedia-android": {
"group": "out-wikimedia-mobile-wikipedia-android-*",
"repos": {
diff --git a/repoconfig.json b/repoconfig.json
index d89a514..519634c 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -209,6 +209,15 @@
}
}
},
+   "wikidata": {
+   "group": "wikidata-*",
+   "repos": {
+   "mwgerrit/wikidata/query/gui": {
+   "type": "wmgerrit",
+   "url": 
"https://gerrit.wikimedia.org/r/wikidata/query/gui;
+   }
+   }
+   },
"wikipedia-android": {
"group": "out-wikimedia-mobile-wikipedia-android-*",
"repos": {

-- 
To view, visit https://gerrit.wikimedia.org/r/284468
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9eca20f89f35e9ecfe21fd7f5f9d78b789acc2c7
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Merge patch sets and any gerrit repos were involved - change (translatewiki)

2016-04-08 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/282334

Change subject: Merge patch sets and any gerrit repos were involved
..

Merge patch sets and any gerrit repos were involved

Change-Id: I1130d2e01591f2b4d7259350837b7a836f808e0f
---
M repong/repong.php
1 file changed, 16 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/34/282334/1

diff --git a/repong/repong.php b/repong/repong.php
index bc0d773..ba18bf7 100644
--- a/repong/repong.php
+++ b/repong/repong.php
@@ -68,6 +68,7 @@
public function commit() {
$message = 'Localisation updates from 
https://translatewiki.net.';
$base = $this->meta['basepath'];
+   $gerritCommitted = false;
 
foreach ( $this->config['repos'] as $name => $repo ) {
if ( $repo['type'] === 'git' ) {
@@ -81,6 +82,8 @@
$command = "cd $dir; git add .; " .
"git commit -m '$message' || :; " .
'git review -r origin -t L10n';
+   
+   $gerritCommitted = true;
} else {
throw new RuntimeException( "Unknown repo type" 
);
}
@@ -91,6 +94,19 @@
$process->setTimeout( 120 );
print $process->getOutput();
}
+   
+   // Merge patch sets submitted to Wikimedia's Gerrit.
+   if ( $gerritCommitted ) {
+   $command = "for i in `ssh l10n-...@gerrit.wikimedia.org 
-p 29418 ";
+   $command .= "gerrit query --format=TEXT owner:l10n-bot 
status:open |";
+   $command .= "grep '  url:' |cut -d/ -f5 |sort`; do ";
+   $command .= "ssh l10n-...@gerrit.wikimedia.org -p 29418 
";
+   $command .= "gerrit review \$i,1 --code-review 2 
--verified 2 --submit; done";
+   $process = new Process( $command );
+   $process->mustRun();
+   $process->setTimeout( 120 );
+   print $process->getOutput();
+   }
}
 }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/282334
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1130d2e01591f2b4d7259350837b7a836f808e0f
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Fix commit remote - change (translatewiki)

2016-04-05 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/281707

Change subject: Fix commit remote
..

Fix commit remote

Change-Id: Ic97878985dbc2df14fadcdb2ca0bd2f42257a2dd
---
M repoconfig.commit.json
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/07/281707/1

diff --git a/repoconfig.commit.json b/repoconfig.commit.json
index ae6999e..a176e7d 100644
--- a/repoconfig.commit.json
+++ b/repoconfig.commit.json
@@ -224,7 +224,7 @@
"wikipedia-ios": {
"type": "git",
"branch": "develop",
-   "url": 
"git://github.com/wikimedia/wikipedia-ios.git"
+   "url": 
"g...@github.com:wikimedia/wikipedia-ios.git"
}
}
}

-- 
To view, visit https://gerrit.wikimedia.org/r/281707
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic97878985dbc2df14fadcdb2ca0bd2f42257a2dd
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Move mwgithub and mwgerrit config files to MediaWiki group - change (translatewiki)

2016-04-05 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/281696

Change subject: Move mwgithub and mwgerrit config files to MediaWiki group
..

Move mwgithub and mwgerrit config files to MediaWiki group

Change-Id: I69d68cee009a0f46acfacfdd51d96a99817f0758
---
M TranslateSettings.php
R groups/MediaWiki/mwgerrit.yaml
R groups/MediaWiki/mwgithub.yaml
3 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/96/281696/1

diff --git a/TranslateSettings.php b/TranslateSettings.php
index dd118ff..4d7b76e 100644
--- a/TranslateSettings.php
+++ b/TranslateSettings.php
@@ -78,8 +78,8 @@
 }
 
 # Add aggregate message groups for MediaWiki extensions.
-$wgTranslateGroupFiles[] = "$GROUPS/mwgithub/mwgerrit.yaml";
-$wgTranslateGroupFiles[] = "$GROUPS/mwgithub/mwgithub.yaml";
+$wgTranslateGroupFiles[] = "$GROUPS/MediaWiki/mwgerrit.yaml";
+$wgTranslateGroupFiles[] = "$GROUPS/MediaWiki/mwgithub.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/MediaWiki/MediaWiki.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/MediaWiki/WikimediaMainAgg.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/MediaWiki/WikimediaAgg.yaml";
diff --git a/groups/mwgerrit/mwgerrit.yaml b/groups/MediaWiki/mwgerrit.yaml
similarity index 100%
rename from groups/mwgerrit/mwgerrit.yaml
rename to groups/MediaWiki/mwgerrit.yaml
diff --git a/groups/mwgithub/mwgithub.yaml b/groups/MediaWiki/mwgithub.yaml
similarity index 100%
rename from groups/mwgithub/mwgithub.yaml
rename to groups/MediaWiki/mwgithub.yaml

-- 
To view, visit https://gerrit.wikimedia.org/r/281696
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I69d68cee009a0f46acfacfdd51d96a99817f0758
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Put all repong repositories at the top of the file - change (translatewiki)

2016-04-05 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/281695

Change subject: Put all repong repositories at the top of the file
..

Put all repong repositories at the top of the file

These repos are expected to be deleted from Gerrit soon, and then these
lines can be removed.

Change-Id: I8aefaf174612e065c05fb4e39c473f0cc4cee152
---
M groups/MediaWiki/mediawiki-extensions.txt
1 file changed, 19 insertions(+), 22 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/95/281695/1

diff --git a/groups/MediaWiki/mediawiki-extensions.txt 
b/groups/MediaWiki/mediawiki-extensions.txt
index 7bbb6a0..1d7e0a4 100644
--- a/groups/MediaWiki/mediawiki-extensions.txt
+++ b/groups/MediaWiki/mediawiki-extensions.txt
@@ -1,3 +1,21 @@
+# Maintained through repong
+# Maps
+# Parser Hooks
+# Semantic Breadcrumb Links
+# Semantic Cite
+# Semantic External Query Lookup
+# Semantic Extra Special Properties
+# Semantic Glossary
+# Semantic Interlanguage Links
+# Semantic Maps
+# Semantic MediaWiki
+# Semantic Meta Tags
+# Semantic Result Formats
+# Semantic Signup
+# Semantic Watchlist
+# Sub Page List
+# Validator
+
 Absentee Landlord
 
 Abuse Filter
@@ -11,7 +29,7 @@
 # Repo is archived
 # Accessibility Simulation
 
-# Disabled 2015-07-21 afters SULF finished
+# Disabled 2015-07-21 afters SUL finished
 # Account Audit
 
 Account Info
@@ -1419,8 +1437,6 @@
 Map Sources
 aliasfile = MapSources/MapSources.i18n.alias.php
 
-# Maps # Maintained through repong
-
 Mark As Helpful
 
 Mass Edit Regex
@@ -1808,8 +1824,6 @@
 descmsg = pfunc_desc
 magicfile = ParserFunctions/ParserFunctions.i18n.magic.php
 
-# Parser Hooks # Maintained through repong
-
 # Deleted 2015-08-02
 # Parsoid
 
@@ -2067,20 +2081,6 @@
 
 Semantic Bundle
 
-# Maintained through repong
-# Semantic Breadcrumb Links
-# Semantic Cite
-# Semantic External Query Lookup
-# Semantic Extra Special Properties
-# Semantic Glossary
-# Semantic Interlanguage Links
-# Semantic Maps
-# Semantic MediaWiki
-# Semantic Meta Tags
-# Semantic Result Formats
-# Semantic Signup
-# Semantic Watchlist
-
 Semantic Compound Queries
 magicfile = SemanticCompoundQueries/SemanticCompoundQueries.i18n.magic.php
 
@@ -2250,7 +2250,6 @@
 #file = StrategyWiki/ActiveStrategy/i18n/%CODE%.json
 #descmsg = active-strategy-desc
 
-# Sub Page List # Maintained through repong
 Sub Page List 3
 descmsg = spl3-desc
 
@@ -2465,8 +2464,6 @@
 aliasfile = UserPageViewTracker/UserPageViewTracker.alias.php
 
 User Throttle
-
-# Validator # Maintained through repong
 
 Variables
 

-- 
To view, visit https://gerrit.wikimedia.org/r/281695
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8aefaf174612e065c05fb4e39c473f0cc4cee152
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Process message changes in group externals - change (translatewiki)

2016-04-05 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/281694

Change subject: Process message changes in group externals
..

Process message changes in group externals

Change-Id: I4477504678fe6835eee6eb23beb6ed874533655f
---
M bin/update-externals
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/94/281694/1

diff --git a/bin/update-externals b/bin/update-externals
index f592f6e..00c1f1f 100755
--- a/bin/update-externals
+++ b/bin/update-externals
@@ -14,7 +14,7 @@
 echo "All repositories updated"
 
 echo "Process message changes..."
-php $WIKI/extensions/Translate/scripts/processMessageChanges.php --quiet 
--skipgroup=ext-*
+php $WIKI/extensions/Translate/scripts/processMessageChanges.php --quiet 
--name=externals --skipgroup=ext-*
 echo "Processed message changes"
 
-echo "Go to https://translatewiki.net/wiki/Special:ManageMessageGroups for the 
last bits"
+echo "Go to 
https://translatewiki.net/wiki/Special:ManageMessageGroups/externals for the 
last bits"

-- 
To view, visit https://gerrit.wikimedia.org/r/281694
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4477504678fe6835eee6eb23beb6ed874533655f
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Reduce repong.php output: command no longer echo-ed - change (translatewiki)

2016-04-05 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/281693

Change subject: Reduce repong.php output: command no longer echo-ed
..

Reduce repong.php output: command no longer echo-ed

Change-Id: I44747bf2a3361bd5aeb0ec1828235841c23ef939
---
M repong/repong.php
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/93/281693/1

diff --git a/repong/repong.php b/repong/repong.php
index 82fad34..bc0d773 100644
--- a/repong/repong.php
+++ b/repong/repong.php
@@ -27,7 +27,6 @@
} else {
throw new RuntimeException( 'Unknown repo rype' 
);
}
-   echo "$command\n";
 
$process = new Process( $command );
$process->mustRun();

-- 
To view, visit https://gerrit.wikimedia.org/r/281693
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I44747bf2a3361bd5aeb0ec1828235841c23ef939
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Add support for SemanticMediaWiki/WhatsNearby - change (translatewiki)

2016-04-05 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/281690

Change subject: Add support for SemanticMediaWiki/WhatsNearby
..

Add support for SemanticMediaWiki/WhatsNearby

Bug: T131846
Change-Id: I0316a2421e6c9693fe0a5f038ceaee74e5abd069
---
M groups/mwgithub/mwgithub.yaml
M repoconfig.commit.json
M repoconfig.json
3 files changed, 17 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/90/281690/1

diff --git a/groups/mwgithub/mwgithub.yaml b/groups/mwgithub/mwgithub.yaml
index b0edcb2..0011719 100644
--- a/groups/mwgithub/mwgithub.yaml
+++ b/groups/mwgithub/mwgithub.yaml
@@ -269,3 +269,12 @@
 TAGS:
   optional:
 - validator-listerrors-severity-message
+---
+BASIC:
+  id: mwgithub-whatsnearby
+  label: What's Nearby
+  description: "{{Special:MyLanguage/MediaWiki:Wnby-desc/en}}"
+
+FILES:
+  class: JsonFFS
+  sourcePattern: 
"%GROUPROOT%/mwgithub/SemanticMediaWiki/WhatsNearby/i18n/%CODE%.json"
diff --git a/repoconfig.commit.json b/repoconfig.commit.json
index 031c716..d200ae7 100644
--- a/repoconfig.commit.json
+++ b/repoconfig.commit.json
@@ -165,6 +165,10 @@
"type": "git",
"url": 
"g...@github.com:SemanticMediaWiki/SemanticWatchlist.git"
},
+   "mwgithub/SemanticMediaWiki/WhatsNearby": {
+   "type": "git",
+   "url": 
"g...@github.com:SemanticMediaWiki/WhatsNearby.git"
+   },
"mwgithub/Wikidata-lib/PropertySuggester": {
"type": "git",
"url": 
"g...@github.com:Wikidata-lib/PropertySuggester.git"
diff --git a/repoconfig.json b/repoconfig.json
index 955bcf8..74aed4b 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -165,6 +165,10 @@
"type": "git",
"url": 
"https://github.com/SemanticMediaWiki/SemanticWatchlist.git;
},
+   "mwgithub/SemanticMediaWiki/WhatsNearby": {
+   "type": "git",
+   "url": 
"https://github.com/SemanticMediaWiki/WhatsNearby.git;
+   },
"mwgithub/Wikidata-lib/PropertySuggester": {
"type": "git",
"url": 
"https://github.com/Wikidata-lib/PropertySuggester.git;

-- 
To view, visit https://gerrit.wikimedia.org/r/281690
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0316a2421e6c9693fe0a5f038ceaee74e5abd069
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] VisualEditor and OO JS groups now use repong - change (translatewiki)

2016-04-03 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/281308

Change subject: VisualEditor and OO JS groups now use repong
..

VisualEditor and OO JS groups now use repong

Added to the project wmgerrit and removed the special cases in repoupdate.

Change-Id: I02cba3f3cf3c6b53f745b6649df7b507feabeb16
---
M bin/repoupdate
M groups/MediaWiki/mediawiki-extensions.txt
M groups/mwgerrit/mwgerrit.yaml
M repoconfig.commit.json
M repoconfig.json
5 files changed, 47 insertions(+), 19 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/08/281308/1

diff --git a/bin/repoupdate b/bin/repoupdate
index 8be4d22..f3e9fe1 100755
--- a/bin/repoupdate
+++ b/bin/repoupdate
@@ -134,10 +134,6 @@
echo "$(fetchReposFromGerrit mediawiki/extensions/)" |
xargs -P4 -I___ "$CLUPDATE_GERRIT" "$REPO_MWEXTGIT/___.git" 
"$DIR/$PROJECT/extensions/___"
 
-   REPOPREFIX="${REPO_MWEXTGIT%/mediawiki/extensions}"
-   "$CLUPDATE_GERRIT" "$REPOPREFIX/oojs/ui.git" 
"$DIR/$PROJECT/extensions/oojs-ui"
-   "$CLUPDATE_GERRIT" "$REPOPREFIX/VisualEditor/VisualEditor.git" 
"$DIR/$PROJECT/extensions/VisualEditorVisualEditor"
-
 elif [ "$PROJECT" = "mediawiki-skins" ]
 then
if [ -z "$REPO_MWSKINGIT" ]
diff --git a/groups/MediaWiki/mediawiki-extensions.txt 
b/groups/MediaWiki/mediawiki-extensions.txt
index c6eb33d..b63f361 100644
--- a/groups/MediaWiki/mediawiki-extensions.txt
+++ b/groups/MediaWiki/mediawiki-extensions.txt
@@ -2481,24 +2481,9 @@
 Vips Scaler
 aliasfile = VipsScaler/VipsScaler.alias.php
 
-OOjs UI (via VisualEditor)
-id = ext-visualeditor-oojs-ui
-descmsg = visualeditor-desc
-file = oojs-ui/i18n/%CODE%.json
-optional = ooui-semicolon-separator
-
 Vine
 
 Virtual Keyboard
-
-VisualEditor Core
-id = ext-visualeditor-ve
-descmsg = visualeditor-desc
-file = VisualEditorVisualEditor/i18n/%CODE%.json
-ignored = visualeditor-languageannotation-description
-optional = visualeditor-specialcharinspector-characterlist-insert
-optional = visualeditor-dimensionswidget-px, 
visualeditor-dimensionswidget-times
-optional = visualeditor-languageannotation-description-with-dir
 
 VisualEditor (MediaWiki extension)
 id = ext-visualeditor-ve-mw
diff --git a/groups/mwgerrit/mwgerrit.yaml b/groups/mwgerrit/mwgerrit.yaml
index e030c48..ba20cd4 100644
--- a/groups/mwgerrit/mwgerrit.yaml
+++ b/groups/mwgerrit/mwgerrit.yaml
@@ -30,3 +30,34 @@
 FILES:
   class: JsonFFS
   sourcePattern: "%GROUPROOT%/mwgerrit/data-values/value-view/i18n/%CODE%.json"
+---
+BASIC:
+  id: mwgerrit-oojs-ui
+  label: OOjs UI (via VisualEditor)
+  description: "{{Special:MyLanguage/MediaWiki:Visualeditor-desc/en}}"
+
+FILES:
+  class: JsonFFS
+  sourcePattern: "%GROUPROOT%/mwgerrit/oojs/ui/i18n/%CODE%.json"
+
+TAGS:
+  optional:
+- ooui-semicolon-separator
+---
+BASIC:
+  id: mwgerrit-visualeditor-ve
+  label: VisualEditor Core
+  description: "{{Special:MyLanguage/MediaWiki:Visualeditor-desc/en}}"
+
+FILES:
+  class: JsonFFS
+  sourcePattern: 
"%GROUPROOT%/mwgerrit/VisualEditor/VisualEditor/i18n/%CODE%.json"
+
+TAGS:
+  optional:
+- visualeditor-specialcharinspector-characterlist-insert
+- visualeditor-dimensionswidget-px
+- visualeditor-dimensionswidget-times
+- visualeditor-languageannotation-description-with-dir
+  ignored:
+- visualeditor-languageannotation-description
diff --git a/repoconfig.commit.json b/repoconfig.commit.json
index 99ae1db..e244589 100644
--- a/repoconfig.commit.json
+++ b/repoconfig.commit.json
@@ -181,6 +181,14 @@
"mwgerrit/data-values/value-view": {
"type": "wmgerrit",
"url": 
"ssh://l10n-...@gerrit.wikimedia.org:29418/data-values/value-view"
+   },
+   "mwgerrit/oojs/ui": {
+   "type": "wmgerrit",
+   "url": 
"ssh://l10n-...@gerrit.wikimedia.org:29418/oojs/ui"
+   },
+   "mwgerrit/VisualEditor/VisualEditor": {
+   "type": "wmgerrit",
+   "url": 
"ssh://l10n-...@gerrit.wikimedia.org:29418/VisualEditor/VisualEditor"
}
}
},
diff --git a/repoconfig.json b/repoconfig.json
index 7d48510..52c49d9 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -181,6 +181,14 @@
"mwgerrit/data-values/value-view": {
"type": "wmgerrit",
"url": 
"https://gerrit.wikimedia.org/r/data-values/value-view;
+   },
+   "mwgerrit/oojs/ui": {
+   "type": "wmgerrit",
+   "url": "https://gerrit.wikimedia.org/r/oojs/ui;
+   },
+   

[MediaWiki-commits] [Gerrit] Add support for Wikidata related repo value-view - change (translatewiki)

2016-04-03 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/281305

Change subject: Add support for Wikidata related repo value-view
..

Add support for Wikidata related repo value-view

Change-Id: I163b1108d3901d34703e807e7949a0304bcbed45
---
M TranslateSettings.php
M bin/EXTERNAL-PROJECTS
M bin/REPONG-PROJECTS
M groups/MediaWiki/ExtensionsAgg.yaml
A groups/mwgerrit/mwgerrit.yaml
M repoconfig.commit.json
M repoconfig.json
7 files changed, 54 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/05/281305/1

diff --git a/TranslateSettings.php b/TranslateSettings.php
index de01d07..dd118ff 100644
--- a/TranslateSettings.php
+++ b/TranslateSettings.php
@@ -78,6 +78,7 @@
 }
 
 # Add aggregate message groups for MediaWiki extensions.
+$wgTranslateGroupFiles[] = "$GROUPS/mwgithub/mwgerrit.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/mwgithub/mwgithub.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/MediaWiki/MediaWiki.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/MediaWiki/WikimediaMainAgg.yaml";
diff --git a/bin/EXTERNAL-PROJECTS b/bin/EXTERNAL-PROJECTS
index 48e5c8c..4c1062e 100644
--- a/bin/EXTERNAL-PROJECTS
+++ b/bin/EXTERNAL-PROJECTS
@@ -23,6 +23,7 @@
 mantis
 mathjax
 mifos
+mwgerrit
 mwgithub
 nfcring-control
 nocc
diff --git a/bin/REPONG-PROJECTS b/bin/REPONG-PROJECTS
index dc66529..1382c55 100644
--- a/bin/REPONG-PROJECTS
+++ b/bin/REPONG-PROJECTS
@@ -4,6 +4,7 @@
 entryscape
 hivejs
 inaturalist
+mwgerrit
 mwgithub
 pageviews
 wiki-ai
diff --git a/groups/MediaWiki/ExtensionsAgg.yaml 
b/groups/MediaWiki/ExtensionsAgg.yaml
index 0d37c50..6391fcb 100644
--- a/groups/MediaWiki/ExtensionsAgg.yaml
+++ b/groups/MediaWiki/ExtensionsAgg.yaml
@@ -13,6 +13,7 @@
 
 GROUPS:
   - ext-*
+  - mwgerrit-*
   - mwgithub-*
 
 ---
diff --git a/groups/mwgerrit/mwgerrit.yaml b/groups/mwgerrit/mwgerrit.yaml
new file mode 100644
index 000..e030c48
--- /dev/null
+++ b/groups/mwgerrit/mwgerrit.yaml
@@ -0,0 +1,32 @@
+TEMPLATE:
+  BASIC:
+icon: wiki://Mediawiki-logo.png
+class: FileBasedMessageGroup
+namespace: NS_MEDIAWIKI
+
+  FILES:
+class: JsonFFS
+
+  CHECKER:
+class: MediaWikiMessageChecker
+checks:
+  - pluralCheck
+  - pluralFormsCheck
+  - wikiParameterCheck
+  - wikiLinksCheck
+  - XhtmlCheck
+  - braceBalanceCheck
+  - pagenameMessagesCheck
+  - miscMWChecks
+
+  INSERTABLES:
+class: MediaWikiInsertablesSuggester
+---
+BASIC:
+  id: mwgerrit-valueview
+  label: Value View
+  description: "{{Special:MyLanguage/MediaWiki:Valueview-desc/en}}"
+
+FILES:
+  class: JsonFFS
+  sourcePattern: "%GROUPROOT%/mwgerrit/data-values/value-view/i18n/%CODE%.json"
diff --git a/repoconfig.commit.json b/repoconfig.commit.json
index 031c716..99ae1db 100644
--- a/repoconfig.commit.json
+++ b/repoconfig.commit.json
@@ -175,6 +175,15 @@
}
}
},
+   "mwgerrit": {
+   "group": "mwgerrit-*",
+   "repos": {
+   "mwgerrit/data-values/value-view": {
+   "type": "wmgerrit",
+   "url": 
"ssh://l10n-...@gerrit.wikimedia.org:29418/data-values/value-view"
+   }
+   }
+   },
"wiki-ai": {
"group": "wiki-ai-*",
"repos": {
diff --git a/repoconfig.json b/repoconfig.json
index 955bcf8..7d48510 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -175,6 +175,15 @@
}
}
},
+   "mwgerrit": {
+   "group": "mwgerrit-*",
+   "repos": {
+   "mwgerrit/data-values/value-view": {
+   "type": "wmgerrit",
+   "url": 
"https://gerrit.wikimedia.org/r/data-values/value-view;
+   }
+   }
+   },
"wiki-ai": {
"group": "wiki-ai-*",
"repos": {

-- 
To view, visit https://gerrit.wikimedia.org/r/281305
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I163b1108d3901d34703e807e7949a0304bcbed45
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Support Wikimedia Gerrit repos in repong with "wmgerrit" rep... - change (translatewiki)

2016-04-03 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/281298

Change subject: Support Wikimedia Gerrit repos in repong with "wmgerrit" repo 
type
..

Support Wikimedia Gerrit repos in repong with "wmgerrit" repo type

Change-Id: I735029479c1d6237ce42e517b85fd7023321640d
---
M repong/repong.php
1 file changed, 8 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/98/281298/1

diff --git a/repong/repong.php b/repong/repong.php
index 0202e6c..82fad34 100644
--- a/repong/repong.php
+++ b/repong/repong.php
@@ -21,6 +21,9 @@
if ( $repo['type'] === 'git' ) {
$branch = isset( $repo['branch'] ) ? 
$repo['branch'] : 'master';
$command = "$bindir/clupdate-git-repo 
'{$repo['url']}' '$base/$name' '$branch'";
+   } elseif ( $repo['type'] === 'wmgerrit' ) {
+   $branch = isset( $repo['branch'] ) ? 
$repo['branch'] : 'master';
+   $command = "$bindir/clupdate-gerrit-repo 
'{$repo['url']}' '$base/$name' '$branch'";
} else {
throw new RuntimeException( 'Unknown repo rype' 
);
}
@@ -74,6 +77,11 @@
$command = "cd $dir; git add .; " .
"git commit -m '$message' || :; " .
"git push origin '$branch'";
+   } elseif ( $repo['type'] === 'wmgerrit' ) {
+   $dir = "$base/$name";
+   $command = "cd $dir; git add .; " .
+   "git commit -m '$message' || :; " .
+   'git review -r origin -t L10n';
} else {
throw new RuntimeException( "Unknown repo type" 
);
}

-- 
To view, visit https://gerrit.wikimedia.org/r/281298
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I735029479c1d6237ce42e517b85fd7023321640d
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Add Wikidata.org extension - change (translatewiki)

2016-04-03 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/281297

Change subject: Add Wikidata.org extension
..

Add Wikidata.org extension

Change-Id: I2b5f089337e17c1c1fa9d9970fc2ed40d3c5dbe7
---
M groups/MediaWiki/mediawiki-extensions.txt
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/97/281297/1

diff --git a/groups/MediaWiki/mediawiki-extensions.txt 
b/groups/MediaWiki/mediawiki-extensions.txt
index 48a9afe..c6eb33d 100644
--- a/groups/MediaWiki/mediawiki-extensions.txt
+++ b/groups/MediaWiki/mediawiki-extensions.txt
@@ -2660,6 +2660,9 @@
 
 Wikidata Page Banner
 
+Wikidata.org
+descmsg=wikidata-org-desc
+
 Wikihiero
 file = wikihiero/i18n/%CODE%.json
 aliasfile = wikihiero/wikihiero.alias.php

-- 
To view, visit https://gerrit.wikimedia.org/r/281297
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2b5f089337e17c1c1fa9d9970fc2ed40d3c5dbe7
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Improve sorting - change (translatewiki)

2016-04-03 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/281295

Change subject: Improve sorting
..

Improve sorting

Change-Id: If5cc1ed65972eb5bd2ee78ce2f4bafc2f0cc44e2
---
M groups/MediaWiki/mediawiki-extensions.txt
1 file changed, 9 insertions(+), 9 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/95/281295/1

diff --git a/groups/MediaWiki/mediawiki-extensions.txt 
b/groups/MediaWiki/mediawiki-extensions.txt
index cde1edb..48a9afe 100644
--- a/groups/MediaWiki/mediawiki-extensions.txt
+++ b/groups/MediaWiki/mediawiki-extensions.txt
@@ -2639,15 +2639,6 @@
 
 Wikibase Media Info
 
-Wikibase Query
-aliasfile = WikibaseQuery/WikibaseQuery.i18n.aliases.php
-
-#Wikibase Solr / Disabled. No longer used or developed.
-
-#Wikidata Entity Suggester / No real extension, Java program
-
-Wikidata Page Banner
-
 Wikibase Quality
 aliasfile = WikibaseQuality/WikibaseQuality.alias.php
 ignored = wbq-violations-entity-id-placeholder, 
wbq-violations-property-id-placeholder
@@ -2660,6 +2651,15 @@
 aliasfile = 
WikibaseQualityExternalValidation/WikibaseQualityExternalValidation.alias.php
 ignored = wbqev-crosscheck-form-entityid-placeholder, 
wbqev-violation-long-message-headline
 
+Wikibase Query
+aliasfile = WikibaseQuery/WikibaseQuery.i18n.aliases.php
+
+#Wikibase Solr / Disabled. No longer used or developed.
+
+#Wikidata Entity Suggester / No real extension, Java program
+
+Wikidata Page Banner
+
 Wikihiero
 file = wikihiero/i18n/%CODE%.json
 aliasfile = wikihiero/wikihiero.alias.php

-- 
To view, visit https://gerrit.wikimedia.org/r/281295
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If5cc1ed65972eb5bd2ee78ce2f4bafc2f0cc44e2
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Add support for some Wikidata libraries not in Gerrit - change (translatewiki)

2016-04-03 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/281293

Change subject: Add support for some Wikidata libraries not in Gerrit
..

Add support for some Wikidata libraries not in Gerrit

* DataTypes
* DataValues
* PropertySuggester

Change-Id: I854fc0cbbb4fb1b3270a30410e8d1b8c6a71772b
---
M groups/mwgithub/mwgithub.yaml
M repoconfig.commit.json
M repoconfig.json
3 files changed, 83 insertions(+), 32 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/93/281293/1

diff --git a/groups/mwgithub/mwgithub.yaml b/groups/mwgithub/mwgithub.yaml
index 7778f5b..b0edcb2 100644
--- a/groups/mwgithub/mwgithub.yaml
+++ b/groups/mwgithub/mwgithub.yaml
@@ -23,6 +23,33 @@
 class: MediaWikiInsertablesSuggester
 ---
 BASIC:
+  id: mwgithub-datatypes
+  label: Data Types
+  description: "{{Special:MyLanguage/MediaWiki:Datatypes-desc/en}}"
+
+FILES:
+  class: JsonFFS
+  sourcePattern: "%GROUPROOT%/mwgithub/wmde/DataTypes/i18n/%CODE%.json"
+---
+BASIC:
+  id: mwgithub-datavalues
+  label: Data Values
+  description: "{{Special:MyLanguage/MediaWiki:Datavalues-desc/en}}"
+
+FILES:
+  class: JsonFFS
+  sourcePattern: "%GROUPROOT%/mwgithub/DataValues/DataValues/i18n/%CODE%.json"
+---
+BASIC:
+  id: mwgithub-propertysuggester
+  label: Property Suggester
+  description: "{{Special:MyLanguage/MediaWiki:Propertysuggester-desc/en}}"
+
+FILES:
+  class: JsonFFS
+  sourcePattern: 
"%GROUPROOT%/mwgithub/Wikidata-lib/PropertySuggester/i18n/%CODE%.json"
+---
+BASIC:
   id: mwgithub-semanticbreadcrumblinks
   label: Semantic Breadcrumb Links
   description: "{{Special:MyLanguage/MediaWiki:Sbl-desc/en}}"
diff --git a/repoconfig.commit.json b/repoconfig.commit.json
index 4a38910..031c716 100644
--- a/repoconfig.commit.json
+++ b/repoconfig.commit.json
@@ -93,6 +93,30 @@
"mwgithub": {
"group": "mwgithub-*",
"repos": {
+   "mwgithub/DataValues/DataValues": {
+   "type": "git",
+   "url": 
"g...@github.com:DataValues/DataValues.git"
+   },
+   "mwgithub/JeroenDeDauw/GitHub": {
+   "type": "git",
+   "url": "g...@github.com:JeroenDeDauw/GitHub.git"
+   },
+   "mwgithub/JeroenDeDauw/Maps": {
+   "type": "git",
+   "url": "g...@github.com:JeroenDeDauw/Maps.git"
+   },
+   "mwgithub/JeroenDeDauw/ParserHooks": {
+   "type": "git",
+   "url": 
"g...@github.com:JeroenDeDauw/ParserHooks.git"
+   },
+   "mwgithub/JeroenDeDauw/SubPageList": {
+   "type": "git",
+   "url": 
"g...@github.com:JeroenDeDauw/SubPageList.git"
+   },
+   "mwgithub/JeroenDeDauw/Validator": {
+   "type": "git",
+   "url": 
"g...@github.com:JeroenDeDauw/Validator.git"
+   },
"mwgithub/SemanticMediaWiki/SemanticBreadcrumbLinks": {
"type": "git",
"url": 
"g...@github.com:SemanticMediaWiki/SemanticBreadcrumbLinks.git"
@@ -141,25 +165,13 @@
"type": "git",
"url": 
"g...@github.com:SemanticMediaWiki/SemanticWatchlist.git"
},
-   "mwgithub/JeroenDeDauw/GitHub": {
+   "mwgithub/Wikidata-lib/PropertySuggester": {
"type": "git",
-   "url": "g...@github.com:JeroenDeDauw/GitHub.git"
+   "url": 
"g...@github.com:Wikidata-lib/PropertySuggester.git"
},
-   "mwgithub/JeroenDeDauw/Maps": {
+   "mwgithub/wmde/DataTypes": {
"type": "git",
-   "url": "g...@github.com:JeroenDeDauw/Maps.git"
-   },
-   "mwgithub/JeroenDeDauw/ParserHooks": {
-   "type": "git",
-   "url": 
"g...@github.com:JeroenDeDauw/ParserHooks.git"
-   },
-   "mwgithub/JeroenDeDauw/SubPageList": {
-   "type": "git",
-   "url": 
"g...@github.com:JeroenDeDauw/SubPageList.git"
-   },
-   "mwgithub/JeroenDeDauw/Validator": {
-   "type": "git",
-   "url": 

[MediaWiki-commits] [Gerrit] Add mwgithub as external project - change (translatewiki)

2016-04-03 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/281286

Change subject: Add mwgithub as external project
..

Add mwgithub as external project

Change-Id: Id3eccb5edb40eed2bce3c24a1a21a6e6eafe88bc
---
M bin/EXTERNAL-PROJECTS
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/86/281286/1

diff --git a/bin/EXTERNAL-PROJECTS b/bin/EXTERNAL-PROJECTS
index 0dafd7f..48e5c8c 100644
--- a/bin/EXTERNAL-PROJECTS
+++ b/bin/EXTERNAL-PROJECTS
@@ -23,6 +23,7 @@
 mantis
 mathjax
 mifos
+mwgithub
 nfcring-control
 nocc
 osm

-- 
To view, visit https://gerrit.wikimedia.org/r/281286
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id3eccb5edb40eed2bce3c24a1a21a6e6eafe88bc
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Support Semantic External Query Lookup and Semantic Cite at ... - change (translatewiki)

2016-04-03 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/281284

Change subject: Support Semantic External Query Lookup and Semantic Cite at 
GitHub
..

Support Semantic External Query Lookup and Semantic Cite at GitHub

Also group the extensions that are supported in HitGub but still present
in Gerrit in MediaWiki/mediawiki-extensions.txt.

Change-Id: Icc3ff77c81b9b7a5636f1a74f72d51785bfe9b95
---
M groups/MediaWiki/mediawiki-extensions.txt
M groups/mwgithub/mwgithub.yaml
M repoconfig.commit.json
M repoconfig.json
4 files changed, 60 insertions(+), 28 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/84/281284/1

diff --git a/groups/MediaWiki/mediawiki-extensions.txt 
b/groups/MediaWiki/mediawiki-extensions.txt
index 864ddbc..7ed32ed 100644
--- a/groups/MediaWiki/mediawiki-extensions.txt
+++ b/groups/MediaWiki/mediawiki-extensions.txt
@@ -2062,15 +2062,21 @@
 Semantic ACL
 descmsg = sacl-desc
 
-# Semantic Breadcrumb Links # Maintained through repong
-
 Semantic Bundle
 
-Semantic Cite
-descmsg = sci-desc
-ignored = sci-referencelist-text, sci-specials-citablemetadata-helplink
-optional = sci-property-alias-doi, sci-property-alias-viaf, 
sci-property-alias-oclc
-optional = sci-property-alias-olid, sci-property-alias-pmcid, 
sci-property-alias-pmid
+# Maintained through repong
+# Semantic Breadcrumb Links
+# Semantic Cite
+# Semantic External Query Lookup
+# Semantic Extra Special Properties
+# Semantic Glossary
+# Semantic Interlanguage Links
+# Semantic Maps
+# Semantic MediaWiki
+# Semantic Meta Tags
+# Semantic Result Formats
+# Semantic Signup
+# Semantic Watchlist
 
 Semantic Compound Queries
 magicfile = SemanticCompoundQueries/SemanticCompoundQueries.i18n.magic.php
@@ -2083,11 +2089,6 @@
 Semantic Expressiveness
 magicfile = SemanticExpressiveness/SemanticExpressiveness.i18n.magic.php
 
-Semantic External Query Lookup
-descmsg = seql-desc
-
-# Semantic Extra Special Properties # # Maintained through repong
-
 Semantic Forms
 aliasfile = SemanticForms/languages/SF_Aliases.php
 magicfile = SemanticForms/languages/SF_Magic.php
@@ -2099,42 +2100,27 @@
 Semantic Genealogy
 optional = semanticgenealogy-gedcomexport-link
 
-# Semantic Glossary # Maintained trough repong
-
 Semantic Highcharts
 
 Semantic Image Input
 descmsg = sii-desc
 
-# Semantic Interlanguage Links # Maintained through repong
-
 Semantic Internal Objects
 magicfile = SemanticInternalObjects/SemanticInternalObjects.i18n.magic.php
-
-
-# Semantic Maps # Maintained through repong
-
-# Semantic MediaWiki # Maintained through repong
-# Semantic Meta Tags # Maintained through repong
 
 Semantic Page Series
 aliasfile = SemanticPageSeries/SemanticPageSeries.alias.php
 
 Semantic Rating
 
-# Semantic Result Formats Maintained through repong
-
 Semantic Sifter
 
-# Semantic Signup Maintained through repong
 Semantic Tasks
 
 Semantic Title
 
 Semantic Update On Purge
 descmsg = suop-desc
-
-# Semantic Watchlist Maintained through repong
 
 Semantic Web Browser
 descmsg = swb_desc
@@ -2261,7 +2247,7 @@
 #file = StrategyWiki/ActiveStrategy/i18n/%CODE%.json
 #descmsg = active-strategy-desc
 
-# Sub Page List Maintained through repong 
+# Sub Page List # Maintained through repong
 Sub Page List 3
 descmsg = spl3-desc
 
diff --git a/groups/mwgithub/mwgithub.yaml b/groups/mwgithub/mwgithub.yaml
index 83ca161..7778f5b 100644
--- a/groups/mwgithub/mwgithub.yaml
+++ b/groups/mwgithub/mwgithub.yaml
@@ -32,6 +32,36 @@
   sourcePattern: 
"%GROUPROOT%/mwgithub/SemanticMediaWiki/SemanticBreadcrumbLinks/i18n/%CODE%.json"
 ---
 BASIC:
+  id: mwgithub-semanticcite
+  label: Semantic Cite
+  description: "{{Special:MyLanguage/MediaWiki:Sci-desc/en}}"
+
+FILES:
+  class: JsonFFS
+  sourcePattern: 
"%GROUPROOT%/mwgithub/SemanticMediaWiki/SemanticCite/i18n/%CODE%.json"
+
+TAGS:
+  optional:
+- sci-property-alias-doi
+- sci-property-alias-viaf
+- sci-property-alias-oclc
+- sci-property-alias-olid
+- sci-property-alias-pmcid
+- sci-property-alias-pmid
+  ignored:
+- sci-referencelist-text
+- sci-specials-citablemetadata-helplink
+---
+BASIC:
+  id: mwgithub-semanticexternalquerylookup
+  label: Semantic External Query Lookup
+  description: "{{Special:MyLanguage/MediaWiki:Seql-desc/en}}"
+
+FILES:
+  class: JsonFFS
+  sourcePattern: 
"%GROUPROOT%/mwgithub/SemanticMediaWiki/SemanticExternalQueryLookup/i18n/%CODE%.json"
+---
+BASIC:
   id: mwgithub-semanticextraspecialproperties
   label: Semantic Extra Special Properties
   description: "{{Special:MyLanguage/MediaWiki:Sesp-desc/en}}"
diff --git a/repoconfig.commit.json b/repoconfig.commit.json
index 7b57c3c..4a38910 100644
--- a/repoconfig.commit.json
+++ b/repoconfig.commit.json
@@ -97,6 +97,14 @@
"type": "git",
"url": 
"g...@github.com:SemanticMediaWiki/SemanticBreadcrumbLinks.git"
 

[MediaWiki-commits] [Gerrit] Make a start with adding GitHub repos - change (translatewiki)

2016-04-02 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/281236

Change subject: Make a start with adding GitHub repos
..

Make a start with adding GitHub repos

- Remove them from MediaWiki/mediawiki-extensions.txt
- Leave aggregate groups, etc. in tact.

Change-Id: I3e191f9e78a783b8a6db28d4778ae48ebe086cd5
---
M groups/MediaWiki/mediawiki-extensions.txt
A groups/mwgithub/mwgithub.yaml
M repoconfig.commit.json
M repoconfig.json
4 files changed, 119 insertions(+), 19 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/36/281236/1

diff --git a/groups/MediaWiki/mediawiki-extensions.txt 
b/groups/MediaWiki/mediawiki-extensions.txt
index 532c0be..0d39e3b 100644
--- a/groups/MediaWiki/mediawiki-extensions.txt
+++ b/groups/MediaWiki/mediawiki-extensions.txt
@@ -1418,11 +1418,6 @@
 Map Sources
 aliasfile = MapSources/MapSources.i18n.alias.php
 
-Maps
-aliasfile = Maps/Maps.i18n.alias.php
-magicfile = Maps/Maps.i18n.magic.php
-optional = maps_googlemaps2, maps_googlemaps3, maps_yahoomaps, 
maps_openlayers, maps_osm
-
 Mark As Helpful
 
 Mass Edit Regex
@@ -2116,20 +2111,6 @@
 
 Semantic Internal Objects
 magicfile = SemanticInternalObjects/SemanticInternalObjects.i18n.magic.php
-
-Semantic Maps
-optional = sm_googlemaps_printername, sm_yahoomaps_printername, 
sm_openlayers_printername
-optional = semanticmaps-kml
-
-Semantic MediaWiki
-aliasfile = SemanticMediaWiki/languages/SMW_Aliases.php
-magicfile = SemanticMediaWiki/languages/SMW_Magic.php
-descmsg = smw-desc
-ignored = smw_ask_doculink, smw_uri_blacklist, smw-specials-browse-helplink
-optional = smw-label-feed-link, smw_decseparator, smw_kiloseparator
-optional = smw_rss_description, smw_browse_more, specialpages-group-smw_group
-optional = smw_csv_link, smw_dsv_link, smw_json_link, smw_rdf_link
-optional = smw_property_template_notype, 
smw-datavalue-monolingual-lcode-parenthesis
 
 Semantic Meta Tags
 descmsg = smt-desc
diff --git a/groups/mwgithub/mwgithub.yaml b/groups/mwgithub/mwgithub.yaml
new file mode 100644
index 000..a8aac34
--- /dev/null
+++ b/groups/mwgithub/mwgithub.yaml
@@ -0,0 +1,85 @@
+TEMPLATE:
+  BASIC:
+icon: wiki://Mediawiki-logo.png
+class: FileBasedMessageGroup
+namespace: NS_MEDIAWIKI
+
+  FILES:
+class: JsonFFS
+
+  CHECKER:
+class: MediaWikiMessageChecker
+checks:
+  - pluralCheck
+  - pluralFormsCheck
+  - wikiParameterCheck
+  - wikiLinksCheck
+  - XhtmlCheck
+  - braceBalanceCheck
+  - pagenameMessagesCheck
+  - miscMWChecks
+
+  INSERTABLES:
+class: MediaWikiInsertablesSuggester
+
+---
+BASIC:
+  id: ext-semanticmaps
+  label: Semantic Maps
+  description: "{{Special:MyLanguage/MediaWiki:Semanticmaps-desc/en}}"
+
+FILES:
+  class: JsonFFS
+  sourcePattern: 
"%GROUPROOT%/mwgithub/SemanticMediaWiki/SemanticMaps/i18n/%CODE%.json"
+
+TAGS:
+  optional:
+- sm_googlemaps_printername
+- sm_yahoomaps_printername
+- sm_openlayers_printername
+- semanticmaps-kml
+---
+BASIC:
+  id: ext-semanticmediawiki
+  label: Semantic MediaWiki
+  description: "{{Special:MyLanguage/MediaWiki:Smw-desc/en}}"
+
+FILES:
+  class: JsonFFS
+  sourcePattern: 
"%GROUPROOT%/mwgithub/SemanticMediaWiki/SemanticMediaWiki/i18n/%CODE%.json"
+
+TAGS:
+  optional:
+- smw-label-feed-link
+- smw_decseparator
+- smw_kiloseparator
+- smw_rss_description
+- smw_browse_more
+- specialpages-group-smw_group
+- smw_csv_link
+- smw_dsv_link
+- smw_json_link
+- smw_rdf_link
+- smw_property_template_notype
+- smw-datavalue-monolingual-lcode-parenthesis
+  ignored:
+- smw_ask_doculink
+- smw_uri_blacklist
+- smw-specials-browse-helplink
+---
+BASIC:
+  id: ext-maps
+  label: Maps
+  description: "{{Special:MyLanguage/MediaWiki:Maps-desc/en}}"
+
+FILES:
+  class: JsonFFS
+  sourcePattern: "%GROUPROOT%/mwgithub/JeroenDeDauw/Maps/i18n/%CODE%.json"
+
+TAGS:
+  optional:
+- maps_googlemaps2
+- maps_googlemaps3
+- maps_yahoomaps
+- maps_openlayers
+- maps_osm
diff --git a/repoconfig.commit.json b/repoconfig.commit.json
index c9556e3..8223fca 100644
--- a/repoconfig.commit.json
+++ b/repoconfig.commit.json
@@ -90,6 +90,23 @@
}
}
},
+   "mwgithub": {
+   "group": "mwgithub-*",
+   "repos": {
+   "mwgithub/SemanticMediaWiki/SemanticMaps": {
+   "type": "git",
+   "url": 
"g...@github.com:SemanticMediaWiki/SemanticMaps.git"
+   },
+   "mwgithub/SemanticMediaWiki/SemanticMediaWiki": {
+   "type": "git",
+   "url": 
"g...@github.com:SemanticMediaWiki/SemanticMediaWiki.git"
+   },
+   "mwgithub/JeroenDeDauw/Maps": {
+   

[MediaWiki-commits] [Gerrit] Revert "Temporarily disable translation for ArticlePlaceholder" - change (translatewiki)

2016-04-02 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/281227

Change subject: Revert "Temporarily disable translation for ArticlePlaceholder"
..

Revert "Temporarily disable translation for ArticlePlaceholder"

Issue luckily resolved.

This reverts commit 959a529356ac084a94f4abd1e048dde48e78cf8b.

Change-Id: Ia84f8f239af1ca6104fda34bb7b0cc287fcb6dec
---
M groups/MediaWiki/mediawiki-extensions.txt
1 file changed, 2 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/27/281227/1

diff --git a/groups/MediaWiki/mediawiki-extensions.txt 
b/groups/MediaWiki/mediawiki-extensions.txt
index 524ed55..35e22c8 100644
--- a/groups/MediaWiki/mediawiki-extensions.txt
+++ b/groups/MediaWiki/mediawiki-extensions.txt
@@ -114,9 +114,8 @@
 ignored=articlefeedbackv5-noteflyover-unoversight-description, 
articlefeedbackv5-noteflyover-unoversight-help-link, 
articlefeedbackv5-noteflyover-unrequest-description, 
articlefeedbackv5-noteflyover-unrequest-help-link
 ignored=articlefeedbackv5-noteflyover-unresolve-description, 
articlefeedbackv5-noteflyover-unresolve-help-link, 
articlefeedbackv5-special-filter-label-after, 
articlefeedbackv5-special-sort-label-after
 
-# Temporarily disabled pending expected message changes, that would result in 
fuzzying a lot of new translations
-#Article Placeholder
-#aliasfile = ArticlePlaceholder/ArticlePlaceholder.alias.php
+Article Placeholder
+aliasfile = ArticlePlaceholder/ArticlePlaceholder.alias.php
 
 # Ask / Moved to GitHub
 # Assert Edit / Moved into core (deployed 1.23wmf10)

-- 
To view, visit https://gerrit.wikimedia.org/r/281227
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia84f8f239af1ca6104fda34bb7b0cc287fcb6dec
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Update IP address related message text - change (mediawiki/core)

2016-04-02 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/281225

Change subject: Update IP address related message text
..

Update IP address related message text

Follow-up to Change-Id: I02fecf0b9e6a5b90f7a24209c7a1cdce64060b23

Change-Id: I36a99f21b4269af0799ce73faee7e19865c5f22f
---
M includes/api/i18n/en.json
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/25/281225/1

diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json
index ad5ddfd..7966345 100644
--- a/includes/api/i18n/en.json
+++ b/includes/api/i18n/en.json
@@ -587,7 +587,7 @@
"apihelp-query+blocks-param-end": "The timestamp to stop enumerating 
at.",
"apihelp-query+blocks-param-ids": "List of block IDs to list 
(optional).",
"apihelp-query+blocks-param-users": "List of users to search for 
(optional).",
-   "apihelp-query+blocks-param-ip": "Get all blocks applying to this IP 
address range or CIDR range, including range blocks.\nCannot be used together 
with $3users. CIDR ranges broader than IPv4/$1 or IPv6/$2 are not 
accepted.",
+   "apihelp-query+blocks-param-ip": "Get all blocks applying to this IP 
address or CIDR range, including range blocks.\nCannot be used together with 
$3users. CIDR ranges broader than IPv4/$1 or IPv6/$2 are not 
accepted.",
"apihelp-query+blocks-param-limit": "The maximum number of blocks to 
list.",
"apihelp-query+blocks-param-prop": "Which properties to get:",
"apihelp-query+blocks-paramvalue-prop-id": "Adds the ID of the block.",

-- 
To view, visit https://gerrit.wikimedia.org/r/281225
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I36a99f21b4269af0799ce73faee7e19865c5f22f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Update messages - change (mediawiki...ThemeDesigner)

2016-04-02 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/281216

Change subject: Update messages
..

Update messages

* Join two sentences because of a dependent clause
* Remove the use of "we". That's not a pattern in MediaWiki

Change-Id: I81afda8a5b113bcdea7419994fb269c71c7dcfc4
---
M i18n/en.json
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ThemeDesigner 
refs/changes/16/281216/1

diff --git a/i18n/en.json b/i18n/en.json
index f7e7d03..891895e 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -8,8 +8,8 @@
"themedesigner": "Theme Designer",
"themedesigner-start": "Start designer",
"themedesigner-interface-skinlabel": "For skin:",
-   "themedesigner-noscript": "We're sorry but to function at all the skin 
designer requires JavaScript to function. Please enable JavaScript or switch to 
a browser you can use JavaScript in if you need to use the skin designer.",
-   "themedesigner-wrongskin": "Whoops, it looks like the skin currently 
showing in the preview is not the skin you are currently working on. Perhaps 
you navigated to this page before the preview's JavaScript load event was 
called, or used a link or form we couldn't intercept. Try navigating to another 
page on the wiki, that should bring you back to the skin you are working on.",
+   "themedesigner-noscript": "The skin designer requires JavaScript to 
function. Please enable JavaScript or switch to a browser you can use 
JavaScript in if you need to use the skin designer.",
+   "themedesigner-wrongskin": "Whoops, it looks like the skin currently 
showing in the preview is not the skin you are currently working on, perhaps 
you navigated to this page before the preview's JavaScript load event was 
called, or used a link or form that couldn't be intercepted. Try navigating to 
another page on the wiki, that should bring you back to the skin you are 
working on.",
"themedesigner-leavewarning": "You cannot leave the wiki inside skin 
preview mode. This link's action has been canceled.",
"themedesigner-resizertext": "«|»"
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/281216
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I81afda8a5b113bcdea7419994fb269c71c7dcfc4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ThemeDesigner
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Combine two sentences because of dependent clause - change (mediawiki...Offline)

2016-04-02 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/281214

Change subject: Combine two sentences because of dependent clause
..

Combine two sentences because of dependent clause

Change-Id: I69571131ee3e8522ed6508a05119d9dbe90a4d8a
---
M i18n/en.json
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Offline 
refs/changes/14/281214/1

diff --git a/i18n/en.json b/i18n/en.json
index cbfdfa4..49826aa 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -17,7 +17,7 @@
"offline_bz2_file_gone": "The index pointed to a missing dump file: 
$1",
"offline_unknown_bz2_error": "There was an unknown problem reading dump 
file $1.",
"offline_article_test_pass": "Article data was found where expected.",
-   "offline_article_test_fail": "Indexed page has changed. Perhaps your 
index was made for another dump?",
+   "offline_article_test_fail": "The indexed page has changed, perhaps 
your index was made for another dump?",
"offline_hooks_test_pass": "Mediawiki article loader will fetch from 
dump data.",
"offline_hooks_test_fail": "Mediawiki article loader is not fetching 
from dump data. ",
"offline_cache_needed": "You need to set up a cache, such as 
`php-pecl-apc`.",

-- 
To view, visit https://gerrit.wikimedia.org/r/281214
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I69571131ee3e8522ed6508a05119d9dbe90a4d8a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Offline
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Use IP address range instead of IP range - change (mediawiki...ThrottleOverride)

2016-04-02 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/281193

Change subject: Use IP address range instead of IP range
..

Use IP address range instead of IP range

Change-Id: I43531399ac693fa8f1b7604143ec681fe346e3f1
---
M i18n/en.json
M i18n/qqq.json
2 files changed, 7 insertions(+), 7 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ThrottleOverride 
refs/changes/93/281193/1

diff --git a/i18n/en.json b/i18n/en.json
index ffc5999..d5c1006 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -22,16 +22,16 @@
"throttleoverride-types-emailuser": "User emails",
"throttleoverride-list-throttletype": "Throttle type:",
"throttleoverride-list-legend": "Exemption filtering",
-   "throttleoverride-list-rangestart": "Start of IP range",
-   "throttleoverride-list-rangeend": "End of IP range",
+   "throttleoverride-list-rangestart": "Start of IP address range",
+   "throttleoverride-list-rangeend": "End of IP address range",
"throttleoverride-list-expiry": "Expiration",
"throttleoverride-list-type": "Allowed actions",
"throttleoverride-list-reason": "Reason",
"throttleoverride-list-search": "Search",
"throttleoverride-list-noresults": "The throttle override list is 
empty.",
-   "throttleoverride-validation-ipinvalid": "Invalid IP address or IP 
range.",
+   "throttleoverride-validation-ipinvalid": "Invalid IP address or IP 
address range.",
"throttleoverride-validation-rangedisabled": "The ability to create 
throttle exemptions on ranges of IP addresses is disabled.",
-   "throttleoverride-validation-rangetoolarge": "Throttle exemptions over 
an IP range larger than $1 are not allowed.",
+   "throttleoverride-validation-rangetoolarge": "Throttle exemptions over 
an IP address range larger than $1 are not allowed.",
"throttleoverride-validation-notypes": "No throttle type selected.",
"throttleoverride-validation-expiryinvalid": "Invalid expiration time."
 }
diff --git a/i18n/qqq.json b/i18n/qqq.json
index b82b7f9..6b907ce 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -31,9 +31,9 @@
"throttleoverride-list-reason": "Table header in the throttle override 
list for the reason of a throttle override.\n{{Identical|Reason}}",
"throttleoverride-list-search": "Label for the sumbit button on 
[[Special:ThrottleOverrideList]].\n{{Identical|Search}}",
"throttleoverride-list-noresults": "Message displayed on 
[[Special:ThrottleOverrideList]] when the pager returns no results",
-   "throttleoverride-validation-ipinvalid": "Validation error displayed on 
[[Special:ThrottleOverride]] when an invalid IP address or IP range is given.",
-   "throttleoverride-validation-rangedisabled": "Validation error 
displayed on [[Special:ThrottleOverride]] when a user tries to give an IP range 
to override for, but all range exemptions are disabled.",
-   "throttleoverride-validation-rangetoolarge": "Validation error 
displayed on [[Special:ThrottleOverride]] when the IP range provided exceeds 
the configured allowable size.\n\nParameters:\n* $1 - The CIDR limit as 
configured",
+   "throttleoverride-validation-ipinvalid": "Validation error displayed on 
[[Special:ThrottleOverride]] when an invalid IP address or IP address range is 
given.",
+   "throttleoverride-validation-rangedisabled": "Validation error 
displayed on [[Special:ThrottleOverride]] when a user tries to give an IP 
address range to override for, but all range exemptions are disabled.",
+   "throttleoverride-validation-rangetoolarge": "Validation error 
displayed on [[Special:ThrottleOverride]] when the IP address range provided 
exceeds the configured allowable size.\n\nParameters:\n* $1 - The CIDR limit as 
configured",
"throttleoverride-validation-notypes": "Validation error displayed on 
[[Special:ThrottleOverride]] when no throttle type checkbox is selected.",
"throttleoverride-validation-expiryinvalid": "Validation error 
displayed on [[Special:ThrottleOverride]] when the expiry time given is 
invalid."
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/281193
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I43531399ac693fa8f1b7604143ec681fe346e3f1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ThrottleOverride
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Use IP address range instead of IP range - change (mediawiki...GlobalBlocking)

2016-04-02 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/281192

Change subject: Use IP address range instead of IP range
..

Use IP address range instead of IP range

Change-Id: I7687abf6d915d1d1286aa946413e1ca13fd96ad1
---
M i18n/qqq.json
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/GlobalBlocking 
refs/changes/92/281192/1

diff --git a/i18n/qqq.json b/i18n/qqq.json
index 025f352..24c214a 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -49,7 +49,7 @@
"globalblocking-modify-success": "Used in [[Special:GlobalBlock]]. 
Parameters:\n* $1 - IP address\n\nSee also: 
{{msg-mw|globalblocking-block-success}}",
"globalblocking-local-failed": "Shown if blocking an IP address locally 
failed.",
"globalblocking-block-alreadyblocked": "Used as error message. 
Parameters:\n* $1 - IP address",
-   "globalblocking-block-bigrange": "Used as error message.\n\nThe user 
specify the IP range by the start and end IP addresses.\n\nBut if the specified 
IP range crosses a /16 boundary, this error occurs.\n\nParameters:\n* $1 - the 
IP range (contains the start and end IP addresses)",
+   "globalblocking-block-bigrange": "Used as error message.\n\nThe user 
specify the IP address range by the start and end IP addresses.\n\nBut if the 
specified IP address range crosses a /16 boundary, this error 
occurs.\n\nParameters:\n* $1 - the IP range (contains the start and end IP 
addresses)",
"globalblocking-also-local": "Form label for a checkbox asking to also 
block the IP on the local wiki.",
"globalblocking-list-intro": "Appears on top of 
[[Special:Globalblocklist]] (part of 
[[mw:Extension:GlobalBlocking|Extension:GlobalBlocking]], which is not 
installed on translatewiki.net; example: 
[[wikipedia:Special:Globalblocklist]]).",
"globalblocking-list": "Title of Special:GlobalBlockList",

-- 
To view, visit https://gerrit.wikimedia.org/r/281192
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7687abf6d915d1d1286aa946413e1ca13fd96ad1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/GlobalBlocking
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Use IP address range instead of IP range - change (mediawiki...ConfirmEdit)

2016-04-02 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/281191

Change subject: Use IP address range instead of IP range
..

Use IP address range instead of IP range

Change-Id: Ib2fa2da9d24693727b71dcb8a7b4c0f37421ada8
---
M i18n/qqq.json
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ConfirmEdit 
refs/changes/91/281191/1

diff --git a/i18n/qqq.json b/i18n/qqq.json
index 1b6c757..6657866 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -18,7 +18,7 @@
"captcha-edit-fail": "Used as failure message.\n\nSee also:\n* 
{{msg-mw|Captcha-createaccount-fail}}\n* {{msg-mw|Captcha-sendemail-fail}}",
"captcha-desc": "{{desc|name=Confirm 
Edit|url=https://www.mediawiki.org/wiki/Extension:ConfirmEdit}};,
"captcha-label": "Label field for input field shown in forms",
-   "captcha-ip-whitelist": "{{Notranslate}} This message is used for 
storing a list of IP addresses and IP ranges whitelisted from CAPTCHA on the 
wiki. New entries should be separated by newlines and the line should contain 
only a valid IP address or IP range. Leading and trailing whitespace is allowed 
but if there is any other character, that line will be ignored.",
+   "captcha-ip-whitelist": "{{Notranslate}} This message is used for 
storing a list of IP addresses and IP address ranges whitelisted from CAPTCHA 
on the wiki. New entries should be separated by newlines and the line should 
contain only a valid IP address or IP range. Leading and trailing whitespace is 
allowed but if there is any other character, that line will be ignored.",
"captcha-addurl": "The explanation of CAPTCHA shown to users trying to 
add new external links.\n{{Related|ConfirmEdit-addurl}}",
"captcha-badlogin": "The explanation of CAPTCHA shown to users failed 
three times to type in correct password.\n{{Related|ConfirmEdit-badlogin}}",
"captcha-createaccount": "The explanation of CAPTCHA shown to users 
trying to create a new account.\n{{Related|ConfirmEdit-createaccount}}",

-- 
To view, visit https://gerrit.wikimedia.org/r/281191
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib2fa2da9d24693727b71dcb8a7b4c0f37421ada8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ConfirmEdit
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Use IP address range instead of IP range - change (mediawiki...Configure)

2016-04-02 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/281190

Change subject: Use IP address range instead of IP range
..

Use IP address range instead of IP range

Change-Id: Ied8fd79fcefe5d7dfdc0b69489aa67ec7dbac4d1
---
M settings/i18n/en.json
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Configure 
refs/changes/90/281190/1

diff --git a/settings/i18n/en.json b/settings/i18n/en.json
index 4a68c09..c5d1bbe 100644
--- a/settings/i18n/en.json
+++ b/settings/i18n/en.json
@@ -166,7 +166,7 @@
"configure-setting-wgAutopromote-value": "Conditions",
"configure-setting-wgAutopromoteOnce": "Conditions of automatic 
promotion of user to specific groups that are done only once",
"configure-setting-wgAccountCreationThrottle": "Number of accounts each 
IP address may create",
-   "configure-setting-wgBlockCIDRLimit": "Maximum CIDR range when blocking 
an IP range",
+   "configure-setting-wgBlockCIDRLimit": "Maximum CIDR range when blocking 
an IP address range",
"configure-setting-wgAutoblockExpiry": "Number of seconds before 
autoblock entries expire",
"configure-setting-wgDeleteRevisionsLimit": "Integer of how many 
revisions a page must have before the ''bigdelete'' right is required to delete 
it",
"configure-setting-wgNewPasswordExpiry": "The time, in seconds, when an 
emailed temporary password expires",

-- 
To view, visit https://gerrit.wikimedia.org/r/281190
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ied8fd79fcefe5d7dfdc0b69489aa67ec7dbac4d1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Configure
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Use IP address range instead of IP range - change (mediawiki...CheckUser)

2016-04-02 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/281189

Change subject: Use IP address range instead of IP range
..

Use IP address range instead of IP range

Change-Id: I7911881b5b5d832cb793132c2dfcf4f3a59a2fb0
---
M i18n/qqq.json
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CheckUser 
refs/changes/89/281189/1

diff --git a/i18n/qqq.json b/i18n/qqq.json
index 3b0bf0c..b122e50 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -84,7 +84,7 @@
"checkuser-search-submit": "Button label on log of CheckUser searches. 
See screenshot \"[[mw:Extension:CheckUser#Basic_interface|Example 
log]]\".\n{{Identical|Search}}",
"checkuser-search-initiator": "This message is an option in a radio 
button on the search form for the checkuser log.\n\nSee screenshot 
\"[[mw:Extension:CheckUser#Basic_interface|Example log]]\".\n\nInitiator means 
the CheckUser who checks someone's information.\n{{Identical|Initiator}}",
"checkuser-search-target": "This message is used in an option in a 
radio button on the search form for the checkuser log. The target of the check 
means the user which was checked.\n{{Identical|Target}}",
-   "checkuser-log-search-target": "Label of form field on 
Special:CheckUserLog's search form. Valid values in the field can be either an 
IP address or an IP range or a username.\n{{Identical|Target}}",
+   "checkuser-log-search-target": "Label of form field on 
Special:CheckUserLog's search form. Valid values in the field can be either an 
IP address or an IP address range or a username.\n{{Identical|Target}}",
"checkuser-log-search-type": "Label of form field on 
Special:CheckUserLog's search form. This corresponds to the radio buttons for 
the search type. See {{msg-mw|checkuser-search-initiator}} and 
{{msg-mw|checkuser-log-search-target}}.",
"checkuser-ipeditcount": "This information is shown on the result page 
of [[mw:Extension:CheckUser#Basic_interface|Special:CheckUser]] (when doing the 
''{{int:Checkuser-users}}'' check), next to the individual listed IPs.\n\nSee 
[[mw:Extension:CheckUser#Basic_interface|screenshot]] \"Example user name 
check\").\n\nParameters:\n* $1 - an estimate of the total number of edits from 
the respective IP (i.e. the number of edits by all users, not only by the 
requested user). As the comment in the code says: ''If we get some results, it 
helps to know if the IP in general has a lot more edits, e.g. \"tip of the 
iceberg\"…''",
"checkuser-showmain": "Link label on Special:CheckUserLog's subtitle. 
Links to Special:CheckUser. See also {{msg-mw|checkuser-showlog}}.",

-- 
To view, visit https://gerrit.wikimedia.org/r/281189
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7911881b5b5d832cb793132c2dfcf4f3a59a2fb0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CheckUser
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Use IP address range instead of IP range - change (mediawiki/core)

2016-04-02 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/281188

Change subject: Use IP address range instead of IP range
..

Use IP address range instead of IP range

We use "IP address" consistently instead of "IP", but this was never
applied to the "range" addition.

Change-Id: I02fecf0b9e6a5b90f7a24209c7a1cdce64060b23
---
M includes/api/i18n/en.json
M languages/i18n/en.json
M languages/i18n/qqq.json
3 files changed, 6 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/88/281188/1

diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json
index 2d1542e..bff7854 100644
--- a/includes/api/i18n/en.json
+++ b/includes/api/i18n/en.json
@@ -20,7 +20,7 @@
"apihelp-main-param-uselang": "Language to use for message 
translations. 
[[Special:ApiHelp/query+siteinfo|action=query=siteinfo]] with 
siprop=languages returns a list of language codes, or specify 
user to use the current user's language preference, or specify 
content to use this wiki's content language.",
 
"apihelp-block-description": "Block a user.",
-   "apihelp-block-param-user": "Username, IP address, or IP range to 
block.",
+   "apihelp-block-param-user": "Username, IP address, or IP address range 
to block.",
"apihelp-block-param-expiry": "Expiry time. May be relative (e.g. 
5 months or 2 weeks) or absolute (e.g. 
2014-09-18T12:34:56Z). If set to infinite, 
indefinite, or never, the block will never expire.",
"apihelp-block-param-reason": "Reason for block.",
"apihelp-block-param-anononly": "Block anonymous users only (i.e. 
disable anonymous edits for this IP address).",
@@ -1331,7 +1331,7 @@
 
"apihelp-unblock-description": "Unblock a user.",
"apihelp-unblock-param-id": "ID of the block to unblock (obtained 
through list=blocks). Cannot be used together with 
$1user.",
-   "apihelp-unblock-param-user": "Username, IP address or IP range to 
unblock. Cannot be used together with $1id.",
+   "apihelp-unblock-param-user": "Username, IP address or IP address range 
to unblock. Cannot be used together with $1id.",
"apihelp-unblock-param-reason": "Reason for unblock.",
"apihelp-unblock-param-tags": "Change tags to apply to the entry in the 
block log.",
"apihelp-unblock-example-id": "Unblock block ID #105.",
diff --git a/languages/i18n/en.json b/languages/i18n/en.json
index c26d2a9..7342efe 100644
--- a/languages/i18n/en.json
+++ b/languages/i18n/en.json
@@ -2300,7 +2300,7 @@
"unblock-summary": "",
"blockip": "Block {{GENDER:$1|user}}",
"blockip-legend": "Block user",
-   "blockiptext": "Use the form below to block write access from a 
specific IP address or username.\nThis should be done only to prevent 
vandalism, and in accordance with [[{{MediaWiki:Policy-url}}|policy]].\nFill in 
a specific reason below (for example, citing particular pages that were 
vandalized).\nYou can block IP ranges using the 
[https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing CIDR] syntax; the 
largest allowed range is /$1 for IPv4 and /$2 for IPv6.",
+   "blockiptext": "Use the form below to block write access from a 
specific IP address or username.\nThis should be done only to prevent 
vandalism, and in accordance with [[{{MediaWiki:Policy-url}}|policy]].\nFill in 
a specific reason below (for example, citing particular pages that were 
vandalized).\nYou can block IP address ranges using the 
[https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing CIDR] syntax; the 
largest allowed range is /$1 for IPv4 and /$2 for IPv6.",
"ipaddressorusername": "IP address or username:",
"ipbexpiry": "Expiration:",
"ipbreason": "Reason:",
@@ -2393,7 +2393,7 @@
"unblock-hideuser": "You cannot unblock this user, as their username 
has been hidden.",
"ipb_cant_unblock": "Error: Block ID $1 not found. It may have been 
unblocked already.",
"ipb_blocked_as_range": "Error: The IP address $1 is not blocked 
directly and cannot be unblocked.\nIt is, however, blocked as part of the range 
$2, which can be unblocked.",
-   "ip_range_invalid": "Invalid IP range.",
+   "ip_range_invalid": "Invalid IP address range.",
"ip_range_toolarge": "Range blocks larger than /$1 are not allowed.",
"proxyblocker": "Proxy blocker",
"proxyblockreason": "Your IP address has been blocked because it is an 
open proxy.\nPlease contact your Internet service provider or technical support 
of your organization and inform them of this serious security problem.",
diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json
index e7df244..bdba606 100644
--- a/languages/i18n/qqq.json
+++ b/languages/i18n/qqq.json
@@ -968,7 +968,7 @@
"undo-summary-username-hidden": "Edit summary for an undo action where 
the username of the old revision is 

[MediaWiki-commits] [Gerrit] Revert "Add GENDER support to tooltip messages" - change (mediawiki...Echo)

2016-04-02 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/281167

Change subject: Revert "Add GENDER support to tooltip messages"
..

Revert "Add GENDER support to tooltip messages"

There was no need to merge this, and I suggest it is reverted. Parameterless 
use of GENDER is supported
 already.

"{{GENDER:|male|female|other}}" will switch for the
current user.

This reverts commit c8b80f2003e08401921a16fcce88fc3dd8e78f53.

Change-Id: I15a0bd79abea9d9f0e9b0547c87e848ebf88b5de
---
M Hooks.php
M i18n/en.json
M i18n/qqq.json
3 files changed, 13 insertions(+), 13 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Echo 
refs/changes/67/281167/1

diff --git a/Hooks.php b/Hooks.php
index 3d6a55f..afdaacf 100644
--- a/Hooks.php
+++ b/Hooks.php
@@ -350,7 +350,7 @@
$categoryMessage = wfMessage( 'echo-category-title-' . 
$category )->numParams( 1 )->escaped();
$rows[$categoryMessage] = $category;
if ( isset( 
$wgEchoNotificationCategories[$category]['tooltip'] ) ) {
-   $tooltips[$categoryMessage] = wfMessage( 
$wgEchoNotificationCategories[$category]['tooltip'], $user->getName() )->text();
+   $tooltips[$categoryMessage] = wfMessage( 
$wgEchoNotificationCategories[$category]['tooltip'] )->text();
}
}
 
diff --git a/i18n/en.json b/i18n/en.json
index 2815a3f..f9c1c2b 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -34,12 +34,12 @@
"echo-category-title-system": "{{PLURAL:$1|System}}",
"echo-category-title-user-rights": "{{PLURAL:$1|User rights change|User 
rights changes}}",
"echo-category-title-emailuser": "{{PLURAL:$1|Email from other 
user|Emails from other users}}",
-   "echo-pref-tooltip-edit-user-talk": "Notify {{GENDER:$1|me}} when 
someone posts a message or replies on my talk page.",
-   "echo-pref-tooltip-article-linked": "Notify {{GENDER:$1|me}} when 
someone links to a page I created from an article page.",
-   "echo-pref-tooltip-reverted": "Notify {{GENDER:$1|me}} when someone 
reverts an edit I made, by using the undo or rollback tool.",
-   "echo-pref-tooltip-mention": "Notify {{GENDER:$1|me}} when someone 
links to my {{GENDER:$1|user}} page.",
-   "echo-pref-tooltip-user-rights": "Notify {{GENDER:$1|me}} when someone 
changes my {{GENDER:$1|user}} rights.",
-   "echo-pref-tooltip-emailuser": "Notify {{GENDER:$1|me}} when someone 
sends {{GENDER:$1|me}} an email.",
+   "echo-pref-tooltip-edit-user-talk": "Notify me when someone posts a 
message or replies on my talk page.",
+   "echo-pref-tooltip-article-linked": "Notify me when someone links to a 
page I created from an article page.",
+   "echo-pref-tooltip-reverted": "Notify me when someone reverts an edit I 
made, by using the undo or rollback tool.",
+   "echo-pref-tooltip-mention": "Notify me when someone links to my user 
page.",
+   "echo-pref-tooltip-user-rights": "Notify me when someone changes my 
user rights.",
+   "echo-pref-tooltip-emailuser": "Notify me when someone sends me an 
email.",
"echo-no-agent": "[Nobody]",
"echo-no-title": "[No page]",
"echo-error-no-formatter": "No formatting defined for notification.",
diff --git a/i18n/qqq.json b/i18n/qqq.json
index b638d50..78636a5 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -55,12 +55,12 @@
"echo-category-title-system": "This is a short title for notification 
category.\n\nUsed in a list of options under the heading 
{{msg-mw|Prefs-echosubscriptions}} in Special:Preferences. As far as I can see 
this always needs to be a plural for an unspecified number.\n\nIt used to be 
used as $1 in {{msg-mw|Echo-dismiss-message}}, but this message is 
no longer used, apparently.\n\nParameters:\n* $1 - number of messages, for 
PLURAL support\n{{Related|Echo-category-title}}\n{{Identical|System}}",
"echo-category-title-user-rights": "This is a short title for 
notification category.\n\nUsed in a list of options under the heading 
{{msg-mw|Prefs-echosubscriptions}} in Special:Preferences. As far as I can see 
this always needs to be a plural for an unspecified number.\n\nIt used to be 
used as $1 in {{msg-mw|Echo-dismiss-message}}, but this message is 
no longer used, apparently.\n\nParameters:\n* $1 - number of messages, for 
PLURAL support\n{{Related|Echo-category-title}}",
"echo-category-title-emailuser": "This is a short title for 
notification category.\n\nUsed in a list of options under the heading 
{{msg-mw|Prefs-echosubscriptions}} in Special:Preferences. As far as I can see 
this always needs to be a plural for an unspecified number.\n\nIt used to be 
used as $1 in {{msg-mw|Echo-dismiss-message}}, but this message is 
no longer used, apparently.\n\nParameters:\n* $1 - number of messages, 

[MediaWiki-commits] [Gerrit] Temporarily disable translation for ArticlePlaceholder - change (translatewiki)

2016-04-02 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/281160

Change subject: Temporarily disable translation for ArticlePlaceholder
..

Temporarily disable translation for ArticlePlaceholder

Change-Id: I793586c8a619d61c135c2576cd3cb3a114f66d41
---
M groups/MediaWiki/mediawiki-extensions.txt
1 file changed, 3 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/60/281160/1

diff --git a/groups/MediaWiki/mediawiki-extensions.txt 
b/groups/MediaWiki/mediawiki-extensions.txt
index 35e22c8..524ed55 100644
--- a/groups/MediaWiki/mediawiki-extensions.txt
+++ b/groups/MediaWiki/mediawiki-extensions.txt
@@ -114,8 +114,9 @@
 ignored=articlefeedbackv5-noteflyover-unoversight-description, 
articlefeedbackv5-noteflyover-unoversight-help-link, 
articlefeedbackv5-noteflyover-unrequest-description, 
articlefeedbackv5-noteflyover-unrequest-help-link
 ignored=articlefeedbackv5-noteflyover-unresolve-description, 
articlefeedbackv5-noteflyover-unresolve-help-link, 
articlefeedbackv5-special-filter-label-after, 
articlefeedbackv5-special-sort-label-after
 
-Article Placeholder
-aliasfile = ArticlePlaceholder/ArticlePlaceholder.alias.php
+# Temporarily disabled pending expected message changes, that would result in 
fuzzying a lot of new translations
+#Article Placeholder
+#aliasfile = ArticlePlaceholder/ArticlePlaceholder.alias.php
 
 # Ask / Moved to GitHub
 # Assert Edit / Moved into core (deployed 1.23wmf10)

-- 
To view, visit https://gerrit.wikimedia.org/r/281160
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I793586c8a619d61c135c2576cd3cb3a114f66d41
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Use ID consistently - change (mediawiki...WikiLexicalData)

2016-04-02 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/281158

Change subject: Use ID consistently
..

Use ID consistently

Change-Id: Ie2b5c787168e2d113bf5884fac9d64f8b2ae3231
---
M i18n/lexicaldata/en.json
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikiLexicalData 
refs/changes/58/281158/1

diff --git a/i18n/lexicaldata/en.json b/i18n/lexicaldata/en.json
index 84985c6..5abebc7 100644
--- a/i18n/lexicaldata/en.json
+++ b/i18n/lexicaldata/en.json
@@ -40,7 +40,7 @@
"importtsv": "Import TSV",
"ow_importtsv_title1": "Import TSV",
"ow_importtsv_title2": "Import definitions and translations",
-   "ow_importtsv_header": "Import definitions and translations from a 
tab delimited text file that you may have exported from OpenOffice.org, Excel 
or other spreadsheet software.\nThe format of the file must be the same 
as the files exported on the [[Special:ExportTSV|ExportTSV]] page.\nIf you have 
changed the column names, the import will fail.\nIf you have changed the id or 
the defining expression of any defined meaning, that line will be ignored.\nIf 
you have added columns, they must be in the form \"definitions_iso\" or 
\"translations_iso\", where iso is an ISO 639-3 language code.\nIf the 
\"test run\" box is checked, any actions that would be taken are reported, but 
no changes are actually made.\nYou are encouraged to do a test run before you 
do an actual import.",
+   "ow_importtsv_header": "Import definitions and translations from a 
tab delimited text file that you may have exported from OpenOffice.org, Excel 
or other spreadsheet software.\nThe format of the file must be the same 
as the files exported on the [[Special:ExportTSV|ExportTSV]] page.\nIf you have 
changed the column names, the import will fail.\nIf you have changed the ID or 
the defining expression of any defined meaning, that line will be ignored.\nIf 
you have added columns, they must be in the form \"definitions_iso\" or 
\"translations_iso\", where iso is an ISO 639-3 language code.\nIf the 
\"test run\" box is checked, any actions that would be taken are reported, but 
no changes are actually made.\nYou are encouraged to do a test run before you 
do an actual import.",
"ow_importtsv_not_allowed": "You do not have permission to do a TSV 
import.",
"ow_importtsv_importing": "Importing TSV data",
"ow_importtsv_import_failed": "Import failed",

-- 
To view, visit https://gerrit.wikimedia.org/r/281158
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie2b5c787168e2d113bf5884fac9d64f8b2ae3231
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikiLexicalData
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Use ID consistently - change (mediawiki...WikibaseQuality)

2016-04-02 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/281157

Change subject: Use ID consistently
..

Use ID consistently

Change-Id: Ief82fd8ecea01248269a7d383d7977564d6c3ce8
---
M i18n/en.json
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikibaseQuality 
refs/changes/57/281157/1

diff --git a/i18n/en.json b/i18n/en.json
index 3d9ec5c..921c3c5 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -43,8 +43,8 @@
"apihelp-wbqgetviolationmessages-example": "Get messages for data 
violations of item Q76.",
 
"apihelp-wbqmodifyviolation-description": "Modifies a specific data 
violation. Keep in mind that only users with specific rights can modify 
violations.",
-   "apihelp-wbqmodifyviolation-param-claimguid": "The claim GUID of the 
data violation that should be modified. Together with the constraint id, this 
identifies the violation.",
-   "apihelp-wbqmodifyviolation-param-constraintid": "The constraint id of 
the data violation that should be modified. Together with the claimguid this 
identifies the violation.",
+   "apihelp-wbqmodifyviolation-param-claimguid": "The claim GUID of the 
data violation that should be modified. Together with the constraint ID, this 
identifies the violation.",
+   "apihelp-wbqmodifyviolation-param-constraintid": "The constraint ID of 
the data violation that should be modified. Together with the claim GUID this 
identifies the violation.",
"apihelp-wbqmodifyviolation-param-status": "The new status, which 
should be set for this violation.",
"apihelp-wbqmodifyviolation-examples-exception": "Change the status of 
the violation identified by constraint id and claim GUID to exception.",
"apihelp-wbqmodifyviolation-examples-violation": "Change the status of 
the violation identified by constraint id and claim GUID to violation.",

-- 
To view, visit https://gerrit.wikimedia.org/r/281157
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ief82fd8ecea01248269a7d383d7977564d6c3ce8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikibaseQuality
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


  1   2   3   4   5   6   7   8   9   10   >