[Bug 61888] Adjust RSS whitelist for mediawiki.org (mediawikiwiki)

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61888

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 61888] Adjust RSS whitelist for mediawiki.org (mediawikiwiki)

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61888

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 118956 had a related patch set uploaded by 01tonythomas:
Adjust RSS whitelist to allow mediawiki blog feeds

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

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


[Bug 43528] Non-friendly error message if user supplies wrong database password during install

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43528

--- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 118742 abandoned by Pubudu538:
Error Msg for missing db username when installing

Reason:
Replaced this patch with another.

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

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


[Bug 62603] Change time zone for sh.wiktionary.org

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62603

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

   What|Removed |Added

 CC||at.li...@live.com.au

--- Comment #3 from This, that and the other at.li...@live.com.au ---
It's an important change: it would change the timestamp on all signatures, for
instance. We would require a community discussion or vote before making such a
change.

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


[Bug 39470] Can't merge blocked users: Duplicate entry for key 'ipb_address'

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39470

--- Comment #3 from T. Gries m...@tgries.de ---
see also
https://www.mediawiki.org/w/index.php?title=Extension_talk:UserMergedir=prevoffset=20140124142442limit=20lqt_mustshow=40885#x.5BWORKAROUND.5D_Duplicate_entry_40885

-- 
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 39470] Can't merge blocked users: Duplicate entry for key 'ipb_address'

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39470

--- Comment #4 from T. Gries m...@tgries.de ---
see also
https://www.mediawiki.org/w/index.php?title=Extension_talk:UserMergedir=prevoffset=20140124142442limit=20lqt_mustshow=40885#x.5BWORKAROUND.5D_Duplicate_entry_40885


We are having a pretty big issue as this extension stopped working. We are
currently getting an error 1062: Duplicate entry when trying to merge
*anything* (at least that's what it looks like).

A database query syntax error has occurred. This may indicate a bug in the
software. The last attempted database query was:

UPDATE `ipblocks` SET ipb_user = '43742',ipb_address = 'XX'
WHERE ipb_user = '43743'

from within function UserMerge::mergeUser. Database returned error 1062:
Duplicate entry 'XX-43742-0-0' for key 'ipb_address' (localhost).


So it's trying to set an ID that's already in-use. Manually inspecting the
database shows that indeed both IDs are still in-use. Any clue on why the
previous row was not deleted (I am assuming that's what should have been done)?
More importantly, why did it not error out when the deletion fail?

Box:

MediaWiki  1.21.3
PHP5.4.17 (apache2handler)
MySQL  5.5.32
User Merge and Delete  1.8.1 (4fd1c08)

Any suggestions?

Reply
More

CyberXRef☎‎ 01:36, 16 March 2014

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

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

--- Comment #11 from Quim Gil q...@wikimedia.org ---
I'm not a HTML/CSS ninja, but let me share this hypothesis anyway:

Bug 44328 - Replace outdated translations with source text on translation pages

The problem reported:

When a section of a translated page is fuzzied, it is enclosed in spans with
the id mw-translate-fuzzy. Currently these span tags have a line break after
the span and before the /span in wikitext. This breaks line-sensitive
wikimarkup, such as lists.

The wikitext txt attached shows line breaks:

* {{anchor|Triplet}}span class=mw-translate-fuzzy
'''Triplet''' is how to store data as a single data entry in
[[#Linkeddata|linked data]]. It consists of a ''subject'', a ''predicate'' and
an ''object''. In Wikidata this is approximately ''item'', ''property'' and the
''value'' from the statement.
/span
*...

That render as p/p in the HTML source code, causing the mess in lists and
other elements where in-line span is required.

Now, looking at the patch:

https://gerrit.wikimedia.org/r/#/c/52215/1/resources/css/ext.translate.css

.mw-translate-fuzzy {
   background-color: #FDD;
}

Only background color. Nothing to see here.


https://gerrit.wikimedia.org/r/#/c/52215/1/tag/PageTranslationHooks.php

746»   »   »   if ( $fuzzy ) {
747»   »   »   »   // Only show if there is fuzzy messages  
748»   »   »   »   $wrap = 'div
class=mw-translate-page-info mw-translate-fuzzy$1/
div';
749»   »   »   »   $wgOut-wrapWikiMsg( $wrap, array(
'tpt-translation-intro-fuzzy' ) )
;

Alright, the fuzzy string is wrapped by a div/div. A div is a block level
element, it is designed to create blocks by default. Perhaps the span + line
break in wikitext is the interpretation of the div done by MediaWiki,
resulting in p when it is rendered to HTML again?

Is there a need to wrap the fuzzy strings with div? Why not doing it with
span directly, which is an inline element with the same functionality as
div? If div must be used for some reason, it is possible to specify
display:inline; in the CSS, and it should work.

Could someone test what happens when you revert the patch, changing the line
748 to define a span instead of a div? (sorry, I'm not a git ninja either)

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


[Bug 43696] Missing parameter in MediaWiki:Comments-reply-to

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43696

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 43696] Missing parameter in MediaWiki:Comments-reply-to

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43696

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 118957 had a related patch set uploaded by 01tonythomas:
Added username as parameter to MediaWiki:Comments-reply-to

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

-- 
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 61499] Boring cleanup work after upgrading Bugzilla to 4.4

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61499

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 62706] New: No search facility in mobile view if search term is an article title

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62706

Bug ID: 62706
   Summary: No search facility in mobile view if search term is an
article title
   Product: MobileFrontend
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: Unprioritized
 Component: Feature requests
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: pamdavi...@yahoo.co.uk
CC: aricha...@wikimedia.org, jgon...@wikimedia.org,
jrob...@wikimedia.org, kw...@wikimedia.org,
maxsem.w...@gmail.com, rkald...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Intention:
Stubsorting article Oldbridge I wanted to check for othr articles which
should have had disambiguation hatnote but could not do so. The text search
within pages apears but is not clickable.

Steps to Reproduce:
1. Mobile beta view on Android
2. 
3. 


Expected Results:  
I want to be able to search rather than go.

Reproducible: Didn't try

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


[Bug 62706] No search facility in mobile view if search term is an article title

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62706

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

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


[Bug 61499] Boring cleanup work after upgrading Bugzilla to 4.4

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61499

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 61499] Boring cleanup work after upgrading Bugzilla to 4.4

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61499

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 118958 had a related patch set uploaded by 01tonythomas:
Remove useless [% PROCESS global/variables.none.tmpl %]

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

-- 
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 60277] Kill tabs in operations/puppet's manifests/admins.pp

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60277

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 60277] Kill tabs in operations/puppet's manifests/admins.pp

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60277

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 118961 had a related patch set uploaded by 01tonythomas:
Kill tabs in operations/puppets manifests/admins.pp

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

-- 
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 60277] Kill tabs in operations/puppet's manifests/admins.pp

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60277

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 61051] MathJax equations are centered

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61051

physikerwelt phy...@ckurs.de changed:

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |phy...@ckurs.de
   |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 60277] Kill tabs in operations/puppet's manifests/admins.pp

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60277

--- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 118961 abandoned by 01tonythomas:
Kill tabs in operations/puppets manifests/admins.pp

Reason:
Duplicate of https://gerrit.wikimedia.org/r/#/c/118794/

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

-- 
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 60277] Kill tabs in operations/puppet's manifests/admins.pp

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60277

--- Comment #6 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 118794 had a related patch set uploaded by 01tonythomas:
lint admins.pp-pt01-replace tabs and nothing else

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

-- 
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 62124] BetaFeatures: GetBetaFeaturePreferences needs to provide language for RTL/etc. to work

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62124

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 62124] BetaFeatures: GetBetaFeaturePreferences needs to provide language for RTL/etc. to work

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62124

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 118963 had a related patch set uploaded by Legoktm:
Don't require hook subscribers to know language direction

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

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


[Bug 58429] Translation pages: display outdated translations as such, without removing them

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

--- Comment #12 from Nemo federicol...@tiscali.it ---
(In reply to Quim Gil from comment #11)
 Could someone test what happens when you revert the patch, changing the line
 748 to define a span instead of a div? (sorry, I'm not a git ninja either)

That's not the culprit, because it's only the header of the translation page
(where there is the link Translate this page etc.). For the actual text of
the translation page, a span was indeed used
(https://gerrit.wikimedia.org/r/#/c/52215/1/tag/TPParse.php,cm), the problem
is that a bullet not preceded by a newline doesn't make a list and a bullet's
content ends at the first newline.
See https://meta.wikimedia.org/w/index.php?title=Meta:Sandboxoldid=7853938
(https://translatewiki.net/w/i.php?title=Sandboxoldid=5390009, without tidy
is 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 60939] Please enable ULS webfonts by default at Hebrew Wikisource

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

Ori Livneh o...@wikimedia.org changed:

   What|Removed |Added

 CC||o...@wikimedia.org

--- Comment #4 from Ori Livneh o...@wikimedia.org ---
There is now some useful discussion in the comments on the patch. So please
refer to it if you savvy about this subject.

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


[Bug 58429] Translation pages: display outdated translations as such, without removing them

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

--- Comment #13 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 118959 had a related patch set uploaded by Nemo bis:
[WIP] Display outdated page translations as such, without removing them

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

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


[Bug 58429] Translation pages: display outdated translations as such, without removing them

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

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

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

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

   Keywords||parser

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


[Bug 62701] Add hook to make it possible to check other open proxy lists besides $wgProxyList

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62701

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

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #3 from Nathan Larson nathanlarson3...@gmail.com ---
Darn, wish I'd known about that extension yesterday. Anyway, it looks like
you're right about the userCan hook; this adaptation of
[[mw:Extension:RudeProxyBlock]] works:

$wgHooks['userCan'][] = 'efBlockOpenProxies';
$wgRudeProxyBlockDelimiter = \n;

function efBlockOpenProxies( $title, $user, $action, $result ) {
if ( $action == 'edit' ) {
global $wgRudeProxyBlockDelimiter, $wgProxyList;
$ip = $wgUser-getRequest()-getIP();
$openProxies = explode( $wgRudeProxyBlockDelimiter, wfMsg(
'openproxylist' ) );
if ( in_array( $ip, $openProxies ) ) {
$wgProxyList[] = $ip;
}
}
return true;
}

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


[Bug 62701] Add hook to make it possible to check other open proxy lists besides $wgProxyList

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62701

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 118942 abandoned by leucosticte:
Add LocallyBlockedProxy hook

Reason:
Unnecessary; the userCan hook will suffice

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

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


[Bug 58180] changes to ordering don't persist under certain condition

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58180

Lydia Pintscher lydia.pintsc...@wikimedia.de changed:

   What|Removed |Added

   Assignee|thiemo.maet...@wikimedia.de |wikidata-bugs@lists.wikimed
   ||ia.org

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


[Bug 62707] New: not possible to remove sitelinks using Special:SetSitelink

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62707

Bug ID: 62707
   Summary: not possible to remove sitelinks using
Special:SetSitelink
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Keywords: need-volunteer
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: lydia.pintsc...@wikimedia.de
CC: benestar.wikime...@googlemail.com,
wikidata-b...@lists.wikimedia.org
   Web browser: ---
   Mobile Platform: ---

According to a report on Project chat it is not possible to remove a sitelink
using Special:SetSitelink.

-- 
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 62707] not possible to remove sitelinks using Special:SetSitelink

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62707

Lydia Pintscher lydia.pintsc...@wikimedia.de 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 35370] Special:CreateProperty / log message after property creation (2.4.2)

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35370

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 118973 had a related patch set uploaded by Pawanseerwani:
Appropriate log message for property creation

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

-- 
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 35370] Special:CreateProperty / log message after property creation (2.4.2)

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35370

--- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 118806 abandoned by Pawanseerwani:
Appropriate log message for property creation

Reason:
Should be edited in SF(Semantic Forms instead)

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

-- 
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 60018] Incorrect wiki code when applying category

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60018

Mc128k s...@mc128k.info changed:

   What|Removed |Added

 Resolution|WORKSFORME  |FIXED

--- Comment #4 from Mc128k s...@mc128k.info ---
Upgraded to latest git for MW, VE and Parsoid, now it works! 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 62037] harvest_template adds incorrect source

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62037

Ricordisamoa ricordisa...@live.it changed:

   What|Removed |Added

 CC||ricordisa...@live.it

--- Comment #1 from Ricordisamoa ricordisa...@live.it ---
That's because harvest_template.py handles sources using the language code
only.
Work in progress...

-- 
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 48079] Numbered list markup with pre inbetween creates empty first bullet after pre section

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48079

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it

--- Comment #3 from Nemo federicol...@tiscali.it ---
(In reply to This, that and the other from comment #2)
 The bug occurs on a fresh MediaWiki installation. I suppose one of the
 extensions on the WMF cluster is making the bug go away.

That would be Tidy?

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


[Bug 62037] harvest_template adds incorrect source

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62037

Ricordisamoa ricordisa...@live.it changed:

   What|Removed |Added

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

--- Comment #2 from Ricordisamoa ricordisa...@live.it ---


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

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

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

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

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

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


[Bug 1115] Newline as list item terminator is troublesome

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1115

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it

--- Comment #24 from Nemo federicol...@tiscali.it ---
I'm not sure this is a duplicate; this bug has a more generic summary which
also covered some of the issues/solutions which have been duped to it, while
bug 1584 is about one specific use case.

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


[Bug 55118] WD data ingestion: support non-wikipedia source

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55118

Ricordisamoa ricordisa...@live.it changed:

   What|Removed |Added

 CC||jan.du...@gmail.com

--- Comment #1 from Ricordisamoa ricordisa...@live.it ---
*** Bug 62037 has been marked as a duplicate of this bug. ***

-- 
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 1115] Newline as list item terminator is troublesome

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1115

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

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

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


[Bug 55118] WD data ingestion: support non-wikipedia source

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55118

Ricordisamoa ricordisa...@live.it changed:

   What|Removed |Added

 CC||ricordisa...@live.it
   Assignee|pywikipedia-b...@lists.wiki |ricordisa...@live.it
   |media.org   |

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


[Bug 8318] Two linebreaks between wikilists should add p/p to source

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8318

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||federicol...@tiscali.it
 Resolution|--- |DUPLICATE
Summary|Parser spacing  |Two linebreaks between
   |issues/inconsistencies with |wikilists should add
   |lists, titles and text. |p/p to source

--- Comment #7 from Nemo federicol...@tiscali.it ---
(In reply to Jeremy M Wilton from comment #5)
 Ok, someone else explained this a bit more to me... Basically the parser is
 using the 1st instance of a blank space to close off the list...

This is bug 1115.

 Then the 
 solution would be something like 2 blank spaces should produce 1 space,

Sounds unlikely

 3
 should produce 2 and so on after a list is closed,

?

 or maybe an identifier to 
 a new list perhaps?

That would be bug 13642 or the opposite bug 25587, or their superset bug 1584.
Your original summary which Simetrical commented on is more specific, I'm
restoring it; in practice this overlaps so much with bug 1115 that I'm merging
them for joint consideration.

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

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


[Bug 1115] Newline as list item terminator is troublesome

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1115

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||u...@wjlupus.com

--- Comment #25 from Nemo federicol...@tiscali.it ---
*** Bug 8318 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 1584] Need method for multiparagraph list items, continuing numbered lists, and assigning specific numbers to list items

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1584

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||azat...@gmail.com

--- Comment #11 from Nemo federicol...@tiscali.it ---
*** Bug 9342 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 9342] Allow one blank line in list environments

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9342

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||federicol...@tiscali.it
 Resolution|--- |DUPLICATE

--- Comment #13 from Nemo federicol...@tiscali.it ---
(In reply to S. McCandlish from comment #8)
 This is definitely a dup of bug 1115 and bug 1584, just from a different
 perspective.

But bug 1115 is duped to bug 1584 and this bug is currently marked as depending
on a closed bug, what a mess. Merging to bug 1584 so that it's visible there.

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

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


[Bug 1584] Need method for multiparagraph list items, continuing numbered lists, and assigning specific numbers to list items

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1584

--- Comment #12 from Nemo federicol...@tiscali.it ---
(In reply to Ævar Arnfjörð Bjarmason from comment #3)
 You can just use ol and ul syntax to achive the desired resaults.

I still don't see an answer to this very sensible concern. Isn't this extremely
generic bug asking, in practice, to reinvent the whole ol and ul syntax in
wikimarkup? Because that wouldn't make any sense.
We should instead identify specific pain points which make the output of the
syntax more sensible without making it more complex.
Some of the duplicates of this bug and of bug 1115 give such examples and
proposals.

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


[Bug 55118] WD data ingestion: support non-wikipedia source

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55118

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 118974 had a related patch set uploaded by Ricordisamoa:
Bug 55118: use the family name and site code to get sources

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

-- 
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 55118] WD data ingestion: support non-wikipedia source

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55118

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 62708] New: Does not support SQLite as database backend // Error: 1 no such function: UNIX_TIMESTAMP

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62708

Bug ID: 62708
   Summary: Does not support SQLite as database backend // Error:
1 no such function: UNIX_TIMESTAMP
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Comments
  Assignee: j...@countervandalism.net
  Reporter: rainerril...@hotmail.com
CC: mi...@misza.net
   Web browser: ---
   Mobile Platform: ---

A database query error has occurred. This may indicate a bug in the software.

Query:
SELECT
Comment_Username,Comment_IP,Comment_Text,Comment_Date,UNIX_TIMESTAMP(Comment_Date)
AS timestamp,Comment_user_id,CommentID,IFNULL(Comment_Plus_Count -
Comment_Minus_Count,0) AS Comment_Score,Comment_Plus_Count AS
CommentVotePlus,Comment_Minus_Count AS
CommentVoteMinus,Comment_Parent_ID,CommentID FROM Comments WHERE
Comment_Page_ID = '12' LIMIT 100
Function: Comment::getCommentList
Error: 1 no such function: UNIX_TIMESTAMP

Backtrace:

#0 /srv/www/htdocs/includes/db/Database.php(1123):
DatabaseBase-reportQueryError('no such functio...', 1, 'SELECT  Comment...',
'Comment::getCom...', false)
#1 /srv/www/htdocs/includes/db/Database.php(1590): DatabaseBase-query('SELECT 
Comment...', 'Comment::getCom...')
#2 /srv/www/htdocs/extensions/Comments/CommentClass.php(738):
DatabaseBase-select(Array, Array, Array, 'Comment::getCom...', Array, Array)
#3 /srv/www/htdocs/extensions/Comments/CommentClass.php(1030):
Comment-getCommentList(0)
#4 /srv/www/htdocs/extensions/Comments/CommentsHooks.php(89):
Comment-display()
#5 [internal function]: CommentsHooks::displayComments(NULL, Array,
Object(Parser), Object(PPFrame_DOM))
#6 /srv/www/htdocs/includes/parser/Parser.php(4012):
call_user_func_array(Array, Array)
#7 /srv/www/htdocs/includes/parser/Preprocessor_DOM.php(1180):
Parser-extensionSubstitution(Array, Object(PPFrame_DOM))
#8 /srv/www/htdocs/includes/parser/Parser.php(3147):
PPFrame_DOM-expand(Object(PPNode_DOM), 0)
#9 /srv/www/htdocs/includes/parser/Parser.php(1212):
Parser-replaceVariables('Test 3?3?comme...')
#10 /srv/www/htdocs/includes/parser/Parser.php(395):
Parser-internalParse('Test 3?3?comme...')
#11 /srv/www/htdocs/includes/content/WikitextContent.php(319):
Parser-parse('Test 3?3?comme...', Object(Title), Object(ParserOptions), true,
true, NULL)
#12 /srv/www/htdocs/includes/WikiPage.php(2072):
WikitextContent-getParserOutput(Object(Title), NULL, Object(ParserOptions))
#13 /srv/www/htdocs/includes/WikiPage.php(1755):
WikiPage-prepareContentForEdit(Object(WikitextContent), NULL, Object(User),
'text/x-wiki')
#14 [internal function]: WikiPage-doEditContent(Object(WikitextContent), '',
98, false, NULL, 'text/x-wiki')
#15 /srv/www/htdocs/includes/Article.php(1966): call_user_func_array(Array,
Array)
#16 /srv/www/htdocs/includes/EditPage.php(1811):
Article-__call('doEditContent', Array)
#17 /srv/www/htdocs/includes/EditPage.php(1811):
Article-doEditContent(Object(WikitextContent), '', 98, false, NULL,
'text/x-wiki')
#18 /srv/www/htdocs/includes/EditPage.php(1236):
EditPage-internalAttemptSave(Array, false)
#19 /srv/www/htdocs/includes/EditPage.php(428): EditPage-attemptSave()
#20 /srv/www/htdocs/includes/actions/EditAction.php(50): EditPage-edit()
#21 /srv/www/htdocs/includes/actions/EditAction.php(74): EditAction-show()
#22 /srv/www/htdocs/includes/Wiki.php(428): SubmitAction-show()
#23 /srv/www/htdocs/includes/Wiki.php(292):
MediaWiki-performAction(Object(Article), Object(Title))
#24 /srv/www/htdocs/includes/Wiki.php(586): MediaWiki-performRequest()
#25 /srv/www/htdocs/includes/Wiki.php(447): MediaWiki-main()
#26 /srv/www/htdocs/index.php(49): MediaWiki-run()
#27 /srv/www/htdocs/index.php5(24): require('/srv/www/htdocs...')
#28 {main}


Notice: Uncommitted DB writes (transaction from DatabaseBase::query
(DatabaseBase::query)). in /srv/www/htdocs/includes/db/Database.php on line
4118

-- 
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 54573] rvdiffto parameter implementation

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54573

--- Comment #4 from Ricordisamoa ricordisa...@live.it ---
I do not think we should go with this.

-- 
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 57813] Google Books Internet Archive Commons upload cycle

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57813

--- Comment #5 from Yann Forget yan...@gmail.com ---
FYI, I accept to mentor Rohit Dua.

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


[Bug 55083] Commonscat.py should update all wikis at once

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55083

Ricordisamoa ricordisa...@live.it changed:

   What|Removed |Added

 CC||ricordisa...@live.it
Summary|Commonscat.py should update |Commonscat.py should update
   |all wikies at once  |all wikis at once

-- 
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 54686] version.py does not work properly for SVN working copies

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54686

--- Comment #6 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 86374 merged by jenkins-bot:
(bug 54686) re-enable support for svn repo revision detection

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

-- 
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 48972] Show/Hide own translations does not do anything

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48972

kunalgrove...@gmail.com changed:

   What|Removed |Added

 CC||kunalgrove...@gmail.com

--- Comment #1 from kunalgrove...@gmail.com ---
It works for me. I am unable to replicate it.
Can you provide a specific test-case?

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


[Bug 62460] Images get squashed

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62460

se4598 se4...@se4598.eu changed:

   What|Removed |Added

 CC||se4...@se4598.eu

--- Comment #6 from se4598 se4...@se4598.eu ---
At dewiki we have similiar report for
https://de.m.wikipedia.org/wiki/Vorlage:QS-Chemie
with this user-provided image:
https://commons.wikimedia.org/wiki/File:Darstellungsfehler.png

I could reproduced myself only with chrome, but with above fix from Jdlrobson
applied via Developer Tools the image only shrinks normally but to a so tiny
size you can't see it anymore. Firefox displayed the image normal in mobile
view.

It only displays normal for me if I disable the max-width: 100%
!important;-Rule

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


[Bug 60721] VisualEditor: [Regression] Fix dialog animation in Firefox

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60721

Rezonansowy lukas.ce...@gmail.com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #6 from Rezonansowy lukas.ce...@gmail.com ---
Now everything has the same appearance like in Chrome, so well done!

-- 
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 62709] New: Images on categories should have srcset

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62709

Bug ID: 62709
   Summary: Images on categories should have srcset
   Product: MediaWiki
   Version: unspecified
  Hardware: All
   URL: https://commons.wikimedia.org/wiki/Category:Magnetic_r
esonance_imaging_of_the_brain
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: Categories
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: lukas.ce...@gmail.com
CC: bawolff...@gmail.com
   Web browser: ---
   Mobile Platform: ---

Same like in thumbnails, see https://dev.w3.org/html5/srcset

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


[Bug 62710] New: Add --help parameter to become

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62710

Bug ID: 62710
   Summary: Add --help parameter to become
   Product: Wikimedia Labs
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Keywords: patch
  Severity: enhancement
  Priority: Unprioritized
 Component: tools
  Assignee: m...@uberbox.org
  Reporter: bugzilla.wikime...@publi.purodha.net
CC: benap...@gmail.com,
bugzilla.wikime...@publi.purodha.net,
t...@tim-landscheidt.de
   Web browser: ---
   Mobile Platform: ---

A version of the become command understanding the standard parameter  --help
 is availabla at tools-login:/data/project/purodha-testing/bin/become

-- 
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 62697] mw-config call back error after updating from 1.22.2 to 1.22.4

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62697

--- Comment #3 from Jerry Gerstmann jerrygerstm...@gmail.com ---
No I had not started a discussion at the Support Desk, but have now.  By the
way can you read the attachment?  It shows a size but when I went to it, all I
got was a blank page.  The file I uploaded was html and maybe that was not the
right format to use.

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


[Bug 62711] New: CSS and JS pages should have 'Preview page with this...' field

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62711

Bug ID: 62711
   Summary: CSS and JS pages should have 'Preview page with
this...' field
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: ContentHandler
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: lukas.ce...@gmail.com
CC: daniel.kinz...@wikimedia.de
   Web browser: ---
   Mobile Platform: ---

It is needed in this case, see this field on
https://commons.wikimedia.org/w/index.php?title=Template:Intlaction=edit for
example.

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


[Bug 55419] CodeEditor should honour user preferences to disable advanced editing toolbars

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55419

--- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 106685 abandoned by TheDJ:
[Do not merge] CodeEditor should not load WikiEditor if disabled

Reason:
We won't need this most likely.

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

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


[Bug 62530] Unexpected undefined,sans-serif font

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62530

--- Comment #4 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il ---
Upstream fix: https://github.com/wikimedia/jquery.webfonts/pull/41

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


[Bug 62162] Bad Flow diff link

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62162

PiRSquared17 pirsquare...@gmail.com changed:

   What|Removed |Added

 CC||pirsquare...@gmail.com

--- Comment #7 from PiRSquared17 pirsquare...@gmail.com ---
Just noticed this bug. Thanks for the patch, Addshore.

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


[Bug 62162] Bad Flow diff link

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62162

--- Comment #8 from PiRSquared17 pirsquare...@gmail.com ---
(In reply to PiRSquared17 from comment #7)
 Just noticed this bug. Thanks for the patch, Addshore.

* Bsitu

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


[Bug 55118] WD data ingestion: support non-wikipedia source

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55118

--- Comment #3 from Ricordisamoa ricordisa...@live.it ---
Added some Wikisource editions: [[d:Special:Diff/50548463/116541629]]

-- 
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 62530] Unexpected undefined,sans-serif font

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62530

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 62530] Unexpected undefined,sans-serif font

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62530

--- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 118977 had a related patch set uploaded by Amire80:
WIP: Update webfonts from upstream

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

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


[Bug 62712] New: wbgetentities shows entity as missing when it is visible through the UI

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62712

Bug ID: 62712
   Summary: wbgetentities shows entity as missing when it is
visible through the UI
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: addshorew...@gmail.com
CC: wikidata-b...@lists.wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Reported on
https://www.wikidata.org/wiki/Wikidata:Contact_the_development_team#API_result_is_not_synchronized_with_data_page

Hi, item Q14615170 is opened finely, but API says that it is missing. Action
purge does not help. — Ivan A. Krestinin (talk) 05:24, 15 March 2014 (UTC)
Is the same for me. --ValterVB (A) (talk) 07:51, 15 March 2014 (UTC)

https://www.wikidata.org/wiki/Q14615170
https://www.wikidata.org/w/api.php?action=wbgetentitiesids=Q14615170

-- 
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 62712] wbgetentities shows entity as missing when it is visible through the UI

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62712

Addshore addshorew...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Immediate
 Status|NEW |ASSIGNED
   Severity|normal  |critical

-- 
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 62712] wbgetentities shows entity as missing when it is visible through the UI

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62712

Lydia Pintscher lydia.pintsc...@wikimedia.de changed:

   What|Removed |Added

 Whiteboard||u=dev c=backend p=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 58852] Autocompletion in properties linking Commons pages

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58852

Ricordisamoa ricordisa...@live.it changed:

   What|Removed |Added

 CC||ricordisa...@live.it

--- Comment #2 from Ricordisamoa ricordisa...@live.it ---
Technically speaking, this does not pertain to the Wikibase extension, since we
use the 'string' datatype for such properties.

Perhaps we should go with a gadget.

-- 
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 56612] Add map widget for coordinate selection

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56612

--- Comment #18 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 118978 had a related patch set uploaded by Inchikutty:
Improving zoom of embedded map, on address search[WIP]

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

-- 
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 62712] wbgetentities shows entity as missing when it is visible through the UI

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62712

--- Comment #1 from Addshore addshorew...@gmail.com ---
Looks like the issue is caused by the item not appearing in the Entity Per Page
table.
Thus $entityRevisionLookup-getEntityRevision( $entityId ) returns null showing
a missing entity in the API and
https://www.wikidata.org/wiki/Special:EntityData/Q14615170.json etc.

The question is, why is it not 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 62713] New: wfDebugLog timestamp should show fraction of second

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62713

Bug ID: 62713
   Summary: wfDebugLog timestamp should show fraction of second
   Product: MediaWiki
   Version: 1.23-git
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: minor
  Priority: Unprioritized
 Component: Logging
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: dan...@danielnorton.com
   Web browser: ---
   Mobile Platform: ---

Created attachment 14830
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=14830action=edit
Patch file for wfDebugLog to render more precise timestamps

Log entries from wfDebugLog() include a timestamp that shows the time to the
nearest second. It is often the case that many actions complete and many log
items are output in a single second, all showing the same timestamp.
Consequently, often the timestamp is not precise enough to properly evaluate
timing between events, especially those events that occur within the same
timestamp second.

This is different from the wfDebug() function, which renders timestamps to the
nearest 0.0001 second when the $wgDebugTimestamps global is set. Note that Bug
14601 recommends using wfDebugLog() instead of the more widely used wfDebug().

PHP provides a microtime() function that reports time with the fractional part
of the second, but the current wfDebugLog code relies on the MWDateTime()
object, which does not store (or render) time more precisely than one second.

The attached patch demonstrates one possible solution using microtime() to
fetch the timestamp with the fractional second part, and appending that
fractional part to the timestamp in the log entry.

The patch only produces this more precise when the global variable
$wgDebugLogTimestampPrecision is set to a number that represents the digits of
precision greater than zero. The actual number of digits would not exceed the
total number of digits provided by microtime(). If this global is zero (0) or
is not set, the behavior is exactly as without the patch. For example:

 // show timestamps to the nearest millisecond
 $wgDebugLogTimestampPrecision = 3;

As with the current wfDebugLog timestamp, the more precise timestamp provided
by this example patch includes the decimal fraction of a second in a manner
that is compatible with ISO 8601 (without the date/time T separator):
YY-MM-DD HH:MM:SS.S[...]. The time zone is omitted, as before.

Another solution that might apply much more broadly would include modifying the
MWDateTime object to record and render time more precisely.

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


[Bug 58852] Autocompletion in properties linking Commons pages

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58852

--- Comment #3 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
A now I understand it. ThanksRicordisamoa.
In general I agree with you that this should probably (at least initially) be a
gadget. I am however also hesitant to add more scripts to item pages when we're
right now trying really hard to make them load faster. So I guess it'd have to
be a non-default gadget. Do you agree?

-- 
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 14601] Use wfDebugLog instead of wfDebug by default

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14601

Daniel Norton dan...@danielnorton.com changed:

   What|Removed |Added

 CC||dan...@danielnorton.com

--- Comment #7 from Daniel Norton dan...@danielnorton.com ---
Related: Bug 62713 - wfDebugLog timestamp should show fraction of second
(includes patch)

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


[Bug 62713] wfDebugLog timestamp should show fraction of second

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62713

Daniel Norton dan...@danielnorton.com changed:

   What|Removed |Added

  Component|Logging |General/Unknown

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


[Bug 62712] wbgetentities shows entity as missing when it is visible through the UI

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62712

--- Comment #2 from Addshore addshorew...@gmail.com ---
MariaDB [wikidatawiki_p] SELECT page_title FROM page LEFT JOIN
wb_entity_per_page ON epp_page_id = page_id AND epp_entity_type = 'item' WHERE
page_namespace = 0 AND epp_page_id IS NULL;

466 rows in set (38.58 sec)

http://tools.wmflabs.org/hoo/eppInconsistencies

-- 
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 62713] wfDebugLog timestamp should show fraction of second

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62713

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||b...@mzmcbride.com
 Ever confirmed|0   |1

--- Comment #1 from MZMcBride b...@mzmcbride.com ---
Hi Daniel. Thanks for working on this. Patches to Bugzilla are pretty difficult
to review. You want to submit a patch to [[mw:Gerrit]] instead (using Git) so
that the proposed code change can be part of the formal code review process.

Broadly, I'm hesitant to add another global configuration variable. Greater
precision in debug timestamps seems potentially useful, but I'd prefer that we
try to avoid the introduction of additional options wherever possible. We
already have too many. :-)

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


[Bug 54686] version.py does not work properly for SVN working copies

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54686

xqt i...@gno.de 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 62658] Migrate Bugzilla Labs instances to new datacenter

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62658

--- Comment #2 from Andrew Bogott abog...@wikimedia.org ---
The instance 'boogs' uses self-hosted puppet, and the current puppet run is
broken.  I cannot safely migrate an instance until it can cleanly run puppet
using an updated puppet repo.  Please complete:

https://wikitech.wikimedia.org/wiki/Labs_Eqiad_Migration_Howto#Preparing_to_migrate

If you're unable to get puppet running then ping me on IRC and I'll have a look
:(

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


[Bug 29235] MediaWiki is inconsistent in how it displays time (tracking)

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29235

Daniel Norton dan...@danielnorton.com changed:

   What|Removed |Added

 CC||dan...@danielnorton.com

--- Comment #4 from Daniel Norton dan...@danielnorton.com ---
Related:
 - Bug 62713 - wfDebugLog timestamp should show fraction of second (includes
patch)
 - Bug 14601 - Use wfDebugLog instead of wfDebug by default

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


[Bug 62713] wfDebugLog timestamp should show fraction of second

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62713

--- Comment #2 from Daniel Norton dan...@danielnorton.com ---
I agree about global configuration problems, but I see that as a separate
issue. I believe that this needs to be configurable for two reasons: 1)
maintain backward compatibility and 2)(to a much lesser degree) avoid
excess/irrelevant precision.

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


[Bug 62713] wfDebugLog timestamp should show fraction of second

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62713

--- Comment #3 from Daniel Norton dan...@danielnorton.com ---
As I'm a n00b, I'm not sure how best to submit the patch to Gerrit. Would that
be as a different branch? (What name?)

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


[Bug 62713] wfDebugLog timestamp should show fraction of second

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62713

--- Comment #4 from Daniel Norton dan...@danielnorton.com ---
Related:
Bug 29235 - MediaWiki is inconsistent in how it displays time (tracking)
Bug 14601 - Use wfDebugLog instead of wfDebug by default

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


[Bug 62713] wfDebugLog timestamp should show fraction of second

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62713

--- Comment #5 from MZMcBride b...@mzmcbride.com ---
(In reply to Daniel Norton from comment #3)
 As I'm a n00b, I'm not sure how best to submit the patch to Gerrit. Would
 that be as a different branch? (What name?)

You can read through [[mw:Gerrit/Getting started]]. If you need additional
help, try [[mw:IRC]] (specifically #wikimedia-dev or #mediawiki on
irc.freenode.net).

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


[Bug 62712] wbgetentities shows entity as missing when it is visible through the UI

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62712

Addshore addshorew...@gmail.com changed:

   What|Removed |Added

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

--- Comment #3 from Addshore addshorew...@gmail.com ---
Hoo ran rebuildEntityPerPage.php script and all fixed and confirmed with
running the above query again and getting 0 rows! Woo!

This is probably something that should be checked regularl?!

-- 
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 62541] Migrate zero-bdd.wmflabs.org and zero-test.wmflabs.org to new data center

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62541

--- Comment #6 from Andrew Bogott abog...@wikimedia.org ---
I'm rsyncing homedirs now, and I've emailed yuvi about the other instances.

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


[Bug 62714] New: Wrong language shown in Babel boxes

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62714

Bug ID: 62714
   Summary: Wrong language shown in Babel boxes
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
   URL: https://translatewiki.net/wiki/User:Purodha
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Babel
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: bugzilla.wikime...@publi.purodha.net
CC: asha...@wikimedia.org,
bugzilla.wikime...@publi.purodha.net,
robinp.1...@gmail.com, run...@gmail.com,
siebr...@kitano.nl
   Web browser: ---
   Mobile Platform: ---

Created attachment 14831
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=14831action=edit
Screenshot of seection of https://translatewiki.net/w/i.php?title=User:Purodha
showing several Babel boxes of different languages all incorrectly saying, in
Englis the language was English.

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


[Bug 59926] lighttpd redirects fail without a trailing slash

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59926

--- Comment #3 from Matthew Bowker matthewrbowker.w...@me.com ---
Appears to work for me.  Thank you so much for fixing!

-- 
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 62715] New: Wrong language code shown in Babel boxes

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62715

Bug ID: 62715
   Summary: Wrong language code shown in Babel boxes
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
   URL: https://translatewiki.net/wiki/User:Purodha
OS: All
Status: NEW
  Severity: trivial
  Priority: Unprioritized
 Component: Babel
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: bugzilla.wikime...@publi.purodha.net
CC: asha...@wikimedia.org,
bugzilla.wikime...@publi.purodha.net,
robinp.1...@gmail.com, run...@gmail.com,
siebr...@kitano.nl
   Web browser: ---
   Mobile Platform: ---

Typing {{#Babel:deu|...}} yields a Babel box showing the incorrect language
code de instead of deu

Please amend.

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


[Bug 62716] New: Add support to date and time magic words in Parsoid

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62716

Bug ID: 62716
   Summary: Add support to date and time magic words in Parsoid
   Product: Parsoid
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: DOM
  Assignee: gwi...@wikimedia.org
  Reporter: kel...@kiwix.org
CC: jforres...@wikimedia.org, ssas...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Would be great to add support of the date and time related magic words:
https://www.mediawiki.org/wiki/Help:Magic_words#Date_and_time

This affects rendering of pages using them in many ways, for example in certain
use cases, this breaks transclusions (see {{Wîkîpediya:):
http://parsoid.wmflabs.org/_rt/kuwiki/Destp%C3%AAk?oldid=614600

-- 
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 54549] Not load unnecessary data in token()

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54549

--- Comment #6 from Andre Klapper aklap...@wikimedia.org ---
(In reply to Ricordisamoa from comment #5)
 Ping

Ping to who? Ping about what? 
Just writing ping normally isn't very helpful.

-- 
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 62704] Account creation by email often winds up marked as spam

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62704

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
What does often mean? Any numbers? Any software / mail provider info?
Any headers of spam software available rating the email content / threshold?

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


[Bug 60018] Incorrect wiki code when applying category

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60018

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

   What|Removed |Added

 Resolution|FIXED   |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 62708] Does not support SQLite as database backend // Error: 1 no such function: UNIX_TIMESTAMP

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62708

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

   What|Removed |Added

 Blocks||20257

-- 
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 20257] SQLite support (tracking)

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20257

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

   What|Removed |Added

 Depends on||62708

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


[Bug 48972] Show/Hide own translations does not do anything

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48972

--- Comment #2 from Andre Klapper aklap...@wikimedia.org ---
kunalgrover05: Thanks for testing this! Could you please describe exact steps
how you tested this? URL, plus what you did?

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