[MediaWiki-commits] [Gerrit] mediawiki...AjaxLogin[master]: Fix AjaxLogin failing tests due to some messages missing

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

Change subject: Fix AjaxLogin failing tests due to some messages missing
..


Fix AjaxLogin failing tests due to some messages missing

Added 7 messages related to apihelp

Bug: T126415
Change-Id: I612fcf1c7efd974a0255574a36521e9612450cac
---
M i18n/en.json
M i18n/qqq.json
2 files changed, 16 insertions(+), 2 deletions(-)

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



diff --git a/i18n/en.json b/i18n/en.json
index 64e6657..cc4a06e 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -10,5 +10,12 @@
"ajaxlogin-create": "Create an account",
"al-nosuchuser": "There is no user by the name \"$1\".\nUser names are 
case sensitive.\nCheck your spelling.",
"al-createblocked": "Your IP address is blocked from account creation.",
-   "al-throttled": "You have had too many recent password attempts. Please 
wait $1 {{PLURAL:$1|second|seconds}} before trying again."
+   "al-throttled": "You have had too many recent password attempts. Please 
wait $1 {{PLURAL:$1|second|seconds}} before trying again.",
+   "apihelp-ajaxlogin-description": "Authenticate user or mail password",
+   "apihelp-ajaxlogin-param-Name": "User name",
+   "apihelp-ajaxlogin-param-Password": "User password",
+   "apihelp-ajaxlogin-param-Remember": "Whether to save user token to a 
cookie",
+   "apihelp-ajaxlogin-param-Loginattempt": "If set, then authenticate user 
with provided credentials",
+   "apihelp-ajaxlogin-param-Mailmypassword": "If set, then send password 
reset email to user with provided name",
+   "apihelp-ajaxlogin-param-Token": "Login token to use while 
authenticating user"
 }
diff --git a/i18n/qqq.json b/i18n/qqq.json
index 3c3c0d3..165c8b0 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -12,5 +12,12 @@
"ajaxlogin-create": "{{Identical|Create account}}",
"al-nosuchuser": "This message refers to you have no user by that name 
and user names are case sensative.",
"al-createblocked": "This message refers to your ip address is blocked 
from creating an account.",
-   "al-throttled": "This message refers to you have had too many recent 
password attempts."
+   "al-throttled": "This message refers to you have had too many recent 
password attempts.",
+   "apihelp-ajaxlogin-description": 
"{{doc-apihelp-description|ajaxlogin}}",
+   "apihelp-ajaxlogin-param-Name": "{{doc-apihelp-param|ajaxlogin|Name}}",
+   "apihelp-ajaxlogin-param-Password": 
"{{doc-apihelp-param|ajaxlogin|Password}}",
+   "apihelp-ajaxlogin-param-Remember": 
"{{doc-apihelp-param|ajaxlogin|Remember}}",
+   "apihelp-ajaxlogin-param-Loginattempt": 
"{{doc-apihelp-param|ajaxlogin|Loginattempt}}",
+   "apihelp-ajaxlogin-param-Mailmypassword": 
"{{doc-apihelp-param|ajaxlogin|Mailmypassword}}",
+   "apihelp-ajaxlogin-param-Token": "{{doc-apihelp-param|ajaxlogin|Token}}"
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I612fcf1c7efd974a0255574a36521e9612450cac
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/AjaxLogin
Gerrit-Branch: master
Gerrit-Owner: Phantom42 
Gerrit-Reviewer: Inez 
Gerrit-Reviewer: Jack Phoenix 
Gerrit-Reviewer: Siebrand 
Gerrit-Reviewer: Skizzerz 
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...AjaxLogin[master]: Fix AjaxLogin failing tests due to some messages missing

2017-01-08 Thread Phantom42 (Code Review)
Phantom42 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/331223 )

Change subject: Fix AjaxLogin failing tests due to some messages missing
..

Fix AjaxLogin failing tests due to some messages missing

Added 7 messages related to apihelp

Bug: T126415
Change-Id: I612fcf1c7efd974a0255574a36521e9612450cac
---
M i18n/en.json
M i18n/qqq.json
2 files changed, 16 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/AjaxLogin 
refs/changes/23/331223/1

diff --git a/i18n/en.json b/i18n/en.json
index 64e6657..cc4a06e 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -10,5 +10,12 @@
"ajaxlogin-create": "Create an account",
"al-nosuchuser": "There is no user by the name \"$1\".\nUser names are 
case sensitive.\nCheck your spelling.",
"al-createblocked": "Your IP address is blocked from account creation.",
-   "al-throttled": "You have had too many recent password attempts. Please 
wait $1 {{PLURAL:$1|second|seconds}} before trying again."
+   "al-throttled": "You have had too many recent password attempts. Please 
wait $1 {{PLURAL:$1|second|seconds}} before trying again.",
+   "apihelp-ajaxlogin-description": "Authenticate user or mail password",
+   "apihelp-ajaxlogin-param-Name": "User name",
+   "apihelp-ajaxlogin-param-Password": "User password",
+   "apihelp-ajaxlogin-param-Remember": "Whether to save user token to a 
cookie",
+   "apihelp-ajaxlogin-param-Loginattempt": "If set, then authenticate user 
with provided credentials",
+   "apihelp-ajaxlogin-param-Mailmypassword": "If set, then send password 
reset email to user with provided name",
+   "apihelp-ajaxlogin-param-Token": "Login token to use while 
authenticating user"
 }
diff --git a/i18n/qqq.json b/i18n/qqq.json
index 3c3c0d3..165c8b0 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -12,5 +12,12 @@
"ajaxlogin-create": "{{Identical|Create account}}",
"al-nosuchuser": "This message refers to you have no user by that name 
and user names are case sensative.",
"al-createblocked": "This message refers to your ip address is blocked 
from creating an account.",
-   "al-throttled": "This message refers to you have had too many recent 
password attempts."
+   "al-throttled": "This message refers to you have had too many recent 
password attempts.",
+   "apihelp-ajaxlogin-description": 
"{{doc-apihelp-description|ajaxlogin}}",
+   "apihelp-ajaxlogin-param-Name": "{{doc-apihelp-param|ajaxlogin|Name}}",
+   "apihelp-ajaxlogin-param-Password": 
"{{doc-apihelp-param|ajaxlogin|Password}}",
+   "apihelp-ajaxlogin-param-Remember": 
"{{doc-apihelp-param|ajaxlogin|Remember}}",
+   "apihelp-ajaxlogin-param-Loginattempt": 
"{{doc-apihelp-param|ajaxlogin|Loginattempt}}",
+   "apihelp-ajaxlogin-param-Mailmypassword": 
"{{doc-apihelp-param|ajaxlogin|Mailmypassword}}",
+   "apihelp-ajaxlogin-param-Token": "{{doc-apihelp-param|ajaxlogin|Token}}"
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I612fcf1c7efd974a0255574a36521e9612450cac
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/AjaxLogin
Gerrit-Branch: master
Gerrit-Owner: Phantom42 

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