[Bug 60031] New: 1.22.1 orphan files regression with postgressql

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

   Web browser: ---
Bug ID: 60031
   Summary: 1.22.1 orphan files regression with postgressql
   Product: MediaWiki
   Version: 1.22.0
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: Database
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: l.wandreb...@quelquesmots.fr
Classification: Unclassified
   Mobile Platform: ---

special pages, orphan files brings up an error with PostgreSQL 9.3:
 2014-01-14 08:47:08.118 CET INSTRUCTION :  SELECT /*
UnusedimagesPage::reallyDoQuery Low */  6 AS namespace,img_name AS
title,img_timestamp AS value,img_user,img_user_text,img_description  FROM
imagelinks   WHERE (il_to IS NULL)  ORDER BY value LIMIT 51  
 2014-01-14 08:47:26.556 CET ERROR:  column « img_name » doesn’t exist at
caracter 66

-- 
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 60031] 1.22.1 orphan files regression with postgresql

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

Laurent Wandrebeck l.wandreb...@quelquesmots.fr changed:

   What|Removed |Added

Summary|1.22.1 orphan files |1.22.1 orphan files
   |regression with postgressql |regression with postgresql

-- 
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 54814] UploadWizard: The (grey) dialog should not have a spinner with a fixed white background

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

tinaj1234 tinajohnson.1...@gmail.com changed:

   What|Removed |Added

 CC||tinajohnson.1...@gmail.com

--- Comment #2 from tinaj1234 tinajohnson.1...@gmail.com ---
Can I work on this?

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


[Bug 60030] toc hide on live preview doesn't work anymore

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

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 106132 had a related patch set uploaded by Gerrit Patch Uploader:
Move toctoggle from mediawiki.util.js to separate file mediawiki.toc.js

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

-- 
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 54814] UploadWizard: The (grey) dialog should not have a spinner with a fixed white background

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

Tony Thomas 01tonytho...@gmail.com changed:

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |tinajohnson.1...@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 54814] UploadWizard: The (grey) dialog should not have a spinner with a fixed white background

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

Tony Thomas 01tonytho...@gmail.com changed:

   What|Removed |Added

 CC||01tonytho...@gmail.com

--- Comment #3 from Tony Thomas 01tonytho...@gmail.com ---
(In reply to comment #2)
 Can I work on this?
Prepare the patch 
http://www.mediawiki.org/wiki/Gerrit/Tutorial

-- 
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 60031] 1.22.1 orphan files regression with postgresql

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

--- Comment #1 from Laurent Wandrebeck l.wandreb...@quelquesmots.fr ---
Same regression pops up for several categories in special pages:
 2014-01-14 09:02:52.565 CET INSTRUCTION :  SELECT /*
UncategorizedImagesPage::reallyDoQuery Low */  page_namespace AS
namespace,page_title AS title,page_title AS value  FROM categorylinks   WHERE
(cl_from IS NULL) AND page_namespace = '6' AND page_is_redirect = '0'  ORDER BY
value LIMIT 51  
 2014-01-14 09:02:56.881 CET ERROR:  column « tl_namespace » doesn’t exist at
character 54
 2014-01-14 09:02:56.881 CET INSTRUCTION :  SELECT /*
WantedTemplatesPage::reallyDoQuery Low */  tl_namespace AS namespace,tl_title
AS title,COUNT(*) AS value  FROM page   WHERE (page_title IS NULL) AND
tl_namespace = '10'  GROUP BY tl_namespace,tl_title ORDER BY value DESC LIMIT
51  
 2014-01-14 09:03:02.828 CET ERROR:  column « page_namespace » doesn’t exist
at character 54
 2014-01-14 09:03:02.828 CET INSTRUCTION :  SELECT /*
UnusedtemplatesPage::reallyDoQuery Low */  page_namespace AS
namespace,page_title AS title,page_title AS value  FROM templatelinks   WHERE
page_namespace = '10' AND (tl_from IS NULL) AND page_is_redirect = '0'  ORDER
BY value LIMIT 51  
 2014-01-14 09:09:07.225 CET ERROR:  column « page_namespace » doesn’t exist
at character 61

-- 
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 17496] JS: Automatically hide changes saved message when changing preferences

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

Tony Thomas 01tonytho...@gmail.com changed:

   What|Removed |Added

 CC||01tonytho...@gmail.com
   Assignee|wikibugs-l@lists.wikimedia. |01tonytho...@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 58659] Installation of bundled extensions fails on Windows

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

Markus Glaser gla...@hallowelt.biz changed:

   What|Removed |Added

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

--- Comment #5 from Markus Glaser gla...@hallowelt.biz ---
Fixed as of https://gerrit.wikimedia.org/r/#/c/107211/ and in MediaWiki 1.22.1.
I can install extensions now on Windows. Thanks!

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


[Bug 59146] Enabling also edit access to Wikipedia via TOR

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

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 CC||federicol...@tiscali.it
 Resolution|--- |WORKSFORME

--- Comment #20 from Nemo federicol...@tiscali.it ---
(In reply to comment #17)
 (In reply to comment #16)
  So because nobody is willing to fix this, I think it is a typical WONTFIX. 
  (I
  reported this issue, I set it now to WONTFIX, and feel unhappy for Jake)
 
 Actually there are people willing to work toward a technical solution that
 consists neither of removing Torblock altogether nor of the status quo. See
 e.g. the comment in the current Wikitech-l thread by Chris Steipp [...]

Sure, but there is no clarity on whether actually there is a problem, not to
speak of consensus on a general lifting of the TorBlock. Absent new
information/big changes in general sentiment of the Wikimedia projects, this
bug should be considered closed.

Speaking of Chris, he asked a question: Or is there still a step that is
missing?
http://lists.wikimedia.org/pipermail/wikitech-l/2014-January/073949.html

-- 
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 60031] 1.22.1 orphan files regression with postgresql

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

--- Comment #2 from Laurent Wandrebeck l.wandreb...@quelquesmots.fr ---
OK, I’ve checked every links in special pages, here’s the whole error log (in
french sorry, but meaning is obvious).
 2014-01-14 08:47:08.118 CET ERREUR:  la colonne « img_name » n'existe pas au
caractère 66
 2014-01-14 08:47:08.118 CET INSTRUCTION :  SELECT /*
UnusedimagesPage::reallyDoQuery Low */  6 AS namespace,img_name AS
title,img_timestamp AS value,img_user,img_user_text,img_description  FROM
imagelinks   WHERE (il_to IS NULL)  ORDER BY value LIMIT 51  
 2014-01-14 08:47:26.556 CET ERREUR:  la colonne « img_name » n'existe pas au
caractère 66
 2014-01-14 08:47:26.556 CET INSTRUCTION :  SELECT /*
UnusedimagesPage::reallyDoQuery Low */  6 AS namespace,img_name AS
title,img_timestamp AS value,img_user,img_user_text,img_description  FROM
imagelinks   WHERE (il_to IS NULL)  ORDER BY value LIMIT 51  
 2014-01-14 09:02:52.565 CET ERREUR:  la colonne « page_namespace » n'existe
pas au caractère 58
 2014-01-14 09:02:52.565 CET INSTRUCTION :  SELECT /*
UncategorizedImagesPage::reallyDoQuery Low */  page_namespace AS
namespace,page_title AS title,page_title AS value  FROM categorylinks   WHERE
(cl_from IS NULL) AND page_namespace = '6' AND page_is_redirect = '0'  ORDER BY
value LIMIT 51  
 2014-01-14 09:02:56.881 CET ERREUR:  la colonne « tl_namespace » n'existe
pas au caractère 54
 2014-01-14 09:02:56.881 CET INSTRUCTION :  SELECT /*
WantedTemplatesPage::reallyDoQuery Low */  tl_namespace AS namespace,tl_title
AS title,COUNT(*) AS value  FROM page   WHERE (page_title IS NULL) AND
tl_namespace = '10'  GROUP BY tl_namespace,tl_title ORDER BY value DESC LIMIT
51  
 2014-01-14 09:03:02.828 CET ERREUR:  la colonne « page_namespace » n'existe
pas au caractère 54
 2014-01-14 09:03:02.828 CET INSTRUCTION :  SELECT /*
UnusedtemplatesPage::reallyDoQuery Low */  page_namespace AS
namespace,page_title AS title,page_title AS value  FROM templatelinks   WHERE
page_namespace = '10' AND (tl_from IS NULL) AND page_is_redirect = '0'  ORDER
BY value LIMIT 51  
 2014-01-14 09:09:07.225 CET ERREUR:  la colonne « page_namespace » n'existe
pas au caractère 61
 2014-01-14 09:09:07.225 CET INSTRUCTION :  SELECT /*
UncategorizedTemplatesPage::reallyDoQuery Low */  page_namespace AS
namespace,page_title AS title,page_title AS value  FROM categorylinks   WHERE
(cl_from IS NULL) AND page_namespace = '10' AND page_is_redirect = '0'  ORDER
BY page_title LIMIT 51  
 2014-01-14 09:23:52.778 CET ERREUR:  la relation « pg2 » n'existe pas au
caractère 118
 2014-01-14 09:23:52.778 CET INSTRUCTION :  SELECT /*
WantedPagesPage::reallyDoQuery Low */  pl_namespace AS namespace,pl_title AS
title,COUNT(*) AS value  FROM pg2   WHERE (pg1.page_namespace IS NULL) AND
(pl_namespace NOT IN ( '2', '3' )) AND (pg2.page_namespace != '8')  GROUP BY
pl_namespace,pl_title HAVING COUNT(*)  0 ORDER BY value DESC LIMIT 51  
 2014-01-14 09:27:08.785 CET ERREUR:  la colonne « page_namespace » n'existe
pas au caractère 53
 2014-01-14 09:27:08.785 CET INSTRUCTION :  SELECT /*
UnwatchedpagesPage::reallyDoQuery Low */  page_namespace AS
namespace,page_title AS title,page_namespace AS value  FROM watchlist   WHERE
(wl_title IS NULL) AND page_is_redirect = '0' AND (page_namespace != '8') 
ORDER BY page_namespace,page_title LIMIT 51  
 2014-01-14 09:29:31.165 CET ERREUR:  la colonne « page_namespace » n'existe
pas au caractère 50
 2014-01-14 09:29:31.165 CET INSTRUCTION :  SELECT /*
LonelyPagesPage::reallyDoQuery Low */  page_namespace AS namespace,page_title
AS title,page_title AS value  FROM templatelinks   WHERE (pl_namespace IS
NULL) AND page_namespace = '0' AND page_is_redirect = '0' AND (tl_namespace IS
NULL)  ORDER BY page_title LIMIT 51  
 2014-01-14 09:29:40.511 CET ERREUR:  la colonne « page_namespace » n'existe
pas au caractère 57
 2014-01-14 09:29:40.511 CET INSTRUCTION :  SELECT /*
UncategorizedPagesPage::reallyDoQuery Low */  page_namespace AS
namespace,page_title AS title,page_title AS value  FROM categorylinks   WHERE
(cl_from IS NULL) AND page_namespace = '0' AND page_is_redirect = '0'  ORDER BY
page_title LIMIT 51  
 2014-01-14 09:29:44.301 CET ERREUR:  la colonne « page_namespace » n'existe
pas au caractère 55
 2014-01-14 09:29:44.301 CET INSTRUCTION :  SELECT /*
WithoutInterwikiPage::reallyDoQuery Low */  page_namespace AS
namespace,page_title AS title,page_title AS value  FROM langlinks   WHERE
(ll_title IS NULL) AND page_namespace = '0' AND page_is_redirect = '0'  ORDER
BY page_namespace,page_title LIMIT 51  
 2014-01-14 09:29:48.105 CET ERREUR:  la relation « p2 » n'existe pas au
caractère 159
 2014-01-14 09:29:48.105 CET INSTRUCTION :  SELECT /*
BrokenRedirectsPage::reallyDoQuery Low */  p1.page_namespace AS
namespace,p1.page_title AS title,p1.page_title AS value,rd_namespace,rd_title 
FROM p2   WHERE (rd_namespace = 0) AND (rd_interwiki IS NULL OR rd_interwiki
= '') AND (p2.page_namespace IS NULL)  ORDER BY 

[Bug 59146] Enabling also edit access to Wikipedia via TOR

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

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

   What|Removed |Added

 Resolution|WORKSFORME  |WONTFIX

--- Comment #21 from T. Gries m...@tgries.de ---
WORKSFORME is the wrong status for closing. As I wrote in the title and as
reported by me, at least some persons request to be able to edit wikipedia
article via TOR. 

As mentioned in the book cited above

Peter Wayner Disappearing Cryptography Third edition pages 225-227, 2009.
ISBN 978-0-12-374479-1

Pages 225-227 Chapter 10.7.3 Stopping Bad user:

bad users of the onion routing network can ruin the reputation of other users.
The Wikipedia, for instance, often blocks TOR exit nodes complete because some
people have used the network to hide their identities while defacing the wiki's
entries...

In the further passages Peter Wayner explains a one straight-forward solution
is to use some form of certificates with a blind signature, a technique that
borrows from some of the early solutions for building anonymous digital cash
(A typical example with Alice follows - must read this).

there exist solutions.

As long as this is not solved, the request at least is valid. If you do not
want to fix it now, it is WONTFIX, and not WORKSFORME.

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


[Bug 59146] Enabling also edit access to Wikipedia via TOR

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

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Resolution|WONTFIX |WORKSFORME

--- Comment #22 from Nemo federicol...@tiscali.it ---
Thanks for the duplicate comment, I had read it already. More useful would be
if you gave an answer to the question above.

-- 
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 59146] Enabling also edit access to Wikipedia via TOR

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

--- Comment #23 from T. Gries m...@tgries.de ---
Nemo, why do you set this to WORKSFORME ? You blame all the people using TOR
and who CANNOT edit Wikipedia, so WORKFORME is simply the wrong flag.

-- 
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 59146] Enabling also edit access to Wikipedia via TOR

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

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Resolution|WORKSFORME  |WONTFIX

--- Comment #24 from Nemo federicol...@tiscali.it ---
Sorry, I didn't mean to change status.

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


[Bug 17496] JS: Automatically hide Your preferences have been saved. message when changing preferences

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

Tony Thomas 01tonytho...@gmail.com changed:

   What|Removed |Added

Summary|JS: Automatically hide  |JS: Automatically hide
   |changes saved message |Your preferences have been
   |when changing preferences   |saved. message when
   ||changing preferences

-- 
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 54749] thumb.php should output docs if no file specified

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

Aravind K N arav...@gmail.com changed:

   What|Removed |Added

 CC||arav...@gmail.com

--- Comment #1 from Aravind K N arav...@gmail.com ---
I would like to work on this bug. Would someone assign this to me?

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


[Bug 60032] New: Pool queue is full and related errors on search api

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

   Web browser: ---
Bug ID: 60032
   Summary: Pool queue is full and related errors on search api
   Product: Wikipedia App
   Version: Unspecified
  Hardware: Other
OS: other
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: Search
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: si...@praekeltfoundation.org
CC: mgro...@wikimedia.org, yuvipa...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

For Wikipedia Text (the SMS  USSD part of Wikipedia Zero) in Kenya we're
occasionally seeing the following errors:

{u'servedby': u'mw1205', u'error': {u'info': u'Pool queue is full', u'code':
u'srsearch-error'}}
{u'servedby': u'mw1200', u'error': {u'info': u'The search backend returned an
error: ', u'code': u'srsearch-error'}}
{u'servedby': u'mw1123', u'error': {u'info': u'HTTP request timed out.',
u'code': u'srsearch-error'}}

Please advise if anything can be done about these (other than trying to handle
them as gracefully as possible on our application side of things).

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


[Bug 54749] thumb.php should output docs if no file specified

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

Tony Thomas 01tonytho...@gmail.com changed:

   What|Removed |Added

 CC||01tonytho...@gmail.com

--- Comment #2 from Tony Thomas 01tonytho...@gmail.com ---
Prepare the patch 
http://www.mediawiki.org/wiki/Gerrit/Tutorial

-- 
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 60032] Pool queue is full and related errors on search api

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

Yuvi Panda yuvipa...@gmail.com changed:

   What|Removed |Added

 CC||neverett+bugzilla@wikimedia
   ||.org
  Component|Search  |Search
Version|Unspecified |unspecified
Product|Wikipedia App   |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 59146] Enabling also edit access to Wikipedia via TOR

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

--- Comment #25 from T. Gries m...@tgries.de ---
Nemo, I cannot answer the technical, or political question/s. I am only the
_messenger_ (see original posting in the mailinglist) and wanted to (re)start a
fruitful discussion, with the goal, that edits-via-TOR will become possible.

At least, the discussion has reached a broader audience, and some idea came up. 

These should be collected on a suited MediaWiki page, may be in addition to
https://meta.wikimedia.org/wiki/NOP .

-- 
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 60013] IRC RC feed is not working for any betacluster project

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

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Antoine hashar Musso has...@free.fr ---
That has been disabled: bug 56758 - Beta labs leaking into irc.wikimedia.org

The reason is that the channels would receive edits from both production and
beta which is definitely confusing.

We had bug 53593 to setup an IRC server on beta (wontfixed).  If one wants, he
could try to setup an IRC server in beta to which we could point the feed. I
don't think it is worth the effort though.

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

-- 
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 56758] Beta labs leaking into irc.wikimedia.org for #wikidata.wikipedia

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

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

 CC||jan.leb...@gmail.com

--- Comment #5 from Antoine hashar Musso has...@free.fr ---
*** Bug 60013 has been marked as a duplicate of this bug. ***

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


[Bug 60032] Pool queue is full and related errors on search api

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

--- Comment #1 from Simon de Haan si...@praekeltfoundation.org ---
Created attachment 14305
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=14305action=edit
Graphite screenshot showing timeouts

Screenhot of the Wikipedia Text service traffic. The yellow line is the
response time for the search API. Times shown is in UTC morning of tuesday 14th
of January.

-- 
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 56693] special page for setting sitelinks needs to allow setting of badges

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

--- Comment #8 from Addshore addshorew...@gmail.com ---
This is now merged as an experimental feature.

I have a patch ready to take this out of experimental when the JS UI is ready
which can be found at https://gerrit.wikimedia.org/r/#/c/106735/

-- 
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 59146] Enabling also edit access to Wikipedia via TOR

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

--- Comment #26 from Nemo federicol...@tiscali.it ---
I didn't ask any technical or political question. I asked if there is a single
person who tried to get access via TOR and was denied it. Absent a single
individual example, this issue DOES NOT EXIST.

-- 
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 17496] JS: Automatically hide Your preferences have been saved. message when changing preferences

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

--- Comment #9 from Jared Zimmerman (WMF) jared.zimmer...@wikimedia.org ---
If we're going to show and hide this after a timer if prefer it was a floating
fixed element rather than an in-line one, A. So the user sees it, and B. So it
isn't making the content of the page refactor when it appears and disappears.
If reccomend 4 seconds for the time on screen. 

To address the issue of knowing if it saved I'd recommend disabling the save
button if no changes have been made since last save. I don't think this is
absolute needed but it's another reminder that there is nothing you need 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 60033] New: Page quality level for anonymous edit

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

   Web browser: ---
Bug ID: 60033
   Summary: Page quality level for anonymous edit
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: ProofreadPage
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: pi...@hot.ee
CC: b...@adres.pl, thoma...@hotmail.fr,
zaran.krl...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

I don't know since when, but if an anonymous user edits/creates a page in Page:
namespace then the page quality level is changed to 0 (= no text).

(This doesn't seem to be the case in the German Wikisource, where anonymous
users have radio buttons to change page status.)

Default behaviour used to be that if an anonymous user edits a page then the
quality level is set to 1 (new page) or there's no change in it.

-- 
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 59992] Please install Perl module WikiConverter

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

Magnus Manske magnus.man...@web.de changed:

   What|Removed |Added

   Priority|Unprioritized   |High

-- 
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 59969] svgcheck tool doesn't display rendered image if filename includes spaces

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

--- Comment #15 from trl...@hotmail.com ---
Confirmed working with my local copy of
https://en.wikipedia.org/wiki/File:%27%27The_Sleeping_Beauty%27%27_excerpt,_C._Armstrong_Gibbs.svg

-- 
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 59733] Deleted pages should be served as HTTP 404 instead of HTTP 200

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

--- Comment #4 from Scott Martin sc...@urbigenous.net ---
I wasn't aware of that change - good to know - but no, mainspace (and
presumably other namespace) pages.

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


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

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

Bug 38638 depends on bug 38624, which changed state.

Bug 38624 Summary: Better wording needed in 
MediaWiki:Contest-contest-reminder-page
https://bugzilla.wikimedia.org/show_bug.cgi?id=38624

   What|Removed |Added

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

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


[Bug 38624] Better wording needed in MediaWiki:Contest-contest-reminder-page

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

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||at.li...@live.com.au
 Resolution|--- |WORKSFORME

--- Comment #1 from This, that and the other at.li...@live.com.au ---
Message now reas 'The content for the reminder email comes from [[$1|this
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 60032] Pool queue is full and related errors on search api

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

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

   What|Removed |Added

   Keywords||mobile
   Priority|Unprioritized   |High
 CC||aklap...@wikimedia.org,
   ||maxsem.w...@gmail.com

--- Comment #2 from Andre Klapper aklap...@wikimedia.org ---
Thanks for taking the time to report this!

Is this a recent problem, or has this been ongoing for a while?

Bug 59993 might be related (which got fixed yesterday).

-- 
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 38624] Better wording needed in MediaWiki:Contest-contest-reminder-page

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

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||federicol...@tiscali.it
 Resolution|WORKSFORME  |---

--- Comment #2 from Nemo federicol...@tiscali.it ---
(In reply to comment #1)
 Message now reas 'The content for the reminder email comes from [[$1|this
 page]].'

Yep, this page/that page/here are the typical errors.
www.w3.org/QA/Tips/noClickHere

-- 
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 48318] On mobile, wikivoyage.org redirects to www.m.wikivoyage.org which does not exist

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

--- Comment #18 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 89879 merged by Faidon Liambotis:
Varnish: don't mobile redirect www.$project.org

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

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


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

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

Bug 38638 depends on bug 38624, which changed state.

Bug 38624 Summary: Better wording needed in 
MediaWiki:Contest-contest-reminder-page
https://bugzilla.wikimedia.org/show_bug.cgi?id=38624

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---

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


[Bug 384] PostgreSQL/pgsql support (tracking)

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

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

   What|Removed |Added

 Depends on||60031

-- 
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 60031] Orphan files and postgresql in 1.22.1: ERROR: column img_name doesn't exist

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

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

   What|Removed |Added

   Keywords||code-update-regression
   Priority|Unprioritized   |Normal
Version|1.22.0  |1.22.1
 Blocks||384
Summary|1.22.1 orphan files |Orphan files and postgresql
   |regression with postgresql  |in 1.22.1: ERROR: column
   ||img_name doesn't exist

-- 
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 58699] RevDeled log entry information leaks

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

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

   What|Removed |Added

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

--- Comment #13 from Derk-Jan Hartman hartman.w...@gmail.com ---
FYI, those watch list classes were introduced in r50714 and r76342

-- 
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 60030] toc hide on live preview doesn't work anymore

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

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

   What|Removed |Added

   Keywords||code-update-regression
   Priority|Unprioritized   |High

-- 
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 59941] Flow: in default config posts don't appear

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

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 107348 had a related patch set uploaded by Matthias Mullie:
Don't use complex datatypes as CAS tokens

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

-- 
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 59941] Flow: in default config posts don't appear

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

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 38624] Better wording needed in MediaWiki:Contest-contest-reminder-page

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

--- Comment #3 from This, that and the other at.li...@live.com.au ---
(In reply to comment #2)
 Yep, this page/that page/here are the typical errors.
 www.w3.org/QA/Tips/noClickHere

Hm, interesting. I would have thought that this page was acceptable.

Would the simple [[$1]] be preferred?

-- 
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 60029] PHP notice with RelatedSites and Wikibase Client: Failed to map interlanguage prefix wikipedia to a global site ID

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

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
Summary|php notice with |PHP notice with
   |RelatedSites and Wikibase   |RelatedSites and Wikibase
   |Client  |Client: Failed to map
   ||interlanguage prefix
   ||wikipedia to a global site
   ||ID

-- 
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 60023] Wikimedia wikis are displaying the incorrect license information

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

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

   What|Removed |Added

   Priority|Unprioritized   |High

-- 
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 59941] Flow: in default config posts don't appear

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

Matthias Mullie mmul...@wikimedia.org changed:

   What|Removed |Added

   Priority|Low |Unprioritized
 Status|PATCH_TO_REVIEW |NEW
 CC||mmul...@wikimedia.org

--- Comment #3 from Matthias Mullie mmul...@wikimedia.org ---
This was quite a nasty bug, that could only occur in a couple of caches (that
have no native CAS)

Bottom line: for caches with non-native CAS, CAS tokens (to confirm if data in
cache can reliably be merged without concurrency) are based on the value
stored.
When saving, this token is compared with what's currently in cache.

Since it was based on an object, the cache data was actually the same, but was
in 2 objects, which did not ===

More details in commit msg of https://gerrit.wikimedia.org/r/107348

-- 
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 60025] Support Link tags with media attributes

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

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
Version|unspecified |1.23-git

-- 
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 53032] Multiple users with the same session ID

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

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

   What|Removed |Added

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

--- Comment #24 from Andre Klapper aklap...@wikimedia.org ---
[Patch merged into REL1_22 branch; closing again]

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


[Bug 55332] Sanitizer::checkCss blacklist can be bypassed using vertical tab (ASCII 11)

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

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

   What|Removed |Added

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

--- Comment #35 from Andre Klapper aklap...@wikimedia.org ---
[Patch merged into REL1_22 branch; closing again]

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


[Bug 60032] Pool queue is full and related errors on search api

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

--- Comment #3 from Simon de Haan si...@praekeltfoundation.org ---
Bug 59993 looks related but these errors were of this morning, after it had
been resolved.

We see it happening fairly regularly when the Kenyan mobile network operator
does a big SMS based announcement of Wikipedia Text resulting in increased
traffic volumes.

-- 
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 60024] Support resuming a download of a file

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

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

   What|Removed |Added

   Priority|Unprioritized   |Low
Summary|Download resume |Support resuming a download
   ||of a file
   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 58640] mediawiki-1.22.0, pcre-8.34 (using php-5.5.7): Pages with content displayed as blank/empty when $regex groups start with digit

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

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

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED
  Flags|Backport_to_Stable? |Backport_to_Stable+

--- Comment #19 from Andre Klapper aklap...@wikimedia.org ---
[Patch merged into REL1_22 branch + available in 1.22.1 tarball; closing again]

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


[Bug 60009] Malayalam chillu characters in the query doesn't appear bold in results.

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

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

   What|Removed |Added

   Keywords||i18n
   Priority|Unprioritized   |Normal

-- 
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 60015] Uncompressed WAV files with floating point bitrate are rejected

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

Andre Klapper aklap...@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 60008] Special:UserLogin calls Status::newFatal incorrectly on account creation, generates odd API error codes

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

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

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
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 56712] Update entity_per_page table so it does not have a numeric entity id

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

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

 CC||daniel.kinz...@wikimedia.de

--- Comment #1 from Daniel Kinzler daniel.kinz...@wikimedia.de ---
Rationale: we are dropping the assumption that ids will always be
prefix+number. For the current code and use case, wikidata.org, this works
fine, but we need to migrate away from this in order to support things like
meta-data storage on commons.

-- 
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 59853] Should say Thanks instead of OK in confirmation dialog

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

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 59853] Should say Thanks instead of OK in confirmation dialog

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

--- Comment #7 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 107350 had a related patch set uploaded by 01tonythomas:
Changed OK to Thank in confirmation dialog box

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

-- 
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 56711] Update the wb_terms table so it does not have a numeric entity id

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

--- Comment #1 from Daniel Kinzler daniel.kinz...@wikimedia.de ---
Rationale: we are dropping the assumption that ids will always be
prefix+number. For the current code and use case, wikidata.org, this works
fine, but we need to migrate away from this in order to support things like
meta-data storage on commons.

-- 
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 58640] mediawiki-1.22.0, pcre-8.34 (using php-5.5.7): Pages with content displayed as blank/empty when $regex groups start with digit

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

Kevin Israel (PleaseStand) pleasest...@live.com changed:

   What|Removed |Added

  Attachment #14135|0   |1
is obsolete||

--- Comment #20 from Kevin Israel (PleaseStand) pleasest...@live.com ---
Comment on attachment 14135
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=14135
Quick and dirty PCRE 8.34 compat patch

Marking my initial patch as obsolete. Current patch (applied to master and
REL1_22, and released as part of 1.22.1) is:

https://git.wikimedia.org/patch/mediawiki%2Fcore.git/b9f291e8cd5bb1450f7b1031aa17cf7775aa7e96

Not (yet?) applied to REL1_19 or REL1_21.

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


[Bug 46579] Localization failure on edit tabs, article history, and contribution history for English Wikipedia

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

--- Comment #38 from Niklas Laxström niklas.laxst...@gmail.com ---
English is included in the CDB files.

You are proposing following kind of logic:
for x in language_fallback_chain:
  use DB/x if it exists
  use CDB/x if it exists

The problem with this is that it removes the ability to override site messages.

I can't remember now whether we chose DB/x (x is the content language) or
DB (the MediaWiki page without a language code) to be the place for site
overrides. Which ever it is, lets call it OVERRIDE. We must ensure that if
OVERRIDE is present, CDB translations are ignored. We have tried to achieve
this by the order we check messages. Other option would be to do simple if
clause: if OVERRIDE exists, do not use CDB.

I would be okay with this kind of logic:
for x in language-fallback-chain:
  use DB/x if it exists
  use CDB/x if it exists unless OVERRIDE exists

This would be complementary solution usable by wikiadmins to my solution for
server admins: https://gerrit.wikimedia.org/r/#/c/98078/ . Both allow achieving
the same thing: do not use incompatible translations if the message content
semantics have changed.

If you still bear with me: one of the reasons for the current state of affairs
that CDB flattens the language fallback chain so that we do not know what
language we actually get from it. It looks like this is going to change with:
https://gerrit.wikimedia.org/r/#/c/72866/ . After that it is possible to
implement the logic above.

-- 
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 60034] New: OAuth and mobile redirection do not play nicely together

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

   Web browser: ---
Bug ID: 60034
   Summary: OAuth and mobile redirection do not play nicely
together
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: OAuth
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: jarry1...@gmail.com
CC: aschulz4...@gmail.com, bjor...@wikimedia.org,
cste...@wikimedia.org, dga...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

The redirection to m.mediawiki.org appears to confuse the MediaWiki.org-based
OAuth grant process, both in terms of when it forces you to log in, and when
you press Allow.

-- 
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 5875] Group similar pages in watchlist (aka multiple watchlists)

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

--- Comment #13 from Scott Martin sc...@urbigenous.net ---
That is GREAT. It does exactly what I want from this bug. 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 59077] Create Wikivoyage Chinese

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

--- Comment #18 from Gabriel Chi Hong Lee chihonglee...@gmail.com ---
can it be created individually?

-- 
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 58926] Several issues in round-trip test server

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

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 58926] Several issues in round-trip test server

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

--- Comment #7 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 106672 had a related patch set uploaded by Marcoil:
Bug 58926: Keep track of known commits in rt server

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

-- 
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 60003] HTTP 503 error when requesting linked data for large entities

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

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Daniel Kinzler daniel.kinz...@wikimedia.de ---
Hypothesis: large entities trigger an Out Out Memory error, because
SpecialEntityData uses output buffering on the JSON, effectively doubling the
memory footprint of the serialized entity.

-- 
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 60003] HTTP 503 error when requesting linked data for large entities

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

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

   Priority|Normal  |High
 Whiteboard||backlog
   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 57550] SVG XSLT XSS

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

David Gerard dger...@gmail.com changed:

   What|Removed |Added

 CC||dger...@gmail.com

--- Comment #8 from David Gerard dger...@gmail.com ---
In my role as sysadmin at RationalWiki.org, I just upgraded it to 1.19.10 - or
thought I had - and Chris Davis' 'sploit link still runs the demo 'sploit for
me:

http://rationalwiki.org/w/images/0/03/Silly_mediawiki.svg

Looking at includes/XmlTypeCheck.php and includes/upload/UploadBase.php in the
RW installation, the patches in attachment 13916 appear to be present.

Should the demo 'sploit still work?

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


[Bug 59989] Statements for labels (for use with gender and plural)

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

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

 CC||daniel.kinz...@wikimedia.de

--- Comment #2 from Daniel Kinzler daniel.kinz...@wikimedia.de ---
This kind of thin would best be done using an entity representing a linguistic
object in detail, and associating it with the data item. That is, a data item
could be associated with a sense of one or more lexeme as described at
https://www.wikidata.org/wiki/Wikidata:Wiktionary

-- 
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 46579] Localization failure on edit tabs, article history, and contribution history for English Wikipedia

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

--- Comment #39 from Tyler Romeo tylerro...@gmail.com ---
(In reply to comment #38)
 English is included in the CDB files.

Ah yes you are right. I forgot about that piece of code in LocalisationCache.

 You are proposing following kind of logic:
 for x in language_fallback_chain:
   use DB/x if it exists
   use CDB/x if it exists
 
 The problem with this is that it removes the ability to override site
 messages.

What do you mean override site messages? As in you want a message that, if
set, overrides all languages and takes ultimate precedence?

 I can't remember now whether we chose DB/x (x is the content language) or
 DB (the MediaWiki page without a language code) to be the place for site
 overrides. Which ever it is, lets call it OVERRIDE. We must ensure that if
 OVERRIDE is present, CDB translations are ignored. We have tried to achieve
 this by the order we check messages. Other option would be to do simple if
 clause: if OVERRIDE exists, do not use CDB.

Right now, the page DB/x, where x is the content language, does absolutely
nothing. MessageCache will never check the language-specific subpage for the
content language.

 I would be okay with this kind of logic:
 for x in language-fallback-chain:
   use DB/x if it exists
   use CDB/x if it exists unless OVERRIDE exists

I'm still a little bit unclear about exactly what you want the OVERRIDE message
to do. You're saying if it exists the CDB is ignored, but does this message
ever get chosen as the actual message?

Correct me if I'm wrong, but here's what I think you're proposing (for full
demonstration purposes, let's assume that the user language it fit with
fallback fi and the site language is de_at with fallback de):

If OVERRIDE exists:
DB/fit - DB/fi - DB/en - OVERRIDE
If OVERRIDE does not exist:
DB/fit - CDB/fit - DB/fi - CDB/fi - DB/en - CDB/en - DB/de_at -
CDB/de_at - DB/de - CDB/de - DB/en - CDB/en

-- 
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 59989] Statements for labels (for use with gender and plural)

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

--- Comment #3 from Gerard Meijssen gerard.meijs...@gmail.com ---
Perfection is the enemy of the good. 

This proposal as I read it does NOT tie in with the labels used in Wikidata. It
is imho one of its fallacies.
Thanks,
 GerardM

-- 
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 17988] Spaces before [[Category:]] link are ignored

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

Aravind K N arav...@gmail.com changed:

   What|Removed |Added

 CC||arav...@gmail.com

--- Comment #14 from Aravind K N arav...@gmail.com ---
Is this bug resolved?

-- 
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 48318] On mobile, wikivoyage.org redirects to www.m.wikivoyage.org which does not exist

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

Jan Zerebecki jan.wikime...@zerebecki.de changed:

   What|Removed |Added

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

--- Comment #19 from Jan Zerebecki jan.wikime...@zerebecki.de ---
Tested and works as expected:
http://www.wikivoyage.org/wiki/Test - http://en.m.wikivoyage.org/wiki/Test
http://wikivoyage.org/wiki/Test - http://en.m.wikivoyage.org/wiki/Test
http://www.wikipedia.org/wiki/Test - http://en.m.wikipedia.org/wiki/Test
http://wikipedia.org/wiki/Test - http://en.m.wikipedia.org/wiki/Test

-- 
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 46579] Localization failure on edit tabs, article history, and contribution history for English Wikipedia

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

--- Comment #40 from Nemo federicol...@tiscali.it ---
(In reply to comment #39)
 What do you mean override site messages? As in you want a message that, if
 set, overrides all languages and takes ultimate precedence?

Yes. In comment 13 it was called customisations that should override standard
translations as opposed to tweaks. Simple example of override:
[[m:MediaWiki:Histlegend]] stores links to external tools and used to do so in
all languages (overriding default translations). Example of tweak: someone in
en.wiki wants to replace rollback with roll back in English, no reason for
this to hide all translations.

-- 
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 33334] Remove database column page.page_restrictions from MediaWiki core

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

tinaj1234 tinajohnson.1...@gmail.com changed:

   What|Removed |Added

 CC||tinajohnson.1...@gmail.com

--- Comment #3 from tinaj1234 tinajohnson.1...@gmail.com ---
Can I work on this?

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


[Bug 33334] Remove database column page.page_restrictions from MediaWiki core

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

Tony Thomas 01tonytho...@gmail.com changed:

   What|Removed |Added

 CC||01tonytho...@gmail.com
   Assignee|wikibugs-l@lists.wikimedia. |tinajohnson.1...@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 46579] Localization failure on edit tabs, article history, and contribution history for English Wikipedia

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

--- Comment #41 from Tyler Romeo tylerro...@gmail.com ---
(In reply to comment #40)
 Yes. In comment 13 it was called customisations that should override
 standard
 translations as opposed to tweaks. Simple example of override:
 [[m:MediaWiki:Histlegend]] stores links to external tools and used to do so
 in
 all languages (overriding default translations). Example of tweak: someone in
 en.wiki wants to replace rollback with roll back in English, no reason
 for
 this to hide all translations.

OK, so the functionality you are looking for is you want to change the way the
base page is treated.

The language subpages are just tweaks and have priority right before the CDB of
that language, and not higher. And then the base page is treated as a complete
override, taking precedence over all CDB messages regardless of language code.

My last question is this: which do you want to have a higher priority,
overrides or language tweaks? In other words, if requesting a message in fit,
and DB/ and DB/fit both exist, which takes precedence? Another way to word this
question is should the base page take precedence over *all* translations, or
only over CDB translations?

-- 
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 60035] New: Block::newLoad malformed db query

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

   Web browser: ---
Bug ID: 60035
   Summary: Block::newLoad malformed db query
   Product: MediaWiki
   Version: 1.23-git
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Database
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: sprin...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

Found examples of the following in the slow logs:

SELECT /* Block::newLoad */ ipb_id, ipb_address, ipb_by, ipb_by_text,
ipb_reason, ipb_timestamp, ipb_auto, ipb_anon_only, ipb_create_account,
ipb_enable_autoblock, ipb_expiry, ipb_deleted, ipb_block_email,
ipb_allow_usertalk, ipb_parent_block_id FROM `ipblocks` WHERE ipb_address =
'xxx.xxx.xxx.xxx' OR ((ipb_range_start LIKE '%' ) AND (ipb_range_start = '')
AND (ipb_range_end = ''))

The xxx.xxx.xxx.xxx is redacted, but the empty LIKE '%' and = '' clauses are
verbatim.

This seems wrong, and in any case causes a table scan which hurts on enwiki.

-- 
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 57550] SVG XSLT XSS

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

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

 CC||m...@everybody.org

--- Comment #9 from Mark A. Hershberger m...@everybody.org ---
(In reply to comment #8)
 Should the demo 'sploit still work?

From what I understand: the already-uploaded demo will continue to work, but
you shouldn't be able to upload it any more.

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


[Bug 46579] Localization failure on edit tabs, article history, and contribution history for English Wikipedia

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

--- Comment #42 from Nemo federicol...@tiscali.it ---
(In reply to comment #41)
 OK, so the functionality you are looking for is you want to change the way
 the
 base page is treated.

No. It doesn't need to be the base page. The solution agreed upon is that the
override would be in the content language subpage, MediaWiki:key/en on a wiki
with en as wiki language.

 
 The language subpages are just tweaks and have priority right before the CDB
 of
 that language, and not higher. And then the base page is treated as a
 complete
 override, taking precedence over all CDB messages regardless of language
 code.

Yes, this would be option 2 in comment 13 if I understand correctly what you're
saying.

 
 My last question is this: which do you want to have a higher priority,
 overrides or language tweaks? In other words, if requesting a message in fit,
 and DB/ and DB/fit both exist, which takes precedence? Another way to word
 this
 question is should the base page take precedence over *all* translations, or
 only over CDB translations?

Assuming our DB/ is A/en of comment 13 and DB/fit is A/fit, in the
example of comment 13 and assuming they both exist, DB/fit takes precedence: in
option 1 DB/ comes later and in option 2 it's not even checked. 

This makes sense because otherwise customisations would be untranslatable,
while (in my example) one may well want to translate the MediaWiki:Histlegend
customisation too, on a multilingual wiki. They may get out of sync on the wiki
but it's their responsibility to fix. Both options also satisfy Liangent's
requirement in bug 1495 comment 34 (after the /zh-* subpages are deleted).

-- 
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 60036] New: LivePreview: Wrong skin when using useskin

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

   Web browser: ---
Bug ID: 60036
   Summary: LivePreview: Wrong skin when using useskin
   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: foma...@googlemail.com
CC: krinklem...@gmail.com, matma@gmail.com,
tpars...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

Steps to reproduce:
* Set in [[Special:Preferences]]
** Skin Vector.
** Enable Use live preview.
* Open
https://en.wikipedia.org/w/index.php?title=MediaWikiaction=edituseskin=monobook
* Click on Show preview.
The languages on the left side has the design from skin Vector.

Expected result: Show the languages in the design of the current skin instead
of the design of the skin of the user settings.

Solution: Use current skin for preview loading.

-- 
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 19104] Allow splitting of date and time in message 'rclistfrom'

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

Amrutha S amruthasange...@gmail.com changed:

   What|Removed |Added

   Assignee|amruthasange...@gmail.com   |wikibugs-l@lists.wikimedia.
   ||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 19104] Allow splitting of date and time in message 'rclistfrom'

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

Tony Thomas 01tonytho...@gmail.com changed:

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |01tonytho...@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 60036] LivePreview: Wrong skin when using useskin

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

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 60036] LivePreview: Wrong skin when using useskin

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

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 107359 had a related patch set uploaded by Gerrit Patch Uploader:
(Bug 60036) Use current skin for live preview

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

-- 
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 60037] New: Jenkins job fails when all tests pass

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

   Web browser: ---
Bug ID: 60037
   Summary: Jenkins job fails when all tests pass
   Product: Wikimedia
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Quality Assurance
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: zfili...@wikimedia.org
CC: cmcma...@wikimedia.org, zfili...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

From time to time a Jenkins job will fail when all tests fail. Console log also
does not contain any information on why the job failed.

Example:

https://wmf.ci.cloudbees.com/job/MobileFrontend-en.m.wikipedia.beta.wmflabs.org-linux-firefox/275/console

...
Build step 'Execute shell' marked build as failure
...

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


[Bug 60037] Jenkins job fails when all tests pass

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

Željko Filipin zfili...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|wikibugs-l@lists.wikimedia. |zfili...@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 60032] Pool queue is full and related errors on search api

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

--- Comment #4 from Nik Everett neverett+bugzi...@wikimedia.org ---
Which Wikis are generating these messages?

-- 
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 59077] Create Wikivoyage Chinese

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

--- Comment #19 from Étienne Beaulé beauleetien...@gmail.com ---
(In reply to comment #18)
 can it be created individually?

It can, but its prefered to create them in batches.

-- 
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 60037] Jenkins job fails when all tests pass

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

--- Comment #1 from Željko Filipin zfili...@wikimedia.org ---
This is tracked as Cloudbees ticket #15192:

https://cloudbees.zendesk.com/requests/15192

-- 
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 57550] SVG XSLT XSS

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

--- Comment #10 from David Gerard dger...@gmail.com ---
Yeah, that'll do. Thank you :-) I just tested and get This file contains HTML
or script code that may be erroneously interpreted by a web browser. which is
precisely right.

The original demo 'sploit SVG is still present in the file tree, so the link
will work for an unspecified future length of time (probably until next major
upgrade).

-- 
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 56183] Optional Tags UI is unusable, needs CSS fixes

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

--- Comment #3 from Andre Klapper aklap...@wikimedia.org ---
(In reply to comment #2)
 (As I quickly looked into this, as I was replying to a wikitech-l@ post):
 
 Upstream 4.2 still has
 ./template/en/default/global/per-bug-queries.html.tmpl:  li
 id=links-special
 Upstream 4.5 does not.

I removed that file in https://gerrit.wikimedia.org/r/#/c/106268/ already in
our current 4.2 installation so tags can be used (again) automatically once
we upgraded to 4.4.

-- 
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 60037] Jenkins job fails when all tests pass

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

--- Comment #2 from Željko Filipin zfili...@wikimedia.org ---
Cloudbees support suggested adding --backtrace to bundle exec cucumber:

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

It did not help, no additional information was displayed in Jenkins console
log.

-- 
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 60037] Jenkins job fails when all tests pass

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

--- Comment #4 from Željko Filipin zfili...@wikimedia.org ---
Example:

https://wmf.ci.cloudbees.com/job/browsertests-en.wikipedia.beta.wmflabs.org-linux-chrome/602/console

-- 
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 60037] Jenkins job fails when all tests pass

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

--- Comment #3 from Željko Filipin zfili...@wikimedia.org ---
The next advice was to add this:

|| echo Failure in cucumber

to the end of every bundle exec cucumber:

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

It did not help. It actually made things worse. When a test failed, instead of
marking a job as failed, it marked it as unstable. That caused no e-mail
notifications to be sent.

-- 
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 60032] Pool queue is full and related errors on search api

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

--- Comment #5 from Simon de Haan si...@praekeltfoundation.org ---
This is from our API calls to the search API on the English Wikipedia. The API
calls are being generated from the Vumi Wikipedia app which handles the SMS 
USSD component of Wikipedia Zero.

-- 
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 34892] Huggle's blockers for next release (tracking)

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

Peter Bena benap...@gmail.com changed:

   What|Removed |Added

   Severity|blocker |trivial

-- 
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 60038] New: export format icalendar: escape and new line replacement?

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

   Web browser: ---
Bug ID: 60038
   Summary: export format icalendar: escape and new line
replacement?
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: SemanticResultFormats
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: andreas.pl...@web.de
CC: jamesin.hongkon...@gmail.com, jeroen_ded...@yahoo.com,
yaro...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

Is it possibel to improve the export of format=icalendar to replace line breaks
by new line and escape , ; to \; \, ?

I tested an http://icalvalid.cloudapp.net/ icalendar validator and it complains
about missing escaping of comma semicolon and when there is a line break it
causes also an error in the exported ical file. 

Hope that can be adjusted.

Thanks,
Andreas

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


  1   2   3   4   5   >