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": 
"[email protected]:SemanticMediaWiki/SemanticBreadcrumbLinks.git"
                        },
+                       "mwgithub/SemanticMediaWiki/SemanticCite": {
+                               "type": "git",
+                               "url": 
"[email protected]:SemanticMediaWiki/SemanticCite.git"
+                       },
+                       
"mwgithub/SemanticMediaWiki/SemanticExternalQueryLookup": {
+                               "type": "git",
+                               "url": 
"[email protected]:SemanticMediaWiki/SemanticExternalQueryLookup.git"
+                       },
                        
"mwgithub/SemanticMediaWiki/SemanticExtraSpecialProperties": {
                                "type": "git",
                                "url": 
"[email protected]:SemanticMediaWiki/SemanticExtraSpecialProperties.git"
diff --git a/repoconfig.json b/repoconfig.json
index bc50eb8..6c11f35 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -97,6 +97,14 @@
                                "type": "git",
                                "url": 
"https://github.com/SemanticMediaWiki/SemanticBreadcrumbLinks.git";
                        },
+                       "mwgithub/SemanticMediaWiki/SemanticCite": {
+                               "type": "git",
+                               "url": 
"https://github.com/SemanticMediaWiki/SemanticCite.git";
+                       },
+                       
"mwgithub/SemanticMediaWiki/SemanticExternalQueryLookup": {
+                               "type": "git",
+                               "url": 
"https://github.com/SemanticMediaWiki/SemanticExternalQueryLookup.git";
+                       },
                        
"mwgithub/SemanticMediaWiki/SemanticExtraSpecialProperties": {
                                "type": "git",
                                "url": 
"https://github.com/SemanticMediaWiki/SemanticExtraSpecialProperties.git";

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Icc3ff77c81b9b7a5636f1a74f72d51785bfe9b95
Gerrit-PatchSet: 2
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to