[MediaWiki-commits] [Gerrit] mediawiki...BlueSpiceExtensions[master]: Add apihelp messages to pass unit tests

2017-08-10 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/370009 )

Change subject: Add apihelp messages to pass unit tests
..


Add apihelp messages to pass unit tests

Change-Id: I4f5a58642161ad93a95b0ba5ec272a9b3aee1f53
---
M ExtendedSearch/i18n/en.json
M ExtendedSearch/i18n/qqq.json
M PageAccess/i18n/en.json
M PageAccess/i18n/qqq.json
M UsageTracker/i18n/en.json
M UsageTracker/i18n/qqq.json
6 files changed, 10 insertions(+), 4 deletions(-)

Approvals:
  Robert Vogel: Looks good to me, approved
  Raimond Spekking: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/ExtendedSearch/i18n/en.json b/ExtendedSearch/i18n/en.json
index 565304d..73e7d15 100644
--- a/ExtendedSearch/i18n/en.json
+++ b/ExtendedSearch/i18n/en.json
@@ -95,6 +95,7 @@
"extendedsearchadmin": "Extended search administration",
"bs-extendedsearch-create-page": "Create page \"$1\".",
"apihelp-feedextendedsearch-description": "Search the wiki using the 
OpenSearch protocol",
+   "apihelp-feedextendedsearch-summary": "Search the wiki using the 
OpenSearch protocol",
"apihelp-feedextendedsearch-param-q": "Search string",
"apihelp-feedextendedsearch-param-feedformat": "Maximum amount of 
results to return",
"apihelp-feedextendedsearch-param-user": "Do nothing if 
$wgEnableOpenSearchSuggest is false",
diff --git a/ExtendedSearch/i18n/qqq.json b/ExtendedSearch/i18n/qqq.json
index 7643fac..99dd979 100644
--- a/ExtendedSearch/i18n/qqq.json
+++ b/ExtendedSearch/i18n/qqq.json
@@ -105,6 +105,7 @@
"extendedsearchadmin": "Extended search administration",
"bs-extendedsearch-create-page": "Text for create page \"$1\". $1 is 
the entered page name\n{{Identical|Create page}}",
"apihelp-feedextendedsearch-description": 
"{{doc-apihelp-description|feedextendedsearch}}",
+   "apihelp-feedextendedsearch-summary": 
"{{doc-apihelp-summary|feedextendedsearch}}",
"apihelp-feedextendedsearch-param-q": 
"{{doc-apihelp-param|feedextendedsearch|q}}",
"apihelp-feedextendedsearch-param-feedformat": 
"{{doc-apihelp-param|feedextendedsearch|feedformat}}",
"apihelp-feedextendedsearch-param-user": 
"{{doc-apihelp-param|feedextendedsearch|user}}",
diff --git a/PageAccess/i18n/en.json b/PageAccess/i18n/en.json
index 8ba7665..28434fd 100644
--- a/PageAccess/i18n/en.json
+++ b/PageAccess/i18n/en.json
@@ -17,5 +17,6 @@
"logentry-bs-pageaccess-change": "$1 {{GENDER:$2|has changed}} the 
access permissions of $3 to \"$4\"",
"action-pageaccess-viewspecialpage":"view the special page 
\"{{int:pageaccess}}\"",
"bs-pageaccess-column-title": "Page title",
-   "bs-pageaccess-column-groups": "Groups"
+   "bs-pageaccess-column-groups": "Groups",
+   "apihelp-bs-pageaccess-store-summary": "Control access on page level"
 }
diff --git a/PageAccess/i18n/qqq.json b/PageAccess/i18n/qqq.json
index 319b2a6..38bffae 100644
--- a/PageAccess/i18n/qqq.json
+++ b/PageAccess/i18n/qqq.json
@@ -21,5 +21,6 @@
"logentry-bs-pageaccess-change": "Log message about changes on the 
access settings for a page.\nParameters:\n* $4 - comma separated list of the 
allowed groups",
"action-pageaccess-viewspecialpage": "placeholder to describe that view 
of special page \"{{int:pageaccess}}\" is restricted for the current 
user.\n\n{{Doc-action|pageaccess-viewspecialpage}}",
"bs-pageaccess-column-title": "Extjs grid calumn label for 
Pagetitle\n{{Identical|Page title}}",
-   "bs-pageaccess-column-groups": "Extjs grid calumn label for 
Groups\n{{Identical|Group}}"
+   "bs-pageaccess-column-groups": "Extjs grid calumn label for 
Groups\n{{Identical|Group}}",
+   "apihelp-bs-pageaccess-store-summary": 
"{{doc-apihelp-summary|bs-pageaccess-store}}"
 }
diff --git a/UsageTracker/i18n/en.json b/UsageTracker/i18n/en.json
index d839de7..9f375b1 100644
--- a/UsageTracker/i18n/en.json
+++ b/UsageTracker/i18n/en.json
@@ -17,5 +17,6 @@
"bs-usagetracker-base-collector-desc" : "Number of pages using $1",
"bs-usagetracker-tag-collector-desc" : "Number of pages using tag <$1>",
"bs-usagetracker-db-collector-desc": "Number of $1",
-   "bs-usagetracker-open-tasks" : "Site analysis is currently in progress. 
{{PLURAL:$1|One analysis is|$1 analyses are}} still open. (Refresh)"
+   "bs-usagetracker-open-tasks" : "Site analysis is currently in progress. 
{{PLURAL:$1|One analysis is|$1 analyses are}} still open. (Refresh)",
+   "apihelp-bs-usagetracker-store-summary": "Holds statistical data about 
extension use"
 }
diff --git a/UsageTracker/i18n/qqq.json b/UsageTracker/i18n/qqq.json
index b2dc418..9449ca9 100644
--- a/UsageTracker/i18n/qqq.json
+++ b/UsageTracker/i18n/qqq.json
@@ -18,5 +18,6 @@
"bs-usagetracker-base-collector-desc": "Used in 
[[Special:Usage_Tracker]], description of a base 

[MediaWiki-commits] [Gerrit] mediawiki...BlueSpiceExtensions[master]: Add apihelp messages to pass unit tests

2017-08-03 Thread Umherirrender (Code Review)
Umherirrender has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/370009 )

Change subject: Add apihelp messages to pass unit tests
..

Add apihelp messages to pass unit tests

Change-Id: I4f5a58642161ad93a95b0ba5ec272a9b3aee1f53
---
M ExtendedSearch/i18n/en.json
M ExtendedSearch/i18n/qqq.json
M PageAccess/i18n/en.json
M PageAccess/i18n/qqq.json
M UsageTracker/i18n/en.json
M UsageTracker/i18n/qqq.json
6 files changed, 10 insertions(+), 4 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BlueSpiceExtensions 
refs/changes/09/370009/1

diff --git a/ExtendedSearch/i18n/en.json b/ExtendedSearch/i18n/en.json
index 565304d..73e7d15 100644
--- a/ExtendedSearch/i18n/en.json
+++ b/ExtendedSearch/i18n/en.json
@@ -95,6 +95,7 @@
"extendedsearchadmin": "Extended search administration",
"bs-extendedsearch-create-page": "Create page \"$1\".",
"apihelp-feedextendedsearch-description": "Search the wiki using the 
OpenSearch protocol",
+   "apihelp-feedextendedsearch-summary": "Search the wiki using the 
OpenSearch protocol",
"apihelp-feedextendedsearch-param-q": "Search string",
"apihelp-feedextendedsearch-param-feedformat": "Maximum amount of 
results to return",
"apihelp-feedextendedsearch-param-user": "Do nothing if 
$wgEnableOpenSearchSuggest is false",
diff --git a/ExtendedSearch/i18n/qqq.json b/ExtendedSearch/i18n/qqq.json
index 7643fac..99dd979 100644
--- a/ExtendedSearch/i18n/qqq.json
+++ b/ExtendedSearch/i18n/qqq.json
@@ -105,6 +105,7 @@
"extendedsearchadmin": "Extended search administration",
"bs-extendedsearch-create-page": "Text for create page \"$1\". $1 is 
the entered page name\n{{Identical|Create page}}",
"apihelp-feedextendedsearch-description": 
"{{doc-apihelp-description|feedextendedsearch}}",
+   "apihelp-feedextendedsearch-summary": 
"{{doc-apihelp-summary|feedextendedsearch}}",
"apihelp-feedextendedsearch-param-q": 
"{{doc-apihelp-param|feedextendedsearch|q}}",
"apihelp-feedextendedsearch-param-feedformat": 
"{{doc-apihelp-param|feedextendedsearch|feedformat}}",
"apihelp-feedextendedsearch-param-user": 
"{{doc-apihelp-param|feedextendedsearch|user}}",
diff --git a/PageAccess/i18n/en.json b/PageAccess/i18n/en.json
index 8ba7665..5bf2a39 100644
--- a/PageAccess/i18n/en.json
+++ b/PageAccess/i18n/en.json
@@ -17,5 +17,6 @@
"logentry-bs-pageaccess-change": "$1 {{GENDER:$2|has changed}} the 
access permissions of $3 to \"$4\"",
"action-pageaccess-viewspecialpage":"view the special page 
\"{{int:pageaccess}}\"",
"bs-pageaccess-column-title": "Page title",
-   "bs-pageaccess-column-groups": "Groups"
+   "bs-pageaccess-column-groups": "Groups",
+   "apihelp-bs-pageaccess-store-summary": ""
 }
diff --git a/PageAccess/i18n/qqq.json b/PageAccess/i18n/qqq.json
index 319b2a6..38bffae 100644
--- a/PageAccess/i18n/qqq.json
+++ b/PageAccess/i18n/qqq.json
@@ -21,5 +21,6 @@
"logentry-bs-pageaccess-change": "Log message about changes on the 
access settings for a page.\nParameters:\n* $4 - comma separated list of the 
allowed groups",
"action-pageaccess-viewspecialpage": "placeholder to describe that view 
of special page \"{{int:pageaccess}}\" is restricted for the current 
user.\n\n{{Doc-action|pageaccess-viewspecialpage}}",
"bs-pageaccess-column-title": "Extjs grid calumn label for 
Pagetitle\n{{Identical|Page title}}",
-   "bs-pageaccess-column-groups": "Extjs grid calumn label for 
Groups\n{{Identical|Group}}"
+   "bs-pageaccess-column-groups": "Extjs grid calumn label for 
Groups\n{{Identical|Group}}",
+   "apihelp-bs-pageaccess-store-summary": 
"{{doc-apihelp-summary|bs-pageaccess-store}}"
 }
diff --git a/UsageTracker/i18n/en.json b/UsageTracker/i18n/en.json
index d839de7..c02c76d 100644
--- a/UsageTracker/i18n/en.json
+++ b/UsageTracker/i18n/en.json
@@ -17,5 +17,6 @@
"bs-usagetracker-base-collector-desc" : "Number of pages using $1",
"bs-usagetracker-tag-collector-desc" : "Number of pages using tag <$1>",
"bs-usagetracker-db-collector-desc": "Number of $1",
-   "bs-usagetracker-open-tasks" : "Site analysis is currently in progress. 
{{PLURAL:$1|One analysis is|$1 analyses are}} still open. (Refresh)"
+   "bs-usagetracker-open-tasks" : "Site analysis is currently in progress. 
{{PLURAL:$1|One analysis is|$1 analyses are}} still open. (Refresh)",
+   "apihelp-bs-usagetracker-store-summary": ""
 }
diff --git a/UsageTracker/i18n/qqq.json b/UsageTracker/i18n/qqq.json
index b2dc418..a327b62 100644
--- a/UsageTracker/i18n/qqq.json
+++ b/UsageTracker/i18n/qqq.json
@@ -18,5 +18,6 @@
"bs-usagetracker-base-collector-desc": "Used in 
[[Special:Usage_Tracker]], description of a base collector\n\n* $1 is a message 
key used for further specification.",