[MediaWiki-commits] [Gerrit] Clarify info action's search engine status - change (mediawiki/core)

2013-08-09 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/78413


Change subject: Clarify info action's search engine status
..

Clarify info action's search engine status

We are using the word indexing anyway and I doubt the concept
of internal vs. external search engine is any more complex than
the concept of robot which also relates to robots.txt.
Allowed or disallowed also seems appropriate, as it describes
the permission without speaking of actual impossibility, though
some describe it as preventing indexing.

Examples:
http://www.robotstxt.org/meta.html
https://en.wikipedia.org/wiki/Noindex
https://support.google.com/webmasters/answer/93710?hl=en
http://googlewebmastercentral.blogspot.fi/2007/03/using-robots-meta-tag.html
https://developers.google.com/webmasters/control-crawl-index/docs/robots_meta_tag
http://www.w3.org/TR/html401/appendix/notes.html#h-B.4.1.2

Bug: 43935
Change-Id: I856767f9e4951b165b589a553dd84e35fc55822e
---
M languages/messages/MessagesEn.php
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/13/78413/1

diff --git a/languages/messages/MessagesEn.php 
b/languages/messages/MessagesEn.php
index 75e3532..04a21a9 100644
--- a/languages/messages/MessagesEn.php
+++ b/languages/messages/MessagesEn.php
@@ -3869,9 +3869,9 @@
 'pageinfo-length' = 'Page length (in bytes)',
 'pageinfo-article-id' = 'Page ID',
 'pageinfo-language'   = 'Page content language',
-'pageinfo-robot-policy'   = 'Search engine status',
-'pageinfo-robot-index'= 'Indexable',
-'pageinfo-robot-noindex'  = 'Not indexable',
+'pageinfo-robot-policy'   = 'Indexing by robots',
+'pageinfo-robot-index'= 'Allowed',
+'pageinfo-robot-noindex'  = 'Disallowed',
 'pageinfo-views'  = 'Number of views',
 'pageinfo-watchers'   = 'Number of page watchers',
 'pageinfo-few-watchers'   = 'Fewer than $1 
{{PLURAL:$1|watcher|watchers}}',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I856767f9e4951b165b589a553dd84e35fc55822e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Remove positional reference from createaccountmail - change (mediawiki/core)

2013-08-10 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/78509


Change subject: Remove positional reference from createaccountmail
..

Remove positional reference from createaccountmail

https://www.mediawiki.org/wiki/Localisation#Avoid_references_to_screen_layout_and_positions

Change-Id: I1a930fd402b5de020b7ad509e74a0f35638ba7f8
---
M languages/messages/MessagesEn.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/09/78509/1

diff --git a/languages/messages/MessagesEn.php 
b/languages/messages/MessagesEn.php
index 75e3532..91b1c60 100644
--- a/languages/messages/MessagesEn.php
+++ b/languages/messages/MessagesEn.php
@@ -1147,7 +1147,7 @@
 'createacct-emailoptional'= 'Email address (optional)',
 'createacct-email-ph' = 'Enter your email address',
 'createacct-another-email-ph' = 'Enter email address',
-'createaccountmail'   = 'Use a temporary random password and send 
it to the email address specified below',
+'createaccountmail'   = 'Use a temporary random password and send 
it to the specified email address',
 'createacct-realname' = 'Real name (optional)',
 'createaccountreason' = 'Reason:',
 'createacct-reason'   = 'Reason',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1a930fd402b5de020b7ad509e74a0f35638ba7f8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Eliminate confusing redundancy in accmailtext - change (mediawiki/core)

2013-08-10 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/78511


Change subject: Eliminate confusing redundancy in accmailtext
..

Eliminate confusing redundancy in accmailtext

It's the same password for the same account as mentioned
in the line below; let's not add degrees of confusion.

Change-Id: I6b434509b673b69ae96ea4581a5194fe4b0780ab
---
M languages/messages/MessagesEn.php
1 file changed, 1 insertion(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/11/78511/1

diff --git a/languages/messages/MessagesEn.php 
b/languages/messages/MessagesEn.php
index 75e3532..e68501f 100644
--- a/languages/messages/MessagesEn.php
+++ b/languages/messages/MessagesEn.php
@@ -1434,9 +1434,7 @@
 'loginreqlink' = 'log in',
 'loginreqpagetext' = 'You must $1 to view other pages.',
 'accmailtitle' = 'Password sent',
-'accmailtext'  = A randomly generated password for 
[[User talk:$1|$1]] has been sent to $2.
-
-The password for this new account can be changed on the 
''[[Special:ChangePassword|change password]]'' page upon logging in.,
+'accmailtext'  = A randomly generated password for 
[[User talk:$1|$1]] has been sent to $2. It can be changed on the 
''[[Special:ChangePassword|change password]]'' page upon logging in.,
 'newarticle'   = '(New)',
 'newarticletext'   = You have followed a link to a page that 
does not exist yet.
 To create the page, start typing in the box below (see the 
[[{{MediaWiki:Helppage}}|help page]] for more info).

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6b434509b673b69ae96ea4581a5194fe4b0780ab
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Just use You in userrights-notallowed - change (mediawiki/core)

2013-08-10 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/78512


Change subject: Just use You in userrights-notallowed
..

Just use You in userrights-notallowed

Unnecessary complexity; inconsistent with messages using you
just around this one.

Change-Id: I18016bfca6f03dd484db749f6a9045c5876b779b
---
M languages/messages/MessagesEn.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/12/78512/1

diff --git a/languages/messages/MessagesEn.php 
b/languages/messages/MessagesEn.php
index 75e3532..fe65059 100644
--- a/languages/messages/MessagesEn.php
+++ b/languages/messages/MessagesEn.php
@@ -2044,7 +2044,7 @@
 'userrights-no-interwiki'= 'You do not have permission to edit user 
rights on other wikis.',
 'userrights-nodatabase'  = 'Database $1 does not exist or is not 
local.',
 'userrights-nologin' = 'You must [[Special:UserLogin|log in]] 
with an administrator account to assign user rights.',
-'userrights-notallowed'  = 'Your account does not have permission to 
add or remove user rights.',
+'userrights-notallowed'  = 'You do not have permission to add or 
remove user rights.',
 'userrights-changeable-col'  = 'Groups you can change',
 'userrights-unchangeable-col'= 'Groups you cannot change',
 'userrights-irreversible-marker' = '$1*', # only translate this message to 
other languages if you have to change it

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I18016bfca6f03dd484db749f6a9045c5876b779b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] articlefeedback-pitch-thanks should be in singular form if t... - change (mediawiki...ArticleFeedback)

2013-08-10 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/78544


Change subject: articlefeedback-pitch-thanks should be in singular form if the 
user submits only one rating
..

articlefeedback-pitch-thanks should be in singular form if the user submits 
only one rating

Bug: 29323
Change-Id: Icb2f6c7eaf15a0ae2a10a4164874454a3e9394f9
---
M ArticleFeedback.hooks.php
M ArticleFeedback.i18n.php
M modules/jquery.articleFeedback/jquery.articleFeedback.js
3 files changed, 4 insertions(+), 2 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ArticleFeedback 
refs/changes/44/78544/1

diff --git a/ArticleFeedback.hooks.php b/ArticleFeedback.hooks.php
index 43e3351..4ff6cf6 100644
--- a/ArticleFeedback.hooks.php
+++ b/ArticleFeedback.hooks.php
@@ -32,6 +32,7 @@
'articlefeedback-privacyurl'
),
'dependencies' = array(
+   'mediawiki.jqueryMsg',
'jquery.ui.dialog',
'jquery.ui.button',
'jquery.articleFeedback',
diff --git a/ArticleFeedback.i18n.php b/ArticleFeedback.i18n.php
index 18bf9ca..b9b5f7b 100644
--- a/ArticleFeedback.i18n.php
+++ b/ArticleFeedback.i18n.php
@@ -67,7 +67,7 @@
'articlefeedback-field-wellwritten-tooltip-5' = 'Exceptional clarity',
'articlefeedback-pitch-reject' = 'Maybe later',
'articlefeedback-pitch-or' = 'or',
-   'articlefeedback-pitch-thanks' = 'Thanks! Your ratings have been 
saved.',
+   'articlefeedback-pitch-thanks' = 'Thanks! Your {{PLURAL:$1|rating 
has|ratings have}} been saved.',
'articlefeedback-pitch-join-message' = 'Did you want to create an 
account?',
'articlefeedback-pitch-join-body' = 'An account will help you track 
your edits, get involved in discussions, and be a part of the community.',
'articlefeedback-pitch-join-accept' = 'Create an account',
@@ -161,6 +161,7 @@
'articlefeedback-pitch-join-accept' = '{{Identical|Create an 
account}}',
'articlefeedback-pitch-join-login' = '{{Identical|Log in}}',
'articlefeedback-pitch-edit-body' = '{{notranslate}}',
+'articlefeedback-pitch-thanks' = '$1 - number of ratings submitted',
'articlefeedback-privacyurl' = 'This URL can be changed to point to a 
translated version of the page if it exists.',
'articleFeedback-table-caption-dailyhighs' = Used as caption. 
Parameters:
 * $1 - today's date,
diff --git a/modules/jquery.articleFeedback/jquery.articleFeedback.js 
b/modules/jquery.articleFeedback/jquery.articleFeedback.js
index 19eea0f..5914283 100644
--- a/modules/jquery.articleFeedback/jquery.articleFeedback.js
+++ b/modules/jquery.articleFeedback/jquery.articleFeedback.js
@@ -564,7 +564,7 @@
var $pitch = $( 
$.articleFeedback.tpl.pitch )
.attr( 'rel', 
key )
.find( 
'.articleFeedback-title' )
-   .text( 
mw.msg( context.options.pitches[key].title ) )
+   .text( 
mw.msg( context.options.pitches[key].title, rating.countall ) )
.end()
.find( 
'.articleFeedback-message' )
.text( 
mw.msg( context.options.pitches[key].message ) )

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icb2f6c7eaf15a0ae2a10a4164874454a3e9394f9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ArticleFeedback
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Make restoreprefs crystal clear about the meaning of *all* - change (mediawiki/core)

2013-08-10 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/78616


Change subject: Make restoreprefs crystal clear about the meaning of *all*
..

Make restoreprefs crystal clear about the meaning of *all*

No objections since 2011 to the simple proposal in comment 0.
Visual improvements can be performed at any time; given the
current position of the button, a slightly longer text is not
a problem.

Bug: 33327
Change-Id: Ia94e4989f40088aeace9391bfdf5137a8e3c26e8
---
M languages/messages/MessagesEn.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/16/78616/1

diff --git a/languages/messages/MessagesEn.php 
b/languages/messages/MessagesEn.php
index 57e2cc3..c9b4669 100644
--- a/languages/messages/MessagesEn.php
+++ b/languages/messages/MessagesEn.php
@@ -1926,7 +1926,7 @@
 'prefs-rendering'   = 'Appearance',
 'saveprefs' = 'Save',
 'resetprefs'= 'Clear unsaved changes',
-'restoreprefs'  = 'Restore all default settings',
+'restoreprefs'  = 'Restore all default settings (in all 
sections)',
 'prefs-editing' = 'Editing',
 'rows'  = 'Rows:',
 'columns'   = 'Columns:',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia94e4989f40088aeace9391bfdf5137a8e3c26e8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] centralauth-account-exists-reset should give link to a wiki ... - change (mediawiki...CentralAuth)

2013-08-10 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/78617


Change subject: centralauth-account-exists-reset should give link to a wiki 
where the account exists
..

centralauth-account-exists-reset should give link to a wiki where the account 
exists

In this patch I just add a link to Special:CentralAuth; the user will then have
to click one of the wiki nams and then access Special:PasswordReset there.
I have no idea on how to dynamically generate an URL to one such wiki in here.

Bug: 37219
Change-Id: I502f227ab573303b3499f92bc731b88c8ec310b7
---
M CentralAuth.i18n.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CentralAuth 
refs/changes/17/78617/1

diff --git a/CentralAuth.i18n.php b/CentralAuth.i18n.php
index a9d8a9b..eca1c42 100644
--- a/CentralAuth.i18n.php
+++ b/CentralAuth.i18n.php
@@ -261,7 +261,7 @@
// Other messages
'centralauth-invalid-wiki'   = 'No such wiki database: $1',
'centralauth-account-exists' = 'Cannot create account: the 
requested username is already taken in the unified login system.',
-   'centralauth-account-exists-reset' = 'The username $1 is not 
registered on this wiki, but it does exist in the unified login system.',
+   'centralauth-account-exists-reset' = 'The username $1 is not 
registered on this wiki, but you can reset its password on 
[[Special:CentralAuth/$1|one of the wiki where it is]].',
'centralauth-login-progress' = 'Logging you in to wikis of 
{{int:Centralauth-groupname}}:', # This message supports {{GENDER}}
'centralauth-login-no-others'= 'You have been automatically logged 
into other projects of {{int:Centralauth-groupname}}.',
'centralauth-hidden-blockreason' = 'globally hidden by $1 at $2 with 
following reason: $3',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I502f227ab573303b3499f92bc731b88c8ec310b7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralAuth
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it
Gerrit-Reviewer: jenkins-bot

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


[MediaWiki-commits] [Gerrit] Update extension description to include recent email blackli... - change (mediawiki...SpamBlacklist)

2013-08-11 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/78642


Change subject: Update extension description to include recent email 
blacklisting feature
..

Update extension description to include recent email blacklisting feature

The email blacklist has been kept undocumented since January 2012...
Also avoid linking the local pages: they are too many, they are
documented on the extension page and they are not the only source
lists even by default.

Bug: 43337
Change-Id: I5610dc92a7eb32fb57b5367997c21e6c3c311813
---
M SpamBlacklist.i18n.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SpamBlacklist 
refs/changes/42/78642/1

diff --git a/SpamBlacklist.i18n.php b/SpamBlacklist.i18n.php
index 8ee6883..1a462e9 100644
--- a/SpamBlacklist.i18n.php
+++ b/SpamBlacklist.i18n.php
@@ -53,7 +53,7 @@
'spam-blacklisted-email-signup' = 'The given email address is 
currently blacklisted from use.',
 
'spam-invalid-lines' = The following spam blacklist {{PLURAL:$1|line 
is an|lines are}} invalid regular {{PLURAL:$1|expression|expressions}} and 
{{PLURAL:$1|needs|need}} to be corrected before saving the page:,
-   'spam-blacklist-desc' = 'Regex-based anti-spam tool: 
[[MediaWiki:Spam-blacklist]] and [[MediaWiki:Spam-whitelist]]',
+   'spam-blacklist-desc' = 'Regex-based anti-spam tool allowing to 
blacklist URLs in pages and email addresses for registered users',
 );
 
 /** Message documentation (Message documentation)

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5610dc92a7eb32fb57b5367997c21e6c3c311813
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SpamBlacklist
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it
Gerrit-Reviewer: jenkins-bot

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


[MediaWiki-commits] [Gerrit] Simplify moodbar-action-item - change (mediawiki...MoodBar)

2013-08-11 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/78645


Change subject: Simplify moodbar-action-item
..

Simplify moodbar-action-item

No reason provided for exposing this level of jargon about
the entity, more programming in nature rather than about
what the user sees.

Bug: 42885
Change-Id: I3713aa9773fad9d0513d90b2d6ced38a17e10553
---
M MoodBar.i18n.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MoodBar 
refs/changes/45/78645/1

diff --git a/MoodBar.i18n.php b/MoodBar.i18n.php
index 8ba8eca..6c65964 100644
--- a/MoodBar.i18n.php
+++ b/MoodBar.i18n.php
@@ -141,7 +141,7 @@
'moodbar-hidden-footer' = 'Hidden feedback by $1 on $2 $3, reason: $4 
$5',
'moodbar-hidden-footer-without-log' = 'Hidden feedback $1',
'moodbar-feedback-restore' = 'restore hidden feedback',
-   'moodbar-action-item' = 'Feedback item:',
+   'moodbar-action-item' = 'Feedback:',
'moodbar-action-reason' = 'Reason:',
'moodbar-action-reason-required' = 'Please provide a reason.',
'moodbar-hide-header' = 'Hide this item from view',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3713aa9773fad9d0513d90b2d6ced38a17e10553
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MoodBar
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Rephrase the help protect the wiki CAPTCHA requests - change (mediawiki...ConfirmEdit)

2013-08-11 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/78646


Change subject: Rephrase the help protect the wiki CAPTCHA requests
..

Rephrase the help protect the wiki CAPTCHA requests

Of course entering a CAPTCHA does not help the wiki; asking it does.
This was already fixed in the main messaging but not in the secondary ones.

Bug: 38597
Change-Id: I126761d7e8d2f101cc5ae79397e44123a0e88ea5
---
M Asirra.i18n.php
M FancyCaptcha.i18n.php
M QuestyCaptcha.i18n.php
M ReCaptcha.i18n.php
4 files changed, 18 insertions(+), 18 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ConfirmEdit 
refs/changes/46/78646/1

diff --git a/Asirra.i18n.php b/Asirra.i18n.php
index 0b1293f..8fa2a17 100644
--- a/Asirra.i18n.php
+++ b/Asirra.i18n.php
@@ -11,12 +11,12 @@
 
 $messages['en'] = array(
'asirra-desc' = 'Asirra module for ConfirmEdit',
-   'asirra-edit' = 'To help protect against automated edit spam, please 
select just the cat photos in the box below:', 
-   'asirra-addurl' = 'Your edit includes new external links. To help 
protect against automated spam, please select just the cat photos in the box 
below:',
-   'asirra-badlogin' = 'To help protect against automated password 
cracking, please select just the cat photos in the box below:',
-   'asirra-createaccount' = 'To help protect against automated account 
creation, please select just the cat photos in the box below:',
+   'asirra-edit' = 'To protect the wiki against automated edit spam, we 
kindly ask you to select just the cat photos in the box below:', 
+   'asirra-addurl' = 'Your edit includes new external links. To protect 
the wiki against automated edit spam, we kindly ask you to select just the cat 
photos in the box below:',
+   'asirra-badlogin' = 'To protect the wiki against automated password 
cracking, we kindly ask you to select just the cat photos in the box below:',
+   'asirra-createaccount' = 'To protect the wiki against automated 
account creation, we kindly ask you to select just the cat photos in the box 
below:',
'asirra-createaccount-fail' = Please correctly identify the cats.,
-   'asirra-create' = 'To help protect against automated page creation, 
please select just the cat photos in the box below:', 
+   'asirra-create' = 'To protect the wiki against automated page 
creation, we kindly ask you to select just the cat photos in the box below:', 
'asirra-nojs' = '\'\'\'Please enable JavaScript and resubmit the 
page.\'\'\'',
'asirra-failed' = 'Please identify all cat images',
 );
diff --git a/FancyCaptcha.i18n.php b/FancyCaptcha.i18n.php
index 3415d80..bea5251 100644
--- a/FancyCaptcha.i18n.php
+++ b/FancyCaptcha.i18n.php
@@ -13,12 +13,12 @@
 $messages['en'] = array(
'fancycaptcha-desc'  = 'Fancy CAPTCHA generator for Confirm 
Edit',
'fancycaptcha-addurl'= 'Your edit includes new external links.
-To help protect against automated spam, please enter the words that appear 
below in the box ([[Special:Captcha/help|more info]]):',
-   'fancycaptcha-badlogin'  = 'To help protect against automated 
password cracking, please enter the words that appear below in the box 
([[Special:Captcha/help|more info]]):',
-   'fancycaptcha-createaccount' = 'To help protect against automated 
account creation, please enter the words that appear below in the box 
([[Special:Captcha/help|more info]]):',
+To protect the wiki against automated spam, we kindly ask you to enter the 
words that appear below in the box ([[Special:Captcha/help|more info]]):',
+   'fancycaptcha-badlogin'  = 'To protect the wiki against automated 
password cracking, we kindly ask you to enter the words that appear below in 
the box ([[Special:Captcha/help|more info]]):',
+   'fancycaptcha-createaccount' = 'To protect the wiki against automated 
account creation, we kindly ask you to enter the words that appear below in the 
box ([[Special:Captcha/help|more info]]):',
'fancycaptcha-create'= 'To create the page, please enter the 
words that appear below in the box ([[Special:Captcha/help|more info]]):',
'fancycaptcha-edit'  = 'To edit this page, please enter the 
words that appear below in the box ([[Special:Captcha/help|more info]]):',
-   'fancycaptcha-sendemail' = 'To help protect against automated 
spamming, please enter the words that appear below in the box 
([[Special:Captcha/help|more info]]):',
+   'fancycaptcha-sendemail' = 'To protect the wiki against automated 
spamming, we kindly ask you to enter the words that appear below in the box 
([[Special:Captcha/help|more info]]):',
'fancycaptcha-reload-text'   = 'Refresh',
 );
 
diff --git a/QuestyCaptcha.i18n.php b/QuestyCaptcha.i18n.php
index 519cc2a..eb687af 100644
--- a/QuestyCaptcha.i18n.php
+++ b/QuestyCaptcha.i18n.php
@@ 

[MediaWiki-commits] [Gerrit] Replace germanism sighted in review levels with an equivalent - change (mediawiki...FlaggedRevs)

2013-08-11 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/78647


Change subject: Replace germanism sighted in review levels with an equivalent
..

Replace germanism sighted in review levels with an equivalent

Bug: 38870
Change-Id: I9ce873e1bb89237994af1c5087824aa66e963237
---
M frontend/language/FlaggedRevs.i18n.php
1 file changed, 5 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/FlaggedRevs 
refs/changes/47/78647/1

diff --git a/frontend/language/FlaggedRevs.i18n.php 
b/frontend/language/FlaggedRevs.i18n.php
index 3426b0e..842ef30 100644
--- a/frontend/language/FlaggedRevs.i18n.php
+++ b/frontend/language/FlaggedRevs.i18n.php
@@ -81,7 +81,7 @@
'reviewer' = 'Reviewer',
'revreview-accuracy'   = 'Accuracy',
'revreview-accuracy-0' = 'Inadequate',
-   'revreview-accuracy-1' = 'Sighted',
+   'revreview-accuracy-1' = 'Spot checked',
'revreview-accuracy-2' = 'Accurate',
'revreview-accuracy-3' = 'Well sourced',
'revreview-accuracy-4' = 'Featured',
@@ -448,7 +448,10 @@
'revreview-accuracy-0' = '{{Flagged Revs-small}}
 Possible value of the \'accuracy\' tag for a revision. All accepted revisions 
must have ratings for each tag type.
 The value name of any review tag indicating that the revision fails to meet 
basic standards for that tag type. For example, accuracy can be 
inadequate.',
-   'revreview-accuracy-1' = {{Flagged Revs-small}}
+   'revreview-accuracy-1' = Previously called 'sighted': the revision 
was 'seen', 'looked at', and didn't contain anything obvious to reject.
+Can also be translated as 'okay', 'ready', 'acceptable', 'accepted'; cf. 
[[w:imprimatur]].
+
+{{Flagged Revs-small}}
 Possible value of the 'accuracy' tag for a revision. All accepted revisions 
must have ratings for each tag type.,
'revreview-accuracy-2' = {{Flagged Revs}}
 Possible value of the 'accuracy' tag for a revision. All accepted revisions 
must have ratings for each tag type.,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9ce873e1bb89237994af1c5087824aa66e963237
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/FlaggedRevs
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] In login-throttled, specify how long you have to wait before... - change (mediawiki/core)

2013-08-11 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/78649


Change subject: In login-throttled, specify how long you have to wait before 
logging in
..

In login-throttled, specify how long you have to wait before logging in

Throttle time will be enough to give an idea of the time to wait.
The actual time seems to be the time since the first of the last n
attempts in time t as per $wgPasswordAttemptThrottle, but it does not
seem too bad if the user gets a new full pool of allowed attempts.

Bug: 46965
Change-Id: Id385be840f340476fbe7a818ff1d05154fe86d68
---
M includes/specials/SpecialUserlogin.php
M languages/messages/MessagesEn.php
M languages/messages/MessagesQqq.php
3 files changed, 8 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/49/78649/1

diff --git a/includes/specials/SpecialUserlogin.php 
b/includes/specials/SpecialUserlogin.php
index 13a91aa..17d4b39 100644
--- a/includes/specials/SpecialUserlogin.php
+++ b/includes/specials/SpecialUserlogin.php
@@ -734,7 +734,7 @@
}
 
function processLogin() {
-   global $wgMemc, $wgLang, $wgSecureLogin;
+   global $wgMemc, $wgLang, $wgSecureLogin, 
$wgPasswordAttemptThrottle;
 
switch ( $this-authenticateUserData() ) {
case self::SUCCESS:
@@ -810,7 +810,10 @@
$this-userBlockedMessage( 
$this-getUser()-isBlockedFromCreateAccount() );
break;
case self::THROTTLED:
-   $this-mainLoginForm( $this-msg( 
'login-throttled' )-text() );
+   $this-mainLoginForm( $this-msg( 
'login-throttled' )
+   -params ( $lang-formatDuration( 
$wgPasswordAttemptThrottle['seconds'] ) )
+   -text()
+   );
break;
case self::USER_BLOCKED:
$this-mainLoginForm( $this-msg( 
'login-userblocked',
diff --git a/languages/messages/MessagesEn.php 
b/languages/messages/MessagesEn.php
index 57e2cc3..302b98c 100644
--- a/languages/messages/MessagesEn.php
+++ b/languages/messages/MessagesEn.php
@@ -1246,7 +1246,7 @@
 You may ignore this message, if this account was created in error.',
 'usernamehasherror'   = 'Username cannot contain hash characters',
 'login-throttled' = 'You have made too many recent login 
attempts.
-Please wait before trying again.',
+Please wait $1 before trying again.',
 'login-abort-generic' = 'Your login was unsuccessful - Aborted',
 'loginlanguagelabel'  = 'Language: $1',
 'loginlanguagelinks'  = '* {{#language:de}}|de
diff --git a/languages/messages/MessagesQqq.php 
b/languages/messages/MessagesQqq.php
index 8aff490..e01ebb9 100644
--- a/languages/messages/MessagesQqq.php
+++ b/languages/messages/MessagesQqq.php
@@ -1365,7 +1365,8 @@
 *Parameter $2 is the name entered as username.
 *Parameter $3 is a password (randomly generated).
 *Parameter $4 is a URL to the wiki',
-'login-throttled' = 'Error message shown at [[Special:UserLogin]] after 5 
wrong passwords. The hardcoded waiting time is 300 seconds.',
+'login-throttled' = 'Error message shown at [[Special:UserLogin]] after 5 
wrong passwords. The hardcoded waiting time is 300 seconds. (These values are 
configured via 
[[mw:Manual:$wgPasswordAttemptThrottle|$wgPasswordAttemptThrottle]].)
+* $1 - the (maximum) time to wait before the next login attempt; automatically 
formatted using the 
[//www.mediawiki.org/w/index.php?title=Special%3AAllMessagesprefix=durationfilter=all
 duration-* messages]',
 'login-abort-generic' = 'The generic unsuccessful login message is used 
unless otherwise specified by hook writers',
 'loginlanguagelabel' = 'Used on [[Special:UserLogin]] if 
$wgLoginLanguageSelector is true. $1 is a pipe-separated list built from the 
names that appear in the message {{msg-mw|Loginlanguagelinks}}.
 {{Identical|Language}}',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id385be840f340476fbe7a818ff1d05154fe86d68
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Use Special:ListAdmins as assistance link in explanation mes... - change (mediawiki...ConfirmEdit)

2013-08-11 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/78650


Change subject: Use Special:ListAdmins as assistance link in explanation message
..

Use Special:ListAdmins as assistance link in explanation message

Bug: 43922
Change-Id: I74630c2dd7b1fe163b89c66a08e33366df4d8a22
---
M ConfirmEdit.i18n.php
M QuestyCaptcha.i18n.php
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ConfirmEdit 
refs/changes/50/78650/1

diff --git a/ConfirmEdit.i18n.php b/ConfirmEdit.i18n.php
index 90c96ab..e09509c 100644
--- a/ConfirmEdit.i18n.php
+++ b/ConfirmEdit.i18n.php
@@ -31,7 +31,7 @@
 
 Unfortunately this may inconvenience users with limited vision or using 
text-based or speech-based browsers.
 At the moment we do not have an audio alternative available.
-Please contact the  [[{{MediaWiki:Grouppage-sysop}}|site administrators]] for 
assistance if this is unexpectedly preventing you from making legitimate 
actions.
+Please contact the  [[Special:ListAdmins|site administrators]] for assistance 
if this is unexpectedly preventing you from making legitimate actions.
 
 Hit the \back\ button in your browser to return to the page editor.,
'captcha-addurl-whitelist'   = ' #!-- leave this line exactly as it 
is -- pre
diff --git a/QuestyCaptcha.i18n.php b/QuestyCaptcha.i18n.php
index 519cc2a..ab2853a 100644
--- a/QuestyCaptcha.i18n.php
+++ b/QuestyCaptcha.i18n.php
@@ -25,7 +25,7 @@
 Sometimes, especially when adding new web links to a page, the wiki may ask 
you to answer a question.
 Since this is a task that is hard to automate, it will allow most real humans 
to make their contributions while stopping most spammers and other robotic 
attackers.
 
-Please contact the [[{{MediaWiki:Grouppage-sysop}}|site administrators]] for 
assistance if this is unexpectedly preventing you from making legitimate 
contributions.
+Please contact the [[Special:ListAdmins|site administrators]] for assistance 
if this is unexpectedly preventing you from making legitimate contributions.
 
 Click the back button in your browser to return to the page editor.',
 );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I74630c2dd7b1fe163b89c66a08e33366df4d8a22
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ConfirmEdit
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it
Gerrit-Reviewer: jenkins-bot

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


[MediaWiki-commits] [Gerrit] Remove unclear existing from antispoof-conflict-top - change (mediawiki...AntiSpoof)

2013-08-11 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/78651


Change subject: Remove unclear existing from antispoof-conflict-top
..

Remove unclear existing from antispoof-conflict-top

The account may exist only globally. It does not matter
why the name is reserved, the need to choose a different
username is not hard to understand and is the only point.

Bug: 43377
Change-Id: I698b3ca93f53cff2d662fa9832f571b2c22dd850
---
M AntiSpoof.i18n.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/AntiSpoof 
refs/changes/51/78651/1

diff --git a/AntiSpoof.i18n.php b/AntiSpoof.i18n.php
index d04ff8b..0ec3f9b 100644
--- a/AntiSpoof.i18n.php
+++ b/AntiSpoof.i18n.php
@@ -10,7 +10,7 @@
 
 $messages['en'] = array(
'antispoof-desc'  = 'Blocks the creation of accounts with 
mixed-script, confusing and similar usernames',
-   'antispoof-conflict-top'  = 'The name $1 is too similar to 
{{PLURAL:$2|the existing account|the following $2 accounts}}:',
+   'antispoof-conflict-top'  = 'The name $1 is too similar to the 
following {{PLURAL:$2|username|usernames}}:',
'antispoof-conflict-item' = '$1', # do not translate or duplicate this 
message to other languages
'antispoof-conflict-bottom' = 'Please choose another name.',
'antispoof-name-illegal'  = 'The name $1 is not allowed to prevent 
confusing or spoofed usernames: $2.

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I698b3ca93f53cff2d662fa9832f571b2c22dd850
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/AntiSpoof
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it
Gerrit-Reviewer: jenkins-bot

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


[MediaWiki-commits] [Gerrit] Mention potentially missing /ref tag in Cite error message - change (mediawiki...Cite)

2013-08-11 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/78652


Change subject: Mention potentially missing /ref tag in Cite error message
..

Mention potentially missing /ref tag in Cite error message

Bug: 45415
Change-Id: I5293f814eff4c0fad3dce412f3adf049c70ee73e
---
M Cite.i18n.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Cite 
refs/changes/52/78652/1

diff --git a/Cite.i18n.php b/Cite.i18n.php
index 409c918..09ac8b3 100644
--- a/Cite.i18n.php
+++ b/Cite.i18n.php
@@ -46,7 +46,7 @@
 no text was provided for refs named code$1/code',
'cite_error_included_ref'= 'Closing 
codelt;/refgt;/code missing for codelt;refgt;/code tag',
'cite_error_refs_without_references' = 
'codelt;refgt;/code tags exist, but no codelt;references/gt;/code 
tag was found',
-   'cite_error_group_refs_without_references'   = 
'codelt;refgt;/code tags exist for a group named $1, but no 
corresponding codelt;references group=$1/gt;/code tag was found',
+   'cite_error_group_refs_without_references'   = 
'codelt;refgt;/code tags exist for a group named $1, but no 
corresponding codelt;references group=$1/gt;/code tag was found, or a 
closing codelt;/refgt;/code is missing',
'cite_error_references_group_mismatch'   = 
'codelt;refgt;/code tag in codelt;referencesgt;/code has 
conflicting group attribute $1.',
'cite_error_references_missing_group'= 
'codelt;refgt;/code tag defined in codelt;referencesgt;/code has 
group attribute $1 which does not appear in prior text.',
'cite_error_references_missing_key'  = 
'codelt;refgt;/code tag with name $1 defined in 
codelt;referencesgt;/code is not used in prior text.',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5293f814eff4c0fad3dce412f3adf049c70ee73e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Cite
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it
Gerrit-Reviewer: jenkins-bot

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


[MediaWiki-commits] [Gerrit] Clarify that the sitelink is in use on another item - change (mediawiki...Wikibase)

2013-08-11 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/78653


Change subject: Clarify that the sitelink is in use on another item
..

Clarify that the sitelink is in use on another item

Bug: 47217
Change-Id: I19cd6b5a662fda1f27d76ced5a282ae87f596b72
---
M repo/Wikibase.i18n.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/53/78653/1

diff --git a/repo/Wikibase.i18n.php b/repo/Wikibase.i18n.php
index eab5aee..da0ae8d 100644
--- a/repo/Wikibase.i18n.php
+++ b/repo/Wikibase.i18n.php
@@ -103,7 +103,7 @@
'wikibase-error-constraint-violation-description' = 'There is 
{{PLURAL:$1|a constraint|constraints}} violation for 
{{PLURAL:$1|description|descriptions}} $3 for {{PLURAL:$1|language 
code|language codes}} $2.',
'wikibase-error-constraint-violation-aliases' = 'There is 
{{PLURAL:$1|a constraint|constraints}} violation for 
{{PLURAL:$1|alias|aliases}} $3 for {{PLURAL:$1|language code|language codes}} 
$2.',
 
-   'wikibase-error-sitelink-already-used' = 'Site link [$1 $2] already 
used by item [[$3]].',
+   'wikibase-error-sitelink-already-used' = 'Site link [$1 $2] is already 
included in another item, [[$3]].',
'wikibase-error-label-not-unique-wikibase-property' = 'Another 
property ($3) already has label $1 associated with language code $2',
'wikibase-error-label-not-unique-wikibase-query' = 'Another query ($3) 
already has label $1 associated with language code $2',
'wikibase-error-label-not-unique-item' = 'Another item ($3) already 
has label $1 and description $4 associated with language code $2',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I19cd6b5a662fda1f27d76ced5a282ae87f596b72
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Clarify that the sitelink is in use on another item - change (mediawiki...Wikibase)

2013-08-11 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/78654


Change subject: Clarify that the sitelink is in use on another item
..

Clarify that the sitelink is in use on another item

Bug: 47217
Change-Id: I2006825757974cc8bd35edbebad52e6a347a8c77
---
M repo/Wikibase.i18n.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/54/78654/1

diff --git a/repo/Wikibase.i18n.php b/repo/Wikibase.i18n.php
index 763febb..32ab592 100644
--- a/repo/Wikibase.i18n.php
+++ b/repo/Wikibase.i18n.php
@@ -103,7 +103,7 @@
'wikibase-error-constraint-violation-description' = 'There is 
{{PLURAL:$1|a constraint|constraints}} violation for 
{{PLURAL:$1|description|descriptions}} $3 for {{PLURAL:$1|language 
code|language codes}} $2.',
'wikibase-error-constraint-violation-aliases' = 'There is 
{{PLURAL:$1|a constraint|constraints}} violation for 
{{PLURAL:$1|alias|aliases}} $3 for {{PLURAL:$1|language code|language codes}} 
$2.',
 
-   'wikibase-error-sitelink-already-used' = 'Site link [$1 $2] already 
used by item [[$3]].',
+   'wikibase-error-sitelink-already-used' = 'Site link [$1 $2] is already 
included in another item, [[$3]].',
'wikibase-error-label-not-unique-wikibase-property' = 'Another 
property ($3) already has label $1 associated with language code $2.',
'wikibase-error-label-not-unique-wikibase-query' = 'Another query ($3) 
already has label $1 associated with language code $2.',
'wikibase-error-label-not-unique-item' = 'Another item ($3) already 
has label $1 and description $4 associated with language code $2.',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2006825757974cc8bd35edbebad52e6a347a8c77
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Remove lqt_rc_ellipsis from optional messages - change (translatewiki)

2013-06-08 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/67593


Change subject: Remove lqt_rc_ellipsis from optional messages
..

Remove lqt_rc_ellipsis from optional messages

The message doesn't exist any longer (only a CSS class does).
https://translatewiki.net/wiki/Thread:Support/Bogus_optional_messages_hint.

Change-Id: Id3c11227dbe315a5474b05a304f1336a3a954d9e
---
M groups/MediaWiki/mediawiki-defines.txt
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/93/67593/1

diff --git a/groups/MediaWiki/mediawiki-defines.txt 
b/groups/MediaWiki/mediawiki-defines.txt
index 3b49aa0..f54bed2 100644
--- a/groups/MediaWiki/mediawiki-defines.txt
+++ b/groups/MediaWiki/mediawiki-defines.txt
@@ -717,7 +717,6 @@
 aliasfile = LiquidThreads/i18n/Lqt.alias.php
 magicfile = LiquidThreads/i18n/LiquidThreads.magic.php
 descmsg = lqt-desc
-optional = lqt_rc_ellipsis
 ignored = lqt_header_warning_before_big
 
 Listings

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id3c11227dbe315a5474b05a304f1336a3a954d9e
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Remove unused lqt_rc CSS classes - change (mediawiki...LiquidThreads)

2013-06-08 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/67595


Change subject: Remove unused lqt_rc CSS classes
..

Remove unused lqt_rc CSS classes

The corresponding optional message(s) had already been removed.
Already removed from TWN with Id3c11227dbe315a5474b05a304f1336a3a954d9e

Change-Id: I3f6c319d51ab021fa8889edd69f51c83b26a04fe
---
M lqt.css
1 file changed, 0 insertions(+), 14 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/LiquidThreads 
refs/changes/95/67595/1

diff --git a/lqt.css b/lqt.css
index b9f405b..89167aa 100644
--- a/lqt.css
+++ b/lqt.css
@@ -160,20 +160,6 @@
font-weight:bold;
 }
 
-.lqt_rc_blockquote {
-   font-style: italic;
-   margin: 0.5em 1em;
-}
-
-.lqt_rc_ellipsis {
-   font-style: normal;
-   font-weight: bold;
-}
-
-.lqt_rc_author_notice_others {
-   color: #cd9800;
-}
-
 .lqt_toc {
width: 80%;
border-collapse: collapse;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3f6c319d51ab021fa8889edd69f51c83b26a04fe
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/LiquidThreads
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Typo in spl-subpages-par-class - change (mediawiki...SubPageList)

2013-06-08 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/67596


Change subject: Typo in spl-subpages-par-class
..

Typo in spl-subpages-par-class

https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Spl-subpages-par-class/ksh

Change-Id: I3f4c26a4032741eedc1bfe5fa3f950b742105b92
---
M SubPageList.i18n.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SubPageList 
refs/changes/96/67596/1

diff --git a/SubPageList.i18n.php b/SubPageList.i18n.php
index 894b383..27cda15 100644
--- a/SubPageList.i18n.php
+++ b/SubPageList.i18n.php
@@ -32,7 +32,7 @@
'spl-subpages-par-kidsonly' = 'Allows showing only direct subpages.',
'spl-subpages-par-limit' = 'The maximum number of pages to list.',
'spl-subpages-par-element' = 'The HTML element enclosing the list 
(including intro and outro or default texts). Allowed values: div, p, 
span.',
-   'spl-subpages-par-class' = 'The value for class attribute of HTML 
element enclosing the list.',
+   'spl-subpages-par-class' = 'The value for class attribute of the 
HTML element enclosing the list.',
'spl-subpages-par-intro' = 'The text to output before the list, if the 
list is not empty.',
'spl-subpages-par-outro' = 'The text to output after the list, if the 
list is not empty.',
'spl-subpages-par-default' = 'The text to output instead of the list, 
if the list is empty. If empty, error message will rendered (such as Page has 
no subpages to list). If dash (-), result will be completely empty.',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3f4c26a4032741eedc1bfe5fa3f950b742105b92
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SubPageList
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Remove unused searchhelp-url and searchmenu-help - change (mediawiki/core)

2013-06-12 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/68142


Change subject: Remove unused searchhelp-url and searchmenu-help
..

Remove unused searchhelp-url and searchmenu-help

searchhelp-url was introduced around r43599 to improve searchmenu-help.
I don't remember seeing this link live anywhere, and searchmenu-help
can't be found used anywhere in the code.

Maybe some removed skin used it, like faqpage (now CologneBlue-only)?

See also Ic0469c6c51a4d54ee214347fc416615c2f6cb1f0

Change-Id: I82259bd836ba8c4a3042cb81c99165c312ca04cc
---
M languages/messages/MessagesEn.php
M maintenance/language/messageTypes.inc
M maintenance/language/messages.inc
3 files changed, 0 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/42/68142/1

diff --git a/languages/messages/MessagesEn.php 
b/languages/messages/MessagesEn.php
index 94bb8b7..6fb6c11 100644
--- a/languages/messages/MessagesEn.php
+++ b/languages/messages/MessagesEn.php
@@ -1807,9 +1807,7 @@
 'searchmenu-exists'= '''There is a page named \[[:\$1]]\ 
on this wiki.''',
 'searchmenu-new'   = '''Create the page \[[:\$1]]\ on this 
wiki!''',
 'searchmenu-new-nocreate'  = '', # do not translate or duplicate this 
message to other languages
-'searchhelp-url'   = 'Help:Contents',
 'searchmenu-prefix'= '[[Special:PrefixIndex/$1|Browse pages 
with this prefix]]',
-'searchmenu-help'  = 
'[[{{MediaWiki:Searchhelp-url}}|{{int:help}}]]?', # do not translate or 
duplicate this message to other languages
 'searchprofile-articles'   = 'Content pages',
 'searchprofile-project'= 'Help and Project pages',
 'searchprofile-images' = 'Multimedia',
diff --git a/maintenance/language/messageTypes.inc 
b/maintenance/language/messageTypes.inc
index 17feaf9..4dbae57 100644
--- a/maintenance/language/messageTypes.inc
+++ b/maintenance/language/messageTypes.inc
@@ -96,7 +96,6 @@
'talkpageheader',
'anonnotice',
'autoblock_whitelist',
-   'searchmenu-help',
'searchmenu-new-nocreate',
'googlesearch',
'opensearch-desc',
diff --git a/maintenance/language/messages.inc 
b/maintenance/language/messages.inc
index ee52a3f..c226ce8 100644
--- a/maintenance/language/messages.inc
+++ b/maintenance/language/messages.inc
@@ -954,9 +954,7 @@
'searchmenu-exists',
'searchmenu-new',
'searchmenu-new-nocreate',
-   'searchhelp-url',
'searchmenu-prefix',
-   'searchmenu-help',
'searchprofile-articles',
'searchprofile-project',
'searchprofile-images',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I82259bd836ba8c4a3042cb81c99165c312ca04cc
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Correct translators list on CREDITS file - change (mediawiki/core)

2013-06-13 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/68381


Change subject: Correct translators list on CREDITS file
..

Correct translators list on CREDITS file

As we're adding more information to Special:Version.
Names are taken from author information in the files:
that's the only reliable source, produced by Translate;
the list of users with some flag is rather useless.
I removed the duplicates but left non-TWN list alone.

Also fixed a wrong uppercase.

Change-Id: Iedc78728156f04b16109140db485492ba7693f14
---
M CREDITS
1 file changed, 2,218 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/81/68381/1

diff --git a/CREDITS b/CREDITS
index 417bec3..545522a 100644
--- a/CREDITS
+++ b/CREDITS
@@ -241,4 +241,2221 @@
 * Meno25
 * Rotem Liss
 * Shinjiman
-* [https://translatewiki.net/wiki/Special:ListUsers/translator 
Translatewiki.net Translators]
+* [https://translatewiki.net/wiki/Special:ListUsers/translator 
Translatewiki.net translators]. For MediaWiki core:
+** ✓
+** 아라
+** តឹក ប៊ុនលី
+** 관인생략
+** செல்வா
+** மதனாஹரன்
+** គីមស៊្រុន
+** វ័ណថារិទ្ធ
+** 2nd-player
+** 2Q
+** 334a
+** 555
+** 80686
+** 82-145
+** A1
+** A2raya07
+** A911504820
+** Aalam
+** Aan
+** Aapkamanoj
+** Abanima
+** Abastillas
+** Abdul Kadir
+** Abdulla
+** Äberlausitzer
+** Abhirama
+** Abhishek Jacob
+** Abhishrut
+** Abi Azkia
+** Abshirdheere
+** Aced
+** Achraf94
+** Adfokati
+** AdiJapan
+** Aditia.Gunawan
+** Admresdeserv.
+** Adnergje
+** Adriaan
+** Ælsån
+** Aelske
+** Ævar Arnfjörð Bjarmason
+** Aftab1995
+** Agbad
+** Agilight
+** Agony
+** Aguddi
+** Agurzil
+** Agzennay
+** Ahloubadar
+** AhmadSherif
+** Ahmed-Najib-Biabani-Ibrahimkhel
+** Ahonc
+** Aidabishkek
+** AidaBishkek
+** Aig mest ei varasta
+** Aiman titi
+** Ainali
+** Airon90
+** Aitolos
+** Ajdar
+** AK
+** Akaniji
+** Akansha
+** Akerbeltz
+** Akkhaporn
+** Akmalzhon
+** Akoppad
+** Aksi great
+** Alamnirvana
+** Albamhandae
+** Albert Fazlî
+** Albertus Aditya
+** Albinus
+** Albonio
+** Alcali
+** Alchimista
+** Aldnonymous
+** Aleator
+** Alebcay
+** AlefZet
+** Aleksandrit
+** Ale Mister (on co.wikipedia.org)
+** Alessandro
+** Àlex
+** Alexander Sigachov
+** Alexandr Efremov
+** Alex Khimich
+** Alexknight12
+** Alexsh
+** AlexSm
+** Alfredie
+** Alhen
+** Ali1
+** Ali1986
+** Alibek Kisybay
+** Ali Haidar Khan
+** AlimanRuna
+** Alison
+** Alma
+** Alno
+** Alnokta
+** Alolitas
+** Alpertron
+** Alquen
+** Alsandro
+** Als-Chlämens
+** Als-Holder
+** Altaileopard
+** Altai uul
+** Altostratus
+** Alunardon90
+** Alvaro qc
+** Amahoney
+** Amazigh84
+** Amdf
+** Americophile
+** Amgine
+** Amikeco
+** AminSanaei
+** Amir a57
+** Amire80
+** Amjaabc
+** Amkoullel
+** Amqui
+** An13sa
+** .anaconda
+** Anakmalaysia
+** AnakngAraw
+** Andejkendej
+** Anders Wegge Jakobsen
+** AndreasJS
+** Andresilvazito
+** Andrew971218
+** Andrewboltachev
+** Andrew Dalby
+** Andria
+** Andri.h
+** Andrijko Z.
+** AndySingh
+** Angela
+** Anggoro
+** Angpradesh
+** Anjalikaushal
+** Anjoeli9806
+** Ankitgadgil
+** Ankry
+** Annabel
+** Anonim.one
+** Anoopan
+** Anrie
+** Ans
+** Anshumangupta21
+** Anson2812
+** Ansumang
+** Ant176
+** Antime
+** Antofa
+** Anton008
+** Aotake
+** Aphaia
+** Apple
+** Aputtu
+** Aras Noori
+** Arastein
+** ArdWar
+** Ariesanywhere
+** Arikasikis
+** Arisa
+** Aritra
+** Ariyo
+** Arjanizary
+** Arjunaraoc
+** Arkanosis
+** Arlin
+** Armandaneshjoo
+** Armando-Martin
+** Arnaugir
+** Arnobarnard
+** ArnoLagrange
+** Arslan
+** Artomo
+** Arturyatsko
+** Arwel Parry
+** Aryaz
+** AS
+** AS Alam
+** Ascánder
+** Ashishanchinhar
+** Ashok modhvadia
+** Ashupawar
+** Ashwath Mattur
+** Asiri wiki
+** Askarmuk
+** Aslan4ik
+** Asmen
+** Asoxor
+** Aspar
+** Assassingr
+** Assele
+** Aswn
+** Atabek
+** AtUkr
+** Audriusa
+** Audun
+** Aurora
+** Aursani
+** Aushulz
+** Autokrator
+** Auwris
+** AvatarTeam
+** Aviator
+** Avicennasis
+** Avjoska
+** Avm99963
+** Avocato
+** AVRS
+** Ayack
+** Azim
+** Azimout
+** AZISS
+** Azwaw
+** B4bol4t
+** Babanwalia
+** Badseed
+** Baiji
+** Balaji
+** Balajijagadesh
+** Balasyum
+** Bangin
+** Bani
+** Baqeri
+** BarkingFish
+** Bartek50003
+** bar.wikipedia.org administrators
+** Base
+** Basharh
+** Bassem JARKAS
+** Basvb
+** BáthoryPéter
+** Bawoor
+** Bdamokos
+** BdgwksxD
+** Bea.miau
+** Bean49
+** Beau
+** BeginaFelicysym
+** Behdarvandyani
+** Behzod Saidov
+** Bekiroflaz
+** Belekvor
+** Belgian man
+** Bellayet
+** Bencmq
+** Benfutbol10
+** Bengoa
+** Bennó
+** Bennylin
+** Benopat
+** Bernardom
+** Berniemack
+** Bert Jickty
+** Bèrto 'd Sèra
+** Beta16
+** BetelgeuSeginus
+** Better
+** Bharata
+** Bhawani Gautam
+** Bhawani Gautam Rhk
+** Biathlon
+** BicScope
+** Bïerne
+** Bihari
+** Bilalokms
+** Bináris
+** Biŋhai
+** Bishnu Saikia
+** Bjankuloski06
+** Bjarki S
+** Blahma
+** Blaisorblade
+** Blake
+** BloodIce
+** BobChao
+** 

[MediaWiki-commits] [Gerrit] Update gitweb/gitblit RSS - change (operations/mediawiki-config)

2013-06-13 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/68415


Change subject: Update gitweb/gitblit RSS
..

Update gitweb/gitblit RSS

Change-Id: I165c31e8f819e7460c00a935188ecea363844873
---
M wmf-config/InitialiseSettings.php
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/15/68415/1

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index fb9383d..aa00ae2 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -10525,8 +10525,9 @@

'http://blog.wikimedia.org/c/communications/picture-of-the-day/feed/',
),
'mediawikiwiki' = array(
-   
'https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/Translate.gita=rss',
'http://blog.wikimedia.org/feed/',
+   
'https://git.wikimedia.org/feed/mediawiki/extensions/Translate.git',
+   
),
 ),
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I165c31e8f819e7460c00a935188ecea363844873
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Whitelist WMF blog and GitBlit feeds again on MediaWiki.org - change (operations/mediawiki-config)

2013-06-13 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/68417


Change subject: Whitelist WMF blog and GitBlit feeds again on MediaWiki.org
..

Whitelist WMF blog and GitBlit feeds again on MediaWiki.org

Can't be merged before this fix in the extension is live:
I4482ecd5d71e0afcaf5a109c5925c40a53b1a6b1

Fixes the regression in I556287a9e5f7993a11130701260a76914b8199d6
Blog and Translate were added with:
Ic374a7724e86b6439cb2c72ad52ed2b8264cd1fb
I9b19ec4b16c5873ed0a55003156883f229f0b209

Change-Id: I9eee297310c77fc0ed849d794ea8b2287270c176
---
M wmf-config/InitialiseSettings.php
1 file changed, 2 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/17/68417/1

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index aa00ae2..2c5e091 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -10520,13 +10520,11 @@
'default' = array(),  // as of Ext:RSS v2, this means no URLs are 
allowed.
'uawikimedia' = array( 'http://wikimediaukraine.wordpress.com/feed/' ),
'foundationwiki' = array(
-   'http://blog.wikimedia.org/feed/',
-   'http://blog.wikimedia.org/c/our-wikis/wikimediacommons/feed/',
-   
'http://blog.wikimedia.org/c/communications/picture-of-the-day/feed/',
+   'http://blog.wikimedia.org/',
),
'mediawikiwiki' = array(
'http://blog.wikimedia.org/feed/',
-   
'https://git.wikimedia.org/feed/mediawiki/extensions/Translate.git',
+   'https://git.wikimedia.org/feed/',

),
 ),

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9eee297310c77fc0ed849d794ea8b2287270c176
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Add Not Confusing (Max Klein) - change (operations/puppet)

2013-06-13 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/68594


Change subject: Add Not Confusing (Max Klein)
..

Add Not Confusing (Max Klein)

Aka notconfusing, Maximilianklein, Maximiliankleinoclc, ...

Change-Id: Ib2262a3884518da769fb9a89a1c7ecfc87c67573
---
M templates/planet/en_config.erb
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/94/68594/1

diff --git a/templates/planet/en_config.erb b/templates/planet/en_config.erb
index 0fb691d..24a32b2 100644
--- a/templates/planet/en_config.erb
+++ b/templates/planet/en_config.erb
@@ -537,3 +537,6 @@
 
 [http://yuvi.in/blog/category/wiki/feed/]
 name=Yuvi Panda
+
+[http://notconfusing.com/category/wiki/feed/]
+name=Not Confusing (Max Klein)

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib2262a3884518da769fb9a89a1c7ecfc87c67573
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Add Klaus Graf to the German Planet - change (operations/puppet)

2013-06-14 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/68621


Change subject: Add Klaus Graf to the German Planet
..

Add Klaus Graf to the German Planet

Historiograf, [[w:de:Klaus Graf (Historiker)]], @Archivalia_kg etc.
It was mentioned on Wikisource-l that it would use some more distribution.

Change-Id: I3c3d215865d2bb616e87253fc156c4ff4c86b984
---
M templates/planet/de_config.erb
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/21/68621/1

diff --git a/templates/planet/de_config.erb b/templates/planet/de_config.erb
index 13b96ef..9380fb2 100644
--- a/templates/planet/de_config.erb
+++ b/templates/planet/de_config.erb
@@ -117,3 +117,6 @@
 
 [http://festivalsommer.blogspot.com/feeds/posts/default/-/Planet]
 name=Festivalsommer
+
+[http://archiv.twoday.net/topics/Wikis/index.rdf]
+name=Archivalia (Benutzer:Historiograf)

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3c3d215865d2bb616e87253fc156c4ff4c86b984
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] [CleanChanges] Set $wgCCTrailerFilter to true - change (operations/mediawiki-config)

2013-09-13 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/84113


Change subject: [CleanChanges] Set $wgCCTrailerFilter to true
..

[CleanChanges] Set $wgCCTrailerFilter to true

Followup to Ib873d079d02c379bb027d028fc5b5f004fe43b54.
Second step: tweak to get the function as requested in the original
discussion and bug i.e. filter by language for translations etc.
Cf. 
https://www.mediawiki.org/wiki/MediaWiki_Language_Extension_Bundle#Add.2Fupdate_your_LocalSettings.php

If and when CleanChanges gets used by wikis without Translate,
this may need to be moved to InitialiseSettings.php.

Change-Id: Idaed2c73a7c7ee0cde9e16795a08f722a699ce7e
---
M wmf-config/CommonSettings.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/13/84113/1

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index f452185..0551765 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2185,6 +2185,7 @@
 if ( $wmgUseCleanChanges ) {
$wgDefaultUserOptions['usenewrc'] = 1;
require_once( $IP/extensions/CleanChanges/CleanChanges.php );
+   $wgCCTrailerFilter = true;
 }
 
 if ( $wmgUseVips ) {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idaed2c73a7c7ee0cde9e16795a08f722a699ce7e
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Allow to customise the torblock-blocked message - change (mediawiki...TorBlock)

2013-09-16 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/84331


Change subject: Allow to customise the torblock-blocked message
..

Allow to customise the torblock-blocked message

It will be needed by a subsequent WikimediaMessages commit.

Change-Id: Id429e01453bbb84692bf85486c59c973ef74da40
---
M TorBlock.class.php
1 file changed, 8 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/TorBlock 
refs/changes/31/84331/1

diff --git a/TorBlock.class.php b/TorBlock.class.php
index 2467fc7..0de15ce 100644
--- a/TorBlock.class.php
+++ b/TorBlock.class.php
@@ -68,7 +68,10 @@
 
wfDebugLog( 'torblock', User detected as editing from 
Tor node. Adding Tor block to permissions errors. );
 
-   $result = array( 'torblock-blocked', $ip );
+   // Allow site customization of blocked message.
+   $blockedMsg = 'torblock-blocked';
+   wfRunHooks( 'TorBlockBlockedMsg', $blockedMsg );
+   $result = array( $blockedMsg, $ip );
 
return false;
}
@@ -113,7 +116,10 @@
 
wfDebugLog( 'torblock', User detected as editing from 
Tor node. Denying email. );
 
-   $hookError = array( 'permissionserrors', 
'torblock-blocked', array( $ip ) );
+   // Allow site customization of blocked message.
+   $blockedMsg = 'torblock-blocked';
+   wfRunHooks( 'TorBlockBlockedMsg', $blockedMsg );
+   $hookError = array( 'permissionserrors', $blockedMsg, 
array( $ip ) );
return false;
}
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id429e01453bbb84692bf85486c59c973ef74da40
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/TorBlock
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Allow to customise the globalblocking-ipblocked* messages - change (mediawiki...GlobalBlocking)

2013-09-16 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/84333


Change subject: Allow to customise the globalblocking-ipblocked* messages
..

Allow to customise the globalblocking-ipblocked* messages

It will be needed by a subsequent WikimediaMessages commit.

Change-Id: I447afd1fe56c5c8ac30a083d506d22a5a9119df4
---
M GlobalBlocking.class.php
1 file changed, 8 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/GlobalBlocking 
refs/changes/33/84333/1

diff --git a/GlobalBlocking.class.php b/GlobalBlocking.class.php
index 8970fc3..4539a77 100644
--- a/GlobalBlocking.class.php
+++ b/GlobalBlocking.class.php
@@ -74,7 +74,10 @@
$blockExpiry = $wgLang-formatExpiry( $block-gb_expiry 
);
$display_wiki = self::getWikiName( $block-gb_by_wiki );
$blockingUser = self::maybeLinkUserpage( 
$block-gb_by_wiki, $block-gb_by );
-   return $result = array( 'globalblocking-ipblocked',
+   // Allow site customization of blocked message.
+   $blockedIpMsg = 'globalblocking-ipblocked';
+   wfRunHooks( 'GlobalBlockingBlockedIpMsg', 
$blockedIpMsg );
+   return $result = array( $blockedIpMsg,
$blockingUser, $display_wiki, 
$block-gb_reason, $blockTimestamp, $blockExpiry, $ip );
}
 
@@ -92,8 +95,11 @@
$blockExpiry = $wgLang-formatExpiry( 
$block-gb_expiry );
$display_wiki = self::getWikiName( 
$block-gb_by_wiki );
$blockingUser = 
self::maybeLinkUserpage( $block-gb_by_wiki, $block-gb_by );
+   // Allow site customization of blocked 
message.
+   $blockedIpXffMsg = 
'globalblocking-ipblocked-xff';
+   wfRunHooks( 
'GlobalBlockingBlockedIpXffMsg', $blockedIpXffMsg );
return $result = array(
-   'globalblocking-ipblocked-xff',
+   $blockedIpXffMsg,
$blockingUser,
$display_wiki,
$block-gb_reason,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I447afd1fe56c5c8ac30a083d506d22a5a9119df4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/GlobalBlocking
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Add custom error messages to blocked users for global and To... - change (mediawiki...WikimediaMessages)

2013-09-16 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/84343


Change subject: Add custom error messages to blocked users for global and Tor 
blocks
..

Add custom error messages to blocked users for global and Tor blocks

The bug was about global blocks only, but the instructions apply to
Tor blocks as well. [[m:No open proxies]] has just been updated.

I'm leaving the links with Special:MyLanguage in the message because
the added markup is negligible and translators may want to customise
the target subpage in some cases: in some cases a target subpage may
better than the normal fallback, especially as unregistered users can't
use the UniversalLanguageSelector and Tor users will most likely not
have an account; updating links on translatewiki.net is easier than
in configuration but should not happen so often as to require a
separate message just for the link.

Requires the hooks to be added in the extensions:
Id429e01453bbb84692bf85486c59c973ef74da40
I447afd1fe56c5c8ac30a083d506d22a5a9119df4

Bug: 42231
Change-Id: Id45385f8dc3edaaef049c535ea6037c42e56ccd2
---
M WikimediaMessages.i18n.php
M WikimediaMessages.php
2 files changed, 80 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikimediaMessages 
refs/changes/43/84343/1

diff --git a/WikimediaMessages.i18n.php b/WikimediaMessages.i18n.php
index 16d3dc2..210daad 100644
--- a/WikimediaMessages.i18n.php
+++ b/WikimediaMessages.i18n.php
@@ -260,6 +260,37 @@
# Bug 33464: Developers link in the page footer
'wikimedia-developers' = 'Developers',
'wikimedia-developers-url' = 
'https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute',
+
+   # Bug 42231: Global blocks should have a specific message for WMF 
projects
+   'wikimedia-globalblocking-ipblocked' = '''Your IP address has been 
[[m:Special:MyLanguage/Global blocks|blocked on all wikis]].'''
+
+The block was made by $1 ($2).
+The reason given is ''$3''.
+
+* Start of block: $4
+* Expiry of block: $5
+
+Your current IP address is $6.
+Please include all above details in any queries you make.
+
+If you believe you were blocked by mistake, you can find additional 
information and instructions in the [[m:Special:MyLanguage/No open proxies|No 
open proxies]] global policy.
+Otherwise, to discuss the block please [[m:Steward requests/Global|post a 
request for review on Meta-Wiki]].,
+   'wikimedia-globalblocking-ipblocked-xff' = '''One or more proxy 
servers used by your request is [[m:Special:MyLanguage/Global blocks|globally 
blocked]].'''
+
+The block was made by $1 ($2).
+The reason given is ''$3''.
+
+* Start of block: $4
+* Expiry of block: $5
+
+The blocked proxy address was $6.
+Please include all above details in any queries you make.
+
+If you believe you were blocked by mistake, you can find additional 
information and instructions in the [[m:Special:MyLanguage/No open proxies|No 
open proxies]] global policy.
+Otherwise, to discuss the block please [[m:Steward requests/Global|post a 
request for review on Meta-Wiki]].,
+   'wikimedia-torblock-blocked' = 'Your IP address, strong$1/strong, 
has been automatically identified as a tor exit node.
+Editing through tor is blocked to prevent abuse.
+For additional information and instructions to legitimate users, see the 
[[m:Special:MyLanguage/No open proxies|No open proxies]] global policy.',
 );
 
 /** Message documentation (Message documentation)
@@ -516,6 +547,33 @@
'wikimedia-developers' = 'Message in page footer that links to a 
Developers landing page.
 {{Identical|Developer}}',
'wikimedia-developers-url' = 'The URL of a portal page for development 
efforts.',
+   'wikimedia-torblock-blocked' = 'Used as error message; it is a 
modified version of {{msg-mw|torblock-blocked}}.
+Parameters:
+* $1 - IP address',
+   'wikimedia-globalblocking-ipblocked' = 'A message shown to a 
[[mw:Extension:GlobalBlocking|globally blocked]] user trying to edit.
+
+Refers to {{msg-mw|Emailuser}} and is a customised version of 
{{msg-mw|globalblocking-ipblocked}}.
+
+This message is similar to a [[MediaWiki:Blockedtext|MediaWiki core message]].
+
+Parameters:
+* $1 - the username of the blocking user (steward), with a link
+* $2 - the project name where the blocking user is registered (usually 
meta.wikimedia.org on Wikimedia servers)
+* $3 - the reason specified by the blocking user
+* $4 - a timestamp for when the block was set
+* $5 - a timestamp for when the block will expire (or {{msg-mw|Infiniteblock}})
+* $6 - the IP address of the globally blocked user',
+   'wikimedia-globalblocking-ipblocked-xff' = A message shown to users 
who have one or more proxies in their XFF header who's IP are blocked.
+
+Refers to {{msg-mw|Emailuser}} and is a customised version of 
{{msg-mw|globalblocking-ipblocked-xff}}.
+
+Parameters:
+* $1 - username
+* $2 - 

[MediaWiki-commits] [Gerrit] Periodical run of remaining currently disabled special pages... - change (operations/puppet)

2013-09-17 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/84632


Change subject: Periodical run of remaining currently disabled special pages on 
en.wiki
..

Periodical run of remaining currently disabled special pages on en.wiki

All looks well (https://bugzilla.wikimedia.org/show_bug.cgi?id=15434#c79):
proceed to step 333 
(https://bugzilla.wikimedia.org/show_bug.cgi?id=15434#c70).

Adding the 6 special pages disabled only on en.wiki. We use the same format
as for the others, though it's quite redundant for a single cluster.
fr.wiki and wikidata also have additional disablings, but they will be dealt
with separately (or rather, only fr.wiki will, for now by me).

Bug: 15434
Change-Id: Ic453d6e47c8548ea164fde9e95435fce6e503b27
---
M manifests/misc/maintenance.pp
1 file changed, 61 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/32/84632/1

diff --git a/manifests/misc/maintenance.pp b/manifests/misc/maintenance.pp
index 1ea858a..271ec55 100644
--- a/manifests/misc/maintenance.pp
+++ b/manifests/misc/maintenance.pp
@@ -475,8 +475,68 @@
   default = absent
 };
 }
+
+cron { cron-updatequerypages-lonelypages-s1:
+command = /usr/local/bin/mwscriptwikiset 
updateSpecialPages.php s1.dblist --override --only=Lonelypages  
/home/mwdeploy/updateSpecialPages/${name}-LonelyPages.log 21,
+month = [1, 7],
+ensure = $enabled ?{
+  true = present,
+  false = absent,
+  default = absent
+};
+}
+
+cron { cron-updatequerypages-mostcategories-s1:
+command = /usr/local/bin/mwscriptwikiset 
updateSpecialPages.php s1.dblist --override --only=Mostcategories  
/home/mwdeploy/updateSpecialPages/${name}-MostCategories.log 21,
+month = [2, 8],
+ensure = $enabled ?{
+  true = present,
+  false = absent,
+  default = absent
+};
+}
+
+cron { cron-updatequerypages-mostlinkedcategories-s1:
+command = /usr/local/bin/mwscriptwikiset 
updateSpecialPages.php s1.dblist --override --only=Mostlinkedcategories  
/home/mwdeploy/updateSpecialPages/${name}-MostLinkedCategories.log 21,
+month = [3, 9],
+ensure = $enabled ?{
+  true = present,
+  false = absent,
+  default = absent
+};
+}
+
+cron { cron-updatequerypages-mostlinkedtemplates-s1:
+command = /usr/local/bin/mwscriptwikiset 
updateSpecialPages.php s1.dblist --override --only=Mostlinkedtemplates  
/home/mwdeploy/updateSpecialPages/${name}-MostLinkedTemplates.log 21,
+month = [4, 10],
+ensure = $enabled ?{
+  true = present,
+  false = absent,
+  default = absent
+};
+}
+
+cron { cron-updatequerypages-uncategorizedcategories-s1:
+command = /usr/local/bin/mwscriptwikiset 
updateSpecialPages.php s1.dblist --override --only=Uncategorizedcategories  
/home/mwdeploy/updateSpecialPages/${name}-UncategorizedCategories.log 21,
+month = [5, 11],
+ensure = $enabled ?{
+  true = present,
+  false = absent,
+  default = absent
+};
+}
+
+cron { cron-updatequerypages-wantedtemplates-s1:
+command = /usr/local/bin/mwscriptwikiset 
updateSpecialPages.php s1.dblist --override --only=Wantedtemplates  
/home/mwdeploy/updateSpecialPages/${name}-WantedTemplates.log 21,
+month = [6, 12],
+ensure = $enabled ?{
+  true = present,
+  false = absent,
+  default = absent
+};
+}
 }
 
 # add cron jobs - usage: cluster@day of month
-updatequerypages::cronjob { ['s1@11', 's2@12', 's3@13', 's4@14', 
's5@15', 's6@16', 's7@17']: }
+updatequerypages::cronjob { ['s1@11', 's2@12', 's3@13', 's4@14', 
's5@15', 's6@16', 's7@17', 's1@18', 's1@19', 's1@20', 's1@21', 's1@22', 
's1@23']: }
 }

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


[MediaWiki-commits] [Gerrit] Periodical run of disabled special pages: make updates monthly - change (operations/puppet)

2013-09-17 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/84635


Change subject: Periodical run of disabled special pages: make updates monthly
..

Periodical run of disabled special pages: make updates monthly

All looks well (https://bugzilla.wikimedia.org/show_bug.cgi?id=15434#c79):
proceed to step 2 (https://bugzilla.wikimedia.org/show_bug.cgi?id=15434#c70).
We have already experimented with one of the most expensive pages and update
didn't cause problems; making it monthly doesn't change substance of load 
impact.

Using absent to unset the month restriction per
https://docs.puppetlabs.com/references/latest/type.html#cron.

Bug: 15434
Change-Id: I52a4b8f1b427760a2a77acc4d4b48170617cb242
---
M manifests/misc/maintenance.pp
1 file changed, 6 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/35/84635/1

diff --git a/manifests/misc/maintenance.pp b/manifests/misc/maintenance.pp
index 1ea858a..c26f783 100644
--- a/manifests/misc/maintenance.pp
+++ b/manifests/misc/maintenance.pp
@@ -418,7 +418,7 @@
 
 cron { cron-updatequerypages-ancientpages-${name}:
 command = /usr/local/bin/mwscriptwikiset 
updateSpecialPages.php ${cluster}.dblist --override --only=Ancientpages  
/home/mwdeploy/updateSpecialPages/${name}-AncientPages.log 21,
-month = [1, 7],
+month = absent,
 ensure = $enabled ?{
   true = present,
   false = absent,
@@ -428,7 +428,7 @@
 
 cron { cron-updatequerypages-deadendpages-${name}:
 command = /usr/local/bin/mwscriptwikiset 
updateSpecialPages.php ${cluster}.dblist --override --only=Deadendpages  
/home/mwdeploy/updateSpecialPages/${name}-DeadendPages.log 21,
-month = [2, 8],
+month = absent,
 ensure = $enabled ?{
   true = present,
   false = absent,
@@ -438,7 +438,7 @@
 
 cron { cron-updatequerypages-mostlinked-${name}:
 command = /usr/local/bin/mwscriptwikiset 
updateSpecialPages.php ${cluster}.dblist --override --only=Mostlinked  
/home/mwdeploy/updateSpecialPages/${name}-MostLinked.log 21,
-month = [3, 9],
+month = absent,
 ensure = $enabled ?{
   true = present,
   false = absent,
@@ -448,7 +448,7 @@
 
 cron { cron-updatequerypages-mostrevisions-${name}:
 command = /usr/local/bin/mwscriptwikiset 
updateSpecialPages.php ${cluster}.dblist --override --only=Mostrevisions  
/home/mwdeploy/updateSpecialPages/${name}-MostRevisions.log 21,
-month = [4, 10],
+month = absent,
 ensure = $enabled ?{
   true = present,
   false = absent,
@@ -458,7 +458,7 @@
 
 cron { cron-updatequerypages-wantedpages-${name}:
 command = /usr/local/bin/mwscriptwikiset 
updateSpecialPages.php ${cluster}.dblist --override --only=Wantedpages  
/home/mwdeploy/updateSpecialPages/${name}-WantedPages.log 21,
-month = [5, 11],
+month = absent,
 ensure = $enabled ?{
   true = present,
   false = absent,
@@ -468,7 +468,7 @@
 
 cron { cron-updatequerypages-fewestrevisions-${name}:
 command = /usr/local/bin/mwscriptwikiset 
updateSpecialPages.php ${cluster}.dblist --override --only=Fewestrevisions  
/home/mwdeploy/updateSpecialPages/${name}-FewestRevisions.log 21,
-month = [6, 12],
+month = absent,
 ensure = $enabled ?{
   true = present,
   false = absent,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I52a4b8f1b427760a2a77acc4d4b48170617cb242
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Fix misc::maintenance::updatequerypages duplicate cronjobs - change (operations/puppet)

2013-09-20 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/85192


Change subject: Fix misc::maintenance::updatequerypages duplicate cronjobs
..

Fix misc::maintenance::updatequerypages duplicate cronjobs

Let's not redeclare the same cronjobs 6 times. Puppet died out of confusion.
Followup to Ic453d6e47c8548ea164fde9e95435fce6e503b27

Change-Id: I0a5d86034f8eff038589a742e52147f91d100527
---
M manifests/misc/maintenance.pp
1 file changed, 17 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/92/85192/1

diff --git a/manifests/misc/maintenance.pp b/manifests/misc/maintenance.pp
index 8c111b1..870209a 100644
--- a/manifests/misc/maintenance.pp
+++ b/manifests/misc/maintenance.pp
@@ -475,10 +475,20 @@
   default = absent
 };
 }
+}
+
+define updatequerypages::enwiki::cronjob() {
+
+Cron {
+user = mwdeploy,
+hour = 1,
+minute = 0,
+}
 
 cron { cron-updatequerypages-lonelypages-s1:
 command = /usr/local/bin/mwscriptwikiset 
updateSpecialPages.php s1.dblist --override --only=Lonelypages  
/home/mwdeploy/updateSpecialPages/${name}-LonelyPages.log 21,
 month = [1, 7],
+monthday = 18,
 ensure = $enabled ?{
   true = present,
   false = absent,
@@ -489,6 +499,7 @@
 cron { cron-updatequerypages-mostcategories-s1:
 command = /usr/local/bin/mwscriptwikiset 
updateSpecialPages.php s1.dblist --override --only=Mostcategories  
/home/mwdeploy/updateSpecialPages/${name}-MostCategories.log 21,
 month = [2, 8],
+monthday = 19,
 ensure = $enabled ?{
   true = present,
   false = absent,
@@ -499,6 +510,7 @@
 cron { cron-updatequerypages-mostlinkedcategories-s1:
 command = /usr/local/bin/mwscriptwikiset 
updateSpecialPages.php s1.dblist --override --only=Mostlinkedcategories  
/home/mwdeploy/updateSpecialPages/${name}-MostLinkedCategories.log 21,
 month = [3, 9],
+monthday = 20,
 ensure = $enabled ?{
   true = present,
   false = absent,
@@ -509,6 +521,7 @@
 cron { cron-updatequerypages-mostlinkedtemplates-s1:
 command = /usr/local/bin/mwscriptwikiset 
updateSpecialPages.php s1.dblist --override --only=Mostlinkedtemplates  
/home/mwdeploy/updateSpecialPages/${name}-MostLinkedTemplates.log 21,
 month = [4, 10],
+monthday = 21,
 ensure = $enabled ?{
   true = present,
   false = absent,
@@ -519,6 +532,7 @@
 cron { cron-updatequerypages-uncategorizedcategories-s1:
 command = /usr/local/bin/mwscriptwikiset 
updateSpecialPages.php s1.dblist --override --only=Uncategorizedcategories  
/home/mwdeploy/updateSpecialPages/${name}-UncategorizedCategories.log 21,
 month = [5, 11],
+monthday = 22,
 ensure = $enabled ?{
   true = present,
   false = absent,
@@ -529,6 +543,7 @@
 cron { cron-updatequerypages-wantedtemplates-s1:
 command = /usr/local/bin/mwscriptwikiset 
updateSpecialPages.php s1.dblist --override --only=Wantedtemplates  
/home/mwdeploy/updateSpecialPages/${name}-WantedTemplates.log 21,
 month = [6, 12],
+monthday = 23,
 ensure = $enabled ?{
   true = present,
   false = absent,
@@ -538,5 +553,6 @@
 }
 
 # add cron jobs - usage: cluster@day of month
-updatequerypages::cronjob { ['s1@11', 's2@12', 's3@13', 's4@14', 
's5@15', 's6@16', 's7@17', 's1@18', 's1@19', 's1@20', 's1@21', 's1@22', 
's1@23']: }
+updatequerypages::cronjob { ['s1@11', 's2@12', 's3@13', 's4@14', 
's5@15', 's6@16', 's7@17']: }
+updatequerypages::enwiki::cronjob { updatequerypages-enwiki-disabled }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0a5d86034f8eff038589a742e52147f91d100527
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Nemo bis federicol...@tiscali.it


[MediaWiki-commits] [Gerrit] Set the new feature $wgLogSpamBlacklistHits to true - change (translatewiki)

2013-09-21 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/85438


Change subject: Set the new feature $wgLogSpamBlacklistHits to true
..

Set the new feature $wgLogSpamBlacklistHits to true

It's sometimes useful to see false positives and what sort of attacks we 
receive.
1 entry per day on mediawiki.org, database is not going to suffer.

Change-Id: I1f0aa9f8ddb967b6f312a4b9a90d423e3eab1765
---
M TranslatewikiSettings.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/38/85438/1

diff --git a/TranslatewikiSettings.php b/TranslatewikiSettings.php
index 2317b96..572d056 100644
--- a/TranslatewikiSettings.php
+++ b/TranslatewikiSettings.php
@@ -228,6 +228,7 @@
 $wgSpamBlacklistFiles = array(

http://meta.wikimedia.org/w/index.php?title=Spam_blacklistaction=rawsb_ver=1;,
 );
+$wgLogSpamBlacklistHits = true; // 2013
 
 include( $IP/extensions/AdminLinks/AdminLinks.php ); # Added by Siebrand 
2012-02-06
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1f0aa9f8ddb967b6f312a4b9a90d423e3eab1765
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Fix typo in Kazumi image description link - change (translatewiki)

2013-09-26 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/86138


Change subject: Fix typo in Kazumi image description link
..

Fix typo in Kazumi image description link

Change-Id: I13d14b05a4bf5162236ecb3eeed1ed820acb3f65
---
M TranslatewikiSettings.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/38/86138/1

diff --git a/TranslatewikiSettings.php b/TranslatewikiSettings.php
index ff2d1f5..31d4d8c 100644
--- a/TranslatewikiSettings.php
+++ b/TranslatewikiSettings.php
@@ -362,7 +362,7 @@
 
 $wgMainPageImages[] = array(
'url' = '//translatewiki.net/static/mainpage/kasumi.jpg',
-   'attribution' = 'a 
href=//commons.wikimedia.org/wiki/File:File:Imagoura_Kasumi_Coast04bs4440.jpgCC-BY
 663highland/a',
+   'attribution' = 'a 
href=//commons.wikimedia.org/wiki/File:Imagoura_Kasumi_Coast04bs4440.jpgCC-BY
 663highland/a',
 );
 
 $wgMainPageImages[] = array(

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I13d14b05a4bf5162236ecb3eeed1ed820acb3f65
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Remove outdated TODO: we already check for hash - change (pywikibot/compat)

2013-10-16 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/90094


Change subject: Remove outdated TODO: we already check for hash
..

Remove outdated TODO: we already check for hash

Maarten and tests confirm.

Change-Id: I10ba612d5488893a6f3145623022b481e7c1976d
---
M flickrripper.py
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/compat 
refs/changes/94/90094/1

diff --git a/flickrripper.py b/flickrripper.py
index 24d676e..1b1c721 100644
--- a/flickrripper.py
+++ b/flickrripper.py
@@ -17,7 +17,6 @@
 #*Upload the image
 
 Todo:
-*Check if the image is already uploaded (SHA hash)
 *Check and prevent filename collisions
 **Initial suggestion
 **User input

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I10ba612d5488893a6f3145623022b481e7c1976d
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/compat
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] [flickrripper] Fallback to photo_id for filename when no tit... - change (pywikibot/compat)

2013-10-16 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/90097


Change subject: [flickrripper] Fallback to photo_id for filename when no title 
is set
..

[flickrripper] Fallback to photo_id for filename when no title is set

Otherwise filename is invalid (leading space) and also duplicate.
Tested on Commons, all is well.

Change-Id: I5cc2d9fce0a7768527b6e14b0e3c7630be8a
---
M flickrripper.py
1 file changed, 3 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/compat 
refs/changes/97/90097/1

diff --git a/flickrripper.py b/flickrripper.py
index 24d676e..ba10404 100644
--- a/flickrripper.py
+++ b/flickrripper.py
@@ -140,7 +140,7 @@
 
 return rawDescription.decode('utf-8')
 
-def getFilename(photoInfo=None, site=None, project=u'Flickr'):
+def getFilename(photoInfo=None, site=None, project=u'Wikimedia All Hands 
2012', photoId=None):
  Build a good filename for the upload based on the username and the
 title. Prevents naming collisions.
 
@@ -166,8 +166,7 @@
 description = description[:items]
 title = cleanUpTitle(description)
 else:
-title = u''
-# Should probably have the id of the photo as last resort.
+title = photoId
 
 if pywikibot.Page(site, u'File:%s - %s - %s.jpg'
   % (title, project, username)).exists():
@@ -256,7 +255,7 @@
 if duplicates:
 pywikibot.output(u'Found duplicate image at %s' % duplicates.pop())
 else:
-filename = getFilename(photoInfo)
+filename = getFilename(photoInfo, photoId=photo_id)
 flinfoDescription = getFlinfoDescription(photo_id)
 photoDescription = buildDescription(flinfoDescription,
 flickrreview, reviewer,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5cc2d9fce0a7768527b6e14b0e3c7630be8a
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/compat
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Simplify misc::maintenance::update_special_pages a bit - change (operations/puppet)

2013-10-16 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/90117


Change subject: Simplify misc::maintenance::update_special_pages a bit
..

Simplify misc::maintenance::update_special_pages a bit

As per misc::maintenance::update_flaggedrev_stats above: file before cron, no 
flock.
I think flock is not needed now that there is no concurrent 
update-special-pages-small
running any more; if it takes more than 3 days to complete, it should be split 
or made
less frequent.

Elsewhere, some directories are created with with owner/group apache/root, but 
seems ok.
Other supposedly irrelevant differences in manifests/site.pp:
* includes terbium has, which hume doesn't:
  generic::mysql::packages::client, nfs::netapp::home,
  nfs::upload, misc::monitoring::jobqueue;
* includes hume has, which terbium doesn't:
  role::db::maintenance, generic::wikidev-umask.

Bug: 53227
Change-Id: I1ebbd1ed3688f55a9ab9b28d3b8a4e287b12e93a
---
M manifests/misc/maintenance.pp
1 file changed, 13 insertions(+), 12 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/17/90117/1

diff --git a/manifests/misc/maintenance.pp b/manifests/misc/maintenance.pp
index 626b7d8..56df259 100644
--- a/manifests/misc/maintenance.pp
+++ b/manifests/misc/maintenance.pp
@@ -211,9 +211,21 @@
 }
 
 class misc::maintenance::update_special_pages( $enabled = false ) {
+
+   file {
+   /usr/local/bin/update-special-pages:
+   source = 
puppet:///files/misc/scripts/update-special-pages,
+   owner = apache,
+   group = wikidev,
+   mode = 0755,
+   ensure = present;
+   /usr/local/bin/update-special-pages-small:
+   ensure = absent;
+   }
+
cron {
update_special_pages:
-   command = flock -n /var/lock/update-special-pages 
/usr/local/bin/update-special-pages  /var/log/updateSpecialPages.log 21,
+   command = /usr/local/bin/update-special-pages  
/var/log/updateSpecialPages.log 21,
user = apache,
monthday = */3,
hour = 5,
@@ -224,17 +236,6 @@
default = absent
};
update_special_pages_small:
-   ensure = absent;
-   }
-
-   file {
-   /usr/local/bin/update-special-pages:
-   source = 
puppet:///files/misc/scripts/update-special-pages,
-   owner = apache,
-   group = wikidev,
-   mode = 0755,
-   ensure = present;
-   /usr/local/bin/update-special-pages-small:
ensure = absent;
}
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1ebbd1ed3688f55a9ab9b28d3b8a4e287b12e93a
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Enable CleanChanges extension on Meta-Wiki - change (operations/mediawiki-config)

2013-08-29 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/81678


Change subject: Enable CleanChanges extension on Meta-Wiki
..

Enable CleanChanges extension on Meta-Wiki

Bug: 53541
Change-Id: Ib873d079d02c379bb027d028fc5b5f004fe43b54
---
M wmf-config/CommonSettings.php
M wmf-config/InitialiseSettings.php
2 files changed, 9 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/78/81678/1

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index bb6de65..963dee0 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2160,6 +2160,11 @@
$wgTranslationNotificationsContactMethods['talkpage-elsewhere'] = true;
 }
 
+if ( $wmgUseCleanChanges ) {
+   $wgDefaultUserOptions['usenewrc'] = 1;
+   require_once( $IP/extensions/CleanChanges/CleanChanges.php );
+}
+
 if ( $wmgUseVips ) {
include( $IP/extensions/VipsScaler/VipsScaler.php );
include( $IP/extensions/VipsScaler/VipsTest.php );
diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 5f3d54d..0b5c353 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -11947,7 +11947,10 @@
'wikimania2013wiki' = true,
'wikimania2014wiki' = true,
 ),
-
+'wmgUseCleanChanges' = array(
+   'default' = false,
+   'metawiki' = true, // bug 53541
+),
 // (towards bug 46333) Make the new login and create account forms the default.
 'wmgUseVForm' = array(
'default' = true,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib873d079d02c379bb027d028fc5b5f004fe43b54
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Add CleanChanges extension - change (mediawiki...release)

2013-08-29 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/81706


Change subject: Add CleanChanges extension
..

Add CleanChanges extension

Needed for Ib873d079d02c379bb027d028fc5b5f004fe43b54

Change-Id: I592f449b159735b4346b7f7e880e0a109fa23c2a
---
M make-wmf-branch/default.conf
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/tools/release 
refs/changes/06/81706/1

diff --git a/make-wmf-branch/default.conf b/make-wmf-branch/default.conf
index 094487b..a9267e5 100644
--- a/make-wmf-branch/default.conf
+++ b/make-wmf-branch/default.conf
@@ -25,6 +25,7 @@
'CirrusSearch',
'Cite',
'cldr',
+   'CleanChanges',
'ClientSide',
'CodeEditor',
'CodeReview',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I592f449b159735b4346b7f7e880e0a109fa23c2a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/tools/release
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Add CleanChanges extension for Ib873d079d - change (mediawiki/core)

2013-08-29 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/81800


Change subject: Add CleanChanges extension for Ib873d079d
..

Add CleanChanges extension for Ib873d079d

Change-Id: I40190b6dbf94d351687356a8d651f1870cf0f579
---
M .gitmodules
A extensions/CleanChanges
2 files changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/00/81800/1

diff --git a/.gitmodules b/.gitmodules
index 89689c3..cbcd48f 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -469,3 +469,6 @@
 [submodule extensions/OAuth]
path = extensions/OAuth
url = https://gerrit.wikimedia.org/r/p/mediawiki/extensions/OAuth.git
+[submodule extensions/CleanChanges]
+   path = extensions/CleanChanges
+   url = 
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/CleanChanges.git
diff --git a/extensions/CleanChanges b/extensions/CleanChanges
new file mode 16
index 000..d85930d
--- /dev/null
+++ b/extensions/CleanChanges
+Subproject commit d85930db6ac5726a89eace3084ba4e8f33f90201

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I40190b6dbf94d351687356a8d651f1870cf0f579
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: wmf/1.22wmf14
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Add CleanChanges extension for Ib873d079d - change (mediawiki/core)

2013-08-29 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/81825


Change subject: Add CleanChanges extension for Ib873d079d
..

Add CleanChanges extension for Ib873d079d

Change-Id: Ie354e6b31eb7868378123c6ffc3a8ee6a3a3295b
---
M .gitmodules
A extensions/CleanChanges
2 files changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/25/81825/1

diff --git a/.gitmodules b/.gitmodules
index ff2b206..96839ef 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -469,3 +469,6 @@
 [submodule extensions/Validator]
path = extensions/Validator
url = 
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/Validator.git
+[submodule extensions/CleanChanges]
+   path = extensions/CleanChanges
+   url = 
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/CleanChanges.git
diff --git a/extensions/CleanChanges b/extensions/CleanChanges
new file mode 16
index 000..d85930d
--- /dev/null
+++ b/extensions/CleanChanges
+Subproject commit d85930db6ac5726a89eace3084ba4e8f33f90201

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie354e6b31eb7868378123c6ffc3a8ee6a3a3295b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: wmf/1.22wmf15
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Add unstructured element translation to Commons - change (operations/mediawiki-config)

2013-09-02 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/82232


Change subject: Add unstructured element translation to Commons
..

Add unstructured element translation to Commons

Bug: 53677
Change-Id: Ie8b906a22a0cda30fc0f5d87c90f67438a99518a
---
M wmf-config/CommonSettings.php
1 file changed, 11 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/32/82232/1

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index c0f9ffc..794addb 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2156,11 +2156,22 @@
$mg-setDescription( 'Messages used in the sidebar of this 
wiki' );
return $mg;
}
+   
+   function addTranslatableMessageGroup( $id ) {
+   $mg = new WikiMessageGroup( $id, 'translatable-messages' );
+   $mg-setLabel( 'Interface' );
+   $mg-setDescription( 'Messages used in the custom interface of 
this wiki' );
+   return $mg;
+   }
 
if ( $wgDBname === 'wikimania2013wiki' ) {
$wgTranslateCC['wiki-sidebar'] = 'addSidebarMessageGroup';
}
 
+   if ( $wgDBname === 'commonswiki' ) {
+   $wgTranslateCC['wiki-translatable'] = 
'addTranslatableMessageGroup';
+   }
+
unset( $wgSpecialPages['FirstSteps'] );
unset( $wgSpecialPages['ManageMessageGroups'] );
unset( $wgSpecialPages['TranslationStats'] );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie8b906a22a0cda30fc0f5d87c90f67438a99518a
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Clarify unknown gender option is a non-answer and resort - change (mediawiki/core)

2013-09-06 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/83083


Change subject: Clarify unknown gender option is a non-answer and resort
..

Clarify unknown gender option is a non-answer and resort

It is easier in other languages, but in English some worry
about I prefer not to detail not being an answer to the
question used as label of the option; parentheses should
be enough to clarify it is about not answering the question
because you don't care.

Also put such (default) zero answer first and move feminine
before male as suggested by Jared to avoid any appearance of
bias in the user interface, though the fallback works that way
in the code anyway for merely grammatical reasons.

Bug: 53311
Bug: 53834
Change-Id: Iea77e903c91063a648fff5e4be41c0be51ac172a
---
M includes/Preferences.php
1 file changed, 4 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/83/83083/1

diff --git a/includes/Preferences.php b/includes/Preferences.php
index 29d6e07..bf3e037 100644
--- a/includes/Preferences.php
+++ b/includes/Preferences.php
@@ -335,9 +335,11 @@
'type' = 'radio',
'section' = 'personal/i18n',
'options' = array(
-   $context-msg( 'gender-male' )-text() = 
'male',
+   $context-msg( 'parentheses',
+   $context-msg( 'gender-unknown' 
)-text()
+   )-text() = 'unknown',
$context-msg( 'gender-female' )-text() = 
'female',
-   $context-msg( 'gender-unknown' )-text() = 
'unknown',
+   $context-msg( 'gender-male' )-text() = 
'male',
),
'label-message' = 'yourgender',
'help-message' = 'prefs-help-gender',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iea77e903c91063a648fff5e4be41c0be51ac172a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Link to existing login help page by default from helplogin-url - change (mediawiki/core)

2013-09-07 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/83220


Change subject: Link to existing login help page by default from helplogin-url
..

Link to existing login help page by default from helplogin-url

Uses default interwiki prefix from maintenance/interwiki.list
to link mediawiki.org PD help page. Ready for future translations
via Special:MyLanguage, message is hence made optional.

Bug: 53888
Change-Id: I8cefafbcd3bd1d6a03cec7cf1d0efdf607fec21d
---
M languages/messages/MessagesEn.php
M maintenance/language/messageTypes.inc
2 files changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/20/83220/1

diff --git a/languages/messages/MessagesEn.php 
b/languages/messages/MessagesEn.php
index a63d1f8..9fbd814 100644
--- a/languages/messages/MessagesEn.php
+++ b/languages/messages/MessagesEn.php
@@ -1129,7 +1129,7 @@
 'gotaccountlink'  = 'Log in',
 'userlogin-resetlink' = 'Forgotten your login details?',
 'userlogin-resetpassword-link'= 'Reset your password',
-'helplogin-url'   = 'Help:Logging in',
+'helplogin-url'   = 
'mediawikiwiki:Special:MyLanguage/Help:Logging_in',
 'userlogin-helplink'  = '[[{{MediaWiki:helplogin-url}}|Help with 
logging in]]',
 'createacct-join' = 'Enter your information below.',
 'createacct-another-join' = Enter the new account's information 
below.,
diff --git a/maintenance/language/messageTypes.inc 
b/maintenance/language/messageTypes.inc
index 0cdc069..f75b53f 100644
--- a/maintenance/language/messageTypes.inc
+++ b/maintenance/language/messageTypes.inc
@@ -483,6 +483,7 @@
'limitreport-ppgeneratednodes-value',
'limitreport-expansiondepth-value',
'limitreport-expensivefunctioncount-value',
+   'helplogin-url',
 );
 
 /** Exif messages, which may be set as optional in several checks, but are 
generally mandatory */

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8cefafbcd3bd1d6a03cec7cf1d0efdf607fec21d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Add link to PD help translatable pages from sidebar - change (mediawiki/core)

2013-09-07 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/83221


Change subject: Add link to PD help translatable pages from sidebar
..

Add link to PD help translatable pages from sidebar

Reuses the existing helppage default message and
adds it to ignored messages as Special:MyLanguage
is used and translations have to be removed,
which does not bother customised local links.

Bug: 53887
Change-Id: I999b97729536dbab4a3a5efd8d6f86527f031948
---
M languages/messages/MessagesEn.php
M maintenance/language/messageTypes.inc
2 files changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/21/83221/1

diff --git a/languages/messages/MessagesEn.php 
b/languages/messages/MessagesEn.php
index a63d1f8..ea7522b 100644
--- a/languages/messages/MessagesEn.php
+++ b/languages/messages/MessagesEn.php
@@ -643,6 +643,7 @@
 ** mainpage|mainpage-description
 ** recentchanges-url|recentchanges
 ** randompage-url|randompage
+** helppage|help
 * SEARCH
 * TOOLBOX
 * LANGUAGES', # do not translate or duplicate this message to other languages
@@ -911,7 +912,7 @@
 'disclaimerpage'   = 'Project:General disclaimer',
 'edithelp' = 'Editing help',
 'edithelppage' = 
'//www.mediawiki.org/wiki/Special:MyLanguage/Help:Editing_pages', # do not 
translate or duplicate this message to other languages
-'helppage' = 'Help:Contents',
+'helppage' = 'mediawikiwiki:Special:MyLanguage/Help:Contents',
 'mainpage' = 'Main Page',
 'mainpage-description' = 'Main page',
 'policy-url'   = 'Project:Policy',
diff --git a/maintenance/language/messageTypes.inc 
b/maintenance/language/messageTypes.inc
index 0cdc069..51fe70b 100644
--- a/maintenance/language/messageTypes.inc
+++ b/maintenance/language/messageTypes.inc
@@ -259,6 +259,7 @@
'today-at',
'redirect-text',
'edithelppage',
+   'helppage',
'autocomment-prefix',
 );
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I999b97729536dbab4a3a5efd8d6f86527f031948
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Revert temp workaround: $wgNewUserMessageOnAutoCreate true o... - change (operations/mediawiki-config)

2013-09-08 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/83355


Change subject: Revert temp workaround: $wgNewUserMessageOnAutoCreate true on 
Meta-Wiki
..

Revert temp workaround: $wgNewUserMessageOnAutoCreate true on Meta-Wiki

Bug: 53908
Change-Id: Icff9b1d8b5ed5f060993425c859d51fb10f555c2
---
M wmf-config/InitialiseSettings.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/55/83355/1

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index fb9383d..4b83339 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -9986,7 +9986,7 @@
'hiwiki' = true,
'incubatorwiki' = true,
'lvwiki' = true,
-   'metawiki' = false, // so that CentralNotice loads don't create users 
(causes bug 44754)
+   'metawiki' = true,
'mlwiki' = true,
'ndswiki' = true,
'rowiki' = true,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icff9b1d8b5ed5f060993425c859d51fb10f555c2
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Add Zero specification to mwe-upwiz-source-ownwork-assert-... - change (mediawiki...UploadWizard)

2013-09-09 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/83567


Change subject: Add Zero specification to 
mwe-upwiz-source-ownwork-assert-cc-zero
..

Add Zero specification to mwe-upwiz-source-ownwork-assert-cc-zero

Requested by Dcoetzee:
https://commons.wikimedia.org/w/index.php?title=Commons_talk%3AUpload_Wizarddiff=103561847oldid=103045418

The legal code only says CC0:
https://creativecommons.org/publicdomain/zero/1.0/
The deed, CC0 1.0 Universal (CC0 1.0) Public Domain Dedication:
https://creativecommons.org/publicdomain/zero/1.0/

It makes sense to spell CC0 out for consistency, as the name
Public Domain Dedication alone refers to another tool as well.

Change-Id: Ic6ad0b57a2f3a93ff2f64c410ae9434961ab1cb8
---
M UploadWizard.i18n.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/UploadWizard 
refs/changes/67/83567/1

diff --git a/UploadWizard.i18n.php b/UploadWizard.i18n.php
index 942b439..e438996 100644
--- a/UploadWizard.i18n.php
+++ b/UploadWizard.i18n.php
@@ -120,7 +120,7 @@
'mwe-upwiz-source-ownwork-cc-by-sa-3.0-ro-explain' = '(Anyone may use, 
share or remix {{PLURAL:$1|this work|these works}}, as long as they credit me 
and share any derivative work under this license.)',
'mwe-upwiz-source-ownwork-assert-cc-by-3.0' = 'I, $2, the copyright 
holder of {{PLURAL:$1|this work|these works}}, irrevocably grant anyone the 
right to use {{PLURAL:$1|this work|these works}} under the Creative Commons 
Attribution 3.0 license ([$3 legal code]).',
'mwe-upwiz-source-ownwork-cc-by-3.0-explain' = '(Anyone may use, share 
or remix {{PLURAL:$1|this work|these works}}, as long as they credit me.)',
-   'mwe-upwiz-source-ownwork-assert-cc-zero' = 'I, $2, the copyright 
holder of {{PLURAL:$1|this work|these works}}, irrevocably grant anyone the 
right to use {{PLURAL:$1|this work|these works}} under the Creative Commons 
Public Domain Dedication ([$3 legal code]).',
+   'mwe-upwiz-source-ownwork-assert-cc-zero' = 'I, $2, the copyright 
holder of {{PLURAL:$1|this work|these works}}, irrevocably grant anyone the 
right to use {{PLURAL:$1|this work|these works}} under the Creative Commons 
Zero Public Domain Dedication ([$3 legal code]).',
'mwe-upwiz-source-ownwork-cc-zero-explain' = '(Anyone may use, share 
or remix {{PLURAL:$1|this work|these works}}, with no restrictions at all.)',
'mwe-upwiz-source-ownwork-assert-custom' = 'I, $2, the copyright 
holder of {{PLURAL:$1|this work|these works}}, irrevocably grant anyone the 
right to use {{PLURAL:$1|this work|these works}} under the following license:',
'mwe-upwiz-source-ownwork-assert-note' = 'I, copyright holder of 
{{PLURAL:$2|this work|these works}}, publish {{PLURAL:$2|this work|these 
works}} under the $1 license.',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic6ad0b57a2f3a93ff2f64c410ae9434961ab1cb8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/UploadWizard
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Complete rename to EmailableUser - change (mediawiki...CentralAuth)

2013-09-29 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/86421


Change subject: Complete rename to EmailableUser
..

Complete rename to EmailableUser

Followup to Ia6ee70420 / dc06b430b

Bug: 54761
Change-Id: Idf19ab05e601cf6996097ba6c53040d99a80c705
---
M EmailableUser.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CentralAuth 
refs/changes/21/86421/1

diff --git a/EmailableUser.php b/EmailableUser.php
index 4004114..fe8f433 100644
--- a/EmailableUser.php
+++ b/EmailableUser.php
@@ -17,7 +17,7 @@
 *User::getCanonicalName(), except that true is accepted as an alias
 *for 'valid', for BC.
 *
-* @return ConfirmAndMigrateUser|bool ConfirmAndMigrateUser object, or 
false if the
+* @return EmailableUser|bool EmailableUser object, or false if the
 *username is invalid (e.g. if it contains illegal characters or is 
an IP address).
 *If the username is not present in the database, the result will 
be a user object
 *with a name, zero user ID and default settings.
@@ -31,7 +31,7 @@
return false;
} else {
# Create unloaded user object
-   $u = new ConfirmAndMigrateUser;
+   $u = new EmailableUser;
$u-mName = $name;
$u-mFrom = 'name';
$u-setItemLoaded( 'name' );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idf19ab05e601cf6996097ba6c53040d99a80c705
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralAuth
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it
Gerrit-Reviewer: jenkins-bot

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


[MediaWiki-commits] [Gerrit] User words in twnmp-*-per-month and add PLURAL - change (mediawiki...TwnMainPage)

2013-09-30 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/86747


Change subject: User words in twnmp-*-per-month and add PLURAL
..

User words in twnmp-*-per-month and add PLURAL

The slash is ugly and is also technically wrong,
as it's about last 30 or so days.

Change-Id: I20544ae84a719ddb64f8b1cb87ae96b51e31ba7f
---
M MainPage.i18n.php
M specials/SpecialTwnMainPage.php
2 files changed, 12 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/TwnMainPage 
refs/changes/47/86747/1

diff --git a/MainPage.i18n.php b/MainPage.i18n.php
index 2a130c6..b7b21a8 100644
--- a/MainPage.i18n.php
+++ b/MainPage.i18n.php
@@ -38,8 +38,8 @@
'twnmp-your-translations-stats' = 'Your translation statistics',
'twnmp-your-translations-stats-all-languages' = 'For all languages',
'twnmp-your-view-language-stats' = 'View language statistics',
-   'twnmp-translations-per-month' = 'Translations/month',
-   'twnmp-reviews-per-month' = 'Reviews/month',
+   'twnmp-translations-per-month' = 
'{{PLURAL:$1|Translation|Translations}} last month',
+   'twnmp-reviews-per-month' = '{{PLURAL:$1|Review|Reviews}} last month',
'twnmp-translations-translator-ranking' = '{{PLURAL:$3|1=You are the 
only onebr /for $4|{{GENDER:$1|Ranked}} $2 of $3br /for $4}}',
'twnmp-translations-translator-ranking-source' = '{{PLURAL:$3|1=You 
are the only one|{{GENDER:$1|Ranked}} $2 of $3}}',
 
@@ -133,12 +133,12 @@
 See example of English version: [{{canonicalurl:Special:MainPage|uselang=en 
Special:MainPage}}]',
'twnmp-your-view-language-stats' = A link that appears under the 
user's translation statistics.,
'twnmp-translations-per-month' = Used in [[Special:Mainpage]].
-Appears in the user's statistics box near a number.
+Appears in the user's statistics box near a number ($1).
 Means that the users performs that number of translations every month.
-Translate it in a way that is natural to your language - you don't have to use 
the '/' character.,
-   'twnmp-reviews-per-month' = Appears in the user's statistics box near 
a number.
+Translate it in a way that is natural to your language.,
+   'twnmp-reviews-per-month' = Appears in the user's statistics box near 
a number ($1).
 Means that the users performs that number of review actions every month.
-Translate it in a way that is natural to your language - you don't have to use 
the '/' character.
+Translate it in a way that is natural to your language.
 {{Identical|Review}},
'twnmp-translations-translator-ranking' = 'Shown in the Translate 
and Review boxes in the center of [[Special:MainPage]].
 
diff --git a/specials/SpecialTwnMainPage.php b/specials/SpecialTwnMainPage.php
index accc93b..cd451d0 100644
--- a/specials/SpecialTwnMainPage.php
+++ b/specials/SpecialTwnMainPage.php
@@ -625,7 +625,9 @@
$out .= Html::element(
'div',
array( 'class' = 'count-description' ),
-   $this-msg( 
'twnmp-translations-per-month' )-text()
+   $this-msg( 
'twnmp-translations-per-month' )
+   -numParams( $count )
+   -text()
);
 
// TODO: When refactoring, $languageName should 
not be used
@@ -666,7 +668,9 @@
$out .= Html::element(
'div',
array( 'class' = 'count-description' ),
-   $this-msg( 'twnmp-reviews-per-month' 
)-text()
+   $this-msg( 'twnmp-reviews-per-month' )
+   -numParams( $count )
+   -text()
);
 
// TODO: When refactoring, $languageName should 
not be used

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I20544ae84a719ddb64f8b1cb87ae96b51e31ba7f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/TwnMainPage
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Correct twnmp-show-more-projects to say all projects - change (mediawiki...TwnMainPage)

2013-09-30 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/86755


Change subject: Correct twnmp-show-more-projects to say all projects
..

Correct twnmp-show-more-projects to say all projects

More projects seems to imply they are other/the other projects,
while the link opens the full list of projects via the group selector.

Change-Id: I1159d75835789cb480646cda5459e185b190b39d
---
M MainPage.i18n.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/TwnMainPage 
refs/changes/55/86755/1

diff --git a/MainPage.i18n.php b/MainPage.i18n.php
index 2a130c6..87f9a09 100644
--- a/MainPage.i18n.php
+++ b/MainPage.i18n.php
@@ -23,7 +23,7 @@
 
'twnmp-bannerwho' = 'Image $1',
 
-   'twnmp-show-more-projects' = 'Show more projects...',
+   'twnmp-show-more-projects' = 'Show all projects...',
'twnmp-brand-motto' = 'Open source translation community',
'twnmp-login' = 'Log in',
'twnmp-logout' = 'Log out',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1159d75835789cb480646cda5459e185b190b39d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/TwnMainPage
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Fix typo in comment - change (mediawiki...CirrusSearch)

2013-10-01 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/86869


Change subject: Fix typo in comment
..

Fix typo in comment

Change-Id: I410d8e7fbb3938d80e57166954660895905b68d9
---
M includes/CirrusSearchAnalysisConfigBuilder.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CirrusSearch 
refs/changes/69/86869/1

diff --git a/includes/CirrusSearchAnalysisConfigBuilder.php 
b/includes/CirrusSearchAnalysisConfigBuilder.php
index 761c14f..7a4bf00 100644
--- a/includes/CirrusSearchAnalysisConfigBuilder.php
+++ b/includes/CirrusSearchAnalysisConfigBuilder.php
@@ -54,7 +54,7 @@
// Surprisingly, the Lucene docs claim 
this works for
// Chinese, Japanese, and Thai as well.
// The difference between this and the 
'standard'
-   // analzyer is the lack of english stop 
words.
+   // analyzer is the lack of english stop 
words.
'type' = 'custom',
'tokenizer' = 'standard',
'filter' = array( 'standard', 
'lowercase' )

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I410d8e7fbb3938d80e57166954660895905b68d9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CirrusSearch
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Clarify that continue means leaving the editing drafts-vie... - change (mediawiki...Drafts)

2013-10-03 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/87456


Change subject: Clarify that continue means leaving the editing 
drafts-view-warn
..

Clarify that continue means leaving the editing drafts-view-warn

https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Drafts-view-warn/ast

Change-Id: If943226aaf966cb885b22ccf11c22aa05d97b6ad
---
M Drafts.i18n.php
1 file changed, 1 insertion(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Drafts 
refs/changes/56/87456/1

diff --git a/Drafts.i18n.php b/Drafts.i18n.php
index 3485e5d..4bbe953 100644
--- a/Drafts.i18n.php
+++ b/Drafts.i18n.php
@@ -24,8 +24,7 @@
'drafts-view-nonesaved' = 'You do not have any drafts saved at this 
time.',
'drafts-view-notice' = 'You have $1 for this page.',
'drafts-view-notice-link' = '$1 {{PLURAL:$1|draft|drafts}}',
-   'drafts-view-warn' = 'By navigating away from this page you will lose 
all unsaved changes to this page.
-Do you want to continue?',
+   'drafts-view-warn' = 'Do you want to continue navigating away from 
this page? By doing so, you will lose all unsaved changes to this page.',
'drafts-save' = 'Save this as a draft',
'drafts-save-save' = 'Save draft',
'drafts-save-saved' = 'Saved',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If943226aaf966cb885b22ccf11c22aa05d97b6ad
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Drafts
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Replace article with page in wikibase-sitelink-page-edit... - change (mediawiki...Wikibase)

2013-10-04 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/87559


Change subject: Replace article with page in 
wikibase-sitelink-page-edit-placeholder
..

Replace article with page in wikibase-sitelink-page-edit-placeholder

It's not only articles, even the mockup uses pages:
[[File:Screenshot WikidataRepo 2012-05-13 E.png]]
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Wikibase-sitelink-page-edit-placeholder/en

Followup to aae82d4c

Change-Id: Id4cdb3a9b039a14887913d92d24d0696d85b3ee1
---
M repo/Wikibase.i18n.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/59/87559/1

diff --git a/repo/Wikibase.i18n.php b/repo/Wikibase.i18n.php
index 3754cae..b12fe5a 100644
--- a/repo/Wikibase.i18n.php
+++ b/repo/Wikibase.i18n.php
@@ -37,7 +37,7 @@
'wikibase-description-empty' = 'No description defined yet',
'wikibase-description-edit-placeholder' = 'enter description',
'wikibase-sitelink-site-edit-placeholder' = 'site',
-   'wikibase-sitelink-page-edit-placeholder' = 'article',
+   'wikibase-sitelink-page-edit-placeholder' = 'page',
'wikibase-alias-edit-placeholder' = 'enter an alias',
'wikibase-label-input-help-message' = 'Enter the title of this data 
set in $1.',
'wikibase-description-input-help-message' = 'Enter a short description 
in $1.',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id4cdb3a9b039a14887913d92d24d0696d85b3ee1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Quote the alleged edit message directly in livetranslate-d... - change (mediawiki...LiveTranslate)

2013-10-04 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/87562


Change subject: Quote the alleged edit message directly in 
livetranslate-dictionary-*
..

Quote the alleged edit message directly in livetranslate-dictionary-*

No edit can be found anywhere, but it's most likely this
livetranslate-dictionary-goto-edit just two lines below.

https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Livetranslate-dictionary-empty

Change-Id: Ibfbfaf7e272d594295ef0856f74dc94c7ab47bfd
---
M LiveTranslate.i18n.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/LiveTranslate 
refs/changes/62/87562/1

diff --git a/LiveTranslate.i18n.php b/LiveTranslate.i18n.php
index 5504eee..f0697c0 100644
--- a/LiveTranslate.i18n.php
+++ b/LiveTranslate.i18n.php
@@ -35,8 +35,8 @@
'livetranslate-dictionary-error' = 'Could not obtain the live 
translate dictionary. No words will be treated as special during the 
translation process.',

// Special words dictionary
-   'livetranslate-dictionary-empty' = 'There are no words in the 
dictionary yet. Click the edit tab to add some.',
-   'livetranslate-dictionary-count' = 'There {{PLURAL:$1|is $1 word|are 
$1 words}} in $2 {{PLURAL:$2|language|languages}}. Click the edit tab to add 
more.',
+   'livetranslate-dictionary-empty' = 'There are no words in the 
dictionary yet. Click the {{int:livetranslate-dictionary-goto-edit}} tab to 
add some.',
+   'livetranslate-dictionary-count' = 'There {{PLURAL:$1|is $1 word|are 
$1 words}} in $2 {{PLURAL:$2|language|languages}}. Click the 
{{int:livetranslate-dictionary-goto-edit}} tab to add more.',
'livetranslate-dictionary-unallowed-langs' = '{{PLURAL:$2|This 
language is|These languages are}} not currently set as allowed translation 
target: $1. Modify the allowed languages in your wikis configuration, or remove 
these from the dictionary.',
'livetranslate-dictionary-goto-edit' = 'Modify the translation 
memories.',
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibfbfaf7e272d594295ef0856f74dc94c7ab47bfd
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/LiveTranslate
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Clarify description: the short URL *are* redirects, for/to n... - change (mediawiki...ShortUrl)

2013-10-04 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/87591


Change subject: Clarify description: the short URL *are* redirects, for/to 
normal pages
..

Clarify description: the short URL *are* redirects, for/to normal pages

https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Shorturl-desc/en

Change-Id: Ib32f5ead27675e4f4c6fe6c9c543cbcf35ba1421
---
M ShortUrl.i18n.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ShortUrl 
refs/changes/91/87591/1

diff --git a/ShortUrl.i18n.php b/ShortUrl.i18n.php
index 464799e..0e40f2c 100644
--- a/ShortUrl.i18n.php
+++ b/ShortUrl.i18n.php
@@ -16,7 +16,7 @@
  */
 $messages['en'] = array(
'shorturl' = 'Short URL',
-   'shorturl-desc' = '[[Special:ShortUrl|Short URL for redirects]]',
+   'shorturl-desc' = '[[Special:ShortUrl|Short redirect URLs]] for all 
content pages',
'shorturl-not-found-title' = 'Short URL not found',
'shorturl-not-found-message' = 'Sorry, the URL you are looking for is 
not found (No short URL with ID $1 exists)',
'shorturl-toolbox-title' = 'Copy this short link for sharing',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib32f5ead27675e4f4c6fe6c9c543cbcf35ba1421
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ShortUrl
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Remove unused or incognito mwe-upwiz-campaigns-editing - change (mediawiki...UploadWizard)

2013-10-04 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/87628


Change subject: Remove unused or incognito mwe-upwiz-campaigns-editing
..

Remove unused or incognito mwe-upwiz-campaigns-editing

Nobody knows anything about him, he didn't leave us a note,
he doesn't appear to be used anywhere, he bored us.
(I asked Romaine and grep once again.)

https://translatewiki.net/wiki/Thread:Support/Mwe-upwiz-campaigns-editing

Change-Id: Ibc53bad9c22b681aceaa419ea281e63ff658d055
---
M UploadWizard.i18n.php
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/UploadWizard 
refs/changes/28/87628/1

diff --git a/UploadWizard.i18n.php b/UploadWizard.i18n.php
index 2544a30..29349e0 100644
--- a/UploadWizard.i18n.php
+++ b/UploadWizard.i18n.php
@@ -360,7 +360,6 @@
'mwe-upwiz-campaigns-newname' = 'Campaign name:',
'mwe-upwiz-campaigns-namedoc' = 'The name of the campaign is the 
identifier used in URLs. ie name in ?campaign=name',
'mwe-upwiz-campaigns-existing' = 'Existing campaigns',
-   'mwe-upwiz-campaigns-editing' = 'Upload campaign configuration',
'mwe-upwiz-campaigns-delete' = 'Delete',
'mwe-upwiz-campaigns-confdel' = 'Are you sure you want to delete this 
campaign?',
'mwe-upwiz-campaigns-delete-failed' = 'Could not delete the campaign.',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibc53bad9c22b681aceaa419ea281e63ff658d055
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/UploadWizard
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Use a more standard Forgot your password? in userlogin-res... - change (mediawiki/core)

2013-10-05 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/87656


Change subject: Use a more standard Forgot your password? in 
userlogin-resetpassword-link
..

Use a more standard Forgot your password? in userlogin-resetpassword-link

https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Userlogin-resetpassword-link

Change-Id: I24ad148dd8b316ec1dc4de0b501db1940c0d
---
M languages/messages/MessagesEn.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/56/87656/1

diff --git a/languages/messages/MessagesEn.php 
b/languages/messages/MessagesEn.php
index 3dedbb9..35c5e57 100644
--- a/languages/messages/MessagesEn.php
+++ b/languages/messages/MessagesEn.php
@@ -1131,7 +1131,7 @@
 'gotaccount'  = 'Already have an account? $1.',
 'gotaccountlink'  = 'Log in',
 'userlogin-resetlink' = 'Forgotten your login details?',
-'userlogin-resetpassword-link'= 'Reset your password',
+'userlogin-resetpassword-link'= 'Forgot your password?',
 'helplogin-url'   = 'Help:Logging in',
 'userlogin-helplink'  = '[[{{MediaWiki:helplogin-url}}|Help with 
logging in]]',
 'createacct-join' = 'Enter your information below.',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I24ad148dd8b316ec1dc4de0b501db1940c0d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Add gerritfeed-wm for a full feed relayed to IRC - change (labs...grrrit)

2013-10-05 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/87663


Change subject: Add gerritfeed-wm for a full feed relayed to IRC
..

Add gerritfeed-wm for a full feed relayed to IRC

A grrrit-wm clone.
No idea who needs to setup the FreeNode user and how.

Bug: 52529
Change-Id: I6f8c7e4e568de6a9d03cc3095bbd3db2ee03f69f
---
A config-feed.yaml
1 file changed, 8 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/grrrit 
refs/changes/63/87663/1

diff --git a/config-feed.yaml b/config-feed.yaml
new file mode 100644
index 000..c1a1bae
--- /dev/null
+++ b/config-feed.yaml
@@ -0,0 +1,8 @@
+nick: gerritfeed-wm
+server: irc.freenode.net
+userName: gerritfeed-wm
+realName: MediaWiki and Wikimedia repositories feed
+default-channel: #mediawiki-feed
+blacklist:
+L10n-bot
+#channels:

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6f8c7e4e568de6a9d03cc3095bbd3db2ee03f69f
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/grrrit
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it
Gerrit-Reviewer: jenkins-bot

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


[MediaWiki-commits] [Gerrit] Move TwnMainPage too to #mediawiki-i18n - change (labs...grrrit)

2013-10-05 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/87664


Change subject: Move TwnMainPage too to #mediawiki-i18n
..

Move TwnMainPage too to #mediawiki-i18n

For consistency, most frequent offender lately.
I had asked Siebrand when the first moves were done and I remember he was ok 
with it.
There are other localisation extensions listed as maintained by the Language 
Engineering
team, but Siebrand didn't want them all.

Change-Id: Iad6d08d4f6ef8b531d9eb4f38af9bce8c2e79f44
---
M config.yaml
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/grrrit 
refs/changes/64/87664/1

diff --git a/config.yaml b/config.yaml
index fcdcb3a..217d1ee 100644
--- a/config.yaml
+++ b/config.yaml
@@ -12,7 +12,8 @@
 mediawiki/extensions/TranslationNotifications,
 mediawiki/extensions/Babel,
 mediawiki/extensions/UniversalLanguageSelector,
-mediawiki/extensions/CLDR
+mediawiki/extensions/CLDR,
+mediawiki/extensions/TwnMainPage,
 ]
 #mediawiki-parsoid: [
 mediawiki/extensions/Parsoid

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iad6d08d4f6ef8b531d9eb4f38af9bce8c2e79f44
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/grrrit
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Make thanks-confirmation more neutral dropping Are you sure - change (mediawiki...Thanks)

2013-10-07 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/88032


Change subject: Make thanks-confirmation more neutral dropping Are you sure
..

Make thanks-confirmation more neutral dropping Are you sure

That are you sure is disturbing, it makes it look something disruptive.
People only wanted some confirmation step, not a dissuading barrier.

Change-Id: I06fa57d7f77b297caf9d3267513365481992b67b
---
M Thanks.i18n.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Thanks 
refs/changes/32/88032/1

diff --git a/Thanks.i18n.php b/Thanks.i18n.php
index 1d9cc98..a180154 100644
--- a/Thanks.i18n.php
+++ b/Thanks.i18n.php
@@ -21,7 +21,7 @@
'thanks-error-invalidrevision' = 'Revision ID is not valid.',
'thanks-error-ratelimited' = You've exceeded your rate limit. Please 
wait some time and try again.,
'thanks-thank-tooltip' = '{{GENDER:$1|Send}} a thank you notification 
to this {{GENDER:$2|user}}',
-   'thanks-confirmation' = 'Are you sure you want to {{GENDER:$1|thank}} 
$2 for this edit?',
+   'thanks-confirmation' = 'Do you want to {{GENDER:$1|thank}} $2 for 
this edit?',
'thanks-thanked-notice' = '$1 was told that you liked 
{{GENDER:$2|his|her|their}} edit.',
'echo-pref-subscription-edit-thank' = 'Thanks me for my edit',
'echo-pref-tooltip-edit-thank' = 'Notify me when someone thanks me for 
an edit I made.',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I06fa57d7f77b297caf9d3267513365481992b67b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Thanks
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Fix licence typo in comment - change (mediawiki...Translate)

2013-10-07 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/88123


Change subject: Fix licence typo in comment
..

Fix licence typo in comment

Change-Id: Ifacbce74fa421de79883fcd7e267488746c6058d
---
M tests/qunit/ext.translate.parsers.test.js
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/tests/qunit/ext.translate.parsers.test.js 
b/tests/qunit/ext.translate.parsers.test.js
index f9811bd..71b2f9c 100644
--- a/tests/qunit/ext.translate.parsers.test.js
+++ b/tests/qunit/ext.translate.parsers.test.js
@@ -2,7 +2,7 @@
  * Tests for ext.translate.parsers.js.
  *
  * @file
- * @licence GPL-2.0+
+ * @license GPL-2.0+
  */
 
 ( function ( $, mw ) {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifacbce74fa421de79883fcd7e267488746c6058d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Translate
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Bundle SimpleAntiSpam - change (mediawiki...release)

2013-10-08 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/88483


Change subject: Bundle SimpleAntiSpam
..

Bundle SimpleAntiSpam

It's been mentioned as a given in [[mw:MediaWiki 1.22]] for a while.
No need to make the switches more complex for this trivial extension,
it works just as well for 1.21.

Change-Id: Id47eab304ece8278d629dc96924519653ae9ebe6
---
M make-release/make-release.py
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/tools/release 
refs/changes/83/88483/1

diff --git a/make-release/make-release.py b/make-release/make-release.py
index 85a7718..9c3189b 100755
--- a/make-release/make-release.py
+++ b/make-release/make-release.py
@@ -40,6 +40,7 @@
 'InputBox',
 'LocalisationUpdate',
 'SyntaxHighlight_GeSHi',
+'SimpleAntiSpam',
 ]
 oldCoreExtensions = [
 'ConfirmEdit',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id47eab304ece8278d629dc96924519653ae9ebe6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/tools/release
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Remove EditPageTracking extension - change (mediawiki...release)

2013-10-08 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/88484


Change subject: Remove EditPageTracking extension
..

Remove EditPageTracking extension

Followup to Idcb034791ade61fc5268675945a6c9d4d4864dba

Change-Id: If8d0df6bde84db0f23e81a3a849da9092fc7d3e4
---
M make-wmf-branch/default.conf
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/tools/release 
refs/changes/84/88484/1

diff --git a/make-wmf-branch/default.conf b/make-wmf-branch/default.conf
index b305b48..8d2e6a9 100644
--- a/make-wmf-branch/default.conf
+++ b/make-wmf-branch/default.conf
@@ -46,7 +46,6 @@
'DoubleWiki',
'DynamicSidebar',
'Echo',
-   'EditPageTracking',
'EducationProgram',
'Elastica',
'EmailCapture',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If8d0df6bde84db0f23e81a3a849da9092fc7d3e4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/tools/release
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Actually link the GFDL in wikimedia-mobile-license-links - change (mediawiki...WikimediaMessages)

2014-04-01 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/122720

Change subject: Actually link the GFDL in wikimedia-mobile-license-links
..

Actually link the GFDL in wikimedia-mobile-license-links

Spotted by Mxn.

Change-Id: I1e5d7224a169880b9abbae6b287591c8844b2769
---
M i18n/wikimedia/en.json
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikimediaMessages 
refs/changes/20/122720/1

diff --git a/i18n/wikimedia/en.json b/i18n/wikimedia/en.json
index 326f18c..ec5ffc3 100644
--- a/i18n/wikimedia/en.json
+++ b/i18n/wikimedia/en.json
@@ -156,7 +156,7 @@
 wikimedia-copyright: Text is available under the a 
href=\https://creativecommons.org/licenses/by-sa/3.0/\;Creative Commons 
Attribution/Share-Alike License/a;\nadditional terms may apply.\nSee a 
href=\https://wikimediafoundation.org/wiki/Terms_of_Use\;Terms of Use/a for 
details.,
 wikidata-copyright: All structured data from the main and property 
namespace is available under the a 
href=\https://creativecommons.org/publicdomain/zero/1.0/\; title=\Definition 
of the Creative Commons CC0 License\Creative Commons CC0 License/a;\ntext 
in the other namespaces is available under the a 
href=\https://creativecommons.org/licenses/by-sa/3.0/\; title=\Definition of 
the Creative Commons Attribution/Share-Alike License\Creative Commons 
Attribution/Share-Alike License/a;\nadditional terms may apply.\nSee a 
href=\https://wikimediafoundation.org/wiki/Terms_of_Use\; title=\Wikimedia 
Foundation Terms of Use\Terms of Use/a for details.,
 wikimedia-copyrightwarning: By saving changes, you agree to the 
[https://wikimediafoundation.org/wiki/Terms_of_Use Terms of Use], and you 
irrevocably agree to release your contribution under the 
[https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License
 CC BY-SA 3.0 License] and the 
[https://en.wikipedia.org/wiki/Wikipedia:Text_of_the_GNU_Free_Documentation_License
 GFDL].\nYou agree that a hyperlink or URL is sufficient attribution under the 
Creative Commons license.,
-wikimedia-mobile-license-links: a 
href=\https://creativecommons.org/licenses/by-sa/3.0/\; title=\Definition of 
the Creative Commons Attribution/Share-Alike License\ target=\_blank\CC 
BY-SA 3.0/a and a href=\https://creativecommons.org/licenses/by-sa/3.0/\; 
title=\Definition of the GFDL\ target=\_blank\GFDL/a,
+wikimedia-mobile-license-links: a 
href=\https://creativecommons.org/licenses/by-sa/3.0/\; title=\Definition of 
the Creative Commons Attribution/Share-Alike License\ target=\_blank\CC 
BY-SA 3.0/a and a href=\https://www.gnu.org/licenses/fdl.html\; 
title=\Definition of the GFDL\ target=\_blank\GFDL/a,
 wikibase-repo-name: Wikidata,
 wikibase-sitelinks-wikiquote: Wikiquote pages linked to this item,
 wikibase-sitelinks-wikisource: Wikisource pages linked to this item,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1e5d7224a169880b9abbae6b287591c8844b2769
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikimediaMessages
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Improve grammar, terminology, clarity on $wgTranslatePageTra... - change (mediawiki...Translate)

2014-02-26 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/115695

Change subject: Improve grammar, terminology, clarity on 
$wgTranslatePageTranslationULS
..

Improve grammar, terminology, clarity on $wgTranslatePageTranslationULS

Change-Id: I98708ed79af7cbe3bbd88e024eba80c7f96a40f1
---
M Translate.php
1 file changed, 4 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Translate 
refs/changes/95/115695/1

diff --git a/Translate.php b/Translate.php
index ee06039..78acd35 100644
--- a/Translate.php
+++ b/Translate.php
@@ -395,8 +395,10 @@
 $GLOBALS['wgPageTranslationNamespace'] = 1198;
 
 /**
- * When user changes interface language via ULS, should we also switch the
- * language of the translatable page.
+ * Whether selecting a new interface language via ULS on a translatable page
+ * also redirects the user to its translation page in the same language.
+ * The language of following translation pages visited will still be controlled
+ * by Special:MyLanguage (hence links not passing through it are not affected).
  * @since 2013-03-10
  */
 $GLOBALS['wgTranslatePageTranslationULS'] = false;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I98708ed79af7cbe3bbd88e024eba80c7f96a40f1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Translate
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Remove dead ULS configs after I49e812eae32266f165591c75fd67b... - change (operations/mediawiki-config)

2014-02-27 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/115880

Change subject: Remove dead ULS configs after 
I49e812eae32266f165591c75fd67b86ca06b13f0
..

Remove dead ULS configs after I49e812eae32266f165591c75fd67b86ca06b13f0

Change-Id: Ida33d8d5a04dcaf0dbefa9790ae9aedb1ca3c909
---
M wmf-config/CommonSettings.php
M wmf-config/InitialiseSettings.php
2 files changed, 0 insertions(+), 14 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/80/115880/1

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 61a0159..f04e9c8 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2507,11 +2507,6 @@
$wgTranslatePageTranslationULS = true;
}
 
-   // Remove after ULS is re-deployed
-   if ( $wmgUniversalLanguageSelectorDefault ) {
-   $wgDefaultUserOptions['uls-enable'] = 1;
-   }
-
// Fetch fonts from stable URLs so that they're cached longer. This is 
to avoid
// re-downloading of fonts for each new branch. But that only works for 
production,
// not labs. If this variable is not set, $wgExtensionAssetsPath is 
used.
diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 5e005bd..49c8090 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -12664,15 +12664,6 @@
'default' = true,
 ),
 
-// Should ULS be enabled for users by default
-// Remove this block after ULS is re-deployed
-'wmgUniversalLanguageSelectorDefault' = array(
-   'default' = false,
-   'testwiki' = true,
-   'testwikidatawiki' = true,
-   'wikidatawiki' = true,
-),
-
 'wmgULSPosition' = array(
'default' = 'interlanguage',
'special' = 'personal',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ida33d8d5a04dcaf0dbefa9790ae9aedb1ca3c909
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Bring together all Translate/Language configurations and dep... - change (operations/mediawiki-config)

2014-02-27 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/115881

Change subject: Bring together all Translate/Language configurations and 
dependencies
..

Bring together all Translate/Language configurations and dependencies

Translate and ULS were too distant, given how closely interdependent they
are. While at it I've also brought together all [[mw:MLEB]] extensions in
alphabetical order. Also added some comments on CleanChanges.

No changes in actual code.

Change-Id: I11d4f9f50f283d7c8bbfd3024cb25ac81165ef0f
---
M wmf-config/CommonSettings.php
1 file changed, 211 insertions(+), 210 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/81/115881/1

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index f04e9c8..c3fedd2 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -1472,6 +1472,213 @@
include $IP/extensions/WikimediaMessages/WikimediaLicenseTexts.php;
 }
 
+if ( $wmgUseBabel ) {
+   require_once( $IP/extensions/Babel/Babel.php );
+   $wgBabelCategoryNames = $wmgBabelCategoryNames;
+   $wgBabelMainCategory = $wmgBabelMainCategory;
+   $wgBabelDefaultLevel = $wmgBabelDefaultLevel;
+   $wgBabelUseUserLanguage = $wmgBabelUseUserLanguage;
+}
+
+if ( $wmgUseCLDR ) {
+   require_once( $IP/extensions/cldr/cldr.php );
+}
+
+if ( $wmgUseCleanChanges ) {
+   $wgDefaultUserOptions['usenewrc'] = 1;
+   # If you need to disable this extension, do it here, DO NOT change the 
value of
+   # $wmgUseCleanChanges. Back and forths of $wgDefaultUserOptions are 
disruptive,
+   # as they delete personal preferences irreversibly.
+   require_once( $IP/extensions/CleanChanges/CleanChanges.php );
+   $wgCCTrailerFilter = true;
+}
+
+if ( $wmgEnableInterwiki ) {
+   require_once( $IP/extensions/Interwiki/Interwiki.php );
+   $wgInterwikiViewOnly = true;
+}
+
+if ( $wmgUseLocalisationUpdate ) {
+   require_once( 
$IP/extensions/LocalisationUpdate/LocalisationUpdate.php );
+   $wgLocalisationUpdateDirectory = 
/var/lib/l10nupdate/cache-$wmfExtendedVersionNumber;
+}
+
+if ( $wmgUseTranslate ) {
+   require_once( $IP/extensions/Translate/Translate.php );
+
+   $wgGroupPermissions['*']['translate'] = true;
+   $wgGroupPermissions['translationadmin']['pagetranslation'] = true;
+   $wgGroupPermissions['translationadmin']['translate-manage'] = true;
+   $wgGroupPermissions['translationadmin']['translate-import'] = true; // 
bug 40341
+   $wgGroupPermissions['user']['translate-messagereview'] = true;
+   $wgGroupPermissions['user']['translate-groupreview'] = true;
+
+   unset( $wgGroupPermissions['translate-proofr'] );
+   unset( $wgAddGroups['translate-proofr'] );
+
+   $wgTranslateDocumentationLanguageCode = 'qqq';
+   $wgExtraLanguageNames['qqq']   = 'Message documentation'; # No 
linguistic content. Used for documenting messages
+
+   $wgTranslateTranslationServices = array();
+   if ( $wmgUseTranslationMemory ) {
+   $wgTranslateTranslationServices['TTMServer'] = array(
+   'type' = 'ttmserver',
+   'class' = 'SolrTTMServer',
+   'cutoff' = 0.60,
+   'config' = array(
+   'adapteroptions' = array(
+   'host' = 'zinc.eqiad.wmnet',
+   'timeout' = 10,
+   ),
+   'adapter' = 'Solarium_Client_Adapter_Curl',
+   ),
+   );
+   }
+
+   $wgTranslateWorkflowStates = $wmgTranslateWorkflowStates;
+   $wgTranslateRcFilterDefault = $wmgTranslateRcFilterDefault;
+
+   unset( $wgTranslateTasks['export-as-file'] );
+   unset( $wgTranslateTasks['optional'] );
+   unset( $wgTranslateTasks['suggestions'] );
+
+   $wgTranslateUsePreSaveTransform = true; # bug 37304
+
+   $wgEnablePageTranslation = true;
+
+   $wgTranslateBlacklist = array(
+   '*' = array(
+   'en' = 'English is the source language.',
+
+   'gan-hans' = 'Translate in gan please.',
+   'gan-hant' = 'Translate in gan please.',
+
+   'ike-cans' = 'Translate in iu please.',
+   'ike-latn' = 'Translate in iu please.',
+
+   'kk-cyrl' = 'Translate in kk please.',
+   'kk-latn' = 'Translate in kk please.',
+   'kk-arab' = 'Translate in kk please.',
+   'kk-kz'   = 'Translate in kk please.',
+   'kk-tr'   = 'Translate in kk please.',
+   'kk-cn'   = 'Translate in kk please.',
+
+   'ku-latn' = 'Translate in ku 

[MediaWiki-commits] [Gerrit] Use $wgTranslatePageTranslationULS - change (operations/mediawiki-config)

2014-02-27 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/115879

Change subject: Use $wgTranslatePageTranslationULS
..

Use $wgTranslatePageTranslationULS

Use case: see Quim's https://bugzilla.wikimedia.org/show_bug.cgi?id=61695#c5

This will help in the case when all the following is true:
* the user enters a page with a direct link without (correct) language 
specified;
* the page is translatable and ULS is prominently available (personal);
* the automatic language detection fails (e.g. the user doesn't have a properly
  configured accept-language so MediaWiki can't redirect to the proper version
  of the main page as defined in MediaWiki:Mainpage translations;
* the user is logged in (pending bug 56464);
* the user manually selects the preferred interface language via ULS;
* all the following links use Special:MyLanguage (see [[mw:MyLanguage]]) to keep
  the content language constant, i.e. equal to interface language.

It's a edge case but worth addressing with this minor configuration 
improvemment.
The true difference, of course, would be bug 56464; until then, ugly selectors 
of
all sorts will still be needed everywhere.

Change-Id: If405735881113198cd713d81d8c5dafc782df264
---
M wmf-config/CommonSettings.php
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/79/115879/1

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 1150302..61a0159 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2503,6 +2503,9 @@
if ( $wmgUseCodeEditorForCore || $wmgUseScribunto || 
$wmgUseZeroNamespace ) {
$wgULSNoImeSelectors[] = '.ace_editor textarea';
}
+   if ( $wmgUseTranslate  $wmgULSPosition === 'personal' ) {
+   $wgTranslatePageTranslationULS = true;
+   }
 
// Remove after ULS is re-deployed
if ( $wmgUniversalLanguageSelectorDefault ) {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If405735881113198cd713d81d8c5dafc782df264
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Make forcelangs export options explicit - change (translatewiki)

2014-03-03 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/116476

Change subject: Make forcelangs export options explicit
..

Make forcelangs export options explicit

Liangent reported this may be wrongly exporting some languages like zh.
Also specify the min threshold just in case; many of those languages,
however, need an import from the Wikipedia namespace.

Change-Id: Ia447c3470cf6ef0a447f8ab6144c6e03f36dd0bb
---
M bin/repoexport
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/76/116476/1

diff --git a/bin/repoexport b/bin/repoexport
index f7c64f3..860480b 100755
--- a/bin/repoexport
+++ b/bin/repoexport
@@ -86,7 +86,7 @@
 elif [ $PROJECT = mediawiki ]
 then
php $EXPORTER --target mediawiki/master/languages/messages --group 
'core' --lang '*' --skip $SKIPLANGS --threshold 18 $HOURS 
-   php $EXPORTER --target mediawiki/master/languages/messages --group 
'core' --lang $FORCELANGS $HOURS 
+   php $EXPORTER --target mediawiki/master/languages/messages --group 
'core' --lang $FORCELANGS --skip $SKIPLANGS --threshold 1 $HOURS 
php $EXPORTER --target . --group 'ext-installer' --lang '*' --skip 
$SKIPLANGS $HOURS 
 
if [ -d mediawiki/REL1_22/ ]

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia447c3470cf6ef0a447f8ab6144c6e03f36dd0bb
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] [gdash] Add some yearly graphs - change (operations/puppet)

2014-03-05 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/117020

Change subject: [gdash] Add some yearly graphs
..

[gdash] Add some yearly graphs

* Most of them should have data for one year but nothing explodes if not.
* I picked those for which no long-term data exists yet and for which there were
  already some week/month long graphs indicating interest for medium term data.
* The new files are just copies of the old ones with increased number, filename 
as
  standard in each dir and -1year replaced to any existing period.
* The jobq histogram grouping is bumped to 1 week to avoid having too many 
columns.

Bug: 42181
Change-Id: Id7786c7e2b2fe1b6d61ab82a81a9fc9b6c98
---
A files/gdash/dashboards/apimethods/7.1.dev.avg-1y.graph
A files/gdash/dashboards/article/4.2.dev.tp90-1y.graph
A files/gdash/dashboards/article/4.3.dev.tp99-1y.graph
A files/gdash/dashboards/datastores/4.0.db.count-1y.graph
A files/gdash/dashboards/datastores/4.1.db.tp-1y.graph
A files/gdash/dashboards/datastores/4.2-es.count-1y.graph
A files/gdash/dashboards/datastores/4.3-es.t-1y.graph
A files/gdash/dashboards/jobq/5.jq-year1.graph
A files/gdash/dashboards/parser/6.0.dev-count-1y.graph
A files/gdash/dashboards/parser/6.1.dev.avg-1y.graph
A files/gdash/dashboards/pcache/p6.graph
A files/gdash/dashboards/poolcounter/4.0.count-1y.graph
A files/gdash/dashboards/poolcounter/4.1.tavg-1y.graph
A files/gdash/dashboards/poolcounter/4.2.tp99-1y.graph
A files/gdash/dashboards/reqsum/6.2.reqs-1year.graph
A files/gdash/dashboards/searchlatency/s-6.graph
A files/gdash/dashboards/totalphp/10.tp99-year.graph
A files/gdash/dashboards/totalphp/9.avg-year.graph
A files/gdash/dashboards/ve/5.saveComplete.year.graph
19 files changed, 232 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/20/117020/1

diff --git a/files/gdash/dashboards/apimethods/7.1.dev.avg-1y.graph 
b/files/gdash/dashboards/apimethods/7.1.dev.avg-1y.graph
new file mode 100644
index 000..08dd1d8
--- /dev/null
+++ b/files/gdash/dashboards/apimethods/7.1.dev.avg-1y.graph
@@ -0,0 +1,9 @@
+title   Top 10 API Methods by Max Average Time (ms) log(2) -1year
+linewidth 1
+linemode connected
+logbase 2
+hide_legend false
+from -1year
+
+field :devavg, :alias = none,
+   :data  = 
'cactiStyle(substr(highestMax(maximumAbove(MediaWiki.API.*.tavg,1),10),0,2))'
diff --git a/files/gdash/dashboards/article/4.2.dev.tp90-1y.graph 
b/files/gdash/dashboards/article/4.2.dev.tp90-1y.graph
new file mode 100644
index 000..4d511d9
--- /dev/null
+++ b/files/gdash/dashboards/article/4.2.dev.tp90-1y.graph
@@ -0,0 +1,9 @@
+title   Article Methods - 90% Time (ms) log(2) -1year
+linewidth 1
+linemode connected
+logbase 2
+hide_legend false
+from -1year
+
+field :devavg, :alias = none,
+   :data  = 'cactiStyle(substr(MediaWiki.Article.*.tp90,1,2))'
diff --git a/files/gdash/dashboards/article/4.3.dev.tp99-1y.graph 
b/files/gdash/dashboards/article/4.3.dev.tp99-1y.graph
new file mode 100644
index 000..fbf5a7b
--- /dev/null
+++ b/files/gdash/dashboards/article/4.3.dev.tp99-1y.graph
@@ -0,0 +1,9 @@
+title   Article Methods - 99% Time (ms) log(2) -1year
+linewidth 1
+linemode connected
+logbase 2
+hide_legend false
+from -1year
+
+field :devavg, :alias = none,
+   :data  = 'cactiStyle(substr(MediaWiki.Article.*.tp99,1,2))'
diff --git a/files/gdash/dashboards/datastores/4.0.db.count-1y.graph 
b/files/gdash/dashboards/datastores/4.0.db.count-1y.graph
new file mode 100644
index 000..050b508
--- /dev/null
+++ b/files/gdash/dashboards/datastores/4.0.db.count-1y.graph
@@ -0,0 +1,17 @@
+title   Mysql Queries And Memcached Gets Sampled Call Rate -1year
+linewidth 1
+linemode connected
+hide_legend false
+from -1year
+
+field :slave, :color = blue,
+   :alias = mysql slave queries,
+   :data  = MediaWiki.DatabaseBase.query.count
+
+field :master, :color = yellow,
+   :alias = mysql master queries,
+   :data  = MediaWiki.DatabaseBase.query-master.count
+
+field :memc, :color = grey,
+   :alias = memcached gets,
+   :data  = MediaWiki.MWMemcached.get.count
diff --git a/files/gdash/dashboards/datastores/4.1.db.tp-1y.graph 
b/files/gdash/dashboards/datastores/4.1.db.tp-1y.graph
new file mode 100644
index 000..419a171
--- /dev/null
+++ b/files/gdash/dashboards/datastores/4.1.db.tp-1y.graph
@@ -0,0 +1,19 @@
+title   Mysql Queries And Memcached Gets Avg and 99th Percentile Latency (ms) 
log(2) -1year
+linewidth 1
+linemode connected
+hide_legend false
+from -1year
+logbase 2
+
+field :slave, :alias = none,
+   :data  = cactiStyle(MediaWiki.DatabaseBase.query*.tp99)
+
+field :memc, :alias = none,
+ :data  = cactiStyle(MediaWiki.MWMemcached.get.tp99)
+
+field :slaveav, :alias = none,
+   :data  = cactiStyle(MediaWiki.DatabaseBase.query*.tavg)
+
+field :memcav, 

[MediaWiki-commits] [Gerrit] [gdash] Use logscale 10 for reqerror graph, again - change (operations/puppet)

2014-03-05 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/117021

Change subject: [gdash] Use logscale 10 for reqerror graph, again
..

[gdash] Use logscale 10 for reqerror graph, again

Bug: 41754
Change-Id: I5f71f1f4ddd70466ff79a6ebef00ed211889140e
---
M files/gdash/dashboards/reqerror/1.5xx.graph
M files/gdash/dashboards/reqerror/3.5xx-sum-1day.graph
M files/gdash/dashboards/reqerror/5.5xx-1wk.graph
3 files changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/21/117021/1

diff --git a/files/gdash/dashboards/reqerror/1.5xx.graph 
b/files/gdash/dashboards/reqerror/1.5xx.graph
index 014d94d..f177295 100644
--- a/files/gdash/dashboards/reqerror/1.5xx.graph
+++ b/files/gdash/dashboards/reqerror/1.5xx.graph
@@ -1,5 +1,6 @@
 title   HTTP 5xx Responses -8hours
 linewidth 2
+logbase 10
 linemode connected
 hide_legend false
 from -8hours
diff --git a/files/gdash/dashboards/reqerror/3.5xx-sum-1day.graph 
b/files/gdash/dashboards/reqerror/3.5xx-sum-1day.graph
index 18a185e..99062d7 100644
--- a/files/gdash/dashboards/reqerror/3.5xx-sum-1day.graph
+++ b/files/gdash/dashboards/reqerror/3.5xx-sum-1day.graph
@@ -1,5 +1,6 @@
 title   HTTP 5xx Responses -1day
 linewidth 2
+logbase 10
 linemode staircase
 hide_legend false
 from -1 day
diff --git a/files/gdash/dashboards/reqerror/5.5xx-1wk.graph 
b/files/gdash/dashboards/reqerror/5.5xx-1wk.graph
index 4105a8c..3ca53d9 100644
--- a/files/gdash/dashboards/reqerror/5.5xx-1wk.graph
+++ b/files/gdash/dashboards/reqerror/5.5xx-1wk.graph
@@ -1,5 +1,6 @@
 title   HTTP 5xx Responses/hour -1week
 linewidth 2
+logbase 10
 linemode connected
 hide_legend false
 from -1 week

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5f71f1f4ddd70466ff79a6ebef00ed211889140e
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Add cron job to run characterEditStats.php on multilingual w... - change (operations/puppet)

2014-03-06 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/117250

Change subject: Add cron job to run characterEditStats.php on multilingual 
wikis weekly
..

Add cron job to run characterEditStats.php on multilingual wikis weekly

Publishes the output to noc.wikimedia.org and a wiki page on Meta.
Needs a MediaWiki install (with Translate), hence on fenari. Inspired
partly by misc/beta/sync-site-resources and files/icinga/check_job_queue.

Bug: 58440
Change-Id: I681539b6cf2463648d4c5669d689143c2f41cc33
---
A files/misc/scripts/characterEditStatsTranslate
M manifests/misc/maintenance.pp
M manifests/site.pp
3 files changed, 36 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/50/117250/1

diff --git a/files/misc/scripts/characterEditStatsTranslate 
b/files/misc/scripts/characterEditStatsTranslate
new file mode 100644
index 000..f0f8c88
--- /dev/null
+++ b/files/misc/scripts/characterEditStatsTranslate
@@ -0,0 +1,17 @@
+#!/bin/bash
+# Maintenance report script to produce activity stats for some Translate wikis
+REPORT=$HOME/public_html/Translate-wikis-characterEditStats.txt
+
+echo -e {{/Report}} generated on $(date --rfc-3339=seconds)\n  $REPORT
+for wiki in commonswiki incubatorwiki mediawikiwiki metawiki outreachwiki 
wikidata; do
+echo -e == $wiki ==\n=== Last 30 days ===\npre\n  $REPORT
+/usr/local/bin/mwscript 
extensions/Translate/scripts/characterEditStats.php \
+--top 50 --days 30  $REPORT
+echo -e /pre\n=== Last year ===\npre  $REPORT
+/usr/local/bin/mwscript 
extensions/Translate/scripts/characterEditStats.php \
+--days 365  $REPORT
+echo -e /pre\n  $REPORT
+done
+
+cat $REPORT | /usr/local/bin/mwscript edit.php --wiki=metawiki --user 
FuzzyBot \
+--bot --summary Update stats Meta:Babylon/Translation_stats
\ No newline at end of file
diff --git a/manifests/misc/maintenance.pp b/manifests/misc/maintenance.pp
index 32e60ae..cb5c794 100644
--- a/manifests/misc/maintenance.pp
+++ b/manifests/misc/maintenance.pp
@@ -369,6 +369,23 @@
 
 }
 
+class misc::maintenance::updatetranslationstats( $enabled = false ) {
+# Include this to a maintenance host to update translation stats.
+
+cron { 'updatetranslationstats':
+user= mwdeploy,
+minute  = 0,
+hour= 0,
+weekday = 1,
+command = /usr/bin/characterEditStatsTranslate,
+ensure  = $enabled ?{
+true= present,
+false   = absent,
+default = absent
+};
+}
+}
+
 class misc::maintenance::updatequerypages( $enabled = false ) {
 # Include this to add cron jobs calling updateSpecialPages.php on all 
clusters.
 
diff --git a/manifests/site.pp b/manifests/site.pp
index c5a534a..be8c070 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -880,7 +880,8 @@
 accounts::erosen,
 generic::wikidev-umask,
 misc::dsh,
-ssh::hostkeys-collect
+ssh::hostkeys-collect,
+misc::maintenance::updatetranslationstats
 install_certificate{ noc.wikimedia.org: }
 }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I681539b6cf2463648d4c5669d689143c2f41cc33
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Typofix - change (integration/zuul-config)

2014-03-07 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/117389

Change subject: Typofix
..

Typofix

Change-Id: I2a29ea9a76242a64bb6f117ff85f0e95acb13a9b
---
M layout.yaml
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/zuul-config 
refs/changes/89/117389/1

diff --git a/layout.yaml b/layout.yaml
index 1434987..909d5fe 100644
--- a/layout.yaml
+++ b/layout.yaml
@@ -32,7 +32,7 @@
 trigger:
   gerrit:
 - event: patchset-created
-  # Don't run the check pipeline if the user is allowd to run the test 
pipeline (bug 43391).
+  # Don't run the check pipeline if the user is allowed to run the 
test pipeline (bug 43391).
   # TODO: Figure out a way to turn this into a list instead of a 
single-line regex.
   # TODO: Figure out a way to not have to repeat this from pipeline 
'test'.
   # This email_filter and the one for 'test' can be removed once we 
have fixed bug 45499.

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2a29ea9a76242a64bb6f117ff85f0e95acb13a9b
Gerrit-PatchSet: 1
Gerrit-Project: integration/zuul-config
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Use an actually generic address as $wmgNotificationSender de... - change (operations/mediawiki-config)

2014-04-28 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/130037

Change subject: Use an actually generic address as $wmgNotificationSender 
default
..

Use an actually generic address as $wmgNotificationSender default

Bug: 58261
Change-Id: I214b0f5fd82d357a32849bee2e072f33577f8ef6
---
M wmf-config/InitialiseSettings.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/37/130037/1

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index ca1486b..d10d156 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -12407,7 +12407,7 @@
 ),
 # from and reply to address when Echo sends email notifications
 'wmgNotificationSender' = array(
-   'default' = 'no-reply-notificati...@mediawiki.org',
+   'default' = 'w...@wikimedia.org',
'enwiki' = 'no-reply-notificati...@wikipedia.org',
 ),
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I214b0f5fd82d357a32849bee2e072f33577f8ef6
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Remove plwiki permission for 'autoconfirmed' denied for 'user' - change (operations/mediawiki-config)

2014-05-19 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/134155

Change subject: Remove plwiki permission for 'autoconfirmed' denied for 'user'
..

Remove plwiki permission for 'autoconfirmed' denied for 'user'

Change-Id: I53b299c7b8ba72f43bdb5d9018f98b66b22cc576
---
M wmf-config/InitialiseSettings.php
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/55/134155/1

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index a189798..0a869aa 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -7273,7 +7273,6 @@
// http://bugzilla.wikimedia.org/show_bug.cgi?id=6303
'plwiki' = array(
'user' = array( 'upload' = false ),
-   'autoconfirmed' = array( 'upload' = true ),
'editor' = array( 'rollback' = true, 'patrolmarks' = true, 
'editor' = true ), // bug 20154 and 46990
'flood' = array( 'bot' = true ), // bug 20155
'sysop' = array( 'deleterevision' = true, 'editor' = true ), 
// bug 46990

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I53b299c7b8ba72f43bdb5d9018f98b66b22cc576
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Gather all soft-disabled uploads wikis in one config item - change (operations/mediawiki-config)

2014-05-20 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/134400

Change subject: Gather all soft-disabled uploads wikis in one config item
..

Gather all soft-disabled uploads wikis in one config item

Change-Id: I248fa7b98a8a0eea943c6643d1bf9c2ed36296b8
---
A commonsupload.dblist
M wmf-config/CommonSettings.php
M wmf-config/InitialiseSettings.php
3 files changed, 56 insertions(+), 93 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/00/134400/1

diff --git a/commonsupload.dblist b/commonsupload.dblist
new file mode 100644
index 000..3216eb8
--- /dev/null
+++ b/commonsupload.dblist
@@ -0,0 +1,17 @@
+bgwiki
+enwiktionary
+eswiktionary
+guwikisource
+incubatorwiki
+iswikibooks
+iswikiquote
+iswiktionary
+itwikivoyage
+itwiktionary
+jawikiversity
+lawiki
+metawiki
+ruwiki
+sewikimedia
+ukwikivoyage
+zhwikinews
\ No newline at end of file
diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index d185799..a53f182 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -197,7 +197,7 @@
$wikiTags = array();
foreach ( array( 'private', 'fishbowl', 'special', 'closed', 
'flaggedrevs', 'small', 'mediaviewer',
'medium', 'large', 'wikimania', 'wikidata', 
'wikidataclient', 'visualeditor',
-   'visualeditor-default', 'echowikis', 'cirrus' ) as $tag 
) {
+   'visualeditor-default', 'echowikis', 'cirrus', 
'commonsuploads' ) as $tag ) {
$dblist = array_map( 'trim', file( getRealmSpecificFilename( 
$IP/../$tag.dblist ) ) );
if ( in_array( $wgDBname, $dblist ) ) {
$wikiTags[] = $tag;
diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 3f6c8ad..c9e4cc5 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -1009,32 +1009,36 @@
 'wgEnableUploads' = array(
// Projects
'default' = true,
+   'commonsuploads' = true, // Soft-disabling
'wikidata' = false,
-   'wikinews' = false,
 
-   // Individual wikis
+   // Wikinews
+   'wikinews' = false,
'arwikinews' = true,
'cswikinews' = true,
'dewikinews' = true,
'enwikinews' = true,
+   'fawikinews' = true, // bug 26565
+   'hewikinews' = true,
+   'itwikinews' = true,
+   'kowikinews' = true, // bug 24877
+   'nowikinews' = true,
+   'plwikinews' = true,
+   'trwikinews' = true, // bug 20215
+
+   // Other individual wikis
'enwikiquote' = false, // 
http://en.wikiquote.org/wiki/Wikiquote_talk:Image_use_policy
'eswiki' = false, // bug 6408
'eswikibooks' = false, // bug 18865
'eswikiquote' = false, // bug 9728
'eswikivoyage' = false, // bug 42933
'euwiki' = false, // bug 28609
-   'fawikinews' = true, // bug 26565
-   'hewikinews' = true,
-   'itwikinews' = true,
'itwikiquote' = false, // bug 12012
'jawikisource' = false, // bug 3572
'jawiktionary' = false, // bug 11775
-   'kowikinews' = true, // bug 24877
'loginwiki' = false,
-   'nowikinews' = true,
'ndswiki' = false, // 
http://mail.wikipedia.org/pipermail/wikitech-l/2005-October/032136.html
'outreachwiki' = false,
-   'plwikinews' = true,
'plwikiquote' = false,
'ptwikivoyage' = false, // bug 42933
'ptwiktionary' = false, // bug 14193
@@ -1042,7 +1046,6 @@
'specieswiki' = false,
'svwiki' = false, // bug 11954
'svwikiversity' = false, // bug 26037
-   'trwikinews' = true, // bug 20215
'viwikivoyage' = false, // bug 52034
'vowiki' = false, // bug 13740
'xmfwiki' = false,
@@ -1061,6 +1064,7 @@
 'wgUploadNavigationUrl' = array(
// Projects
'default' = false,
+   'commonsuploads' = '//commons.wikimedia.org/wiki/Special:UploadWizard',
'wikinews' = '//commons.wikimedia.org/wiki/Special:UploadWizard',
 
// Individual wikis
@@ -1084,7 +1088,6 @@
'enwikinews' = false,
'enwikiquote' = '//commons.wikimedia.org/wiki/Special:UploadWizard',
'enwikivoyage' = '//en.wikivoyage.org/wiki/Wikivoyage:Upload_file',
-   'enwiktionary' = '//commons.wikimedia.org/wiki/Special:UploadWizard',
'eswiki' = 
'//commons.wikimedia.org/wiki/Special:UploadWizard?uselang=es',
'eswikibooks' = 
'//commons.wikimedia.org/wiki/Special:UploadWizard?uselang=es',
'eswikivoyage' = 
'//commons.wikimedia.org/wiki/Special:UploadWizard?uselang=es', // bug 42933
@@ -6581,11 +6584,9 @@
'filemover' = array( 'movefile' = true ), // bug 56103
),
'bgwiki' = array(
-   'user' = array( 'upload' = false, ),
-   'autoconfirmed' = array( 'upload' = false, 

[MediaWiki-commits] [Gerrit] Remove unused AFT config for AbuseFilter - change (operations/mediawiki-config)

2014-05-20 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/134482

Change subject: Remove unused AFT config for AbuseFilter
..

Remove unused AFT config for AbuseFilter

Change-Id: I974c894a9b303bc1c67266c79930413accd95c96
---
M wmf-config/InitialiseSettings.php
1 file changed, 0 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/82/134482/1

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 3f6c8ad..c5f8b56 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -10374,17 +10374,14 @@
 'wmgAbuseFilterEmergencyDisableThreshold' = array(
'default' = array(
'default' = 0.05,
-   'feedback' = 0.20,
),
 ),
 'wmgAbuseFilterEmergencyDisableCount' = array(
'default' = array(
'default' = 2,
-   'feedback' = 25,
),
'enwiki' = array(
'default' = 25,
-   'feedback' = 50,
),
 ),
 'wmgAbuseFilterEmergencyDisableAge' = array(

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I974c894a9b303bc1c67266c79930413accd95c96
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Don't index Translations namespace, it's only inner-facing - change (mediawiki...Translate)

2014-05-20 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/134492

Change subject: Don't index Translations namespace, it's only inner-facing
..

Don't index Translations namespace, it's only inner-facing

We don't need people to cluelessly reach a translation unit page
from a search engine and read or edit it out of context.

Change-Id: I052af679bf16a1ff72518ad0c2727be7a5ae77d1
---
M TranslateHooks.php
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Translate 
refs/changes/92/134492/1

diff --git a/TranslateHooks.php b/TranslateHooks.php
index 0f12a34..68e1dad 100644
--- a/TranslateHooks.php
+++ b/TranslateHooks.php
@@ -18,13 +18,14 @@
 * @return bool
 */
public static function setupNamespaces( $list ) {
-   global $wgPageTranslationNamespace;
+   global $wgPageTranslationNamespace, $wgNamespaceRobotPolicies;
if ( !defined( 'NS_TRANSLATIONS' ) ) {
define( 'NS_TRANSLATIONS', $wgPageTranslationNamespace 
);
define( 'NS_TRANSLATIONS_TALK', 
$wgPageTranslationNamespace + 1 );
}
$list[NS_TRANSLATIONS] = 'Translations';
$list[NS_TRANSLATIONS_TALK] = 'Translations_talk';
+   $wgNamespaceRobotPolicies[NS_TRANSLATIONS] = 'noindex';
 
return true;
}

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I052af679bf16a1ff72518ad0c2727be7a5ae77d1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Translate
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Pass full special page title in title parameter - change (mediawiki...InviteSignup)

2014-05-22 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/134800

Change subject: Pass full special page title in title parameter
..

Pass full special page title in title parameter

Looks like the cause for 404:
https://www.mediawiki.org/wiki/Thread:Extension_talk:InviteSignup/404_on_form_submission_after_%22add%22_button_click

Change-Id: I9ba4fd203ee39f27aaab8adef388665f189a0bbf
---
M SpecialInviteSignup.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/InviteSignup 
refs/changes/00/134800/1

diff --git a/SpecialInviteSignup.php b/SpecialInviteSignup.php
index 011e8b6..8ff0e9e 100644
--- a/SpecialInviteSignup.php
+++ b/SpecialInviteSignup.php
@@ -128,7 +128,7 @@
'action' = $this-getPageTitle()-getLocalUrl(),
);
$form = Html::openElement( 'form', $attribs );
-   $form .= Html::hidden( 'title', 
$this-getPageTitle()-getDBKey() );
+   $form .= Html::hidden( 'title', 
$this-getPageTitle()-getPrefixedDBKey() );
$form .= Html::hidden( 'token', $this-getUser()-getEditToken( 
'is' ) );
$form .= Html::hidden( 'hash', $hash );
$form .= Html::hidden( 'do', 'delete' );
@@ -142,7 +142,7 @@
$lang = $this-getLanguage();
 
$add =
-   Html::hidden( 'title', 
$this-getPageTitle()-getDBKey() ) .
+   Html::hidden( 'title', 
$this-getPageTitle()-getPrefixedDBKey() ) .
Html::hidden( 'token', $user-getEditToken( 'is' ) ) .
Html::hidden( 'do', 'add' ) .
Xml::submitButton( $this-msg( 'is-add' )-text() );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9ba4fd203ee39f27aaab8adef388665f189a0bbf
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/InviteSignup
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] p-lang-list was removed - change (mediawiki/core)

2014-05-22 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/134816

Change subject: p-lang-list was removed
..

p-lang-list was removed

Contrite followup to I220057c799bef7e8c4d964f47d56f61ec120d8c2

Change-Id: I028880cfa9946e628832a303779d6b3ffcf16620
---
M RELEASE-NOTES-1.24
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/16/134816/1

diff --git a/RELEASE-NOTES-1.24 b/RELEASE-NOTES-1.24
index f067e32..fb23b71 100644
--- a/RELEASE-NOTES-1.24
+++ b/RELEASE-NOTES-1.24
@@ -52,6 +52,8 @@
   claimed it would.
 * (bug 39035) Improved Vector skin performance by removing collapsibleNav,
   which used to collapse some sidebar elements by default.
+  This removes -list id suffixes like p-lang-list: instead of using things like
+  #p-lang-list, you can do #p-lang .body ul.
 * (bug 890) Links in Special:RecentChanges and Special:Watchlist no longer
   follow redirects to their target pages.
 * Parser now dies early if called recursively, instead of producing subtle 
bugs.

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I028880cfa9946e628832a303779d6b3ffcf16620
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Remove collapsibleNav: performance cost too high - change (mediawiki/core)

2014-05-03 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/131259

Change subject: Remove collapsibleNav: performance cost too high
..

Remove collapsibleNav: performance cost too high

Appears to be unused by any extension in gerrit.

Bug: 39035
Change-Id: I220057c799bef7e8c4d964f47d56f61ec120d8c2
---
M resources/Resources.php
M skins/Vector.php
D skins/vector/collapsibleNav.js
M skins/vector/components/navigation.less
4 files changed, 0 insertions(+), 170 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/59/131259/1

diff --git a/resources/Resources.php b/resources/Resources.php
index e5e87f4..930d655 100644
--- a/resources/Resources.php
+++ b/resources/Resources.php
@@ -158,22 +158,6 @@
'remoteBasePath' = $GLOBALS['wgStylePath'],
'localBasePath' = $GLOBALS['wgStyleDirectory'],
),
-   'skins.vector.collapsibleNav' = array(
-   'scripts' = array(
-   'vector/collapsibleNav.js',
-   ),
-   'messages' = array(
-   'vector-collapsiblenav-more',
-   ),
-   'dependencies' = array(
-   'jquery.client',
-   'jquery.cookie',
-   'jquery.tabIndex',
-   ),
-   'remoteBasePath' = $GLOBALS['wgStylePath'],
-   'localBasePath' = $GLOBALS['wgStyleDirectory'],
-   'position' = 'bottom',
-   ),
 
/* jQuery */
 
diff --git a/skins/Vector.php b/skins/Vector.php
index ee61272..b28abf4 100644
--- a/skins/Vector.php
+++ b/skins/Vector.php
@@ -58,7 +58,6 @@

/{$this-stylename}/csshover{$min}.htc\)}/style![endif]--
);
 
-   $out-addModules( array( 'skins.vector.js', 
'skins.vector.collapsibleNav' ) );
}
 
/**
diff --git a/skins/vector/collapsibleNav.js b/skins/vector/collapsibleNav.js
deleted file mode 100644
index 45258e5..000
--- a/skins/vector/collapsibleNav.js
+++ /dev/null
@@ -1,152 +0,0 @@
-/**
- * Collapsible navigation for Vector
- */
-( function ( mw, $ ) {
-   'use strict';
-   var map;
-
-   // Use the same function for all navigation headings - don't repeat
-   function toggle( $element ) {
-   var isCollapsed = $element.parent().is( '.collapsed' );
-
-   $.cookie(
-   'vector-nav-' + $element.parent().attr( 'id' ),
-   isCollapsed,
-   { 'expires': 30, 'path': '/' }
-   );
-
-   $element
-   .parent()
-   .toggleClass( 'expanded' )
-   .toggleClass( 'collapsed' )
-   .find( '.body' )
-   .slideToggle( 'fast' );
-   isCollapsed = !isCollapsed;
-
-   $element
-   .find( ' a' )
-   .attr( {
-   'aria-pressed': isCollapsed ? 'false' : 'true',
-   'aria-expanded': isCollapsed ? 'false' : 'true'
-   } );
-   }
-
-   /* Browser Support */
-
-   map = {
-   // Left-to-right languages
-   ltr: {
-   // Collapsible Nav is broken in Opera  9.6 and 
Konqueror  4
-   opera: [['=', 9.6]],
-   konqueror: [['=', 4.0]],
-   blackberry: false,
-   ipod: false,
-   iphone: false,
-   ps3: false
-   },
-   // Right-to-left languages
-   rtl: {
-   opera: [['=', 9.6]],
-   konqueror: [['=', 4.0]],
-   blackberry: false,
-   ipod: false,
-   iphone: false,
-   ps3: false
-   }
-   };
-   if ( !$.client.test( map ) ) {
-   return true;
-   }
-
-   $( function ( $ ) {
-   var $headings, tabIndex;
-
-   /* General Portal Modification */
-
-   // Always show the first portal
-   $( '#mw-panel  .portal:first' ).addClass( 'first persistent' );
-   // Apply a class to the entire panel to activate styles
-   $( '#mw-panel' ).addClass( 'collapsible-nav' );
-   // Use cookie data to restore preferences of what to show and 
hide
-   $( '#mw-panel  .portal:not(.persistent)' )
-   .each( function ( i ) {
-   var id = $(this).attr( 'id' ),
-   state = $.cookie( 'vector-nav-' + id );
-   $(this).find( 'ul:first' ).attr( 'id', id + 
'-list' );
-

[MediaWiki-commits] [Gerrit] Clarify signup date table header - change (mediawiki...InviteSignup)

2014-05-04 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/131328

Change subject: Clarify signup date table header
..

Clarify signup date table header

Some translated it as a call to action. Signed up [on]
is clearer; qqq was updated on wiki.

Change-Id: I177f2275e9cc5ae2613083584d93eeb8fff2
---
M i18n/en.json
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/InviteSignup 
refs/changes/28/131328/1

diff --git a/i18n/en.json b/i18n/en.json
index e6ab8d4..69ece62 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -9,7 +9,7 @@
 is-tableth-date: Date,
 is-tableth-email: Email,
 is-tableth-inviter: Inviter,
-is-tableth-signup: Sign up,
+is-tableth-signup: Signed up,
 is-tableth-groups: Groups,
 is-add: Add,
 is-delete: Delete,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I177f2275e9cc5ae2613083584d93eeb8fff2
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/InviteSignup
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Update html5 specs link in comment - change (mediawiki/core)

2014-05-05 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/131483

Change subject: Update html5 specs link in comment
..

Update html5 specs link in comment

Change-Id: I415d11f1dfff92e44d29637e8a3a5fd408994c9a
---
M includes/htmlform/HTMLHiddenField.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/83/131483/1

diff --git a/includes/htmlform/HTMLHiddenField.php 
b/includes/htmlform/HTMLHiddenField.php
index 003ccfe..6ea95ed 100644
--- a/includes/htmlform/HTMLHiddenField.php
+++ b/includes/htmlform/HTMLHiddenField.php
@@ -5,7 +5,7 @@
parent::__construct( $params );
 
# Per HTML5 spec, hidden fields cannot be 'required'
-   # 
http://dev.w3.org/html5/spec/states-of-the-type-attribute.html#hidden-state
+   # 
http://www.w3.org/TR/html5/forms.html#hidden-state-%28type=hidden%29
unset( $this-mParams['required'] );
}
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I415d11f1dfff92e44d29637e8a3a5fd408994c9a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] [WIP] Save advanced search namespace prefs on Special:Search... - change (mediawiki/core)

2014-05-06 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/131727

Change subject: [WIP] Save advanced search namespace prefs on Special:Search 
itself
..

[WIP] Save advanced search namespace prefs on Special:Search itself

Bug: 52817
Change-Id: I514cee835988600cc013658049e88a10b670e64a
---
M includes/Preferences.php
M includes/specials/SpecialSearch.php
M languages/i18n/en.json
M languages/i18n/qqq.json
4 files changed, 41 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/27/131727/1

diff --git a/includes/Preferences.php b/includes/Preferences.php
index 493626a..3533b1c 100644
--- a/includes/Preferences.php
+++ b/includes/Preferences.php
@@ -1016,8 +1016,9 @@
static function searchPreferences( $user, IContextSource $context, 
$defaultPreferences ) {
global $wgContLang;
 
+   # To be used for wiki-wide settings only, cf. 
$wgSearchEverythingOnlyLoggedIn
$defaultPreferences['searcheverything'] = array(
-   'type' = 'toggle',
+   'type' = 'api',
'label-message' = 'searcheverything-enable',
'section' = 'searchoptions/advancedsearchoptions',
);
@@ -1031,7 +1032,7 @@
}
 
$defaultPreferences['searchnamespaces'] = array(
-   'type' = 'multiselect',
+   'type' = 'api',
'label-message' = 'defaultns',
'options' = array_flip( $nsOptions ),
'section' = 'searchoptions/advancedsearchoptions',
diff --git a/includes/specials/SpecialSearch.php 
b/includes/specials/SpecialSearch.php
index 6eee861..3ddcb83 100644
--- a/includes/specials/SpecialSearch.php
+++ b/includes/specials/SpecialSearch.php
@@ -209,6 +209,7 @@
$search = $this-getSearchEngine();
$search-setLimitOffset( $this-limit, $this-offset );
$search-setNamespaces( $this-namespaces );
+   $this-saveNamespaces ( $term );
$search-prefix = $this-mPrefix;
$term = $search-transformSearchTerm( $term );
 
@@ -510,6 +511,28 @@
}
 
return $opt + $this-extraParams;
+   }
+
+   /**
+* Save namespace preferences when we're supposed to
+*
+* @param string $term
+* @return bool, whether we wrote something
+*/
+   protected function saveNamespaces( $term ) {
+   if (
+   $user-isLoggedIn() 
+   $request-getVal( 'nsRemember' ) 
+   $user-matchEditToken( $request-getVal( 'nsToken' ) )
+   ) {
+   foreach ( $this-namespaces as $n ) {
+   $user-setOption ( 'searchNs-' . $n, true );
+   }
+
+   return true;
+   }
+
+   return false;
}
 
/**
@@ -930,6 +953,18 @@
$hidden .= Html::hidden( $key, $value );
}
 
+   # Stuff to feed saveNamespaces()
+   $remember = '';
+   if ( $user-isLoggedIn ) {
+   $remember .= Html::hidden( nsToken, 
$user-getEditToken() ) .
+   Xml::checkLabel (
+   wfMessage ( 'powersearch-remember' )-text(),
+   'nsRemember',
+   'mw-search-ns-remember',
+   false
+   );
+   }
+
// Return final output
return Xml::openElement(
'fieldset',
@@ -938,6 +973,7 @@
Xml::element( 'legend', null, $this-msg( 
'powersearch-legend' )-text() ) .
Xml::tags( 'h4', null, $this-msg( 'powersearch-ns' 
)-parse() ) .
Html::element( 'div', array( 'id' = 
'mw-search-togglebox' ) ) .
+   $remember .
Xml::element( 'div', array( 'class' = 'divider' ), '', 
false ) .
implode( Xml::element( 'div', array( 'class' = 
'divider' ), '', false ), $showSections ) .
$hidden .
diff --git a/languages/i18n/en.json b/languages/i18n/en.json
index c1b4e4c..71bcc5c 100644
--- a/languages/i18n/en.json
+++ b/languages/i18n/en.json
@@ -914,6 +914,7 @@
 powersearch-togglelabel: Check:,
 powersearch-toggleall: All,
 powersearch-togglenone: None,
+powersearch-remember: Remember choice,
 search-external: External search,
 searchdisabled: {{SITENAME}} search is disabled.\nYou can search via 
Google in the meantime.\nNote that their indexes of {{SITENAME}} content may be 
out of date.,
 googlesearch: 

[MediaWiki-commits] [Gerrit] Extend AbortEmailNotification hook to access log type etc. - change (mediawiki/core)

2014-05-10 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/132600

Change subject: Extend AbortEmailNotification hook to access log type etc.
..

Extend AbortEmailNotification hook to access log type etc.

Bug: 42458
Change-Id: Ifc3935f031c49f9b49ae76c5a8af8334e70ca2b1
---
M docs/hooks.txt
M includes/changes/RecentChange.php
2 files changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/00/132600/1

diff --git a/docs/hooks.txt b/docs/hooks.txt
index 688e0cd..f28bafb 100644
--- a/docs/hooks.txt
+++ b/docs/hooks.txt
@@ -250,6 +250,7 @@
 'AbortEmailNotification': Can be used to cancel email notifications for an 
edit.
 $editor: The User who made the change.
 $title: The Title of the page that was edited.
+$title: The current RecentChange object.
 
 'AbortLogin': Return false to cancel account login.
 $user: the User object being authenticated against
diff --git a/includes/changes/RecentChange.php 
b/includes/changes/RecentChange.php
index bbf4ab6..f7beb0c 100644
--- a/includes/changes/RecentChange.php
+++ b/includes/changes/RecentChange.php
@@ -279,7 +279,7 @@
$editor = $this-getPerformer();
$title = $this-getTitle();
 
-   if ( wfRunHooks( 'AbortEmailNotification', array( 
$editor, $title ) ) ) {
+   if ( wfRunHooks( 'AbortEmailNotification', array( 
$editor, $title, $this ) ) ) {
# @todo FIXME: This would be better as an 
extension hook
$enotif = new EmailNotification();
$enotif-notifyOnPageChange( $editor, $title,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifc3935f031c49f9b49ae76c5a8af8334e70ca2b1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Don't send email notifications upon translation review - change (mediawiki...Translate)

2014-05-10 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/132615

Change subject: Don't send email notifications upon translation review
..

Don't send email notifications upon translation review

Depends on core's Ifc3935f031c49f9b49ae76c5a8af8334e70ca2b1
(proposed solution for blocking bug 42458).

Bug: 34153
Change-Id: I16272de63943966ccc1165c0e9fe89004fe5ee2c
---
M Translate.php
M api/ApiTranslationReview.php
2 files changed, 14 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Translate 
refs/changes/15/132615/1

diff --git a/Translate.php b/Translate.php
index 7679b39..2d10f39 100644
--- a/Translate.php
+++ b/Translate.php
@@ -168,6 +168,7 @@
 $GLOBALS['wgHooks']['SpecialRecentChangesQuery'][] = 
'TranslateRcFilter::translationFilter';
 $GLOBALS['wgHooks']['SpecialRecentChangesPanel'][] = 
'TranslateRcFilter::translationFilterForm';
 $GLOBALS['wgHooks']['SkinTemplateToolboxEnd'][] = 
'TranslateToolbox::toolboxAllTranslations';
+$GLOBALS['wgHooks']['AbortEmailNotification'][] = 
'ApiTranslationReview::onAbortEmailNotification';
 
 // Translation memory related
 $GLOBALS['wgHooks']['ArticleDeleteComplete'][] = 'TTMServer::onDelete';
diff --git a/api/ApiTranslationReview.php b/api/ApiTranslationReview.php
index 09bc617..49d1efa 100644
--- a/api/ApiTranslationReview.php
+++ b/api/ApiTranslationReview.php
@@ -106,6 +106,19 @@
 
return true;
}
+   
+   /// Hook: AbortEmailNotification (false aborts the email)
+   public static function onAbortEmailNotification( $editor, $title, $rc = 
null ) {
+   # In MediaWiki 1.20–23 we don't have the third parameter.
+   if ( $rc === null ) { return true; }
+
+   # Bug 34153
+   if ( $rc-mAttribs['rc_log_type'] === 'translationreview' ) {
+   return false;
+   }
+
+   return true;
+   }
 
/**
 * Validates review action by checking permissions and other things.

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I16272de63943966ccc1165c0e9fe89004fe5ee2c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Translate
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] When marking for translations, if there are no differences j... - change (mediawiki...Translate)

2014-05-10 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/132636

Change subject: When marking for translations, if there are no differences just 
say so
..

When marking for translations, if there are no differences just say so

For now we can at least show a note before the submit button, reusing the
information we have already collected in the process of making the page.

Bug: 48672
Change-Id: Ide1023e6868b3f455654d0e9a84de784b355778a
---
M i18n/pagetranslation/en.json
M i18n/pagetranslation/qqq.json
M resources/css/ext.translate.special.pagetranslation.css
M tag/SpecialPageTranslation.php
4 files changed, 14 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Translate 
refs/changes/36/132636/1

diff --git a/i18n/pagetranslation/en.json b/i18n/pagetranslation/en.json
index db626a8..8e0be6a 100644
--- a/i18n/pagetranslation/en.json
+++ b/i18n/pagetranslation/en.json
@@ -29,6 +29,7 @@
 tpt-badsect: \$1\ is not a valid name for translation unit $2.,
 tpt-showpage-intro: Below new, existing and deleted translation units 
are listed.\nBefore marking this version for translation, check that the 
changes to translation units are minimized to avoid unnecessary work for 
translators.,
 tpt-mark-summary: Marked this version for translation,
+tpt-mark-nochanges: There is no difference between this revision and 
the last marked revision.,
 tpt-edit-failed: Could not update the page: $1,
 tpt-duplicate: Translation unit name $1 is used more than once.,
 tpt-already-marked: The latest version of this page has already been 
marked for translation.,
diff --git a/i18n/pagetranslation/qqq.json b/i18n/pagetranslation/qqq.json
index 979ae96..e9b9907 100644
--- a/i18n/pagetranslation/qqq.json
+++ b/i18n/pagetranslation/qqq.json
@@ -40,6 +40,7 @@
tpt-badsect: See definition on 
[[mw:Help:Extension:Translate/Glossary]].\nParameters:\n* $1 - the identifier 
of the unit\n* $2 - the number of the unit,
tpt-showpage-intro: See definition on 
[[mw:Help:Extension:Translate/Glossary]].,
tpt-mark-summary: This message is used as an edit summary.,
+   tpt-mark-nochanges: A note in Special:PageTranslation when marking a 
revision of a page for translation.,
tpt-edit-failed: Used as error message. Parameters:\n* $1 - page 
title,
tpt-duplicate: Used as error message.\n\nSee definition on 
[[mw:Help:Extension:Translate/Glossary]].\n\nParameters:\n* $1 - translation 
unit ID (name),
tpt-already-marked: See definition on 
[[mw:Help:Extension:Translate/Glossary]].,
diff --git a/resources/css/ext.translate.special.pagetranslation.css 
b/resources/css/ext.translate.special.pagetranslation.css
index 09cacb6..5762636 100644
--- a/resources/css/ext.translate.special.pagetranslation.css
+++ b/resources/css/ext.translate.special.pagetranslation.css
@@ -2,6 +2,10 @@
padding-bottom: 3ex;
 }
 
+.mw-tpt-mark-nochanges {
+   font-weight: bold;
+}
+
 .mw-tpt-sp-section-type-old {
opacity: 0.65;
 }
diff --git a/tag/SpecialPageTranslation.php b/tag/SpecialPageTranslation.php
index cf499da..2ca516e 100644
--- a/tag/SpecialPageTranslation.php
+++ b/tag/SpecialPageTranslation.php
@@ -489,12 +489,14 @@
 */
foreach ( $sections as $s ) {
if ( $s-type === 'new' ) {
+   $hasChanges = true;
$name = $this-msg( 'tpt-section-new', $s-name 
)-escaped();
} else {
$name = $this-msg( 'tpt-section', $s-name 
)-escaped();
}
 
if ( $s-type === 'changed' ) {
+   $hasChanges = true;
$diff = new DifferenceEngine;
if ( method_exists( 'DifferenceEngine', 
'setTextLanguage' ) ) {
$diff-setTextLanguage( $wgContLang );
@@ -533,6 +535,7 @@
 
$deletedSections = $page-getParse()-getDeletedSections();
if ( count( $deletedSections ) ) {
+   $hasChanges = true;
$out-wrapWikiMsg( '==$1==', 'tpt-sections-deleted' );
 
/**
@@ -552,6 +555,7 @@
 
// Display template changes if applicable
if ( $page-getMarkedTag() !== false ) {
+   $hasChanges = true;
$newTemplate = $page-getParse()-getTemplatePretty();
$oldPage = TranslatablePage::newFromRevision(
$page-getTitle(),
@@ -584,6 +588,10 @@
}
}
 
+   if ( !$hasChanges ) {
+   $out-wrapWikiMsg( 'div 
class=mw-tpt-mark-nochanges$1/div', 'tpt-mark-nochanges' );
+

[MediaWiki-commits] [Gerrit] Let promoted sandbox accounts get a NewUserMessage welcome - change (mediawiki...Translate)

2014-05-10 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/132690

Change subject: Let promoted sandbox accounts get a NewUserMessage welcome
..

Let promoted sandbox accounts get a NewUserMessage welcome

As well as any other nicety attached to the AddNewAccount hook.

Bug: 58970
Change-Id: Idff6734e798a6b7344d5c4892feb82f0a0d6b753
---
M api/ApiTranslateSandbox.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Translate 
refs/changes/90/132690/1

diff --git a/api/ApiTranslateSandbox.php b/api/ApiTranslateSandbox.php
index 6256b5b..bfac13e 100644
--- a/api/ApiTranslateSandbox.php
+++ b/api/ApiTranslateSandbox.php
@@ -133,6 +133,7 @@
 
$user-addNewUserLogEntry( 'tsbpromoted' );
$this-createUserPage( $user );
+   wfRunHooks( 'AddNewAccount', array( $user, false ) );
}
}
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idff6734e798a6b7344d5c4892feb82f0a0d6b753
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Translate
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Remove afterRegisterFeatures hook - change (mediawiki...Translate)

2014-05-10 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/132705

Change subject: Remove afterRegisterFeatures hook
..

Remove afterRegisterFeatures hook

This reverts I53a2115d10131df58637d2cbf737401dfc6eddba
It's still referenced in TranslateSvg but AFAIK that has to be reimplemented
anyway for post-TUX interface.

Bug: 52541
Change-Id: I03583cee8ded5d41c0e8c06d691a0dd1a76712e9
---
M hooks.txt
M resources/js/ext.translate.quickedit.js
2 files changed, 1 insertion(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Translate 
refs/changes/05/132705/1

diff --git a/hooks.txt b/hooks.txt
index ca4f429..36599fa 100644
--- a/hooks.txt
+++ b/hooks.txt
@@ -151,9 +151,6 @@
 
 === JavaScript events ===
 
-;afterRegisterFeatures: Provides an opportunity to register event handlers, 
etc., whenever a new form is opened.
- jQuery  form: The new form
-
 ;afterSubmit: Provides an opportunity to modify a Translate translation form 
immediately after it is submitted
  jQuery  form: The form that has just been submitted
 
diff --git a/resources/js/ext.translate.quickedit.js 
b/resources/js/ext.translate.quickedit.js
index f951394..67965bc 100644
--- a/resources/js/ext.translate.quickedit.js
+++ b/resources/js/ext.translate.quickedit.js
@@ -155,7 +155,7 @@
} );
}
 
-   mw.translateHooks.run( 'afterRegisterFeatures', form );
+   // mw.translateHooks.run( 'afterRegisterFeatures', form );
}
 
mw.translate = $.extend( mw.translate, {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I03583cee8ded5d41c0e8c06d691a0dd1a76712e9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Translate
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Misc typofixes - change (mediawiki...UniversalLanguageSelector)

2014-05-11 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/132804

Change subject: Misc typofixes
..

Misc typofixes

Change-Id: I0da399382082ad0d197f48641050b6813e3bdc6e
---
M resources/js/ext.uls.compactlinks.js
1 file changed, 6 insertions(+), 6 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/UniversalLanguageSelector 
refs/changes/04/132804/1

diff --git a/resources/js/ext.uls.compactlinks.js 
b/resources/js/ext.uls.compactlinks.js
index a4e8f57..104a5d6 100644
--- a/resources/js/ext.uls.compactlinks.js
+++ b/resources/js/ext.uls.compactlinks.js
@@ -176,7 +176,7 @@
 
// Add previously selected languages.
// Previous languages are always the better suggestion
-   // because user had explicitly chosen them.
+   // because the user has explicitly chosen them.
compactLanguages = compactLanguages.concat( 
this.filterByPreviousLanguages() );
 
// Add all common languages to the beginning of array.
@@ -184,13 +184,13 @@
compactLanguages = compactLanguages.concat( 
this.filterByCommonLanguages( languages ) );
 
// Finally add the whole languages array too.
-   // We will remove duplicate and cut down to required 
size.
+   // We will remove duplicates and cut down to required 
size.
compactLanguages = compactLanguages.concat( languages );
 
// Remove duplicates
compactLanguages = unique( compactLanguages );
 
-   // Cut to compact size and  sort
+   // Cut to compact size and sort
compactLanguages = compactLanguages.slice( 0, 
this.compactSize ).sort();
 
return compactLanguages;
@@ -200,7 +200,7 @@
 * Filter the language list by previous languages.
 * Not all previous languages will be present in interlanguage 
links,
 * so we are filtering them.
-* @return {Array} List of those language codes which are 
supported by article
+* @return {Array} List of language codes supported by the 
article
 */
filterByPreviousLanguages: function ( languages ) {
var previousLanguages = mw.uls.getPreviousLanguages();
@@ -213,7 +213,7 @@
/**
 * Filter the language list by common languages.
 * Common languages are the most probable languages predicted 
by ULS.
-* @return {Array} List of those language codes which are 
supported by article
+* @return {Array} List of language codes supported by the 
article
 */
filterByCommonLanguages: function ( languages ) {
var commonLanguages = mw.uls.getFrequentLanguageList();
@@ -225,7 +225,7 @@
 
/**
 * Find out the existing languages supported
-* by article and fetch their href.
+* by the article and fetch their href.
 * @return {Object} List of existing language codes and their 
hrefs
 */
getInterlanguageList: function getInterlanguageList() {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0da399382082ad0d197f48641050b6813e3bdc6e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/UniversalLanguageSelector
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Always display assistant languages where available - change (mediawiki...UniversalLanguageSelector)

2014-05-11 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/132811

Change subject: Always display assistant languages where available
..

Always display assistant languages where available

Bug: 62342
Change-Id: I25f42f3802e80baf5d4724ba6e42e00b8be2349e
---
M resources/js/ext.uls.compactlinks.js
1 file changed, 20 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/UniversalLanguageSelector 
refs/changes/11/132811/1

diff --git a/resources/js/ext.uls.compactlinks.js 
b/resources/js/ext.uls.compactlinks.js
index a4e8f57..e1f6e21 100644
--- a/resources/js/ext.uls.compactlinks.js
+++ b/resources/js/ext.uls.compactlinks.js
@@ -174,6 +174,9 @@
compact: function ( languages ) {
var compactLanguages = [];
 
+   // Add user-defined assistant languages on wikis with 
Translate extension.
+   compactLanguages = compactLanguages.concat( 
this.filterByAssistantLanguages() );
+
// Add previously selected languages.
// Previous languages are always the better suggestion
// because user had explicitly chosen them.
@@ -224,6 +227,23 @@
},
 
/**
+* Filter the language list by Translate's assistant languages.
+* Where available, they're languages deemed useful by the user.
+* @return {Array} List of those language codes which are 
supported by article
+*/
+   filterByAssistantLanguages: function ( languages ) {
+   var assistantLanguages = mw.user.options.get( 
'translate-editlangs' );
+   
+   if ( assistantLanguages  assistantLanguages !== 
'default' ) {
+   return $.grep( assistantLanguages, function ( 
language ) {
+   return $.inArray( language, languages ) 
= 0;
+   } );
+   }
+
+   return [];
+   },
+
+   /**
 * Find out the existing languages supported
 * by article and fetch their href.
 * @return {Object} List of existing language codes and their 
hrefs

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I25f42f3802e80baf5d4724ba6e42e00b8be2349e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/UniversalLanguageSelector
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Compact links beta feature conditions sync - change (mediawiki...UniversalLanguageSelector)

2014-05-11 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/132819

Change subject: Compact links beta feature conditions sync
..

Compact links beta feature conditions sync

Enforce same conditions on enabling as on showing the BetaFeatures preference
to the user, for the sake of clarity.

Bug: 62362
Change-Id: I11ee32a90ba8ecca9136a6ff33581bf6d72240bd
---
M UniversalLanguageSelector.hooks.php
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/UniversalLanguageSelector 
refs/changes/19/132819/1

diff --git a/UniversalLanguageSelector.hooks.php 
b/UniversalLanguageSelector.hooks.php
index 4077484..ee9924d 100644
--- a/UniversalLanguageSelector.hooks.php
+++ b/UniversalLanguageSelector.hooks.php
@@ -64,6 +64,8 @@
 
// If compact ULS beta feature is enabled
if ( $wgULSCompactLinks 
+   $wgInterwikiMagic === true 
+   $wgHideInterlanguageLinks === false 
class_exists( 'BetaFeatures' ) 
BetaFeatures::isFeatureEnabled( $out-getUser(), 
'uls-compact-links' )
) {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I11ee32a90ba8ecca9136a6ff33581bf6d72240bd
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/UniversalLanguageSelector
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] [Planet Wikimedia] Add Vibha Bamba to English planet - change (operations/puppet)

2014-03-08 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/117659

Change subject: [Planet Wikimedia] Add Vibha Bamba to English planet
..

[Planet Wikimedia] Add Vibha Bamba to English planet

As suggested by Quim:
http://lists.wikimedia.org/pipermail/design/2013-September/000937.html

Change-Id: Ib129bd214eb9f499b3d670feef1b8b7dfd04cf47
---
M templates/planet/en_config.erb
1 file changed, 4 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/59/117659/1

diff --git a/templates/planet/en_config.erb b/templates/planet/en_config.erb
index 78ce6bb..92a6d4b 100644
--- a/templates/planet/en_config.erb
+++ b/templates/planet/en_config.erb
@@ -562,4 +562,7 @@
 name=Frank Schulenburg
 
 [http://niharika29.roon.io/feed]
-name=Niharika Kohli
\ No newline at end of file
+name=Niharika Kohli
+
+[http://designatwikipedia.tumblr.com/rss]
+name=Vibha Bamba

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib129bd214eb9f499b3d670feef1b8b7dfd04cf47
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Move Global_JobQueue_length ganglia graph to terbium in eqiad - change (operations/puppet)

2014-03-11 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/118058

Change subject: Move Global_JobQueue_length ganglia graph to terbium in eqiad
..

Move Global_JobQueue_length ganglia graph to terbium in eqiad

On hume it's not working since January anyway.

Change-Id: Idf779971a7b83a1efbde647edffbdaaf0429b8a8
RT: 6771
---
M manifests/site.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/58/118058/1

diff --git a/manifests/site.pp b/manifests/site.pp
index 3c356d1..e9c0b3f 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -1230,7 +1230,6 @@
 include nfs::netapp::home
 include nfs::upload
 include misc::deployment::scap_scripts
-include misc::monitoring::jobqueue
 include admins::roots
 include admins::mortals
 include admins::restricted
@@ -2510,6 +2509,7 @@
 include role::db::maintenance
 include misc::deployment::scap_scripts
 include icinga::monitor::jobqueue
+include misc::monitoring::jobqueue
 include admins::roots
 include admins::mortals
 include admins::restricted

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idf779971a7b83a1efbde647edffbdaaf0429b8a8
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Use full URL to mediawiki.org ULS page per bug 54835 - change (mediawiki...Translate)

2014-03-11 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/118062

Change subject: Use full URL to mediawiki.org ULS page per bug 54835
..

Use full URL to mediawiki.org ULS page per bug 54835

Follow-up on I7fd57c092020a2d73b9241e0595f860e6aedbc48

Change-Id: I581377f8e8901490ca08df4a4a1a6a5b947da597
---
M i18n/core/en.json
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Translate 
refs/changes/62/118062/1

diff --git a/i18n/core/en.json b/i18n/core/en.json
index 3bcccea..3c159ff 100644
--- a/i18n/core/en.json
+++ b/i18n/core/en.json
@@ -390,5 +390,5 @@
 translate-statsbar-tooltip-with-fuzzy: $1% translated, $2% reviewed, 
$3% outdated,
 translate-search-more-groups-info: $1 more {{PLURAL:$1|group|groups}},
 translate-ulsdep-title: Configuration error,
-translate-ulsdep-body: Translate extension depends on the 
[[mw:Extension:UniversalLanguageSelector|Universal Language Selector 
extension]].
+translate-ulsdep-body: Translate extension depends on the 
[https://www.mediawiki.org/wiki/Extension:UniversalLanguageSelector Universal 
Language Selector extension].
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I581377f8e8901490ca08df4a4a1a6a5b947da597
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Translate
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] [Keep going] Make linkification advice less newbie-error-prone - change (mediawiki...MobileFrontend)

2014-03-11 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/118103

Change subject: [Keep going] Make linkification advice less newbie-error-prone
..

[Keep going] Make linkification advice less newbie-error-prone

http://lists.wikimedia.org/pipermail/mobile-l/2014-March/006607.html

Change-Id: Iff5ef24078fe929230b34bd3e45d681f2a67cc3b
---
M MobileFrontend.i18n.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/03/118103/1

diff --git a/MobileFrontend.i18n.php b/MobileFrontend.i18n.php
index da3797e..a0cd6aa 100644
--- a/MobileFrontend.i18n.php
+++ b/MobileFrontend.i18n.php
@@ -26,8 +26,8 @@
'mobilefrontend-keepgoing-links-title' = 'Add links',
'mobilefrontend-keepgoing-links-ask-first' = 'Congratulations on 
making your first edit! Would you like to help add links to a recently created 
page?',
'mobilefrontend-keepgoing-links-ask-again' = 'Fix another page?',
-   'mobilefrontend-keepgoing-links-explain' = 'Find more words that could 
be links. Add double brackets around the word.',
-   'mobilefrontend-keepgoing-links-example' = 'e.g. $1guitar$2 becomes 
$3guitar$4',
+   'mobilefrontend-keepgoing-links-explain' = 'Where the title of an 
existing page is mentioned, enclose it in double brackets',
+   'mobilefrontend-keepgoing-links-example' = 'E.g. $1guitar$2 becomes 
$3guitar$4',
 
/** special pages */
'nearby' = 'Pages near you',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iff5ef24078fe929230b34bd3e45d681f2a67cc3b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Fix typo - change (analytics/wikistats)

2014-03-12 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/118257

Change subject: Fix typo
..

Fix typo

Change-Id: I64ff01a2843a819454ec065c223cf7f160c1830d
---
M dumps/bash/count_wp_one.sh
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/analytics/wikistats 
refs/changes/57/118257/1

diff --git a/dumps/bash/count_wp_one.sh b/dumps/bash/count_wp_one.sh
index f667e6c..502469e 100755
--- a/dumps/bash/count_wp_one.sh
+++ b/dumps/bash/count_wp_one.sh
@@ -17,7 +17,7 @@
 #bz2=-b # comment to run 7z dump
 date=auto # 20101231 # auto
 edits_only=-e # comment to run full scan
-#trace=-r # comment to not trace rsources
+#trace=-r # comment to not trace resources
 #reverts_only=-u 1 # comment to collect all data (u for undo)
 #date=$1
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I64ff01a2843a819454ec065c223cf7f160c1830d
Gerrit-PatchSet: 1
Gerrit-Project: analytics/wikistats
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


[MediaWiki-commits] [Gerrit] Comment some path tests overriding standard ones - change (analytics/wikistats)

2014-03-12 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/118261

Change subject: Comment some path tests overriding standard ones
..

Comment some path tests overriding standard ones

Change-Id: I38eba038bc6d1a13e80f0201ee8480cb882bae50
---
M dumps/bash/collect_countable_namespaces.sh
M dumps/bash/count.sh
M dumps/bash/count_commons_images_wlm.sh
M dumps/bash/count_editors.sh
M dumps/bash/count_merge_editors.sh
M dumps/bash/count_prep_animations.sh
M dumps/bash/count_report_publish_non_wp.sh
M dumps/bash/count_state_of_the_wiki.sh
M dumps/bash/count_wp_one.sh
M dumps/bash/pageviews_monthly.sh
M dumps/bash/pageviews_monthly_sp.sh
M dumps/bash/publish_all.sh
M dumps/bash/report.sh
M dumps/bash/report_all_editors.sh
M dumps/bash/sort_dblists.sh
15 files changed, 15 insertions(+), 15 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/analytics/wikistats 
refs/changes/61/118261/1

diff --git a/dumps/bash/collect_countable_namespaces.sh 
b/dumps/bash/collect_countable_namespaces.sh
index eab8187..07410a9 100755
--- a/dumps/bash/collect_countable_namespaces.sh
+++ b/dumps/bash/collect_countable_namespaces.sh
@@ -4,7 +4,7 @@
 
 wikistats=/a/wikistats_git
 perl=$wikistats/dumps/perl
-perl=/home/ezachte/wikistats/dumps/perl # tests
+#perl=/home/ezachte/wikistats/dumps/perl # tests
 csv=$wikistats/dumps/csv
 htdocs=stat1001.wikimedia.org::a/srv/stats.wikimedia.org/htdocs/
 
diff --git a/dumps/bash/count.sh b/dumps/bash/count.sh
index 823844f..a479137 100755
--- a/dumps/bash/count.sh
+++ b/dumps/bash/count.sh
@@ -25,7 +25,7 @@
 wikistats=/a/wikistats_git
 dumps=$wikistats/dumps # folder for scripts and output
 perl=$dumps/perl
-perl=/home/ezachte/wikistats/dumps/perl # tests
+#perl=/home/ezachte/wikistats/dumps/perl # tests
 csv=$dumps/csv
 bash=$dumps/bash
 dblists=$dumps/dblists
diff --git a/dumps/bash/count_commons_images_wlm.sh 
b/dumps/bash/count_commons_images_wlm.sh
index d19c4e7..a13fdf5 100755
--- a/dumps/bash/count_commons_images_wlm.sh
+++ b/dumps/bash/count_commons_images_wlm.sh
@@ -5,7 +5,7 @@
 wikistats=/a/wikistats_git
 dumps=$wikistats/dumps  
 perl=$dumps/perl
-perl=/home/ezachte/wikistats/dumps/perl # tests
+#perl=/home/ezachte/wikistats/dumps/perl # tests
 csv=$dumps/csv
 dumps_public=/mnt/data/xmldatadumps/public # input dumps 
 countrycodes=/a/wikistats_git/squids/csv/meta/CountryCodes.csv
diff --git a/dumps/bash/count_editors.sh b/dumps/bash/count_editors.sh
index 7f2fd98..eda564a 100755
--- a/dumps/bash/count_editors.sh
+++ b/dumps/bash/count_editors.sh
@@ -15,7 +15,7 @@
 bashpath=${PWD}
 # echo $bashpath
 if [[ $bashpath == *ezachte* ]] ; then
-  perl=/home/ezachte/wikistats/dumps/perl # tests
+  #perl=/home/ezachte/wikistats/dumps/perl # tests
   echo run from test perl folder $perl
 fi
 
diff --git a/dumps/bash/count_merge_editors.sh 
b/dumps/bash/count_merge_editors.sh
index 0882323..c589f22 100755
--- a/dumps/bash/count_merge_editors.sh
+++ b/dumps/bash/count_merge_editors.sh
@@ -5,7 +5,7 @@
 wikistats=/a/wikistats_git
 dumps=$wikistats/dumps
 perl=$dumps/perl
-perl=/home/ezachte/wikistats/dumps/perl # tests
+#perl=/home/ezachte/wikistats/dumps/perl # tests
 csv=$dumps/csv
 
 log=$dumps/logs/count_merge_editors.log
diff --git a/dumps/bash/count_prep_animations.sh 
b/dumps/bash/count_prep_animations.sh
index 3c45a8b..9e2fc11 100755
--- a/dumps/bash/count_prep_animations.sh
+++ b/dumps/bash/count_prep_animations.sh
@@ -8,7 +8,7 @@
 wikistats=/a/wikistats_git
 dumps=$wikistats/dumps   
 perl=$dumps/perl
-perl=/home/ezachte/wikistats/dumps/perl # tests
+#perl=/home/ezachte/wikistats/dumps/perl # tests
 csv=$dumps/csv
 out=$wikistats/animations/growth
 htdocs=stat1001.wikimedia.org::a/srv/stats.wikimedia.org/htdocs/
diff --git a/dumps/bash/count_report_publish_non_wp.sh 
b/dumps/bash/count_report_publish_non_wp.sh
index b302e7a..0a9eb23 100755
--- a/dumps/bash/count_report_publish_non_wp.sh
+++ b/dumps/bash/count_report_publish_non_wp.sh
@@ -5,7 +5,7 @@
 wikistats=/a/wikistats_git
 dumps=$wikistats/dumps
 bash=$dumps/bash
-# bash=/home/ezachte/wikistats/dumps/bash # tests
+# #bash=/home/ezachte/wikistats/dumps/bash # tests
 log=$dumps/logs/log_count_report_publish_non_wp.txt
 
 cd $bash
diff --git a/dumps/bash/count_state_of_the_wiki.sh 
b/dumps/bash/count_state_of_the_wiki.sh
index c61130d..0792f70 100755
--- a/dumps/bash/count_state_of_the_wiki.sh
+++ b/dumps/bash/count_state_of_the_wiki.sh
@@ -32,7 +32,7 @@
 wikistats=/a/wikistats_git
 dumps=$wikistats/dumps
 perl=$dumps/perl
-perl=/home/ezachte/wikistats/dumps/perl # tests
+#perl=/home/ezachte/wikistats/dumps/perl # tests
 csv=$dumps/csv
 log=$dumps/logs/count_wikis_by_size_by_growth.log
 htdocs=stat1001.wikimedia.org::a/srv/stats.wikimedia.org/htdocs/
diff --git a/dumps/bash/count_wp_one.sh b/dumps/bash/count_wp_one.sh
index f667e6c..9cf8c00 100755
--- a/dumps/bash/count_wp_one.sh
+++ b/dumps/bash/count_wp_one.sh

[MediaWiki-commits] [Gerrit] Typofix in comment - change (analytics/wikistats)

2014-03-12 Thread Nemo bis (Code Review)
Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/118366

Change subject: Typofix in comment
..

Typofix in comment

Change-Id: I6aea4ae0a16158c715cc3151e0857eb4891244e6
---
M dumps/perl/WikiCounts.pl
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/analytics/wikistats 
refs/changes/66/118366/1

diff --git a/dumps/perl/WikiCounts.pl b/dumps/perl/WikiCounts.pl
index f812be2..8bf1310 100755
--- a/dumps/perl/WikiCounts.pl
+++ b/dumps/perl/WikiCounts.pl
@@ -169,7 +169,7 @@
   if (defined ($path_perl))
   { CheckForNonAscii ; }
 
-  # partial excution for tests only
+  # partial execution for tests only
 #  if (! $job_runs_on_production_server)
 #  {
 #$language = 'commons' ;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6aea4ae0a16158c715cc3151e0857eb4891244e6
Gerrit-PatchSet: 1
Gerrit-Project: analytics/wikistats
Gerrit-Branch: master
Gerrit-Owner: Nemo bis federicol...@tiscali.it

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


<    1   2   3   4   5   6   7   8   >