[Bug 44756] [Errors 301] wikistats: Update entry URLs for wikis that redirect elsewhere or no longer exist

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44756

--- Comment #8 from Nemo federicol...@tiscali.it ---
(In reply to Daniel Zahn from comment #7)
 can't really invest much more time in this. there will always be some of
 them left at any given moment. it just needs a cleanup like this every once
 in a while
 
 i'd like to close the bug at this point unless you guys want to check more
 manually. i have done what i could with reasonable effort. the rest can be
 done via wsa or you give me specific lists which URLs to change or delete.

Yes, you've been wonderful. I'll do another round of checks in a couple weeks
when I have more time.

-- 
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 36290] replace/rewrite largest_html.php / re-add output in other formats for largest all-in-one stats table

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36290

--- Comment #8 from Nemo federicol...@tiscali.it ---
(In reply to Daniel Zahn from comment #5)
 so what is this bug exactly? 

You filed it ;) , probably you were thinking of a rewrite to reduce code
duplication or something.

 That other formats besides HTML are missing? (i
 would say that is resolved meanwhile because i see those links on the index
 page).

Yes, works now. This can probably be closed (and the summary narrowed) unless
you still have ideas for a rewrite.

 but yea, it will always still output 5000 lines

http://wikistats.wmflabs.org/api.php?action=dumptable=mediawikisformat=csv
(uh! new shiny URL!) outputs a CSV with 14203 lines as of now, so the full
export works there.

-- 
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 70820] New: Addinhg ability to ignore SSL certificate errors for compat

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70820

Bug ID: 70820
   Summary: Addinhg ability to ignore SSL certificate errors for
compat
   Product: Pywikibot
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: login.py
  Assignee: pywikipedia-b...@lists.wikimedia.org
  Reporter: reza.ene...@gmail.com
   Web browser: ---
   Mobile Platform: ---

would you please add this patch for compat?
https://gerrit.wikimedia.org/r/#/c/160189/
Now when i edit claims it crashes and show this token error

  File /home/reza/compat/wikipedia.py, line 4799, in editclaim
raise RuntimeError(API query error: %s % data)
RuntimeError: API query error: {u'servedby': u'mw1191', u'error': {u'info':
uThe 'token' parameter must be POSTed, u'code': u'mustposttoken'}}

-- 
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 70820] Addinhg ability to ignore SSL certificate errors for compat

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70820

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

Version|unspecified |compat (1.0)

-- 
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 70820] Addinhg ability to ignore SSL certificate errors for compat

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70820

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

  Component|login.py|General

-- 
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 70821] New: Category description not displayed after save

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70821

Bug ID: 70821
   Summary: Category description not displayed after save
   Product: VisualEditor
   Version: unspecified
  Hardware: PC
OS: Linux
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: gree...@greenrd.org
CC: jforres...@wikimedia.org, ryasm...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

I added a description to my new category
https://en.wikipedia.org/wiki/Category:Conspiracy_theories_in_popular_culture
using VisualEditor.

After I saved the category page, my new description was not visible. I had to
reload the page, and then it was displayed.

-- 
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 70821] Category description not displayed after save

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70821

Robin Green gree...@greenrd.org changed:

   What|Removed |Added

Web browser|--- |Google Chrome

-- 
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 70820] Addinhg ability to ignore SSL certificate errors for compat

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70820

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

 CC||jay...@gmail.com,
   ||ladsgr...@gmail.com

--- Comment #1 from John Mark Vandenberg jay...@gmail.com ---
The token error is a different bug caused by changes in the MW API, and not yet
fixed for compat.  I suspect that has already been raised, but Amir will know.

The ignore SSL cert fix only works with httplib2 used by core, which compat
does not use.

-- 
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 52708] Add Index namespace to $wgNamespacesToBeSearchedDefault by default

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52708

--- Comment #3 from George Orwell III george.orwell@outlook.com ---
If you say so

I still don't believe forcing those one or two WS specific namespaces into the
default search set - if there still is a default search set - is not warranted
nor needed. The new tick box ' Remember selection for future searches ' allows
Users to decide what  when to search across (or blindly ignore altogether) if
the need arises (or never does).

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


[Bug 68638] phpunit: SKIPPED: djvu binaries do not exist or are not executable

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68638

--- Comment #4 from Nemo federicol...@tiscali.it ---
(In reply to George Orwell III from comment #3)
 Note: on typical local x86 install, this .dtd file is indeed present but
 installed in the wrong folder directory. The folder containing all the .dtd
 files must moved/copied to match the file-path expected by the XML
 executable (/or the XML parser) in order to run successfully.

Ah. Should/can it be made so that it works out of the box?
If not, I guess this bug should be fixed by making the tests skip when the file
is not set.

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


[Bug 52708] Add Index namespace to $wgNamespacesToBeSearchedDefault by default

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52708

--- Comment #4 from Nemo federicol...@tiscali.it ---
(In reply to George Orwell III from comment #3)
 The new tick box ' Remember selection for future
 searches ' allows Users to decide what  when to search across (or blindly
 ignore altogether) if the need arises (or never does).

It was the same before. This bug report is just about making the extension's
defaults closer to what people actually use, to the benefit of wiki sysadmins
and unregistered users.

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


[Bug 70822] New: Bullet point styles/icon and category items are displayed as rectangle

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70822

Bug ID: 70822
   Summary: Bullet point styles/icon and category items are
displayed as rectangle
   Product: MediaWiki skins
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Chameleon
  Assignee: s7ep...@gmail.com
  Reporter: jamesin.hongkon...@gmail.com
   Web browser: ---
   Mobile Platform: ---

Bullet points and category items are displayed using a rectangle icon [0].

Using:
- MediaWiki 1.24alpha (cdfa366) 
- Updating mediawiki/chameleon-skin dev-master (0099a1c = 80ff438)
  Checking out 80ff4383f9f42f3e3d5aea1c23435527e3ba26f7

[0]
https://cloud.githubusercontent.com/assets/1245473/4263282/21702e8e-3bdb-11e4-8117-04063ac20b5b.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 52708] Add Index namespace to $wgNamespacesToBeSearchedDefault by default

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52708

--- Comment #5 from George Orwell III george.orwell@outlook.com ---
I beg to disagree - 
Speaking only from an en.WS point of view, I don't believe established Users
search for and/or find anything useful in the Index: namespace never mind the
Page namespace (unless maybe if the page has been Proofread or similar).
Newbies to Wikisource aren't even clear yet on what or how the Proofreading
process works so adding either one would just clutter up or confuse their
search results.

Maybe its more of language specific domain thing than a Wikisource project-wide
one when you make the assertion these changes are desired (if not needed)?

My experience has been the opposite - a typical search including either
namespace does not help provide more desirable results.

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


[Bug 70823] New: Fieldset style is incomplete

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70823

Bug ID: 70823
   Summary: Fieldset style is incomplete
   Product: MediaWiki skins
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Chameleon
  Assignee: s7ep...@gmail.com
  Reporter: jamesin.hongkon...@gmail.com
   Web browser: ---
   Mobile Platform: ---

Fieldset style is incomplete [0].

Using:
- MediaWiki 1.24alpha (cdfa366) 
- Updating mediawiki/chameleon-skin dev-master (0099a1c = 80ff438)
  Checking out 80ff4383f9f42f3e3d5aea1c23435527e3ba26f7

[0]
https://cloud.githubusercontent.com/assets/1245473/4263326/96ff5a1a-3bdd-11e4-9b01-2de41e2151d5.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 52708] Add Index namespace to $wgNamespacesToBeSearchedDefault by default

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52708

--- Comment #6 from Nemo federicol...@tiscali.it ---
(In reply to George Orwell III from comment #5)
 Speaking only from an en.WS point of view, I don't believe established Users
 search for and/or find anything useful in the Index: namespace

And after 5 comments we finally get to know what's the point. :-)
This can be done without affecting en.source, of course.

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


[Bug 44145] [Errors 992] Failed data retrieval shouldn't update Last update column

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44145

--- Comment #3 from Nemo federicol...@tiscali.it ---
Created attachment 16464
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=16464action=edit
800 alive wikis currently erroring out on wikistats

(In reply to Daniel Zahn from comment #2)
 you know, that actually happens on the database level.

I don't challenge the technical correctness, but the timestamp can get quite
useless for presentation to the users. If that's fine enough, maybe the focus
should be instead on reducing such errors.

I run checkalive.py and out of 3159 rows with error 991 or higher there are at
least 800 which actually seem alive, whose URLs I attach.

-- 
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 68638] phpunit: SKIPPED: djvu binaries do not exist or are not executable

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68638

--- Comment #5 from George Orwell III george.orwell@outlook.com ---
(In reply to Nemo from comment #4)
 Ah. Should/can it be made so that it works out of the box?
 If not, I guess this bug should be fixed by making the tests skip when the
 file is not set.

I would guess filing a bug at djvu.sourceforge.net would be the proper way to
get it to work 'out-of-the-box' via a newly patched release but stuff like that
is well beyond me.

Can't you first verify the presence - or lack thereof - of the ' DjVuXML-s.dtd
' file somewhere on what ever it is that is hosting those other .exe files and
just copy-it/add-it to same directory (e.g. file path is no longer an issue
since all files would then reside in the same folder)?

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


[Bug 29923] Install QA system at ask.wikimedia.org

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29923

--- Comment #17 from Nemo federicol...@tiscali.it ---
(In reply to Quim Gil from comment #16)
 Is a QA system something that has been
 discussed?

Only a few hundreds times. :-P If you mean within WMF, you can read Erik's
https://lists.wikimedia.org/pipermail/foundation-l/2010-June/059052.html «With
all this in mind, here are just a few concrete ideas for closing the gap: [...]
Further experimentation with tools like IdeaTorrent for large-scale
brainstorming and ranking purposes».

In the meanwhile http://area51.stackexchange.com/proposals/49276/wikis was
closed pending revival and sufficient support; and [[mw:Communication]] now
includes a single address where all StackExchange related discussions are
gathered. https://stackexchange.com/filters/116580/mediawiki

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


[Bug 70824] New: 2.0 Figure out how gadget naming collisions should work, and document it

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70824

Bug ID: 70824
   Summary: 2.0 Figure out how gadget naming collisions should
work, and document it
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Gadgets
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: legoktm.wikipe...@gmail.com
CC: kren...@wikimedia.org, krinklem...@gmail.com,
legoktm.wikipe...@gmail.com, roan.katt...@gmail.com
Blocks: 29272
   Web browser: ---
   Mobile Platform: ---

From https://www.mediawiki.org/wiki/ResourceLoader/V2_Task_management:

(RK) Figure out how gadget ID naming collisions should be handled, define this
somewhere, and enforce it

---

I think local gadgets should take precedence, and then give precedence to
whatever shared repo is first in $wgGadgetRepositories.

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


[Bug 29272] Implement Gadgets 2.0 (tracking)

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29272

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

   What|Removed |Added

 Depends on||70824

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


[Bug 69911] 2.0: Split gadgets-edit user right into gadgets-edit-css and gadgets-edit-js

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69911

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

   What|Removed |Added

   Priority|Unprioritized   |Low

-- 
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 70819] Category pages should expose the timestamp sort option

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70819

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

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||aklap...@wikimedia.org
   Severity|normal  |enhancement

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
[The ticket does not describe a bug but a request for additional functionality.
Hence setting priority to 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 63049] MW 1.19.13 with PHP 5.2 breaks ApiFormatBase.php (due to using anonymous function introduced in PHP 5.3.0)

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63049

--- Comment #9 from Nemo federicol...@tiscali.it ---
Found on several wikis (via mutante's wikistats, bug 44145):

bParse error/b:  syntax error, unexpected T_FUNCTION in
b/homepages/16/d11964383/htdocs/mediawiki/includes/api/ApiFormatBase.php/b
on line b279/bbr /
bParse error/b:  syntax error, unexpected T_FUNCTION in
b/hp/ab/ab/ep/www/www.jiventure.info/includes/api/ApiFormatBase.php/b on
line b279/bbr /
bParse error/b:  syntax error, unexpected T_FUNCTION in
b/hp/ab/ab/ep/www/www.jiventure.info/includes/api/ApiFormatBase.php/b on
line b279/bbr /
bParse error/b:  syntax error, unexpected T_FUNCTION in
b/Library/WebServer/Documents/drw/includes/api/ApiFormatBase.php/b on line
b279/bbr /
bParse error/b:  syntax error, unexpected T_FUNCTION in
b/srv/http/seilbahnlexikon.alpinforum.com/htdocs/includes/api/ApiFormatBase.php/b
on line b279/bbr /
bParse error/b:  syntax error, unexpected T_FUNCTION in
b/var/www/www.ludd.ltu.se/htdocs/w2/includes/api/ApiFormatBase.php/b on
line b279/bbr /
bParse error/b:  syntax error, unexpected T_FUNCTION in
b/var/www/www.ludd.ltu.se/htdocs/w2/includes/api/ApiFormatBase.php/b on
line b279/bbr /
bParse error/b:  syntax error, unexpected T_FUNCTION in
b/vol/www/esmwiki/includes/api/ApiFormatBase.php/b on line b279/bbr /
bParse error/b:  syntax error, unexpected T_FUNCTION in
b/vol/www/mmewiki/includes/api/ApiFormatBase.php/b on line b279/bbr /
bParse error/b:  syntax error, unexpected T_FUNCTION in
b/web/research/mediawiki/csgsa/includes/api/ApiFormatBase.php/b on line
b279/bbr /
bParse error/b:  syntax error, unexpected T_FUNCTION in
b/web/research/mediawiki/rsn/includes/api/ApiFormatBase.php/b on line
b279/bbr /

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


[Bug 70819] Category pages should expose the timestamp sort option

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70819

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it

--- Comment #2 from Nemo federicol...@tiscali.it ---
Sounds like a WONTFIX, this is what CategoryTree or DynamicPageList are for.
Maybe move in the component of either, to offer an in-category interface 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 64468] improve diff visualization for Wikibase entities

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64468

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 64468] improve diff visualization for Wikibase entities

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64468

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160254 had a related patch set uploaded by XZise:
[FIX] init: Return valid json in str() for WbTime and WbQuantity

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

-- 
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 64468] improve diff visualization for Wikibase entities

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64468

--- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160254 merged by jenkins-bot:
[FIX] init: Return valid json in str() for WbTime and WbQuantity

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

-- 
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 70705] New: vagrant up fails with The SSH command responded with a non-zero exit status.

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70705

Bug ID: 70705
   Summary: vagrant up fails with The SSH command responded
with a non-zero exit status.
   Product: MediaWiki-Vagrant
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: zfili...@wikimedia.org
CC: dduv...@wikimedia.org, o...@wikimedia.org,
yuvipa...@gmail.com
   Web browser: ---
   Mobile Platform: ---

I am following quick start instructions[1] on a Mac.

1: https://www.mediawiki.org/wiki/MediaWiki-Vagrant#Quick_start

$ sw_vers -productVersion
10.9.4

$ git --version
git version 2.1.0

$ vboxmanage --version
4.3.16r95972

$ vagrant -v
Vagrant 1.6.5

$ git pull origin master
From ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant
 * branchmaster - FETCH_HEAD
Already up-to-date.

$ git submodule update --init --recursive

$ ./setup.sh
Plugin vagrant-vbguest is already installed
Installing plugin mediawiki-vagrant-0.1.4.gem
- Installing the 'mediawiki-vagrant-0.1.4.gem' plugin. This can take a few
minutes...
- Installed the plugin 'mediawiki-vagrant (0.1.4)'!
You're all set! Simply run `vagrant up` to boot your new environment.

$ vagrant destroy
default: Are you sure you want to destroy the 'default' VM? [y/N] y
== default: Removing puppet created files...
== default: Destroying VM and associated drives...
== default: Pruning invalid NFS exports. Administrator privileges will be
required...
Password:
== default: Running cleanup tasks for 'lsb_check' provisioner...
== default: Running cleanup tasks for 'puppet' provisioner...

$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
== default: Importing base box 'trusty-cloud'...
== default: Matching MAC address for NAT networking...
== default: Setting the name of the VM: vagrant_default_1410428807331_61896
== default: Clearing any previously set forwarded ports...
== default: Clearing any previously set network interfaces...
== default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
default: Adapter 2: hostonly
== default: Forwarding ports...
default: 80 = 8080 (adapter 1)
default: 22 =  (adapter 1)
== default: Running 'pre-boot' VM customizations...
== default: Booting VM...
== default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:
default: SSH username: vagrant
default: SSH auth method: private key
default: Warning: Connection timeout. Retrying...
== default: Machine booted and ready!
GuestAdditions versions on your host (4.3.16) and guest (4.3.10) do not match.
stdin: is not a tty
 * Stopping VirtualBox Additions
   ...done.
stdin: is not a tty
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  dkms fakeroot gcc gcc-4.8 libasan0 libatomic1 libc-dev-bin libc6-dev
  libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libfakeroot libfontenc1
  libgcc-4.8-dev libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libgomp1
  libice6 libitm1 libllvm3.4 libpciaccess0 libpixman-1-0 libquadmath0 libsm6
  libtsan0 libtxc-dxtn-s2tc0 libx11-xcb1 libxaw7 libxcb-dri2-0 libxcb-dri3-0
  libxcb-glx0 libxcb-present0 libxcb-sync1 libxcomposite1 libxdamage1
  libxfixes3 libxfont1 libxkbfile1 libxmu6 libxpm4 libxrandr2 libxrender1
  libxshmfence1 libxt6 libxxf86vm1 linux-libc-dev manpages-dev x11-common
  x11-xkb-utils xfonts-base xfonts-encodings xfonts-utils xserver-common
  xserver-xorg-core
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
  virtualbox-guest-dkms* virtualbox-guest-utils* virtualbox-guest-x11*
0 upgraded, 0 newly installed, 3 to remove and 0 not upgraded.
After this operation, 12.1 MB disk space will be freed.
(Reading database ... 60914 files and directories currently installed.)
Removing virtualbox-guest-dkms (4.3.10-dfsg-1) ...

 Uninstall Beginning 
Module:  virtualbox-guest
Version: 4.3.10
Kernel:  3.13.0-30-generic (x86_64)
-

Status: Before uninstall, this module version was ACTIVE on this kernel.

vboxguest.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.13.0-30-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


vboxsf.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.13.0-30-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


vboxvideo.ko:
 - Uninstallation
   - Deleting 

[Bug 57812] Annotation tool that uses Wikidata concepts to annotate statements from books

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57812

--- Comment #18 from apsdehal amanpreet.iitr2...@gmail.com ---
Sorry for the delay. Give me a day or two, wrap up post would be there.
I had put a mail on Wikidata long time ago about the completion of the project
and asking for reviews but didn't get reply from others.

The project has been completed with everything implemented in a proper way.

-- 
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 64281] Handle edit conflicts on the mobile app in some way

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64281

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

Summary|Handle Edit Conflicts on|Handle edit conflicts on
   |the Mobile App in some way  |the mobile app in some way

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


[Bug 39025] Gadgets 2.0: hidden doesn't work

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39025

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||legoktm.wikipe...@gmail.com
Summary|rl2.wmflabs.org: hidden   |Gadgets 2.0: hidden
   |doesn't work|doesn't work
 Ever confirmed|0   |1

--- Comment #1 from Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com ---
Confirming that this bug is still present.

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


[Bug 70676] ChangeEmail does not always allow you to cancel if you have an invalid email

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70676

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160279 had a related patch set uploaded by Rohan013:
Supress email validation on cancellation in SpecialChangeEmail

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

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


[Bug 70676] ChangeEmail does not always allow you to cancel if you have an invalid email

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70676

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 65998] mysqli: No way to specify the socket location

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65998

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

   What|Removed |Added

 CC||legoktm.wikipe...@gmail.com
   Target Milestone|1.24.0 release  |1.23.x release
  Flags|Backport_to_Stable? |Backport_to_Stable+

-- 
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 65998] mysqli: No way to specify the socket location

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65998

--- Comment #8 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160212 merged by jenkins-bot:
Make MySQLi work with non-standard socket

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

-- 
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 70825] New: hhvm jobrunner TCP socket failure error 24 too many open files

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70825

Bug ID: 70825
   Summary: hhvm jobrunner TCP socket failure error 24 too many
open files
   Product: MediaWiki
   Version: 1.24-git
  Hardware: All
OS: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: JobRunner
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: sprin...@wikimedia.org
CC: aschulz4...@gmail.com, o...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Noticed noise from mw1053 in dberror.log:

Sun Sep 14 10:07:21 UTC 2014mw1053  zhwiki  Error connecting to
10.64.16.34: Can't create TCP/IP socket (24)

Various wikis and DB slave IPs show up. Error 24 is too many open files.

Fairly certain this is a client-side problem as none of the db slaves are
anywhere near their ulimits.

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


[Bug 70612] translatewiki.net so locked down I can't communicate with anyone there

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70612

--- Comment #7 from sminthopsi...@gmail.com ---
Sorry, I misunderstood. I had thought that whoever created the account for me
was working behind the scenes and thought I should proceed. Clearly,
translatewiki.net is beyond my comprehension. I'll see if there is a way to
request that my account be deleted.

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


[Bug 70612] translatewiki.net so locked down I can't communicate with anyone there

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70612

--- Comment #8 from Nemo federicol...@tiscali.it ---
(In reply to sminthopsis84 from comment #7)
 Sorry, I misunderstood. 

No problem.

 I had thought that whoever created the account for
 me was working behind the scenes and thought I should proceed.

Whoever was me, and I wasn't disagreeing with myself. :-)

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


[Bug 70615] Fix extensions depending on skins/common/

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70615

--- Comment #23 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 159373 merged by jenkins-bot:
Use .feedlink class rather than feed-icon.png file

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

-- 
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 69277] Kill the skins/common/ directory in mediawiki/core, moving the contents somewhere else

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69277

--- Comment #56 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 158650 merged by jenkins-bot:
Move footer icons to assets/ directory

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

-- 
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 50631] VisualEditor: CE eats up syllables except a last syllable of a word in Korean IME

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50631

--- Comment #37 from Revi b...@revi.pe.kr ---
I tried VE in [[en:User:Hym411/VETest]] with VE betafeatures enabled;

Input: 구글 크롬 안드로이드용 최신 버전

Output: See the page above. - 국글 클롬 안들롱읻등용 쵯신 벚전

I used latest release of Google Chrome for Android.

Also, comment 25 's 'backspace does not work' still happens to me.

-- 
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 70194] CSS Conflict of textareas with mediawiki ui left-side blue bar

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70194

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160282 had a related patch set uploaded by Florianschmidtwelzow:
Remove padding from Textbox

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

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


[Bug 70194] CSS Conflict of textareas with mediawiki ui left-side blue bar

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70194

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 70194] CSS Conflict of textareas with mediawiki ui left-side blue bar

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70194

--- Comment #4 from Florian florian.schmidt.wel...@t-online.de ---
Created attachment 16465
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=16465action=edit
Expected padding with mw ui

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


[Bug 41291] [mediawiki.feedback.js] Add checkbox to submit user-agent info

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41291

--- Comment #10 from Nemo federicol...@tiscali.it ---
(In reply to James Forrester from comment #9)
 When you post on a talk page you write every byte that gets inserted 

Definitely not,

 (except
 for ==s for new sections and PST substitutions). 

as you say yourself,

 That's very different from
 auto-inserting

and how about the preload parameter?
If pre-save transform is consider radically different from preload, we could
use a new magic word
OMGREALLYSCARYPRIVATEDATABUTPLEASESHAREIFYOUWANTTOHELPTHESOFTWARE.

-- 
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 41291] [mediawiki.feedback.js] Add checkbox to submit user-agent info

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41291

--- Comment #11 from Jesús Martínez Novo (Ciencia Al Poder) 
martinezn...@gmail.com ---
(In reply to James Forrester from comment #9)
 When you post on a talk page you write every byte that gets inserted (except
 for ==s for new sections and PST substitutions).

Now that you mention that, I'd say that if you're not logged in, your IP
address is also included on the page history.

-- 
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 70754] MW Exception causes infinite loop

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70754

John Mark Vandenberg jay...@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 64468] improve diff visualization for Wikibase entities

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64468

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |NEW

--- Comment #6 from John Mark Vandenberg jay...@gmail.com ---
more to do

-- 
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 68671] test duration [tracking]

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68671

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |NEW

--- Comment #2 from John Mark Vandenberg jay...@gmail.com ---
still need to fix the tests

-- 
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 46704] A proper catalog of extensions

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46704

--- Comment #43 from Mark A. Hershberger m...@everybody.org ---
http://hexmode.com/2014/09/summer-of-code/ -- post on my blog.

-- 
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 70827] New: Wikimedia Error after completely history merging a page

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70827

Bug ID: 70827
   Summary: Wikimedia Error after completely history merging a
page
   Product: MediaWiki
   Version: unspecified
  Hardware: All
   URL: https://zh.wikivoyage.org/wiki/%E6%A8%A1%E5%9D%97:Sand
box
OS: All
Status: NEW
  Severity: critical
  Priority: Unprioritized
 Component: History/Diffs
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: zhuyifei1...@gmail.com
   Web browser: ---
   Mobile Platform: ---

1. Module:Sandbox history splitted through delete  undelete.
2. Merged full history of Module:Sandbox to Module:Pagebanner through
Special:Mergehistory.
3. Module:Sandbox fail. Full undeletion doesn't help.

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


[Bug 70827] Fatal Wikimedia Foundation Error after completely history merging a page

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70827

zhuyifei1999 zhuyifei1...@gmail.com changed:

   What|Removed |Added

Summary|Wikimedia Error after |Fatal Wikimedia Foundation
   |completely history merging  |Error after completely
   |a page  |history merging a page

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


[Bug 70827] [1.24wmf20] Fatal error: Call to a member function getProperty() on a non-object, after completely history merging a page

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70827

Jesús Martínez Novo (Ciencia Al Poder) martinezn...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |High
  Component|History/Diffs   |GeoCrumbs
Version|unspecified |master
Product|MediaWiki   |MediaWiki extensions
Summary|Fatal Wikimedia Foundation |[1.24wmf20] Fatal error:
   |Error after completely |Call to a member function
   |history merging a page  |getProperty() on a
   ||non-object, after
   ||completely history merging
   ||a page

--- Comment #1 from Jesús Martínez Novo (Ciencia Al Poder) 
martinezn...@gmail.com ---
The error message is:

PHP fatal error in
/srv/mediawiki/php-1.24wmf20/extensions/GeoCrumbs/GeoCrumbs.class.php line 126:
Call to a member function getProperty() on a non-object 

getParserCache() can return null, but the code doesn't handle this situation,
assuming it will never return null.

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


[Bug 70828] New: Change $wgAbuseFilterAnonBlockDuration to 3 months on mediawikiwiki

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70828

Bug ID: 70828
   Summary: Change $wgAbuseFilterAnonBlockDuration to 3 months on
mediawikiwiki
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Site requests
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: jackmcbarn+w...@gmail.com
CC: benap...@gmail.com,
bugzilla+org.wikime...@tuxmachine.com,
dereck...@espace-win.org, johnflewi...@gmail.com,
steinsplit...@wikipedia.de, wikimedia.b...@snowolf.eu
   Web browser: ---
   Mobile Platform: ---

Request made over 3 weeks ago with no dissenting opinions.
https://www.mediawiki.org/w/index.php?oldid=1129235

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


[Bug 70828] Change $wgAbuseFilterAnonBlockDuration to 3 months on mediawikiwiki

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70828

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 70828] Change $wgAbuseFilterAnonBlockDuration to 3 months on mediawikiwiki

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70828

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160286 had a related patch set uploaded by Jackmcbarn:
Set $wgAbuseFilterAnonBlockDuration to 3 months on mediawikiwiki

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

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


[Bug 70745] Icons appear incorrectly for empty state of Saved/ Recent/ Nearby

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70745

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160126 merged by Dbrant:
Hide actions when lists are empty

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

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


[Bug 70759] Bucketing not working correctly for recommendations

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70759

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it

--- Comment #16 from Nemo federicol...@tiscali.it ---
Also reported on it.wiki by valepert and others.

-- 
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 70827] [1.24wmf20] Fatal error: Call to a member function getProperty() on a non-object, after completely history merging a page

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70827

Jesús Martínez Novo (Ciencia Al Poder) martinezn...@gmail.com changed:

   What|Removed |Added

 CC||kren...@wikimedia.org,
   ||martinezn...@gmail.com
 Blocks||38865

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


[Bug 38865] Next wmf deployment (tracking)

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38865

Jesús Martínez Novo (Ciencia Al Poder) martinezn...@gmail.com changed:

   What|Removed |Added

 Depends on||70827

-- 
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 39212] CentralNotice banner paging needs to be aware of banner filtering

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39212

Peter Coombe pcoo...@wikimedia.org 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 53753] CentralNotice filter produces useless URLs

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53753

Peter Coombe pcoo...@wikimedia.org changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 CC||pcoo...@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 70194] CSS Conflict of textareas with mediawiki ui left-side blue bar

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70194

Alex Monk kren...@wikimedia.org changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 CC||kren...@wikimedia.org
 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 70424] Set $wgUseMediaWikiUIEverywhere = true (tracking)

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70424
Bug 70424 depends on bug 70194, which changed state.

Bug 70194 Summary: CSS Conflict of textareas with mediawiki ui left-side blue 
bar
https://bugzilla.wikimedia.org/show_bug.cgi?id=70194

   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 70194] CSS Conflict of textareas with mediawiki ui left-side blue bar

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70194

--- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160282 merged by jenkins-bot:
Remove padding from Textbox

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

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


[Bug 70659] DiffViewTest failures on travis!

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70659

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 70659] DiffViewTest failures on travis!

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70659

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160289 had a related patch set uploaded by Hoo man:
Call parent::tearDown in FingerprintViewTest

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

-- 
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 70823] Fieldset style is incomplete

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70823

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 70823] Fieldset style is incomplete

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70823

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160290 merged by Foxtrott:
Fix styling for Special:RecentChanges

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

-- 
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 70823] Fieldset style is incomplete

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70823

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160290 had a related patch set uploaded by Foxtrott:
Fix styling for Special:RecentChanges

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

-- 
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 70823] Fieldset style is incomplete

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70823

s7ep...@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 70659] DiffViewTest failures on travis!

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70659

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160289 merged by jenkins-bot:
Call parent::tearDown in FingerprintViewTest

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

-- 
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 39845] Hard coded brackets in includes/specials/SpecialListusers.php

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39845

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 150201 merged by jenkins-bot:
Fix Special:Listusers i18n issues

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

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


[Bug 70803] FOUC on signup page where CAPTCHA is in the wrong place before moving down

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70803

Umherirrender umherirrender_de...@web.de changed:

   What|Removed |Added

Summary|FUOC on signup page where   |FOUC on signup page where
   |CAPTCHA is in the wrong |CAPTCHA is in the wrong
   |place before moving down|place before moving down

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


[Bug 26411] Entries for non-existent categories should be deleted from the 'category' table

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26411

Robert Morley robinhoo...@live.ca changed:

   What|Removed |Added

   Target Milestone|Future release  |1.25.0 release

--- Comment #15 from Robert Morley robinhoo...@live.ca ---
Is it my imagination or has this not yet been published, despite being noticed
and corrected three years ago? Certainly Wikipedia's List of categories show
that the problem still exists. Out of the first 100, it looks like one is a
redirect (List of Albanians) and none of the others exist at all.

https://en.wikipedia.org/w/api.php?action=querylist=allcategoriesacprefix=List_ofaclimit=100acprop=size

vs.

https://en.wikipedia.org/w/api.php?action=querylist=allpagesapfrom=List%20ofapnamespace=14aplimit=2

I've tagged this for the next release, but this is my first time doing that, so
if I did anything wrong, please correct me!

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


[Bug 39845] Hard coded brackets in includes/specials/SpecialListusers.php

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39845

Umherirrender umherirrender_de...@web.de changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 CC||umherirrender_de...@web.de
 Resolution|--- |FIXED

--- Comment #3 from Umherirrender umherirrender_de...@web.de ---
successfully merged

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


[Bug 26411] Entries for non-existent categories should be deleted from the 'category' table

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26411

--- Comment #16 from Bawolff (Brian Wolff) bawolff...@gmail.com ---
(In reply to Robert Morley from comment #15)
 Is it my imagination or has this not yet been published, despite being
 noticed and corrected three years ago?

It was noticed. It was not corrected. Dan proposed making a script that could
be run manually to remove categories without any entries. I had some mild
objections at the time. My biggest objection is that if we don't want such
categories, we should have something automatic to remove them (ie not a
maintenance script), where the comment 7 solution would require a human to
press a button every so often to get rid of the extra categories.

 
 I've tagged this for the next release, but this is my first time doing that,
 so if I did anything wrong, please correct me!

Those tags aren't treated too seriously. Generally though I would only
recommend setting target milestones if you are in a position to fix the bug.

---

So possible solutions to this bug:
*Have allcategories default to having the acmin parameter be 1. This is closer
to the probable intent of users. Downside - will exclude pages in the category
namespace that don't have any category members. However it should be noted that
this is already the case. [[Category:*NSYNC members]] is a thing, but
https://en.wikipedia.org/w/api.php?action=querylist=allcategoriesacprefix=*Naclimit=100acprop=size
doesn't include it.

Another possible solution (perhaps more proper):
Change line 3384 on includes/WikiPage.php to delete the entry in the category
table iff. cat_pages = 0 and there is no description page for that category. If
we did that, we would probably want to ensure that creation of a page in the
category namespace creates an entry in the category table even if it has no
entries.

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


[Bug 70829] New: commons icon on Special:UserLogout not transparent

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70829

Bug ID: 70829
   Summary: commons icon on Special:UserLogout not transparent
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: duplicate...@googlemail.com
   Web browser: ---
   Mobile Platform: ---

All the icons for the autologin from CentralAuth have transparent backgrounds
except the commons icon. Should be changed to have all the same.

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


[Bug 70830] New: list=recentchanges doesn't reveal whether a page move event created a redirect

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70830

Bug ID: 70830
   Summary: list=recentchanges doesn't reveal whether a page move
event created a redirect
   Product: MediaWiki
   Version: 1.24-git
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: API
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: nathanlarson3...@gmail.com
CC: bjor...@wikimedia.org, bryan.tongm...@gmail.com,
roan.katt...@gmail.com, s...@reedyboy.net
   Web browser: ---
   Mobile Platform: ---

list=recentchanges doesn't reveal whether a page move event created a redirect.
One can set rcprop=redirect, but that only reveals whether the source page
currently is a redirect; that could have changed since the page move event.
Therefore, I propose to add a redir= boolean property to the move subarray
(which currently only has new_ns and new_title). This data will be obtained
from rc_params.

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


[Bug 70830] list=recentchanges doesn't reveal whether a page move event created a redirect

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70830

Nathan Larson nathanlarson3...@gmail.com changed:

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |nathanlarson3...@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 70830] list=recentchanges doesn't reveal whether a page move event created a redirect

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70830

--- Comment #1 from db duplicate...@googlemail.com ---
For list=recentchanges and list=logevents there is a suppressedredirect=
attribute to indicate this (the other way round) - WORKSFORME?

-- 
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 70659] DiffViewTest failures on travis!

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70659

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

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 CC||h...@online.de
 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 70659] DiffViewTest failures on travis!

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70659

Addshore addshorew...@gmail.com changed:

   What|Removed |Added

 CC||addshorew...@gmail.com

--- Comment #4 from Addshore addshorew...@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 70822] Bullet point styles/icon and category items are displayed as rectangle

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70822

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160293 had a related patch set uploaded by Foxtrott:
Rework styling of lists

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

-- 
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 70822] Bullet point styles/icon and category items are displayed as rectangle

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70822

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 70830] list=recentchanges doesn't reveal whether a page move event created a redirect

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70830

Nathan Larson nathanlarson3...@gmail.com changed:

   What|Removed |Added

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

--- Comment #2 from Nathan Larson nathanlarson3...@gmail.com ---
(In reply to db from comment #1)
 For list=recentchanges and list=logevents there is a suppressedredirect=
 attribute to indicate this (the other way round) - WORKSFORME?

Yup... thanks.

-- 
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 70822] Bullet point styles/icon and category items are displayed as rectangle

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70822

s7ep...@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 70822] Bullet point styles/icon and category items are displayed as rectangle

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70822

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160293 merged by Foxtrott:
Rework styling of lists

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

-- 
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 70822] Bullet point styles/icon and category items are displayed as rectangle

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70822

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 70822] Bullet point styles/icon and category items are displayed as rectangle

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70822

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160294 had a related patch set uploaded by Foxtrott:
Fix styling of category links

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

-- 
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 70822] Bullet point styles/icon and category items are displayed as rectangle

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70822

s7ep...@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 70822] Bullet point styles/icon and category items are displayed as rectangle

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70822

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160294 merged by Foxtrott:
Fix styling of category links

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

-- 
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 70831] New: Overlay doesn't close - elements aren't clickable

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70831

Bug ID: 70831
   Summary: Overlay doesn't close - elements aren't clickable
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: ContentEditable
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: eran@outlook.com
CC: da...@sheetmusic.org.uk, jforres...@wikimedia.org,
ryasm...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

1. Open any article
2. Select the article title (firstHeading), copy, open the page settings, and
set the default sort, and apply.
3. try to click any element - it fails.

Inspect element tells you there is ve-ui-overlay-global ve-ui-overlay over
all...

-- 
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 70825] hhvm jobrunner TCP socket failure error 24 too many open files

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70825

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160298 had a related patch set uploaded by Ori.livneh:
Increase maximum number of open files for HHVM from 1024 to 4096

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

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


[Bug 70825] hhvm jobrunner TCP socket failure error 24 too many open files

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70825

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 26411] Entries for non-existent categories should be deleted from the 'category' table

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26411

--- Comment #17 from Robert Morley robinhoo...@live.ca ---
I hadn't looked closely at the patch and thought he'd added both the automatic
deletion functionality and the maintenance script. I see now that that was
incorrect.

For your first solution, I think your point about *NSYNC means that a default
of acmin=1 would be an easy-to-write interim solution.

I really feel that the second solution is the way to go in the long run,
though. The category table never getting cleaned up is basically a resource
leak, which is bad in its own right, but could also conceivably be used to
expose unwanted profanity or sensitive data with no easy way to get rid of it.

I was thinking about sometimes-empty categories, but even if a category is
empty, it'll almost always have a category page associated with it (in which
case it should be kept, as you mentioned). Even if it doesn't, I don't think
deleting it will really matter. I suppose you might want it left as a category
suggestion or what have you, but really, if that's what you want, you should be
creating a page for the thing anyway.

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


[Bug 70825] hhvm jobrunner TCP socket failure error 24 too many open files

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70825

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160298 merged by Giuseppe Lavagetto:
Increase maximum number of open files for HHVM from 1024 to 4096

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

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


[Bug 35342] WikiEditor: Add SVG versions of editing toolbar icons

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35342

--- Comment #38 from paladox2015 thomasmulhall...@yahoo.com ---
Hi I have already done a patch that does that.
https://gerrit.wikimedia.org/r/#/c/151203/ Someone commit and said to split
them into two patches.

-- 
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 26411] Entries for non-existent categories should be deleted from the 'category' table

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26411

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

   What|Removed |Added

   Target Milestone|1.25.0 release  |---

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


[Bug 35342] WikiEditor: Add SVG versions of editing toolbar icons

2014-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35342

--- Comment #39 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 151203 restored by Paladox:
Update WikiEditor

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

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


  1   2   >