[Bug 19288] Gadget usage statistics

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19288

--- Comment #3 from Liangent  ---
(In reply to Quiddity from comment #2)
> @liangent: I'd suggest adding the "total number of accounts" to the output.
> Currently it takes 2 queries to do that, and it's nearly always a useful
> comparison number.
> I.e. The top item at Enwiki, has 9002 total users, and 1724 users active
> since 2014-05-01.

Hmm it does have to take 2 (SQL) queries, and as it's already running very
slowly with one query I'm afraid it'll be slower or eventually timeout (not
sure about configurations on the webserver) if I add more.

-- 
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 61801] Wrap MediaWiki footer to HTML5 tag

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61801

S. McCandlish  changed:

   What|Removed |Added

 CC||smccandl...@gmail.com

--- Comment #1 from S. McCandlish  ---
To degrade gracefully, wouldn't the footer have to be wrapped around the
existing div, and the CSS arranged carefully so that the end user sees the same
or nearly the same rendered effect, regardless of browser and settings?

-- 
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 65373] [Regression 1.24wmf5] OOjs UI: Firefox throws NS_ERROR_NOT_AVAILABLE when opening certain dialogs

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65373

James Forrester  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

-- 
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 65407] [Regression pre-1.24wmf6] TimedMediaHandler causes 500 (Internal Server Error) appears in the console, cannot save page

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65407

James Forrester  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

-- 
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 65407] [Regression pre-1.24wmf6] TimedMediaHandler causes 500 (Internal Server Error) appears in the console, cannot save page

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65407

--- Comment #13 from Gerrit Notification Bot  ---
Change 133852 abandoned by Jforrester:
ApiQueryBase subclasses take an ApiQuery, not an ApiMain

Reason:
My mistake, I somehow thought we'd found this in production. Never mind!

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

-- 
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 63446] Wrap MediaWiki aside content to HTML5 tag

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63446

S. McCandlish  changed:

   What|Removed |Added

 CC||smccandl...@gmail.com

--- Comment #1 from S. McCandlish  ---
The  element can/should also be used for pull-quote templates and for
infoboxes, among other things.

-- 
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 24330] Allow &redirect for action=edit

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24330

Adam Wight  changed:

   What|Removed |Added

 CC||s...@ludd.net

--- Comment #2 from Adam Wight  ---
n.b. - we should enforce the requirement that the action is append or prepend. 
Otherwise, this looks like an extremely useful way to destroy data.

-- 
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 56849] Edit conflict detection has regressed and suffers a race condition

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56849

--- Comment #11 from Adam Wight  ---
Aha: so the 'redirect' thing was introduced to satisfy bug 24330, but along the
way the "appendtext" or "prependtext" requirement was lost in implementation,
commit 9f025aeb.

IMO this is a misfeature, I'll write a separate patch to... break API
backwards-compatibility... as part of this work.

-- 
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 56849] Edit conflict detection has regressed and suffers a race condition

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56849

Adam Wight  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |ASSIGNED
   Assignee|wikibugs-l@lists.wikimedia. |s...@ludd.net
   |org |

-- 
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 56849] Edit conflict detection has regressed and suffers a race condition

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56849

--- Comment #10 from Adam Wight  ---
I came across something disturbing while exploring the oldid fix: apparently,
there is a 'redirect' parameter to the edit action that allows a page save to
change the contents of the redirected page, rather than the contents of the
redirect article passed as the 'title' parameter to edit.

Maybe I'm being willfully blind, but I cannot imagine a case where this is a
good idea.

This seems like a nasty hurdle to reimplementing oldid, because a process
making a 'redirect' edit will not necessarily have any information about the
revision level of the redirect target.  These cases would have to fall back to
the badly flawed timestamp check.

-- 
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 63895] Change Sanskrit transliteration rules

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63895

--- Comment #31 from NehalDaveND  ---
Sorry previous one was half

shift+4 = द्य
shift+5 = ज्ञ
shift+6 = त्र
shift+7 = क्ष
shift+8 = श्र

we want these changes definitely. But there is some more changes ...

1. in present script f = फ़् , but that should be फ् I think you can see
difference ? 
फ़् X फ् the first one has dot . and that is not true फ्  

2. With help of ~ symbols in devnagari keyboard shift+ = ् this letter can be
typed. but more users can't understand this thing. so without shift we want `
this latter for ् this is in devnagri.

3. ज़ this dot system is not in whole sanskrit language. that's why we want to
remove that from sanskrit keyboard. this dot typed by ` this symbol. 

so conclusion is...

1 change फ़् with फ् 

2 remove dot ज़ from sanskrit script. (ज is only example. dot is main ज़ क़ ड़)
etc..

3 put ્ this symbol on ` this symbol. 

Thank you. I think you help a lot, Thank you very much..

-- 
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 10434] should be in texvc HTML output

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10434

--- Comment #6 from S. McCandlish  ---
Tim Landscheidt, what does this mean?:
> As HTML support was disabled by 09679f2f39e6c6c00e87757292421b26bfa7022a, 
> closing as WONTFIX.

The link that generated (to
https://gerrit.wikimedia.org/r/#q,09679f2f39e6c6c00e87757292421b26bfa7022a,n,z)
doesn't provide any information.  This bug is a bug, not a feature, and still
needs to be fixed.

The var element has certainly not been "disabled" (deprecated) in HTML5, if
that's what this meant:
http://www.w3.org/html/wg/drafts/html/master/text-level-semantics.html#the-var-element

-- 
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 65400] ULS: Fix "JQMIGRATE: $(html) HTML strings must start with '<' character" in jquery.uls.core.js

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65400

Santhosh Thottingal  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|NEW |ASSIGNED
   Assignee|wikibugs-l@lists.wikimedia. |santhosh.thottingal@gmail.c
   |org |om

--- Comment #1 from Santhosh Thottingal  ---
Fixed in upstream commit
https://github.com/wikimedia/jquery.uls/commit/9599ed7d267585b3dedf53fc6c53d35b11cfa5a6

Leading space/newline characters were removed from template strings.

-- 
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 65447] Spam-blacklist not working

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65447

Betacommand  changed:

   What|Removed |Added

 CC||phoenixoverr...@gmail.com

--- Comment #2 from Betacommand  ---
Could this be an issue with VE?

-- 
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 65447] Spam-blacklist not working

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65447

--- Comment #1 from Helder  ---
FYI: This was reported on
https://pt.wikipedia.org/w/index.php?oldid=38947730#Blacklist

-- 
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 65447] New: Spam-blacklist not working

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65447

Bug ID: 65447
   Summary: Spam-blacklist not working
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: Spam Blacklist
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: he7...@gmail.com
   Web browser: ---
   Mobile Platform: ---

A site was blocked on
https://pt.wikipedia.org/wiki/MediaWiki:Spam-blacklist?diff=38856875&uselang=en
but the IP was still able to add links to that site a few days later:
https://pt.wikipedia.org/w/index.php?diff=38903072

-- 
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 22516] New page Special:Userinfo

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22516

--- Comment #16 from MZMcBride  ---
(In reply to WhatamIdoing from comment #13)
> I want what you see at
> https://en.wikipedia.org/wiki/User:PleaseStand/User_info

And you can easily have that by installing the user script. :-)  For MediaWiki
core and Wikimedia wikis in particular, I think it could be trickier.

For each data point (gender, edit count, account age, user groups), we need to
figure out whether the exposure of each (and collectively) should be:

* displayed to anons and/or logged-in users;

* configurable on a per-user basis (like I can check a box to display to the
world what's known about me or disable this display on my user and user talk
pages); and

* configurable on a per-wiki basis (like an individual wiki can say to expose
this data on user pages or not).

And for each of these three bullets, I think you need to figure out what level
of granularity you want to implement. That is, you could itemize the data
points and allow users or wikis to opt in or opt out of displaying certain data
points to anonymous users or logged-in users. Or you could make it all or none.

I'm not sure whether this level of complexity is desired or warranted, but I
think it could be. I'm not clear what level of support or opposition there is
to the general idea of profiling users on their own user pages.

-- 
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 22516] New page Special:Userinfo

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22516

--- Comment #15 from MZMcBride  ---
(In reply to Quiddity from comment #14)
> Re: this bug - I believe (part of) the original intent is to:
> 
> A) rethink/standardize/centralize the items in
> [[MediaWiki:Sp-contributions-footer]]
> [[mw:MediaWiki:Sp-contributions-footer]]
> [[c:MediaWiki:Sp-contributions-footer]]
> [[d:MediaWiki:Sp-contributions-footer]]
> [[m:MediaWiki:Sp-contributions-footer]]
> [[ur:MediaWiki:Sp-contributions-footer]]
> *etc at all ~900 wikis*
> (plus the "-anon" variants, eg [[c:MediaWiki:Sp-contributions-footer-anon]] )
> 
> Because the links at various wikis are frequently 
> * broken/outdated
> * or missing
> * or in a confusing order
> * or in a language we can't read.
> 
> Someone would need to research the links in the hundreds of
> Sp-contributions-footer pages, and compile the best ones, whilst noting any
> instances that are uniquely-local and cannot be merged into a global tool
> (if any).

The footers should be the subject of a separate bug report. I've filed bug
65446 to track them. (I filed it under Wikimedia --> General because this issue
is probably specific to Wikimedia wikis.)

> B) Put all those links on a separately accessible page, rather than having
> to go through the [[Special:Contributions]] page and scroll to the bottom. A
> User equivalent to [[mw:Page information]]. (and put a text/search box on
> it, so we can change the target easier.)

I think exposure is tricky. I'll post in a subsequent comment my thoughts.

-- 
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 65446] New: Figure out Wikimedia wikis' Special:Contributions footer

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65446

Bug ID: 65446
   Summary: Figure out Wikimedia wikis' Special:Contributions
footer
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: b...@mzmcbride.com
CC: pandiculat...@gmail.com
   Web browser: ---
   Mobile Platform: ---

Splitting this out from bug 22516 comment 14 by Quiddity:

---
Re: this bug - I believe (part of) the original intent is to:

A) rethink/standardize/centralize the items in
[[MediaWiki:Sp-contributions-footer]]
[[mw:MediaWiki:Sp-contributions-footer]]
[[c:MediaWiki:Sp-contributions-footer]]
[[d:MediaWiki:Sp-contributions-footer]]
[[m:MediaWiki:Sp-contributions-footer]]
[[ur:MediaWiki:Sp-contributions-footer]]
*etc at all ~900 wikis*
(plus the "-anon" variants, eg [[c:MediaWiki:Sp-contributions-footer-anon]] )

Because the links at various wikis are frequently 
* broken/outdated
* or missing
* or in a confusing order
* or in a language we can't read.

Someone would need to research the links in the hundreds of
Sp-contributions-footer pages, and compile the best ones, whilst noting any
instances that are uniquely-local and cannot be merged into a global tool (if
any).
---

This enhancement request might ultimately be a ticket against MediaWiki
extensions --> WikimediaMessages, but this needs further thought and
consideration first. I think a clear problem has been identified (footers that
are duplicative and difficult to maintain), I'm just not sure what the best
path forward is yet. There are other options such as interwiki transclusion
(hah). We need to develop a plan.

-- 
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 65445] New: Media Viewer should display the "Credit" parameter when available

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65445

Bug ID: 65445
   Summary: Media Viewer should display the "Credit" parameter
when available
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: MultimediaViewer
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: kpeterz...@wikimedia.org
CC: aarcos.w...@gmail.com, fflo...@wikimedia.org,
gti...@wikimedia.org, mtrac...@member.fsf.org
   Web browser: ---
   Mobile Platform: ---

There are 183,901 files hosted on Commons that contain the "Credit" template
parameter. The purpose is to properly attribute copyright something contained
within the file. For example, I can take a picture of a piece of art and reuse
the picture how I please, but the copyright of the art itself is not given to
me. 

The template in question is [[commmons:Template:Credit Line]].

-- 
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 52085] VisualEditor: Provide buttons for locally-configured frequent edit summary contents

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52085

Alex Monk  changed:

   What|Removed |Added

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

-- 
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 48274] VisualEditor: For edit summary field, give users an auto-fill drop-down (or similar) of recent edit summaries they've used

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48274

Alex Monk  changed:

   What|Removed |Added

 CC||kren...@wikimedia.org
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=52085

-- 
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 52701] VisualEditor: Wikitext editor's keyboard shortcut for show changes (shift+alt+v) no longer works

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52701

Alex Monk  changed:

   What|Removed |Added

 CC||kren...@wikimedia.org

--- Comment #9 from Alex Monk  ---
(In reply to Lejonel from comment #4)
> In other namespaces focus is always on "show changes"
> button, but the shortcut does not actually click the button. That is because
> the HTML still contains a hidden "visual edit" tab with the same shortcut.

This is changing (bug 64142)

-- 
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 65433] Hovercards popping up above cause flickering (because of popping up under the mouse cursor)

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65433

Quiddity  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 Status|UNCONFIRMED |NEW
 CC||pandiculat...@gmail.com
 Ever confirmed|0   |1

--- Comment #1 from Quiddity  ---
Confirmed, also on Firefox 29, throughout mediawikiwiki.

It seems to only be a problem when the Hovercard appears *above* the
link/mouse-cursor.

-- 
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 22516] New page Special:Userinfo

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22516

--- Comment #14 from Quiddity  ---
I agree with WhatamIdoing, that these are probably separate issues.

Re: bug 58405 - I've left a comment at [[User talk:PleaseStand/User
info#Gadgetize and Global Gadgetize]] pointing the author/pagewatchers towards
that bug, and encouraging someone to both gadgetize the script, and make it
work across all WMF wikis. That way we can scale up the usage, and thereafter
consider further options such as making it a default-on gadget, or more.


Re: this bug - I believe (part of) the original intent is to:

A) rethink/standardize/centralize the items in
[[MediaWiki:Sp-contributions-footer]]
[[mw:MediaWiki:Sp-contributions-footer]]
[[c:MediaWiki:Sp-contributions-footer]]
[[d:MediaWiki:Sp-contributions-footer]]
[[m:MediaWiki:Sp-contributions-footer]]
[[ur:MediaWiki:Sp-contributions-footer]]
*etc at all ~900 wikis*
(plus the "-anon" variants, eg [[c:MediaWiki:Sp-contributions-footer-anon]] )

Because the links at various wikis are frequently 
* broken/outdated
* or missing
* or in a confusing order
* or in a language we can't read.

Someone would need to research the links in the hundreds of
Sp-contributions-footer pages, and compile the best ones, whilst noting any
instances that are uniquely-local and cannot be merged into a global tool (if
any).

B) Put all those links on a separately accessible page, rather than having to
go through the [[Special:Contributions]] page and scroll to the bottom. A User
equivalent to [[mw:Page information]]. (and put a text/search box on it, so we
can change the target easier.)

@Nemo: Sorry for continuing the discussion here, after you've designated it a
tracking bug. But more people are watching this bug!  ;-)  <3

-- 
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 65444] New: Remove indentation from sidebar links

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65444

Bug ID: 65444
   Summary: Remove indentation from sidebar links
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Skin and page rendering
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: he7...@gmail.com
CC: krinklem...@gmail.com, matma@gmail.com
   Web browser: ---
   Mobile Platform: ---

On
https://en.wikipedia.org/wiki/Main_Page?uselang=en&useskin=vector
the links from sections "Interaction", "Tools", "Print/Export" and "Languages"
are not aligned with the Links from the top ("Navigation") section.

Maybe this was caused by the removal of the collapsible feature?

-- 
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 65443] Do not make requests when hovering over WikiEditor's toolbar links

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65443

Helder  changed:

   What|Removed |Added

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

-- 
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 65443] New: Do not make requests when hovering over WikiEditor's toolbar links

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65443

Bug ID: 65443
   Summary: Do not make requests when hovering over WikiEditor's
toolbar links
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Keywords: javascript
  Severity: normal
  Priority: Unprioritized
 Component: Popups
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: he7...@gmail.com
CC: psax...@wikimedia.org, yuvipa...@gmail.com
   Web browser: ---
   Mobile Platform: ---

If access
https://en.wikipedia.org/wiki/Test?action=edit&useskin=vector&uselang=en
using Firefox 29 and put the mouse over the links "Advanced", "Special
Characters" or "Cite", I see an API request like this in the console:

https://en.wikipedia.org/w/api.php?action=query&format=json&prop=extracts%7Cpageimages%7Crevisions%7Cinfo&redirects=true&exintro=true&exsentences=2&explaintext=true&piprop=thumbnail&pithumbsize=300&rvprop=timestamp&inprop=watched&indexpageids=true&titles=

This should not happen.

PS: this also causes the error mentioned on bug 65425.

-- 
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 65425] TypeError: re.query is undefined

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65425

Helder  changed:

   What|Removed |Added

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

-- 
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 65442] Popups: "mw.Api error: " "http" {xhr: Object, textStatus: "abort", exception: "abort"}

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65442

--- Comment #1 from Helder  ---
PS: I was on page
https://pt.wikipedia.org/w/index.php?title=L%C3%B3gica_proposicional&action=edit
when I noticed these.

-- 
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 65442] New: Popups: "mw.Api error: " "http" {xhr: Object, textStatus: "abort", exception: "abort"}

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65442

Bug ID: 65442
   Summary: Popups: "mw.Api error: " "http" {xhr: Object,
textStatus: "abort", exception: "abort"}
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Keywords: javascript
  Severity: normal
  Priority: Unprioritized
 Component: Popups
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: he7...@gmail.com
CC: psax...@wikimedia.org, yuvipa...@gmail.com
   Web browser: ---
   Mobile Platform: ---

I'm getting a lot of warnings like this
"mw.Api error: " "http" {xhr: Object, textStatus: "abort", exception: "abort"}
in the console. I believe it comes from this line:
mw.popups.render.currentRequest.abort();
of ext.popups.renderer.js.

-- 
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 64289] JavaScript error prevents WikiEditor from showing up

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64289

--- Comment #15 from Gerrit Notification Bot  ---
Change 133942 had a related patch set uploaded by TheDJ:
jquery.textSelection: Don't throw errors on empty collections

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

-- 
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 64289] JavaScript error prevents WikiEditor from showing up

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64289

Gerrit Notification Bot  changed:

   What|Removed |Added

 Status|RESOLVED|PATCH_TO_REVIEW
 Resolution|FIXED   |---

-- 
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 58405] Provide information about users' rights and editing on user pages

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58405

--- Comment #5 from Quiddity  ---
I've left a request for the script author (and any page-watchers) at
https://en.wikipedia.org/wiki/User_talk:PleaseStand/User_info#Gadgetize_and_Global_Gadgetize

-- 
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 36166] OOM when generating 6000px wide thumb of large (baseline) jpeg

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36166

Andre Klapper  changed:

   What|Removed |Added

   Priority|Low |Lowest

-- 
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 22516] New page Special:Userinfo

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22516

--- Comment #13 from WhatamIdoing  ---
Are all of these really the same request?  Creating a new Special:UserInfo page
or a new section on action=info is very different (and IMO very importantly
different) from displaying the list of user rights in a corner of the existing
User:Example and User_talk:Example pages.

I don't want a new page.  I don't want something else to click on.  I want this
information displayed directly on the page that I'm already looking at.

I want what you see at https://en.wikipedia.org/wiki/User:PleaseStand/User_info
 I do not want what you see at
https://commons.wikimedia.org/wiki/File:MediaWiki-SpecialUserinfo-anon-ip.png 
These are NOT the same things.

-- 
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 27488] Allow user scripts to load from position top

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27488

--- Comment #95 from Nux  ---
Ah, interesting... So I guess I'm waiting for Gadgets 3.0.

You can close this bug if you want.

-- 
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 65441] New: Need html formatter for UnDeserializableValue

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65441

Bug ID: 65441
   Summary: Need html formatter for UnDeserializableValue
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: aude.w...@gmail.com
CC: wikidata-b...@lists.wikimedia.org
   Web browser: ---
   Mobile Platform: ---

We currently only format UnDeserializableValue as a plain text string.

For outputting in places like EntityView, we should output the error message
wrapped in an html span tag, with appropriate css classes.

This should be done in a consistent way as we format data value mismatch and
other formatting errors. (though for those, we can additionally display the
formatted value)

-- 
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 27488] Allow user scripts to load from position top

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27488

--- Comment #94 from Helder  ---
(In reply to Nux from comment #93)
> I think it's that or allow non-admins to create scripts which they can use
> and support (i.e. tech admin rights).

Aka [[mw:Gadgets 2.0]]. See
https://www.mediawiki.org/wiki/Thread:Talk:ResourceLoader/V2_testing/Questions_about_permission_model_and_developer_workflow

-- 
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 35721] Moving files breaks hotlinks to original file asset

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35721

Bawolff (Brian Wolff)  changed:

   What|Removed |Added

Summary|Moving files breaks |Moving files breaks
   |hotlinks|hotlinks to original file
   ||asset

--- Comment #10 from Bawolff (Brian Wolff)  ---
Just to clarify something, this is fixed for thumbnails (e.g.
https://upload.wikimedia.org/wikipedia/commons/thumb/2/25/Rouge.svg/200px-Rouge.svg.png
redirects properly to
https://upload.wikimedia.org/wikipedia/commons/thumb/2/25/Rouge.svg/200px-Red.svg.png).
Its only the original  version of the file that breaks.

-

Perhaps this could be fixed by, modifying upload-backend.inc.vcl
(https://git.wikimedia.org/blob/operations%2Fpuppet.git/production/templates%2Fvarnish%2Fupload-backend.inc.vcl.erb)
so that in the case an original file asset is requested, and if swift returns
404, try instead going to Special:FilePath, and if that returns a redirect,
return that.

So for example, going to
https://upload.wikimedia.org/wikipedia/commons/2/25/Rouge.svg would be
something like:
*Ask swift, swift returns 404
*Go to https://commons.wikimedia.org/wiki/Special:Redirect/file/Rouge.svg
**If that returns a 302, and the 302 is not for the current url (to avoid
loops) return that
**Otherwise return the 404 from swift (Bonus points for a more user-friendly
404 page)

[I don't know much about the bowels of varnish, so there may be things I'm
missing here]

-- 
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 65440] ApiClientInfo test exiting without error details

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65440

--- Comment #1 from Gerrit Notification Bot  ---
Change 133904 had a related patch set uploaded by Aude:
Add type hint in ApiClientInfo + fix test

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

-- 
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 65440] ApiClientInfo test exiting without error details

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65440

Gerrit Notification Bot  changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
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 65440] New: ApiClientInfo test exiting without error details

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65440

Bug ID: 65440
   Summary: ApiClientInfo test exiting without error details
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataClient
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: aude.w...@gmail.com
CC: wikidata-b...@lists.wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Wikibase tests are failing on master, exiting without any information.

Running in debug, the culprit is found to be ApiClientInfoTest due to changes
in core.

-- 
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 27488] Allow user scripts to load from position top

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27488

--- Comment #93 from Nux  ---
(In reply to Nemo from comment #92)
> (In reply to Helder from comment #91)
> > I think this is still open because gadgets are not user scripts, and user
> > scripts are not ResourceLoader modules (bug 34958).
> 
> Hm. Do we really want *more* ways to load scripts from top?

I think it's that or allow non-admins to create scripts which they can use and
support (i.e. tech admin rights).

Long time ago it was fun creating scripts which allowed to add any links in
tabs or user toolbar or even change layout. Currently this is not feasible.

-- 
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 61690] Add 360p, 160p Theora (.ogv) transcodes to TimedMediaHandler config

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61690

Bawolff (Brian Wolff)  changed:

   What|Removed |Added

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

--- Comment #13 from Bawolff (Brian Wolff)  ---
As far as I can tell, nothing more to do here. 360p and 180p are both in the
config.


There may be some additional issues with jobs being "lost" (See also bug
47312), but I think that would be a separate bug. Similarly changing how TMH
actually uses the options available to it should be a separate bug.

-- 
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 36166] OOM when generating 6000px wide thumb of large (baseline) jpeg

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36166

Bawolff (Brian Wolff)  changed:

   What|Removed |Added

   Priority|Normal  |Low

-- 
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 36166] OOM when generating 6000px wide thumb of large (baseline) jpeg

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36166

Bawolff (Brian Wolff)  changed:

   What|Removed |Added

 CC||bawolff...@gmail.com
Summary|Error generating image  |OOM when generating 6000px
   |thumbnail on Commons: Error |wide thumb of large
   |code: 137   |(baseline) jpeg

--- Comment #12 from Bawolff (Brian Wolff)  ---
Error code 137 = out of memory.

(In reply to Jasper Deng from comment #0)
> http://upload.wikimedia.org/wikipedia/commons/thumb/f/f6/
> Carbon_River_pano_01A.jpg/6565px-Carbon_River_pano_01A.jpg
> 
> Some sort of Guru meditation.

What's the use case for generating a 6000px wide thumbnail?

(In reply to earthsound from comment #10)
> I determined that I'd hit bug 17645, saved the file as a baseline optimized
> JPEG rather than progressive and now the thumbnails work. Sorry for the
> noise. 
> 
> Perhaps the images reported in this bug are saved similarly (progressive)?

Yep, that would do it. Progressive images are much more memory intensive to
scale.


Note: the Carbon river file is a baseline jpeg.

Honestly I don't find it that surprising that it runs out of memory when you
try to make a 66 megapixel thumbnail. I feel like this bug should be wontfixed
unless people have a compelling reason to need such huge thumbnails.

-- 
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 65386] Error: invalid magic word 'ns'

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65386

Tisza Gergő  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #4 from Tisza Gergő  ---
Actually it did, I was just running it on the wrong virtual machine. D'oh!
Thanks for the tip.

I suppose there is still some sort of bug that made this happen (maybe the
recent core issues with serialization?) but I have no idea how to reproduce, so
I'll just close as worksforme.

-- 
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 56631] File and description are uploaded to different pages

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56631

--- Comment #2 from Bawolff (Brian Wolff)  ---
Well that's super odd.

Unfortunately I'm not really sure if there's much I could do to actually
investigate this. Has it ever happened on other images?


It would be useful to include what sort of requests were made to the api during
upload of the image (unfortunately that's probably much beyond most users), or
any sort of indication of what the user did to make this happen. Maybe its some
sort of super odd race condition.

-- 
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 45296] CurrentUsers extension causes fatal error in 1.20.2: Call to undefined method User::isBot()

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45296

Quiddity  changed:

   What|Removed |Added

URL||https://www.mediawiki.org/w
   ||iki/Extension:CurrentUsers
 CC||pandiculat...@gmail.com

-- 
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 41371] Thumbnail/imagescaler (tracking)

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41371
Bug 41371 depends on bug 46243, which changed state.

Bug 46243 Summary: Requests for new thumbnail sizes never return
https://bugzilla.wikimedia.org/show_bug.cgi?id=46243

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

-- 
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 46243] Requests for new thumbnail sizes never return

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46243

Bawolff (Brian Wolff)  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||bawolff...@gmail.com
 Resolution|--- |WORKSFORME

--- Comment #4 from Bawolff (Brian Wolff)  ---
I can't reproduce this. This was also reported such a long time ago, there's a
good chance that the issue got fixed in the mean time.


Please re-open if this is still an issue. (Also please include urls for some
example thumbs that fail to render when reporting issues of this nature).

-- 
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 25302] Enable UserOptionStats extension on Hungarian Wikipedia

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25302

Quiddity  changed:

   What|Removed |Added

 CC||pandiculat...@gmail.com

--- Comment #18 from Quiddity  ---
The extension is at [[mw:Extension:UserOptionStats]]  (it doesn't seem to be
linked above).

This is a neat extension. If the basic implementation is easy (without graph),
that would be good to get going on all wikis. Everyone loves stats! (ymmv)

Eventualism for the eyecandy. 
Eventualism for the "active users" enhancement.

-- 
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 19288] Gadget usage statistics

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19288

Quiddity  changed:

   What|Removed |Added

 CC||liang...@gmail.com,
   ||pandiculat...@gmail.com

--- Comment #2 from Quiddity  ---
This exists!

(Use this date format: 2014-05-01)

Old version (works intermittently; can take up to 1 minute when it does work)
https://toolserver.org/~liangent/gadget_usage/

New version (broken, waiting for bug 58196 to be resolved)
http://tools.wmflabs.org/liangent-django/gadget_usage/



@liangent: I'd suggest adding the "total number of accounts" to the output.
Currently it takes 2 queries to do that, and it's nearly always a useful
comparison number.
I.e. The top item at Enwiki, has 9002 total users, and 1724 users active since
2014-05-01.

See also bug 25302 (as Helder linked), which aims to give stats for all
user-preferences, but also seeks to add a "limit to active users" option.

-- 
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 35925] Wikisource related bugs and enhancements (tracking)

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35925
Bug 35925 depends on bug 35895, which changed state.

Bug 35895 Summary: DjVu thumbs failing (fuzzy black image; 2144×3282px)
https://bugzilla.wikimedia.org/show_bug.cgi?id=35895

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

-- 
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 35895] DjVu thumbs failing (fuzzy black image; 2144×3282px)

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35895

Bawolff (Brian Wolff)  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #4 from Bawolff (Brian Wolff)  ---
This works for me. Page 340 at 600px displays the correct page even when
loading from esams. Re-open if you're still having issues


(In reply to Andre Klapper from comment #3)
> https://commons.wikimedia.org/wiki/File:Southern_Life_in_Southern_Literature.
> djvu?action=purge didn't help (yet).
>Summary: DjVu thumbs failing → DjVu thumbs failing (fuzzy black image; 
>2144×3282px)

The black fuzzy image on page 1 is the cover of the book. That's supposed to be
like that.

-- 
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 12360] Implement an extension similar to the LifeMarks - on the Hebrew Wikipedia

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12360

Andre Klapper  changed:

   What|Removed |Added

  Component|General/Unknown |Extensions requests
Product|MediaWiki   |MediaWiki extensions
 Whiteboard||aklapper-moreinfo

--- Comment #1 from Andre Klapper  ---
(In reply to yonidebest from comment #0)
> The Hebrew Wikipedia has a problem with dealing with dates and events (on
> year articles and date articles).

If this is still valid, can you please provide an example testcase, and
describe what the actual problem is, so others could understand?

-- 
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 61413] New instances are stuck in "The certificate retrieved from the master does not match the agent's private key."

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61413

--- Comment #8 from Andre Klapper  ---
(In reply to Andrew Bogott from comment #7)
> So far no one has claimed ownership of the 'nagios' project, which means it
> will probably be shut down in the migration

Do you know if this happened, and does this make this ticket obsolete?

-- 
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 45296] CurrentUsers extension causes fatal error in 1.20.2: Call to undefined method User::isBot()

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45296

Andre Klapper  changed:

   What|Removed |Added

Summary|CurrentUsers extension  |CurrentUsers extension
   |causes fatal error in   |causes fatal error in
   |1.20.2  |1.20.2: Call to undefined
   ||method User::isBot()
   Severity|blocker |critical

--- Comment #1 from Andre Klapper  ---
MediaWiki 1.20 is not supported anymore; but I guess this is still a problem in
1.22 or 1.21?

-- 
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 1289] Feature request: Category reverse sort by date

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1289

--- Comment #11 from Bawolff (Brian Wolff)  ---
(In reply to Quim Gil from comment #10)
> Considering that the original problem is solved (the Wikinews use case),
> that other solutions exist to solve this problem, and that including this
> feature in MediaWiki Core seems unlikely, can we close this report as
> wontfix?

Oh, I totally thought comment 4 was the original bug when making my last
comment. I'm actually not sure that the original bug is that unlikely to be
included in MediaWiki core. People on enwikipedia often say things like they
wish that maintenance categories could be sorted by date. If liangent's
category sorting branch ever gets merged, I think it would make sense to also
add this feature to his/her code. After all, at that point we would both have
an interface for it, as well as the database schema support for it. I think
this is a valid low-priority enhancement request.

-- 
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 63895] Change Sanskrit transliteration rules

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63895

--- Comment #30 from NehalDaveND  ---
Hi sorry f this late information ... 

shift+4 = द्य
shift+5 = ज्ञ
shift+6 = त्र
shift+7 = क्ष
shift+8 = श्र


we want this change definitely. But there is some more changes ...

1. in present script f = फ़् , but that should be फ् that is

-- 
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 1066] Please add cross-wiki talk page notification.

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1066

Quim Gil  changed:

   What|Removed |Added

Version|unspecified |master

--- Comment #19 from Quim Gil  ---
Sorry, I just wanted to define the version.

-- 
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 55829] lingo in ref-tag

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55829

s7ep...@gmail.com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from s7ep...@gmail.com ---
Fixed in I422650da84c07122451e19bf3424ad14f55d07af

-- 
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 1289] Feature request: Category reverse sort by date

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1289

Quim Gil  changed:

   What|Removed |Added

 CC||aklap...@wikimedia.org,
   ||dga...@wikimedia.org

--- Comment #10 from Quim Gil  ---
Considering that the original problem is solved (the Wikinews use case), that
other solutions exist to solve this problem, and that including this feature in
MediaWiki Core seems unlikely, can we close this report as wontfix?

-- 
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 41388] [Regression] DjVu size info not extracted, thumbs failing

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41388

--- Comment #10 from Bawolff (Brian Wolff)  ---
Umm, I get:

Original file ‎(2,839 × 4,078 pixels, file size: 79.16 MB, MIME type:
image/vnd.djvu, 1,410 pages) with a thumbnail, etc for the file from commons


The WikiLivres one looks broken, but that's probably due to a configuration
issue on their end (Probably $wgDjvuDump is set to the wrong thing or
something)

-- 
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 65294] Vector: Menu items that are hidden should not be made visible by collapsibleTabs

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65294

Bartosz Dziewoński  changed:

   What|Removed |Added

 Status|NEW |UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #1 from Bartosz Dziewoński  ---
I am tempted to WONTFIX this. This bug is actually a proposed way of solving
bug 65292 in VisualEditor and not a real bug in core. If a tab is supposed to
be treated as not being there, then it just should be removed from the DOM (and
bug 65292 has a pending patch that does this).

-- 
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 61167] Review and deploy Popups extension to Wikimedia wikis

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61167

Quiddity  changed:

   What|Removed |Added

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

-- 
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 26587] Show summary of target page in link tooltips

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26587

Quiddity  changed:

   What|Removed |Added

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

--- Comment #12 from Quiddity  ---
Hovercards is currently available as a Beta Feature on all wikis. 
https://www.mediawiki.org/wiki/Beta_Features/Hovercards
Please try it out, and give feedback on the talkpage there!

(bug 61167 tracks the deployment status)

-- 
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 54307] Watchlist icon does not match on desktop and mobile skin

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54307

Bartosz Dziewoński  changed:

   What|Removed |Added

Summary|Watchlist icon on does not  |Watchlist icon does not
   |match on desktop and mobile |match on desktop and mobile
   |skin|skin

-- 
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 65349] VisualEditor: On saving a page in the File: namespace the file preview is not reshown (until reload)

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65349

Alex Monk  changed:

   What|Removed |Added

 CC||kren...@wikimedia.org
   Assignee|jforrester+veteambztickets@ |kren...@wikimedia.org
   |wikimedia.org   |

-- 
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 65349] VisualEditor: On saving a page in the File: namespace the file preview is not reshown (until reload)

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65349

Gerrit Notification Bot  changed:

   What|Removed |Added

 Status|ASSIGNED|PATCH_TO_REVIEW

-- 
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 65349] VisualEditor: On saving a page in the File: namespace the file preview is not reshown (until reload)

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65349

--- Comment #1 from Gerrit Notification Bot  ---
Change 133897 had a related patch set uploaded by Alex Monk:
On file pages, only replace the (local) image description when saving

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

-- 
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 41388] [Regression] DjVu size info not extracted, thumbs failing

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41388

--- Comment #9 from Nemo  ---
(In reply to Bawolff (Brian Wolff) from comment #8)
> To clarify, is there anything still needing doing here?
> https://commons.wikimedia.org/wiki/File:Federal_Cases_28_extra.djvu looks
> fine to me.

The spacepre was fixed because it now says "0 × 0 pixel", but the DjVu is still
not rendered: no size information, no thumbnails. Okular reads it fine.

-- 
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 63895] Change Sanskrit transliteration rules

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63895

--- Comment #29 from NehalDaveND  ---
no there are no other rules for us... this is ultimate thing which we want...
Thank you..

-- 
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 41388] [Regression] DjVu size info not extracted, thumbs failing

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41388

Bawolff (Brian Wolff)  changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #8 from Bawolff (Brian Wolff)  ---
To clarify, is there anything still needing doing here?
https://commons.wikimedia.org/wiki/File:Federal_Cases_28_extra.djvu looks fine
to me.

-- 
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 64621] Reorganize "Wikipedia Apps" product

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64621

--- Comment #12 from Andre Klapper  ---
(In reply to Kunal Mehta (Legoktm) from comment #10)
> > 3. Extension:MobileApp
> IMO this should be in MediaWiki extensions -> MobileApp

I have no opinion on that - we just moved MobileFrontend from the "MediaWiki
extensions" to its own product to give it more visibility, and most users might
not find it. And most users might not be able to know on which level the issue
happens anyway, so this would need triaging.

> Where are we planning to put the bugs for the "legacy" apps? 

There is the "Unofficial Apps" product already.

-- 
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 65428] Fix "JQMIGRATE: Use of jQuery.fn.data('events') is deprecated" in TimedMediaHandler

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65428

--- Comment #1 from Tisza Gergő  ---
MwEmbedSupport/MwEmbedModules/MwEmbedSupport/jquery/jquery.triggerQueueCallback.js
On the first glance it looks like someone was trying to reinvent promises.

-- 
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 62858] Firefox 3.6: Clicking on proposal in search bar does not go to page

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62858

--- Comment #16 from jhma...@gmail.com ---
The fix is greatly appreciated. Thank you

-- 
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 65439] New: No Update of elasticsearch index when changing wiki

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65439

Bug ID: 65439
   Summary: No Update of elasticsearch index when changing wiki
   Product: MediaWiki extensions
   Version: REL1_22 branch
  Hardware: All
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: Unprioritized
 Component: CirrusSearch
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: key...@gmail.com
CC: dga...@wikimedia.org, innocentkil...@gmail.com,
neverett+bugzi...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

I noticed that my wiki (1.22.5) does not update the elasticsearch (1.1.1)
index. I now have to run 
 cd /var/www/wiki/extensions/CirrusSearch/maintenance
 php updateSearchIndexConfig.php --startOver
 php forceSearchIndex.php --forceUpdate
so that the search is up to date. Is this a known bug in the old 1.22 version?
I am on the "latest" version of CirrusSearch from February. The newer versions
are only for mw-"master" :-(.

-- 
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 65437] Moving a jpg file to .jpe should be forbidden

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65437

--- Comment #1 from Bawolff (Brian Wolff)  ---
More specificly we should probably limit file moves to names with extensions on
the whitelist. .jpe is actually a valid jpeg extension its just not on our
whitelist.

-- 
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 27488] Allow user scripts to load from position top

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27488

Nemo  changed:

   What|Removed |Added

   Keywords||performance
 Status|REOPENED|UNCONFIRMED
   Assignee|roan.katt...@gmail.com  |wikibugs-l@lists.wikimedia.
   ||org
 Ever confirmed|1   |0

--- Comment #92 from Nemo  ---
(In reply to Helder from comment #91)
> I think this is still open because gadgets are not user scripts, and user
> scripts are not ResourceLoader modules (bug 34958).

Hm. Do we really want *more* ways to load scripts from top?

-- 
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 34587] [collapsibleTabs] Collapsible tabs start collapsing from the wrong side first in RTL

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34587

Nemo  changed:

   What|Removed |Added

   Severity|normal  |major

--- Comment #3 from Nemo  ---
Hiding the most important features before the less important ones is definitely
a major loss in functionality.

-- 
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 700] Code quality issues (tracking)

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=700

Helder  changed:

   What|Removed |Added

 Depends on||65438

-- 
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 65438] New: Use of "tooltipAccessKeyRegexp" is deprecated. Use jquery.accessKeyLabel instead.

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65438

Bug ID: 65438
   Summary: Use of "tooltipAccessKeyRegexp" is deprecated. Use
jquery.accessKeyLabel instead.
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Keywords: javascript
  Severity: normal
  Priority: Unprioritized
 Component: VectorBeta
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: he7...@gmail.com
CC: jared.zimmer...@wikimedia.org,
jforres...@wikimedia.org
Blocks: 700
   Web browser: ---
   Mobile Platform: ---

Accessing
https://pt.wikipedia.org/wiki/Special:BlankPage?debug=1
causes this warning: "Use of "tooltipAccessKeyRegexp" is deprecated. Use
jquery.accessKeyLabel instead."

-- 
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 65431] Special:GiftManagerLogo image upload failure

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65431

Andre Klapper  changed:

   What|Removed |Added

 CC||aklap...@wikimedia.org

--- Comment #1 from Andre Klapper  ---
(In reply to Papaver Josepherum from comment #0)
> I fixed this locally

Hi! Thanks for investigating part of the problem(s)!
If you feel like providing a patch, you are welcome to use Developer access
  https://www.mediawiki.org/wiki/Developer_access
to submit this as a Git branch directly into Gerrit:
  https://www.mediawiki.org/wiki/Git/Tutorial
Putting your branch in Git makes it easier to review it quickly. If you don't
want to set up Git/Gerrit, you can also use
https://tools.wmflabs.org/gerrit-patch-uploader/
Thanks again!

-- 
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 55468] Update "Create account" / "login" buttons in ConfirmAccount

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55468

--- Comment #7 from Andre Klapper  ---
You are welcome to use Developer access
  https://www.mediawiki.org/wiki/Developer_access
to submit this as a patch (Git branch) directly into Gerrit:
  https://www.mediawiki.org/wiki/Git/Tutorial

Putting your branch in Git makes it easier to review it quickly. If you don't
want to set up Git/Gerrit, you can also use
https://tools.wmflabs.org/gerrit-patch-uploader/

-- 
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 65437] New: Moving a jpg file to .jpe should be forbidden

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65437

Bug ID: 65437
   Summary: Moving a jpg file to .jpe should be forbidden
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: File management
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: maic...@yahoo.com
CC: aarcos.w...@gmail.com, bawolff...@gmail.com,
bryan.tongm...@gmail.com, fflo...@wikimedia.org,
gti...@wikimedia.org, mtrac...@member.fsf.org
   Web browser: ---
   Mobile Platform: ---

Steps to rep.:
* Upload JPEG
* Move to _JPE_

Expected Result:
Error

Actual Result:
https://commons.wikimedia.org/w/index.php?title=File:CUceY8jXkqFg9JfwDUEB2eJq.jpe&action=history

-- 
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 63895] Change Sanskrit transliteration rules

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63895

Runa Bhattacharjee  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #28 from Runa Bhattacharjee  ---
Please confirm if the following 5 are the only mappings that have been
supported in the discussion at sa.wikipedia:

shift+4 = द्य
shift+5 = ज्ञ
shift+6 = त्र
shift+7 = क्ष
shift+8 = श्र

are there any other rule changes that are required?

-- 
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 58941] [tracking] Missing unit tests

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58941
Bug 58941 depends on bug 65013, which changed state.

Bug 65013 Summary: Test QueryGenerator.limit
https://bugzilla.wikimedia.org/show_bug.cgi?id=65013

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

-- 
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 64489] Clean up limit handling (data/api.py)

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64489
Bug 64489 depends on bug 65013, which changed state.

Bug 65013 Summary: Test QueryGenerator.limit
https://bugzilla.wikimedia.org/show_bug.cgi?id=65013

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

-- 
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 65013] Test QueryGenerator.limit

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65013

Merlijn van Deen  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

-- 
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 51521] VisualEditor: Broken OpenODBC browser plugin causes "application/iodbc" to be injected into the page

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51521

Alex Monk  changed:

   What|Removed |Added

   Keywords|upstream|

--- Comment #12 from Alex Monk  ---
Can't see a link to a bug filed upstream -> rm upstream keyword

-- 
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 65436] New: Cannot enter power of ten for quantity datatype

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65436

Bug ID: 65436
   Summary: Cannot enter power of ten for quantity datatype
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: benestar.wikime...@googlemail.com
CC: wikidata-b...@lists.wikimedia.org
   Web browser: ---
   Mobile Platform: ---

When trying to enter very big or small quantity values, one cannot use powers
of ten to do so. I tried 5*10^-9, 5e-9 and finally 0.5. At the first
one, I could not even click on save, for the second one I got the error
"Unknown unit: e" and when I entered the number with a decimal point, it
worked. However, when trying to enter -0.001004±0.23, the last digits of
both numbers are cut off.

-- 
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 55468] Update "Create account" / "login" buttons in ConfirmAccount

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55468

paladox2015  changed:

   What|Removed |Added

   Severity|enhancement |trivial

-- 
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 55468] Update "Create account" / "login" buttons in ConfirmAccount

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55468

--- Comment #6 from paladox2015  ---
hi please add the following to this
https://git.wikimedia.org/blob/mediawiki%2Fextensions%2FConfirmAccount/8371f282499d2f715a56ed18b6a9fa0b0e8e3e8b/frontend%2FConfirmAccountUI.hooks.php
please

the link is for request account and would be next to login 

$wgHooks['PersonalUrls'][] = 'onPersonalUrls';


function onPersonalUrls( array &$personal_urls, Title $title, SkinTemplate
$skin  ) {
// Add a link to Special:RequestAccount if a link exists for login
if ( isset( $personal_urls['login'] ) || isset( $personal_urls['anonlogin']
) ) {
$personal_urls['createaccount'] = array(
'text' => wfMessage( 'requestaccount' )->text(),
'href' => SpecialPage::getTitleFor( 'RequestAccount'
)->getFullURL()
);
}
return true;
}

and please also change this code in that link it will change the name of link
from login/create account to login 


   public static function setRequestLoginLinks( array &$personal_urls, &$title
) {


if ( isset( $personal_urls['anonlogin'] ) ) {


$personal_urls['anonlogin']['text'] = wfMessage( 'login'
)->escaped();


} elseif ( isset( $personal_urls['login'] ) ) {


$personal_urls['login']['text'] = wfMessage( 'login' )->escaped();


}


return true;


}

-- 
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 65434] Weird watchlist star animation on Firefox

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65434

--- Comment #4 from Gerrit Notification Bot  ---
Change 133895 had a related patch set uploaded by Bartosz Dziewoński:
mediawiki.page.watch.ajax: Disable watch link while waiting for API response

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

-- 
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 65434] Weird watchlist star animation on Firefox

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65434

--- Comment #3 from Gerrit Notification Bot  ---
Change 133894 had a related patch set uploaded by Bartosz Dziewoński:
vector: Suppress watch star focus outline when animating it

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

-- 
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 65434] Weird watchlist star animation on Firefox

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65434

Gerrit Notification Bot  changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
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 27488] Allow user scripts to load from position top

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27488

--- Comment #91 from Helder  ---
I think this is still open because gadgets are not user scripts, and user
scripts are not ResourceLoader modules (bug 34958).

-- 
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 65434] Weird watchlist star animation on Firefox

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65434

--- Comment #2 from Bartosz Dziewoński  ---
Assuming we want to keep the outline normally, the simplest fix for this would
be '#ca-unwatch.icon a.loading, #ca-watch.icon a.loading { outline: none; }'.
The watch star shouldn't really be clickable during the animation anyway
(although it currently is, which is a separate bug).

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


  1   2   3   >