[Bug 39462] Separate mediawiki installations with shared user database

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39462

--- Comment #11 from simone.hinterse...@gmx.de 2012-08-21 06:01:42 UTC ---
Thanks for the hint. Tried it like this, did however not solve the issue.

$wgSharedDB = 'db_of_first_wiki';
$wgSharedTables = array(user, user_groups, user_openid);

Also running a php update.php didn't help.

-- 
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 39462] E:OpenID and separate mediawiki installations with shared user database

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39462

T. Gries m...@tgries.de changed:

   What|Removed |Added

Summary|Separate mediawiki  |E:OpenID and separate
   |installations with shared   |mediawiki installations
   |user database   |with shared user database

-- 
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 38123] moving a protected page broke the logs

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38123

matanya matanya.mo...@gmail.com changed:

   What|Removed |Added

 CC||matanya.mo...@gmail.com
Summary|moving a protected page |moving a protected page
   |borks the logs  |broke the logs

-- 
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 39276] Searching without fuzzy character % returns a blank page

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39276

--- Comment #2 from Raimond Spekking raimond.spekk...@gmail.com 2012-08-21 
07:27:24 UTC ---
(In reply to comment #1)
 Full example? On toolserver.org or wlm.wikimedia.org?

See the given URL :P It's on toolserver.org.

-- 
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 39519] Pathological amount of DB queries, and redundant DB queries, on some custom templates

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39519

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

   What|Removed |Added

 AssignedTo|wikibugs-l@lists.wikimedia. |nischay...@gmail.com
   |org |

--- Comment #1 from Markus Krötzsch mar...@semantic-mediawiki.org 2012-08-21 
07:56:32 UTC ---
It is known that there can be large numbers of small SQL queries in some
configurations. We are working on improving the in-memory caching to
significantly reduce this (it is also known that getSMWPageIDandSort is the
main reason for this problem).

Please note that the queries that are run on one page view may not belong to
one page only. MediaWiki has a system of background jobs that refresh other
pages in small batches when you view one. This can explain queries that appear
completely unrelated to the page that you view. To get reliable query logs for
one particular page, you should first empty your job queue (can be processed
via a command line script of MW) or (better yet) temporarily disable jobs to be
run while pages are viewed.

Overall, however, I have only seen such large query logs on sites that used
exceedingly complex template structures in combination with #ask or #show.
Typical setups included all you can know templates that check for the
presence of all kinds of data that they will then show. The extreme case of
this design is to have one generic infobox template for all, using queries and
parser functions to customise its look for various types of pages. Such a
design is rarely a good idea; besides the efficiency issues, it also leads to
extremely complex templates that are hard to maintain. Symptomatic for this
semantic wiki anti-pattern are also auxiliary templates that are used as macros
in many places, and which are using many queries themselves (e.g., a template
that creates a table line for a property value, but only if the property has
some value, and possibly picking different formats depending on the number of
values that the property has). Such sub-templates are then often overused in
places where it is already clear how many values a property should have.
Another performance killer is template-based result formatting in #ask, esp. if
the template itself uses queries. This particular design leverages SMW itself
to create large numbers of queries and templates on one page. One can improve
performance by revisiting such designs and reworking template structures to be
more streamlined. I don't know if any of this applies to your site, of course.

Which version of SMW exactly are you using? Do you have special settings for
$smwgDefaultStore in your LocalSettings? Please also provide a link to the page
that creates the problems for you, or give a detailed description of its
contents, including the templates that it uses.

-- 
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 39519] Pathological amount of DB queries, and redundant DB queries, on some custom templates

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39519

--- Comment #2 from Patrick Lauer patrick.la...@star-group.net 2012-08-21 
08:21:12 UTC ---
Which version of SMW exactly are you using?
1.5.6 in production, 1.7.1 for testing. Both have roughly the same performance
characteristics.

Do you have special settings for $smwgDefaultStore in your LocalSettings?
No, it's not set in the config.

The wiki is an internal system and definitely not public. There are some slow
pages, the one I mentioned above contains this query at the core:

{{ #ask: [[Category:Open projects]] [[Project Manager here::{{{1}}}]]
| ?Regarding
| ?Customer
| ?Customer's project name
| ?Project name
| ?Remark
| ?Purchase order number
| ?Project Manager customer
| ?Order date#ISO
| ?Deadline#ISO
| ?Delivery date#ISO
| order=desc
| limit=2000
| mainlabel=Project
| format=template
| introtemplate=Project overview table intro
| template=Project overview table row
| outrotemplate=Project overview table outro
}}

We use SMW as a project management tool, we currently have about 11k project
pages. This query shows between 10 (fast enough) and 500 projects in an
overview table, the slowdown seems to be roughly linear in the number of
projects.

(Sidenote: Why the bleeep does SMW cut off after 10k items without error? That
is really ... rude, and has caused us lots of grief)

-- 
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 30717] nowiki in property throws fatal error

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30717

--- Comment #6 from Nischay Nahata nischay...@gmail.com 2012-08-21 08:38:23 
UTC ---
Created attachment 10989
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=10989
stack trace when running runJobs.php

-- 
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 39504] JavaScript error thrown because of wrong css selectors in skins.vector javascript module

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39504

Michael M. listenle...@gmail.com changed:

   What|Removed |Added

 CC||listenle...@gmail.com

--- Comment #1 from Michael M. listenle...@gmail.com 2012-08-21 08:54:19 UTC 
---
This should work - http://api.jquery.com/first-selector/ - and it does work for
me in FF 13: No JavaScript error and when I click the dropdown for move etc. it
stays open as expected.

-- 
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 39521] New: Search button uses deprecated attributes width and height

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39521

   Web browser: ---
 Bug #: 39521
   Summary: Search button uses deprecated attributes width and
height
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: Skin: Vector
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: listenle...@gmail.com
CC: asha...@wikimedia.org, krinklem...@gmail.com,
tpars...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


The search button with the magnifying glass has attributes width and height.
These attributes are no longer valid in HTML5 [1][2] and should be replaced by
CSS.

[1] http://www.w3.org/TR/html5/the-button-element.html#the-button-element
[2]
http://validator.w3.org/check?verbose=1uri=https%3A%2F%2Fwww.mediawiki.org%2Fwiki%2FMediaWiki
- last two errors

-- 
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 30717] nowiki in property throws fatal error

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30717

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

   What|Removed |Added

 Status|REOPENED|ASSIGNED

--- Comment #7 from Markus Krötzsch mar...@semantic-mediawiki.org 2012-08-21 
09:39:08 UTC ---
This is actually another problem that is not related to nowiki at all. The
value that is loaded from the database has the wrong DI type, so the loading
fails. See loadDataItem() on line 169 in DV_URI. This probably indicates that
some stored data was not readable (caused an exception when trying to load it
into a DI). This is okay in general (though I don't know if it is ok in this
particular case, but this is another issue). The main issue here is that DV_URI
does not correctly deal with this situation and fails to check the validity of
the loaded data in some cases. Similar issues exist in other DV
implementations.

A more robust system is needed. Instead of accessing m_dataitem directly, one
should always use a local function getInternalDataItem() that creates a
fallback dataitem as a result if there is none. I will fix 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 30717] nowiki in property throws fatal error

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30717

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

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #8 from Markus Krötzsch mar...@semantic-mediawiki.org 2012-08-21 
10:09:16 UTC ---
Ok, should be fixed (for URIs) in https://gerrit.wikimedia.org/r/#/c/20871/

-- 
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 39513] LQT notification email (enotif) are sent for replies/new threads on watchlisted pages/threads regardless of users' enotif settings

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39513

Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||32281, 1932

-- 
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 1932] ENotif/EConfirm further enhancements (tracking)

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1932

Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

 Depends on||39513

-- 
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 32281] MediaWiki needs a sane notification system (tracking)

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32281

Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

 Depends on||39513

-- 
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 39200] Enable Narayam and Webfonts extensions on mr projects

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39200

Niklas Laxström niklas.laxst...@gmail.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 39522] New: Update QUnit tests to use new no-globals and assert-object pattern

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39522

   Web browser: ---
 Bug #: 39522
   Summary: Update QUnit tests to use new no-globals and
assert-object pattern
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
AssignedTo: wikidata-b...@lists.wikimedia.org
ReportedBy: danwe...@web.de
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Please see MW core Bug 37390

We should use the improved system for QUnit tests.
Checkout 00af396ea7faef14d9765b0ab09a07a33845c52f for details about
implementation.

-- 
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 39522] Update QUnit tests to use new no-globals and assert-object pattern

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39522

Daniel Werner danwe...@web.de changed:

   What|Removed |Added

   Keywords||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 39519] Pathological amount of DB queries, and redundant DB queries, on some custom templates

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39519

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

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
 Ever Confirmed|0   |1

--- Comment #3 from Markus Krötzsch mar...@semantic-mediawiki.org 2012-08-21 
10:26:33 UTC ---
It is remarkable that this works at all for big query results. Independently of
the SMW SQL queries, we found it very problematic to create a page with many
hundreds or thousands of MediaWiki template calls. This usually makes parsing
very slow, even if the query results are found quickly. With 2000 results, you
should get pages that border MW's capacity. One way to improve this is to store
the template-based formatted output with the pages, instead of creating it in
the query. You can use a Text type property for this. Then the query only needs
to display this text rather than calling templates again. To store data from
one page into a template on the same page, the Variable extension is handy.

We will be looking into reducing the overall amount of queries soon, but this
is part of the SMW Storage optimisation project and there are still some other
things to fix there. Do you plan to attend SMWCon in Cologne this October? We
might have some more info by then.

-- 
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 39523] New: Punjabi Gurumukhi - Phonetic keymap update

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39523

   Web browser: ---
 Bug #: 39523
   Summary: Punjabi Gurumukhi - Phonetic keymap update
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Narayam
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: shijua...@hotmail.com
CC: asha...@wikimedia.org, junu.pv+pub...@gmail.com,
s.mazel...@xs4all.nl, santhosh.thottin...@gmail.com,
srik@gmail.com
Classification: Unclassified
   Mobile Platform: ---


When we conducted Wiki workshop in Punjab recently for Punjabi Wikipedia new
users found it difficult to work with the schemes integrated in Punjabi
Narayam. 

One of the main request from audience is to make the Phonetic keymap in Punjabi
to work same like the Phonetic keymap of ibus
(http://fedoraproject.org/wiki/I18N/Indic/PunjabiKeyboardLayouts#Phonetic_Keyboard_Layout)
which is available in Ubuntu. 


This bug is to update the existing Phonetic keymap of Narayam to function like 
the Phonetic typing solution of ibus.

-- 
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 39504] JavaScript error thrown because of wrong css selectors in skins.vector javascript module

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39504

--- Comment #2 from Christian Thiele ap...@apper.de 2012-08-21 11:06:51 UTC 
---
As written on this page: Because :first is a jQuery extension and not part of
the CSS specification, queries using :first cannot take advantage of the
performance boost provided by the native DOM querySelectorAll() method.. But
the h5:first a:first is passed to querySelectorAll().

I now had a closer look at this and firefox doesn't throw an error because of a
catch statement, but at least it seems weird to me to call a function which
unavoidable throws an error and then catch it...

The call tree is:
  line 7 of skins.vector (see original bug report)
  line 27 of mediawiki jquery (jquery constructor)
  line 192 of mediawiki jquery (init function)
  line 5431 of mediawiki jquery (find function)
  line 5163 of mediawiki jquery

on line 5163 context.querySelectorAll( [id=' + nid + ']  + query ) is
called and query is h5:first a:first. This throws an SYNTAX_ERR which is
cached at line 5166.

I'm okay with closing this bug because I didn't see the catch statement. But if
there is an easy fix not calling querySelectorAll() with these parameters it
would be cool, too ;).

-- 
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 39524] New: action=info uses untranslated (raw) protection permissions

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39524

   Web browser: ---
 Bug #: 39524
   Summary: action=info uses untranslated (raw) protection
permissions
   Product: MediaWiki
   Version: 1.20-git
  Platform: All
   URL: http://translatewiki.net/wiki/Main_Page?action=infous
elang=cs
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: Internationalization
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: morme...@centrum.cz
CC: asha...@wikimedia.org, madman.enw...@gmail.com,
niklas.laxst...@gmail.com, s.mazel...@xs4all.nl,
srik@gmail.com
Classification: Unclassified
   Mobile Platform: ---


The action=info page lists the protection permissions in their raw form
(create/edit/move/upload) instead of the localized user-friendly versions.

But we already have restriction-* messages serving this purpose (the only minor
thing is capitalization), cf. [[Special:ProtectedPages]] or the action=protect
UI.

-- 
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 2542] Tidy sucks (tracking)

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2542

Siebrand s.mazel...@xs4all.nl changed:

   What|Removed |Added

 Depends on||39525

-- 
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 39525] New: Update tidy to a version that knows the latest HTML5 tricks

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39525

   Web browser: ---
 Bug #: 39525
   Summary: Update tidy to a version that knows the latest HTML5
tricks
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Language setup
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: s.mazel...@xs4all.nl
CC: afeld...@wikimedia.org, amir.ahar...@mail.huji.ac.il,
hart...@videolan.org, tstarl...@wikimedia.org
Blocks: 2542, 19719, 31817
Classification: Unclassified
   Mobile Platform: ---


This issue blocks bug 31817. Gerrit 17174 tried to fix that the bdi tag was
being sanitised, but the currently used version of tidy completely removes is.

Requirement: Update tidy to a version that doesn't remove the bdi tag.

-- 
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 19719] HTML5 (tracking)

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19719

Siebrand s.mazel...@xs4all.nl changed:

   What|Removed |Added

 Depends on||39525

-- 
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 31817] The bdi tag is sanitized

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31817

Siebrand s.mazel...@xs4all.nl changed:

   What|Removed |Added

 Depends on||39525

-- 
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 39220] A bad filename should be changed silently instead of stopping the upload with unknown-warning

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39220

Daniel P. firilacr...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||firilacr...@gmail.com
 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


[Bug 39220] A bad filename should be changed silently instead of stopping the upload with unknown-warning

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39220

Raimond Spekking raimond.spekk...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 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


[Bug 39526] New: Autopatroll and Patrollergroup for Da.Wikiquote

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39526

   Web browser: ---
 Bug #: 39526
   Summary: Autopatroll and Patrollergroup for Da.Wikiquote
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: Site configuration
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: simeond...@gmail.com
CC: benap...@gmail.com, wikimedia.b...@snowolf.eu
Classification: Unclassified
   Mobile Platform: ---


Hello. I createt a vote about getting groups called Autopatrolled, and
Patroller. 

Becuse we admins need to check alle edits then it will be a lot easyer if we
cut give them autopatrolled.

And patroller can patroll edits and new pages, and use Rollback. 

LINK:https://da.wikiquote.org/wiki/Wikiquote:Caféen#Autopatruljerede og
Patrulianter(gruppe)

Rights:

Autopatrolled: autopatrolled
Patroller: patrol, rollback, autopatrolled


Thanks, Greetings Simeondahl (admin)

-- 
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 39527] New: Add Autopatrolled group on Da.wikisource

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39527

   Web browser: ---
 Bug #: 39527
   Summary: Add Autopatrolled group on Da.wikisource
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: Site configuration
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: simeond...@gmail.com
CC: benap...@gmail.com, wikimedia.b...@snowolf.eu
Classification: Unclassified
   Mobile Platform: ---


Hello. Can you please add a group called Autopatrolled, so we dont need to
check all there edits.

Link:https://da.wikisource.org/wiki/Wikisource:Skriptoriet#Autopatruljerede
(gruppe)

Rights:

Autopatrolled: autopatrolled

-- 
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 38827] thumb should be preselected as format in the dialog to insert an image

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38827

kipod fur.hew...@gmail.com changed:

   What|Removed |Added

 CC||fur.hew...@gmail.com

--- Comment #2 from kipod fur.hew...@gmail.com 2012-08-21 12:42:31 UTC ---
(sorry for joining late). IMO, it will be best if the defaults can be set
per-project, overriding those hardcoded in the code itself.

as to implementation: Personally, i would prefer setting the defaults through
variables in common.js, rather than LocalSettings.php, so sysops can change it
when community decides (this would also allow, possibly, for users to set
different defaults for themselves, though it is not clear how valuable this
is).

peace.

-- 
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 39524] action=info uses untranslated (raw) protection permissions

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39524

Madman madman.enw...@gmail.com changed:

   What|Removed |Added

 AssignedTo|wikibugs-l@lists.wikimedia. |madman.enw...@gmail.com
   |org |

-- 
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 39526] Autopatroll and Patrollergroup for Da.Wikiquote

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39526

--- Comment #1 from Simeon Dahl simeond...@gmail.com 2012-08-21 12:50:08 UTC 
---
Rember Administrator shal be able to add or remove Patroller, and
Autopatrolled.

-- 
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 39527] Add Autopatrolled group on Da.wikisource

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39527

--- Comment #1 from Simeon Dahl simeond...@gmail.com 2012-08-21 12:51:01 UTC 
---
Rember Administrator shal be able to add and remove Autopatrolled.

-- 
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 39367] Toolbar components are reversed

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39367

--- Comment #1 from ineuw in...@aei.ca 2012-08-21 13:06:06 UTC ---
Created attachment 10990
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=10990
image of old and new toolbar layout

-- 
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 39367] Toolbar components are reversed

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39367

--- Comment #2 from ineuw in...@aei.ca 2012-08-21 13:07:24 UTC ---
This image shows the traditional (on top) and the revised layout as of
wmf1.19f9 (on the bottom) of the editor toolbar buttons. The toolbar is made up
of two sets, the standard wikimedia toolbar set and the editor button set
specific to wikisource. The traditional order is the logical one where the
first button controls the display of the header and footer. Reversal of the
order causes confusion because we end up clicking on the Bold button.

This and Bug 38218 are related.

-- 
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 38218] Custom toolbar buttons location changes

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38218

ineuw in...@aei.ca changed:

   What|Removed |Added

   Platform|PC  |All

--- Comment #2 from ineuw in...@aei.ca 2012-08-21 13:17:40 UTC ---
The preamble: The wikisource editor environment is made up of two toolbar
button sets.

The attached images display the first step of Wikimedia modifications to the
wikisource toolbar button layout in wmf version 1.18f9. In this version the
additional custom edit buttons added by users, which were always located at the
end of the toolbar, have been inserted between the wikisource specific and
the wikimedia standard toolbar buttons sets. 

The 2nd step of the wikisource editor toolbar layout changes is reported in Bug
39367.

-- 
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 7908] Footnotes content should appear in a tooltip

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=7908

zlight zedlight...@gmail.com changed:

   What|Removed |Added

 CC||zedlight...@gmail.com

--- Comment #21 from zlight zedlight...@gmail.com 2012-08-21 13:56:05 UTC ---
There is discussion here:
*http://en.wikipedia.org/wiki/User_talk:Yair_rand/ReferenceTooltips

-- 
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 37643] Session may not be started for non-logged-in API edits, causing captcha to fail

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37643

Platonides platoni...@gmail.com changed:

   What|Removed |Added

 CC||platoni...@gmail.com

--- Comment #2 from Platonides platoni...@gmail.com 2012-08-21 14:13:37 UTC 
---
How is it possible? Anyone trying to edit will get a session.

-- 
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 39528] New: thumb.php reports File not found error

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39528

   Web browser: ---
 Bug #: 39528
   Summary: thumb.php reports File not found error
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: alexander_ber...@gmx.de
Classification: Unclassified
   Mobile Platform: ---


For lots of files, thumb.php generates an error message, like:

http://commons.wikimedia.org/w/thumb.php?f=Europe_laea_location_map.svgw=1000px

--
File not found

Although this PHP script (/w/thumb.php) exists, the file requested for output
(mwstore://local-multiwrite/local-thumb/f/f7/Europe_laea_location_map.svg/1000px-Europe_laea_location_map.svg.png)
does not.
--

Seems to be a problem with thumbnail purging, cause for different image widths
it 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 39451] Protect articles to limit feedback on protected or semi-protected articles

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39451

--- Comment #2 from Matthias Mullie mmul...@wikimedia.org 2012-08-21 15:12:14 
UTC ---
Pushed to Gerrit (https://gerrit.wikimedia.org/r/#/c/20899/)  prototype.

See example at
http://prototype.wikimedia.org/rc-en/index.php?title=Golden-crowned_Sparrowaction=protect

-- 
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 14801] Global deleted image review for Commons admins

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14801

--- Comment #46 from Tomasz W. Kozłowski odder.w...@gmail.com 2012-08-21 
15:25:43 UTC ---
It's /just/ four years since the bug was reported, and a community consensus
was granted. Are there any updates on the status of this bug? Is it ever going
to be 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 37643] Session may not be started for non-logged-in API edits, causing captcha to fail

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37643

--- Comment #3 from Brad Jorsch b-jor...@alum.northwestern.edu 2012-08-21 
15:47:04 UTC ---
(In reply to comment #2)
 How is it possible? Anyone trying to edit will get a session.

As described: If you're not logged in, you don't get a session cookie until you
try to perform certain actions. And the steps required to make an edit via the
API do not include any session-creating actions.

I discovered this bug by doing exactly that while testing API captcha support.

At any rate, the gerrit change doesn't hurt anything if there is already a
session active. It just starts a session if there isn't one, which really
should be done by anything that is trying to use the session.

-- 
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 39529] New: Display settings section should be selected by default

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39529

   Web browser: ---
 Bug #: 39529
   Summary: Display settings section should be selected by default
   Product: MediaWiki extensions
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: UniversalLanguageSelector
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: pgi...@wikimedia.org
CC: aloli...@gmail.com, amir.ahar...@mail.huji.ac.il,
niklas.laxst...@gmail.com, pgi...@wikimedia.org,
s.mazel...@xs4all.nl, santhosh.thottin...@gmail.com,
srik@gmail.com
Classification: Unclassified
   Mobile Platform: ---


When the display settings is open, display settings are show. 
However at the left side, the Display menu entry is not highlighted until the
user clicks on 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 39529] Display settings section should be selected by default

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39529

Pau Giner pgi...@wikimedia.org changed:

   What|Removed |Added

   Keywords||i18n

-- 
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 22581] add parseParameters to parseParams() at SpecialNewpages and SpecialRecentchanges

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22581

Umherirrender umherirrender_de...@web.de changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #3 from Umherirrender umherirrender_de...@web.de 2012-08-21 
15:47:50 UTC ---
gerrit 17669 is now successfully merged

-- 
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 14801] Global deleted image review for Commons admins (allow per-namespace granting of deletedtext permission)

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14801

Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it
Summary|Global deleted image review |Global deleted image review
   |for Commons admins  |for Commons admins (allow
   ||per-namespace granting of
   ||deletedtext permission)

-- 
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 14801] Global deleted image review for Commons admins (allow per-namespace granting of deletedtext permission)

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14801

Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

  Component|General/Unknown |General/Unknown
Product|Wikimedia   |MediaWiki

-- 
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 39530] New: $wgBlockDisablesLogin should also revoke emailconfirmed status

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39530

   Web browser: ---
 Bug #: 39530
   Summary: $wgBlockDisablesLogin should also revoke
emailconfirmed status
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: User blocking
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: rjd0060.w...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Blocked users can still receive watchlist notifications on private wikis.

-- 
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 39531] New: Do not show font selection when there is no choice

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39531

   Web browser: ---
 Bug #: 39531
   Summary: Do not show font selection when there is no choice
   Product: MediaWiki extensions
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: UniversalLanguageSelector
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: pgi...@wikimedia.org
CC: aloli...@gmail.com, amir.ahar...@mail.huji.ac.il,
niklas.laxst...@gmail.com, pgi...@wikimedia.org,
s.mazel...@xs4all.nl, santhosh.thottin...@gmail.com,
srik@gmail.com
Classification: Unclassified
   Mobile Platform: ---


When there is no specific font for a given language, a selector with a single
System font option should be avoided.

It is preferred not to display the font configuration for these languages, so
that extra configuration steps are only shown when it is required.

-- 
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 39531] Do not show font selection when there is no choice

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39531

Pau Giner pgi...@wikimedia.org changed:

   What|Removed |Added

   Keywords||i18n

-- 
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 14801] Global deleted image review for Commons admins (allow per-namespace granting of deletedtext permission)

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14801

--- Comment #47 from Nemo_bis federicol...@tiscali.it 2012-08-21 15:58:31 UTC 
---
(In reply to comment #46)
 It's /just/ four years since the bug was reported, and a community consensus
 was granted. Are there any updates on the status of this bug? Is it ever going
 to be fixed?

I suspect that, however difficult it may be, it's actually easier to get
consensus for a global group with deletedtext permission on all namespaces than
to get this bug fixed. If there was consensus for that, stewards could easily
create the group and add any Commons admin who needed it. Beware, this is not
the place to discuss it, you have to change [[m:Global deleted image review]]
(and get it approved).

-- 
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 14801] Global deleted image review for Commons admins (allow per-namespace granting of deletedtext permission)

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14801

--- Comment #48 from matanya matanya.mo...@gmail.com 2012-08-21 16:03:46 UTC 
---
I'll create a global group on my wiki and test this. I'll be back with answers.

-- 
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 39077] https does not show Wikimedia Error page

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39077

Sam Reed (reedy) s...@reedyboy.net changed:

   What|Removed |Added

   Keywords|shell   |

-- 
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 39008] Import old revisions from dump to restore missing revisions

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39008

--- Comment #3 from Sam Reed (reedy) s...@reedyboy.net 2012-08-21 16:21:16 
UTC ---
I don't see why we need 2 bugs for the same issue..

-- 
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 39205] Special:OnlineAmbassadors gives internal error message

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39205

Sage Ross rages...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #5 from Sage Ross rages...@gmail.com 2012-08-21 16:36:27 UTC ---
The fix seems to have taken for OnlineAmbassadors, but the
Special:CampusAmbassadors page is still broken.

-- 
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 39532] New: Don't process some items in Belarusian monuments lists

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39532

   Web browser: ---
 Bug #: 39532
   Summary: Don't process some items in Belarusian monuments lists
   Product: Monuments database
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Database
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: p.selits...@gmail.com
CC: platoni...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


To comply with Belarusian copyright laws, we decided to mark relevant still
protected monuments with parameter схаваць, so if the parameter is set to any
non-blank value, then it's hidden to the user (by adding CSS class
wlm-hidden-item and display:none in Common.css).

Since now the bot shouldn't add these monuments to the database. You can see
how the monuments are marked out of contest in this diff: http://goo.gl/SJYyA

-- 
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 39333] Reviewer autocompletion failing

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39333

Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

   Keywords||upstream
URL||http://code.google.com/p/ge
   ||rrit/issues/detail?id=1534

--- Comment #1 from Chad H. innocentkil...@gmail.com 2012-08-21 16:43:13 UTC 
---
Went ahead and filed issue 1534 upstream, as I have no clue where to begin
poking here.

http://code.google.com/p/gerrit/issues/detail?id=1534

-- 
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 39532] Don't process some items in Belarusian monuments lists

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39532

Effeietsanders effeietsand...@wikipedia.be changed:

   What|Removed |Added

 CC||effeietsand...@wikipedia.be
 Blocks||38314

-- 
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 38314] Add sources to Wiki Loves Monuments 2012 monuments database (tracking)

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38314

Effeietsanders effeietsand...@wikipedia.be changed:

   What|Removed |Added

 Depends on||39532

-- 
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 39532] Don't process some items in Belarusian monuments lists

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39532

Paul Selitskas p.selits...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |High
   Severity|normal  |blocker

-- 
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 39170] Add the relevant provinces in Russia to the database

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39170

Maarten Dammers maar...@mdammers.nl changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 AssignedTo|wikibugs-l@lists.wikimedia. |maar...@mdammers.nl
   |org |

--- Comment #2 from Maarten Dammers maar...@mdammers.nl 2012-08-21 16:47:38 
UTC ---
Looks like Russia moved from namespace 4 to 104
https://ru.wikipedia.org/w/index.php?title=%D0%A1%D0%BB%D1%83%D0%B6%D0%B5%D0%B1%D0%BD%D0%B0%D1%8F%3A%D0%A1%D1%81%D1%8B%D0%BB%D0%BA%D0%B8+%D1%81%D1%8E%D0%B4%D0%B0target=%D0%A8%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD%3A%D0%9F%D0%B0%D0%BC%D0%90%D1%80%D1%85+rownamespace=104

I updated the configuration and ran the bot, this looks more like it:

mysql SELECT COUNT(*) FROM `monuments_ru_(ru)`;
+--+
| COUNT(*) |
+--+
| 4995 |
+--+
1 row in set (0.00 sec)

Now merging into the main database.

-- 
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 39205] Special:OnlineAmbassadors gives internal error message

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39205

Jeroen De Dauw jeroen_ded...@yahoo.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #6 from Jeroen De Dauw jeroen_ded...@yahoo.com 2012-08-21 
16:48:38 UTC ---
Hmm. Try two: https://gerrit.wikimedia.org/r/#/c/20910/

-- 
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 38327] Add Panama in Spanish to the monuments database

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38327

Platonides platoni...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #4 from Platonides platoni...@gmail.com 2012-08-21 16:57:30 UTC 
---
Fixed in r871 and r872.

-- 
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 38314] Add sources to Wiki Loves Monuments 2012 monuments database (tracking)

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38314

Bug 38314 depends on bug 38327, which changed state.

Bug 38327 Summary: Add Panama in Spanish to the monuments database
https://bugzilla.wikimedia.org/show_bug.cgi?id=38327

   What|Old Value   |New Value

 Status|NEW |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


[Bug 39533] New: Merge action=credits into action=info

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39533

   Web browser: ---
 Bug #: 39533
   Summary: Merge action=credits into action=info
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: kren...@gmail.com
CC: b...@mzmcbride.com
Blocks: 38450
Classification: Unclassified
   Mobile Platform: ---


Since I got no response on IRC, I thought I'd suggest it here: Move the output
of action=credits into action=info, possibly under the 'edit history' section.

-- 
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 38450] Reimplement MediaWiki's info action (tracking)

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38450

Krenair kren...@gmail.com changed:

   What|Removed |Added

 Depends on||39533

-- 
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 39534] New: Special:MyCourses does not list any activity

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39534

   Web browser: ---
 Bug #: 39534
   Summary: Special:MyCourses does not list any activity
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: EducationProgram
AssignedTo: jeroen_ded...@yahoo.com
ReportedBy: rages...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Special:MyCourses does not list recent activity as it is supposed to on the
test2 deployment: http://test2.wikipedia.org/wiki/Special:MyCourses

In my test case as User:Sageross, recent edits to
http://test2.wikipedia.org/wiki/Glass for the class
http://test2.wikipedia.org/wiki/Education_Program:Columbia_University/Wikipedia_and_the_Art_of_Motorcycle_Maintenance_%28Now_2012%29
do not show up in Special:MyCourses.

Similarly, edits to that talk page, and my own userpage and user talk page do
not show up.

The intended behavior is to display recent activity as edits to the main ns,
talk ns, user ns and user talk ns.

-- 
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 30762] Overwrite of the copyright owner in campaigns has no effect

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30762

Mark Holmquist mtrac...@member.fsf.org changed:

   What|Removed |Added

   Keywords||patch-in-gerrit
 CC||mtrac...@member.fsf.org

--- Comment #9 from Mark Holmquist mtrac...@member.fsf.org 2012-08-21 
17:37:22 UTC ---
https://gerrit.wikimedia.org/r/#/c/20829/

We're working on it!

-- 
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 39511] VisualEditor: Link inspector should cache completion results

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39511

Rob Moen rm...@wikimedia.org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #1 from Rob Moen rm...@wikimedia.org 2012-08-21 17:43:27 UTC ---
Fixed in https://gerrit.wikimedia.org/r/#/c/20915/

-- 
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 39535] New: Recent languages in languages settings

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39535

   Web browser: ---
 Bug #: 39535
   Summary: Recent languages in languages settings
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: UniversalLanguageSelector
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: srik@gmail.com
CC: aloli...@gmail.com, amir.ahar...@mail.huji.ac.il,
niklas.laxst...@gmail.com, pgi...@wikimedia.org,
s.mazel...@xs4all.nl, santhosh.thottin...@gmail.com,
srik@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Order of languages in Settings window

Start on clean. Private mode.

1. English is active by default. Click ULS, goto settings dialog.
English,Hebrew,Hindi are present as defaults in settings in that order.

2. Click Elipses, Select Tamil. Tamil overwrites English. Should ideally
overwrite the right most language (Hindi).

3. Once I selected Tamil and applied the changes, I switched from English to
Tamil. Now I get Tamil, Hindi, Malayalam(where did that come from?)
[Expectation was(given the above bug) Tamil Hebrew Hindi, ideally should have
been Tamil,English,Hebrew]

When I change from language A to language B, like I get to use the undo option,
I must also see language A on the language settings window.

-- 
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 39052] mwe-upwiz-deeds-macro-prompt: Parse error at position 74 in input

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39052

--- Comment #2 from Mark Holmquist mtrac...@member.fsf.org 2012-08-21 
18:13:30 UTC ---
https://translatewiki.net/wiki/Gender#Testing_and_more_examples

Your gender is {{GENDER:|male|female|unknown}} → unknown (should be unknown.
This feature does not work in page content. Should it? Put your comments on
talk. )

Apparently this is even worse when using it in JavaScript, since the l10n
features, however ugly, are even uglier on the JS side.

-- 
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 37293] Make it possible to pass description language in the UploadWizard

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37293

Mark Holmquist mtrac...@member.fsf.org changed:

   What|Removed |Added

   Keywords|patch-reviewed  |patch-in-gerrit

-- 
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 30645] No history for upload campaigns

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30645

Mark Holmquist mtrac...@member.fsf.org changed:

   What|Removed |Added

 CC||mtrac...@member.fsf.org

--- Comment #10 from Mark Holmquist mtrac...@member.fsf.org 2012-08-21 
18:15:08 UTC ---
Jeroen, are you able to work on this soonish? The WLM people have declared it a
blocker, so

-- 
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 39520] Cannot parse the Fila PCN template from es.wikipedia.org

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39520

Gabriel Wicke gwi...@wikimedia.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1

--- Comment #1 from Gabriel Wicke gwi...@wikimedia.org 2012-08-21 18:28:33 
UTC ---
http://parsoid.wmflabs.org/es/Anexo:Monumentos_Hist%C3%B3ricos_de_Panam%C3%A1
produces some output, but it is clearly not quite correct. I have not yet
looked into the included templates, but would not be surprised if this was an
instance of mis-nested parser functions as described in
http://www.mediawiki.org/wiki/Parsoid/limitations.

-- 
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 8625] Permissions issues with texvc

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8625

Balazs Varga varbalazs+mediaw...@gmail.com changed:

   What|Removed |Added

 CC||varbalazs+mediawiki@gmail.c
   ||om

--- Comment #2 from Balazs Varga varbalazs+mediaw...@gmail.com 2012-08-21 
18:29:21 UTC ---
I'm facing this problem on a gentoo server. For me, the problem was the
environment was empty in the php so the latex shell commands had no effect
because they don't call commands from /usr/bin (in my case). The binaries
weren't on the PATH :) (it was no PATH set)

I made a patch which enables to the user to set the environment of the
wfShellExec call from LocalSettings.php

Any comments are appreciated.

Balazs

-- 
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 8625] Permissions issues with texvc

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8625

--- Comment #3 from Balazs Varga varbalazs+mediaw...@gmail.com 2012-08-21 
18:30:33 UTC ---
Created attachment 10991
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=10991
Patch for let the user set the environment of the wfShellExec call

-- 
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 39483] Cannot delete file Teameinlauf Herren Team.jpg on dewiki

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39483

Aaron Schulz aschulz4...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #5 from Aaron Schulz aschulz4...@gmail.com 2012-08-21 18:32:11 
UTC ---
File permissions 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 30645] No history for upload campaigns

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30645

--- Comment #11 from Jeroen De Dauw jeroen_ded...@yahoo.com 2012-08-21 
18:35:03 UTC ---
I actually implemented pretty much this in the Education Program extension.
That could is pretty generic so could be used here as well. Even so, this is
not a small todo, would take a day or two (esp if we want the generic code to
be shared and not work with copies).

OTOH the content handler facilities we're creating as part of Wikidata could
also be used for this, the result of which would be better integrated with the
rest of MediaWiki then when using the code I wrote for EP, but they are not
done yet.

If someone at the foundation tells me to work on this, I would not mind
implementing this using the code I wrote for EP, or wait till the content
handler stuff is done (can take a while) and implement it then. So if you want
to get this done, please have someone poke me :)

-- 
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 39536] New: Asirra module displays wrong text, does not solve for edits

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39536

   Web browser: ---
 Bug #: 39536
   Summary: Asirra module displays wrong text, does not solve for
edits
   Product: MediaWiki extensions
   Version: REL1_19 branch
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: ConfirmEdit (CAPTCHA extension)
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: amgine.sae...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Created attachment 10992
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=10992
Asirra captcha and text: account creation

Using git extension trunk, Asirra module displays wrong text (à la #37323) and
does not solve for anon edits of existing articles. anon creating articles.

The module displays wrong text for account creation as well, but does solve
allowing the account creation.

Test site: http://project.occupymediawiki.org

-- 
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 39182] ImageFetcher doesn't fetch images for all monuments in list

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39182

Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Brion Vibber br...@wikimedia.org 2012-08-21 18:53:33 UTC 
---
Limit of list is now 50 per above so that should match.

-- 
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 39537] New: when adding reviewers to a draft commit, autocomplete doesn't work

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39537

   Web browser: ---
 Bug #: 39537
   Summary: when adding reviewers to a draft commit, autocomplete
doesn't work
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Git/Gerrit
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: amir.ahar...@mail.huji.ac.il
CC: innocentkil...@gmail.com, rlan...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


When adding a reviewer to a draft commit, autocomplete doesn't work. I have to
find the email and paste it manually.

-- 
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 39303] Unknown error: unknown-warning on uploading previously deleted filenames

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39303

--- Comment #15 from Brion Vibber br...@wikimedia.org 2012-08-21 19:02:49 UTC 
---
Confirmed that iOS 6 iPad simulator is able to get past this step on
UploadWizard on Commons now. Yay!

-- 
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 39297] Give some sort of error if animated gif size exceeds $wgMaxAnimatedGifArea

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39297

--- Comment #5 from Smallman m8r-udf...@mailinator.com 2012-08-21 19:10:59 
UTC ---
I would support an image description warning like what Bawolff suggested.

-- 
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 38226] iOS 6 compatibility

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38226

--- Comment #2 from Brion Vibber br...@wikimedia.org 2012-08-21 19:14:42 UTC 
---
https://github.com/wikimedia/WikipediaMobile/pull/275 fixes the Twitter
detection and sharing menu...

-- 
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 39538] New: The No higher resolution available. on SVG file pages is misleading

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39538

   Web browser: ---
 Bug #: 39538
   Summary: The No higher resolution available. on SVG file
pages is misleading
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: File management
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: m8r-udf...@mailinator.com
CC: bawolff...@gmail.com, bryan.tongm...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Created attachment 10993
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=10993
A picture showing where it says no higher resolution available.

The No higher resolution available. on SVG file pages is misleading and
should be removed or changed to Size of this preview: 

-- 
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 39539] New: Wikimedia blog with https doesn't link to secure wikis

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39539

   Web browser: ---
 Bug #: 39539
   Summary: Wikimedia blog with https doesn't link to secure wikis
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: BlogPage
AssignedTo: j...@countervandalism.net
ReportedBy: m8r-udf...@mailinator.com
Classification: Unclassified
   Mobile Platform: ---


The Wikimedia blog at https://blog.wikimedia.org/ does not link to the secure
versions of the various wikis. That is, it links to http://en.wikipedia.org
instead of https version.



(Not sure if its the right component)

-- 
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 34794] [ClickTracking] cookie persistence after logout

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34794

--- Comment #3 from Smallman m8r-udf...@mailinator.com 2012-08-21 19:23:19 
UTC ---
Any progress? It's not hard to fix...just delete the cookie on logout along
with the other cookies.

-- 
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 38310] Add Canada in English to the monuments database

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38310

Maarten Dammers maar...@mdammers.nl changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED
 AssignedTo|wikibugs-l@lists.wikimedia. |maar...@mdammers.nl
   |org |

--- Comment #3 from Maarten Dammers maar...@mdammers.nl 2012-08-21 19:23:21 
UTC ---
I see items showing up at
https://commons.wikimedia.org/wiki/Commons:Monuments_database/Statistics ,
closing as 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 38314] Add sources to Wiki Loves Monuments 2012 monuments database (tracking)

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38314

Bug 38314 depends on bug 38310, which changed state.

Bug 38310 Summary: Add Canada in English to the monuments database
https://bugzilla.wikimedia.org/show_bug.cgi?id=38310

   What|Old Value   |New Value

 Status|NEW |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


[Bug 39539] Wikimedia blog with https doesn't link to secure wikis

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39539

Krenair kren...@gmail.com changed:

   What|Removed |Added

 CC||kren...@gmail.com
  Component|BlogPage|Blog
 AssignedTo|j...@countervandalism.net   |wikibugs-l@lists.wikimedia.
   ||org
Product|MediaWiki extensions|Wikimedia

-- 
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 39249] WLMMobile: clicking pin button from list view shows blank screen

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39249

Jon jrob...@wikimedia.org changed:

   What|Removed |Added

 CC||jrob...@wikimedia.org

--- Comment #1 from Jon jrob...@wikimedia.org 2012-08-21 19:24:45 UTC ---
I think we should just remove it.  It's not clear if this is a map icon or a
welcome page icon. It could be either.

The fact it is broken suggests this has not been thought out.

-- 
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 38273] Tidy occasionally isn't executed

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38273

--- Comment #18 from orlod...@gmail.com 2012-08-21 19:28:39 UTC ---
As a workaround, I replaced div ... / by div ... /div in the most used
templates on frwiki. I did not see any complain since I did that, 20 days ago.
The display of some pages is still broken, but this is virtually invisible.

-- 
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 37947] Disabling MoodBar should persist as a user preference

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37947

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

   Keywords||easy

--- Comment #1 from MZMcBride b...@mzmcbride.com 2012-08-21 19:28:43 UTC ---
I'm marking this as easy.

I assume if MoodBar is only available to logged in users, the cookie code can
be replaced by the user preference code, right? I don't think there's any need
to have both.

I'm not sure who is working on MoodBar actively. I got a question on my talk
page about this bug and I said I'd poke at it a bit. Is there a particular
(staff) person whose queue I could throw this in?

-- 
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 39476] coords 0, 0 used for monuments without coordinates

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39476

Maarten Dammers maar...@mdammers.nl changed:

   What|Removed |Added

 CC||maar...@mdammers.nl

--- Comment #1 from Maarten Dammers maar...@mdammers.nl 2012-08-21 19:32:09 
UTC ---
In the database we have very few records with lat=lon=0:

mysql SELECT COUNT(*) FROM monuments_all WHERE lat=0 AND lon=0;
+--+
| COUNT(*) |
+--+
|  136 |
+--+
1 row in set (37.19 sec)

We do have a lot of records where it is unknown, see for example Russia:
http://toolserver.org/~erfgoed/api/api.php?action=searchformat=jsonsrcountry=rusrlang=ru

If I look up the first is in the database:

mysql SELECT lat,lon FROM monuments_all WHERE lang='ru' AND country='ru' AND
id=78;
+--+--+
| lat  | lon  |
+--+--+
| NULL | NULL |
+--+--+
1 row in set (0.03 sec)

So the JSON incorrectly outputs this as 0 instead of NULL. Api bug should be
filed to fix this.

-- 
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 39476] coords 0, 0 used for monuments without coordinates

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39476

--- Comment #2 from Brion Vibber br...@wikimedia.org 2012-08-21 19:34:24 UTC 
---
This might be due to forcing the numbers to be numeric instead of strings; if
we can check for null and pass it through straight, the json encoder should
encode them as null...

Of course we can just special-case 0,0 since it's in the middle of the ocean
and there are no real monuments there. ;)

-- 
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 39540] New: 'lat' and 'lon' are 0 when the value is NULL in the database JSON output

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39540

   Web browser: ---
 Bug #: 39540
   Summary: 'lat' and 'lon' are 0 when the value is NULL in the
database JSON output
   Product: Monuments database
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: API
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: maar...@mdammers.nl
Blocks: 39476
Classification: Unclassified
   Mobile Platform: ---


mysql SELECT lat,lon FROM monuments_all WHERE lang='ru' AND country='ru' AND
id=78;
+--+--+
| lat  | lon  |
+--+--+
| NULL | NULL |
+--+--+
1 row in set (0.03 sec)

monuments: [

{
country: ru,
lang: ru,
id: 78,
adm0: ru,
adm1: null,
adm2: null,
adm3: null,
adm4: null,
name: Дом, в котором жили в 1924—1934 гг. Лебедев С. В. и
Остроумова-Лебедева А. П.,
address: Академика Лебедева ул., 10-г, кв. 4,
municipality: ,
lat: 0,
lon: 0,
image: ,
source:
http://ru.wikipedia.org/w/index.php?title=Проект:Санкт-Петербург/Википедия_любит_Петербург/Калининский_районredirect=nouseskin=monobookoldid=41682759;,
monument_article: ,
registrant_url: ,
changed: 2012-08-21 16:54:57
},

The lat and the lon should be null.

(This is not the same as 37422, that's about how to store it in the database)

-- 
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 39476] coords 0, 0 used for monuments without coordinates

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39476

Maarten Dammers maar...@mdammers.nl changed:

   What|Removed |Added

 Depends on||39540

-- 
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 39540] 'lat' and 'lon' are 0 when the value is NULL in the database JSON output

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39540

--- Comment #1 from Maarten Dammers maar...@mdammers.nl 2012-08-21 19:44:17 
UTC ---
[21:40:39] multichill brion:
https://fisheye.toolserver.org/browse/erfgoed/api/includes/FormatJson.php?hb=true
?
[21:41:14] brion multichill, MaxSem - yeah in outputRow() there is a (float)
cast on lat and lon

-- 
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 39313] Filters take up 2 lines in some languages

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39313

Jon jrob...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |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


[Bug 38067] WLM app should be smarter upon network failure

2012-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38067

Jon jrob...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||jrob...@wikimedia.org
 Resolution||INVALID

--- Comment #1 from Jon jrob...@wikimedia.org 2012-08-21 19:47:46 UTC ---
Bug not descriptive enough thus not actionable so closing as invalid

-- 
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   >