[MediaWiki-commits] [Gerrit] mediawiki...LinkSuggest[master]: Fix extension LinkSuggest failing tests

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

Change subject: Fix extension LinkSuggest failing tests
..


Fix extension LinkSuggest failing tests

Extension LinkSuggest failing tests due to missing apihelp messages.

Bug: T155027
Change-Id: I5ac529265c7d348aecaf336cffbab875384d61af
---
M i18n/en.json
M i18n/qqq.json
2 files changed, 6 insertions(+), 0 deletions(-)

Approvals:
  Paladox: Looks good to me, but someone else must approve
  Hashar: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/i18n/en.json b/i18n/en.json
index db41387..77d9fa7 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -4,6 +4,9 @@
},
"apihelp-linksuggest-example-1": "Search for pages in the main 
namespace beginning with Ashley.",
"apihelp-linksuggest-example-2": "Create a thumbnail of 
[[:File:Whatever.jpg]].",
+   "apihelp-linksuggest-description": "Suggest link to editors on edit 
view",
+   "apihelp-linksuggest-param-get": "Get the display",
+   "apihelp-linksuggest-param-query": "Show suggestions of links",
"linksuggest-desc": "Suggests links to editors on edit view",
"tog-disablelinksuggest": "Do not show link suggest"
 }
diff --git a/i18n/qqq.json b/i18n/qqq.json
index 5294b27..6aa96da 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -8,6 +8,9 @@
},
"apihelp-linksuggest-example-1": "{{doc-apihelp-example|linksuggest}}",
"apihelp-linksuggest-example-2": "{{doc-apihelp-example|linksuggest}}",
+   "apihelp-linksuggest-description": 
"{{doc-apihelp-description|linksuggest}}",
+   "apihelp-linksuggest-param-get": 
"{{doc-apihelp-param|linksuggest|get}}",
+   "apihelp-linksuggest-param-query": 
"{{doc-apihelp-param|linksuggest|query}}",
"linksuggest-desc": "{{desc|name=Link 
Suggest|url=https://www.mediawiki.org/wiki/Extension:LinkSuggest}};,
"tog-disablelinksuggest": "Used as checkbox label in 
[[Special:Preferences]]."
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I5ac529265c7d348aecaf336cffbab875384d61af
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/LinkSuggest
Gerrit-Branch: master
Gerrit-Owner: DatGuy 
Gerrit-Reviewer: Hashar 
Gerrit-Reviewer: Legoktm 
Gerrit-Reviewer: Paladox 
Gerrit-Reviewer: Reedy 
Gerrit-Reviewer: Siebrand 
Gerrit-Reviewer: Umherirrender 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] mediawiki...LinkSuggest[master]: Fix extension LinkSuggest failing tests

2017-01-13 Thread DatGuy (Code Review)
DatGuy has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/332006 )

Change subject: Fix extension LinkSuggest failing tests
..

Fix extension LinkSuggest failing tests

Extension LinkSuggest failing tests due to missing apihelp messages.

Bug: T155027
Change-Id: I5ac529265c7d348aecaf336cffbab875384d61af
---
M i18n/en.json
M i18n/qqq.json
2 files changed, 6 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/LinkSuggest 
refs/changes/06/332006/1

diff --git a/i18n/en.json b/i18n/en.json
index db41387..77d9fa7 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -4,6 +4,9 @@
},
"apihelp-linksuggest-example-1": "Search for pages in the main 
namespace beginning with Ashley.",
"apihelp-linksuggest-example-2": "Create a thumbnail of 
[[:File:Whatever.jpg]].",
+   "apihelp-linksuggest-description": "Suggest link to editors on edit 
view",
+   "apihelp-linksuggest-param-get": "Get the display",
+   "apihelp-linksuggest-param-query": "Show suggestions of links",
"linksuggest-desc": "Suggests links to editors on edit view",
"tog-disablelinksuggest": "Do not show link suggest"
 }
diff --git a/i18n/qqq.json b/i18n/qqq.json
index 5294b27..6aa96da 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -8,6 +8,9 @@
},
"apihelp-linksuggest-example-1": "{{doc-apihelp-example|linksuggest}}",
"apihelp-linksuggest-example-2": "{{doc-apihelp-example|linksuggest}}",
+   "apihelp-linksuggest-description": 
"{{doc-apihelp-description|linksuggest}}",
+   "apihelp-linksuggest-param-get": 
"{{doc-apihelp-param|linksuggest|get}}",
+   "apihelp-linksuggest-param-query": 
"{{doc-apihelp-param|linksuggest|query}}",
"linksuggest-desc": "{{desc|name=Link 
Suggest|url=https://www.mediawiki.org/wiki/Extension:LinkSuggest}};,
"tog-disablelinksuggest": "Used as checkbox label in 
[[Special:Preferences]]."
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5ac529265c7d348aecaf336cffbab875384d61af
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/LinkSuggest
Gerrit-Branch: master
Gerrit-Owner: DatGuy 

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