[Bug 43504] New: add link to an extensions portal onto last installation screen

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43504

   Web browser: ---
Bug ID: 43504
   Summary: add link to an extensions portal onto last
installation screen
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Installer
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: suma...@wikimedia.org
CC: innocentkil...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

It's hard for administrators to learn of the existence of extensions, and to
intuit which extensions would be best to install, and thus to get on the path
to becoming power users (and possibly developers).

Therefore, I suggest that we choose some extensions portal on mediawiki.org,
and then add a pointer/link to that onto the last page of the MediaWiki
installation screen.

This is easier than bug 31279. :-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 5346] make category redirects appear as italics or different colored links

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=5346

--- Comment #13 from Bawolff (Brian Wolff) bawolff...@gmail.com ---
Note, even with hard redirects, you can still add explanatory templates
underneath if you so desire.

[[commons:Commons:Administrators' noticeboard]]
Yeah linking is borked (in a scary way when it comes to apostrophes). for url:
https://commons.wikimedia.org/wiki/Commons:Administrators'_Noticeboard#Why_aren.27t_we_using_simple_category_redirects.3F_.23REDIRECT

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38087] Poem extension exposes strip markers with long Chinese texts

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38087

--- Comment #5 from Coiby coiby...@gmail.com ---
Hi
I'm using 1.18.1 and the installed extensions are Poem and Liquid Threads 2.0.
Yes, it's still an issue.
 Coiby: Could you tell us pled which version of MediaWiki you use?
 Which extensions are deployed? And is this still an issue?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 15087] Default thumb image for a category

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15087

Bawolff (Brian Wolff) bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37883] Bug and feature requests related to Wikimedia Commons (tracking)

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37883

Bawolff (Brian Wolff) bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41498] New extension: EXIF parser functions

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41498

Bawolff (Brian Wolff) bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #3 from Bawolff (Brian Wolff) bawolff...@gmail.com ---
Note - the mediaFunctions extension already supports this. (However, that
extension is super old. probably want something new maybe)

(In reply to comment #0)
 Add a {{#EXIF}} parser function to use in File: namespace, which can extract
 metadata from EXIF tags.

Lets not call it EXIF. We extract all sorts of metadata. Exif is but one type.
---

Do we assume the file is the current page? Or does the file name need to be
specified in an argument?

That's kind of a minor detail, but I would say default to current page, and
allow override in an argument.




The main issue with this, is the implementation of how metadata is stored is
kind of messy.
*Different file handlers store the metadata different ways
**Which raises the question of how much knowladge do we want to put in the
extension about how metadata is stored.

Most bitmap images store metadata in a somewhat similar way, but still use
different keys. Some things use a totally different scheme (ogg files for
example). Some field values for the metadata can have multiple values - how
should we expose that to the user - do we show all of them, can they select
which one. Certain values can have language alternatives (certain XMP
properties and PNG iTxT fields).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 10827] Make MediaWiki:Sharedupload point to Commons with lang setting of that wiki

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10827

Bawolff (Brian Wolff) bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #2 from Bawolff (Brian Wolff) bawolff...@gmail.com ---
Note: doing [{{fullurl:commons:Image:{{PAGENAME}}|uselang={{CONTENTLANG
description page there] should work on all wikis.



This is an interesting idea, and perhaps should be done with instant commons
too. (and the url is generated per view, so we could probably do this with
userlang instead of contentlang)


Downside:
*Would cause anons to bypass some caches. I don't think there's enough traffic
off those links to really make a significant difference.
*As mentioned above, if user logged in on commons, may override their prefs.
but minor issue. Even less if we use userlang


the interface will 'jump back' to English,

I think commons has fancy js to prevent that.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 10827] Make MediaWiki:Sharedupload point to Commons with lang setting of that wiki

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10827

--- Comment #3 from Nemo federicol...@tiscali.it ---
(In reply to comment #2)
 This is an interesting idea, and perhaps should be done with instant commons
 too. (and the url is generated per view, so we could probably do this with
 userlang instead of contentlang)

Yes, it should. The additional advantage of doing it MediaWiki side would be
precisely to use userlang. This would have been more useful 5 years ago,
because the UniversalLanguageSelector will make it less useful on Commons in
the next few months/years, but it should still be a good idea for the meanwhile
and for wikis using another shared repository.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43505] New: Two spaces in One Message

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43505

   Web browser: ---
Bug ID: 43505
   Summary: Two spaces in One Message
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: minor
  Priority: Unprioritized
 Component: DonationInterface
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: aranet...@gmail.com
CC: aricha...@wikimedia.org, fr-t...@wikimedia.org,
tf...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

I found  (Two spaces) in MediaWiki:Donate interface-bank transfer message.
Please replace to  .

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43505] Two spaces in One Message

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43505

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

   What|Removed |Added

URL||https://translatewiki.net/w
   ||iki/Thread:Support/About_Me
   ||diaWiki:Donate_interface-ba
   ||nk_transfer_message/en
 CC||s.mazel...@xs4all.nl

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43501] 'allmessagestext' and 'editinginterface' messages are in en-gb

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43501

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #2 from Siebrand s.mazel...@xs4all.nl ---
(In reply to comment #0)
 {{int:allmessagestext}} and {{int:editinginterface}} for en use en-gb
 spelling.
 Is that intentional?

Yep. See it as an easter egg :)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38638] Interface messages needing rewording or documentation and other issues with existing messages (tracking)

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38638

Bug 38638 depends on bug 43501, which changed state.

Bug 43501 Summary: 'allmessagestext' and 'editinginterface' messages are in 
en-gb
https://bugzilla.wikimedia.org/show_bug.cgi?id=43501

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42898] Donate interface-error-msg no longer used?

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42898

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

   What|Removed |Added

 Blocks||38638

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38638] Interface messages needing rewording or documentation and other issues with existing messages (tracking)

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38638

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

   What|Removed |Added

 Depends on||42898

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43505] Two spaces in 'donate interface-bank transfer message'

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43505

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

   What|Removed |Added

 Blocks||38638
Summary|Two spaces in One Message   |Two spaces in 'donate
   ||interface-bank transfer
   ||message'

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38638] Interface messages needing rewording or documentation and other issues with existing messages (tracking)

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38638

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

   What|Removed |Added

 Depends on||43505

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43506] New: Special:Categories navigation is broken when using Special:Categories/prefix

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43506

   Web browser: ---
Bug ID: 43506
   Summary: Special:Categories navigation is broken when using
Special:Categories/prefix
   Product: MediaWiki
   Version: 1.21-git
  Hardware: All
   URL: https://commons.wikimedia.org/w/index.php?title=Specia
l:Categories/Rijksmonumenten
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Special pages
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: maar...@mdammers.nl
Classification: Unclassified
   Mobile Platform: ---

I'm using
https://commons.wikimedia.org/w/index.php?title=Special:Categories/Rijksmonumenten
to find and create missing categories. Since recently next and previous stopped
working (try clicking it, the url changes, but Rijksmonumenten is still the
first category). I'm not sure when it worked and when it stopped working.

When I empty the field with categories in it and press go I see the first
category of Commons (!!!), but in the url is still Rijksmonumenten
urlencoded. When I press next I end up at Rijksmonumenten again.

Someone probably changed the way navigation worked and forgot about the
[[Special:Categories/Rijksmonumenten]] notation of linking to the special page.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43506] Special:Categories navigation is broken when using Special:Categories/prefix

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43506

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

   What|Removed |Added

   Keywords||code-update-regression

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41712] hewiki asks to change default image sizes for thumb and gallery

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41712

--- Comment #12 from Dereckson dereck...@espace-win.org ---
Question (or statement?) from Tim Starling asked on Gerrit:

I don't understand why different wikis need different thumbnail sizes. It's not
like they use different kinds of images.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43506] Special:Categories navigation is broken when using Special:Categories/prefix

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43506

--- Comment #1 from Sumurai8 (NL) sumur...@gmail.com ---
Problem seems to be that the next and previous-links use an offset-parameter,
while the special page itself uses from.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43506] Special:Categories navigation is broken when using Special:Categories/prefix

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43506

--- Comment #2 from Maarten Dammers maar...@mdammers.nl ---
The from parameter should probably be deprecated and changed to offset
everywhere. That way we don't have two conflicting systems.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43365] PageTriage uses server rather than local time

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43365

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

   What|Removed |Added

   Priority|Unprioritized   |High
URL||http://en.wikipedia.org/wik
   ||i/Special:NewPagesFeed
Version|unspecified |master

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43457] SecurePoll doesn-t work on it.wikivoyage

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43457

--- Comment #3 from Snowolf wikimedia.b...@snowolf.eu ---
Anyway, there's no reason to use SecurePoll on a wiki with so few users. It
involves significant developer configuration for each vote.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43365] PageTriage uses server rather than local time

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43365

--- Comment #1 from Oliver Keyes oke...@wikimedia.org ---
Nischay: could you explain how times displaying a few hours off is a high
priority bug? :/

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43506] Special:Categories navigation is broken when using Special:Categories/prefix

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43506

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

   What|Removed |Added

 CC||aude.w...@gmail.com

--- Comment #3 from Aude aude.w...@gmail.com ---
https://gerrit.wikimedia.org/r/#/c/41215/

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43506] Special:Categories navigation is broken when using Special:Categories/prefix

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43506

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

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |aude.w...@gmail.com
   |org |

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43365] PageTriage uses server rather than local time

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43365

--- Comment #2 from Nischay Nahata nischay...@gmail.com ---
Yes, looking at http://en.wikipedia.org/wiki/Special:NewPagesFeed a reviewer
can get annoyed with a few hours off, also showing different times at
different places is really not a good thing. If a single reviewer gets annoyed
and stops contributing it sounds like a high priority thing to fix to me.

I am interested in fixing this but waiting for some experts' feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43365] PageTriage uses server rather than local time

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43365

Oliver Keyes oke...@wikimedia.org changed:

   What|Removed |Added

   Priority|High|Normal

--- Comment #3 from Oliver Keyes oke...@wikimedia.org ---
Sure, but that doesn't necessarily make it high priority. it's leaking data
would make it high priority. The API for this extension is broken would be
high priority. I highly doubt anyone is resigning in disgust from having
anything to do with new page patrolling because the timestamps are two hours
off. Setting to normal and CCing Ryan Kaldari in so he can provide any advice
you need re a fix.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42979] Upload from Flickr only fetches the first 50 items of a set

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42979

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

   What|Removed |Added

 CC||rkald...@wikimedia.org
Version|unspecified |master

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38170] [ReplaceText] Incorrect error: You must select at least one namespace.

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38170

--- Comment #11 from Woozle woo...@hypertwins.com ---
Created attachment 11566
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=11566action=edit
modifications to deal with form-size bug

Attached is a modified version of the SpecialReplaceText.php file which deals
with the form-size limitation (allows user to limit how many results to
display). I also added a couple of code comments as I figured out how things
worked.

The modification was done on 12/1, so there may have been additional changes to
the main file since then.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38170] [ReplaceText] Incorrect error: You must select at least one namespace.

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38170

Woozle woo...@hypertwins.com changed:

   What|Removed |Added

  Attachment #11566|application/opensearchdescr |text/php
  mime type|iption+xml  |

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43480] MediaWiki:Pagetriage-no-patrol-right is confusing

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43480

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

   What|Removed |Added

   Keywords||patch-in-gerrit
   Assignee|wikibugs-l@lists.wikimedia. |nischay...@gmail.com
   |org |

--- Comment #1 from Nischay Nahata nischay...@gmail.com ---
Fix change https://gerrit.wikimedia.org/r/#/c/41216/

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43474] PHP Fatal moving Semantic pages

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43474

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE
   Assignee|wikibugs-l@lists.wikimedia. |nischay...@gmail.com
   |org |

--- Comment #3 from Nischay Nahata nischay...@gmail.com ---
You can reopen a previously closed bug and don't need to enter a new bug,
closing this as a duplicate.

Your bug number seems to be wrong again, isn't it 43080?
Pasting the URL is a more convenient thing anyway ;)

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43080] PHP Fatal moving Semantic pages

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43080

--- Comment #2 from Nischay Nahata nischay...@gmail.com ---
*** Bug 43474 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43080] PHP Fatal moving Semantic pages

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43080

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

   What|Removed |Added

   Keywords|patch-in-gerrit,|
   |patch-need-review   |
 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #3 from Nischay Nahata nischay...@gmail.com ---
Reopening as per https://bugzilla.wikimedia.org/show_bug.cgi?id=43474

A new error shows up, quoting-

Call to undefined method SMWSql3SmwIds::getHashKey() in
/path/to/wiki/extensions/SemanticMediaWiki/includes/storage/SQLStore/SMW_Sql3SmwIds.php
on line 715

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 16848] Special:WhatLinksHere should allow invert namespace selection

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16848

Robin Pepermans (SPQRobin) robinp.1...@gmail.com changed:

   What|Removed |Added

 CC||robinp.1...@gmail.com
 Blocks||14485

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 14485] enable namespace inversion (invert=1) for other special: pages

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14485

Robin Pepermans (SPQRobin) robinp.1...@gmail.com changed:

   What|Removed |Added

 Depends on||16848

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 40479] File extensions should be automatically decided by MIME type at upload

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40479

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
   Severity|normal  |enhancement

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43505] Two spaces in 'donate interface-bank transfer message'

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43505

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Keywords||easy
   Priority|Unprioritized   |Low
   Severity|minor   |trivial

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43080] PHP Fatal moving Semantic pages

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43080

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

   What|Removed |Added

   Keywords||patch-in-gerrit,
   ||patch-need-review

--- Comment #4 from Nischay Nahata nischay...@gmail.com ---
Fix attempt in https://gerrit.wikimedia.org/r/#/c/41218/
Markus would know what to do here, I did what looked obvious.

Tim, please test with the new patch

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43478] There are [numeral] errors above. Please fix and try again. (or something like that)

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43478

--- Comment #2 from jsayr...@gmail.com ---
I'm not surprised that you happened to evade the UploadWizard bug, but I was
trying to upload 4 files when I found it for the first time, right after I
clicked Next to publish the uploads. The error was in red text, at the bottom
of the page, and my description of the bug in the subject of this message is
what it said.

I don't have another photo that I took that I want to upload now, and I don't
want to upload anything by mistake.

But other users have probably encountered this bug, and it might come back once
I use the UploadWizard again.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42561] Enable CodeEditor extension on Schema namespace on Meta-Wiki

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42561

--- Comment #4 from Dereckson dereck...@espace-win.org ---
Gerrit change 36343 has been merged.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24248] Vector skin search Go button uses fulltext search button tooltip

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24248

Lejonel lejo...@telia.com changed:

   What|Removed |Added

   Keywords||easy

--- Comment #3 from Lejonel lejo...@telia.com ---
Now there is a fulltext option in the vector search box (I don't remember if
this existed when the bug was reported, but I think not since that was part of
my fourth suggested solution). This fulltext option uses its own new message
[[MediaWiki:Searchsuggest-containing]]. But the vector magnifying glass still
uses the incorrect fulltext search tooltip  from monobook skin.

Now the problem seems to be that vector skin uses 'image' as $mode for
makeSearchButton(), and in includes/SkinTemplate.php that function assumes
wrongly that 'image' mode is always fulltext search. 

I think the easiest way to fix this is to create a new message (maybe
[[Mediawiki:Tooltip-search-image]]) specifically for this 'image search mode',
with the text Search for this text. Without mentioning if it is searching
page titles or page content, since using an image as search button does not
really say anything about if the search is go, fulltext, or something else
completely.

(marking as easy since this should not be hard to change.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24248] Vector skin search Go button uses fulltext search button tooltip

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24248

Daniel Friesen mediawiki-b...@nadir-seen-fire.com changed:

   What|Removed |Added

 CC||mediawiki-bugs@nadir-seen-f
   ||ire.com

--- Comment #4 from Daniel Friesen mediawiki-b...@nadir-seen-fire.com ---
Monobook and other skins can have a single 'Go' button with the same behaviour
as the search image.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43473] Messages are missing message documentation (/qqq)

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43473

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||yaro...@gmail.com
 Resolution|--- |FIXED

--- Comment #2 from [[kgh]] mediaw...@kghoffmeyer.de ---
Done. Thus closing as RESOLVED FIXED.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38638] Interface messages needing rewording or documentation and other issues with existing messages (tracking)

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38638

Bug 38638 depends on bug 43473, which changed state.

Bug 43473 Summary: Messages are missing message documentation (/qqq)
https://bugzilla.wikimedia.org/show_bug.cgi?id=43473

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43507] New: afl_log_id index on abuse_filter_log table should be unique

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43507

   Web browser: ---
Bug ID: 43507
   Summary: afl_log_id index on abuse_filter_log table should be
unique
   Product: MediaWiki extensions
   Version: REL1_20 branch
  Hardware: All
OS: All
Status: NEW
  Keywords: schema-change
  Severity: trivial
  Priority: Unprioritized
 Component: AbuseFilter
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: dereck...@espace-win.org
CC: agarr...@wikimedia.org, bryan.tongm...@gmail.com,
nischay...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

During the Gerrit change 40329 review, Bryan noticed the following index should
be unique:

afl_log_id abuse_filter_log(afl_log_id)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38371] Impossible to install AbuseFilter with SQLite

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38371

Dereckson dereck...@espace-win.org changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43507] afl_log_id index on abuse_filter_log table should be unique

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43507

Dereckson dereck...@espace-win.org changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25611] Support optimized WebP thumbnails as alternative to JPEG

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25611

cesar ce...@castellobranco.eng.br changed:

   What|Removed |Added

 CC||ce...@castellobranco.eng.br

--- Comment #9 from cesar ce...@castellobranco.eng.br ---
If you implement hosting dual format webp/jpg this will contribute for web
advance, because actually this is pre-condition of mozilla to support webp in
farifex.

See:

https://bugzilla.mozilla.org/show_bug.cgi?id=600919

Mozilla Firefox Bug 600919 - (WebP) Implement WebP image support

Dave Garrett 2012-12-29 11:54:16 PST
 (In reply to patrck from comment #174)
 Also Wikipedia/Wikimedia opened a bug and accepted it and I confirmed from
 insiders that they are inplementing webp image support (This will be the
 Big Deal ?).

 Adding the ability for WebP files to be used on Wikimedia doesn't 
 mean they'll be converting everything they already have to it.
 If Wikipedia started dual-hosting all of their images in
 both WebP and JPEG, that'd be a Big Deal.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43508] New: Run a script to add all members of the shell mediawiki group to the bastion project

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43508

   Web browser: ---
Bug ID: 43508
   Summary: Run a script to add all members of the shell mediawiki
group to the bastion project
   Product: Wikimedia Labs
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Infrastructure
  Assignee: rlan...@gmail.com
  Reporter: rlan...@gmail.com
CC: abog...@wikimedia.org, fai...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

Back when we added the shell group, we mass added all Labs users to it. Some of
those users hadn't been added to the bastion project. We should run a script to
give those user bastion access.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25611] Support optimized WebP thumbnails as alternative to JPEG

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25611

--- Comment #10 from cesar ce...@castellobranco.eng.br ---

this could be done by using Google mod_pagespeed since it does on the fly WebP
conversion.
https://developers.google.com/speed/docs/mod_pagespeed/filter-image-optimize

ModPagespeedEnableFilters convert_jpeg_to_webp

Enabling convert_jpeg_to_webp causes the image optimizer to create webp images
whenever it would otherwise create jpegs. The webp images are only served to
modern browsers that support the format. Optimized jpeg images will continue to
be served to older browsers.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43328] Enable Article Feedback Tool v4 on it.wikivoyage

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43328

--- Comment #2 from Emanuele Raoli e...@live.it ---
Are these the changes required in 
http://noc.wikimedia.org/conf/InitialiseSettings.php.txt ?
'wmgUseArticleFeedback' = array(
'itwikivoyage' = true,
),
'wmgArticleFeedbackCategories' = array(
'itwikivoyage' = array( 'Pagine incluse nella valutazione articoli' ),
),
'wmgArticleFeedbackBlacklistCategories' = array(
'itwikivoyage' = array( 'Pagine escluse dalla valutazione articoli' ),
),
'wmgArticleFeedbackLotteryOdds' = array(
'itwikivoyage' = 100,
),
'wmgArticleFeedbackDashboard' = array(
'itwikivoyage' = true,
),
'wmgArticleFeedbackNamespaces' = array(
'itwikivoyage' = array( NS_MAIN, 104, /* Notizie */ 106 /* Tematica */
),
),
'wgUseEmailCapture' = array(
'itwikivoyage' = true,
),
'wmgClickTracking' = array(
'itwikivoyage' = true, // ArticleFeedback needs this
),

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25611] Support optimized WebP thumbnails as alternative to JPEG

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25611

--- Comment #11 from Bryan Tong Minh bryan.tongm...@gmail.com ---
Currently there is no support in MediaWiki for sending different thumbnails
depending on the user-agent. I don't think this should be done within MediaWiki
itself in any case, as it would fragment the parser cache.

(In reply to comment #10)
 this could be done by using Google mod_pagespeed since it does on the fly
 WebP
 conversion.
 https://developers.google.com/speed/docs/mod_pagespeed/filter-image-optimize
 
Note that the Wikimedia image servers use nginx, rather than apache.

We could, however, have a look at our 404-handler to provide this
functionality. Anybody can remind me where that code resides?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43509] New: Special:Whatlinkshere pagination broken

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43509

   Web browser: ---
Bug ID: 43509
   Summary: Special:Whatlinkshere pagination broken
   Product: MediaWiki
   Version: 1.21-git
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Special pages
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: jarry1...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

The (prev) links rely on having a back= id from which they can be filled. This
works neatly if you want to go back one level, but try and go back two in a row
and the whole thing falls apart.

For example:, take
https://en.wikipedia.org/w/index.php?title=Special:WhatLinksHere/Abacus . Now
go forward (next) two times, and then back twice. In fact, you get trapped on
page 2, because now there's no back= id to use in the generation of a (prev)
link. 

WLH should probably copy other special pages and do (prev) using a dir=prev
parameter.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 29444] Arbitrary inconsistent wording in English history diffs

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29444

Matthew Bowker matthewrbowker.w...@me.com changed:

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |matthewrbowker.w...@me.com
   |org |

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 18028] Friendlier Errors on AbuseFilter/test

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18028

Marius Hoch h...@online.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||h...@online.de
 Resolution|--- |WORKSFORME

--- Comment #2 from Marius Hoch h...@online.de ---
Right now simply nothing happens if a filter the user can't see or that doesn't
exist is requested which IMO is a valid behavior.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43355] Account creation CAPTCHA not working

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43355

Matthew Bowker matthewrbowker.w...@me.com changed:

   What|Removed |Added

 CC||matthewrbowker.w...@me.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43355] Account creation CAPTCHA not working

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43355

Simon Walker stwalkers...@googlemail.com changed:

   What|Removed |Added

 CC||stwalkers...@googlemail.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43377] account name to similar should specify if other account is non-local

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43377

Simon Walker stwalkers...@googlemail.com changed:

   What|Removed |Added

 CC||stwalkers...@googlemail.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43378] Account creation error; cannot confirm its source

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43378

Simon Walker stwalkers...@googlemail.com changed:

   What|Removed |Added

 CC||stwalkers...@googlemail.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43299] Curation Toolbar does not show up when I click Review at Special:NewPagesFeed

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43299

--- Comment #3 from Nischay Nahata nischay...@gmail.com ---
Works for me with Firefox 16.0.2, without HTTPS Everywhere.
Also note that when the curation toolbar is closed a link that says Curate
this article appears in the toolbox.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43483] MediaWiki:Moodbar-privacy and MediaWiki:Moodbar-privacy-link use lego

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43483

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

   What|Removed |Added

 CC||s.mazel...@xs4all.nl

--- Comment #1 from Nischay Nahata nischay...@gmail.com ---
I don't see a standardized way to do this; there is some HTML involved in
displaying the link.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43483] MediaWiki:Moodbar-privacy and MediaWiki:Moodbar-privacy-link use lego

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43483

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

 CC||b...@mzmcbride.com

--- Comment #2 from MZMcBride b...@mzmcbride.com ---
Use lego? I don't understand.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43510] New: jqueryMsg can not handle external links with dollar signs in the URL

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43510

   Web browser: ---
Bug ID: 43510
   Summary: jqueryMsg can not handle external links with dollar
signs in the URL
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: JavaScript
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: mflasc...@wikimedia.org
CC: krinklem...@gmail.com, tpars...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

mediawiki.jqueryMsg can not handle external links with dollar signs in the URL.
 However, those are valid.  See bug 188 and
https://en.wikipedia.org/wiki/MediaWiki:Version-entrypoints-articlepath .

External links are defined as:

sequence(openExtlink, nonWhitespaceExpression, whitespace, expression,
closeExtlink)

So the URL must go in nonWhitespaceExpression.  That in turn is:

choice(template, link, extLinkParam, extlink, replacement, literalWithoutSpace)

This seems overly broad, since I don't think we allow nested external links...
However, the one that should match is literalWithoutSpace.

That is nOrMore( 1, escapedOrLiteralWithoutSpace )

escapedOrLiteralWithoutSpace is:

choice(escapedLiteral, regularLiteralWithoutSpace)

So I think the root problem is regularLiteralWithoutSpace, which is:

makeRegexParser(/^[^{}\[\]$\s]/);

I think this should allow $, which means removing it from the negative
character class.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43510] jqueryMsg can not handle external links with dollar signs in the URL

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43510

Matthew Flaschen mflasc...@wikimedia.org changed:

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |mflasc...@wikimedia.org
   |org |

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 18174] Add previous/next lnks to abuse filter diff page

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18174

Marius Hoch h...@online.de changed:

   What|Removed |Added

   Keywords||patch-in-gerrit
 Status|NEW |ASSIGNED
 CC||h...@online.de
   Assignee|wikibugs-l@lists.wikimedia. |h...@online.de
   |org |

--- Comment #2 from Marius Hoch h...@online.de ---
Done in https://gerrit.wikimedia.org/r/41369 ... this annoyed me often enough.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 18174] Add previous/next links to AbuseFilter diff page

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18174

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

 CC||b...@mzmcbride.com
Summary|Add previous/next lnks  |Add previous/next links
   |to abuse filter diff page   |to AbuseFilter diff page

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43511] New: Query continue fails for titles with a space after a colon

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43511

   Web browser: ---
Bug ID: 43511
   Summary: Query continue fails for titles with a space after a
colon
   Product: MediaWiki
   Version: 1.19.3
  Hardware: All
OS: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: API
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: zhoris...@gmail.com
CC: bjor...@wikimedia.org, bryan.tongm...@gmail.com,
roan.katt...@gmail.com, s...@reedyboy.net
Classification: Unclassified
   Mobile Platform: ---

At least with deleted revisions, trying to use drcontinue with a title that has
a space after a colon results in the space being removed.

This causes scripts to get stuck in an endless loop when getting sent back to
the non-space titles instead of onto the next chunk of revisions.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43511] Query continue fails for titles with a space after a colon

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43511

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

 CC||b...@mzmcbride.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43511] Query continue fails for titles with a space after a colon

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43511

--- Comment #1 from MZMcBride b...@mzmcbride.com ---
Can you provide an example query that fails?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43511] Query continue fails for titles with a space after a colon

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43511

--- Comment #2 from Isarra zhoris...@gmail.com ---
This fails:

http://uncyclopedia.wikia.com/api.php?action=querylist=deletedrevsdrnamespace=0drlimit=21drdir=newerdrlimit=maxdrcontinue=0|Howto:_anal_probe|

Could be the MediaWiki may be figuring it looks like a typo that actually
belongs to the HowTo namespace, despite specifically not being in the HowTo
namespace and coming from a query-continue that did give it the space...

These pages predate the creation of the HowTo namespace, and the deletedrevs
query iterates through everything regardless of whether or not it is accessible
from the frontend.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43511] Query continue fails for titles with a space after a colon

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43511

--- Comment #3 from Isarra zhoris...@gmail.com ---
Well, okay, it doesn't fail, exactly, it goes back to HowTo:Annoy Zombiebaron.
And this does annoy Zombiebaron.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43482] Add PLURAL support to MediaWiki:Moodbar-form-note-dynamic

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43482

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

   What|Removed |Added

   Keywords||patch-in-gerrit
   Assignee|wikibugs-l@lists.wikimedia. |nischay...@gmail.com
   |org |

--- Comment #1 from Nischay Nahata nischay...@gmail.com ---
Fix attempt https://gerrit.wikimedia.org/r/#/c/41370/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43511] Query continue fails for titles with a space after a colon

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43511

Brad Jorsch bjor...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #4 from Brad Jorsch bjor...@wikimedia.org ---
This bug was fixed in MediaWiki 1.20. This can be verified, for example, by
looking at
https://en.wikipedia.org/w/api.php?action=querylist=deletedrevsdrnamespace=0drprefix=Book:drcontinue=0|Book:_The_Art_of_Kirk_Hammett|
that works fine despite the relatively new Book: namespace.

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 29290] continue does not work in some cases for prop=iwlinksiwcontinue and list=iwbacklinksiwblcontinue

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29290

Brad Jorsch bjor...@wikimedia.org changed:

   What|Removed |Added

 CC||zhoris...@gmail.com

--- Comment #6 from Brad Jorsch bjor...@wikimedia.org ---
*** Bug 43511 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 10827] Make MediaWiki:Sharedupload point to Commons with lang setting of that wiki

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10827

--- Comment #4 from Bawolff (Brian Wolff) bawolff...@gmail.com ---
I'm not that familar with ULS - but I assume it still requires the user to
select a language. In that case passing on the current language still sounds
useful.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43511] Query continue fails for titles with a space after a colon

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43511

--- Comment #5 from Isarra zhoris...@gmail.com ---
Generally speaking it really can't, but okay.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43365] PageTriage uses server rather than local time

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43365

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

   What|Removed |Added

   Keywords||patch-in-gerrit
   Assignee|wikibugs-l@lists.wikimedia. |nischay...@gmail.com
   |org |

--- Comment #4 from Nischay Nahata nischay...@gmail.com ---
Fix attempt https://gerrit.wikimedia.org/r/#/c/41373/

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 36461] Hitting Enter fails to filter list

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36461

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

   What|Removed |Added

   Keywords||patch-in-gerrit
URL||en.wikipedia.org/wiki/Speci
   ||al:NewPagesFeed
 CC||nischay...@gmail.com
   Assignee|wikibugs-l@lists.wikimedia. |nischay...@gmail.com
   |org |

--- Comment #1 from Nischay Nahata nischay...@gmail.com ---
Fix attempt in https://gerrit.wikimedia.org/r/#/c/41375/

This changes fixes the issue partially, hitting enter filters only for the
username field.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41216] Stub tag being put in the wrong place

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41216

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

   What|Removed |Added

   Keywords||patch-in-gerrit
 CC||nischay...@gmail.com
   Assignee|wikibugs-l@lists.wikimedia. |nischay...@gmail.com
   |org |

--- Comment #1 from Nischay Nahata nischay...@gmail.com ---
PageTriage puts both stub and uncategorised tags at the bottom, their relative
order is still dependent on the order they are added. When both are added
together the order gets wrong, https://gerrit.wikimedia.org/r/#/c/41376/ tries
to fix this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 39453] Toolbar is appearing in my userspace

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39453

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

   What|Removed |Added

 CC||nischay...@gmail.com

--- Comment #3 from Nischay Nahata nischay...@gmail.com ---
Its not necessary to have the page curation toolbar on user namespaces or is
it?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38079] Transform date in the author line to user preference date format

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38079

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

   What|Removed |Added

 CC||nischay...@gmail.com

--- Comment #6 from Nischay Nahata nischay...@gmail.com ---
See also: https://bugzilla.wikimedia.org/show_bug.cgi?id=43365 which involves
tz correction

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43365] PageTriage uses server rather than local time

2012-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43365

--- Comment #5 from Nischay Nahata nischay...@gmail.com ---
See also: https://bugzilla.wikimedia.org/show_bug.cgi?id=38079 related to
time-date format as per user's preferences

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l