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

2016-04-03 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

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(-)

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



diff --git a/groups/MediaWiki/mediawiki-extensions.txt 
b/groups/MediaWiki/mediawiki-extensions.txt
index 603938f..cde1edb 100644
--- a/groups/MediaWiki/mediawiki-extensions.txt
+++ b/groups/MediaWiki/mediawiki-extensions.txt
@@ -2061,15 +2061,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
@@ -2082,11 +2088,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
@@ -2098,42 +2099,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
@@ -2260,7 +2246,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] 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"