[MediaWiki-commits] [Gerrit] Replace obsolete HTML attributes with CSS. - change (mediawiki...FlaggedRevs)

2016-01-28 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Replace obsolete HTML attributes with CSS.
..

Replace obsolete HTML attributes with CSS.

Replace align attribute in FlaggedRevs extensions.

Bug: T42215
Change-Id: Id932118ee1c4eb5fc16dd4164902345c5c820f7a
---
M frontend/FlaggablePageView.php
M frontend/FlaggedRevsXML.php
M frontend/specialpages/reports/ValidationStatistics_body.php
3 files changed, 13 insertions(+), 13 deletions(-)


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

diff --git a/frontend/FlaggablePageView.php b/frontend/FlaggablePageView.php
index 5c5d54e..4c021de 100755
--- a/frontend/FlaggablePageView.php
+++ b/frontend/FlaggablePageView.php
@@ -818,7 +818,7 @@
$tableClass = 'diff diff-contentalign-' .
htmlspecialchars( 
$this->getTitle()->getPageLanguage()->alignStart() );
if ( $multiNotice != '' ) {
-   $multiNotice = "" .
+   $multiNotice = "" .
$multiNotice . "";
}
return
@@ -828,9 +828,9 @@
"" .
"" .
"" .
-   "" .
+   "" .
$leftStatus . "" .
-   "" .
+   "" .
$rightStatus . "" .
"" .
$multiNotice .
@@ -1596,7 +1596,7 @@
array( 'oldid' => $srev->getRevId(), 'diff' => 
'cur' ) + FlaggedRevs::diffOnlyCGI()
);
$review = wfMessage( 'parentheses' )->rawParams( 
$review )->escaped();
-   $review = "$review";
+   $review = "$review";
}
return $review;
}
@@ -1611,13 +1611,13 @@
if ( $oldRev && $newRev ) {
list( $msg, $class ) = self::getDiffRevMsgAndClass( 
$oldRev, $srev );
$table .= "";
-   $table .= "";
+   $table .= "";
// @todo i18n FIXME: Hard coded brackets
$table .= "[" .
wfMessage( $msg )->escaped() . "]";
 
list( $msg, $class ) = self::getDiffRevMsgAndClass( 
$newRev, $srev );
-   $table .= "";
+   $table .= "";
// @todo i18n FIXME: Hard coded brackets
$table .= "[" .
wfMessage( $msg )->escaped() . "]";
@@ -1627,7 +1627,7 @@
} elseif ( $newRev ) {
list( $msg, $class ) = self::getDiffRevMsgAndClass( 
$newRev, $srev );
$table .= "";
-   $table .= "";
+   $table .= "";
// @todo i18n FIXME: Hard coded brackets
$table .= '[' . wfMessage( $msg )->escaped() . ']';
$table .= "\n";
diff --git a/frontend/FlaggedRevsXML.php b/frontend/FlaggedRevsXML.php
index 8dcf6c1..cdccb49 100644
--- a/frontend/FlaggedRevsXML.php
+++ b/frontend/FlaggedRevsXML.php
@@ -198,7 +198,7 @@
public static function addTagRatings( $flags, $prettyBox = false, $css 
= '' ) {
$tag = '';
if ( $prettyBox ) {
-   $tag .= "";
+   $tag .= "";
}
foreach ( FlaggedRevs::getTags() as $quality ) {
// Give grep a chance to find the usages:
@@ -213,9 +213,9 @@
if ( $prettyBox ) {
// Give grep a chance to find the usages:
// revreview-accuracy, revreview-depth, 
revreview-style
-   $tag .= "" .
+   $tag .= "" .
wfMessage( "revreview-$quality" 
)->escaped() .
-   "" .
+   "" .
$encValueText . "\n";
} else {
// Give grep a chance to find the usages:
diff --git a/frontend/specialpages/reports/ValidationStatistics_body.php 
b/frontend/specialpages/reports/ValidationStatistics_body.php
index 8d74b8b..57018a3 100644
--- a/frontend/specialpages/reports/ValidationStatistics_body.php
+++ b/frontend/specialpages/reports/ValidationStatistics_body.php
@@ -44,8 +44,8 @@
   

[MediaWiki-commits] [Gerrit] Use "&" instead of "\u0026". - change (mediawiki/core)

2016-01-28 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Use "&" instead of "\u0026".
..

Use "&" instead of "\u0026".

Bug: T107289
Change-Id: Ica40630fbef991e3bf4b66d35ac663df94827934
---
M includes/content/JavaScriptContent.php
M tests/phpunit/includes/OutputPageTest.php
M tests/phpunit/includes/content/JavaScriptContentHandlerTest.php
M tests/phpunit/includes/content/JavaScriptContentTest.php
M tests/phpunit/includes/resourceloader/ResourceLoaderStartUpModuleTest.php
5 files changed, 17 insertions(+), 17 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/74/267174/1

diff --git a/includes/content/JavaScriptContent.php 
b/includes/content/JavaScriptContent.php
index 6d23656..340ea2b 100644
--- a/includes/content/JavaScriptContent.php
+++ b/includes/content/JavaScriptContent.php
@@ -104,7 +104,7 @@
$text = $this->getNativeData();
if ( strpos( $text, '/* #REDIRECT */' ) === 0 ) {
// Extract the title from the url
-   preg_match( '/title=(.*?)u0026action=raw/', $text, 
$matches );
+   preg_match( '/title=(.*?)\\\=raw/', $text, 
$matches );
if ( isset( $matches[1] ) ) {
$title = Title::newFromText( $matches[1] );
if ( $title ) {
diff --git a/tests/phpunit/includes/OutputPageTest.php 
b/tests/phpunit/includes/OutputPageTest.php
index f5ef016..287d17d 100644
--- a/tests/phpunit/includes/OutputPageTest.php
+++ b/tests/phpunit/includes/OutputPageTest.php
@@ -143,7 +143,7 @@
array(
array( 'test.foo', 
ResourceLoaderModule::TYPE_SCRIPTS ),
"window.RLQ = window.RLQ || []; 
window.RLQ.push( function () {\n"
-   . 
'mw.loader.load("http://127.0.0.1:8080/w/load.php?debug=false\u0026lang=en\u0026modules=test.foo\u0026only=scripts\u0026skin=fallback";);'
+   . 
'mw.loader.load("http://127.0.0.1:8080/w/load.php?debug=false&lang=en&modules=test.foo&only=scripts&skin=fallback";);'
. "\n} );"
),
array(
@@ -187,10 +187,10 @@
array(
array( array( 'test.group.foo', 
'test.group.bar' ), ResourceLoaderModule::TYPE_COMBINED ),
"window.RLQ = window.RLQ || []; 
window.RLQ.push( function () {\n"
-   . 
'mw.loader.load("http://127.0.0.1:8080/w/load.php?debug=false\u0026lang=en\u0026modules=test.group.bar\u0026skin=fallback";);'
+   . 
'mw.loader.load("http://127.0.0.1:8080/w/load.php?debug=false&lang=en&modules=test.group.bar&skin=fallback";);'
. "\n} );\n"
. "window.RLQ = window.RLQ || 
[]; window.RLQ.push( function () {\n"
-   . 
'mw.loader.load("http://127.0.0.1:8080/w/load.php?debug=false\u0026lang=en\u0026modules=test.group.foo\u0026skin=fallback";);'
+   . 
'mw.loader.load("http://127.0.0.1:8080/w/load.php?debug=false&lang=en&modules=test.group.foo&skin=fallback";);'
. "\n} );"
),
);
diff --git a/tests/phpunit/includes/content/JavaScriptContentHandlerTest.php 
b/tests/phpunit/includes/content/JavaScriptContentHandlerTest.php
index d9487a0..9e083bc 100644
--- a/tests/phpunit/includes/content/JavaScriptContentHandlerTest.php
+++ b/tests/phpunit/includes/content/JavaScriptContentHandlerTest.php
@@ -23,9 +23,9 @@
public static function provideMakeRedirectContent() {
// @codingStandardsIgnoreStart Generic.Files.LineLength
return array(
-   array( 'MediaWiki:MonoBook.js', '/* 

[MediaWiki-commits] [Gerrit] Shorten metadata panel link bar in MultimediaViewer - change (mediawiki...MultimediaViewer)

2016-01-28 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Shorten metadata panel link bar in MultimediaViewer
..

Shorten metadata panel link bar in MultimediaViewer

Bug: T77846
Change-Id: Iba55b1a7e5c2d67632fe1c86249ad249bfd20744
---
M i18n/en.json
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MultimediaViewer 
refs/changes/35/267135/1

diff --git a/i18n/en.json b/i18n/en.json
index 067ffa1..17fc6f2 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -58,8 +58,8 @@
"multimediaviewer-restriction-trademarked": "This image contains 
content which may be subject to trademark laws.",
"multimediaviewer-restriction-default": "This image may be restricted 
by legal provisions outside of copyright law. See the file description page for 
details.",
"multimediaviewer-restriction-default-and-others": "This image may be 
further restricted by other legal provisions outside of copyright law. See the 
file description page for details.",
-   "multimediaviewer-about-mmv": "About Media Viewer",
-   "multimediaviewer-discuss-mmv": "Discuss this feature",
+   "multimediaviewer-about-mmv": "About",
+   "multimediaviewer-discuss-mmv": "Discussion",
"multimediaviewer-help-mmv": "Help",
"multimediaviewer-optout-mmv": "Disable Media Viewer",
"multimediaviewer-optin-mmv": "Enable Media Viewer",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iba55b1a7e5c2d67632fe1c86249ad249bfd20744
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MultimediaViewer
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Create LanguageEn.php file for genitive support. - change (mediawiki/core)

2016-01-27 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Create LanguageEn.php file for genitive support.
..

Create LanguageEn.php file for genitive support.

Change-Id: I0026eacd585e9a536e4aa6d55da223cfff8ff3b5
---
A languages/classes/LanguageEn.php
1 file changed, 52 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/55/266755/1

diff --git a/languages/classes/LanguageEn.php b/languages/classes/LanguageEn.php
new file mode 100644
index 000..64613d5
--- /dev/null
+++ b/languages/classes/LanguageEn.php
@@ -0,0 +1,52 @@
+http://www.gnu.org/copyleft/gpl.html
+ *
+ * @file
+ * @author Ioannis Kydonis
+ * @ingroup Language
+ */
+
+/**
+ * English
+ *
+ * @ingroup Language
+ */
+ class LanguageEn extends Language {
+  /**
+   * Convert from the nominative form of a noun to some other case
+   * Invoked with {{grammar:case|word}}
+   *
+   * @param string $word
+   * @param string $case
+   * @return string
+   */
+  function convertGrammar( $word, $case ) {
+global $wgGrammarForms;
+if ( isset( $wgGrammarForms['en'][$case][$word] ) ) {
+  return $wgGrammarForms['en'][$case][$word];
+}
+
+switch ( $case ) {
+  case 'genitive':
+$word = 'of' . $word;
+break;
+}
+return $word;
+  }
+}
\ No newline at end of file

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0026eacd585e9a536e4aa6d55da223cfff8ff3b5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Clarify documentation of deletepagesforgood-delete_permanently - change (mediawiki...DeletePagesForGood)

2016-01-24 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Clarify documentation of deletepagesforgood-delete_permanently
..

Clarify documentation of deletepagesforgood-delete_permanently

Thread:
https://translatewiki.net/wiki/Thread:Translating_talk:MediaWiki/About_MediaWiki:Deletepagesforgood-delete_permanently/ksh

Change-Id: Ie84cf0ff09dadc769435c1a43a2ae3512c212211
---
M i18n/qqq.json
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/i18n/qqq.json b/i18n/qqq.json
index ff5503b..bbcf3e2 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -9,7 +9,7 @@
"deletepagesforgood-extensionname": "{{optional}}",
"deletepagesforgood-desc": 
"{{desc|name=DeletePagesForGood|url=https://www.mediawiki.org/wiki/Extension:DeletePagesForGood}};,
"deletepagesforgood-deletepagetitle": "This message is for saying your 
current page title your about to permanently delete.",
-   "deletepagesforgood-delete_permanently": "This message is under the 
action menu and the text is Delete page permanently.",
+   "deletepagesforgood-delete_permanently": "This message is under the 
action menu and the text is Delete page permanently.\n It deletes the current 
page permanently.",
"deletepagesforgood-del_impossible": "This messages says that there is 
an error and that the page cannot be deleted permanently.",
"deletepagesforgood-ask_deletion": "This message is givin you a 
warrning before you continue and says are you sure you want to continue 
deleting this page permanently.",
"deletepagesforgood-yes": "{{Identical|Yes}}",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie84cf0ff09dadc769435c1a43a2ae3512c212211
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DeletePagesForGood
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Replace obsolete HTML attributes with CSS. - change (mediawiki...FlaggedRevs)

2016-01-24 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Replace obsolete HTML attributes with CSS.
..

Replace obsolete HTML attributes with CSS.

Bug: T86578
Change-Id: Ia533d7b2369866cf4c4e6d32c1d8eeea7c5deb42
---
M frontend/FlaggablePageView.php
1 file changed, 4 insertions(+), 4 deletions(-)


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

diff --git a/frontend/FlaggablePageView.php b/frontend/FlaggablePageView.php
index 5c5d54e..7aef1b4 100755
--- a/frontend/FlaggablePageView.php
+++ b/frontend/FlaggablePageView.php
@@ -818,19 +818,19 @@
$tableClass = 'diff diff-contentalign-' .
htmlspecialchars( 
$this->getTitle()->getPageLanguage()->alignStart() );
if ( $multiNotice != '' ) {
-   $multiNotice = "" .
+   $multiNotice = "" .
$multiNotice . "";
}
return
-   "" .
+   "" .
"" .
"" .
"" .
"" .
"" .
-   "" .
+   "" .
$leftStatus . "" .
-   "" .
+   "" .
$rightStatus . "" .
"" .
$multiNotice .

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia533d7b2369866cf4c4e6d32c1d8eeea7c5deb42
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/FlaggedRevs
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Remove deprecated HTML elements from SemanticForms - change (mediawiki...SemanticForms)

2016-01-24 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Remove deprecated HTML elements from SemanticForms
..

Remove deprecated HTML elements from SemanticForms

Remove  and  tags.

Bug: T121911
Change-Id: I8864b8395df2373150b0472cc70eb363b87b3e6a
---
M includes/SF_Template.php
M specials/SF_CreateForm.php
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticForms 
refs/changes/48/266048/1

diff --git a/includes/SF_Template.php b/includes/SF_Template.php
index b3393fe..66bcb63 100644
--- a/includes/SF_Template.php
+++ b/includes/SF_Template.php
@@ -169,7 +169,7 @@
// comparable CSS class.
$tableText = <<{{PAGENAME}}
+! style="text-align: center; background-color:#ff;" colspan="2" |{{PAGENAME}}
 |-
 
 END;
diff --git a/specials/SF_CreateForm.php b/specials/SF_CreateForm.php
index 2cadf50..e2db76c 100644
--- a/specials/SF_CreateForm.php
+++ b/specials/SF_CreateForm.php
@@ -424,7 +424,7 @@
foreach ( $param['values'] as $val ) {
$text .= ' ' . htmlspecialchars( $val ) . "\n";
+   ( in_array( $val, $cur_values ) ? ' 
checked' : '' ) . '/> ' . htmlspecialchars( $val ) . "\n";
}
return $text;
} elseif ( $type == 'boolean' ) {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8864b8395df2373150b0472cc70eb363b87b3e6a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticForms
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Reword and document math-lp-formula-ref - change (mediawiki...MathSearch)

2016-01-24 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Reword and document math-lp-formula-ref
..

Reword and document math-lp-formula-ref

Thread:
https://translatewiki.net/wiki/Thread:Translating_talk:MediaWiki/About_MediaWiki:Math-lp-formula-ref/en

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


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

diff --git a/i18n/en.json b/i18n/en.json
index 8a09707..0e1ff2f 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -104,7 +104,7 @@
"math-lp-7-intro": "Thank you for the assessment of one mathematical 
expression.\n\nYou can to access more mathematical expressions from the same 
article or continue with another article.",
"math-lp-feedback-label": "Additional comments (optional)",
"math-lp-feedback-help": "If there is important information you'd like 
to share regarding the current evaluation step enter it here.",
-   "math-lp-formula-ref": "You are evaluating mathematical expression $1 
rendered as $2 last edited on $3.",
+   "math-lp-formula-ref": "You are evaluating mathematical expression $1, 
rendered as $2, last edited on $3.",
"math-lp-submit-info": "Press one of the buttons below to continue or 
close the window to terminate the survey.",
"math-lp-submit-label": "Continue with step $1",
"math-lp-finish-label": "Finish",
diff --git a/i18n/qqq.json b/i18n/qqq.json
index d9f423f..90622a0 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -109,7 +109,7 @@
"math-lp-7-intro": "Success message",
"math-lp-feedback-label": "Text field for general feedback",
"math-lp-feedback-help": "Help test for feedback text field",
-   "math-lp-formula-ref": "Wikitext snippet that describes, which 
mathematical object is currently evaluated",
+   "math-lp-formula-ref": "Wikitext snippet that describes, which 
mathematical object is currently evaluated\nParameters:\n* $1 - The 
mathematical expression that is being evaluated\n* $2 - The mathematical 
expression as rendered\n* $3 - Timestamp of the last edit of the mathematical 
expression",
"math-lp-submit-info": "Summarizing description of functionality of the 
different submit buttons.",
"math-lp-submit-label": "Button label to submit and continue with the 
next step:\n Parameter 1 next step.",
"math-lp-finish-label": "Submit text for the last 
step.\n{{Identical|Finish}}",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2f7d6d4f3707d7886f90d3308716e6331674cd60
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MathSearch
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Create documentation for externalarticles-article-loaded - change (mediawiki...ExternalArticles)

2016-01-24 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Create documentation for externalarticles-article-loaded
..

Create documentation for externalarticles-article-loaded

Thread:
https://translatewiki.net/wiki/Thread:Translating_talk:MediaWiki/About_MediaWiki:Externalarticles-article-loaded/ksh

Change-Id: I73900385ba5c2000d4f6e6b2716cc89321fbaa11
---
M i18n/qqq.json
1 file changed, 2 insertions(+), 1 deletion(-)


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

diff --git a/i18n/qqq.json b/i18n/qqq.json
index 0318ed5..81f5202 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -6,5 +6,6 @@
"Umherirrender"
]
},
-   "externalarticles-desc": "{{desc|name=External 
Articles|url=https://www.mediawiki.org/wiki/Extension:ExternalArticles}}\n\"source\;
 refers \"source wikitext code\"."
+   "externalarticles-desc": "{{desc|name=External 
Articles|url=https://www.mediawiki.org/wiki/Extension:ExternalArticles}}\n\"source\;
 refers \"source wikitext code\".",
+   "externalarticles-article-loaded": "Notifies that this article has been 
automatically loaded from an external site. \nParameters:\n* $1 - The URL of 
the external site from which the article was loaded."
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I73900385ba5c2000d4f6e6b2716cc89321fbaa11
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ExternalArticles
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Reword msu-upload-possible - change (mediawiki...MsUpload)

2016-01-24 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Reword msu-upload-possible
..

Reword msu-upload-possible

Threads:
https://translatewiki.net/wiki/Thread:Translating_talk:MediaWiki/About_MediaWiki:Msu-upload-possible/ksh
https://translatewiki.net/wiki/Thread:Translating_talk:MediaWiki/About_MediaWiki:Msu-upload-possible/ksh_(2)

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


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

diff --git a/i18n/en.json b/i18n/en.json
index e948534..175dc57 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -17,7 +17,7 @@
"msu-cancel-upload": "Cancel upload",
"msu-replace-file": "Replace file?",
"msu-clean-all": "Clear list",
-   "msu-upload-possible": "The selected file(s) can be uploaded",
+   "msu-upload-possible": "The selected file can be uploaded",
"msu-ext-not-allowed": "Only the following file {{PLURAL:$1|type 
is|types are}} allowed:",
"msu-upload-this": "Upload this file",
"msu-upload-all": "Upload all files",
diff --git a/i18n/qqq.json b/i18n/qqq.json
index 71d1652..5801640 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -18,7 +18,7 @@
"msu-cancel-upload": "Button for canceling an upload",
"msu-replace-file": "Button for replacing a file",
"msu-clean-all": "Button for clearing the list of uploaded files",
-   "msu-upload-possible": "Message that alerts the user that the files 
selected can be uploaded.",
+   "msu-upload-possible": "Message that alerts the user that the file 
selected can be uploaded.",
"msu-ext-not-allowed": "Message that alerts the user that one or more 
of the selected files are of a forbidden type.\n$1 is the number of file types 
listed after this message. It is to used for PLURAL.",
"msu-upload-this": "Button for uploading the selected file.",
"msu-upload-all": "Button for uploading all the selected files.",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9ec736f0ef8dbfd3b1e5d36ba046da6ef52a80fd
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MsUpload
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Add action-purge message to Math extension - change (mediawiki...Math)

2016-01-23 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Add action-purge message to Math extension
..

Add action-purge message to Math extension

Bug: T113703
Change-Id: Id4dbc8d5f92a90e54081eef0f8d25642a4d6ba39
---
M i18n/en.json
M i18n/qqq.json
2 files changed, 4 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Math 
refs/changes/16/265916/1

diff --git a/i18n/en.json b/i18n/en.json
index 7066b3c..fa43ec6 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -86,5 +86,6 @@
"mathstatus": "Math status",
"datatypes-type-math": "Mathematical expression",
"wikibase-listdatatypes-math-head": "Mathematical expression",
-   "wikibase-listdatatypes-math-body": "Literal data field for 
mathematical expressions, formula, equations and such, expressed in a variant 
of LaTeX."
+   "wikibase-listdatatypes-math-body": "Literal data field for 
mathematical expressions, formula, equations and such, expressed in a variant 
of LaTeX.",
+   "action-purge": "purge"
 }
diff --git a/i18n/qqq.json b/i18n/qqq.json
index f03d837..8969086 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -85,5 +85,6 @@
"mathstatus": "Title of a special page that displays information about 
the enabled math rendering modes.",
"datatypes-type-math": "The name of a data type.\n{{Identical|Math}}",
"wikibase-listdatatypes-math-head": 
"{{Wikibase-datatype-head|Mathematical expression|math}}\n{{Identical|Math}}",
-   "wikibase-listdatatypes-math-body": 
"{{Wikibase-datatype-body|Mathematical expression}}"
+   "wikibase-listdatatypes-math-body": 
"{{Wikibase-datatype-body|Mathematical expression}}",
+   "action-purge": "Cannot purge cache due to permission error."
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id4dbc8d5f92a90e54081eef0f8d25642a4d6ba39
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Math
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Add dependency for ext.wikimediaEvents.search.js - change (mediawiki...WikimediaEvents)

2016-01-23 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Add dependency for ext.wikimediaEvents.search.js
..

Add dependency for ext.wikimediaEvents.search.js

Add mediawiki.searchSuggest dependency

Bug: T114081
Change-Id: Ia690ffbf6db1c33c773af483060ccbf6f0dfcee1
---
M extension.json
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikimediaEvents 
refs/changes/19/266019/1

diff --git a/extension.json b/extension.json
index 4841f5c..32384e5 100644
--- a/extension.json
+++ b/extension.json
@@ -124,6 +124,7 @@
"mediawiki.user",
"mediawiki.Uri",
"mediawiki.storage",
+   "mediawiki.searchSuggest",
"schema.GeoFeatures"
],
"localBasePath": "modules",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia690ffbf6db1c33c773af483060ccbf6f0dfcee1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikimediaEvents
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Reword MediaWiki core log messages - change (mediawiki/core)

2016-01-23 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Reword MediaWiki core log messages
..

Reword MediaWiki core log messages

* Add separated date and time support to logentry-merge-merge:
* Fix documantation of:
  * logentry-delete-event
  * logentry-delete-event-legacy
  * logentry-suppress-event
  * logentry-suppress-event-legacy

Threads:
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Logentry-merge-merge/em
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Logentry-suppress-event/ksh_(2)

Change-Id: I4dfddc8c420a0c66de25c77668bc4312a7e86705
---
M includes/logging/DeleteLogFormatter.php
M includes/logging/MergeLogFormatter.php
M languages/i18n/en.json
M languages/i18n/qqq.json
4 files changed, 21 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/17/266017/1

diff --git a/includes/logging/DeleteLogFormatter.php 
b/includes/logging/DeleteLogFormatter.php
index f0598aa..6606dd1 100644
--- a/includes/logging/DeleteLogFormatter.php
+++ b/includes/logging/DeleteLogFormatter.php
@@ -32,6 +32,8 @@
protected function getMessageKey() {
$key = parent::getMessageKey();
if ( in_array( $this->entry->getSubtype(), array( 'event', 
'revision' ) ) ) {
+   // messages used: logentry-delete-event-legacy, 
logentry-delete-revision-legacy, logentry-suppress-event-legacy,
+   // logentry-suppress-revision-legacy
if ( count( $this->getMessageParameters() ) < 5 ) {
return "$key-legacy";
}
@@ -116,6 +118,7 @@
}
 
switch ( $this->entry->getSubtype() ) {
+   // messages used: logentry-delete-delete, 
logentry-suppress-delete
case 'delete': // Show undelete link
if ( $user->isAllowed( 'undelete' ) ) {
$message = 'undeletelink';
@@ -131,6 +134,7 @@
 
return $this->msg( 'parentheses' )->rawParams( 
$revert )->escaped();
 
+   // messages used: logentry-delete-revision, 
logentry-suppress-revision
case 'revision': // If an edit was hidden from a page 
give a review link to the history
$params = $this->extractParameters();
if ( !isset( $params[3] ) || !isset( $params[4] 
) ) {
@@ -189,6 +193,7 @@
return $this->msg( 'parentheses' )->rawParams(

$this->context->getLanguage()->pipeList( $links ) )->escaped();
 
+   // messages used: logentry-delete-event, 
logentry-suppress-event
case 'event': // Hidden log items, give review link
$params = $this->extractParameters();
if ( !isset( $params[3] ) ) {
diff --git a/includes/logging/MergeLogFormatter.php 
b/includes/logging/MergeLogFormatter.php
index 36e383b..0598012 100644
--- a/includes/logging/MergeLogFormatter.php
+++ b/includes/logging/MergeLogFormatter.php
@@ -40,8 +40,13 @@
$newname = $this->makePageLink( Title::newFromText( $params[3] 
) );
$params[2] = Message::rawParam( $oldname );
$params[3] = Message::rawParam( $newname );
+   $timeAndDate = $params[4];
$params[4] = $this->context->getLanguage()
-   ->userTimeAndDate( $params[4], 
$this->context->getUser() );
+   ->userTimeAndDate( $timeAndDate, 
$this->context->getUser() );
+   $params[5] = $this->context->getLanguage()
+   ->userTime( $timeAndDate, $this->context->getUser() );
+   $params[6] = $this->context->getLanguage()
+   ->userDate( $timeAndDate, $this->context->getUser() );
return $params;
}
 
@@ -76,8 +81,12 @@
static $map = array(
'4:title:dest',
'5:timestamp:mergepoint',
+   '6:timestamp:mergepoint',
+   '7:timestamp:mergepoint',
'4::dest' => '4:title:dest',
'5::mergepoint' => '5:timestamp:mergepoint',
+   '6::mergepoint' => '6:timestamp:mergepoint',
+   '7::mergepoint' => '7:timestamp:mergepoint',
);
foreach ( $map as $index => $key ) {
if ( isset( $params[$index] ) ) {
diff --git a/languages/i18n/en.json b/languages/i18n/en.json
index f1c354a..e6d829e 100644
--- a/languages/i18n/en.json
+++ b/languages/i18n/en.json
@@ -3746,7 +3746,7 @@

[MediaWiki-commits] [Gerrit] Clarify documentation of apihelp-query+categorymembers-param... - change (mediawiki/core)

2016-01-23 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Clarify documentation of 
apihelp-query+categorymembers-paramvalue-prop-type
..

Clarify documentation of apihelp-query+categorymembers-paramvalue-prop-type

Thread:
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Apihelp-query%2Bcategorymembers-paramvalue-prop-type/en

Change-Id: I67d9d7256330ed2ea0b16c22be463f855bc65f2d
---
M includes/api/i18n/qqq.json
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/includes/api/i18n/qqq.json b/includes/api/i18n/qqq.json
index 804a8d6..84cab4b 100644
--- a/includes/api/i18n/qqq.json
+++ b/includes/api/i18n/qqq.json
@@ -578,7 +578,7 @@
"apihelp-query+categorymembers-paramvalue-prop-title": 
"{{doc-apihelp-param|query+categorymembers|prop|title}}",
"apihelp-query+categorymembers-paramvalue-prop-sortkey": 
"{{doc-apihelp-param|query+categorymembers|prop|sortkey}}",
"apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix": 
"{{doc-apihelp-param|query+categorymembers|prop|sortkeyprefix}}",
-   "apihelp-query+categorymembers-paramvalue-prop-type": 
"{{doc-apihelp-param|query+categorymembers|prop|type}}",
+   "apihelp-query+categorymembers-paramvalue-prop-type": 
"{{doc-apihelp-param|query+categorymembers|prop|type}}\n'page, subcat or file' 
should be translated as 'page, subcategory or file'",
"apihelp-query+categorymembers-paramvalue-prop-timestamp": 
"{{doc-apihelp-param|query+categorymembers|prop|timestamp}}",
"apihelp-query+categorymembers-param-namespace": 
"{{doc-apihelp-param|query+categorymembers|namespace}}",
"apihelp-query+categorymembers-param-type": 
"{{doc-apihelp-param|query+categorymembers|type}}",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I67d9d7256330ed2ea0b16c22be463f855bc65f2d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Add GRAMMAR support for interwikiintegration-setuptext - change (mediawiki...InterwikiIntegration)

2016-01-22 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Add GRAMMAR support for interwikiintegration-setuptext
..

Add GRAMMAR support for interwikiintegration-setuptext

Thread:
https://translatewiki.net/wiki/Thread:Translating_talk:MediaWiki/About_MediaWiki:Interwikiintegration-setuptext/ksh

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


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/InterwikiIntegration 
refs/changes/34/265734/1

diff --git a/i18n/en.json b/i18n/en.json
index cfb5999..91210be 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -11,7 +11,7 @@
"populateinterwikiwatchlisttable": "Populate interwiki watchlist table",
"populateinterwikirecentchangestable": "Populate interwiki recent 
changes table",
"populateinterwikipagetable": "Populate interwiki page table",
-   "interwikiintegration-setuptext": "$1's tables have been configured. Be 
sure to configure the tables on your other wikis as well.",
+   "interwikiintegration-setuptext": "{{GRAMMAR|Genitive|$1}} tables have 
been configured. Be sure to configure the tables on your other wikis as well.",
"interwikiintegration-interwikiwatchlist-setuptext": "Interwiki 
watchlist tables have been populated.",
"interwikiintegration-interwikirecentchanges-setuptext": "Interwiki 
recentchanges tables have been populated.",
"interwikiintegration-interwikipage-setuptext": "Interwiki page tables 
have been populated.",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I71fca11ca1453c3c06edc290d1f73ae4cb0afc6a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/InterwikiIntegration
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Reword globalrenamequeue-request-userinfo-global - change (mediawiki...CentralAuth)

2016-01-22 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Reword globalrenamequeue-request-userinfo-global
..

Reword globalrenamequeue-request-userinfo-global

Thread:
https://translatewiki.net/wiki/Thread:Translating_talk:MediaWiki/About_MediaWiki:Globalrenamequeue-request-userinfo-global/en

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


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

diff --git a/i18n/en.json b/i18n/en.json
index 7289e9d..ed50ed0 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -463,7 +463,7 @@
"globalrenamequeue-request-title": "Rename \"$1\"?",
"globalrenamequeue-request-header": "[$1 $2] is 
requesting a rename to $3.",
"globalrenamequeue-request-userinfo-local": "* user: 
[[Special:CentralAuth/$1]]\n* home wiki: $2\n* new name: 
[[Special:CentralAuth/$3]]\n",
-   "globalrenamequeue-request-userinfo-global": "* user: 
[[Special:CentralAuth/$1]]\n* home wiki: $2\n* new name: 
[[Special:CentralAuth/$3]]\n* global edit count: $4",
+   "globalrenamequeue-request-userinfo-global": "* current username: 
[[Special:CentralAuth/$1]]\n* home wiki: $2\n* new username: 
[[Special:CentralAuth/$3]]\n* global edit count: $4",
"globalrenamequeue-request-reason": "Reason for requesting 
rename\n:$1",
"globalrenamequeue-request-reason-sul": "User notified of global name 
conflict in preparation for SUL finalization.",
"globalrenamequeue-request-comments-label": "Notes/reasoning",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3425708005b3dff3f8a09f8e3697d3753341c019
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralAuth
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Update documentation of citoid-citefromiddialog-use-general-... - change (mediawiki...Citoid)

2016-01-22 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Update documentation of 
citoid-citefromiddialog-use-general-error-message
..

Update documentation of citoid-citefromiddialog-use-general-error-message

Thread:
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Citoid-citefromiddialog-use-general-error-message/nb

Change-Id: I5690cf98e630161586d8df2664316f743d90
---
M i18n/qqq.json
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Citoid 
refs/changes/80/265780/1

diff --git a/i18n/qqq.json b/i18n/qqq.json
index 7cb5937..2b8d75e 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -23,7 +23,7 @@
"citoid-citefromiddialog-search-placeholder": "Placeholder for the 
URL/DOI/PMID search field.\n\n'''NOTE:''' Do not translate example.com as it is 
a domain name specifically reserved by IANA for examples.",
"citoid-citefromiddialog-search-progress": "Message for when the search 
is in progress",
"citoid-citefromiddialog-title": "The title displayed on the dialog",
-   "citoid-citefromiddialog-use-general-error-message": "Label notifying 
the user there was a problem creating their reference, and offering to use the 
full citation tool.\n* $1 – link to open the citation dialog; link label: 
{{msg-mw|Citoid-citefromiddialog-mode-manual}}",
+   "citoid-citefromiddialog-use-general-error-message": "Label notifying 
the user there was a problem creating their reference, and offering to use the 
full citation tool.",
"citoid-citefromidtool-title": "Label for the button to add a citation 
in the toolbar\n{{Identical|Cite}}",
"citoid-desc": 
"{{desc|name=Citoid|url=https://www.mediawiki.org/wiki/Citoid}};,
"citoid-referencecontextitem-convert-button": "Label for the button to 
convert a plain reference to a Citoid reference.\n{{Identical|Convert}}",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5690cf98e630161586d8df2664316f743d90
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Citoid
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Reword echo-notification-alert-text-only - change (mediawiki...Echo)

2016-01-22 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Reword echo-notification-alert-text-only
..

Reword echo-notification-alert-text-only

Thread:
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Echo-notification-alert-text-only/en

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Echo 
refs/changes/88/265788/1

diff --git a/i18n/en.json b/i18n/en.json
index e7e16ee..2e96043 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -117,7 +117,7 @@
"echo-email-footer-default-html": "To control which emails we send you, 
check your 
preferences.\n$1",
"echo-notification-alert": "{{PLURAL:$1|Alert ($1)|Alerts 
($1)|100=Alerts (99+)}}",
"echo-notification-message": "{{PLURAL:$1|Message ($1)|Messages 
($1)|100=Messages (99+)}}",
-   "echo-notification-alert-text-only": "Alerts",
+   "echo-notification-alert-text-only": "Information",
"echo-notification-message-text-only": "Messages",
"echo-overlay-link": "All notifications",
"echo-overlay-title": "Notifications",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I975d751519f7b8c9f008c931c3399885e1dae46b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Improve documentation of foreign-structured-upload-form-labe... - change (mediawiki/core)

2016-01-22 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Improve documentation of 
foreign-structured-upload-form-label-own-work-message-local
..

Improve documentation of 
foreign-structured-upload-form-label-own-work-message-local

Thread:
https://translatewiki.net/wiki/Thread:Translating_talk:MediaWiki/About_MediaWiki:Foreign-structured-upload-form-label-own-work-message-local/ksh

Change-Id: I4736ee55145070889f819c8c9bf07b43bfea648a
---
M languages/i18n/qqq.json
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json
index 06f4fe6..acf9718 100644
--- a/languages/i18n/qqq.json
+++ b/languages/i18n/qqq.json
@@ -1679,7 +1679,7 @@
"foreign-structured-upload-form-label-own-work": "[[File:Cross-wiki 
media upload dialog, December 2015 AB test option 1.png|thumb]] Label for own 
work confirmation checkbox",
"foreign-structured-upload-form-label-infoform-categories": "Label for 
category selector input\n{{Identical|Category}}",
"foreign-structured-upload-form-label-infoform-date": "Label for date 
input\n{{Identical|Date}}",
-   "foreign-structured-upload-form-label-own-work-message-local": "Message 
shown by local when a user affirms that they are allowed to upload a file to 
the local wiki.",
+   "foreign-structured-upload-form-label-own-work-message-local": "Message 
shown by local when a user affirms that their file upload to the local wiki 
follows the terms of service and licensing policies on {{SITENAME}}.",
"foreign-structured-upload-form-label-not-own-work-message-local": 
"Message shown by local when a user cannot upload a file to the local wiki.",
"foreign-structured-upload-form-label-not-own-work-local-local": 
"Suggests uploading a file via Special:Upload instead of using whatever method 
they're currently using.",
"foreign-structured-upload-form-label-own-work-message-default": 
"Message shown by default when a user affirms that they are allowed to upload a 
file to a remote wiki.",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4736ee55145070889f819c8c9bf07b43bfea648a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Simplify flow-error-parsoid-failure for end users. - change (mediawiki...Flow)

2016-01-22 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Simplify flow-error-parsoid-failure for end users.
..

Simplify flow-error-parsoid-failure for end users.

Thread:
https://translatewiki.net/wiki/Thread:Translating_talk:MediaWiki/About_MediaWiki:Flow-error-parsoid-failure/ksh

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/03/265703/1

diff --git a/i18n/en.json b/i18n/en.json
index f48de9b..e0bbbfd 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -139,7 +139,7 @@
"flow-error-missing-content": "Post has no content. Content is required 
to save a post.",
"flow-error-missing-summary": "You must submit a summary.",
"flow-error-missing-title": "Topic has no title. Title is required to 
save a topic.",
-   "flow-error-parsoid-failure": "Unable to parse content: Error 
contacting the server for Parsoid conversion. Please check your Internet 
connection",
+   "flow-error-parsoid-failure": "Unable to analyse content in computer 
language: Error contacting the server for conversion between wikitext and HTML. 
Please check your Internet connection",
"flow-error-missing-replyto": "No \"replyTo\" parameter was supplied. 
This parameter is required for the \"reply\" action.",
"flow-error-invalid-replyto": "\"replyTo\" parameter was invalid. The 
specified post could not be found.",
"flow-error-delete-failure": "Deletion of this item failed.",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic150265c12d9e47bd0c8d33b637e27546b45b1f2
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Reword cx-campaign-newarticle-notice - change (mediawiki...ContentTranslation)

2016-01-22 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Reword cx-campaign-newarticle-notice
..

Reword cx-campaign-newarticle-notice

Thread:
https://translatewiki.net/wiki/Thread:Translating_talk:MediaWiki/About_MediaWiki:Cx-campaign-newarticle-notice/en

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


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContentTranslation 
refs/changes/97/265697/1

diff --git a/i18n/en.json b/i18n/en.json
index f8518b0..71b9287 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -151,7 +151,7 @@
"cx-draft-cancel-button-label": "Cancel",
"cx-draft-discard-button-label": "Delete translation",
"cx-beta-feature-enabled-notification": "Content Translation has been 
activated in this wiki.",
-   "cx-campaign-newarticle-notice": "Now you can also create new pages by 
translating! Do you want to try the Content Translation beta 
tool?",
+   "cx-campaign-newarticle-notice": "Creating new pages by 
translating is easier now! Do you want to try the Content 
Translation beta tool?",
"cx-campaign-no-thanks": "No, thanks",
"cx-campaign-try": "Try Content Translation",
"cx-campaign-contributionsmenu-mycontributions": "Contributions",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I103b9e9dcb1719bd8e7221401522b60661a25ee8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Add GENDER support for importusers-log-summary-added. - change (mediawiki...ImportUsers)

2016-01-22 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Add GENDER support for importusers-log-summary-added.
..

Add GENDER support for importusers-log-summary-added.

GENDER support for singular case of 'User'.

Thread:
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Importusers-log-summary-added/es

Change-Id: Ic28ca416e9f4e8a58303e5065ec000a742f4ea00
---
M ImportUsers_body.php
M i18n/en.json
M i18n/qqq.json
3 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ImportUsers 
refs/changes/19/265719/1

diff --git a/ImportUsers_body.php b/ImportUsers_body.php
index 82a6c8c..b5e7cdb 100644
--- a/ImportUsers_body.php
+++ b/ImportUsers_body.php
@@ -156,7 +156,7 @@
 
$output .= '' . wfMessage( 'importusers-log-summary' 
)->text() . '';
$output .= wfMessage( 'importusers-log-summary-all', 
$summary['all'] )->text() . '';
-   $output .= wfMessage( 'importusers-log-summary-added', 
$summary['added'] )->text() . '';
+   $output .= wfMessage( 'importusers-log-summary-added', 
$summary['added'], $newuserarray[0] )->text() . '';
$output .= wfMessage( 'importusers-log-summary-updated', 
$summary['updated'] )->text() . '';
 
return $output;
diff --git a/i18n/en.json b/i18n/en.json
index f047fbd..1dc3335 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -25,7 +25,7 @@
"importusers-log-list": "Imported or updated users:",
"importusers-log-summary": "Import summary:",
"importusers-log-summary-all": "Total {{PLURAL:$1|user|users}}: $1",
-   "importusers-log-summary-added": "{{PLURAL:$1|User|Users}} added: $1",
+   "importusers-log-summary-added": 
"{{PLURAL:$1|{{GENDER:$2|User}}|Users}} added: $1",
"importusers-log-summary-updated": "{{PLURAL:$1|User|Users}} updated: 
$1",
"importusers-login-name": "Login name",
"importusers-password": "password",
diff --git a/i18n/qqq.json b/i18n/qqq.json
index b690cdb..dcf80c6 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -23,7 +23,7 @@
"importusers-log-list": "This is the subheader of the log's output 
section.",
"importusers-log-summary": "This is a log message.",
"importusers-log-summary-all": "This is a log message.\n\n* \"$1\" is 
the number of users.\n\n{{Identical|Total user}}",
-   "importusers-log-summary-added": "This is a log message.\n\n* \"$1\" is 
the number of users.\n\n{{Identical|User added}}",
+   "importusers-log-summary-added": "This is a log message.\n\n* \"$1\" is 
the number of users.\n* \"$2\" is the username, used for GENDER support in 
singular case\n\n{{Identical|User added}}",
"importusers-log-summary-updated": "This is a log message.\n\n* \"$1\" 
is the number of users.\n\n{{Identical|User updated}}",
"importusers-login-name": "This is a help text.",
"importusers-password": "This is a help 
text.\n\n{{Identical|Password}}",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic28ca416e9f4e8a58303e5065ec000a742f4ea00
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ImportUsers
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Improve documentation of listings-checkout. - change (mediawiki...Listings)

2016-01-22 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Improve documentation of listings-checkout.
..

Improve documentation of listings-checkout.

Thread:
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Listings-checkout/ksh_(3)

Change-Id: I8fddd2f46eb42b8d32f6ddaf2c7060c5375d83f2
---
M i18n/qqq.json
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Listings 
refs/changes/22/265722/1

diff --git a/i18n/qqq.json b/i18n/qqq.json
index b0d7855..acd5ac8 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -19,7 +19,7 @@
"listings-tollfree": "Used as label for \"toll-free\" output.",
"listings-tollfree-symbol": "{{ignored}}",
"listings-checkin": "Parameters:\n* $1 - check-in, i.e. a check-in time 
of the hotels\nSee also:\n* {{msg-mw|Listings-checkout}}",
-   "listings-checkout": "Parameters:\n* $1 - Check-out-time of the 
hotels.\nSee also:\n* {{msg-mw|Listings-checkin}}",
+   "listings-checkout": "Parameters:\n* $1 - Planned check-out-time of the 
hotels.\nSee also:\n* {{msg-mw|Listings-checkin}}",
"listings-position": "Parameters:\n* $1 - 
{{msg-mw|listings-position-template}}\nIf the message 
{{msg-mw|listings-position-template}} is empty, this message is 
unused.\n{{Identical|Position}}",
"listings-position-template": "{{ignored}}"
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8fddd2f46eb42b8d32f6ddaf2c7060c5375d83f2
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Listings
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Reword thanks-confirmation2 - change (mediawiki...Thanks)

2016-01-22 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Reword thanks-confirmation2
..

Reword thanks-confirmation2

Thread:
https://translatewiki.net/wiki/Thread:Support/MediaWiki:Thanks-confirmation2/en:_public_or_private_thanks%3F

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


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

diff --git a/i18n/en.json b/i18n/en.json
index 3eb0ddf..71ca4fb 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -15,7 +15,7 @@
"thanks-thank-tooltip": "{{GENDER:$1|Send}} a thank you notification to 
this {{GENDER:$2|user}}",
"thanks-thank-tooltip-no": "{{GENDER:$1|Cancel}} the thank you 
notification",
"thanks-thank-tooltip-yes": "{{GENDER:$1|Send}} the thank you 
notification",
-   "thanks-confirmation2": "{{GENDER:$1|Send}} public thanks for this 
edit?",
+   "thanks-confirmation2": "{{GENDER:$1|Send}} private thanks for this 
edit?",
"thanks-thanked-notice": "$1 received your thanks for 
{{GENDER:$2|his|her|their}} edit.",
"thanks": "Send thanks",
"thanks-submit": "Send thanks",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7e0afe01b36655fac09d22c2f1c475727849cd8f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Thanks
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Reword action-sci-metadatasearch - change (mediawiki...SemanticCite)

2016-01-22 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Reword action-sci-metadatasearch
..

Reword action-sci-metadatasearch

Thread:
https://translatewiki.net/wiki/Thread:Translating_talk:MediaWiki/About_MediaWiki:Action-sci-metadatasearch/en

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticCite 
refs/changes/24/265724/1

diff --git a/i18n/en.json b/i18n/en.json
index 755c61c..d3574db 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -27,7 +27,7 @@
"findmetadatabyid": "Find metadata",
"findcitablemetadata": "Find citable metadata",
"right-sci-metadatasearch": "Metadata search access",
-   "action-sci-metadatasearch": "the Semantic Cite metadata search",
+   "action-sci-metadatasearch": "access [the Semantic Cite] metadata 
search",
"sci-specials-header-results": "List of results",
"sci-specials-select-options": "Select options",
"sci-specials-no-results": "No results available.",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1815cf6c21f7553ae703db098f17163a102601c2
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticCite
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Explain {{WBREPONAME}} in articleplaceholder-desc - change (mediawiki...ArticlePlaceholder)

2016-01-22 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Explain {{WBREPONAME}} in articleplaceholder-desc
..

Explain {{WBREPONAME}} in articleplaceholder-desc

Thread:
https://translatewiki.net/wiki/Thread:Translating_talk:MediaWiki/About_MediaWiki:Articleplaceholder-desc/ksh

Change-Id: Ia0ee4041dcfd6abcf5090e1079ab251ef66a4ec1
---
M i18n/qqq.json
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ArticlePlaceholder 
refs/changes/26/265726/1

diff --git a/i18n/qqq.json b/i18n/qqq.json
index 0993883..6d29fb5 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -6,7 +6,7 @@
"Raymond"
]
},
-   "articleplaceholder-desc": 
"{{desc|what=extension|name=ArticlePlaceholder|url=https://www.mediawiki.org/wiki/Extension:ArticlePlaceholder}};,
+   "articleplaceholder-desc": 
"{{desc|what=extension|name=ArticlePlaceholder|url=https://www.mediawiki.org/wiki/Extension:ArticlePlaceholder}}\n{{WBREPONAME}}
 is the repository name of Wikidata (replaced Wikidata).",
"articleplaceholder-abouttopic": "Title of Special:AboutTopic.",
"articleplaceholder-abouttopic-intro": "Intro paragraph shown on 
Special:AboutTopic.",
"articleplaceholder-abouttopic-entityid": "Text to encourage the user 
to enter an entity id.",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia0ee4041dcfd6abcf5090e1079ab251ef66a4ec1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ArticlePlaceholder
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Clarify documentation of apihelp-flow+edit-title-param-content - change (mediawiki...Flow)

2016-01-22 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Clarify documentation of apihelp-flow+edit-title-param-content
..

Clarify documentation of apihelp-flow+edit-title-param-content

Thread:
https://translatewiki.net/wiki/Thread:Translating_talk:MediaWiki/About_MediaWiki:Apihelp-flow%2Bedit-title-param-content/en

Change-Id: I1066845bad06590088c7a8a15ca2ad750f61def3
---
M i18n/qqq.json
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/25/265725/1

diff --git a/i18n/qqq.json b/i18n/qqq.json
index fc90cef..367f9a2 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -473,7 +473,7 @@
"apihelp-flow+edit-post-example-1": 
"{{doc-apihelp-example|flow+edit-post}}",
"apihelp-flow+edit-title-description": 
"{{doc-apihelp-description|flow+edit-title}}",
"apihelp-flow+edit-title-param-prev_revision": 
"{{doc-apihelp-param|flow+edit-title|prev_revision}}",
-   "apihelp-flow+edit-title-param-content": 
"{{doc-apihelp-param|flow+edit-title|content}}",
+   "apihelp-flow+edit-title-param-content": 
"{{doc-apihelp-param|flow+edit-title|content}}\n(topic-title-wikitext) is the 
allowed format and should be translated.",
"apihelp-flow+edit-title-example-1": 
"{{doc-apihelp-example|flow+edit-title}}",
"apihelp-flow+edit-topic-summary-description": 
"{{doc-apihelp-description|flow+edit-topic-summary}}",
"apihelp-flow+edit-topic-summary-param-prev_revision": 
"{{doc-apihelp-param|flow+edit-topic-summary|prev_revision}}",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1066845bad06590088c7a8a15ca2ad750f61def3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Clarification in documentation of ores-damaging-filter - change (mediawiki...ORES)

2016-01-22 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Clarification in documentation of ores-damaging-filter
..

Clarification in documentation of ores-damaging-filter

Thread:
https://translatewiki.net/wiki/Thread:Translating_talk:MediaWiki/About_MediaWiki:Ores-reverted-filter/ksh

Change-Id: I7c2a7bc32ee842f36a55c6d92b34bf49fcaa3b03
---
M i18n/qqq.json
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/i18n/qqq.json b/i18n/qqq.json
index 418221e..38cf6db 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -1,7 +1,7 @@
 {
"@metadata": [],
"ores-desc": "Extension summary.",
-   "ores-damaging-filter": "Label to toggle filtering on ORES data. 
Parameters:\n* $1 - Action to be performed by toggling.",
+   "ores-damaging-filter": "Label to toggle filtering on ORES data. 
Parameters:\n* $1 - Action to be performed by toggling. Can be either show or 
hide.",
"ores-damaging-letter": "Single letter for tagging possibly damaging 
recent changes.",
"ores-damaging-title": "Tooltip for damaging risk icon.",
"ores-damaging-legend": "Legend for damaging risk icon."

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7c2a7bc32ee842f36a55c6d92b34bf49fcaa3b03
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ORES
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Remove parentheses from yourgender message - change (mediawiki/core)

2016-01-22 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Remove parentheses from yourgender message
..

Remove parentheses from yourgender message

Thread:
https://translatewiki.net/wiki/Thread:Translating_talk:MediaWiki/About_MediaWiki:Yourgender/de

Change-Id: Ia51318ff26e9be6606a3cdfaf238c56fc0d01a07
---
M includes/Preferences.php
1 file changed, 1 insertion(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/63/265763/1

diff --git a/includes/Preferences.php b/includes/Preferences.php
index 5f37e3f..e3707c2 100644
--- a/includes/Preferences.php
+++ b/includes/Preferences.php
@@ -337,9 +337,7 @@
'type' => 'radio',
'section' => 'personal/i18n',
'options' => array(
-   $context->msg( 'parentheses' )
-   ->params( $context->msg( 
'gender-unknown' )->plain() )
-   ->escaped() => 'unknown',
+   $context->msg( 'gender-unknown' )->plain() => 
'unknown',
$context->msg( 'gender-female' )->escaped() => 
'female',
$context->msg( 'gender-male' )->escaped() => 
'male',
),

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia51318ff26e9be6606a3cdfaf238c56fc0d01a07
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Add GENDER and GRAMMAR support to AzharAuth messages - change (mediawiki...AzharAuth)

2016-01-22 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Add GENDER and GRAMMAR support to AzharAuth messages
..

Add GENDER and GRAMMAR support to AzharAuth messages

* GENDER and GRAMMAR to azharauth-successtext
* GRAMMAR to azharauth-remotelogout

Threads:
https://translatewiki.net/wiki/Thread:Translating_talk:MediaWiki/About_MediaWiki:Azharauth-successtext/ksh
https://translatewiki.net/wiki/Thread:Translating_talk:MediaWiki/About_MediaWiki:Azharauth-remotelogout/ksh

Change-Id: I2a3eb2e05ee4aa3f7041af7eeb090612b9beb45e
---
M i18n/en.json
M i18n/qqq.json
2 files changed, 3 insertions(+), 3 deletions(-)


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

diff --git a/i18n/en.json b/i18n/en.json
index f53883a..344ac36 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -15,6 +15,6 @@
"azharauth-usercreatereason": "Account automatically created on login 
through $1.",
"azharauth-defaultproductname": "external identity provider",
"azharauth-successtitle": "Authentication successful",
-   "azharauth-successtext": "You've successfully been authentified by $1 
as $2.",
-   "azharauth-remotelogout": "Logout from $1, too."
+   "azharauth-successtext": "You've successfully been authentified by 
{{GRAMMAR:N|$1}} as {{GENDER:$2|$2}}.",
+   "azharauth-remotelogout": "Logout from {{GRAMMAR:N|$1}}, too."
 }
diff --git a/i18n/qqq.json b/i18n/qqq.json
index 148a4d3..60df916 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -16,6 +16,6 @@
"azharauth-usercreatereason": "Log message for automatically created 
accounts.\n\nParameters:\n* $1 - the product name",
"azharauth-defaultproductname": "The string to inject in 
azharauth-login or azharauth-usercreatereason when no product name is defined 
in the configuration. Will be prepended by “through” or “by” in English.",
"azharauth-successtitle": "Title of the page login succesful page",
-   "azharauth-successtext": "Text of the page login succesful 
page.\n\nParameters:\n* $1 - the product name\n* $2 - the user name",
+   "azharauth-successtext": "Text of the page login succesful 
page.\n\nParameters:\n* $1 - the product name\n* $2 - the user name, used for 
GENDER support",
"azharauth-remotelogout": "Text of the remote logout link, which 
appears to the logout MediaWiki page. This allows the user to have an 
opportunity to securely logout from Azhàr when they logs out from the 
wiki.\n\nParameters:\n* $1 - the product name"
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2a3eb2e05ee4aa3f7041af7eeb090612b9beb45e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/AzharAuth
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Clarify math-visualeditor-symbol-group-root - change (mediawiki...Math)

2016-01-22 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Clarify math-visualeditor-symbol-group-root
..

Clarify math-visualeditor-symbol-group-root

Thread:
https://translatewiki.net/wiki/Thread:Translating_talk:MediaWiki/About_MediaWiki:Math-visualeditor-symbol-group-root/en

Change-Id: Ia05240001617b37786c88c2b77782c38a473ec1c
---
M i18n/qqq.json
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Math 
refs/changes/39/265739/1

diff --git a/i18n/qqq.json b/i18n/qqq.json
index f03d837..65883fb 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -43,7 +43,7 @@
"math-visualeditor-symbol-group-projections": "Label for the 
projections group of math symbols",
"math-visualeditor-symbol-group-parentheses": "Label for the 
parentheses group of math symbols",
"math-visualeditor-symbol-group-relations": "Label for the relations 
group of math symbols\n{{Identical|Relation}}",
-   "math-visualeditor-symbol-group-root": "Label for the root group of 
math symbols",
+   "math-visualeditor-symbol-group-root": "Label for the root group of 
math symbols\nIdentifies math radicals and not chemistry ones.",
"math-visualeditor-symbol-group-sets": "Label for the sets group of 
math symbols",
"math-visualeditor-symbol-group-spacing": "Label for the spacing group 
of math symbols",
"math-visualeditor-symbol-group-special": "Label for the special group 
of math symbols\n{{Identical|Special}}",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia05240001617b37786c88c2b77782c38a473ec1c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Math
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Add GENDER support to pagetriage-info-problem-blocked - change (mediawiki...PageTriage)

2016-01-22 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Add GENDER support to pagetriage-info-problem-blocked
..

Add GENDER support to pagetriage-info-problem-blocked

Thread:
https://translatewiki.net/wiki/Thread:Translating_talk:MediaWiki/About_MediaWiki:Pagetriage-info-problem-blocked/en

Change-Id: I606ebec49cfed3cfa32cbabf1baa191e058e47e5
---
M i18n/en.json
M i18n/qqq.json
M modules/ext.pageTriage.views.toolbar/ext.pageTriage.articleInfo.js
3 files changed, 7 insertions(+), 7 deletions(-)


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

diff --git a/i18n/en.json b/i18n/en.json
index 2fcde15..be60749 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -318,7 +318,7 @@
"pagetriage-info-no-problems": "No problems have been found for this 
page so far.",
"pagetriage-info-problem-non-autoconfirmed": "New editor",
"pagetriage-info-problem-non-autoconfirmed-desc": "This page was 
created by a non-autoconfirmed editor.",
-   "pagetriage-info-problem-blocked": "Blocked user",
+   "pagetriage-info-problem-blocked": "Blocked {{GENDER:$1|user}}",
"pagetriage-info-problem-blocked-desc": "This page was created by a 
blocked user.",
"pagetriage-info-problem-no-categories": "No categories",
"pagetriage-info-problem-no-categories-desc": "This page does not 
belong to any categories.",
diff --git a/i18n/qqq.json b/i18n/qqq.json
index a921e3b..10c7bff 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -328,15 +328,15 @@
"pagetriage-info-history-show-full": "Used as link text.\n\nThe link 
points to History page (action=history).",
"pagetriage-info-help": "Link text for the info flyout help 
button.\n{{Identical|Help}}",
"pagetriage-info-no-problems": "Text to show when the page has no 
problems.",
-   "pagetriage-info-problem-non-autoconfirmed": "Title for the error 
displayed when the page author isn't autoconfirmed.",
+   "pagetriage-info-problem-non-autoconfirmed": "Title for the error 
displayed when the page author isn't autoconfirmed. Parameters: \n* $1 - 
username, unused",
"pagetriage-info-problem-non-autoconfirmed-desc": "Desription for the 
error displayed when the page author isn't autoconfirmed.",
-   "pagetriage-info-problem-blocked": "Title for the error displayed when 
the page author is blocked.",
+   "pagetriage-info-problem-blocked": "Title for the error displayed when 
the page author is blocked. Parameters: \n* $1 - username, used for GENDER 
support",
"pagetriage-info-problem-blocked-desc": "Description for the error 
displayed when the page author is blocked.",
-   "pagetriage-info-problem-no-categories": "Title for the error displayed 
when the page belongs to no categories.\n{{Identical|No category}}",
+   "pagetriage-info-problem-no-categories": "Title for the error displayed 
when the page belongs to no categories. Parameters: \n* $1 - username, 
unused\n{{Identical|No category}}",
"pagetriage-info-problem-no-categories-desc": "Description for the 
error displayed when the page belongs to no categories.",
-   "pagetriage-info-problem-orphan": "Title for the error displayed when 
the page has no inbound links.\n{{Identical|Orphan}}",
+   "pagetriage-info-problem-orphan": "Title for the error displayed when 
the page has no inbound links. Parameters: \n* $1 - username, 
unused\n{{Identical|Orphan}}",
"pagetriage-info-problem-orphan-desc": "Description for the error 
displayed when the page has no inbound links.",
-   "pagetriage-info-problem-no-references": "Title for the error displayed 
when the page has no citations to any sources.",
+   "pagetriage-info-problem-no-references": "Title for the error displayed 
when the page has no citations to any sources. Parameters: \n* $1 - username, 
unused",
"pagetriage-info-problem-no-references-desc": "Description for the 
error displayed when the page has no citations.",
"pagetriage-info-timestamp-date-format": "Format specifier for the 
month and date part of the revision timestamp. Month and weekday names will be 
localized. For formats, see: 
http://code.google.com/p/datejs/wiki/FormatSpecifiers.\n\nIf your language 
requires some text between the day, month and year (for example in the Galician 
language the word '''de''' is inserted: d de  de ) and the text 
includes characters which are format specifiers as listed in the above page, 
then they need to be inserted with HTML codes, see for instance the list at 
. In Galician this is: \n\nd    
\n\n{{DataFormatSpecifiers/en}}",
"pagetriage-info-timestamp-time-format": "Format specifier for the hour 
and minute part of the revision timestamp. Month and weekday names will be 
localized. For formats, see: 

[MediaWiki-commits] [Gerrit] Add GENDER support for googlelogin-manage-user - change (mediawiki...GoogleLogin)

2016-01-22 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Add GENDER support for googlelogin-manage-user
..

Add GENDER support for googlelogin-manage-user

Thread:
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Googlelogin-manage-user/en

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


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

diff --git a/i18n/en.json b/i18n/en.json
index e62e559..2b4cd8f 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -9,7 +9,7 @@
"googlelogin-managelegend": "Find user to manage",
"googlelogin-manage-usersubmit": "Manage user",
"googlelogin-manage-notexist": "There is no user with name 
$1.",
-   "googlelogin-manage-user": "You manage the user $1.",
+   "googlelogin-manage-user": "You manage the {{GENDER:$1|user}} 
$1.",
"googlelogin-manage-linked": "The account is linked with a Google 
account with the ID ",
"googlelogin-manage-notlinked": "The account is actually not linked 
with a Google account.",
"googlelogin-manage-changelegend": "Change Google ID",
diff --git a/i18n/qqq.json b/i18n/qqq.json
index 74fed44..e7de6f0 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -13,7 +13,7 @@
"googlelogin-managelegend": "Text used in legend on 
Special:ManageGoogleLogin.",
"googlelogin-manage-usersubmit": "Submit text for find user form on 
Special:ManageGoogleLogin.",
"googlelogin-manage-notexist": "Indicates, that the user to manage does 
not exist.\n* $1 - The username entered",
-   "googlelogin-manage-user": "Used on Special:ManageGoogleLogin to show, 
which user is managed.\n* $1 - The name of the managed user",
+   "googlelogin-manage-user": "Used on Special:ManageGoogleLogin to show, 
which user is managed.\n* $1 - The name of the managed user, used for GENDER",
"googlelogin-manage-linked": "Message, that indicates, that the Wiki 
user is linked with a Google account.\n* $1 - Google ID of the linked Google 
account",
"googlelogin-manage-notlinked": "Message that indicates, that the Wiki 
user isn't linked with a Google account.",
"googlelogin-manage-changelegend": "Legendmessage for the \"Change 
Google ID\" form on Special:ManageGoogleLogin.",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6a4b104473e7264014453e79c2672c377194039a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/GoogleLogin
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Clarify coll-add_linked_article and coll-remove_linked_article. - change (mediawiki...Collection)

2016-01-22 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Clarify coll-add_linked_article and coll-remove_linked_article.
..

Clarify coll-add_linked_article and coll-remove_linked_article.

Thread:
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Coll-add_linked_article/sv

Change-Id: If8fe494fb17ffb7407cfb5d9171df604747dae19
---
M i18n/en.json
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Collection 
refs/changes/70/265770/1

diff --git a/i18n/en.json b/i18n/en.json
index 468d0fb..5131b20 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -137,8 +137,8 @@
"coll-disable": "disable",
"coll-book_creator_disable": "Disable book creator",
"coll-book_creator_disable_tooltip": "Stop using the book creator",
-   "coll-add_linked_article": "Add linked wiki page to your book",
-   "coll-remove_linked_article": "Remove linked wiki page from your book",
+   "coll-add_linked_article": "Add the linked wiki page to your book",
+   "coll-remove_linked_article": "Remove the linked wiki page from your 
book",
"coll-add_category": "Add this category to your book",
"coll-add_category_tooltip": "Add all wiki pages in this category to 
your book",
"coll-add_this_page": "Add this page to your book",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If8fe494fb17ffb7407cfb5d9171df604747dae19
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Collection
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Reword GeoData system messages - change (mediawiki...GeoData)

2016-01-21 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Reword GeoData system messages
..

Reword GeoData system messages

Threads:
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Apihelp-query%2Bcoordinates-param-distancefrompage/ksh
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Apihelp-query%2Bcoordinates-param-distancefrompoint/ksh

Change-Id: I25782217a1b80ad56ffa253b5d037693aa66432d
---
M i18n/en.json
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/GeoData 
refs/changes/83/265483/1

diff --git a/i18n/en.json b/i18n/en.json
index 372b1f0..6337507 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -26,8 +26,8 @@
"apihelp-query+coordinates-param-limit": "How many coordinates to 
return.",
"apihelp-query+coordinates-param-prop": "Which additional coordinate 
properties to return.",
"apihelp-query+coordinates-param-primary": "Whether to return only 
primary coordinates (\"primary\"), secondary (\"secondary\") or both 
(\"all\").",
-   "apihelp-query+coordinates-param-distancefrompoint": "Return distance 
in meters of every result on Earth from these coordinates.",
-   "apihelp-query+coordinates-param-distancefrompage": "Return distance in 
meters of every result on Earth from the coordinates of this page.",
+   "apihelp-query+coordinates-param-distancefrompoint": "Return distance 
in meters of every result that has its coordinates on Earth from these 
coordinates.",
+   "apihelp-query+coordinates-param-distancefrompage": "Return distance in 
meters of every result that has its coordinates on Earth from the coordinates 
of this page.",
"apihelp-query+coordinates-example-1": "Get a list of coordinates of 
the [[Main Page]]",
"apihelp-query+geosearch-description": "Returns pages having 
coordinates that are located in a certain area.",
"apihelp-query+geosearch-param-bbox": "Bounding box to search in: pipe 
(|) separated coordinates of top left and bottom right corners.",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I25782217a1b80ad56ffa253b5d037693aa66432d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/GeoData
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Add GENDER support for lqt-thread-edited-author - change (mediawiki...LiquidThreads)

2016-01-21 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Add GENDER support for lqt-thread-edited-author
..

Add GENDER support for lqt-thread-edited-author

Thread:
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Lqt-thread-edited-author/en

Change-Id: I73ff74f3b11b0aadd7213899d7841f30460d1691
---
M classes/View.php
M i18n/qqq.json
2 files changed, 5 insertions(+), 3 deletions(-)


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

diff --git a/classes/View.php b/classes/View.php
index 925258f..bddbd39 100644
--- a/classes/View.php
+++ b/classes/View.php
@@ -1635,10 +1635,12 @@
 
if ( isset( $ebLookup[$editedFlag] ) ) {
$editedBy = $ebLookup[$editedFlag];
+   $user = $this->getUser();
// Used messages: lqt-thread-edited-author, 
lqt-thread-edited-others
$editedNotice = wfMessage( 
"lqt-thread-edited-$editedBy" )
->params( $lastEdit )->numParams( $editorCount )
-   ->params( $lastEditTime, $lastEditDate 
)->parse();
+   ->params( $lastEditTime, $lastEditDate )
+   ->params( $user->getName() )->parse();
$editedNotice = str_replace( '$3', $editors, 
$editedNotice );
$infoElements[] = Xml::tags( 'div', array( 'class' =>

"lqt-thread-toolbar-edited-$editedBy" ),
diff --git a/i18n/qqq.json b/i18n/qqq.json
index c23a3d4..fef9d43 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -135,8 +135,8 @@
"lqt-history-action": "Column header for table of thread history, see 
[{{canonicalurl:Thread:Support/Payflowpro_gateway-select-dollar-amount|lqt_method=thread_history}}
 example]\n{{Identical|Activity}}",
"lqt-history-comment": "Column header for table of thread history, see 
[{{canonicalurl:Thread:Support/Payflowpro_gateway-select-dollar-amount|lqt_method=thread_history}}
 example]\n{{Identical|Comment}}",
"lqt-history-thread": "{{Identical|Thread}}",
-   "lqt-thread-edited-author": "This is a note which appears alongside an 
edited post - see [[Thread:Support/Payflowpro gateway-month/reply 
(4)|example]].\n\nParameters:\n* $1 - date/time of the last edit\n* $2 - Unused 
(Number of users who edited the thread but not useful in this context. Used by 
[[MediaWiki:Lqt-thread-edited-others]])\n* $3 - time of the last edit 
(optional, instead of using $1)\n* $4 - date of the last edit (optional, 
instead of using $1)",
-   "lqt-thread-edited-others": "This is a note which appears alongside an 
edited post - see [[Thread:Translating talk:Wikia/Typo in 
MediaWiki:Feed-title-leaderboard|example]].\n\nParameters:\n* $1 - date/time of 
the last edit\n* $2 - number of users who edited the thread message, including 
the original poster\n* $3 - time of the last edit (optional, instead of using 
$1)\n* $4 - date of the last edit (optional, instead of using $1)",
+   "lqt-thread-edited-author": "This is a note which appears alongside an 
edited post - see [[Thread:Support/Payflowpro gateway-month/reply 
(4)|example]].\n\nParameters:\n* $1 - date/time of the last edit\n* $2 - Unused 
(Number of users who edited the thread but not useful in this context. Used by 
[[MediaWiki:Lqt-thread-edited-others]])\n* $3 - time of the last edit 
(optional, instead of using $1)\n* $4 - date of the last edit (optional, 
instead of using $1)\n* $5 - author name, for GENDER support",
+   "lqt-thread-edited-others": "This is a note which appears alongside an 
edited post - see [[Thread:Translating talk:Wikia/Typo in 
MediaWiki:Feed-title-leaderboard|example]].\n\nParameters:\n* $1 - date/time of 
the last edit\n* $2 - number of users who edited the thread message, including 
the original poster\n* $3 - time of the last edit (optional, instead of using 
$1)\n* $4 - date of the last edit (optional, instead of using $1)\n* $5 - 
Unused (author name, for GENDER support)",
"lqt-header-actions": "{{Identical|Action}}",
"lqt_summarize_link": "Used as link title.\n{{Identical|Summarize}}",
"lqt-summarize-intro": "Used as introduction text in summarize 
page.\n\nRefers to {{msg-mw|Savearticle}}.",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I73ff74f3b11b0aadd7213899d7841f30460d1691
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/LiquidThreads
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org

[MediaWiki-commits] [Gerrit] Clarify admanager_docu message - change (mediawiki...AdManager)

2016-01-21 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Clarify admanager_docu message
..

Clarify admanager_docu message

Thread:
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Admanager_docu/ksh

Change-Id: Iecfcdc9f34f8e38c1710ff6320da8574807e34de
---
M i18n/qqq.json
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/AdManager 
refs/changes/81/265481/1

diff --git a/i18n/qqq.json b/i18n/qqq.json
index 9772226..9e28dab 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -11,7 +11,7 @@
"admanager": "{{doc-special|AdManager|unlisted=1}}",
"admanagerzones": 
"{{doc-special|AdManagerZones|unlisted=1}}\nSpecial:AdManagerZones is used to 
set which zones are available in Special:AdManager. AdManager is an extension 
to MediaWiki that allows per-page or per-category placement of ads into a wiki 
page. It is designed to work with zones from an external advertising server 
such as OpenX, but allows the placement of zones from (probably) any such 
server.",
"admanager-desc": "Description of this extension",
-   "admanager_docu": "Used in Special:AdManager, when there are no 
errors.",
+   "admanager_docu": "Used in Special:AdManager, when there are no 
errors.\n Title refers to page or entire category.",
"admanagerzones_docu": "Used in [[Special:AdManagerZones]]",
"admanager_invalidtargetpage": "Used as error message. Parameters:\n* 
$1 - page title",
"admanager_invalidtargetcategory": "Used as error message. 
Parameters:\n* $1 - category name (category page title)",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iecfcdc9f34f8e38c1710ff6320da8574807e34de
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/AdManager
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Reword mssqlbackcompat-desc. - change (mediawiki...MSSQLBackCompat)

2016-01-21 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Reword mssqlbackcompat-desc.
..

Reword mssqlbackcompat-desc.

Make message more understandable for non techies.

Thread:
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Mssqlbackcompat-desc/es

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


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MSSQLBackCompat 
refs/changes/70/265470/1

diff --git a/i18n/en.json b/i18n/en.json
index ff5cd45..deab339 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -4,5 +4,5 @@
"Sam Reed"
]
},
-   "mssqlbackcompat-desc": "Backward-compatibility workaround to get MSSQL 
support for some MediaWiki extensions (e.g. for SemanticMediaWiki)"
+   "mssqlbackcompat-desc": "Backward-compatibility workaround to get 
Microsoft SQL (Structured Query Language) support for some MediaWiki extensions 
(e.g. for SemanticMediaWiki)"
 }
\ No newline at end of file

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5f818f72a5bb5447f361f55eaa274c8e6fb6af83
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MSSQLBackCompat
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Add link to abusefilter-edit-lastmod-text - change (mediawiki...AbuseFilter)

2016-01-21 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Add link to abusefilter-edit-lastmod-text
..

Add link to abusefilter-edit-lastmod-text

This adds a link to the diff of the edited filter.

Bug: T53382
Change-Id: I57104f592fc3961bb43ecea8442efed4a69c
---
M Views/AbuseFilterViewEdit.php
M Views/AbuseFilterViewList.php
M i18n/en.json
M i18n/qqq.json
4 files changed, 17 insertions(+), 5 deletions(-)


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

diff --git a/Views/AbuseFilterViewEdit.php b/Views/AbuseFilterViewEdit.php
index 2a2f742..233fc95 100755
--- a/Views/AbuseFilterViewEdit.php
+++ b/Views/AbuseFilterViewEdit.php
@@ -479,6 +479,8 @@
Linker::userLink( $row->af_user, 
$row->af_user_text ) .
Linker::userToolLinks( $row->af_user, 
$row->af_user_text );
$userName = $row->af_user_text;
+   $changedFilter = intval( $request->getVal( 
'changedfilter' ) );
+   $changeId = intval( $request->getVal( 'changeid' ) );
$fields['abusefilter-edit-lastmod'] =
$this->msg( 'abusefilter-edit-lastmod-text' )
->rawParams(
@@ -486,7 +488,9 @@
$userLink,
$lang->date( $row->af_timestamp, true ),
$lang->time( $row->af_timestamp, true ),
-   $userName
+   $userName,
+   $this->getLanguage()->formatNum( 
$changedFilter ),
+   $changeId
)->parse();
$history_display = $this->msg( 
'abusefilter-edit-viewhistory' )->parse();
$fields['abusefilter-edit-history'] =
diff --git a/Views/AbuseFilterViewList.php b/Views/AbuseFilterViewList.php
index c549d9c..0e18086 100644
--- a/Views/AbuseFilterViewList.php
+++ b/Views/AbuseFilterViewList.php
@@ -318,12 +318,16 @@
$row->af_user_text
);
$user = $row->af_user_text;
+   $changedFilter = intval( $request->getVal( 
'changedfilter' ) );
+   $changeId = intval( $request->getVal( 
'changeid' ) );
return $this->msg( 
'abusefilter-edit-lastmod-text' )
->rawParams( $lang->timeanddate( 
$value, true ),
$userLink,
$lang->date( $value, true ),
$lang->time( $value, true ),
-   $user
+   $user,
+   
$this->getLanguage()->formatNum( $changedFilter ),
+   $changeId
)->parse();
case 'af_group':
return AbuseFilter::nameGroup( $value );
@@ -411,13 +415,17 @@
return $this->msg( 'abusefilter-hitcount' 
)->numParams( $value )->parse();
case 'af_timestamp':
$user = $row->af_user_text;
+   $changedFilter = intval( $request->getVal( 
'changedfilter' ) );
+   $changeId = intval( $request->getVal( 
'changeid' ) );
return $this->msg(
'abusefilter-edit-lastmod-text',
$lang->timeanddate( $value, true ),
$user,
$lang->date( $value, true ),
$lang->time( $value, true ),
-   $user
+   $user,
+   $this->getLanguage()->formatNum( 
$changedFilter ),
+   $changeId
)->parse();
case 'af_group':
// If this is global, local name probably 
doesn't exist, but try
diff --git a/i18n/en.json b/i18n/en.json
index f10ddde..28ff951 100755
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -142,7 +142,7 @@
"abusefilter-edit-rules": "Conditions:",
"abusefilter-edit-notes": "Notes:",
"abusefilter-edit-lastmod": "Filter last modified:",
-   

[MediaWiki-commits] [Gerrit] Reword config-localsettings-badkey - change (mediawiki/core)

2016-01-21 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Reword config-localsettings-badkey
..

Reword config-localsettings-badkey

Thread:
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Config-localsettings-badkey/en

Change-Id: I74d1cb755bf02c535f3a0abe161b4d3850c68b3c
---
M includes/installer/i18n/en.json
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/98/265498/1

diff --git a/includes/installer/i18n/en.json b/includes/installer/i18n/en.json
index f2ec7a7..8d2040d 100644
--- a/includes/installer/i18n/en.json
+++ b/includes/installer/i18n/en.json
@@ -8,7 +8,7 @@
"config-localsettings-upgrade": "A LocalSettings.php file 
has been detected.\nTo upgrade this installation, please enter the value of 
$wgUpgradeKey in the box below.\nYou will find it in 
LocalSettings.php.",
"config-localsettings-cli-upgrade": "A LocalSettings.php 
file has been detected.\nTo upgrade this installation, please run 
update.php instead",
"config-localsettings-key": "Upgrade key:",
-   "config-localsettings-badkey": "The key you provided is incorrect.",
+   "config-localsettings-badkey": "The upgrade key you provided is 
incorrect.",
"config-upgrade-key-missing": "An existing installation of MediaWiki 
has been detected.\nTo upgrade this installation, please put the following line 
at the bottom of your LocalSettings.php:\n\n$1",
"config-localsettings-incomplete": "The existing 
LocalSettings.php appears to be incomplete.\nThe $1 variable is 
not set.\nPlease change LocalSettings.php so that this variable is 
set, and click \"{{int:Config-continue}}\".",
"config-localsettings-connection-error": "An error was encountered when 
connecting to the database using the settings specified in 
LocalSettings.php. Please fix these settings and try again.\n\n$1",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I74d1cb755bf02c535f3a0abe161b4d3850c68b3c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Add PLURAL support to cargo-cargotables-totalrows. - change (mediawiki...Cargo)

2016-01-21 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Add PLURAL support to cargo-cargotables-totalrows.
..

Add PLURAL support to cargo-cargotables-totalrows.

Thread:
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Cargo-cargotables-totalrows/ksh

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


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

diff --git a/i18n/en.json b/i18n/en.json
index c7877f8..82416a9 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -49,7 +49,7 @@
"cargo-cargotables-declaredby": "Declared by $1",
"cargo-cargotables-attachedby": "attached by $1",
"cargo-cargotables-tablenotfound": "Table \"$1\" not found in Cargo 
database.",
-   "cargo-cargotables-totalrows": "This table has $1 rows altogether.",
+   "cargo-cargotables-totalrows": "This table has $1 
{{PLURAL:$1|row|rows}} altogether.",
"deletecargotable": "Delete Cargo table",
"pagevalues": "Page values",
"cargo-pagevaluesfor": "Page values for \"$1\"",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id98090e9f65e5444967f4dd70c282126866b54cd
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Cargo
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Add PLURAL support for foxway-php-fatal-error-cannot-break-c... - change (mediawiki...Foxway)

2016-01-21 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Add PLURAL support for 
foxway-php-fatal-error-cannot-break-continue.
..

Add PLURAL support for foxway-php-fatal-error-cannot-break-continue.

Thread:
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Foxway-php-fatal-error-cannot-break-continue/en

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Foxway 
refs/changes/99/265499/1

diff --git a/i18n/en.json b/i18n/en.json
index 3a546aa..901aef2 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -9,7 +9,7 @@
"foxway-error-bad-delimiter": "Delimiter must not be alphanumeric or 
backslash.",
"foxway-error-no-ending-matching-delimiter": "No ending matching 
delimiter \"$1\" found.",
"foxway-error-unknown-modifier": "Unknown modifier \"$1\".",
-   "foxway-php-fatal-error-cannot-break-continue": "PHP fatal error: 
Cannot break/continue $1 levels on page $2 line $3.",
+   "foxway-php-fatal-error-cannot-break-continue": "PHP fatal error: 
Cannot break/continue {{PLURAL:$1|$1 level|$1 levels}} on page $2 line $3.",
"foxway-php-fatal-error-max-execution-time": "PHP fatal error: Maximum 
execution time of {{PLURAL:$1|$1 second|$1 seconds}} exceeded on page $2.",
"foxway-php-fatal-error-max-execution-time-scope": "PHP fatal error: 
Maximum execution time of $1 second exceeded on page $2 line $3.",
"foxway-php-fatal-error-undefined-function": "PHP fatal error: Call to 
undefined function $1() on page $2 line $3.",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I053bf3ffed140820828c3eedab3c95add3992845
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Foxway
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Clarify sil-categorypage-languagefilter-active - change (mediawiki...SemanticInterlanguageLinks)

2016-01-21 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Clarify sil-categorypage-languagefilter-active
..

Clarify sil-categorypage-languagefilter-active

Thread:
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Sil-categorypage-languagefilter-active/en

Change-Id: I4b9eb4a2148060c5854224e06ae7c84cf9f6df48
---
M i18n/qqq.json
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/i18n/qqq.json b/i18n/qqq.json
index afd7873..d00542f 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -24,5 +24,5 @@
"sil-search-profile-tooltip": "A label displayed on the Special:Search 
page.",
"sil-search-languagefilter-label": "A label displayed on the 
Special:Search page.",
"sil-search-nolanguagefilter": "A label displayed on the Special:Search 
page.",
-   "sil-categorypage-languagefilter-active": "A message shown on the 
category page"
+   "sil-categorypage-languagefilter-active": "A message shown on the 
category page. Parameters:\n* $1 - text that shows the language of the page"
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4b9eb4a2148060c5854224e06ae7c84cf9f6df48
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticInterlanguageLinks
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Add GENDER support for securepoll-welcome. - change (mediawiki...SecurePoll)

2016-01-21 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Add GENDER support for securepoll-welcome.
..

Add GENDER support for securepoll-welcome.

Thread:
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Securepoll-welcome/en

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


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

diff --git a/i18n/en.json b/i18n/en.json
index bdceebd..6a92a44 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -10,7 +10,7 @@
"securepoll-need-admin": "You need to be an election administrator to 
perform this action.",
"securepoll-too-few-params": "Not enough subpage parameters (invalid 
link).",
"securepoll-invalid-election": "\"$1\" is not a valid election ID.",
-   "securepoll-welcome": "Welcome $1!",
+   "securepoll-welcome": "{{GENDER:$1|Welcome}} $1!",
"securepoll-not-started": "This election has not yet started.\nIt is 
scheduled to start on $2 at $3.",
"securepoll-already-started": "This election has already started.\nIt 
started on $2 at $3",
"securepoll-finished": "This election has finished, you can no longer 
vote.",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I65d55d467547a5b92d3f365a5ccc2bbe3849eeae
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SecurePoll
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Clarify AutoProxyBlock tag-proxy message - change (mediawiki...AutoProxyBlock)

2016-01-21 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Clarify AutoProxyBlock tag-proxy message
..

Clarify AutoProxyBlock tag-proxy message

Thread:
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Tag-proxy/ksh

Change-Id: I09fe3e4dc752b38237a6ec21a6ab004b4b84baae
---
M i18n/qqq.json
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/AutoProxyBlock 
refs/changes/74/265574/1

diff --git a/i18n/qqq.json b/i18n/qqq.json
index 83f10e2..662f4c1 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -8,7 +8,7 @@
"autoproxyblock-desc": 
"{{desc|name=AutoProxyBlock|url=https://www.mediawiki.org/wiki/Extension:AutoProxyBlock}};,
"proxy-blocked": "This message refers to the IP you are using listed as 
a proxy.",
"abusefilter-edit-builder-vars-is-proxy": "This message refers to true 
if this action was performed through a proxy",
-   "tag-proxy": "This message refers to action through proxy",
+   "tag-proxy": "This message refers to an action performed through proxy",
"right-proxyunbannable": "{{doc-right|proxyunbannable}}",
"right-notagproxychanges": "This message refers to protect from tagging 
edits through proxies as \"proxy\"\n\n{{doc-right|notagproxychanges}}",
"right-autoproxyblock-log": "This message refers to view log of 
automatically blocked changes through 
proxies\n\n{{doc-right|autoproxyblock-log}}",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I09fe3e4dc752b38237a6ec21a6ab004b4b84baae
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/AutoProxyBlock
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Add GENDER support to singular cases of EducationProgram mes... - change (mediawiki...EducationProgram)

2016-01-21 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Add GENDER support to singular cases of EducationProgram 
messages
..

Add GENDER support to singular cases of EducationProgram messages

Thread:
https://translatewiki.net/wiki/Thread:Support/GENDER_needed_for_singular_case

Change-Id: If3a80e58c60f9a481712588aecbb046c2fb945df
---
M i18n/en.json
1 file changed, 7 insertions(+), 7 deletions(-)


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

diff --git a/i18n/en.json b/i18n/en.json
index 43c7e3e..4bfb028 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -73,17 +73,17 @@
"logentry-course-remove": "$1 {{GENDER:$2|removed}} course $3",
"logentry-course-update": "$1 {{GENDER:$2|updated}} course $3",
"logentry-course-undelete": "$1 {{GENDER:$2|undeleted}} course $3",
-   "logentry-instructor-add": "$1 {{GENDER:$2|added}} 
{{PLURAL:$4|instructor|instructors}} $5 to course $3",
-   "logentry-instructor-remove": "$1 {{GENDER:$2|removed}} 
{{PLURAL:$4|instructor|instructors}} $5 from course $3",
+   "logentry-instructor-add": "$1 {{GENDER:$2|added}} 
{{PLURAL:$4|{{GENDER:$5|instructor}}|instructors}} $5 to course $3",
+   "logentry-instructor-remove": "$1 {{GENDER:$2|removed}} 
{{PLURAL:$4|{{GENDER:$5|instructor}}|instructors}} $5 from course $3",
"logentry-instructor-selfadd": "$1 added 
{{GENDER:$2|himself|herself|themself}} as {{GENDER:$2|instructor}} to course 
$3",
"logentry-instructor-selfremove": "$1 removed 
{{GENDER:$2|himself|herself|themself}} as {{GENDER:$2|instructor}} from course 
$3",
-   "logentry-online-add": "$1 {{GENDER:$2|added}} {{PLURAL:$4|Online 
volunteer|Online volunteers}} $5 to course $3",
-   "logentry-online-remove": "$1 {{GENDER:$2|removed}} {{PLURAL:$4|Online 
volunteer|Online volunteers}} $5 from course $3",
+   "logentry-online-add": "$1 {{GENDER:$2|added}} {{PLURAL:$4|Online 
{{GENDER:$5|volunteer}}|Online volunteers}} $5 to course $3",
+   "logentry-online-remove": "$1 {{GENDER:$2|removed}} {{PLURAL:$4|Online 
{{GENDER:$5|volunteer}}|Online volunteers}} $5 from course $3",
"logentry-online-selfadd": "$1 added 
{{GENDER:$2|himself|herself|themself}} as {{GENDER:$2|Online volunteer}} to 
course $3",
"logentry-online-selfremove": "$1 removed 
{{GENDER:$2|himself|herself|themself}} as {{GENDER:$2|Online volunteer}} from 
course $3",
"logentry-online-profilesave": "$1 updated {{GENDER:$2|his|her|their}} 
Online volunteer profile",
-   "logentry-campus-add": "$1 {{GENDER:$2|added}} {{PLURAL:$4|Campus 
volunteer|Campus volunteers}} $5 to course $3",
-   "logentry-campus-remove": "$1 {{GENDER:$2|removed}} {{PLURAL:$4|Campus 
volunteer|Campus volunteers}} $5 from course $3",
+   "logentry-campus-add": "$1 {{GENDER:$2|added}} {{PLURAL:$4|Campus 
{{GENDER:$5|volunteer}}|Campus volunteers}} $5 to course $3",
+   "logentry-campus-remove": "$1 {{GENDER:$2|removed}} {{PLURAL:$4|Campus 
{{GENDER:$5|volunteer}}|Campus volunteers}} $5 from course $3",
"logentry-campus-selfadd": "$1 added 
{{GENDER:$2|himself|herself|themself}} as {{GENDER:$2|Campus volunteer}} to 
course $3",
"logentry-campus-selfremove": "$1 removed 
{{GENDER:$2|himself|herself|themself}} as {{GENDER:$2|Campus volunteer}} from 
course $3",
"logentry-campus-profilesave": "$1 updated {{GENDER:$2|his|her|their}} 
Campus volunteer profile",
@@ -350,7 +350,7 @@
"ep-addstudents-section": "Add students to this course",
"ep-addstudents-instructions": "Type the usernames of the students you 
want to add. Press Enter after each one, or click on the menu that appears. You 
can also paste a list of usernames.\n\nClick \"{{int:ep-addstudents-btn}}\" 
when you're done.",
"ep-addstudents-url-instructions": "Note that students may also add 
themselves by opening this link in their web browsers:",
-   "ep-addstudents-invalid-users": "{{PLURAL:$1|This user doesn't|These 
users don't}} exist: $2.",
+   "ep-addstudents-invalid-users": "{{PLURAL:$1|This {{GENDER:$2|user}} 
doesn't|These users don't}} exist: $2.",
"ep-addstudents-btn": "Add",
"ep-addstudents-success": "You added $1 
{{PLURAL:$1|{{GENDER:$2|student}}|students}} to this course.",
"ep-addstudents-alreadyenrolled": "The following {{PLURAL:$1|student 
was not added because {{GENDER:$3|he was|she was|they were}}|students were not 
added because they were}} already in the course: $2.",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If3a80e58c60f9a481712588aecbb046c2fb945df
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/EducationProgram
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

[MediaWiki-commits] [Gerrit] Remove trailing whitespace from UserGroups messages - change (mediawiki...UserGroups)

2016-01-21 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Remove trailing whitespace from UserGroups messages
..

Remove trailing whitespace from UserGroups messages

Remove trailing whitespace from usergroups-log-revoke,
usergroups-log-revoke-switchon and usergroups-log-revoke-switchoff

Thread:
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Usergroups-log-revoke/en

Change-Id: Ia867bf4d9c43f8285a0fa7e1425b36d9818bd222
---
M i18n/en.json
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/UserGroups 
refs/changes/15/265615/1

diff --git a/i18n/en.json b/i18n/en.json
index 17e9834..bd02fb3 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -18,9 +18,9 @@
"usergroups-log-name": "User groups log",
"usergroups-log-header": "This log records changes to the user rights 
of each user group.",
"usergroups-log-none": "(none)",
-   "usergroups-log-revoke": "revoke type ",
-   "usergroups-log-revoke-switchon": "Switched to revoke type; ",
-   "usergroups-log-revoke-switchoff": "Switched to non-revoke type; ",
+   "usergroups-log-revoke": "revoke type",
+   "usergroups-log-revoke-switchon": "Switched to revoke type;",
+   "usergroups-log-revoke-switchoff": "Switched to non-revoke type;",
"action-modifygroups": "modify user groups",
"invalidusergroupname-title": "Invalid user group name",
"invalidusergroupname-error": "The name you have entered for your new 
user group is invalid.\n\n[[Special:UserGroups|Return]].",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia867bf4d9c43f8285a0fa7e1425b36d9818bd222
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/UserGroups
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Document tags-edit-revision-selected and add GENDER support ... - change (mediawiki/core)

2016-01-21 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Document tags-edit-revision-selected and add GENDER support for 
siteusers
..

Document tags-edit-revision-selected and add GENDER support for siteusers

Threads:
https://translatewiki.net/wiki/Thread:Support/About_a_MediaWiki:Tags-edit-revision-selected/el_parameter
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Siteusers/en

Change-Id: I1cf3cec3d7837c1a2f50435d48a913553b28a13d
---
M languages/i18n/en.json
M languages/i18n/qqq.json
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/32/265632/1

diff --git a/languages/i18n/en.json b/languages/i18n/en.json
index f1c354a..c45ce33 100644
--- a/languages/i18n/en.json
+++ b/languages/i18n/en.json
@@ -2722,7 +2722,7 @@
"lastmodifiedatby": "This page was last modified $2, $1 by $3.",
"othercontribs": "Based on work by $1.",
"others": "others",
-   "siteusers": "{{SITENAME}} {{PLURAL:$2|user|users}} $1",
+   "siteusers": "{{SITENAME}} {{PLURAL:$2|{{GENDER:$1|user}}|users}} $1",
"anonusers": "{{SITENAME}} anonymous {{PLURAL:$2|user|users}} $1",
"creditspage": "Page credits",
"nocredits": "There is no credits info available for this page.",
diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json
index 06f4fe6..33efdbc 100644
--- a/languages/i18n/qqq.json
+++ b/languages/i18n/qqq.json
@@ -3830,7 +3830,7 @@
"tags-update-remove-not-allowed-multi": "Error message seen via the API 
when a user tries to remove more than one tag that is not properly 
defined.\n\nParameters:\n* $1 - comma-separated list of tag names\n* $2 - 
number of tags",
"tags-edit-title": "The title of a page where tags can be added or 
removed from selected revisions or log entries.\nFor more information on tags 
see [[mw:Manual:Tags]].",
"tags-edit-manage-link": "Text of a link to [[Special:Tags]], in 
imperative mood. Refers to the same thing as {{msg-mw|log-name-managetags}}.",
-   "tags-edit-revision-selected": 
"{{Identical|revdelete-selected-text}}\n\nSee also:\n* 
{{msg-mw|tags-edit-logentry-selected}}",
+   "tags-edit-revision-selected": 
"{{Identical|revdelete-selected-text}}\n\nParameters:\*n $1 - Number of ids of 
selected revisions\n* $2 - Title of the page that user has selected revisions 
of\nSee also:\n* {{msg-mw|tags-edit-logentry-selected}}",
"tags-edit-logentry-selected": "{{Identical|logdelete-selected}}\n\nSee 
also:\n* {{msg-mw|tags-edit-revision-selected}}",
"tags-edit-revision-explanation": "Leave blank.\n\nSee also:\n* 
{{msg-mw|tags-edit-logentry-explanation}}",
"tags-edit-logentry-explanation": "Leave blank.\n\nSee also:\n* 
{{msg-mw|tags-edit-revision-explanation}}",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1cf3cec3d7837c1a2f50435d48a913553b28a13d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Improve MathSearch system messages - change (mediawiki...MathSearch)

2016-01-20 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Improve MathSearch system messages
..

Improve MathSearch system messages

Threads:
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Math-search-relation-label/ksh
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Math-search-term/es

Change-Id: I4d8b44ef02002c87cbd91d537f162c08bb399be9
---
M i18n/qqq.json
1 file changed, 5 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MathSearch 
refs/changes/83/265283/1

diff --git a/i18n/qqq.json b/i18n/qqq.json
index 2544290..d9f423f 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -139,15 +139,15 @@
"math-wmc-display-formulae-label": "Checkbox label",
"math-wmc-display-formulae-help": "Checkbox help",
"action-mathwmcsubmit": "{{doc-action|mathwmcsubmit}}",
-   "math-search-term": "Wiki text that repeates the user input with 
parameters:\n* term number\n* expression \n* relation type 
{{msg-mw|math-search-relation-0}} or {{msg-mw|math-search-relation-1}} or 
{{msg-mw|math-search-relation-2}} or empty \n* type of serach 
{{msg-mw|math-search-type-0}} or {{msg-mw|math-search-type-1}} \n* numer of 
search results",
-   "math-search-relation-label": "Selection form 
label\n{{Identical|Relation}}",
+   "math-search-term": "Wiki text that reports the user search input, 
search options and the number of results from the search. Parameters:\n* $1 - 
term number\n* $2 - expression \n* $3 - relation type 
{{msg-mw|math-search-relation-0}} or {{msg-mw|math-search-relation-1}} or 
{{msg-mw|math-search-relation-2}} or empty \n* $4 - type of search 
{{msg-mw|math-search-type-0}} or {{msg-mw|math-search-type-1}} \n* $5 - number 
of search results",
+   "math-search-relation-label": "Text for the label of the selection menu 
that includes relation search type options\n{{Identical|Relation}}",
"math-search-relation-0": "First option in relation selection menu and 
part of {{msg-mw|math-search-term}}\n{{Identical|And}}",
"math-search-relation-1": "Second option in relation selection menu and 
part of {{msg-mw|math-search-term}}\n{{Identical|Or}}",
"math-search-relation-2": "Third option in relation selection menu and 
part of {{msg-mw|math-search-term}}",
-   "math-search-type-label": "Selection form label\n{{Identical|Type}}",
+   "math-search-type-label": "Text for the label of the selection menu 
that includes search type options\n{{Identical|Type}}",
"math-search-type-0": "First option in type selection menu and part of 
{{msg-mw|math-search-term}}\n{{Identical|Keyword}}",
-   "math-search-type-1": "Section option in type selection menu and part 
of {{msg-mw|math-search-term}}",
-   "math-search-type-2": "Section option in type selection menu and part 
of {{msg-mw|math-search-term}}",
+   "math-search-type-1": "Second option in type selection menu and part of 
{{msg-mw|math-search-term}}",
+   "math-search-type-2": "Third option in type selection menu and part of 
{{msg-mw|math-search-term}}",
"math-search-expression-label": "Text form 
label\n{{Identical|Expression}}",
"math-tex2nb-header": "Header of the input-box for user-defined LaTeX 
input on the specialpage LaTeXTranslator.",
"math-tex2nb-intro": "Introductory text for the specialpage 
LaTeXTranslator.",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4d8b44ef02002c87cbd91d537f162c08bb399be9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MathSearch
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Add PLURAL in math-status-introduction - change (mediawiki...Math)

2016-01-20 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Add PLURAL in math-status-introduction
..

Add PLURAL in math-status-introduction

Thread:
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Math-status-introduction/en

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Math 
refs/changes/85/265285/1

diff --git a/i18n/en.json b/i18n/en.json
index 019c14f..7066b3c 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -64,7 +64,7 @@
"math_notexvc": "Missing texvc executable. Please see 
math/README to configure.",
"math_output_error": "Cannot store math image on filesystem.",
"math_sample": "Insert formula here",
-   "math-status-introduction" : "This page displays information about the 
enabled math rendering modes.\n\nThe following rendering {{PLURAL:$1|mode 
is|modes are}} enabled:",
+   "math-status-introduction" : "This page displays information about the 
enabled math rendering {{PLURAL:$1|mode|modes}}.\n\nThe following rendering 
{{PLURAL:$1|mode is|modes are}} enabled:",
"math_syntax_error": "syntax error",
"math_timeout": "$1 timeout from \"$2\".",
"math-test-end": "Backend tests for rendering mode ''$1'' completed.",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3a41a446001cf35c3dc0cac4025ae8fc64a3c9e4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Math
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Clarify AbuseFilter system messages - change (mediawiki...AbuseFilter)

2016-01-20 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Clarify AbuseFilter system messages
..

Clarify AbuseFilter system messages

Thread:
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Apihelp-abusefilterunblockautopromote-example-1/ksh

Change-Id: Idc7609b6a7e0c38169694e76aba737f11350b9a6
---
M i18n/qqq.json
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/AbuseFilter 
refs/changes/78/265378/1

diff --git a/i18n/qqq.json b/i18n/qqq.json
index bd109af..233014b 100755
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -388,9 +388,9 @@
"apihelp-abusefilterevalexpression-description": 
"{{doc-apihelp-description|abusefilterevalexpression}}",
"apihelp-abusefilterevalexpression-param-expression": 
"{{doc-apihelp-param|abusefilterevalexpression|expression}}",
"apihelp-abusefilterevalexpression-example-1": 
"{{doc-apihelp-example|abusefilterevalexpression}}",
-   "apihelp-abusefilterunblockautopromote-description": 
"{{doc-apihelp-description|abusefilterunblockautopromote}}",
+   "apihelp-abusefilterunblockautopromote-description": 
"{{doc-apihelp-description|abusefilterunblockautopromote}}\n Autopromotion is 
an automatic system that gives rights to users when certain conditions are 
met.",
"apihelp-abusefilterunblockautopromote-param-user": 
"{{doc-apihelp-param|abusefilterunblockautopromote|user}}",
-   "apihelp-abusefilterunblockautopromote-example-1": 
"{{doc-apihelp-example|abusefilterunblockautopromote}}",
+   "apihelp-abusefilterunblockautopromote-example-1": 
"{{doc-apihelp-example|abusefilterunblockautopromote}}\n Autopromotion is an 
automatic system that gives rights to users when certain conditions are met.",
"apihelp-query+abusefilters-description": 
"{{doc-apihelp-description|query+abusefilters}}",
"apihelp-query+abusefilters-param-startid": 
"{{doc-apihelp-param|query+abusefilters|startid}}",
"apihelp-query+abusefilters-param-endid": 
"{{doc-apihelp-param|query+abusefilters|endid}}",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idc7609b6a7e0c38169694e76aba737f11350b9a6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/AbuseFilter
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Reword and clarify API messages - change (mediawiki/core)

2016-01-20 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Reword and clarify API messages
..

Reword and clarify API messages

Threads:
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Apihelp-upload-param-leavemessage/uk
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Apihelp-main-param-maxlag/ksh
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Apihelp-import-param-summary/en

Change-Id: I71404b96fe48fed62b50ff2f544da97bd925e9d7
---
M includes/api/i18n/en.json
M includes/api/i18n/qqq.json
2 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/88/265388/1

diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json
index 2fb9a50..a5bdb5e 100644
--- a/includes/api/i18n/en.json
+++ b/includes/api/i18n/en.json
@@ -204,7 +204,7 @@
"apihelp-imagerotate-example-generator": "Rotate all images in 
Category:Flip by 180 degrees.",
 
"apihelp-import-description": "Import a page from another wiki, or from 
an XML file.\n\nNote that the HTTP POST must be done as a file upload (i.e. 
using multipart/form-data) when sending a file for the xml 
parameter.",
-   "apihelp-import-param-summary": "Import summary.",
+   "apihelp-import-param-summary": "Import the summary.",
"apihelp-import-param-xml": "Uploaded XML file.",
"apihelp-import-param-interwikisource": "For interwiki imports: wiki to 
import from.",
"apihelp-import-param-interwikipage": "For interwiki imports: page to 
import.",
diff --git a/includes/api/i18n/qqq.json b/includes/api/i18n/qqq.json
index 804a8d6..a606ee1 100644
--- a/includes/api/i18n/qqq.json
+++ b/includes/api/i18n/qqq.json
@@ -18,7 +18,7 @@
"apihelp-main-description": "{{doc-apihelp-description|main}}",
"apihelp-main-param-action": "{{doc-apihelp-param|main|action}}",
"apihelp-main-param-format": "{{doc-apihelp-param|main|format}}",
-   "apihelp-main-param-maxlag": 
"{{doc-apihelp-param|main|maxlag}}\n\n\"$host\" and \"$lag\" are not variables 
and appear as is.",
+   "apihelp-main-param-maxlag": 
"{{doc-apihelp-param|main|maxlag}}\n\n\"$host\" and 
\"$lag\" are not variables and appear as is. Replicated cluster is 
terminology, so it should not be translated. Lag is a delay in communication 
between the server and the client, so it should be translated as a delay 
(maxlag means the maximum lag and should be translated respectively).",
"apihelp-main-param-smaxage": "{{doc-apihelp-param|main|smaxage}}",
"apihelp-main-param-maxage": "{{doc-apihelp-param|main|maxage}}",
"apihelp-main-param-assert": "{{doc-apihelp-param|main|assert}}",
@@ -1257,7 +1257,7 @@
"apihelp-upload-param-chunk": "{{doc-apihelp-param|upload|chunk}}",
"apihelp-upload-param-async": "{{doc-apihelp-param|upload|async}}",
"apihelp-upload-param-asyncdownload": 
"{{doc-apihelp-param|upload|asyncdownload}}",
-   "apihelp-upload-param-leavemessage": 
"{{doc-apihelp-param|upload|leavemessage}}",
+   "apihelp-upload-param-leavemessage": 
"{{doc-apihelp-param|upload|leavemessage}}\n asyncdownload is like fetching a 
URL asynchronously.",
"apihelp-upload-param-statuskey": 
"{{doc-apihelp-param|upload|statuskey}}",
"apihelp-upload-param-checkstatus": 
"{{doc-apihelp-param|upload|checkstatus}}",
"apihelp-upload-example-url": "{{doc-apihelp-example|upload}}",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I71404b96fe48fed62b50ff2f544da97bd925e9d7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Clarify Gather system messages - change (mediawiki...Gather)

2016-01-20 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Clarify Gather system messages
..

Clarify Gather system messages

Thread:
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Apihelp-editlist-paramvalue-perm-private/ksh

Change-Id: Ieb32e7eda39141d71af66bad8ddc042037d70a09
---
M i18n/qqq.json
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Gather 
refs/changes/12/265412/1

diff --git a/i18n/qqq.json b/i18n/qqq.json
index 75fb583..4de44f9 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -149,8 +149,8 @@
"apihelp-editlist-param-description": 
"{{doc-apihelp-param|editlist|description}}",
"apihelp-editlist-param-image": "{{doc-apihelp-param|editlist|image}}",
"apihelp-editlist-param-mode": 
"{{doc-apihelp-param|editlist|mode|paramvalues=1}}",
-   "apihelp-editlist-paramvalue-perm-public": 
"{{doc-apihelp-paramvalue|editlist|perm|public}}",
-   "apihelp-editlist-paramvalue-perm-private": 
"{{doc-apihelp-paramvalue|editlist|perm|private}}",
+   "apihelp-editlist-paramvalue-perm-public": 
"{{doc-apihelp-paramvalue|editlist|perm|public}}\n Make the operation visible 
to everyone.",
+   "apihelp-editlist-paramvalue-perm-private": 
"{{doc-apihelp-paramvalue|editlist|perm|private}}\n Make the operation visible 
to owner only.",
"apihelp-editlist-paramvalue-mode-update": 
"{{doc-apihelp-paramvalue|editlist|mode|update}}",
"apihelp-editlist-paramvalue-mode-remove": 
"{{doc-apihelp-paramvalue|editlist|mode|remove}}",
"apihelp-editlist-paramvalue-mode-deletelist": 
"{{doc-apihelp-paramvalue|editlist|mode|deletelist}}",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ieb32e7eda39141d71af66bad8ddc042037d70a09
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Gather
Gerrit-Branch: dev
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Reword MoodBar system message - change (mediawiki...MoodBar)

2016-01-20 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Reword MoodBar system message
..

Reword MoodBar system message

Thread:
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Apihelp-feedbackdashboardresponse-param-anonymize/ksh

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


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

diff --git a/i18n/en.json b/i18n/en.json
index 01869a5..9a44321 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -175,7 +175,7 @@
"apihelp-feedbackdashboardresponse-description": "Allows users to 
submit response to a feedback about their experiences on the site.",
"apihelp-feedbackdashboardresponse-param-feedback": "The moodbar 
feedback unique identifier.",
"apihelp-feedbackdashboardresponse-param-response": "The feedback 
text.",
-   "apihelp-feedbackdashboardresponse-param-anonymize": "Whether to hide 
user information.",
+   "apihelp-feedbackdashboardresponse-param-anonymize": "Whether to hide 
the user's information.",
"apihelp-feedbackdashboardresponse-param-editmode": "Whether or not the 
feedback context is in edit mode.",
"apihelp-feedbackdashboardresponse-param-useragent": "The User-Agent 
header of the browser.",
"apihelp-feedbackdashboardresponse-param-system": "The operating system 
being used.",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0419a5a371919071d0746da8803feecd6ed42117
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MoodBar
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Use American English instead of British English in messages - change (mediawiki...MultimediaViewer)

2016-01-19 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Use American English instead of British English in messages
..

Use American English instead of British English in messages

Change-Id: If6c20aead2bee45584e93c80059b31bb3c4dbe2d
Thread: 
https://translatewiki.net/wiki/Thread:Support/British_English_in_Mediawiki_messages
---
M i18n/qqq.json
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MultimediaViewer 
refs/changes/10/265110/1

diff --git a/i18n/qqq.json b/i18n/qqq.json
index 4e4b90f..3bb568a 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -139,8 +139,8 @@
"multimediaviewer-options-text-header": "Text explaining the changes 
that happen when a user disables media viewer.",
"multimediaviewer-options-text-body": "Text explaining how to re-enable 
the media viewer after disabling.",
"multimediaviewer-options-learn-more": "Text for a link to more 
information about the media viewer.",
-   "multimediaviewer-option-submit-button": "Button for submitting a 
preference change that modifies the default behaviour for image clicks - 
disables the viewer.",
-   "multimediaviewer-option-cancel-button": "Button for canceling an 
action on a preference change that modifies the default behaviour for image 
clicks - closes the dialog with no action.",
+   "multimediaviewer-option-submit-button": "Button for submitting a 
preference change that modifies the default behavior for image clicks - 
disables the viewer.",
+   "multimediaviewer-option-cancel-button": "Button for canceling an 
action on a preference change that modifies the default behavior for image 
clicks - closes the dialog with no action.",
"multimediaviewer-disable-confirmation-header": "Header on a dialog 
that informs the user they've successfully disabled the media viewer.",
"multimediaviewer-disable-confirmation-text": "Text informing the user 
that they've successfully disabled the media viewer. $1 is the wiki's name.",
"multimediaviewer-enable-dialog-header": "Header for a dialog that 
allows users to re-enable media viewer.",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If6c20aead2bee45584e93c80059b31bb3c4dbe2d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MultimediaViewer
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Expand documentation of ContentTranslation messages - change (mediawiki...ContentTranslation)

2016-01-19 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Expand documentation of ContentTranslation messages
..

Expand documentation of ContentTranslation messages

Threads:
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Apihelp-cxtoken-example-1/en
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Cx-tools-missing-link-mark-link/en
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Cx-tools-missing-link-mark-link/qqq

Change-Id: I1322180fe3ed3fb1d2312f392db80356b3afa6be
---
M i18n/api/qqq.json
M i18n/qqq.json
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContentTranslation 
refs/changes/81/264981/1

diff --git a/i18n/api/qqq.json b/i18n/api/qqq.json
index ce7f993..d69965e 100644
--- a/i18n/api/qqq.json
+++ b/i18n/api/qqq.json
@@ -62,7 +62,7 @@
"apihelp-query+contenttranslationlangtrend-example-1": 
"{{doc-apihelp-example|query+contenttranslationlangtrend}}",
"apihelp-query+contenttranslationlangtrend-example-2": 
"{{doc-apihelp-example|query+contenttranslationlangtrend}}",
"apihelp-cxtoken-description": 
"\"[[:mw:Content_translation/cxserver|cxserver]]\" is a name of an internal 
software component, and probably shouldn't be 
translated.\n{{doc-apihelp-description|cxtoken}}",
-   "apihelp-cxtoken-example-1": "{{doc-apihelp-example|cxtoken}}",
+   "apihelp-cxtoken-example-1": "\cxserver is a name of an internal 
software component, and probably shouldn't be 
translated.\n{{doc-apihelp-example|cxtoken}}",
"apihelp-cxdelete-description": "{{doc-apihelp-description|cxdelete}}",
"apihelp-cxdelete-param-from": "{{doc-apihelp-param|cxdelete|from}}",
"apihelp-cxdelete-param-to": "{{doc-apihelp-param|cxdelete|to}}",
diff --git a/i18n/qqq.json b/i18n/qqq.json
index 7f5480f..96fe657 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -184,7 +184,7 @@
"cx-tools-missing-link-text": "Message with instructions for marking 
links as missing",
"cx-tools-missing-link-tooltip": "Tooltip that shows when hovering over 
target link card link when working with missing links.\nClicking on link opens 
a new translation view for the missing link.",
"cx-tools-missing-link-title": "Title for target link card when card is 
used for working with missing links",
-   "cx-tools-missing-link-mark-link": "Text for mark as missing link 
control",
+   "cx-tools-missing-link-mark-link": "Text for marking a page as missing 
link control",
"echo-category-title-cx": "Title of CX Echo notifications. Shown in 
[[Special:Preferences]] page to configure 
notifications\n{{Identical|Translation}}",
"echo-pref-tooltip-cx": "A tooltip text about CX notifcations.Shown in 
[[Special:Preferences]] page to configure notifications",
"cx-notification-first-translation": "Echo notification congratulating 
the user for first published translation. Don't translate the 
Special:MyContrubitions link.",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1322180fe3ed3fb1d2312f392db80356b3afa6be
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Add license-name to extension.json - change (mediawiki...GlobalUserPage)

2016-01-18 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Add license-name to extension.json
..

Add license-name to extension.json

in Extension:GlobalUserPage

Bug:T123943
Change-Id: I29d50d765c29fcba90be338cdbe0cd529a24ab43
---
M extension.json
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/GlobalUserPage 
refs/changes/68/264768/1

diff --git a/extension.json b/extension.json
index 9a10089..8c002f7 100644
--- a/extension.json
+++ b/extension.json
@@ -7,6 +7,7 @@
],
"url": "https://www.mediawiki.org/wiki/Extension:GlobalUserPage;,
"descriptionmsg": "globaluserpage-desc",
+   "license-name": "Public domain",
"type": "other",
"requires": {
"MediaWiki": ">= 1.27.0"

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I29d50d765c29fcba90be338cdbe0cd529a24ab43
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/GlobalUserPage
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Add license-name to extension.json - change (mediawiki...Wikidata)

2016-01-18 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Add license-name to extension.json
..

Add license-name to extension.json

in Extension:Wikidata

Bug:T123943
Change-Id: Ibeba90dc5b4a65433255864330f122a46f9e875c
---
M Wikidata.php
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikidata 
refs/changes/70/264770/1

diff --git a/Wikidata.php b/Wikidata.php
index 23597f6..cad9e31 100644
--- a/Wikidata.php
+++ b/Wikidata.php
@@ -75,7 +75,8 @@
'The Wikidata team', // TODO: link?
),
'url' => 'https://www.mediawiki.org/wiki/Wikidata_build',
-   'description' => 'Wikidata extensions build'
+   'description' => 'Wikidata extensions build',
+   'license-name' => 'GNU-2.0+'
 );
 
 // Jenkins stuff part2

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibeba90dc5b4a65433255864330f122a46f9e875c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikidata
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Remove ParserOutput::addSecondaryDataUpdate() - change (mediawiki/core)

2016-01-18 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Remove ParserOutput::addSecondaryDataUpdate()
..

Remove ParserOutput::addSecondaryDataUpdate()

Deprecated since 1.25, slated for removal in 1.26 but not done.

Change-Id: Id5e41003fe47b55f493f636c69c9b31932cde9b8
---
M RELEASE-NOTES-1.27
M includes/parser/ParserOutput.php
2 files changed, 1 insertion(+), 23 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/52/264752/1

diff --git a/RELEASE-NOTES-1.27 b/RELEASE-NOTES-1.27
index 3be3e21..66ca3bf 100644
--- a/RELEASE-NOTES-1.27
+++ b/RELEASE-NOTES-1.27
@@ -285,6 +285,7 @@
 * User::generateToken() was removed (deprecated since 1.20).
 * WikiPage::getRawText() was removed (deprecated since 1.21).
 * ParserOutput::hasCustomDataUpdates() was removed (deprecated since 1.25).
+* ParserOutput::addSecondaryDataUpdate() was removed (deprecated since 1.25).
 
 == Compatibility ==
 
diff --git a/includes/parser/ParserOutput.php b/includes/parser/ParserOutput.php
index 3a35e04..8bebae6 100644
--- a/includes/parser/ParserOutput.php
+++ b/includes/parser/ParserOutput.php
@@ -865,29 +865,6 @@
 *
 * @todo remove in 1.26
 *
-* @param DataUpdate $update
-*
-* @throws MWException
-*/
-   public function addSecondaryDataUpdate( DataUpdate $update ) {
-   wfDeprecated( __METHOD__, '1.25' );
-   throw new MWException(
-   'ParserOutput::addSecondaryDataUpdate() is no longer 
supported. ' .
-   'Override Content::getSecondaryDataUpdates() ' .
-   'or use the SecondaryDataUpdates hook instead.'
-   );
-   }
-
-   /**
-* @deprecated since 1.25. Instead, store any relevant data using 
setExtensionData,
-*and implement Content::getSecondaryDataUpdates() if possible, or 
use the
-*'SecondaryDataUpdates' hook to construct the necessary update 
objects.
-*
-* @note Hard deprecation and removal without long deprecation period, 
since there are no
-*   known users, but known conceptual issues.
-*
-* @todo remove in 1.26
-*
 * @param Title $title
 * @param bool $recursive
 *

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id5e41003fe47b55f493f636c69c9b31932cde9b8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Add license-name to extension.json - change (mediawiki...Scribunto)

2016-01-18 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Add license-name to extension.json
..

Add license-name to extension.json

in Extension:Scribunto

Bug:T123943
Change-Id: Ifc58c37ed7cc5e7ae9ce5ced9069b61b04deeec1
---
M Scribunto.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Scribunto 
refs/changes/72/264772/1

diff --git a/Scribunto.php b/Scribunto.php
index 49961cf..c2d3505 100644
--- a/Scribunto.php
+++ b/Scribunto.php
@@ -29,6 +29,7 @@
'author' => array( 'Victor Vasiliev', 'Tim Starling', 'Brad 
Jorsch' ),
'descriptionmsg' => 'scribunto-desc',
'url'=> 
'https://www.mediawiki.org/wiki/Extension:Scribunto',
+   'license-name' => 'GPL-2.0+',
 );
 
 define( 'CONTENT_MODEL_SCRIBUNTO', 'Scribunto' );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifc58c37ed7cc5e7ae9ce5ced9069b61b04deeec1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Scribunto
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Add license-name to JsonConfig.php - change (mediawiki...JsonConfig)

2016-01-18 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Add license-name to JsonConfig.php
..

Add license-name to JsonConfig.php

Bug:T123943
Change-Id: Ib662bac42aa9dd9eedd31c4459b8e93d5ba36ca9
---
M JsonConfig.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/JsonConfig 
refs/changes/94/264794/1

diff --git a/JsonConfig.php b/JsonConfig.php
index b6f1974..1e0e0b1 100644
--- a/JsonConfig.php
+++ b/JsonConfig.php
@@ -25,6 +25,7 @@
'author' => array( 'Yuri Astrakhan' ),
'descriptionmsg' => 'jsonconfig-desc',
'url' => 'https://www.mediawiki.org/wiki/Extension:JsonConfig',
+   'license-name' => 'GNU-2.0',
 );
 
 define( 'NS_CONFIG', 482 );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib662bac42aa9dd9eedd31c4459b8e93d5ba36ca9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/JsonConfig
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Add license-name to JsonConfig.php - change (mediawiki...JsonConfig)

2016-01-18 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Add license-name to JsonConfig.php
..

Add license-name to JsonConfig.php

Bug: T123943
Change-Id: I8edd9e510f138885d570d3f9855d0ed1d7126d35
---
A COPYING
M JsonConfig.php
2 files changed, 340 insertions(+), 1 deletion(-)


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

diff --git a/COPYING b/COPYING
new file mode 100644
index 000..d159169
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,339 @@
+GNU GENERAL PUBLIC LICENSE
+   Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+  1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices 

[MediaWiki-commits] [Gerrit] Add license-name to extension.json - change (mediawiki...MathSearch)

2016-01-18 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Add license-name to extension.json
..

Add license-name to extension.json

Bug:T123943
Change-Id: I83c6391b8b06328eb0540eea4cb87c5e6ad13c5d
---
A COPYING
M extension.json
2 files changed, 340 insertions(+), 0 deletions(-)


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

diff --git a/COPYING b/COPYING
new file mode 100644
index 000..d159169
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,339 @@
+GNU GENERAL PUBLIC LICENSE
+   Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+  1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices 

[MediaWiki-commits] [Gerrit] Add license-name to MediaWikiChat.php - change (mediawiki...MediaWikiChat)

2016-01-18 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Add license-name to MediaWikiChat.php
..

Add license-name to MediaWikiChat.php

Bug: T123943
Change-Id: Ib2d7183f61313b24c861f14cf0f8cf2415fa208a
---
A COPYING
M MediaWikiChat.php
2 files changed, 340 insertions(+), 0 deletions(-)


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

diff --git a/COPYING b/COPYING
new file mode 100644
index 000..d159169
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,339 @@
+GNU GENERAL PUBLIC LICENSE
+   Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+  1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all 

[MediaWiki-commits] [Gerrit] Add license-name to MediaWikiChat.php - change (mediawiki...MediaWikiChat)

2016-01-18 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Add license-name to MediaWikiChat.php
..

Add license-name to MediaWikiChat.php

Bug: T123943
Change-Id: Iba5e72229d028291c23a1d17c57ce2be40f03bc4
---
A COPYING
M MediaWikiChat.php
2 files changed, 340 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MediaWikiChat 
refs/changes/60/264860/1

diff --git a/COPYING b/COPYING
new file mode 100644
index 000..d159169
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,339 @@
+GNU GENERAL PUBLIC LICENSE
+   Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+  1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all 

[MediaWiki-commits] [Gerrit] Add license-name to LogEntry.php - change (mediawiki...LogEntry)

2016-01-18 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Add license-name to LogEntry.php
..

Add license-name to LogEntry.php

Bug: T123943
Change-Id: I30b1cfb25fcb2146a33c7a05ea3568d22b516957
---
A COPYING
M LogEntry.php
2 files changed, 340 insertions(+), 0 deletions(-)


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

diff --git a/COPYING b/COPYING
new file mode 100644
index 000..d159169
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,339 @@
+GNU GENERAL PUBLIC LICENSE
+   Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+  1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that 

[MediaWiki-commits] [Gerrit] Add license-name to extension.json - change (mediawiki...Comments)

2016-01-18 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Add license-name to extension.json
..

Add license-name to extension.json

Bug:T123943
Change-Id: I1e0278781ddf4fbb275e0ee09004ad2e99639631
---
M extension.json
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Comments 
refs/changes/93/264793/1

diff --git a/extension.json b/extension.json
index 29c99cd..c56ffa2 100644
--- a/extension.json
+++ b/extension.json
@@ -9,6 +9,7 @@
],
"url": "https://www.mediawiki.org/wiki/Extension:Comments;,
"descriptionmsg": "comments-desc",
+   "license-name": "GNU-2.0",
"type": "parserhook",
"GroupPermissions": {
"*": {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1e0278781ddf4fbb275e0ee09004ad2e99639631
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Comments
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Remove getCustomPrinter() from ApiTemplateData - change (mediawiki...TemplateData)

2016-01-17 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Remove getCustomPrinter() from ApiTemplateData
..

Remove getCustomPrinter() from ApiTemplateData

Bug:T91455
Change-Id: I350032935f26c478d2f73be2ecc78c1d3f889ea1
---
M api/ApiTemplateData.php
1 file changed, 0 insertions(+), 16 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/TemplateData 
refs/changes/70/264570/1

diff --git a/api/ApiTemplateData.php b/api/ApiTemplateData.php
index 2292bc8..50a4a0b 100644
--- a/api/ApiTemplateData.php
+++ b/api/ApiTemplateData.php
@@ -14,22 +14,6 @@
 class ApiTemplateData extends ApiBase {
 
/**
-* Override built-in handling of format parameter.
-* Only JSON is supported.
-*
-* @return ApiFormatBase
-*/
-   public function getCustomPrinter() {
-   $params = $this->extractRequestParams();
-   $format = $params['format'];
-   $allowed = array( 'json', 'jsonfm' );
-   if ( in_array( $format, $allowed ) ) {
-   return $this->getMain()->createPrinterByName( $format );
-   }
-   return $this->getMain()->createPrinterByName( $allowed[0] );
-   }
-
-   /**
 * @return ApiPageSet
 */
private function getPageSet() {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I350032935f26c478d2f73be2ecc78c1d3f889ea1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/TemplateData
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] In ParserOutput::hasCustomDataUpdates() TODO: remove in 1.26 - change (mediawiki/core)

2016-01-17 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: In ParserOutput::hasCustomDataUpdates() TODO: remove in 1.26
..

In ParserOutput::hasCustomDataUpdates()
TODO: remove in 1.26

Change-Id: Ia198c3b5a55c794cfdd8a5e93521aff85468ff88
---
M includes/parser/ParserOutput.php
1 file changed, 0 insertions(+), 15 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/76/264576/1

diff --git a/includes/parser/ParserOutput.php b/includes/parser/ParserOutput.php
index e4c287a..3a35e04 100644
--- a/includes/parser/ParserOutput.php
+++ b/includes/parser/ParserOutput.php
@@ -879,21 +879,6 @@
}
 
/**
-* @deprecated since 1.25.
-*
-* @note Hard deprecation and removal without long deprecation period, 
since there are no
-*   known users, but known conceptual issues.
-*
-* @todo remove in 1.26
-*
-* @return bool false (since 1.25)
-*/
-   public function hasCustomDataUpdates() {
-   wfDeprecated( __METHOD__, '1.25' );
-   return false;
-   }
-
-   /**
 * @deprecated since 1.25. Instead, store any relevant data using 
setExtensionData,
 *and implement Content::getSecondaryDataUpdates() if possible, or 
use the
 *'SecondaryDataUpdates' hook to construct the necessary update 
objects.

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia198c3b5a55c794cfdd8a5e93521aff85468ff88
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] In ParserOutput::addSecondaryDataUpdate() TODO: remove in 1.26 - change (mediawiki/core)

2016-01-17 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: In ParserOutput::addSecondaryDataUpdate() TODO: remove in 1.26
..

In ParserOutput::addSecondaryDataUpdate()
TODO: remove in 1.26

Change-Id: Ia50f3fa4b759c553b52988ad73b4ab5c1b367325
---
M RELEASE-NOTES-1.27
M includes/parser/ParserOutput.php
2 files changed, 1 insertion(+), 23 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/85/264585/1

diff --git a/RELEASE-NOTES-1.27 b/RELEASE-NOTES-1.27
index d1952c8..650992f 100644
--- a/RELEASE-NOTES-1.27
+++ b/RELEASE-NOTES-1.27
@@ -284,6 +284,7 @@
 * FileRepo::getRootUrl() was removed (deprecated since 1.20).
 * User::generateToken() was removed (deprecated since 1.20).
 * WikiPage::getRawText() was removed (deprecated since 1.21).
+* ParserOutput::addSecondaryDataUpdate was removed (deprecated since 1.25).
 
 == Compatibility ==
 
diff --git a/includes/parser/ParserOutput.php b/includes/parser/ParserOutput.php
index e4c287a..79b1bec 100644
--- a/includes/parser/ParserOutput.php
+++ b/includes/parser/ParserOutput.php
@@ -856,29 +856,6 @@
}
 
/**
-* @deprecated since 1.25. Instead, store any relevant data using 
setExtensionData,
-*and implement Content::getSecondaryDataUpdates() if possible, or 
use the
-*'SecondaryDataUpdates' hook to construct the necessary update 
objects.
-*
-* @note Hard deprecation and removal without long deprecation period, 
since there are no
-*   known users, but known conceptual issues.
-*
-* @todo remove in 1.26
-*
-* @param DataUpdate $update
-*
-* @throws MWException
-*/
-   public function addSecondaryDataUpdate( DataUpdate $update ) {
-   wfDeprecated( __METHOD__, '1.25' );
-   throw new MWException(
-   'ParserOutput::addSecondaryDataUpdate() is no longer 
supported. ' .
-   'Override Content::getSecondaryDataUpdates() ' .
-   'or use the SecondaryDataUpdates hook instead.'
-   );
-   }
-
-   /**
 * @deprecated since 1.25.
 *
 * @note Hard deprecation and removal without long deprecation period, 
since there are no

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia50f3fa4b759c553b52988ad73b4ab5c1b367325
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Add PLURAL support for wikiforum-pages - change (mediawiki...WikiForum)

2016-01-16 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Add PLURAL support for wikiforum-pages
..

Add PLURAL support for wikiforum-pages

Thread:
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Wikiforum-pages/en

Change-Id: I2367c8c7df08f4c4670d16ec9575d704182d7bbc
---
M WikiForumGui.php
M i18n/en.json
M i18n/qqq.json
3 files changed, 5 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikiForum 
refs/changes/66/264466/1

diff --git a/WikiForumGui.php b/WikiForumGui.php
index a85f936..bb3a154 100644
--- a/WikiForumGui.php
+++ b/WikiForumGui.php
@@ -82,9 +82,6 @@
$specialPage = SpecialPage::getTitleFor( 'WikiForum' );
 
if ( $maxissues / $limit > 1 ) {
-   $output = '' .
-   wfMessage( 'wikiforum-pages' )->text() . 
wfMessage( 'word-separator' )->plain();
-
for ( $i = 1; $i < ( $maxissues / $limit ) + 1; $i++ ) {
$urlParams = array_merge( array( 'page' => $i 
), $params );
 
@@ -94,6 +91,9 @@
$pageNumber = $i;
}
 
+   $output = '' .
+   wfMessage( 'wikiforum-pages' )->numParams( 
count( $pageNumber ) )->text() . wfMessage( 'word-separator' )->plain();
+
if ( $i != $page + 1 ) {
$output .= '' . $pageNumber 
. '';
} else {
diff --git a/i18n/en.json b/i18n/en.json
index e7574cf..2f2dc6e 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -36,7 +36,7 @@
"wikiforum-latest-thread": "Latest thread",
"wikiforum-forum": "Forum: $1 > $2",
"wikiforum-overview": "Overview",
-   "wikiforum-pages": "Pages:",
+   "wikiforum-pages": "{{PLURAL:$1|Page|Pages}}:",
"wikiforum-thread-closed": "Thread closed",
"wikiforum-new-thread": "New thread",
"wikiforum-edit-thread": "Edit thread",
diff --git a/i18n/qqq.json b/i18n/qqq.json
index 87ffeae..2db98e9 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -40,7 +40,7 @@
"wikiforum-latest-thread": "Used as column header of forums list. This 
column indicates who/when created/edited the latest thread. See 
{{msg-mw|Wikiforum-by}}.",
"wikiforum-forum": "Parameters:\n* $1 is a reply count\n* $2 is a view 
count.",
"wikiforum-overview": "Link text to forum 
overview.\n{{Identical|Overview}}",
-   "wikiforum-pages": "Followed by pagination links, like [01] [02] 
etc.\n{{Identical|Page}}",
+   "wikiforum-pages": "Followed by pagination links, like [01] [02] etc. 
Parameters:\n* $1 is page number, for PLURAL support\n{{Identical|Page}}",
"wikiforum-thread-closed": "Used in closed thread which was closed by 
{{msg-mw|Wikiforum-close-thread}} feature.",
"wikiforum-new-thread": "Used as tooltip for \"NEW\" icon which 
indicates the thread is new.",
"wikiforum-edit-thread": "Used as tooltip for button.",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2367c8c7df08f4c4670d16ec9575d704182d7bbc
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikiForum
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Add PLURAL support on voteny-community-score - change (mediawiki...VoteNY)

2016-01-16 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Add PLURAL support on voteny-community-score
..

Add PLURAL support on voteny-community-score

Thread:
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Voteny-community-score/en

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VoteNY 
refs/changes/64/264464/1

diff --git a/i18n/en.json b/i18n/en.json
index 8e15214..9b5d0e2 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -8,7 +8,7 @@
"voteny-desc": "JavaScript-based voting with the vote 
tag",
"voteny-link": "Vote",
"voteny-unvote-link": "unvote",
-   "voteny-community-score": "community score: $1",
+   "voteny-community-score": "community score: {{PLURAL:$1|one vote|$1 
votes}}",
"voteny-ratings": "{{PLURAL:$1|one rating|$1 ratings}}",
"voteny-remove": "remove",
"voteny-gave-this": "you gave this a $1",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia6d5e902792649d193f037c75f698ee62746614e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VoteNY
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Add GENDER support for logentry-privatechat-send - change (mediawiki...MediaWikiChat)

2016-01-16 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Add GENDER support for logentry-privatechat-send
..

Add GENDER support for logentry-privatechat-send

Thread:
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Logentry-privatechat-send/en

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MediaWikiChat 
refs/changes/68/264468/1

diff --git a/i18n/en.json b/i18n/en.json
index 0a1330c..84e9fb8 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -50,7 +50,7 @@
"log-show-hide-chat": "$1 chat log",
"log-name-privatechat": "Private chat log",
"log-description-privatechat": "Private messages sent by MediaWikiChat",
-   "logentry-privatechat-send": "$1 to $5: $4",
+   "logentry-privatechat-send": "{{GENDER:$1|$1}} to {{GENDER:$5|$5}}: $4",
"log-show-hide-privatechat": "$1 private chat log",
 
"group-chatmod": "Chat moderators",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I92d97d46e19e475b6d6716d61622a0b97aef215a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MediaWikiChat
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Remove getCustomPrinter() from ApiJsonSchema - change (mediawiki...EventLogging)

2016-01-16 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Remove getCustomPrinter() from ApiJsonSchema
..

Remove getCustomPrinter() from ApiJsonSchema

Change-Id: If280a4056aa6a816774da25cc641dfbee2ac504e
---
M includes/ApiJsonSchema.php
1 file changed, 0 insertions(+), 14 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/EventLogging 
refs/changes/94/264494/1

diff --git a/includes/ApiJsonSchema.php b/includes/ApiJsonSchema.php
index ab4dea2..55f8a15 100644
--- a/includes/ApiJsonSchema.php
+++ b/includes/ApiJsonSchema.php
@@ -17,20 +17,6 @@
  */
 class ApiJsonSchema extends ApiBase {
 
-   /**
-* Restrict the set of valid formatters to just 'json' and 'jsonfm'.  
Other
-* requested formatters are instead treated as 'json'.
-* @return ApiFormatJson
-*/
-   public function getCustomPrinter() {
-   if ( $this->getMain()->getVal( 'format' ) === 'jsonfm' ) {
-   $format = 'jsonfm';
-   } else {
-   $format = 'json';
-   }
-   return $this->getMain()->createPrinterByName( $format );
-   }
-
public function getAllowedParams() {
return array(
'revid' => array(

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If280a4056aa6a816774da25cc641dfbee2ac504e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/EventLogging
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] TODO: $wgHashedUploadDirectory *Deprecate the setting and ul... - change (mediawiki/core)

2016-01-16 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: TODO: $wgHashedUploadDirectory *Deprecate the setting and 
ultimately remove it from Core.
..

TODO: $wgHashedUploadDirectory
*Deprecate the setting and ultimately remove it from Core.

Change-Id: I30ab248a8dff80f656271f365b79c28ba87cfe8d
---
M includes/DefaultSettings.php
M includes/Setup.php
M includes/installer/LocalSettingsGenerator.php
3 files changed, 2 insertions(+), 24 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/41/264541/1

diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index 9e945eaf..8fb5bec 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -772,21 +772,6 @@
 $wgSharedThumbnailScriptPath = false;
 
 /**
- * Set this to false if you do not want MediaWiki to divide your images
- * directory into many subdirectories, for improved performance.
- *
- * It's almost always good to leave this enabled. In previous versions of
- * MediaWiki, some users set this to false to allow images to be added to the
- * wiki by simply copying them into $wgUploadDirectory and then running
- * maintenance/rebuildImages.php to register them in the database. This is no
- * longer recommended, use maintenance/importImages.php instead.
- *
- * @note That this variable may be ignored if $wgLocalFileRepo is set.
- * @todo Deprecate the setting and ultimately remove it from Core.
- */
-$wgHashedUploadDirectory = true;
-
-/**
  * Set the following to false especially if you have a set of files that need 
to
  * be accessible by all wikis, and you do not want to use the hash (path/a/aa/)
  * directory layout.
@@ -5422,6 +5407,7 @@
 $wgGrantPermissions['editpage']['applychangetags'] = true;
 $wgGrantPermissions['editpage']['changetags'] = true;
 
+
 $wgGrantPermissions['editprotected'] = $wgGrantPermissions['editpage'];
 $wgGrantPermissions['editprotected']['editprotected'] = true;
 
diff --git a/includes/Setup.php b/includes/Setup.php
index b7d0f42..cbfad2b 100644
--- a/includes/Setup.php
+++ b/includes/Setup.php
@@ -188,11 +188,9 @@
'scriptDirUrl' => $wgScriptPath,
'scriptExtension' => '.php',
'url' => $wgUploadBaseUrl ? $wgUploadBaseUrl . $wgUploadPath : 
$wgUploadPath,
-   'hashLevels' => $wgHashedUploadDirectory ? 2 : 0,
'thumbScriptUrl' => $wgThumbnailScriptPath,
'transformVia404' => !$wgGenerateThumbnailOnParse,
-   'deletedDir' => $wgDeletedDirectory,
-   'deletedHashLevels' => $wgHashedUploadDirectory ? 3 : 0
+   'deletedDir' => $wgDeletedDirectory
);
 }
 /**
diff --git a/includes/installer/LocalSettingsGenerator.php 
b/includes/installer/LocalSettingsGenerator.php
index b742074..3633041 100644
--- a/includes/installer/LocalSettingsGenerator.php
+++ b/includes/installer/LocalSettingsGenerator.php
@@ -380,12 +380,6 @@
 ## available UTF-8 locale
 {$locale}\$wgShellLocale = \"{$this->values['wgShellLocale']}\";
 
-## If you want to use image uploads under safe mode,
-## create the directories images/archive, images/thumb and
-## images/temp, and make them all writable. Then uncomment
-## this, if it's not already uncommented:
-{$hashedUploads}\$wgHashedUploadDirectory = false;
-
 ## Set \$wgCacheDirectory to a writable directory on the web server
 ## to make your wiki go slightly faster. The directory should not
 ## be publically accessible from the web.

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I30ab248a8dff80f656271f365b79c28ba87cfe8d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] TODO: MimeMagic::doGuessMimeType() Remove $ext param. - change (mediawiki/core)

2016-01-16 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: TODO: MimeMagic::doGuessMimeType() Remove $ext param.
..

TODO: MimeMagic::doGuessMimeType()
Remove $ext param.

Change-Id: I46737bb46095aae7e61be4fd436bc667a8143bac
---
M includes/MimeMagic.php
1 file changed, 3 insertions(+), 5 deletions(-)


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

diff --git a/includes/MimeMagic.php b/includes/MimeMagic.php
index 8ab92b4..94de697 100644
--- a/includes/MimeMagic.php
+++ b/includes/MimeMagic.php
@@ -599,7 +599,7 @@
"Use improveTypeFromExtension(\$mime, \$ext) 
instead.\n" );
}
 
-   $mime = $this->doGuessMimeType( $file, $ext );
+   $mime = $this->doGuessMimeType( $file );
 
if ( !$mime ) {
wfDebug( __METHOD__ . ": internal type detection failed 
for $file (.$ext)...\n" );
@@ -617,14 +617,12 @@
/**
 * Guess the MIME type from the file contents.
 *
-* @todo Remove $ext param
-*
 * @param string $file
 * @param mixed $ext
 * @return bool|string
 * @throws MWException
 */
-   private function doGuessMimeType( $file, $ext ) {
+   private function doGuessMimeType( $file ) {
// Read a chunk of the file
MediaWiki\suppressWarnings();
$f = fopen( $file, 'rb' );
@@ -779,7 +777,7 @@
// Check for ZIP variants (before getimagesize)
if ( strpos( $tail, "PK\x05\x06" ) !== false ) {
wfDebug( __METHOD__ . ": ZIP header present in $file\n" 
);
-   return $this->detectZipType( $head, $tail, $ext );
+   return $this->detectZipType( $head, $tail );
}
 
MediaWiki\suppressWarnings();

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I46737bb46095aae7e61be4fd436bc667a8143bac
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Added GENDER support for chat-idle-hours. - change (mediawiki...MediaWikiChat)

2016-01-15 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Added GENDER support for chat-idle-hours.
..

Added GENDER support for chat-idle-hours.

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


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

diff --git a/i18n/en.json b/i18n/en.json
index 0a1330c..af7d9ac 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -74,7 +74,7 @@
"tog-chat-notify-joinleave": "Show a notification when users join or 
leave the chat (Chrome & Firefox only)",
 
"chat-idle-minutes": "This user has been idle for {{PLURAL:$1|a 
minute|$1 minutes}}",
-   "chat-idle-hours": "This user has been idle for {{PLURAL:$1|an hour|$1 
hours}}",
+   "chat-idle-hours": "{{GENDER:$2|This user}} has been idle for 
{{PLURAL:$1|an hour|$1 hours}}",
"chat-idle-more": "This user has been idle for over 24 hours",
 
"action-chat": "chat with other users",
diff --git a/i18n/qqq.json b/i18n/qqq.json
index 0d36b2e..493853d 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -75,7 +75,7 @@
"tog-chat-notify-message": "Label for checkbox for whether to show a 
notification receiving normal messages. Will only work on chrome and firefox 
browsers",
"tog-chat-notify-joinleave": "Label for checkbox for whether to show a 
notification when users join or leave the chat. Will only work on chrome and 
firefox browsers",
"chat-idle-minutes": "Tooltip for users who have been away for over 10 
minutes. Parameters:\n* $1 - the number of minutes\n{{Related|Chat-idle}}",
-   "chat-idle-hours": "Tooltip for users who have been away for over 1 
hour. Parameters:\n* $1 - the number of hours\n{{Related|Chat-idle}}",
+   "chat-idle-hours": "Tooltip for users who have been away for over 1 
hour. Parameters:\n* $1 - the number of hours\n{{Related|Chat-idle}}\n* $2 - 
username, for GENDER support",
"chat-idle-more": "Tooltip for users who have been away for over 24 
hours.\n{{Related|Chat-idle}}",
"action-chat": "Description of chat right.\n\n{{Doc-action|chat}}",
"action-modchat": "Description of chatmod 
right.\n\n{{Doc-action|modchat}}",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9c099f2b2c53b2fc676e48c25e4b4b2290992063
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MediaWikiChat
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Reword babel-autocreate-text-main Thread: https://translatew... - change (mediawiki...Babel)

2016-01-15 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Reword babel-autocreate-text-main Thread: 
https://translatewiki.net/wiki/Thread:Translating_talk:MediaWiki/About_MediaWiki:Babel-autocreate-text-main/co
..

Reword babel-autocreate-text-main
Thread:
https://translatewiki.net/wiki/Thread:Translating_talk:MediaWiki/About_MediaWiki:Babel-autocreate-text-main/co

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Babel 
refs/changes/29/264329/1

diff --git a/i18n/en.json b/i18n/en.json
index 94002b2..01f0b9d 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -11,7 +11,7 @@
"babel-footer-url": ":Category:Babel - Users by language",
"babel-autocreate-reason": "Automatically creating [[$1|Babel]] 
category page.",
"babel-autocreate-text-levels": "Users in this category indicate they 
have skill level $1 for language $2.",
-   "babel-autocreate-text-main": "Users in this category indicate they 
have knowledge of language $1.",
+   "babel-autocreate-text-main": "Users in this category indicate their 
knowledge of language $1.",
"babel-autocreate-user": "Babel AutoCreate",
"babel-0": "This user has [[$1|no]] knowledge of [[$2|$3]] (or 
understands it with considerable difficulty).",
"babel-1": "This user has [[$1|basic]] knowledge of [[$2|$3]].",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4f3e5bce8aec9a9e296282866c2c1b493a14bb92
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Babel
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Added GENDER support for globalcssjs-delete-css and globalcs... - change (mediawiki...GlobalCssJs)

2016-01-15 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Added GENDER support for globalcssjs-delete-css and 
globalcssjs-delete-js
..

Added GENDER support for globalcssjs-delete-css and globalcssjs-delete-js

Thread:
https://translatewiki.net/wiki/Thread:Translating_talk:MediaWiki/About_MediaWiki:Globalcssjs-delete-css/en_and_MediaWiki:Globalcssjs-delete-js/en

Change-Id: Iaace795371b20a67c98563715479de7bc36cf30d
---
M i18n/core/en.json
M i18n/core/qqq.json
2 files changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/GlobalCssJs 
refs/changes/35/264335/1

diff --git a/i18n/core/en.json b/i18n/core/en.json
index 4c87aa9..74ecfc1 100644
--- a/i18n/core/en.json
+++ b/i18n/core/en.json
@@ -15,6 +15,6 @@
"globalcssjs-custom-css-js": "Shared CSS/JavaScript for all wikis:",
"globalcssjs-custom-js": "Custom JavaScript",
"globalcssjs-custom-css": "Custom CSS",
-   "globalcssjs-delete-css": "Deleting CSS page on user request due to 
deployment of [[mw:Help:Extension:GlobalCssJs]]",
-   "globalcssjs-delete-js": "Deleting JavaScript page on user request due 
to deployment of [[mw:Help:Extension:GlobalCssJs]]"
+   "globalcssjs-delete-css": "Deleting CSS page on {{GENDER:$1|user}} 
request due to deployment of [[mw:Help:Extension:GlobalCssJs]]",
+   "globalcssjs-delete-js": "Deleting JavaScript page on 
{{GENDER:$1|user}} request due to deployment of 
[[mw:Help:Extension:GlobalCssJs]]"
 }
diff --git a/i18n/core/qqq.json b/i18n/core/qqq.json
index e655b0a..01aa031 100644
--- a/i18n/core/qqq.json
+++ b/i18n/core/qqq.json
@@ -12,6 +12,6 @@
"globalcssjs-custom-css-js": "Help message next to links to a user's 
global.js/global.css pages.\n\nSee also:\n* {{msg-mw|Prefs-common-css-js}}",
"globalcssjs-custom-js": "Link text for link to a user's global.js 
page.\n{{Identical|Custom JavaScript}}",
"globalcssjs-custom-css": "Link text for a link to a user's global.css 
page.\n{{Identical|Custom CSS}}",
-   "globalcssjs-delete-css": "Used as a deletion summary when deleting a 
user's CSS page",
-   "globalcssjs-delete-js": "Used as a deletion summary when deleting a 
user's JavaScript page"
+   "globalcssjs-delete-css": "Used as a deletion summary when deleting a 
user's CSS page\nParameters:\n* $1 - username, for GENDER support",
+   "globalcssjs-delete-js": "Used as a deletion summary when deleting a 
user's JavaScript page\nParameters:\n* $1 - username, for GENDER support"
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaace795371b20a67c98563715479de7bc36cf30d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/GlobalCssJs
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Reword apihelp-query+geosearch-description - change (mediawiki...GeoData)

2016-01-15 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Reword apihelp-query+geosearch-description
..

Reword apihelp-query+geosearch-description

Thread:
https://translatewiki.net/wiki/Thread:Translating_talk:MediaWiki/MediaWiki:Apihelp-query%2Bgeosearch-description/en

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/GeoData 
refs/changes/98/264398/1

diff --git a/i18n/en.json b/i18n/en.json
index c3d3d77..372b1f0 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -29,7 +29,7 @@
"apihelp-query+coordinates-param-distancefrompoint": "Return distance 
in meters of every result on Earth from these coordinates.",
"apihelp-query+coordinates-param-distancefrompage": "Return distance in 
meters of every result on Earth from the coordinates of this page.",
"apihelp-query+coordinates-example-1": "Get a list of coordinates of 
the [[Main Page]]",
-   "apihelp-query+geosearch-description": "Returns pages having 
coordinates that lie in a certain area.",
+   "apihelp-query+geosearch-description": "Returns pages having 
coordinates that are located in a certain area.",
"apihelp-query+geosearch-param-bbox": "Bounding box to search in: pipe 
(|) separated coordinates of top left and bottom right corners.",
"apihelp-query+geosearch-param-coord": "Coordinate around which to 
search.",
"apihelp-query+geosearch-param-page": "Title of page around which to 
search.",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I534a081a00e7e74abc545f4bfa4176e589ab4877
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/GeoData
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Reword cookie-policy-notification-message - change (mediawiki...CookiePolicy)

2016-01-15 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Reword cookie-policy-notification-message
..

Reword cookie-policy-notification-message

Thread:
https://translatewiki.net/wiki/Thread:Translating_talk:MediaWiki/About_MediaWiki:Cookie-policy-notification-message/ksh

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CookiePolicy 
refs/changes/99/264399/1

diff --git a/i18n/en.json b/i18n/en.json
index e32301d..714ae48 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -6,7 +6,7 @@
]
},
"cookie-policy-description": "In the EU, there is a law that users be 
notified of a web site's cookie usage upon arriving there for the first time. 
This extension allows {{int:cookie-policy-site-name}} to be in compliance with 
this law.",
-   "cookie-policy-notification-message": "{{int:cookie-policy-site-name}} 
uses cookies to give you the best experience on our websites. By continuing to 
use {{int:cookie-policy-site-name}}, we assume that you accept our use of 
cookies.",
+   "cookie-policy-notification-message": "By continuing to use 
{{int:cookie-policy-site-name}}, we assume that you accept our use of cookies.",
"cookie-policy-read-more": "Read more about cookies",
"cookie-policy-link": 
"http://www.example.com/wiki/Privacy_policy#Cookies;,
"cookie-policy-site-name": "{{SITENAME}}"

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3845be851bbbd173121a77f174598878afaf8432
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CookiePolicy
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Add tags to 'status (s)' in rt-badstatus - change (mediawiki...RT)

2016-01-15 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Add  tags to 'status (s)' in rt-badstatus
..

Add  tags to 'status (s)' in rt-badstatus

Thread:
https://translatewiki.net/wiki/Thread:Translating_talk:MediaWiki/About_MediaWiki:Rt-badstatus/en

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/RT 
refs/changes/01/264401/1

diff --git a/i18n/en.json b/i18n/en.json
index 3186b85..da38aa8 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -7,7 +7,7 @@
"rt-badquery": "The RT extension encountered an error when talking to 
the RT database.",
"rt-badlimit": "Invalid LIMIT (l) arg: must be a number.\nYou tried: 
'''$1'''",
"rt-badorderby": "Invalid ORDER BY (ob) arg: must be a standard field 
(see documentation).\nYou tried: '''$1'''",
-   "rt-badstatus": "Invalid status (s) arg: must be a standard field (see 
documentation).\nYou tried: '''$1'''",
+   "rt-badstatus": "Invalid status (s) arg: must be a 
standard field (see documentation).\nYou tried: '''$1'''",
"rt-badcfield": "Invalid custom field arg: must be a simple word (see 
documentation).\nYou tried: '''$1'''",
"rt-badqueue": "Invalid queue (q) arg: must be a simple word.\nYou 
tried: '''$1'''",
"rt-badowner": "Invalid owner (o) arg: must be a valid username.\nYou 
tried: '''$1'''",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6057c6e121f2c8c21eb693937cc6e440f368bd9d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/RT
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Update Wikimedia's configuration after renaming $wgNetworkPe... - change (operations/mediawiki-config)

2016-01-14 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Update Wikimedia's configuration after renaming 
$wgNetworkPerformanceSamplingFactor to 
$wgMediaViewerNetworkPerformanceSamplingFactor.
..

Update Wikimedia's configuration
after renaming $wgNetworkPerformanceSamplingFactor to 
$wgMediaViewerNetworkPerformanceSamplingFactor.

Change-Id: Iedf2075f208fb566c0f1ade8239cbcfa62831cef
---
M wmf-config/CommonSettings-labs.php
M wmf-config/CommonSettings.php
2 files changed, 2 insertions(+), 2 deletions(-)


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

diff --git a/wmf-config/CommonSettings-labs.php 
b/wmf-config/CommonSettings-labs.php
index f1021c0..8e21034 100644
--- a/wmf-config/CommonSettings-labs.php
+++ b/wmf-config/CommonSettings-labs.php
@@ -91,7 +91,7 @@
 
 if ( $wmgUseMultimediaViewer ) {
require_once "$IP/extensions/MultimediaViewer/MultimediaViewer.php";
-   $wgNetworkPerformanceSamplingFactor = 
$wmgNetworkPerformanceSamplingFactor;
+   $wgMediaViewerNetworkPerformanceSamplingFactor = 
$wmgMediaViewerNetworkPerformanceSamplingFactor;
 }
 
 if ( $wmgUseParsoid ) {
diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index d761400..3d1cd96 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -1852,7 +1852,7 @@
 
 if ( $wmgUseMultimediaViewer ) {
require_once( "$IP/extensions/MultimediaViewer/MultimediaViewer.php" );
-   $wgNetworkPerformanceSamplingFactor = 
$wmgNetworkPerformanceSamplingFactor;
+   $wgMediaViewerNetworkPerformanceSamplingFactor = 
$wmgMediaViewerNetworkPerformanceSamplingFactor;
$wgMediaViewerDurationLoggingSamplingFactor = 
$wmgMediaViewerDurationLoggingSamplingFactor;
$wgMediaViewerAttributionLoggingSamplingFactor = 
$wmgMediaViewerAttributionLoggingSamplingFactor;
$wgMediaViewerDimensionLoggingSamplingFactor = 
$wmgMediaViewerDimensionLoggingSamplingFactor;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iedf2075f208fb566c0f1ade8239cbcfa62831cef
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Rename $wgNetworkPerformanceSamplingFactor to $wgMediaViewer... - change (mediawiki...MultimediaViewer)

2016-01-14 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Rename $wgNetworkPerformanceSamplingFactor to 
$wgMediaViewerNetworkPerformanceSamplingFactor.
..

Rename $wgNetworkPerformanceSamplingFactor to 
$wgMediaViewerNetworkPerformanceSamplingFactor.

Change-Id: Iba1a25d8c98b7331bfbafd77ead85a3a2ad0f432
---
M MultimediaViewerHooks.php
1 file changed, 5 insertions(+), 5 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MultimediaViewer 
refs/changes/78/264078/1

diff --git a/MultimediaViewerHooks.php b/MultimediaViewerHooks.php
index f62ed63..063e9e1 100644
--- a/MultimediaViewerHooks.php
+++ b/MultimediaViewerHooks.php
@@ -32,15 +32,15 @@
protected static $helpLink = 
'//mediawiki.org/wiki/Special:MyLanguage/Help:Extension:Media_Viewer';
 
public static function registerExtension() {
-   global $wgNetworkPerformanceSamplingFactor, 
$wgMediaViewerDurationLoggingSamplingFactor,
+   global $$wgMediaViewerNetworkPerformanceSamplingFactor, 
$wgMediaViewerDurationLoggingSamplingFactor,
$wgMediaViewerDurationLoggingLoggedinSamplingFactor, 
$wgMediaViewerAttributionLoggingSamplingFactor,
$wgMediaViewerDimensionLoggingSamplingFactor, 
$wgMediaViewerActionLoggingSamplingFactorMap,
$wgMediaViewerIsInBeta, $wgMediaViewerUseThumbnailGuessing, 
$wgMediaViewerEnableByDefault,
$wgMediaViewerEnableByDefaultForAnonymous, 
$wgMediaViewerImageQueryParameter,
$wgMediaViewerRecordVirtualViewBeaconURI;
-   if ( !isset( $wgNetworkPerformanceSamplingFactor ) ) {
+   if ( !isset( $$wgMediaViewerNetworkPerformanceSamplingFactor ) 
) {
/** @var int|bool: If set, records image load network 
performance via EventLogging once per this many requests. False if unset. **/
-   $wgNetworkPerformanceSamplingFactor = false;
+   $$wgMediaViewerNetworkPerformanceSamplingFactor = false;
}
 
if ( !isset( $wgMediaViewerDurationLoggingSamplingFactor ) ) {
@@ -283,7 +283,7 @@
 * @return bool
 */
public static function resourceLoaderGetConfigVars( &$vars ) {
-   global $wgMediaViewerActionLoggingSamplingFactorMap, 
$wgNetworkPerformanceSamplingFactor,
+   global $wgMediaViewerActionLoggingSamplingFactorMap, 
$$wgMediaViewerNetworkPerformanceSamplingFactor,
   $wgMediaViewerDurationLoggingSamplingFactor, 
$wgMediaViewerDurationLoggingLoggedinSamplingFactor,
   $wgMediaViewerAttributionLoggingSamplingFactor, 
$wgMediaViewerDimensionLoggingSamplingFactor,
   $wgMediaViewerIsInBeta, 
$wgMediaViewerUseThumbnailGuessing, $wgMediaViewerImageQueryParameter,
@@ -296,7 +296,7 @@
'useThumbnailGuessing' => 
(bool)$wgMediaViewerUseThumbnailGuessing,
'durationSamplingFactor' => 
$wgMediaViewerDurationLoggingSamplingFactor,
'durationSamplingFactorLoggedin' => 
$wgMediaViewerDurationLoggingLoggedinSamplingFactor,
-   'networkPerformanceSamplingFactor' => 
$wgNetworkPerformanceSamplingFactor,
+   'networkPerformanceSamplingFactor' => 
$$wgMediaViewerNetworkPerformanceSamplingFactor,
'actionLoggingSamplingFactorMap' => 
$wgMediaViewerActionLoggingSamplingFactorMap,
'attributionSamplingFactor' => 
$wgMediaViewerAttributionLoggingSamplingFactor,
'dimensionSamplingFactor' => 
$wgMediaViewerDimensionLoggingSamplingFactor,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iba1a25d8c98b7331bfbafd77ead85a3a2ad0f432
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MultimediaViewer
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Reword two MediaWiki core log messages. - change (mediawiki/core)

2016-01-13 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Reword two MediaWiki core log messages.
..

Reword two MediaWiki core log messages.

Change-Id: I9757abea3a4e0954a468b4e247b021e0ff91884d
---
M languages/i18n/en.json
M languages/i18n/ksh.json
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/36/263836/1

diff --git a/languages/i18n/en.json b/languages/i18n/en.json
index ed97a36..126c225 100644
--- a/languages/i18n/en.json
+++ b/languages/i18n/en.json
@@ -3745,7 +3745,7 @@
"logentry-import-upload-details": "$1 {{GENDER:$2|imported}} $3 by file 
upload ($4 {{PLURAL:$4|revision|revisions}})",
"logentry-import-interwiki": "$1 {{GENDER:$2|imported}} $3 from another 
wiki",
"logentry-import-interwiki-details": "$1 {{GENDER:$2|imported}} $3 from 
$5 ($4 {{PLURAL:$4|revision|revisions}})",
-   "logentry-merge-merge": "$1 {{GENDER:$2|merged}} $3 into $4 (revisions 
up to $5)",
+   "logentry-merge-merge": "$1 {{GENDER:$2|merged}} $3 into $4 (revisions 
up to $5 $6)",
"logentry-move-move": "$1 {{GENDER:$2|moved}} page $3 to $4",
"logentry-move-move-noredirect": "$1 {{GENDER:$2|moved}} page $3 to $4 
without leaving a redirect",
"logentry-move-move_redir": "$1 {{GENDER:$2|moved}} page $3 to $4 over 
redirect",
diff --git a/languages/i18n/ksh.json b/languages/i18n/ksh.json
index e5b02c3..e3babad 100644
--- a/languages/i18n/ksh.json
+++ b/languages/i18n/ksh.json
@@ -3256,7 +3256,7 @@
"logentry-delete-event-legacy": "{{GENDER:$2|Dä|Dat|Dä 
Metmaacher|De|Dat}} $1 hät de Seeschbakeit vun Enndrääje en de Logbööscher vun 
dä Sigg „$3“ verändert.",
"logentry-delete-revision-legacy": "{{GENDER:$2|Dä|Dat|Dä 
Metmaacher|De|Dat}} $1 hät de Seeschbakeit vun älldere Väsjohne vun dä Sigg 
„$3“ verändert.",
"logentry-suppress-delete": "{{GENDER:$2|Dä|Dat|Dä Metmaacher|De|Dat}} 
$1 hät di Sigg „$3“ ongerdröck.",
-   "logentry-suppress-event": "{{GENDER:$2|Dä|Dat|Dä Metmaacher|De|Dat}} 
$1 hät heimlesh för {{PLURAL:$5|eine Logboochendraach|$5 Logboochendrääsh|keine 
Logboochendraach}} en dä Sigg „$3“ $4.",
+   "logentry-suppress-event": "{{GENDER:$2|Dä|Dat|Dä Metmaacher|De|Dat}} 
$1 hät heimlesh för {{PLURAL:$5|eine Logboochendraach|$5 Logboochendrääsh|keine 
Logboochendraach}} en dä Sigg $3 $4.",
"logentry-suppress-revision": "{{GENDER:$2|Dä|Dat|Dä 
Metmaacher|De|Dat}} $1 hät heimlesch för {{PLURAL:$5|ein Version|$5 
Versione|kein Version}} vun dä Sigg „$3“ $4.",
"logentry-suppress-event-legacy": "{{GENDER:$2|Dä|Dat|Dä 
Metmaacher|De|Dat}} $1 hät de Seeschbakeit vun Enndrääje en dä Logbööscher op 
dä Sigg „$3“ heimlesch verändert.",
"logentry-suppress-revision-legacy": "{{GENDER:$2|Dä|Dat|Dä 
Metmaacher|De|Dat}} $1 hät de Seeschbakeit vun älldere Väsjohne vun dä Sigg 
„$3“ heimlesch verändert.",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9757abea3a4e0954a468b4e247b021e0ff91884d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Don't hardcode English parentheses in one message - change (mediawiki...Flow)

2016-01-10 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Don't hardcode English parentheses in one message
..

Don't hardcode English parentheses in one message

Bug: T115175
Change-Id: I2696bcfb566067b1880c1dcf6ec0f4dfba5203af
---
M includes/Formatter/ContributionsFormatter.php
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/includes/Formatter/ContributionsFormatter.php 
b/includes/Formatter/ContributionsFormatter.php
index 4212b3e..c9504a3 100644
--- a/includes/Formatter/ContributionsFormatter.php
+++ b/includes/Formatter/ContributionsFormatter.php
@@ -99,7 +99,7 @@
'data-role' => $key,
'class' => 'flow-history-moderation-action 
flow-click-interactive',
),
-   $ctx->msg( $msg )->escaped()
+   $ctx->msg( 'parentheses' )->rawParams( $msg )->escaped()
) . ')';
}
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2696bcfb566067b1880c1dcf6ec0f4dfba5203af
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Inserted wfMessage("Parentheses"); Change-Id: I13798e5eed58a... - change (mediawiki...Flow)

2016-01-09 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Inserted wfMessage("Parentheses"); Change-Id: 
I13798e5eed58aa650306ba3e3202f90016ca3113
..

Inserted wfMessage("Parentheses");
Change-Id: I13798e5eed58aa650306ba3e3202f90016ca3113
---
M Resources.php
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/Resources.php b/Resources.php
index 2432f64..995a130 100644
--- a/Resources.php
+++ b/Resources.php
@@ -120,7 +120,7 @@
'flow-post-action-edit-post',
'flow-post-action-edit-post-submit',
'flow-post-action-edit-post-submit-anonymously',
-   'flow-post-action-hide-post',
+   wfMessage('flow-post-action-hide-post'),
'flow-post-action-unhide-post',
'flow-post-action-post-history',
'flow-post-action-view',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I13798e5eed58aa650306ba3e3202f90016ca3113
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Added wfMessage('parentheses'). - change (mediawiki...Flow)

2016-01-09 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Added wfMessage('parentheses').
..

Added wfMessage('parentheses').

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/70/263170/1

diff --git a/includes/UrlGenerator.php b/includes/UrlGenerator.php
index 3c58f1a..7940667 100644
--- a/includes/UrlGenerator.php
+++ b/includes/UrlGenerator.php
@@ -723,7 +723,7 @@
 */
public function hidePostAction( Title $title = null, UUID $workflowId, 
UUID $postId ) {
return new Anchor(
-   wfMessage( 'flow-post-action-hide-post' ),
+   wfMessage( 'parentheses' )->params( 
'flow-post-action-hide-post' ),
$this->resolveTitle( $title, $workflowId ),
array(
'action' => 'moderate-post',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib6e675705ac6c8236461812ff967620444ca05ca
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] Add wfMessage('parentheses'). - change (mediawiki...Flow)

2016-01-09 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: Add wfMessage('parentheses').
..

Add wfMessage('parentheses').

Change-Id: I59bf75b07f3be9ee8f72b69ace43572ebad8a26b
---
M includes/Formatter/ContributionsFormatter.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/89/263189/1

diff --git a/includes/Formatter/ContributionsFormatter.php 
b/includes/Formatter/ContributionsFormatter.php
index 4212b3e..c2852dc 100644
--- a/includes/Formatter/ContributionsFormatter.php
+++ b/includes/Formatter/ContributionsFormatter.php
@@ -78,7 +78,7 @@
if ( isset( $data['actions']['hide'] ) ) {
$key = 'hide';
// flow-post-action-hide-post, 
flow-post-action-hide-topic
-   $msg = "flow-$type-action-hide-$type";
+   $msg = wfMessage( 'parentheses' 
)->params("flow-$type-action-hide-$type");
} elseif ( isset( $data['actions']['unhide'] ) ) {
$key = 'unhide';
// flow-topic-action-restore-topic, 
flow-post-action-restore-post

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I59bf75b07f3be9ee8f72b69ace43572ebad8a26b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] 1 - change (mediawiki/core)

2015-12-16 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: 1
..

1

 Change-Id: Ic88cbdfccf89deac13d8b30d4fbb25e5e4aa9af3

Change-Id: Ia0d254661ca940b1057bc5a4ec60f5c02e462875
---
M includes/media/TransformationalImageHandler.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/33/259533/1

diff --git a/includes/media/TransformationalImageHandler.php 
b/includes/media/TransformationalImageHandler.php
index f72df19..dd64771 100644
--- a/includes/media/TransformationalImageHandler.php
+++ b/includes/media/TransformationalImageHandler.php
@@ -326,14 +326,14 @@
 * @param array $scalerParams Array with scaler params
 * @return ThumbnailImage
 *
-* @todo FIXME: No rotation support
+* 
 */
protected function getClientScalingThumbnailImage( $image, 
$scalerParams ) {
$params = array(
'width' => $scalerParams['clientWidth'],
'height' => $scalerParams['clientHeight']
);
-
+   getRotation($image);
return new ThumbnailImage( $image, $image->getURL(), null, 
$params );
}
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia0d254661ca940b1057bc5a4ec60f5c02e462875
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis 

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


[MediaWiki-commits] [Gerrit] :wq - change (mediawiki/core)

2015-12-14 Thread IoannisKydonis (Code Review)
IoannisKydonis has uploaded a new change for review.

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

Change subject: :wq
..

:wq

Change-Id: Ife39d89969c123e25dc4c7e38a0ed50360dac769
---
M includes/DefaultSettings.php
M maintenance/benchmarks/Benchmarker.php
2 files changed, 97 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/66/259166/1

diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index 1642c09..d5aee7d 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -776,9 +776,9 @@
  * longer recommended, use maintenance/importImages.php instead.
  *
  * @note That this variable may be ignored if $wgLocalFileRepo is set.
- * @todo Deprecate the setting and ultimately remove it from Core.
+ * 
  */
-$wgHashedUploadDirectory = true;
+
 
 /**
  * Set the following to false especially if you have a set of files that need 
to
@@ -5046,9 +5046,9 @@
 $wgAutoConfirmCount = 0;
 
 /**
- * Automatically add a usergroup to any user who matches certain conditions.
- *
- * @todo Redocument $wgAutopromote
+ * Automatically add any user who matches certain conditions to a usergroup.
+ * 
+ * 
  *
  * The format is
  *   array( '&' or '|' or '^' or '!', cond1, cond2, ... )
diff --git a/maintenance/benchmarks/Benchmarker.php 
b/maintenance/benchmarks/Benchmarker.php
index 3f8a899..cb2229b 100644
--- a/maintenance/benchmarks/Benchmarker.php
+++ b/maintenance/benchmarks/Benchmarker.php
@@ -22,7 +22,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  *
- * @todo Report PHP version, OS ..
+ *
  * @file
  * @ingroup Benchmark
  */
@@ -34,6 +34,97 @@
  *
  * @ingroup Benchmark
  */
+ $user_agent =   $_SERVER['HTTP_USER_AGENT'];
+ function getOS() { 
+
+global $user_agent;
+
+$os_platform=   "Unknown OS Platform";
+
+$os_array   =   array(
+'/windows nt 10/i' =>  'Windows 10',
+'/windows nt 6.3/i' =>  'Windows 8.1',
+'/windows nt 6.2/i' =>  'Windows 8',
+'/windows nt 6.1/i' =>  'Windows 7',
+'/windows nt 6.0/i' =>  'Windows Vista',
+'/windows nt 5.2/i' =>  'Windows Server 
2003/XP x64',
+'/windows nt 5.1/i' =>  'Windows XP',
+'/windows xp/i' =>  'Windows XP',
+'/windows nt 5.0/i' =>  'Windows 2000',
+'/windows me/i' =>  'Windows ME',
+'/win98/i'  =>  'Windows 98',
+'/win95/i'  =>  'Windows 95',
+'/win16/i'  =>  'Windows 3.11',
+'/macintosh|mac os x/i' =>  'Mac OS X',
+'/mac_powerpc/i'=>  'Mac OS 9',
+'/linux/i'  =>  'Linux',
+'/ubuntu/i' =>  'Ubuntu',
+'/iphone/i' =>  'iPhone',
+'/ipod/i'   =>  'iPod',
+'/ipad/i'   =>  'iPad',
+'/android/i'=>  'Android',
+'/blackberry/i' =>  'BlackBerry',
+'/webos/i'  =>  'Mobile'
+);
+
+foreach ($os_array as $regex => $value) { 
+
+if (preg_match($regex, $user_agent)) {
+$os_platform=   $value;
+}
+
+}   
+
+return $os_platform;
+
+}
+
+function getBrowser() {
+
+global $user_agent;
+
+$browser=   "Unknown Browser";
+
+$browser_array  =   array(
+'/msie/i'   =>  'Internet Explorer',
+'/firefox/i'=>  'Firefox',
+'/safari/i' =>  'Safari',
+'/chrome/i' =>  'Chrome',
+'/opera/i'  =>  'Opera',
+'/netscape/i'   =>  'Netscape',
+'/maxthon/i'=>  'Maxthon',
+'/konqueror/i'  =>  'Konqueror',
+'/mobile/i' =>  'Handheld Browser'
+);
+
+foreach ($browser_array as $regex => $value) { 
+
+if (preg_match($regex, $user_agent)) {
+$browser=   $value;
+}
+
+}
+
+return $browser;
+
+}
+
+
+$user_os=   getOS();
+$user_browser   =   getBrowser();
+
+$device_details =   "Browser: ".$user_browser."Operating System: ".$user_os."";
+
+$php_version = phpversion();
+print $php_version;
+
+print_r($device_details);
+