[Bug 5992] MySQL-Search should sort results by relevance

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=5992

Quim Gil  changed:

   What|Removed |Added

   Priority|Low |Lowest
 CC||innocentkil...@gmail.com,
   ||neverett+bugzilla@wikimedia
   ||.org, q...@wikimedia.org

--- Comment #2 from Quim Gil  ---
Can this very old report be now seen under the light of Cirrus Search?

-- 
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 33835] Merge Special:ListFiles and Special:MIMESearch

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33835

Quim Gil  changed:

   What|Removed |Added

   Priority|Low |Lowest
 CC||q...@wikimedia.org

--- Comment #1 from Quim Gil  ---
"Lowest", reflecting the lack of activity in more than two years and the
apparent lack of current plans.

-- 
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 33235] let list=logevents use the new LogFormatter to format its output

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33235

Quim Gil  changed:

   What|Removed |Added

   Priority|Low |Lowest
 CC||q...@wikimedia.org

--- Comment #1 from Quim Gil  ---
"Lowest", reflecting the lack of activity in more than two years and the
apparent lack of current plans.

-- 
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 33659] User name autocompletion

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33659

Quim Gil  changed:

   What|Removed |Added

   Priority|Low |Lowest
 CC||q...@wikimedia.org

--- Comment #1 from Quim Gil  ---
"Lowest", reflecting the lack of activity in more than two years and the
apparent lack of current plans.

-- 
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 32184] Replace $.client.profile().name === 'msie' with feature detection in WikiEditor

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32184

Quim Gil  changed:

   What|Removed |Added

   Priority|Low |Lowest
 CC||q...@wikimedia.org

--- Comment #3 from Quim Gil  ---
"Lowest", reflecting the lack of activity in more than two years and the
apparent lack of current plans.

-- 
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 63836] Validation failure when uploading a new cohort

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63836

--- Comment #7 from Dan Andreescu  ---
This may be useful if someone else decides to debug:

milimetric@wikimetrics-staging1:/srv/wikimetrics$ sudo tail -f
/var/log/upstart/wikimetrics-queue.log
return self.run(*args, **kwargs)
  File "/srv/wikimetrics/wikimetrics/models/validate_cohort.py", line 21, in
async_validate
validate_cohort.run()
  File "/srv/wikimetrics/wikimetrics/models/validate_cohort.py", line 109, in
run
self.validate_records(session, cohort)
  File "/srv/wikimetrics/wikimetrics/models/validate_cohort.py", line 177, in
validate_records
validate_users(wikiusers, project, self.validate_as_user_ids)
  File "/srv/wikimetrics/wikimetrics/models/validate_cohort.py", line 270, in
validate_users
raise e
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe8' in position
13: ordinal not in range(128)


The problem is in wikimetrics/controllers/forms/cohort_upload.py:parse_username

Basically, character set handling in python 2.x is unfairly difficult and
seemingly randomly stops working.  We want to switch to python 3.x and I think
this is even more proof that we should

-- 
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 63842] `make kss` to build CSS documentation is broken

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63842

sp...@wikimedia.org changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 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 63836] Validation failure when uploading a new cohort

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63836

--- Comment #6 from Dan Andreescu  ---
Thanks for the bug report Tighe.

I tried to debug for an hour or so tonight and I have some progress but no
resolution.  Unfortunately I won't be able to get back to this until Monday or
Tuesday next week.

So, it's not the size of the cohort, wikimetrics accepts much larger cohorts
than the ones you're mentioning.  And the problem seems totally unrelated to
yesterday's bugs.  As far as I can tell, wikimetrics is choking on some
non-standard characters that show up in your cohort.  These shouldn't have
validated yesterday either, so I'm thinking somehow this file has changed since
then.  If that's not true, then I'm very puzzled because the code hasn't
changed at all and all the ghost process problems are gone.  Here's what I did:

I stripped any non-ascii character from your cohort and validated that, and
that worked fine.  about 80+ users were found valid.  That's obviously not a
solution but it goes to say that we're having strange character issues.

I will look into this in more depth and provide a fix early next week.  The
really strange thing is that I expressly tested these kinds of characters and
they worked, and they also work fine on my local machine.

-- 
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 51985] Basic tour for 'own work' UploadWizard upload

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51985

Matthew Flaschen  changed:

   What|Removed |Added

 Blocks|48507   |
 Depends on||48507
Summary|shouldSkip listeners for|Basic tour for 'own work'
   |UploadWizard|UploadWizard upload

--- Comment #1 from Matthew Flaschen  ---
The dependency was backward.  Also, given the new in-progress API (which puts
more responsibility on the tour to say what it needs to listen to), I'm
repurposing this as a bug for a basic tour itself. (It is possible to do more
than one, e.g. one for multiple uploads, and another for PD government, etc.,
but this just covers "own work" as an initial demonstration).

-- 
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 48507] mw.hook listeners for GuidedTour for shouldSkip

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48507

Matthew Flaschen  changed:

   What|Removed |Added

 Blocks||51985
 Depends on|51985   |

-- 
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 44195] wikieditor-toolbar-help-content-*-result: Unknown operation "ns"

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44195

Jason Quinn  changed:

   What|Removed |Added

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

--- Comment #4 from Jason Quinn  ---
I just checked the CS Wikipedia and got

  Uživatelské jméno 23. 6. 2009, 10:43 (UTC)

and

  Uživatelské jméno

for the help messages rather than the error strings in the screenshot. I'm
going to mark it as resolved and 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 38638] Interface messages needing rewording or documentation and other issues with existing messages (tracking)

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38638

Bug 38638 depends on bug 44195, which changed state.

Bug 44195 Summary: wikieditor-toolbar-help-content-*-result: Unknown operation 
"ns"
https://bugzilla.wikimedia.org/show_bug.cgi?id=44195

   What|Removed |Added

 Status|NEW |RESOLVED
 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 63822] auto-add additional mediawiki template parameters as creator template values

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63822

--- Comment #1 from Gerrit Notification Bot  ---
Change 125552 had a related patch set uploaded by Dan-nl:
auto-add additional mediawiki template parameters as creator template values

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

-- 
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 63822] auto-add additional mediawiki template parameters as creator template values

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63822

Gerrit Notification Bot  changed:

   What|Removed |Added

 Status|UNCONFIRMED |PATCH_TO_REVIEW
 Ever confirmed|0   |1

-- 
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 63846] New: Tooltip on "Article" tab sometimes does not match tooltip on "Talk" tab depending on namespace

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63846

Bug ID: 63846
   Summary: Tooltip on "Article" tab sometimes does not match
tooltip on "Talk" tab depending on namespace
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: trivial
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: jason_qu...@yahoo.com
   Web browser: ---
   Mobile Platform: ---

On an article in MAIN space, the tooltip when the mouse hovers over the Article
and Talk tabs are, respectively:

  View the content page [alt-shift-c]
  Discussion about the content page [alt-shift-t]

In TEMPLATE space we have

  View the template [alt-shift-c]
  Discussion about the content page [alt-shift-t]

In MEDIAWIKI namespace:

  View the system message [alt-shift-c]
  Discussion about the content page [alt-shift-t]

In USER namespace:

  View the system message [alt-shift-c
  Discussion about the content page [alt-shift-t]

and so on. Clearly somebody thought it would be a good idea to customize the
tooltip for the Article tab based on namespace but forgot to make the Talk
page's message match.

There are two possible solutions:

1) Make them match or,
2) Do not customize the messages in the first place.

I'm thinking that solution #2 is a good one. If the messages were just:

  View the content page [alt-shift-c]
  Discussion about the content page [alt-shift-t]

for all namespaces, I don't see any major problem. I think "content" can be
interpreted as meaning more than just *article* content; so the need for the
messages to be different may not exist in the first place. Plus, it's only
clear where the "c" in the keyboard accelerator comes from "content page".
Getting rid of the specialized messages would be an easy way to simplify the
code-base a tiny bit.

-- 
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 63844] in the new typography h3 is more noticeable then h2

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63844

--- Comment #2 from dalilonim  ---
i think my first comment vanished: in the new typography h3 is more noticeable
then h2. screenshot: File:H3 more has more presence then h2.png

-- 
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 57473] MassMessage should support using a category as an input list

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57473

Kunal Mehta (Legoktm)  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|wikibugs-l@lists.wikimedia. |wctai...@gmail.com
   |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 63844] in the new typography h3 is more noticeable then h2

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63844

--- Comment #1 from dalilonim  ---
we probably have a problem with the text size in general - it seems it doesn't
suit the definition. but i donot know how to show that. i believe in the
screenshot i caught the css window so maybe it'll help u estimate that. tnx
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 57473] MassMessage should support using a category as an input list

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57473

--- Comment #10 from Gerrit Notification Bot  ---
Change 120334 merged by jenkins-bot:
Add ability to deliver to all pages in a category

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

-- 
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 63842] `make kss` to build CSS documentation is broken

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63842

--- Comment #2 from Gerrit Notification Bot  ---
Change 125550 abandoned by Spage:
Fix styleguide generation

Reason:
already fixed by gerrit 125511

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

-- 
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 63821] login error

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63821

Jon  changed:

   What|Removed |Added

 Status|NEW |UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #4 from Jon  ---
Please do not change status fields - see
https://www.mediawiki.org/wiki/Bug_management/Bugzilla_etiquette
I marked as unconfirmed as we are currently able to replicate this and identify
the problem. Back to my last question, is this still happening to you? If so
are there steps you can use to reliably replicate it? Whilst it is only the
MobileFrontend product it is unconfirmed. If we can replicate it and get to the
bottom of it we can move it to another component and change the status there.

Adding Chris Steipp who may be able to comment on whether this was a one off
and how it may have effected people.

PS. FYI the priority field is pretty much ignored on the MobileFrontend
extension so setting it won't have any impact on planning or getting it
resolved. I hadn't even noticed you'd set it so high until you just pointed it
out.

-- 
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 63845] New: new typography problem - in zooming text proportion is lost

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63845

Bug ID: 63845
   Summary: new typography problem - in zooming text proportion is
lost
   Product: OOjs UI
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: Unprioritized
 Component: General
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: dali...@hotmail.com
CC: jforres...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Intention:
nothing - it is one of the new typography problems in hebrew wiki



Expected Results:  
to have a better interface and design. its a bug. 

Reproducible: Didn't try

(im using the vector). in each zoom the different kida text change in a
different, for example, proportion lose shows in headers irregular change like
in one zoom they r smaller then content or resemble content text.. here r some 
screenshots: [[File:Zoom1-new-vers.png|thumb|Typography refresh - h4 smaller
then body text (content) - zoom lose of proportion]]
[[File:Zoom2-new-vers.png|thumb|Typography refresh - h3 seems like bold body
text (content) - zoom lose of proportion]] [[File:Zoom1-pics text size and side
bar text size - new-vers.png|thumb|Typography refresh - pics text as body text,
side bar buttons bit smaller - comper to next zoom to see lose of proportion
(file:Zoom2-pics text size and side bar text size - new-vers)]]
[[File:Zoom2-pics text size and side bar text size -
new-vers.png|thumb|Typography refresh - pics text and side bar buttons r XXS,
body text almost didnt change - comper to prev zoom to see lose of proportion
(file:Zoom1-pics text size and side bar text size - new-vers)]]. tnx

-- 
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 63842] `make kss` to build CSS documentation is broken

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63842

--- Comment #1 from Gerrit Notification Bot  ---
Change 125550 had a related patch set uploaded by Spage:
Fix styleguide generation

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

-- 
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 63842] `make kss` to build CSS documentation is broken

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63842

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 63844] New: in the new typography h3 is more noticeable then h2

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63844

Bug ID: 63844
   Summary: in the new typography h3 is more noticeable then h2
   Product: OOjs UI
   Version: unspecified
  Hardware: All
   URL: https://commons.wikimedia.org/wiki/File:H3_more_has_mo
re_presence_then_h2.png
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: Unprioritized
 Component: General
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: dali...@hotmail.com
CC: jforres...@wikimedia.org
   Web browser: Google Chrome
   Mobile Platform: ---

Reproducible: Didn't try

vector

-- 
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 63843] New: times new roman font appear though not suppose to

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63843

Bug ID: 63843
   Summary: times new roman font appear though not suppose to
   Product: OOjs UI
   Version: unspecified
  Hardware: All
   URL: https://commons.wikimedia.org/wiki/File:Typography_ref
resh_-_Times_new_roman_header_-_new-vers.png
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: Unprioritized
 Component: General
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: dali...@hotmail.com
CC: jforres...@wikimedia.org
   Web browser: Google Chrome
   Mobile Platform: ---

Intention:
its just the new Typography design problems. its a constant problem



Expected Results:  
to be fixed

Reproducible: Didn't try

no skin - vector... [[File:Typography refresh - Times new roman header -
new-vers.png|thumb|Typography refresh - Times new roman header font family
shouldn't appear]]

-- 
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 63821] login error

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63821

John Mark Vandenberg  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #3 from John Mark Vandenberg  ---
Why unconfirming a bug?  If it isnt your department, it can be moved to a
different component.

If it was due to the operations response, this is not the first time that
passwords have been reset by the WMF, and it wont be the last.  The bug exists.
 It needs to be fixed so it doesnt happen next time.

If you dont think it will be affecting a large number of people (do you have
logs to see whether occurrence of this response has spiked?), drop the
priority.

-- 
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 61861] VisualEditor: Show something (other than a blank page) when editing a page with a redirect

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61861

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 63842] New: `make kss` to build CSS documentation is broken

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63842

Bug ID: 63842
   Summary: `make kss` to build CSS documentation is broken
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Documentation
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: sp...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

gerrit Id5ead1453 reorganized resources, moving the Makefile and template for
generating a style guide from CSS and LESS files to docs/kss. It's broken.
Patch coming.

-- 
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 59868] VisualEditor: Document selection should be nullable

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59868

--- Comment #6 from Gerrit Notification Bot  ---
Change 124359 merged by jenkins-bot:
Detect document focus properly and allow null selection in model

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

-- 
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 63841] Enable VisualEditor on the French Wikinews users preferences

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63841

Roan Kattouw  changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com

--- Comment #2 from Roan Kattouw  ---
(In reply to Gerrit Notification Bot from comment #1)
> Change 125538 had a related patch set uploaded by Catrope:
> Enable VisualEditor on French Wikinews
> 
> https://gerrit.wikimedia.org/r/125538
Scheduled for deployment on Monday April 14 at 23:00 UTC (Tuesday 01:00 CEST).

-- 
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 61861] VisualEditor: Show something (other than a blank page) when editing a page with a redirect

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61861

Alex Monk  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW
 CC||kren...@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 37764] InstantCommons doesn't display DjVu on some installs

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37764

--- Comment #12 from Gerrit Notification Bot  ---
Change 99544 merged by jenkins-bot:
Make DjVu metadata be stored as serialized PHP array.

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

-- 
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 56597] hhvm unable to open php://stdin

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56597

--- Comment #9 from Gerrit Notification Bot  ---
Change 125435 merged by jenkins-bot:
Revert "Work around HHVM bug with stdin/stdout in proc_open()"

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

-- 
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 63841] Enable VisualEditor on the French Wikinews users preferences

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63841

--- Comment #1 from Gerrit Notification Bot  ---
Change 125538 had a related patch set uploaded by Catrope:
Enable VisualEditor on French Wikinews

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

-- 
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 63841] Enable VisualEditor on the French Wikinews users preferences

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63841

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 27411] Search Suggest bugs (tracking)

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27411

Bug 27411 depends on bug 59172, which changed state.

Bug 59172 Summary: Search suggestions cause performance hit on slower machines
https://bugzilla.wikimedia.org/show_bug.cgi?id=59172

   What|Removed |Added

 Status|RESOLVED|REOPENED
 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 59172] Search suggestions cause performance hit on slower machines

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59172

Connor Behan  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #15 from Connor Behan  ---
The backspace issue is still there on the beta wiki, sorry.

-- 
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 60939] Please enable ULS webfonts by default at Hebrew Wikisource

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60939

dalilonim  changed:

   What|Removed |Added

 CC||dali...@hotmail.com

--- Comment #9 from dalilonim  ---
hello, im new to these pages but if i understand right i would like to comment
that adding a personal css code is not the solution we seek. we want our
readers also to get a better interface. as i understood there shouldn't be any
Times New Roman font but the font still appears on screen as well as in css
font families, and it doesn't merge with the rest. if i didn't understood the
suggestion, i apologies.  i've been asked to file a report. i hope im in the
right page ^_^ 
tnx,


-- 
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 60619] have all repositories to pass jshint test (tracking)

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60619

Bug 60619 depends on bug 63805, which changed state.

Bug 63805 Summary: MediaWiki core should pass jshint
https://bugzilla.wikimedia.org/show_bug.cgi?id=63805

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID

-- 
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 63805] MediaWiki core should pass jshint

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63805

Krinkle  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID

--- Comment #4 from Krinkle  ---
I think this was created because of the jshint error reported on this change:

 https://gerrit.wikimedia.org/r/#/c/125337/

That change didn't change javascript files, so the error must've been in
mediawiki-core and thus one would assume therefore MediaWiki core master is not
passing jshint.

However that is not the case.

The change in question was submitted by a user not in the CR whitelist, and
thus the non-executive version of jshint was run instead of the one we run on
merge.

Our main version has been upgraded to 2.4.x a while back and that added an
option for es3/es5. The old version does not understand this option and thus
treated files with this option as an error.

The V+1 checkpieline's jshint has been upgraded since (did that yesterday), and
this error no longer appears.

Either way, the pipeline that ran on CR+2 never had this error and thus master
was always passing.

-- 
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 63805] MediaWiki core should pass jshint

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63805

Krinkle  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |NEW
 CC||krinklem...@gmail.com

--- Comment #3 from Krinkle  ---
MediaWiki core has passed jshint for over a year. This bug seems invalid or
based on a misunderstanding.

-- 
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 63841] New: Enable VisualEditor on the French Wikinews users preferences

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63841

Bug ID: 63841
   Summary: Enable VisualEditor on the French Wikinews users
preferences
   Product: Wikimedia
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Site requests
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: hubert.bos...@gmail.com
CC: benap...@gmail.com,
bugzilla+org.wikime...@tuxmachine.com,
dereck...@espace-win.org, johnflewi...@gmail.com,
tom...@twkozlowski.net, wikimedia.b...@snowolf.eu
   Web browser: ---
   Mobile Platform: ---

After two weeks of vote we've just deliberated in favor of the Visual Editor
activation for the logged users who want to tick it only:
https://fr.wikinews.org/wiki/Wikinews:Prise_de_d%C3%A9cision/Installation_de_l%27%C3%A9diteur_visuel.

Thank you for your work.

-- 
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 63839] Wikitech search not returning anything (blank page)

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63839

--- Comment #2 from Chad H.  ---
I'm inclined to remove Cirrus from wikitech until it can be properly managed
from the cluster...

-- 
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 63840] Selected text in TextInputWidget is hard to read on Chrome on Linux

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63840

--- Comment #2 from Tisza Gergő  ---
Created attachment 15087
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=15087&action=edit
TextInputWidget with selected text, with text-shadow disabled

-- 
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 63840] Selected text in TextInputWidget is hard to read on Chrome on Linux

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63840

--- Comment #1 from Tisza Gergő  ---
Created attachment 15086
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=15086&action=edit
TextInputWidget with selected text, default look

-- 
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 63840] New: Selected text in TextInputWidget is hard to read on Chrome on Linux

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63840

Bug ID: 63840
   Summary: Selected text in TextInputWidget is hard to read on
Chrome on Linux
   Product: OOjs UI
   Version: unspecified
  Hardware: PC
OS: Linux
Status: NEW
  Severity: trivial
  Priority: Unprioritized
 Component: General
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: gti...@wikimedia.org
CC: jforres...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

OOjs UI adds a white text shadow to the TextInputWidget. This is normally
invisible (since it's on a white background) but looks very ugly on Chrome on
Linux when the text is selected, since selected text has white color and the
shadow distorts the characters. Seen on Chrome 33 on Ubuntu 13.10, in the Use
this file > Embed > HTML menu in MediaViewer.

-- 
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 59141] Get OAuth working in beta

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59141

Bryan Davis  changed:

   What|Removed |Added

 Depends on||63538

-- 
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 63538] enable SSL/https support again

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63538

Bryan Davis  changed:

   What|Removed |Added

 Blocks||59141

-- 
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 63839] Wikitech search not returning anything (blank page)

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63839

Greg Grossmeier  changed:

   What|Removed |Added

   Priority|Unprioritized   |Highest
 CC||g...@wikimedia.org,
   ||innocentkil...@gmail.com,
   ||neverett+bugzilla@wikimedia
   ||.org, o...@wikimedia.org,
   ||s...@reedyboy.net

--- Comment #1 from Greg Grossmeier  ---
(bah, fail at comment0)

Go to wikitech.wikimedia.org, search for something, see nothing

https://wikitech.wikimedia.org/w/index.php?search=wat&title=Special%3ASearch&go=Go

-- 
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 59141] Get OAuth working in beta

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59141

Chris Steipp  changed:

   What|Removed |Added

Summary|Make|Get OAuth working in beta
   |meta.wikimedia.beta.wmflabs |
   |.org the central OAuth wiki |

--- Comment #4 from Chris Steipp  ---
It would be nice to eventually get OAuth working in beta.

Right now deployment.wikimedia.beta.wmflabs.org is the central wiki, but
because we have $wgMWOAuthSecureTokenTransfer=true, the OAuth pages redirect to
https, which doesn't work in beta. So it's still not possible for anyone to
register new applications in beta, which was the overall purpose of my original
report.

I updated the title to reflect that.

-- 
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 63538] enable SSL/https support again

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63538

Bryan Davis  changed:

   What|Removed |Added

 Blocks||51494

-- 
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 62835] Setup a Swift cluster to match production

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62835

Bryan Davis  changed:

   What|Removed |Added

 Blocks||51494

-- 
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 51494] Use Beta cluster as a true canary for code deployments (tracking)

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51494

Bryan Davis  changed:

   What|Removed |Added

 CC||bda...@wikimedia.org
 Depends on||62836, 60058, 57583, 62835,
   ||63538, 52357

-- 
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 57583] Make deployment prep have continuous replication lag

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57583

Bryan Davis  changed:

   What|Removed |Added

 Blocks||51494

-- 
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 52357] Set up graphite monitoring for the beta cluster

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52357

Bryan Davis  changed:

   What|Removed |Added

 Blocks||51494

-- 
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 60058] implement master-slave DB for beta labs

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60058

Bryan Davis  changed:

   What|Removed |Added

 Blocks||51494

-- 
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 62836] Make use of twemproxy

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62836

Bryan Davis  changed:

   What|Removed |Added

 Blocks||51494

-- 
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 59141] Make meta.wikimedia.beta.wmflabs.org the central OAuth wiki

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59141

Bryan Davis  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |NEW
 CC||bda...@wikimedia.org

--- Comment #3 from Bryan Davis  ---
Chris, is this issue still valid?

-- 
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 59172] Search suggestions cause performance hit on slower machines

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59172

--- Comment #14 from Bartosz Dziewoński  ---
Yah, I just noticed :/ Thankfully the code should be deployed on the labs beta
cluster, e.g. http://en.wikipedia.beta.wmflabs.org/wiki/Main_Page – you can
test there as well.

-- 
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 56597] hhvm unable to open php://stdin

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56597

Aaron Schulz  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 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 61861] VisualEditor: Show something (other than a blank page) when editing a page with a redirect

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61861

Alex Monk  changed:

   What|Removed |Added

   Assignee|kren...@gmail.com   |jforrester+veteambztickets@
   ||wikimedia.org

--- Comment #3 from Alex Monk  ---
I spoke to Roan about what I would need to know to do this today. After some
explanation we realised that this relies on meta items (e.g. redirects) having
the possibility of being visible (at the moment they are just stripped from the
model data so we don't know where they are). That is somewhere on his work list
but he is not particularly close to starting it.

Also, I thought for a moment that since a valid redirect must be in a certain
position (at the top of the document - if it's under something else then it's
actually just a list element starting with 'redirect' and with a link to the
target page), we could perhaps rely on that to make it visible. But I suspect
that would be a pretty ugly solution.

When checking that I was right about the valid positioning of redirects, I
found that Parsoid implements redirects wrong (or rather, differently to
MediaWiki core's parser): it seems quite happy to accept a redirect that is
anywhere in the document.

-- 
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 63838] Create a simple GeoIP extension to expose a location interface

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63838

--- Comment #1 from Aaron Schulz  ---
They of course can use method_exists() switches.

-- 
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 63838] New: Create a simple GeoIP extension to expose a location interface

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63838

Bug ID: 63838
   Summary: Create a simple GeoIP extension to expose a location
interface
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: [other]
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: aschulz4...@gmail.com
   Web browser: ---
   Mobile Platform: ---

a) Create a simple extension to explose location data for use by extensions.
This can use the Varnish cookies we already set. 

b) Callers to be update are in:
DonationInterface, LandingCheck, and FundraiserLandingPage

-- 
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 62990] Investigate porting GeoIP for HHVM or using GeoIP2-php

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62990

Aaron Schulz  changed:

   What|Removed |Added

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

--- Comment #2 from Aaron Schulz  ---
Actually it would probably make more sense to just not use this. There are 3
extensions that use getip_* methods:

aaron@aaron-notebook-hdx:/var/www/CephWiki/core (master)$ grep -r geoip_
extensions/
extensions/DonationInterface/gateway_common/DonationData.php:  
if ( function_exists( 'geoip_country_code_by_name' ) ) {
extensions/DonationInterface/gateway_common/DonationData.php:  
$country = @geoip_country_code_by_name( $ip );
extensions/LandingCheck/SpecialLandingCheck.php:if ( !$country
&& function_exists( 'geoip_country_code_by_name' ) ) {
extensions/LandingCheck/SpecialLandingCheck.php:   
$country = geoip_country_code_by_name( $ip );
extensions/FundraiserLandingPage/FundraiserRedirector.body.php:
if ( function_exists( 'geoip_country_code_by_name' ) ) {
extensions/FundraiserLandingPage/FundraiserRedirector.body.php:
$country = geoip_country_code_by_name( $ip );

After discussing this with Ori, we thought it best to just make a GeoIP
MediaWiki extension that uses the geo location cookies set by Varnish and
exposes a simple PHP class for fetching this info.

-- 
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 61397] allow `sudo -u vagrant ` on labs-vagrant

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61397

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 61397] allow `sudo -u vagrant ` on labs-vagrant

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61397

--- Comment #1 from Gerrit Notification Bot  ---
Change 125523 had a related patch set uploaded by BryanDavis:
labs_vagrant: Allow wikidev group to sudo as vagrant

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

-- 
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 59172] Search suggestions cause performance hit on slower machines

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59172

--- Comment #13 from Connor Behan  ---
Since you mentioned the second issue (backspace), I have been trying to test it
but the testwiki gives a server error. I hope you can get it back online.

-- 
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 45706] shell wrapper to connect to databases

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45706

Bryan Davis  changed:

   What|Removed |Added

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

-- 
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 63803] `sql` does not work on deployment-prep

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63803

Bryan Davis  changed:

   What|Removed |Added

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

--- Comment #5 from Bryan Davis  ---
Bug 45706 apparently still applies as well:

$ sql metawiki
ERROR 1045 (28000): Access denied for user 'wikiadmin'@'10.68.16.58' (using
password: YES)

-- 
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 46359] use XFS for varnish

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46359

Bryan Davis  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 CC||bda...@wikimedia.org
 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 62966] fixdoubleredirects script doesn't set title for Context

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62966

--- Comment #9 from Gerrit Notification Bot  ---
Change 125445 abandoned by MarkAHershberger:
Provide RequestContext from fixDoubleRedirects

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

-- 
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 62966] fixdoubleredirects script doesn't set title for Context

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62966

--- Comment #7 from Gerrit Notification Bot  ---
Change 125448 abandoned by MarkAHershberger:
Provide RequestContext from fixDoubleRedirects

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

-- 
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 62966] fixdoubleredirects script doesn't set title for Context

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62966

--- Comment #8 from Gerrit Notification Bot  ---
Change 125446 abandoned by MarkAHershberger:
Provide RequestContext from fixDoubleRedirects

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

-- 
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 63790] Errors from RT testing

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63790

--- Comment #3 from Arlo Breault  ---
Where this stands:

The last one is fixed on master.
The first is most of the way there with
https://gerrit.wikimedia.org/r/#/c/125514/

Haven't looked at the other two yet.

-- 
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 42532] Mediawiki:Common.js loading slowly/late

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42532

--- Comment #11 from Dennis C. During  ---
(In reply to Andre Klapper from comment #10)
> I don't see any slow loading on https://en.wiktionary.org/wiki/free
> nowadays, less than three seconds (cold; without cache; Firefox 27; no
> custom CSS/JS).
> 
> Is this still a problem?

It has sporadically occurred perhaps a dozen times this past year at English
Wiktionary, sometimes affecting many users over many hours or a few days,
sometimes for shorter intervals or for fewer users. It may be the product of
something Wiktionary-specific as there has been lots of tinkering going on, by
persons are varying technical capabilities, all however having capabilities
exceeding mine. 

We seem to have some very ambitious ways of handling languages and scripts
because of the peculiar needs of a dictionary that seeks to include "all words
in all languages" in the native scripts of each. But use of very large
Lua/Scribunto modules and data table has improved loading performance of
entries such as that for "water". I don't know in what technical ways we differ
peculiarly from other wikis, even from other wiktionaries. 

You are stuck with my naive reporting because those more capable seem to get
more frustrated in dealing with WM.

-- 
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 63837] Allow users to invalidate temporary password

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63837

--- Comment #1 from Andre Klapper  ---
Why would it be useful?

-- 
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 62614] Problem with getMobileToken in MobileContext causing browser tests to fail

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62614

--- Comment #62 from Chris McMahon  ---
For reference, history: 
http://git.wikimedia.org/history/mediawiki%2Fextensions%2FMobileFrontend/f7180dc297b958a27920a88348db27104eaf10e5/includes%2FMobileContext.php;jsessionid=7rk483w9yc4w15fi1z5t8bd05

and change to MobileContext: 

http://git.wikimedia.org/blobdiff/mediawiki%2Fextensions%2FMobileFrontend/27e463c35c202607fe3023fc020c76ef41c13cd8/includes%2FMobileContext.php

-- 
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 63834] Add Extension:Petition to Bugzilla

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63834

Andre Klapper  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|wikibugs-l@lists.wikimedia. |aklap...@wikimedia.org
   |org |

--- Comment #1 from Andre Klapper  ---
Created

-- 
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 63746] Use scap to deploy on apaches

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63746

--- Comment #6 from Gerrit Notification Bot  ---
Change 125515 had a related patch set uploaded by BryanDavis:
Make logging destinations configurable

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

-- 
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 62614] Problem with getMobileToken in MobileContext causing browser tests to fail

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62614

--- Comment #61 from Jon  ---
There have been 8708 hits to this error in the last 30 days on our production
wikis.

-- 
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 63836] Validation failure when uploading a new cohort

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63836

--- Comment #5 from Tighe  ---
Created attachment 15085
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=15085&action=edit
Tighe's cohort CSV

Some of the usernames will be invalid (known issue to me), but most should be
valid and should not result in validation:FAILURE

-- 
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 63836] Validation failure when uploading a new cohort

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63836

--- Comment #4 from Toby Negrin  ---
Hi Tighe -- do we have the cohorts?

thanks,

-Toby

-- 
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 63836] Validation failure when uploading a new cohort

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63836

--- Comment #3 from Tighe  ---
Created attachment 15084
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=15084&action=edit
screenshot of error message

Same cohort uploaded yesterday and validated successfully.

-- 
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 63836] Validation failure when uploading a new cohort

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63836

--- Comment #2 from Bingle  ---
Prioritization and scheduling of this bug is tracked on Mingle card
https://wikimedia.mingle.thoughtworks.com/projects/analytics/cards/cards/1539

-- 
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 63836] Validation failure when uploading a new cohort

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63836

Tighe  changed:

   What|Removed |Added

 CC||tflana...@wikimedia.org

--- Comment #1 from Tighe  ---
I'm having a similar problem when I test upload a cohort. I uploaded my cohort
yesterday and it worked (after Dan fixed my other problem). I upload the same
cohort today and get "validation: FAILURE". Is it because of the size of the
cohort? Pete's is 100+ and mine is 400+

(In reply to Pete F from comment #0)
> I am trying to upload a cohort of 103 users and get a "validation failure"
> bug. I was successful with a subset of 4 users, but not with larger subsets
> (I tried splitting into two and uploading each "half" and still got
> validation failures).

-- 
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 63837] New: Allow users to invalidate temporary password

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63837

Bug ID: 63837
   Summary: Allow users to invalidate temporary password
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Email
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: vituzzu.w...@gmail.com
   Web browser: ---
   Mobile Platform: ---

It would be useful to allow users to invalidate temporary password sent by
"account details" feature from a second link within the same email. It's a
common feature for many CMSes which doesn't seem to have any drawback.

-- 
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 63836] New: Validation failure when uploading a new cohort

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63836

Bug ID: 63836
   Summary: Validation failure when uploading a new cohort
   Product: Analytics
   Version: unspecified
  Hardware: All
OS: Linux
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Wikimetrics
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: pete.public.em...@gmail.com
CC: christ...@quelltextlich.at, dandree...@wikimedia.org,
kle...@wikimedia.org, nu...@wikimedia.org,
tneg...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

I am trying to upload a cohort of 103 users and get a "validation failure" bug.
I was successful with a subset of 4 users, but not with larger subsets (I tried
splitting into two and uploading each "half" and still got validation
failures).

-- 
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 63835] Cap size of files within packages

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63835

Lee Worden  changed:

   What|Removed |Added

   Assignee|tdero...@gmail.com  |worden@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 63835] New: Cap size of files within packages

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63835

Bug ID: 63835
   Summary: Cap size of files within packages
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: MultiUpload
  Assignee: tdero...@gmail.com
  Reporter: worden@gmail.com
   Web browser: ---
   Mobile Platform: ---

It's possible for a small .zip file to expand to arbitrarily large content
files.  This opens a DOS vector in this extension's upload-and-unpack feature.

It can use unzip -l or equivalent (and tar -t or equivalent for tar files) to
find out how large the package's contents are before unpacking it, and refuse
oversize content.

-- 
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 63508] Hovercards: cards should respect typography of the wiki

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63508

--- Comment #3 from Dan Garry  ---
(In reply to Vibha Bamba from comment #2)
> Prateek and I have discussed this. Respecting the typography will
> significantly increase the size of the layout. Will review with Jared before
> resolution.

I actually filed this bug on the advice of Jared (an email he sent on 3rd April
2014 at 19:00).

Ultimately, I feel this is primarily a design decision so it's up to you how to
proceed. I'll support your decision, whatever it 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 58585] Allow contributors to update their own details in tech metrics directly

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58585

--- Comment #21 from Vinay Raghavan  ---
Alvaro, I've created a small Django application to edit identities. I have
hosted it on my VPS: http://wie.sahyadrivps.webfactional.com/editor/login/.
The source can be found on my github account:
https://github.com/vinayraghavan/WikiMedia-Identities

Let me know if there are any changes to be done.

[ I didn't understand the last part "select one or more as yours and store them
in the db associated with you" ]

-- 
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 58429] Translation pages: display outdated translations as such, without removing them

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58429

PiRSquared17  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||pirsquare...@gmail.com

-- 
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 63834] New: Add Extension:Petition to Bugzilla

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63834

Bug ID: 63834
   Summary: Add Extension:Petition to Bugzilla
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Bugzilla
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: pcoo...@wikimedia.org
CC: aklap...@wikimedia.org, s...@reedyboy.net
   Web browser: ---
   Mobile Platform: ---

Please add Petition extension
(https://www.mediawiki.org/wiki/Extension:Petition) as a subcomponent of
Mediawiki extensions. This is for a project being undertaken by the WMF
Fundraising team. I will be the only cc for bugmail for now.

-- 
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 59172] Search suggestions cause performance hit on slower machines

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59172

Bartosz Dziewoński  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|wikibugs-l@lists.wikimedia. |matma@gmail.com
   |org |
   Target Milestone|--- |1.23.0 release

--- Comment #12 from Bartosz Dziewoński  ---
I'm going to assume this fixed the second issue as well, because if it didn't
then I have no idea what to do ;)

Connor, I'd love if you could verify this fix as well. Thanks!

-- 
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 27411] Search Suggest bugs (tracking)

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27411

Bug 27411 depends on bug 59172, which changed state.

Bug 59172 Summary: Search suggestions cause performance hit on slower machines
https://bugzilla.wikimedia.org/show_bug.cgi?id=59172

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 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 41423] CSS child selector not supported by rsvg

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41423

--- Comment #1 from PRO  ---
See also [[File:Test_only.svg]]

-- 
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 63774] Clicking nearby results does nothing on beta labs / localhost

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63774

Jon  changed:

   What|Removed |Added

 CC||cmcma...@wikimedia.org

--- Comment #2 from Jon  ---
*** Bug 63772 has been marked as a duplicate of this 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 63772] Clicking Nearby result fails to bring up page preview

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63772

Jon  changed:

   What|Removed |Added

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

--- Comment #2 from Jon  ---


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

-- 
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 63610] Lines cut off in watch list

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63610

Jon  changed:

   What|Removed |Added

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


  1   2   3   4   >