[Bug 57343] New: Re-do Wikimedia's server admin log implementation

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57343

   Web browser: ---
Bug ID: 57343
   Summary: Re-do Wikimedia's server admin log implementation
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
   URL: https://wikitech.wikimedia.org/wiki/Server_Admin_Log
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: git-deploy
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: b...@mzmcbride.com
CC: br...@wikimedia.org, g...@wikimedia.org,
has...@free.fr, legoktm.wikipe...@gmail.com,
o...@wikimedia.org, rlan...@gmail.com,
s...@reedyboy.net, tpars...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

Wikimedia's server admin log at
https://wikitech.wikimedia.org/wiki/Server_Admin_Log is goofy:

* it's disproportionately expensive to store new entries given the full wiki
page system currently in place;

* each entry doesn't contain a complete timestamp (years are missing); and

* the log can't be effectively sorted or filtered due to its lack of structure
(plus manual pagination, ick).

We can probably just set up a custom MediaWiki log format and use Special:Log?
In 2008, Trevor wrote [[mw:Extension:LogEntry]]. I'm not sure how much of this
extension works toward the potential goal of using Special:Log, but perhaps
it's a helpful start for anyone who wants to work on 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 54193] Warning: Recursion detected in RequestContext::getLanguage in /includes/context/RequestContext.php on line 284

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54193

--- Comment #8 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 96709 had a related patch set uploaded by Ori.livneh:
Enable recursion-guard log bucket to investigate bug 54193

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

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


[Bug 54193] Warning: Recursion detected in RequestContext::getLanguage in /includes/context/RequestContext.php on line 284

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54193

Gerrit Notification Bot gerritad...@wikimedia.org 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 57343] Re-do Wikimedia's server admin log implementation

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57343

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

 CC||j...@compwhizii.net

--- Comment #1 from MZMcBride b...@mzmcbride.com ---
There's apparently also [[mw:Extension:ServerAdminLog]] (via Timo  Ori).

I'm not sure what Wikimedia Labs uses. I believe it has a bunch of server admin
logs, hmm.

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


[Bug 30240] Enable tags on Etherpad

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30240

--- Comment #6 from Alexandros Kosiaris akosia...@wikimedia.org ---
I am sorry but I am failing to understand how those two plugins implement tags.
The first one allows for wiki-like markup for intra-etherpad hyperlinks, which
might be handy but definitely is not tagging. The second one allows for search
which again might be handy but definitely is not tagging. That same one
(ep_search) clearly states:

A very crude search function

DO NOT USE THIS IN PRODUCTION

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


[Bug 54193] Warning: Recursion detected in RequestContext::getLanguage in /includes/context/RequestContext.php on line 284

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54193

--- Comment #9 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 96709 merged by Ori.livneh:
Enable recursion-guard log bucket to investigate bug 54193

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

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


[Bug 57344] New: UnusedFilesGenerator throws an exception when being called without extension parameter

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57344

   Web browser: ---
Bug ID: 57344
   Summary: UnusedFilesGenerator throws an exception when being
called without extension parameter
   Product: Pywikibot
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: pywikipedia-b...@lists.wikimedia.org
  Reporter: crangasi2...@yahoo.com
Classification: Unclassified
   Mobile Platform: ---

Traceback (most recent call last):
File pwb.py, line 123, in module
run_python_file(fn, argv, argvu)
File pwb.py, line 64, in run_python_file
exec compile(source, filename, exec) in main_mod.__dict__
File unusedfiles.py, line 130, in module
main()
File unusedfiles.py, line 111, in main
for page in generator:
File /home/acipu/stage/core/pywikibot/pagegenerators.py, line 849, in
PreloadingGenerator
for page in generator:
File /home/acipu/stage/core/pywikibot/pagegenerators.py, line 922, in
UnusedFilesGenerator
extension=extension):
File /home/acipu/stage/core/pywikibot/__init__.py, line 251, in wrapper
return method(*__args, **__kw)
File /home/acipu/stage/core/pywikibot/__init__.py, line 251, in wrapper
return method(*__args, **__kw)
TypeError: unusedfiles() got an unexpected keyword argument 'extension'

The reason for that is  site.unusedfiles no longer has this parameter. Adding a
patch that solves the problem. I kept the extension param in the generator for
compatibility reasons.

-- 
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 41466] Cannot recover from invalid token error

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41466

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

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||bjor...@wikimedia.org,
   ||bryan.tongm...@gmail.com,
   ||mflasc...@wikimedia.org,
   ||roan.katt...@gmail.com,
   ||s...@reedyboy.net
  Component|Translate   |API
Product|MediaWiki extensions|MediaWiki

--- Comment #4 from Matthew Flaschen mflasc...@wikimedia.org ---
This is a core issue.  See https://gerrit.wikimedia.org/r/#/c/83217/

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


[Bug 41466] Cannot recover from invalid token error

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41466

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

   What|Removed |Added

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

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


[Bug 30240] Enable tags on Etherpad

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30240

--- Comment #7 from Nemo federicol...@tiscali.it ---
(In reply to comment #6)
 I am sorry but I am failing to understand how those two plugins implement
 tags.
 The first one allows for wiki-like markup for intra-etherpad hyperlinks,
 which
 might be handy but definitely is not tagging.

Thanks for looking. It would be nice to find a demo site using this plugin: if
it offers a feature to list *incoming links* to a page, then links could work
as tags, just like category links in UseModWiki.

Alternatively, if there really isn't any feature to make custom lists of pads
on etherpad lite, IMHO we should just list all pads publicly. Given the recent
reinforced focus on etherpad lite is all temporary, don't store stuff here,
it would be logical to actually empower people to follow the advice and save
relevant things in relevant places, and further discourage the abuse of
etherpad as locker for private documents (I hope nobody ever did). This should
be on its own bug though.

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


[Bug 52203] VipsScaler clutters /tmp on imagescalers

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52203

--- Comment #9 from Antoine hashar Musso has...@free.fr ---
Looks fine on the beta cluster jobrunner as well.

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


[Bug 56928] Disabled Input Methods are enabled when only display language is changed

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56928

--- Comment #5 from Kartik Mistry kartik.mis...@gmail.com ---
I also can't reproduce on Google Chrome, 31.0.1650.57

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


[Bug 57345] New: Requesting temporary lift of IP cap for GLAMwiki workshop in ca.wiki

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57345

   Web browser: ---
Bug ID: 57345
   Summary: Requesting temporary lift of IP cap for GLAMwiki
workshop in ca.wiki
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: Site requests
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: esther.s...@gmail.com
CC: benap...@gmail.com,
bugzilla+org.wikime...@tuxmachine.com,
dereck...@espace-win.org, g...@wikimedia.org,
q...@wikimedia.org, tom...@twkozlowski.net,
wikimedia.b...@snowolf.eu
Classification: Unclassified
   Mobile Platform: ---

Hello, I [[:en:User:ESM]] will be giving a GLAMwiki workshop for Catalan museum
professionals next Monday 25th November (please excuse me for the short
notice). I would appreciate it if there could be a temporary lift of the IP cap
so as the attendees could create user accounts.

IP: 193.152.184.149
Date  time: 25th November, 10:00-13:00 GMT+1
Wiki: ca.wiki
Accounts that might be created: ~10
Further info: it's a restricted workshop for museum professionals; no link to a
webpage or event has been created.

Thank you very much!

Esther

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


[Bug 57345] Requesting temporary lift of IP cap for GLAMwiki workshop in ca.wiki

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57345

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

   Keywords||shell
 CC||p858sn...@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 57345] Requesting temporary lift of IP cap for GLAMwiki workshop in ca.wiki

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57345

Tomasz W. Kozlowski tom...@twkozlowski.net changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|UNCONFIRMED |ASSIGNED
   Assignee|wikibugs-l@lists.wikimedia. |tom...@twkozlowski.net
   |org |
 Ever confirmed|0   |1
   Severity|normal  |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 56885] Font preference is not saved

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56885

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|RESOLVED|PATCH_TO_REVIEW
 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 56928] Disabled Input Methods are enabled when only display language is changed

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56928

Bug 56928 depends on bug 56885, which changed state.

Bug 56885 Summary: Font preference is not saved
https://bugzilla.wikimedia.org/show_bug.cgi?id=56885

   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 56885] Font preference is not saved

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56885

--- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 96716 had a related patch set uploaded by Nikerabbit:
Fix and enable feature Persistent settings

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

-- 
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 53704] Packages to be added to gerrit

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53704

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

   Priority|Lowest  |Normal
   Severity|trivial |normal

-- 
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 57345] Requesting temporary lift of IP cap for GLAMwiki workshop in ca.wiki

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57345

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 96718 had a related patch set uploaded by Odder:
(bug 57345) Raise account creation limit for cawiki GLAM event

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

-- 
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 57322] Port image.py to Pywikibot core

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57322

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 96717 had a related patch set uploaded by Mayankmadan:
Ported image.py to core

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

-- 
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 57345] Requesting temporary lift of IP cap for GLAMwiki workshop in ca.wiki

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57345

Gerrit Notification Bot gerritad...@wikimedia.org 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 57322] Port image.py to Pywikibot core

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57322

Gerrit Notification Bot gerritad...@wikimedia.org 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 57292] Segfault when extending LuaSandbox on PHP 5.4 SAPI

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57292

--- Comment #3 from Pascal Fellerich pfeller...@web.de ---
Tested the patch against PHP 5.4.4-14+deb7u5, test passes now.
Thank 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 30240] Enable tags on Etherpad

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30240

--- Comment #8 from Alexandros Kosiaris akosia...@wikimedia.org ---
I did test that plugin in a vm in labs (no public IP though, so nothing to show
to people). All it does is hyperlink automatically text in brackets ([[ ]]). So
[[example1]] becomes clickable and links to http://host/p/example1. So it
offers no feature like the one you are describing.

On the list pads publicly subject, I also did test one more plugin ep_list_pads
https://npmjs.org/package/ep_list_pads

which however failed miserably to install, fetched way too many dependencies
(some of them failed to install causing the entire plugin installation fail I
mentioned above) and then corrupted the interface in weird ways. I 'd stay
clear of this one. But as you already said, all this should be in its own 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 57344] UnusedFilesGenerator throws an exception when being called without extension parameter

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57344

xqt i...@gno.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||i...@gno.de
 Resolution|--- |FIXED

--- Comment #1 from xqt i...@gno.de ---
bot is sleeping

-- 
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 55338] Right change notifications should use localized group names

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55338

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it
 Blocks||52690
 Depends on||45859

-- 
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 45859] Add echo notification to alert users when they are added/removed from a group

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45859

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||55338

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


[Bug 52690] Notification when user becomes auto-confirmed

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52690

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Depends on||55338

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


[Bug 56885] Font preference is not saved

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56885

--- Comment #6 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 96716 merged by jenkins-bot:
Fix and enable feature Persistent settings

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

-- 
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 745] RTL/bidirectional issues (tracking)

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=745

Bug 745 depends on bug 56358, which changed state.

Bug 56358 Summary: plain text email notification includes HTML footer
https://bugzilla.wikimedia.org/show_bug.cgi?id=56358

   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 56358] plain text email notification includes HTML footer

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56358

This, that and the other at.li...@live.com.au changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 CC||at.li...@live.com.au
 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 56913] Previously set Input Settings not persistent if a new language is selected from the language selection panel but not applied

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56913

--- Comment #6 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 96720 had a related patch set uploaded by Nikerabbit:
Regression test for bug 56913

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

-- 
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 53014] Input Methods issues for supported languages (tracker)

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53014

Bug 53014 depends on bug 56913, which changed state.

Bug 56913 Summary: Previously set Input Settings not persistent if a new 
language is selected from the language selection panel but not applied
https://bugzilla.wikimedia.org/show_bug.cgi?id=56913

   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 56913] Previously set Input Settings not persistent if a new language is selected from the language selection panel but not applied

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56913

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|RESOLVED|PATCH_TO_REVIEW
 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 56913] Previously set Input Settings not persistent if a new language is selected from the language selection panel but not applied

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56913

Niklas Laxström niklas.laxst...@gmail.com 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 53014] Input Methods issues for supported languages (tracker)

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53014

Bug 53014 depends on bug 56913, which changed state.

Bug 56913 Summary: Previously set Input Settings not persistent if a new 
language is selected from the language selection panel but not applied
https://bugzilla.wikimedia.org/show_bug.cgi?id=56913

   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 56928] Disabled Input Methods are enabled when only display language is changed

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56928

Bug 56928 depends on bug 56885, which changed state.

Bug 56885 Summary: Font preference is not saved
https://bugzilla.wikimedia.org/show_bug.cgi?id=56885

   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 56885] Font preference is not saved

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56885

Niklas Laxström niklas.laxst...@gmail.com 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 38674] Names.php includes RTL control characters

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38674

Derk-Jan Hartman hartman.w...@gmail.com changed:

   What|Removed |Added

 CC||hartman.w...@gmail.com

--- Comment #3 from Derk-Jan Hartman hartman.w...@gmail.com ---
Philippe Verdy: The problem was mostly that we simply didn't know where all of
these language names were being used (and we needed a quick fix). It wasn't
known if we could safely add html into them. So we used direction chars as a
'patch' and at the same time opening this ticket.

Options:
1: Split the table of names into fragments + direction info. Use toHtml method
to build a Html fragment rework the code to safely use it.
2: Simply add bdi tags into the name and cleanup all uses to make sure this
is possible
3: Identify all places where the names are used and do individual
markup/styling for all of those locations to fix the problem.

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


[Bug 57342] Please enable the osa or Ottoman Turkish language

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57342

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

   What|Removed |Added

 CC||benap...@gmail.com,
   ||bugzilla+org.wikimedia@tuxm
   ||achine.com,
   ||dereck...@espace-win.org,
   ||g...@wikimedia.org,
   ||tom...@twkozlowski.net,
   ||wikimedia.b...@snowolf.eu
  Component|Internationalization|Site requests
Product|MediaWiki   |Wikimedia

--- Comment #1 from Siebrand Mazeland s.mazel...@xs4all.nl ---
This should be done using:

 $wgExtraLanguageNames['code'] = 'Autonym';

in the configuration of the relevant wiki.

Moved to Wikimedia - Site requests.

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


[Bug 57346] New: Incorrectly attributed edits to me

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57346

   Web browser: ---
Bug ID: 57346
   Summary: Incorrectly attributed edits to me
   Product: Wikimedia Labs
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: wikitech-interface
  Assignee: rlan...@gmail.com
  Reporter: p858sn...@gmail.com
CC: benap...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

https://wikitech.wikimedia.org/wiki/Special:Contributions/Peachey88

Everything before and including the Feb edit (expect the usertalk edit (I'm
touchy about that one as well, but its plausible)) is not mine.

EG: 16:44, 3 May 2006 (diff | hist) . . (+792)‎ . . m Template:! ‎ (Protected
Template:!: change to semi [edit=autoconfirmed:move=autoconfirmed])

I certainly didn't have rights anywhere in 2006.

-- 
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 57342] Please enable the osa or Ottoman Turkish language

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57342

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

   What|Removed |Added

 CC||lydia.pintscher@wikimedia.d
   ||e

--- Comment #2 from Siebrand Mazeland s.mazel...@xs4all.nl ---
Lydia, can you please have someone figure out if what I mentioned in comment 1
is enough for Wikidata support for a language code?

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


[Bug 54193] Warning: Recursion detected in RequestContext::getLanguage in /includes/context/RequestContext.php on line 284

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54193

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

   What|Removed |Added

 Status|PATCH_TO_REVIEW |NEW

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


[Bug 56455] Text at MediaWiki:Signupstart not shown

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56455

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

   Keywords||code-update-regression
   Priority|Normal  |High
 CC||b...@mzmcbride.com,
   ||p858sn...@gmail.com,
   ||rlan...@gmail.com
  Component|wikitech-interface  |General/Unknown
   Assignee|rlan...@gmail.com   |wikibugs-l@lists.wikimedia.
   ||org
Product|Wikimedia Labs  |MediaWiki

--- Comment #1 from p858snake p858sn...@gmail.com ---
Bumping propriety, Moving from Labs - MediaWiki.

This message can contain important information which third party users may need
for a variety of different users (eg: Legal Notices come to mind).

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


[Bug 15434] Periodical run of currently disabled special pages

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15434

--- Comment #102 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 95889 merged by Springle:
Make the monthly querypages updates not hit each cluster on the same day

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

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


[Bug 57347] New: Pawns and reverse typing

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57347

   Web browser: ---
Bug ID: 57347
   Summary: Pawns and reverse typing
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: General
  Assignee: jforres...@wikimedia.org
  Reporter: wikif...@gmail.com
CC: jforres...@wikimedia.org, krinklem...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

There are a number of bugs about pawns and/or reverse typing, many of them
resolved fixed. But it is clear that in many circumstances, on different
wikiversions, pawn characters and reverse typing still occur. 

See [[en:Wikipedia:VisualEditor/Feedback#Line with template, pawn]] (and the
linked sections on fr-wiki as well) for an explanation of some scenarios when
this occurs. This has, in various guises, been reported since the first
deployment of VE, and none of the fixes seem to have been permanent or
fundamental. Can this please be tackled?

-- 
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 57346] Incorrectly attributed edits to me

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57346

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

   What|Removed |Added

 CC||listenle...@gmail.com

--- Comment #1 from Michael M. listenle...@gmail.com ---
The correct users can be found in
https://en.wikipedia.org/w/index.php?title=Template:!action=history resp.
https://www.mediawiki.org/w/index.php?title=Template:!action=history (and
similar for the other pages), as these templates were imported. So some of the
edits *are* yours, but not all. Does an import of an imported page lead to such
mis-attribution?

-- 
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 57279] Ops review of Flow extension

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57279

--- Comment #1 from sp...@wikimedia.org ---
The WMF core features team tracks this bug on Mingle card
https://mingle.corp.wikimedia.org/projects/flow/cards/498, but people from the
community are welcome to contribute here and in Gerrit.

-- 
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 46942] Special:DispatchStats should show times in user preference timezone

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46942

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

   Keywords||i18n
 CC||federicol...@tiscali.it

-- 
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 48140] DispatchStats refactoring and API

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48140

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it
 Blocks||46642

-- 
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 46642] Expose dispatcher stats via an API module

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46642

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Depends on||48140

-- 
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 57348] New: StringMatcher: deprecate mangle()

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57348

   Web browser: ---
Bug ID: 57348
   Summary: StringMatcher: deprecate mangle()
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Translate
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: niklas.laxst...@gmail.com
CC: alolita.sha...@gmail.com, asha...@wikimedia.org,
kartik.mis...@gmail.com, niklas.laxst...@gmail.com,
run...@gmail.com, s.mazel...@xs4all.nl,
santhosh.thottin...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

1) Introduce public mangleString(), mangleList() and mangleArrayKeys().
2) Fix known callers
3) Deprecate mangle()

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


[Bug 50714] VisualEditor: Location map template does not display correctly

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50714

--- Comment #17 from Derk-Jan Hartman hartman.w...@gmail.com ---
Link to a few other templates that run into trouble due to this problem.

https://en.wikipedia.org/wiki/Template:Chess_diagram
https://en.wikipedia.org/wiki/Template:Quote_box (with curly quotes option on)

-- 
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 54193] Warning: Recursion detected in RequestContext::getLanguage in /includes/context/RequestContext.php on line 284

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54193

--- Comment #10 from Ori Livneh o...@wikimedia.org ---
Created attachment 13858
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=13858action=edit
stack trace from fluorine:/a/mw-log/recursion-guard-stack-trace.log

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


[Bug 56913] Previously set Input Settings not persistent if a new language is selected from the language selection panel but not applied

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56913

--- Comment #7 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 96720 merged by jenkins-bot:
Regression test for bug 56913

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

-- 
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 54193] Warning: Recursion detected in RequestContext::getLanguage in /includes/context/RequestContext.php on line 284

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54193

--- Comment #11 from Ori Livneh o...@wikimedia.org ---
(In reply to comment #6)
 Would it be possible to provide more information about which wiki(s) display
 this behavior, or possibly even page(s)? Being able t reproduce this would
 probably go a long way towards resolving it.

I added a trace; additional ones are available in
fluorine:/a/mw-log/recursion-guard-stack-trace.log. If you want me to grab
additional ones, let me know.

(In reply to comment #7)
 Side note: the logs this information is extracted from, could we make those
 more widely available so they could get more eyeballs? From my experience
 doing this at translatewiki.net it often helps in identifying issues a lot
 earlier.

Yeah, fair point. We (platform  ops) are working on setting up a better
platform for log analysis, probably using logstash. The current situation
sucks.

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


[Bug 51628] Images specified with size foopxpx render at native size

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51628

Kelson [Emmanuel Engelhart] kel...@kiwix.org changed:

   What|Removed |Added

 CC||kel...@kiwix.org

--- Comment #7 from Kelson [Emmanuel Engelhart] kel...@kiwix.org ---
Another concrete example:
http://parsoid.wmflabs.org/arwiki/%D9%85%D8%B7%D8%A7%D8%B1_%D8%B3%D9%8A%D8%B3%D9%8A%D9%85%D9%8A%D9%88%D8%AA?oldid=11661406

This bug increases a little bit the size of the offline dumps. I have estimated
for example that on arwiki, ~200 pictures (calls) are impacted.

It seems that the PHP related code is the function parseWidthParam() in
Parser.php (but this doesn't seems to support things lik $1px.

-- 
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 57349] New: isDirty is getting saved

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57349

   Web browser: ---
Bug ID: 57349
   Summary: isDirty is getting saved
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: UniversalLanguageSelector
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: niklas.laxst...@gmail.com
CC: alolita.sha...@gmail.com,
amir.ahar...@mail.huji.ac.il, kartik.mis...@gmail.com,
niklas.laxst...@gmail.com, pgi...@wikimedia.org,
run...@gmail.com, s.mazel...@xs4all.nl,
santhosh.thottin...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

When I change ime settings and save I see the following:
action:options
format:json
optionname:uls-preferences
optionvalue:{ime:{isDirty:true,language:de,previousLanguages:[fi,de,eo,ml,avk],imes:{en:ipa-sil,fi:fi-transliteration,ru:ru-kbd,ml:system,eo:system,de:system},enable:true,previousInputMethods:[fi-transliteration,fi-transliteration,de-transliteration,ml-inscript2,ml-inscript2]},webfonts:{fonts:{fi:system,en:system,de:system,ta:Thenee,hi:system}}}

I think isDirty isn't supposed to be saved there.

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


[Bug 53772] ULS should indicate when display preferences change is complete

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53772

--- Comment #11 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 95353 merged by jenkins-bot:
Visual indication while saving the settings

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

-- 
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 53772] ULS should indicate when display preferences change is complete

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53772

Niklas Laxström niklas.laxst...@gmail.com 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 56885] Font preference is not saved

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56885

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

 Status|REOPENED|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 56885] Font preference is not saved

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56885

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---
   Assignee|santhosh.thottingal@gmail.c |amir.ahar...@mail.huji.ac.i
   |om  |l

--- Comment #7 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il ---
I still have issues with saving fonts.

[17:05:09] Amir E. Aharoni: OK, so:
[17:05:14] Amir E. Aharoni: going to my wiki...
[17:05:30] Amir E. Aharoni: clicking ULS...
[17:05:38] Amir E. Aharoni: Display settings...
[17:05:54] Amir E. Aharoni: Change English to OpenDyslexic...
[17:05:59] Amir E. Aharoni: Click Input.
[17:06:16] Amir E. Aharoni: Select transliteration for Malayalam.
[17:06:21] Amir E. Aharoni: Apply...
[17:06:27] Amir E. Aharoni: Reload...
[17:06:31] Amir E. Aharoni: drumroll
[17:06:43] Amir E. Aharoni: Expected: OpenDyslexic.
[17:06:50] Amir E. Aharoni: Observed: Not OpenDyslexic.
[17:07:18] Amir E. Aharoni: Does that work for you?
[17:07:32] Niklas Laxström: logged in our logged out?
[17:07:38] Amir E. Aharoni: Logged in.
[17:07:45] Niklas Laxström: English is content or interface?
[17:07:49] Amir E. Aharoni: Both.
[17:08:06] Niklas Laxström: started and incognito with Chrome
[17:08:12] Niklas Laxström: logged in to
https://dev.translatewiki.net/wiki/Main_Page
[17:08:14] Niklas Laxström: clicking ULS
[17:08:32] Niklas Laxström: display settings
[17:08:36] Niklas Laxström: fonts
[17:08:41] Niklas Laxström: OD for content and ui (german)
[17:08:50] Niklas Laxström: input
[17:09:03] Niklas Laxström: selecting deutsch tilde
[17:09:08] Niklas Laxström: save
[17:09:17] Niklas Laxström: reload
[17:09:47] Niklas Laxström: I see OD selected, but my ime is native tastatur

-- 
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 56928] Disabled Input Methods are enabled when only display language is changed

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56928

Bug 56928 depends on bug 56885, which changed state.

Bug 56885 Summary: Font preference is not saved
https://bugzilla.wikimedia.org/show_bug.cgi?id=56885

   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 57289] Invalid Change Password (returnto) page shown after successful temporary password login password change

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57289

--- Comment #7 from T. Gries m...@tgries.de ---
screenshot of the page after successfully having entered the temp.password and
2x the new password:

+ http://i.imgur.com/IDNp8W4.png

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


[Bug 57065] E:OpenID does not accept the temporary password when attaching an OpenID to an existing account.

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57065

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
Version|unspecified |master

-- 
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 54755] Create OTRS patch for 1-click spam disposal

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54755

Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com changed:

   What|Removed |Added

  Attachment #13856|0   |1
is obsolete||

--- Comment #3 from Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com ---
Created attachment 13876
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=13876action=edit
v2

New patch sends the request asynchronously and hides the ticket after success
rather than reloading the page.

Also it loads better.

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


[Bug 57065] E:OpenID does not accept the temporary password when attaching an OpenID to an existing account.

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57065

--- Comment #3 from T. Gries m...@tgries.de ---
(In reply to comment #2)
 I believe the issue with the change password form showing twice is that the
 first time, the user is partially logged in with their temporary password,
 and
 the ChangePassword form writes out the user's edit token into the token
 hidden
 field. When the user submits the form (the first time), they are completely
 logged out, and the edit token on the form doesn't match the anonymous edit
 token ('+\'). The second time the form is displayed, the anonymous edit token
 is written into the token field, and the ChangePassword form submission is
 correctly processed.

Chris,

arguendo you are right with your view,

- why is that then working (usually, showing the page only once) in *normal*
MediaWiki context, on - let's say - English Wikipedia, when you come as anon
and log-in with your temp.password ?

But perhaps() it is related to what I found in
https://bugzilla.wikimedia.org/show_bug.cgi?id=57289

-- 
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 57289] Invalid Change Password (returnto) page shown after successful temporary password login password change

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57289

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

   What|Removed |Added

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

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


[Bug 57065] E:OpenID does not accept the temporary password when attaching an OpenID to an existing account.

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57065

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

   What|Removed |Added

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

-- 
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 57065] E:OpenID does not accept the temporary password when attaching an OpenID to an existing account.

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57065

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

   What|Removed |Added

   Priority|Normal  |High
   Severity|normal  |major

-- 
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 57098] SpecialPasswordReset when called does not obey an optional returnto parameter

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57098

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

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---
  Flags||Backport_to_Stable?,
   ||Backport_WMF?

--- Comment #2 from T. Gries m...@tgries.de ---
I suggest to backport this fix and then to check whether it solves the
https://bugzilla.wikimedia.org/show_bug.cgi?id=57289 .

Unsure, whether I have to reopen this bug. I reopen it provisionally.

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


[Bug 57391] Translate extension's Filter translations menu on RecentChanges needs further thought

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57391

--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com ---
You can set the default value with configuration option. What further thought
is needed?

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


[Bug 57400] New: Notification objects are hard to access

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57400

   Web browser: ---
Bug ID: 57400
   Summary: Notification objects are hard to access
   Product: MediaWiki
   Version: 1.23-git
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: JavaScript
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: worden@gmail.com
CC: krinklem...@gmail.com, matma@gmail.com,
tpars...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

It would be nice to let mw.notify() return the notification object it creates,
so that our code can easily update its contents, pause it, etc.

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


[Bug 57401] New: Padding values of div#content was (accidentially?) changed (in LESS rewrite?)

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57401

   Web browser: ---
Bug ID: 57401
   Summary: Padding values of div#content was (accidentially?)
changed (in LESS rewrite?)
   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: liang...@gmail.com
CC: krinklem...@gmail.com, matma@gmail.com
Classification: Unclassified
   Mobile Platform: ---

For small screens, it now has:

  padding: 1.5em 1.5em 1.5em 1.75em;

For big screens (982px+), it now has:

  padding: 1.25em 1.5em 1.5em;

Some time ago, these values was:

  padding: 1em; (small)
  padding: 1.25em 1.5em 1.5em 1.5em; (big)

Anyway it's not reasonable to use bigger paddings now for smaller screens.

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


[Bug 57391] Translate extension's Filter translations menu on RecentChanges needs further thought

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57391

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it

--- Comment #2 from Nemo federicol...@tiscali.it ---
(In reply to comment #0)
 Relatedly, the Translate extension seems to consider any MediaWiki page a
 translation page, when this isn't the case.

This behaviour is documented at
[[mw:Help:Extension:Translate/Statistics_and_reporting#Recent_changes.2C_feeds_and_logging]],
so it's apparently expected.

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


[Bug 57402] New: Editlinks leaking into MobileView

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57402

   Web browser: ---
Bug ID: 57402
   Summary: Editlinks leaking into MobileView
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: MobileFrontend
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: yuvipa...@gmail.com
CC: aricha...@wikimedia.org, jgon...@wikimedia.org,
jrob...@wikimedia.org, kw...@wikimedia.org,
maxsem.w...@gmail.com, mgro...@wikimedia.org,
mpinc...@wikimedia.org, rkald...@wikimedia.org,
tf...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

https://en.wikipedia.org/wiki/Special:ApiSandbox#action=mobileviewformat=jsonpage=Indiasections=1-prop=textsectionprop=linenoheadings=
gives me editlinks. Also specifying 'line' doesn't seem to give me the heading
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 57402] Editlinks leaking into MobileView

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57402

--- Comment #1 from Bingle bingle-ad...@wikimedia.org ---
Prioritization and scheduling of this bug is tracked on Mingle card
https://wikimedia.mingle.thoughtworks.com/projects/mobile/cards/1436

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


[Bug 57403] New: Beta labs is experiencing technical difficulties.

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57403

   Web browser: ---
Bug ID: 57403
   Summary: Beta labs is experiencing technical difficulties.
   Product: Wikimedia Labs
   Version: unspecified
  Hardware: All
   URL: http://commons.wikimedia.beta.wmflabs.org/wiki/Special
:Preferences
OS: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: deployment-prep (beta)
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: niklas.laxst...@gmail.com
CC: benap...@gmail.com, cmcma...@wikimedia.org,
has...@free.fr, mhershber...@wikimedia.org,
platoni...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

Visiting the above link gives:

(Cannot contact the database server: Unknown database 'mediawikiwiki'
(10.4.0.53))

Note how it says mediawikiwiki on commons.

Many browser tests are breaking.

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


[Bug 57065] E:OpenID does not accept the temporary password when attaching an OpenID to an existing account.

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57065

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

   What|Removed |Added

 Blocks||9604

-- 
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 9604] Get OpenID extension to a state where it could be used on Wikimedia projects as a provider (tracking)

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9604

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

   What|Removed |Added

 Depends on||56660

-- 
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 9604] Get OpenID extension to a state where it could be used on Wikimedia projects as a provider (tracking)

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9604

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

   What|Removed |Added

 Depends on||57065

-- 
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 56254] E-Mail-based whitelist domains for OpenID

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56254

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

   What|Removed |Added

 Blocks||9604

-- 
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 9604] Get OpenID extension to a state where it could be used on Wikimedia projects as a provider (tracking)

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9604

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

   What|Removed |Added

 Depends on||56254

-- 
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 56660] Use autocreate permission to create new users

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56660

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

   What|Removed |Added

 Blocks||9604

-- 
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 13953] CentralAuth: Implement global user module (Wikimedia-wide user CSS/JS)

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13953

--- Comment #22 from Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com ---
(In reply to comment #19)
 I agree with Krinkle, I think this module is small enough that it can live in
 CentralAuth without a problem. I'd be happy to see it merged into that
 extension.

I agree that it can live in CentralAuth with no problems, but I don't believe
it's best for it to live there.

On Uncyclopedia we use shared user tables, and we'd also like to have global
JS/CSS. Installing CentralAuth just to get that feature makes no sense at all.

Making a separate extension work with CentralAuth is pretty simple, as can been
seen at gerrit change #94837.

That said, I'd like to see this deployed by the end of the year so I'd rather
not waste time bikeshedding over where the code will live, and I can copy it
into a separate extension for non-WMF usage.

-- 
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 57394] Parsoid fails for OBJECT element

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57394

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

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
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 57394] Parsoid fails for OBJECT element

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57394

--- Comment #1 from Gabriel Wicke gwi...@wikimedia.org ---
This seems to be a bug in domino. It should not confuse the data attribute with
the .data node object member.

-- 
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 57160] Flow: spurious empty spans appear in edit input area post-save

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57160

--- Comment #5 from Gabriel Wicke gwi...@wikimedia.org ---
Are you doing any kind of typeof or about attribute munging in Flow? We talked
about that in the past to force a subst-like effect. Could you dump HTML before
and after and attach it here in case there is a change?

The syntaxhighlight block round-trips fine when entered in
http://parsoid.wmflabs.org/_rtform/.

-- 
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 57391] Translate extension's Filter translations menu on RecentChanges needs further thought

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57391

Emmet Hikory emmet.hik...@gmail.com changed:

   What|Removed |Added

 CC||emmet.hik...@gmail.com

--- Comment #3 from Emmet Hikory emmet.hik...@gmail.com ---
The further thought is whether Translate.php should be setting
$wgTranslateRcFilterDefault to 'noaction or 'filter' in the source repo: it is
about the default default, rather than the default for a given site.

In favor of the current state ('filter') is that those enabling the Translate
extension may not want their RecentChanges page filled with translation reports
by default (or to force all their users to take action to avoid seeing
translation reports).  In favor of 'noaction' is that users who install the
extension may be confused after installation when their changes are not
reflected in RecentChanges if they have not read the documentation completely.

Alternately, the use case that causes confusion may be able to be avoided in
another way, rather than just adjusting the default default.

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


[Bug 57003] Install pyinotify

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57003

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 96767 had a related patch set uploaded by coren:
Tool Labs: Multiple dependencies installed

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

-- 
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 57269] VisualEditor:The math inspector (Latex) and Hieroglyphics is not opening up properly in test2 and beta

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57269

ryasm...@wikimedia.org changed:

   What|Removed |Added

Summary|VisualEditor:The math   |VisualEditor:The math
   |inspector (Latex) and   |inspector (Latex) and
   |Hieroglyphics is not|Hieroglyphics is not
   |opening up properly in  |opening up properly in
   |test2   |test2 and beta

-- 
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 54868] isDisambig results in AttributeError

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54868

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 87060 merged by jenkins-bot:
Bug 54868 - isDisambig results in AttributeError

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

-- 
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 54892] Flow: magic words (e.g., {{PAGENAME}}) don't work in page headers, topic titles, or posts (due to Parsoid?)

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54892

--- Comment #8 from sp...@wikimedia.org ---
(In reply to comment #2)\
 And if I edit my Flow board header containing this text, it displays badly
 garbled magic word contents:
 ...
 which may be a different bug with roundtripping HTML in Flow or Parsoid.

it was a different Parsoid bug 56820, and is fixed.

Regarding comment #4 and comment #7 , the Mingle import script would create a
new Mingle card whenever the bug title changes. I believe I fixed 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 57343] Re-do Wikimedia's server admin log implementation

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57343

Ryan Lane rlan...@gmail.com changed:

   What|Removed |Added

  Component|git-deploy  |General/Unknown

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


[Bug 57373] API action=centralnoticequerycampaign does not work for campaigns with spaces

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57373

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

   What|Removed |Added

   Keywords||easy
 CC||bawolff...@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 57339] Lots of CSS related noise in FF Web Console on enwiki

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57339

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||krinklem...@gmail.com,
   ||matma@gmail.com
  Component|General/Unknown |Skin and page rendering
Version|wmf-deployment  |1.23-git
 Resolution|--- |WONTFIX
Product|Wikimedia   |MediaWiki

--- Comment #3 from Bartosz Dziewoński matma@gmail.com ---
Unless you have a good reason to kill any of these, this is expected and okay.

The noise refers either to:
* horrible hacks we need to support older browsers (Expected
  'important' but found 'ie'.  Expected ';' or '}' to terminate
  declaration but found 'ie'., Expected declaration but found '*'.
  Skipped to next declaration. – both of these are for IE 6 and 7)
* browser-specific rules that other browsers do not understand (-ms-*,
  -webkit-*, …)
* or things your browser just does not support (Unknown property
  'user-select'.).

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


[Bug 43921] Add option to change the position of scanned page

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43921

Bug 43921 depends on bug 46578, which changed state.

Bug 46578 Summary: Refactor the edition of Page: pages JavaScript module
https://bugzilla.wikimedia.org/show_bug.cgi?id=46578

   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 57244] Elasticsearch monitoring should graph the number of active shards, number of active primary shards, etc

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57244

Nik Everett neverett+bugzi...@wikimedia.org changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |NEW
   Assignee|wikibugs-l@lists.wikimedia. |neverett+bugzilla@wikimedia
   |org |.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 57351] To add some basic djvulibre calls to API

2013-11-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57351

--- Comment #1 from Brion Vibber br...@wikimedia.org ---
It would be best if possible to have a common interface for multiple file
types; PDF also can embed text for instance.

What sort of data format are you envisioning, and what sort of uses?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are 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   >