[Bug 42311] UW flickr uploader disappears completely upon input of invalid URL

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42311

Nischay Nahata nischay...@gmail.com changed:

   What|Removed |Added

   Keywords||patch-in-gerrit,
   ||patch-need-review
 CC||rkald...@wikimedia.org

--- Comment #2 from Nischay Nahata nischay...@gmail.com 2012-11-22 08:10:06 
UTC ---
Added the missing else statement
https://gerrit.wikimedia.org/r/#/c/34691/

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42174] Parsertests generated class names are not unique

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42174

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

   Keywords||easy
   Priority|Unprioritized   |Normal
Summary|PHPUnit parser tests do not |Parsertests generated class
   |work with simply named  |names are not unique
   |extension parser tests  |
   Severity|normal  |minor

--- Comment #1 from Antoine hashar Musso has...@free.fr 2012-11-22 08:15:33 
UTC ---
Rephrased to Parsertests generated class names are not unique. See
implementation in phpunit/includes/parser/MediaWikiParserTest.php which uses
basename(). Definitely easy to fix, just have to find out a new convention.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42145] Catchable fatal error: Argument 2 passed to Parser::parse() must be an instance of Title, null given, called in /www/dev.translatewiki.net/w/includes/OutputPage.php on line 1484

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42145

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

  Component|Unit tests  |ConfirmEdit (CAPTCHA
   ||extension)
Version|1.21-git|master
Product|MediaWiki   |MediaWiki extensions
   Target Milestone|--- |Future release

--- Comment #9 from Antoine hashar Musso has...@free.fr 2012-11-22 08:17:44 
UTC ---
Since that seems to be caused by ConfirmEdit extension, I am changing the
component.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42145] Catchable fatal error: Argument 2 passed to Parser::parse() must be an instance of Title, null given, called in /www/dev.translatewiki.net/w/includes/OutputPage.php on line 1484

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42145

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

   Target Milestone|Future release  |---

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41916] Jenkins missing status update for Translate extension

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41916

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Antoine hashar Musso has...@free.fr 2012-11-22 08:22:25 
UTC ---
I am assuming this was related to either:
- Gerrit being restarted by puppet every 40 minutes
- Jenkins performance issues

Both have been fixed.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42349] New: SMW_setup.php fails to use given backend

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42349

   Web browser: ---
 Bug #: 42349
   Summary: SMW_setup.php fails to use given backend
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: blocker
  Priority: Unprioritized
 Component: Semantic MediaWiki
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mar...@semantic-mediawiki.org
CC: jamesin.hongkon...@gmail.com, jeroen_ded...@yahoo.com,
mar...@semantic-mediawiki.org, nischay...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


This script used to allow the backend that should be used to be specified. This
no longer works. I have tried:

php SMW_setup.php --delete SMWSQLStore2
php SMW_setup.php SMWSQLStore2 --delete
php SMW_setup.php --backend SMWSQLStore2 --delete
php SMW_setup.php --backend=SMWSQLStore2 --delete

In all cases, the script ignores the parameter. This is critical, since it may
lead to accidental deletion of the store that is currently in use if a user
follows the documentation.

The refresh script uses a parameter -b for backend, and it would be good if
this could be used with the same meaning in all SMW scripts. I think the setup
script used to have this at some point, but the code has changed significantly
since I last looked at it.

This is a blocker for SMW 1.8 since people will want to delete the old Store2.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38897] LCStore_CDB::getFileName: Invalid language 0

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38897

Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

 Blocks||39480

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 39480] Bugs affecting translatewiki.net (errors from MediaWiki master) (tracking)

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39480

Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

 Depends on||38897

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41673] @group Database not honored with MediaWikiLangTestCase childs

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41673

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

   Priority|High|Normal
 Status|NEW |RESOLVED
 Resolution||WORKSFORME
   Severity|major   |normal

--- Comment #5 from Antoine hashar Musso has...@free.fr 2012-11-22 08:29:47 
UTC ---
This was caused by a dataProvider attempting to use a database connection.
Since providers are run before filtering, that ends up throwing an errors when
no DB is set (which is the case in Databaseless Jenkins job.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42321] SQLStore3 notice when running SMW_refreshData.php

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42321

--- Comment #1 from Markus Krötzsch mar...@semantic-mediawiki.org 2012-11-22 
08:31:52 UTC ---
Please do not use pastebin for reporting bugs. Content vanishes after some time
there and the bug report will be meaningless.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41861] Sanity check wikiversions.dat on operations/mediawiki-config

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41861

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

--- Comment #1 from Antoine hashar Musso has...@free.fr 2012-11-22 08:34:51 
UTC ---
Some actions:
- write a PHPUnit test that shell out to refreshWikiversionsCDB
- make sure refreshWikiversionsCDB returns non 0 exit code on failure, that
will fail the build in Jenkins.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42321] SQLStore3 notice when running SMW_refreshData.php

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42321

--- Comment #2 from Markus Krötzsch mar...@semantic-mediawiki.org 2012-11-22 
08:36:11 UTC ---
The error as such is not clear to me. Maybe it has to do with the contents of
some of the arrays that are diffed there. Is there a way to reproduce this for
further tests? What we could use is a dump of the arguments passed to
array_diff_assoc() here.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42321] SQLStore3 notice when running SMW_refreshData.php

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42321

Markus Krötzsch mar...@semantic-mediawiki.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|NEW |ASSIGNED
   Severity|normal  |minor

--- Comment #3 from Markus Krötzsch mar...@semantic-mediawiki.org 2012-11-22 
08:45:55 UTC ---
Ok, confirmed. The reason is the stupid implementation of PHP's
array_diff_assoc. We use it for comparing two arrays that have entries of the
form key = value where value is another array and key is a hash that
uniquely identifies this array. We use array_diff_assoc since it compares keys
and we don't want PHP to compare the rest (we already ensured that this matches
if the keys match). PHP, however, compares both the keys and the values, but
does this by casting values to string first and then comparing the strings.
This leads to a notice in PHP 5.4.0. The result is correct for us, but we
should still use another method for computing the diff here.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37329] Remove Russian names for special pages in Ukrainian and Rusyn wikis

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37329

--- Comment #8 from Niklas Laxström niklas.laxst...@gmail.com 2012-11-22 
09:05:28 UTC ---
Then you should check this page daily:
http://translatewiki.net/w/i.php?title=Special:Translatetaction=translategroup=%21additionslimit=100language=uk

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42321] SQLStore3 notice when running SMW_refreshData.php

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42321

--- Comment #4 from Nischay Nahata nischay...@gmail.com 2012-11-22 09:07:20 
UTC ---
(In reply to comment #3)
 Ok, confirmed. The reason is the stupid implementation of PHP's
Markus, I thought you knew about this. I had used these functions too initially
(during GSoC) but removed them later on.

array_diff, array_diff_assoc should never be used ;)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42145] Catchable fatal error: Argument 2 passed to Parser::parse() must be an instance of Title, null given, called in /www/dev.translatewiki.net/w/includes/OutputPage.php on line 1484

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42145

Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |High

--- Comment #10 from Niklas Laxström niklas.laxst...@gmail.com 2012-11-22 
09:09:57 UTC ---
Given it was introduced in https://gerrit.wikimedia.org/r/#/c/29973/ I was
hoping we could find fixers from there. In any case this bug should be assigned
to someone asap.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41840] Can't edit anything on the item when [edit] links in preferences turned off

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41840

Henning (WMDE) henning.sna...@wikimedia.de changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #4 from Henning (WMDE) henning.sna...@wikimedia.de 2012-11-22 
09:13:00 UTC ---
https://gerrit.wikimedia.org/r/#/c/33575/

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42347] Form fails on SMW 1.8 #ask

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42347

--- Comment #1 from Markus Krötzsch mar...@semantic-mediawiki.org 2012-11-22 
09:15:40 UTC ---
Please try the following query instead:

{{#ask: [[Category:Project]]
| ?Project number=
| mainlabel=-
| sort=Project number
| order=DESC
| limit=1
}}

and compare its result with the result of your original query (if you can get
it at all). Please let us know if this works.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37329] Remove Russian names for special pages in Ukrainian and Rusyn wikis

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37329

--- Comment #9 from pustomyt...@gmail.com 2012-11-22 09:16:49 UTC ---
No, I don't want to check this page daily. I have a bad memory.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37329] Remove Russian names for special pages in Ukrainian and Rusyn wikis

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37329

--- Comment #10 from Niklas Laxström niklas.laxst...@gmail.com 2012-11-22 
09:23:47 UTC ---
Not my problem.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42350] New: Template deletion broken in Iceweasel 16.0.2

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42350

   Web browser: ---
 Bug #: 42350
   Summary: Template deletion broken in Iceweasel 16.0.2
   Product: VisualEditor
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
AssignedTo: jforres...@wikimedia.org
ReportedBy: liang...@gmail.com
CC: jforres...@wikimedia.org, krinklem...@gmail.com,
wikibugs-l@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


When I place the cursor before the template output, and press Delete, it
deletes the template and one more character after the template. When I place
the cursor after the template output and press Backspace, it does not delete
the template (simply does nothing).

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37329] Remove Russian names for special pages in Ukrainian and Rusyn wikis

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37329

--- Comment #11 from Niklas Laxström niklas.laxst...@gmail.com 2012-11-22 
09:31:07 UTC ---
Another alternative is
http://translatewiki.net/w/i.php?title=Special:RecentChangeshidebots=0translations=onlytrailer=%2Fen
and the feed version of it.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42351] New: Extra whitespaces are added in HTML-like stuff

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42351

   Web browser: ---
 Bug #: 42351
   Summary: Extra whitespaces are added in HTML-like stuff
   Product: Parsoid
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
AssignedTo: gwi...@wikimedia.org
ReportedBy: liang...@gmail.com
CC: ssas...@wikimedia.org, wikibugs-l@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Try with leading space:

 1a
 b3

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37329] Remove Russian names for special pages in Ukrainian and Rusyn wikis

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37329

--- Comment #12 from pustomyt...@gmail.com 2012-11-22 09:37:34 UTC ---
Does this solutions allow to track changes only for some set of products?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42352] New: More specific recent changes comments

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42352

   Web browser: ---
 Bug #: 42352
   Summary: More specific recent changes comments
   Product: MediaWiki extensions
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataClient
AssignedTo: wikidata-b...@lists.wikimedia.org
ReportedBy: aude.w...@gmail.com
CC: wikibugs-l@lists.wikimedia.org,
wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


The comments in recent changes from wikidata can be more specific, in cases
where a site link was added, changed or removed.

For example, Language link added: dewiki or Language link added:
[[de:Berlin]] (wikilinked, but show the site and page title)

To keep in mind with this bug, we have separate bug 42189 is to coalesce them,
so we may end up later with multiple links in a single comment, such as
Language links added: [[de:Berlin]], [[fr:Berlin]], [[sv:Berlin]].  In that
case, we might have to trim the size of the comment to keep to reasonable size.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42352] More specific recent changes comments

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42352

Aude aude.w...@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #1 from Aude aude.w...@gmail.com 2012-11-22 09:39:46 UTC ---
https://gerrit.wikimedia.org/r/#/c/34692/ - first step implementation of this

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42353] New: Non-working template braces get wrapped in nowiki after round-trip

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42353

   Web browser: ---
 Bug #: 42353
   Summary: Non-working template braces get wrapped in nowiki
after round-trip
   Product: Parsoid
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
AssignedTo: gwi...@wikimedia.org
ReportedBy: liang...@gmail.com
CC: ssas...@wikimedia.org, wikibugs-l@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Try these four cases:

{{

}}

{{}}

}}{{

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37214] The ...further results link causes the duplication of the first column on Special:Ask (1.8 beta 2)

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37214

--- Comment #6 from Markus Krötzsch mar...@semantic-mediawiki.org 2012-11-22 
09:52:30 UTC ---
Is this problem still there? I was no able to reproduce this on
semantic-mediawiki.org (running SMW 1.8 RC1).

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37329] Remove Russian names for special pages in Ukrainian and Rusyn wikis

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37329

--- Comment #13 from Niklas Laxström niklas.laxst...@gmail.com 2012-11-22 
09:53:04 UTC ---
You can limit to MediaWiki namespace.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41840] Can't edit anything on the item when [edit] links in preferences turned off

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41840

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37329] Remove Russian names for special pages in Ukrainian and Rusyn wikis

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37329

--- Comment #14 from pustomyt...@gmail.com 2012-11-22 10:19:30 UTC ---
I'm not sure, but looks like RecentChanges feed don't understand 'hidebots'
parameter

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42346] Title should update after editing label

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42346

Aude aude.w...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||aude.w...@gmail.com
 Resolution||DUPLICATE

--- Comment #1 from Aude aude.w...@gmail.com 2012-11-22 10:23:48 UTC ---
Already fixed in https://gerrit.wikimedia.org/r/#/c/32364/and will be in the
next deployment of new code

*** This bug has been marked as a duplicate of bug 41598 ***

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41598] Page’s title is not the same as page’s label after editing

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41598

Aude aude.w...@gmail.com changed:

   What|Removed |Added

 CC||yyairr...@gmail.com

--- Comment #5 from Aude aude.w...@gmail.com 2012-11-22 10:23:48 UTC ---
*** Bug 42346 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41848] Empty items created with Special:CreateItem (2)

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41848

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41597] special page to list all items without label in a given language

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41597

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED
 CC||abraham.taherivand@wikimedi
   ||a.de

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37329] Remove Russian names for special pages in Ukrainian and Rusyn wikis

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37329

--- Comment #15 from Nemo federicol...@tiscali.it 2012-11-22 10:36:47 UTC ---
(In reply to comment #7)
 b) I want to be warned about every new or fuzzy MediaWiki message on
 Translatewiki before they are applied. Extension:TranslationNotifications is a
 good solution if it provides such capability.

My answer got lost in a power outage: to know when a translation of yours got
fuzzied, you can add your email and set E-mail me when a page or file on my
watchlist is changed in your preferences, plus Add pages I create and files I
upload to my watchlist and if possible Add pages and files I edit to my
watchlist in the watchlist section.
This won't give notifications of new special pages, but you can watchlist
https://translatewiki.net/wiki/MediaWiki:Sp-translate-data-SpecialPageAliases/uk
(or subscribe to the feed for its history).

(In reply to comment #14)
 I'm not sure, but looks like RecentChanges feed don't understand 'hidebots'
 parameter

The link on the left is always the same, you have to add it manually to
preserve current behaviour:
https://translatewiki.net/w/i.php?title=Special:RecentChangeshidebots=0translations=onlytrailer=%2Fennamespace=8feed=atom

If this is not enough and you think more notifications for new stuff to
translate are needed, I can file a feature request for you.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41633] Two language links per language possible

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41633

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED
 CC||abraham.taherivand@wikimedi
   ||a.de

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41775] mwdumper error Stream is not in the BZip2 format

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41775

Bean49 ght81-wikipe...@yahoo.com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41598] Page’s title is not the same as page’s label after editing

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41598

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED
 CC||abraham.taherivand@wikimedi
   ||a.de

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42149] Broken link in the invitation for users to update the item

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42149

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37329] Remove Russian names for special pages in Ukrainian and Rusyn wikis

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37329

--- Comment #16 from pustomyt...@gmail.com 2012-11-22 10:49:30 UTC ---
Special pages aren't big problem now. It's part of bigger problem — lack of
notification of new messages. Should I create new feature request?

 The link on the left is always the same, you have to add it manually to
 preserve current behaviour:
 https://translatewiki.net/w/i.php?title=Special:RecentChangeshidebots=0translations=onlytrailer=%2Fennamespace=8feed=atom
I tried this, returns only users edits for me...

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42331] prepare user authorization for Zuul deployment

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42331

--- Comment #1 from Antoine hashar Musso has...@free.fr 2012-11-22 10:53:46 
UTC ---
Production is going to use the zuul-bot username to interact with Jenkins.  I
had the zuul_user_apikey to use the 'zuul' token key, Ariel gladly updated the
token with 'zuul-bot' one.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42331] prepare user authorization for Zuul deployment

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42331

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #2 from Antoine hashar Musso has...@free.fr 2012-11-22 10:56:17 
UTC ---
I have manually verified that jenkins-bot is still able to connect to gerrit
using the credentials provided by our zuul class.

So everything seems to be setup properly.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 40681] deploy Zuul (tracking)

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40681

Bug 40681 depends on bug 42331, which changed state.

Bug 42331 Summary: prepare user authorization for Zuul deployment
https://bugzilla.wikimedia.org/show_bug.cgi?id=42331

   What|Old Value   |New Value

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42249] Aliases had to be different from Label

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42249

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

   Priority|Unprioritized   |Lowest
 Status|UNCONFIRMED |RESOLVED
 CC||abraham.taherivand@wikimedi
   ||a.de
 Resolution||WONTFIX

--- Comment #2 from abraham.taheriv...@wikimedia.de 2012-11-22 10:56:50 UTC ---
It will cause more confusion than it avoids.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37329] Remove Russian names for special pages in Ukrainian and Rusyn wikis

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37329

--- Comment #17 from Niklas Laxström niklas.laxst...@gmail.com 2012-11-22 
10:58:17 UTC ---
I've submitted fix to allow all use of all filters in feeds too:
https://gerrit.wikimedia.org/r/34701

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42028] Wikidata special page aliases give an no such special page error.

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42028

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

   Priority|Normal  |Low
 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1

--- Comment #6 from abraham.taheriv...@wikimedia.de 2012-11-22 10:59:15 UTC ---
changed to new and  marked need-volunteer

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41557] Accented letters not entered properly in aliases

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41557

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||abraham.taherivand@wikimedi
   ||a.de
 Resolution||WORKSFORME

--- Comment #7 from abraham.taheriv...@wikimedia.de 2012-11-22 11:01:52 UTC ---
sorry can't reproduce this.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42354] New: Collapsible nav broken with new h3 headings in I9a2ebd50

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42354

   Web browser: ---
 Bug #: 42354
   Summary: Collapsible nav broken with new h3 headings in
I9a2ebd50
   Product: MediaWiki extensions
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Vector
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: aude.w...@gmail.com
CC: krinklem...@gmail.com, roan.katt...@gmail.com,
tpars...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Collapsible nav lost formatting with css and html markup changes in I9a2ebd50

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 40755] Supporting __STATICREDIRECT__

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40755

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||abraham.taherivand@wikimedi
   ||a.de
 Ever Confirmed|0   |1

--- Comment #3 from abraham.taheriv...@wikimedia.de 2012-11-22 11:02:30 UTC ---
changed status to new

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42354] Collapsible nav broken with new h3 headings in I9a2ebd50

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42354

Aude aude.w...@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #1 from Aude aude.w...@gmail.com 2012-11-22 11:04:13 UTC ---
https://gerrit.wikimedia.org/r/#/c/34702/

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42289] More specific filtering for recent changes

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42289

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|REOPENED|NEW
 CC||abraham.taherivand@wikimedi
   ||a.de

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41735] Notice given when TextContent constructed with $text = false should name caller

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41735

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 Status|REOPENED|ASSIGNED
 CC||abraham.taherivand@wikimedi
   ||a.de

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41590] Make aliases UI compatible with ULS IME

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41590

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

 Status|REOPENED|NEW
 CC||abraham.taherivand@wikimedi
   ||a.de

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42355] New: $wgDefaultUserOptions['date'] = 'dmyts' causes MWException error when accessing settings

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42355

   Web browser: ---
 Bug #: 42355
   Summary: $wgDefaultUserOptions['date'] = 'dmyts' causes
MWException error when accessing settings
   Product: MediaWiki
   Version: 1.21-git
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: User preferences
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: flo...@gmail.com
CC: agarr...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


In recent snapshots, the setting

$wgDefaultUserOptions['date'] = 'dmyts';

causes an MWException error when accessing settings, at least in certain
languages. For 'de' it seems to work, for 'en' and 'fr' it produces an error.
Resetting it to

$wgDefaultUserOptions['date'] = 'dmy';
(i.e. without ts)

seems to cure the problem.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41437] Wikidata SSL

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41437

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

   Keywords||shell
 CC||abraham.taherivand@wikimedi
   ||a.de

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 40238] apply correct lang and dir attributes to language names in List of pages linked to this item (2)

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40238

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

 Status|REOPENED|NEW
 CC||abraham.taherivand@wikimedi
   ||a.de

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42347] Form fails on SMW 1.8 #ask

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42347

--- Comment #2 from Ad Strack van Schijndel ad.strackvanschijn...@gmail.com 
2012-11-22 11:15:36 UTC ---
Ok I did what you suggested and did some additional research. The interesting
results I think are:

{{{field|Project number|default= {{#expr: {{#ask: [[Category:Project]]
| ?Project number
| format=max
  }} + 1}} 
 }}} 

shows '{{#expr: {{#ask:' in the project number field when creating a new
project (NOK) and
works well when editing a project with the form (OK).

The original statement: {{{field|Project number|default= {{#expr: {{#ask:
[[Category:Project]] | ?Project number | format=max }} + 1}} }}}
which is exactly the same, only the whole 'field' statement on one line,

shows the correct (next) project number when creating a new project (OK) and
causes the form to fail (white screen after long while) when editing the
project (NOK)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37754] Handling for missing language codes (5)

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37754

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

 Status|REOPENED|NEW
 CC||abraham.taherivand@wikimedi
   ||a.de

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42327] How to handle metalanguages/aliases

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42327

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||abraham.taherivand@wikimedi
   ||a.de

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37214] The ...further results link causes the duplication of the first column on Special:Ask (1.8 RC1)

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37214

[[kgh]] mediaw...@kghoffmeyer.de changed:

   What|Removed |Added

Summary|The ...further results|The ...further results
   |link causes the duplication |link causes the duplication
   |of the first column on  |of the first column on
   |Special:Ask (1.8 beta 2)|Special:Ask (1.8 RC1)

--- Comment #7 from [[kgh]] mediaw...@kghoffmeyer.de 2012-11-22 11:24:54 UTC 
---
Yes, just click on the link provided at the URL field of this bug. The same
actually applies to the export formats, too. There it is not as problematic
since one may just delete the duplicated column.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42323] wbsearchentities should return property entities data type or full entity for optimization

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42323

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||abraham.taherivand@wikimedi
   ||a.de

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 36940] Title blacklist should return friendly error message and allow user to report false positives

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36940

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it
 Depends on||16461
   Severity|normal  |major

--- Comment #1 from Nemo federicol...@tiscali.it 2012-11-22 11:26:34 UTC ---
Adding dependency.
The requirements set in comment 0 are quite high, but I hope it wouldn't be too
hard to:
* always provide a system message which mentions the title blacklist and its
relevant rule rather than give a generic permission error (see bug 42316
comment 4) or just silently fail;
* link the sources for the blacklist defined in $wgTitleBlacklistSources, if of
type local page or URL, so that the user knows where to check.

For Wikimedia projects and most MediaWiki users, this would at least allow to
go to a wiki page whose talk can be used for reports etc.

The currently handled cases are as follows:

'titleblacklist-forbidden-edit'   = 'The title $2 has been banned
from creation.
It matches the following blacklist entry: code$1/code',
'titleblacklist-forbidden-move'   = '$2 cannot be moved to $3,
because the title $3 has been banned from creation.
It matches the following blacklist entry: code$1/code',
'titleblacklist-forbidden-upload' = 'The file name $2 has been
banned from creation.
It matches the following blacklist entry: code$1/code',
'titleblacklist-forbidden-new-account' = 'The user name $2 has been
banned from creation.
It matches the following blacklist entry: code$1/code',

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 16461] Different system messages for local and global title blacklist hits

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16461

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||36940

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42316] 'createtalk' + 'edit' right is not enough to create the talk of an existing MediaWiki: page

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42316

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=36940

--- Comment #6 from Nemo federicol...@tiscali.it 2012-11-22 11:27:18 UTC ---
(In reply to comment #4)
 Ah that's due to a local titleblacklist:

Thank you. I told you, feels like being a n00b. ;-(

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42316] 'createtalk' + 'edit' right is not enough to create the talk of an existing MediaWiki: page

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42316

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

   Keywords|patch-in-gerrit |

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37214] The ...further results link causes the duplication of the first column on Special:Ask (1.8 RC1)

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37214

--- Comment #8 from [[kgh]] mediaw...@kghoffmeyer.de 2012-11-22 11:27:32 UTC 
---
Oops, the query seems to have saved the superfluous syntax. Hmm, indeed it
seems to be ok right now. I will run a test today and report back.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42286] API and audience

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42286

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||abraham.taherivand@wikimedi
   ||a.de

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42356] New: return variants

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42356

   Web browser: ---
 Bug #: 42356
   Summary: return variants
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Keywords: easy
  Severity: normal
  Priority: Unprioritized
 Component: API
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: bugrepor...@to.mabomuja.de
CC: bjor...@wikimedia.org, bryan.tongm...@gmail.com,
roan.katt...@gmail.com, s...@reedyboy.net
Classification: Unclassified
   Mobile Platform: ---


I would like to get language variants of the title using the api.

e.g. Article:
http://sr.wikipedia.org/wiki/%D0%92%D0%B8%D0%BA%D0%B8%D0%BF%D0%B5%D0%B4%D0%B8%D1%98%D0%B0

I need to know that sr-el is Vikipedija and sr-ec Википедија

I think this could be implemented by either extending prop=info or adding a new
querymodules.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42347] Form fails on SMW 1.8 #ask

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42347

Markus Krötzsch mar...@semantic-mediawiki.org changed:

   What|Removed |Added

 CC||wikibugs-l@lists.wikimedia.
   ||org
  Component|Semantic MediaWiki  |SemanticForms
 AssignedTo|wikibugs-l@lists.wikimedia. |yaro...@gmail.com
   |org |

--- Comment #3 from Markus Krötzsch mar...@semantic-mediawiki.org 2012-11-22 
11:32:01 UTC ---
If the query that I suggested works for you, it is highly recommended to use
this query instead of format=max everywhere. Similarly for format min (but
change the order to ASC there). If you want to do math with the result, you
should also specify that you do not want any formatting by adding a #-:

{{#ask: [[Category:Project]]
| ?Project number#-=
| mainlabel=-
| sort=Project number
| order=DESC
| limit=1
}}

The max format should be avoided whenever possible. It is very resource
intensive (possibly retrieving thousands of results to find one number) and may
still lead to wrong results (if there are too many matches).

The other problem you mention here seem to be related to {{{field}}} but not to
SMW. I don't see why there should be a connection to SMW 1.8, but maybe there
were some small output changes in #ask that your code is somehow sensitive to.
I am reassigning this bug to SF now.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42260] Site links removed when changing different site link

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42260

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||abraham.taherivand@wikimedi
   ||a.de
 Depends on||42262

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42262] Tracking seperate baserevids per page section

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42262

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

 Blocks||42260

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 39992] ULS: Don't set inline family: sans-serif when no fonts are specified

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39992

Santhosh Thottingal santhosh.thottin...@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 AssignedTo|wikibugs-l@lists.wikimedia. |santhosh.thottingal@gmail.c
   |org |om

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42262] Tracking seperate baserevids per page section

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42262

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||abraham.taherivand@wikimedi
   ||a.de

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42356] return variants

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42356

Liangent liang...@gmail.com changed:

   What|Removed |Added

 CC||liang...@gmail.com

--- Comment #1 from Liangent liang...@gmail.com 2012-11-22 11:34:50 UTC ---
There can be
http://sr.wikipedia.org/w/api.php?action=parsepage=%D0%92%D0%B8%D0%BA%D0%B8%D0%BF%D0%B5%D0%B4%D0%B8%D1%98%D0%B0prop=displaytitlevariant=sr-el
http://sr.wikipedia.org/w/api.php?action=parsepage=%D0%92%D0%B8%D0%BA%D0%B8%D0%BF%D0%B5%D0%B4%D0%B8%D1%98%D0%B0prop=displaytitlevariant=sr-ec

BUT WARNING this variant parameter is a hack (bug 32906 comment 23) and we
don't like it.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 40681] deploy Zuul (tracking)

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40681

--- Comment #2 from Antoine hashar Musso has...@free.fr 2012-11-22 11:35:35 
UTC ---
I have talked about it with Ariel from ops team. I have filled an RT ticket :
https://rt.wikimedia.org/Ticket/Display.html?id=3958 we are most probably going
to deploy Zuul on Nov 22th, 1pm UTC (aka today).

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42257] Add add link on top of the list of language links

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42257

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||abraham.taherivand@wikimedi
   ||a.de

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 12034] Use different system messages for local and global spam blacklist hits

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12034

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

   Priority|Low |Normal
 CC||federicol...@tiscali.it
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=16461
 Blocks||41492
   Severity|enhancement |normal

--- Comment #6 from Nemo federicol...@tiscali.it 2012-11-22 11:36:36 UTC ---
Adding the equivalent bug for title blacklist and the tracking bug for
stewards: spam blacklist is heavily used for cross-wiki maintenance and not
being able to get reports of false positives is a major hinderance.
Also switching to Normal in analogy to Erik's bug 36940 because it's a proper
bug, not a feature request; and restoring normal priority because it was
lowered without reason (in a bulk bug change).

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41492] Steward, global sysop and SWMT tasks bugs (tracking)

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41492

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Depends on||12034

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42224] Special:ItemByTitle search ignores Wikipedia redirection

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42224

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||abraham.taherivand@wikimedi
   ||a.de,
   ||wikibugs-l@lists.wikimedia.
   ||org,
   ||wikidata-bugs@lists.wikimed
   ||ia.org
  Component|Wikidata|WikidataRepo
Version|wmf-deployment  |unspecified
Product|Wikimedia   |MediaWiki extensions
   Severity|normal  |enhancement

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42207] Move populateSitesTable.php script to core

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42207

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||abraham.taherivand@wikimedi
   ||a.de

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42199] Autocomplete interferes with Japanese

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42199

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||abraham.taherivand@wikimedi
   ||a.de

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42189] Coalesc change events in pollForChanges

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42189

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||abraham.taherivand@wikimedi
   ||a.de

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 36940] Title blacklist should return friendly error message and allow user to report false positives

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36940

Liangent liang...@gmail.com changed:

   What|Removed |Added

 CC||liang...@gmail.com

--- Comment #2 from Liangent liang...@gmail.com 2012-11-22 11:43:48 UTC ---
(In reply to comment #1)
 * always provide a system message which mentions the title blacklist and its
 relevant rule rather than give a generic permission error (see bug 42316
 comment 4) or just silently fail;

It's eswiki community's fault to set an unclear errormsg
autoconfirmed|errmsg=Debes estar registrado para crear esta
página.. See this default message:
https://es.wikipedia.org/w/index.php?title=Http://www.google.comaction=edituselang=en

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42159] Option to disable automatic language detection for anonymous users

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42159

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||abraham.taherivand@wikimedi
   ||a.de

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42327] How to handle metalanguages/aliases

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42327

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

--- Comment #1 from abraham.taheriv...@wikimedia.de 2012-11-22 11:48:24 UTC ---


*** This bug has been marked as a duplicate of bug 42153 ***

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42153] Languages that is active vs metalanguages vs redirects vs ...

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42153

--- Comment #1 from abraham.taheriv...@wikimedia.de 2012-11-22 11:48:24 UTC ---
*** Bug 42327 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 36940] Title blacklist should return friendly error message and allow user to report false positives

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36940

--- Comment #3 from Nemo federicol...@tiscali.it 2012-11-22 11:48:26 UTC ---
(In reply to comment #2)
 It's eswiki community's fault to set an unclear errormsg
 autoconfirmed|errmsg=Debes estar registrado para crear esta
 página.. See this default message:
 https://es.wikipedia.org/w/index.php?title=Http://www.google.comaction=edituselang=en

I know what the default message is, I mean that the errmsg should be wrapped in
a titleblacklist error message which explains where it comes from.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42153] Languages that is active vs metalanguages vs redirects vs ...

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42153

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||abraham.taherivand@wikimedi
   ||a.de

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42102] special page to list all items without description in a given language

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42102

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

   Keywords||need-volunteer
   Priority|Unprioritized   |Low
 CC||abraham.taherivand@wikimedi
   ||a.de
   Severity|normal  |enhancement

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42089] API: mark namespaces that have wikibase enabled

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42089

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

  Component|WikidataRepo|ContentHandler
Product|MediaWiki extensions|MediaWiki

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42064] Make AbuseFilter aware of Wikibase content models.

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42064

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42028] Wikidata special page aliases give an no such special page error.

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42028

Lydia Pintscher lydia.pintsc...@wikimedia.de changed:

   What|Removed |Added

   Keywords||need-volunteer
 CC||lydia.pintscher@wikimedia.d
   ||e

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42042] url value empty for action=wbgetitemsprops=sitelinks/urls

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42042

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 Status|NEW |ASSIGNED
 CC||abraham.taherivand@wikimedi
   ||a.de

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 16461] Different system messages for local and global title blacklist hits

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16461

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=12034

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 34514] Language and direction of first heading should depend on page content language instead of user interface language

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34514

Fomafix foma...@googlemail.com changed:

   What|Removed |Added

 Blocks||32403

--- Comment #16 from Fomafix foma...@googlemail.com 2012-11-22 12:12:41 UTC 
---
The patch also solves Bug 32403.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32676] Rusyn language needs a Latin variant

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32676

--- Comment #2 from Gazeb rue...@gmail.com 2012-11-22 12:17:42 UTC ---
Hello, there was a little change for transliteration of ы and и. This came from
Institute of Ruthenian Language and Culture and was published in Rusínsky jazyk
pre začiatočníkov
http://www.unipo.sk/public/media/16948/Rus%C3%ADnsky%20jazyk%20pre%20za%C4%8Diato%C4%8Dn%C3%ADkov.pdf
on page 149.

So the new rules would be:

var $mToLatin = array(
'дє' = 'd´e', 'дї' = 'd´i', 'дё' = 'd´o', 'дю' = 'd´u',
'дя' = 'd´a',
'зє' = 'z´e', 'зї' = 'z´i', 'зё' = 'z´o', 'зю' = 'z´u',
'зя' = 'z´a',
'лє' = 'l´e', 'лї' = 'l´i', 'лё' = 'l´o', 'лю' = 'l´u',
'ля' = 'l´a',
'нє' = 'n´e', 'нї' = 'n´i', 'нё' = 'n´o', 'ню' = 'n´u',
'ня' = 'n´a',
'рє' = 'r´e', 'рї' = 'r´i', 'рё' = 'r´o', 'рю' = 'r´u',
'ря' = 'r´a',
'сє' = 's´e', 'сї' = 's´i', 'сё' = 's´o', 'сю' = 's´u',
'ся' = 's´a',
'тє' = 't´e', 'тї' = 't´i', 'тё' = 't´o', 'тю' = 't´u',
'тя' = 't´a',
'цє' = 'c´e', 'цї' = 'c´i', 'цё' = 'c´o', 'цю' = 'c´u',
'ця' = 'c´a',
'а' = 'a', 'б' = 'b', 'в' = 'v', 'ґ' = 'g', 'г' = 'h',
'д' = 'd', 'е' = 'e', 'є' = 'je', 'ё' = 'jo', 'ж' = 'ž',
'з' = 'z', 'і' = 'i', 'ї' = 'ji', 'и' = 'y', 'ы' = 'ŷ',
'й' = 'j', 'к' = 'k', 'л' = 'l', 'м' = 'm', 'н' = 'n',
'о' = 'o', 'р' = 'r', 'п' = 'p', 'о' = 'o', 'с' = 's',
'т' = 't', 'у' = 'u', 'ф' = 'f', 'х' = 'ch', 'ц' = 'c',
'ч' = 'č', 'ш' = 'š', 'щ' = 'šč', 'ю' = 'ju', 'я' = 'ja',
'ь' = '´', 'ъ' = '',

'Дє' = 'D´e', 'Дї' = 'D´i', 'Дё' = 'D´o', 'Дю' = 'D´u',
'Дя' = 'D´a',
'Зє' = 'Z´e', 'Зї' = 'Z´i', 'Зё' = 'Z´o', 'Зю' = 'Z´u',
'Зя' = 'Z´a',
'Лє' = 'L´e', 'Лї' = 'L´i', 'Лё' = 'L´o', 'Лю' = 'L´u',
'Ля' = 'L´a',
'Нє' = 'N´e', 'Нї' = 'N´i', 'Нё' = 'N´o', 'Ню' = 'N´u',
'Ня' = 'N´a',
'Рє' = 'R´e', 'Рї' = 'R´i', 'Рё' = 'R´o', 'Рю' = 'R´u',
'Ря' = 'R´a',
'Сє' = 'S´e', 'Сї' = 'S´i', 'Сё' = 'S´o', 'Сю' = 'S´u',
'Ся' = 'S´a',
'Тє' = 'T´e', 'Тї' = 'T´i', 'Тё' = 'T´o', 'Тю' = 'T´u', 
'Тя' = 'T´a',  
'Цє' = 'C´e', 'Цї' = 'C´i', 'Цё' = 'C´o', 'Цю' = 'C´u', 
'Ця' = 'C´a',  
'А' = 'A', 'Б' = 'B', 'В' = 'V', 'Ґ' = 'G', 'Г' = 'H', 
'Д' = 'D', 'Е' = 'E', 'Є' = 'Je', 'Ё' = 'Jo', 'Ж' = 'Ž',   
'З' = 'Z', 'І' = 'I', 'Ї' = 'Ji', 'И' = 'Y', 'Ы' = 'Ŷ',
'Й' = 'J', 'К' = 'K', 'Л' = 'L', 'М' = 'M', 'Н' = 'N',
'О' = 'O', 'Р' = 'R', 'П' = 'P', 'О' = 'O', 'С' = 'S',
'Т' = 'T', 'У' = 'U', 'Ф' = 'F', 'Х' = 'Ch', 'Ц' = 'C',
'Ч' = 'Č', 'Ш' = 'Š', 'Щ' = 'Šč', 'Ю' = 'Ju', 'Я' = 'Ja',
'Ь' = '´', 'Ъ' = '',
);

   var $mToCyrillics = array(
'd´e' = 'дє',  'd´i' = 'дї', 'd´o' = 'дё', 'd´u' =
'дю', 'd´a' = 'дя',
'z´e' = 'зє',  'z´i' = 'зї', 'z´o' = 'зё', 'z´u' =
'зю', 'z´a' = 'зя',
'l´e' = 'лє',  'l´i' = 'лї', 'l´o' = 'лё', 'l´u' =
'лю', 'l´a' = 'ля',
'n´e' = 'нє',  'n´i'= 'нї', 'n´o' = 'нё', 'n´u' = 'ню',
'n´a' = 'ня',
'r´e' = 'рє',  'r´i' = 'рї', 'r´o' = 'рё', 'r´u' =
'рю', 'r´a' = 'ря',
's´e' = 'сє',  's´i' = 'сї', 's´o' = 'сё', 's´u' =
'сю', 's´a' = 'ся',
't´e' = 'тє',  't´i' = 'тї', 't´o' = 'тё', 't´u' =
'тю', 't´a' = 'тя',
'c´e' = 'цє',  'c´i' = 'цї', 'c´o' = 'цё', 'c´u' =
'цю', 'c´a' = 'ця',
'dje' = 'дъє',  'dji' = 'дъї', 'djo' = 'дъё', 'dju' =
'дъю', 'dja' = 'дъя',
'zje' = 'зъє',  'zji' = 'зъї', 'zjo' = 'зъё', 'zju' =
'зъю', 'zja' = 'зъя',
'lje' = 'лъє',  'lji' = 'лъї', 'ljo' = 'лъё', 'lju' =
'лъю', 'lja' = 'лъя',
'nje' = 'нъє',  'nji' = 'нъї', 'njo' = 'нъё', 'nju' =
'нъю', 'nja' = 'нъя',
'rje' = 'ръє',  'rji' = 'ръї', 'rjo' = 'ръё', 'rju' =
'ръю', 'rja' = 'ръя',
'sje' = 'съє',  'sji' = 'съї', 'sjo' = 'съё', 'sju' =
'съю', 'sja' = 'съя',
'tje' = 'тъє',  'tji' = 'тъї', 'tjo' = 'тъё', 'tju' =
'тъю', 'tja' = 'тъя',
'cje' = 'цъє',  'cji' = 'цъї', 'cjo' = 'цъё', 'cju' =
'цъю', 'cja' = 'цъя',
'a' = 'а', 'b' = 'б', 'v' = 'в', 'g' = 'ґ', 'h' = 'г',
'd' = 'д', 'e' = 'е', 'je' = 'є', 'jo' = 'ё', 'ž' = 'ж',
'z' = 'з', 'i' = 'і', 'ji' = 'ї', 'y' = 'и', 'ŷ' = 'ы',
'j' = 'й', 'k' = 'к', 'l' = 'л', 'm' = 'м', 'n' = 'н',
'o' = 'о', 'r' = 'р', 'p' = 'п', 'o' = 'о', 's' = 'с',
't' = 'т', 'u' = 'у', 'f' = 'ф', 'ch' = 'х', 'c' = 'ц',
 

[Bug 42357] New: Show number of items on Whatlinkshere if less than limit value

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42357

   Web browser: ---
 Bug #: 42357
   Summary: Show number of items on Whatlinkshere if less than
limit value
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: h...@downlode.org
Classification: Unclassified
   Mobile Platform: ---


It would be to useful to show the number of items displayed on
Special:WhatLinksHere if it is less than the limit value (in other words, all
appearing on a single page).

E.g. when limit=50, if 35 results are returned, display Showing 35 results.

Note: this isn't quite the same as #4394.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 40681] deploy Zuul (tracking)

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40681

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 CC||ar...@wikimedia.org
 Resolution||FIXED

--- Comment #3 from Antoine hashar Musso has...@free.fr 2012-11-22 13:46:21 
UTC ---
Zuul has been deployed in production Nov 22th at 1pm UTC. with the help of
Ariel.   It is running in parallel of Gerrit Trigger Plugin.  Nothing is
reported in Gerrit yet till the jobs are polished up.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 2007] Tracking bug (tracking)

2012-11-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2007

Bug 2007 depends on bug 40681, which changed state.

Bug 40681 Summary: deploy Zuul (tracking)
https://bugzilla.wikimedia.org/show_bug.cgi?id=40681

   What|Old Value   |New Value

 Status|NEW |ASSIGNED
 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


  1   2   3   >