[Bug 63806] New: svg external image not placed in image tag

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

Bug ID: 63806
   Summary: svg external image not placed in image tag
   Product: MediaWiki
   Version: 1.22.5
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Parser
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: do...@dodgeit.com
   Web browser: ---
   Mobile Platform: ---

when adding a link to an external image from a domain that is allowed ( via
http://www.mediawiki.org/wiki/Manual:$wgAllowExternalImages or
http://www.mediawiki.org/wiki/Manual:$wgAllowExternalImagesFrom or
http://www.mediawiki.org/wiki/Manual:$wgEnableImageWhitelist ), files with
extension gif|png|jpg|jpeg result in the image being inlined, but this is not
the case for SVG files. 

The following fixes this:

in \includes\parser\Parser.php, line 91, 92:
const EXT_IMAGE_REGEX =
'/^(http:\/\/|https:\/\/)([^][<>"\\x00-\\x20\\x7F\p{Zs}]+)
   
\\/([A-Za-z0-9_.,~%\\-+&;#*?!=()@\\x80-\\xFF]+)\\.((?i)gif|png|jpg|jpeg)$/Sxu';

change that to :
const EXT_IMAGE_REGEX =
'/^(http:\/\/|https:\/\/)([^][<>"\\x00-\\x20\\x7F\p{Zs}]+)
   
\\/([A-Za-z0-9_.,~%\\-+&;#*?!=()@\\x80-\\xFF]+)\\.((?i)gif|png|jpg|jpeg|svg)$/Sxu';

Note the simple addition of svg.

I have done so myself in mediawiki 1.22.5, and this allows SVGs to be visible
on the page, in Chrome 33.0.1750.154 m

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


[Bug 63807] New: Kerning of Nimbus Sans L could be improved

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

Bug ID: 63807
   Summary: Kerning of Nimbus Sans L could be improved
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: Linux
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Skin and page rendering
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: swall...@wikimedia.org
CC: krinklem...@gmail.com, matma@gmail.com
   Web browser: ---
   Mobile Platform: ---

Some people are reporting that kerning of Nimbus Sans L could be improved. 

Originally reported by Brian Wolff at
http://lists.wikimedia.org/pipermail/wikitech-l/2014-April/075909.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 63807] Kerning of Nimbus Sans L could be improved

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

Steven Walling  changed:

   What|Removed |Added

 Status|NEW |UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #1 from Steven Walling  ---
I did some testing myself in Firefox and Chrome, and I am not really seeing a
major issue to be honest. (See attached screenshots).

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


[Bug 63351] Document "Typography refresh/update" CSS changes for Vector

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

--- Comment #4 from Nemo  ---
(In reply to Andre Klapper from comment #3)
> That "next release" is 1.23 and three (?) weeks away. Leaving it up to the
> corresponding developers to judge how fast this will get handled...

For now there seems to be consensus that – absent documented, stable decisions
on fonts (and the rest?) – the 1.22 status quo should be kept in 1.23.
http://lists.wikimedia.org/pipermail/wikitech-l/2014-April/075907.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 63807] Kerning of Nimbus Sans L could be improved

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

--- Comment #2 from Steven Walling  ---
Decided to upload screenshots to Commons instead. They're at...

[[commons:File:Screenshot of MediaWiki in Chrome with new typography.png]]
[[commons:File:Wikipedia Linux screenshot new typography in Firefox.png]]

Remember that, if you were getting DejaVu Sans before, this is going to look
smaller in some respects. We talked about this in bug 63686 as well. DejaVu is
a humanist san-serif with much wider appearance to the eye, but vertical
x-height is more uniform in a Helvetica-like sans such as Nimbus. This gives us
more consistent appearance and readability for large text blocks, which is why
it was chosen.

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


[Bug 63549] Vector Typography Refresh (tracking)

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

Steven Walling  changed:

   What|Removed |Added

 Depends on||63807

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


[Bug 63807] Kerning of Nimbus Sans L could be improved

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

Steven Walling  changed:

   What|Removed |Added

 Blocks||63549

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


[Bug 63549] Vector Typography Refresh (tracking)

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

Bug 63549 depends on bug 63390, which changed state.

Bug 63390 Summary: Vector: h2 headings inside container with padding have 
excessive whitespace on top
https://bugzilla.wikimedia.org/show_bug.cgi?id=63390

   What|Removed |Added

 Status|PATCH_TO_REVIEW |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 63390] Vector: h2 headings inside container with padding have excessive whitespace on top

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

Steven Walling  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |WORKSFORME
Summary|[Regression] Vector: h2 |Vector: h2 headings inside
   |headings inside container   |container with padding have
   |with padding have excessive |excessive whitespace on top
   |whitespace on top   |

--- Comment #2 from Steven Walling  ---
I think this is probably something where special UI elements like dialogs
should be adding/changing their own H2 styles, rather than reusing styles
intended for content pages.

Repeating Kaldari's comment on the patch:

"The 1em margin was implemented on purpose by the design team. As mentioned in
the FAQ, they wanted to significantly increase the whitespace between sections.
Unfortunately on desktop we don't have any "section" DOM element, so adding top
margin to h2s is the best way to accomplish that.

Since dialogs don't often belong to the content div, it seems like better
solutions to bug 63390 would be:

1. Move the dialog outside the content div;
2. Don't use h2s in that dialog, or...
3. Override the h2 style in that case.
Is there more than 1 dialog affected by 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 63720] Helvetica rendering issues on Windows XP

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

--- Comment #12 from Nemo  ---
https://www.mediawiki.org/w/index.php?title=Talk:Typography_refresh&oldid=955584#Pretty_stock_Windows_XP_machine

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


[Bug 63807] Kerning of Nimbus Sans L could be improved

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

--- Comment #4 from Steven Walling  ---
The additional screenshot I attached is from Chrome on Linux, looking at the
same caption Brian reported on. I do not see the same kerning problem he did.
Is this potentially browser-specific?

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


[Bug 63807] Kerning of Nimbus Sans L could be improved

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

--- Comment #3 from Steven Walling  ---
Created attachment 15082
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=15082&action=edit
Screenshot

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


[Bug 63351] Document "Typography refresh/update" CSS changes for Vector

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

--- Comment #5 from Steven Walling  ---
(In reply to Nemo from comment #4)
> (In reply to Andre Klapper from comment #3)
> > That "next release" is 1.23 and three (?) weeks away. Leaving it up to the
> > corresponding developers to judge how fast this will get handled...
> 
> For now there seems to be consensus that – absent documented, stable
> decisions on fonts (and the rest?) – the 1.22 status quo should be kept in
> 1.23.
> http://lists.wikimedia.org/pipermail/wikitech-l/2014-April/075907.html

You link to one user stating their personal preference, and call it consensus?

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


[Bug 63351] Document "Typography refresh/update" CSS changes for Vector

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

--- Comment #6 from Nemo  ---
(In reply to Steven Walling from comment #5)
> You link to one user stating their personal preference, and call it
> consensus?

Nobody objected so far.

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


[Bug 63807] Kerning of Nimbus Sans L could be improved

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

John Mark Vandenberg  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||jay...@gmail.com
 Ever confirmed|0   |1

--- Comment #5 from John Mark Vandenberg  ---
As I said in a follow up email, the issue is more pronounced in Firefox.  Do
you not see it in Firefox?

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


[Bug 63803] `sql` does not work on deployment-prep

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

--- Comment #3 from Gerrit Notification Bot  ---
Change 125373 merged by jenkins-bot:
Use valid hostnames in $wgLBFactoryConf

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

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


[Bug 63803] `sql` does not work on deployment-prep

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

Antoine "hashar" Musso  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |NEW
 Depends on||63028

--- Comment #4 from Antoine "hashar" Musso  ---
There is some progress:

$ sql metawiki
/usr/local/bin/sql: line 30: /usr/local/bin/wikiadmin_pass: Permission denied
Enter password: 


$ ls -l -d /usr/local/bin/wikiadmin_pass
-r-xr-x--- 1 root wikidev 43 Mar 14 14:23 /usr/local/bin/wikiadmin_pass*
$

Anyone that had its account importer from SVN has a GID 500 (svn) and thus
would not be able to execute that script which has GID 550 (wikidev).  That is
tracked by bug 63028 "inconsistent GID number (500 or 550) which I am adding as
a blocker.

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


[Bug 63028] Inconsistent GID number (500 or 550)

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

Antoine "hashar" Musso  changed:

   What|Removed |Added

 Blocks||63803

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


[Bug 63549] Vector Typography Refresh (tracking)

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

Nemo  changed:

   What|Removed |Added

 CC||federicol...@tiscali.it
   See Also||https://bugzilla.redhat.com
   ||/show_bug.cgi?id=1084493

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


[Bug 63549] Vector Typography Refresh (tracking)

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

--- Comment #2 from Nemo  ---
For things like bug 63720 comment 10, we need reliable information or we can't
assess bug status. We clearly don't have internal resources to assess whether,
for instance, HP copies of Helvetica are installed by thousands, millions or
hundreds millions users: does someone have ideas on what external resources
would be available for such assessments?

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


[Bug 63549] Vector Typography Refresh (tracking)

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

Steven Walling  changed:

   What|Removed |Added

   See Also|https://bugzilla.redhat.com |
   |/show_bug.cgi?id=1084493|

--- Comment #3 from Steven Walling  ---
Nemo: why did you add a Liberation Sans bug to the see also? Liberation Sans is
no longer specified in the font-family styles and users on Linux systems are
getting Nimbus Sans now.

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


[Bug 63549] Vector Typography Refresh (tracking)

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

--- Comment #4 from Nemo  ---
Because it was reported in relation to [[mw:Talk:Typography refresh]].
I can link it in comments: https://bugzilla.redhat.com/show_bug.cgi?id=1084493

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


[Bug 63808] New: Allow cross-site domain access from (tools) Labs via CORS

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

Bug ID: 63808
   Summary: Allow cross-site domain access from (tools) Labs via
CORS
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Site requests
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: magnusman...@gmail.com
CC: benap...@gmail.com,
bugzilla+org.wikime...@tuxmachine.com,
dereck...@espace-win.org, johnflewi...@gmail.com,
tom...@twkozlowski.net, wikimedia.b...@snowolf.eu
   Web browser: ---
   Mobile Platform: ---

Labs, or at least Tools Labs, should be added to the CORS list. That would
allow, amongst other things, for the retrieval of cached Wikidata objects, like
this:

https://wikidata.org/entity/Q12345.json
(which redirects to
https://www.wikidata.org/wiki/Special:EntityData/Q12345.json )

Right now, any JavaScript on Labs needs to query the API via JSONP, which means
Apache hit, PHP running, DB or object store access etc.

This would reduce the load on the servers, and speed up the access to Wikidata
objects (unless done in huge numbers).

I would prefer CORS to be enabled for all of the Wikimediaverse, not just the
Wikidata URL(s), for a few other tools.


According to bug #60835 Labs should be added to $wgCrossSiteAJAXdomains,
apparently.

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


[Bug 62824] Make parse errors localizable

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

--- Comment #13 from WikidataBugzilla  ---
Commit pushed to augmentParseException at
https://github.com/DataValues/Interfaces

https://github.com/DataValues/Interfaces/commit/0fa5b3ef12ee66596368a744879c57f56da3129e
Add rawValue and expectedFormat arguments to ValueParsers\ParseException

See bug 62824.

-- 
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 62824] Make parse errors localizable

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

--- Comment #14 from WikidataBugzilla  ---
Commit pushed to augmentParseException at
https://github.com/DataValues/Interfaces

https://github.com/DataValues/Interfaces/commit/f957c28d646263fd836ca22dfa6be3df8f7dec0a
Add rawValue and expectedFormat arguments to ValueParsers\ParseException

See bug 62824.

-- 
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 62824] Make parse errors localizable

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

--- Comment #15 from WikidataBugzilla  ---
Commit pushed to augmentParseException at https://github.com/DataValues/Time

https://github.com/DataValues/Time/commit/00fce6742af88b9194f6d78e92afaccd0c0e5508
Pass rawValue and expectedFormat arguments to ParseExceptions

See bug 62824.

-- 
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 62824] Make parse errors localizable

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

--- Comment #16 from Gerrit Notification Bot  ---
Change 125380 had a related patch set uploaded by Adrian Lang:
Use expectedFormat for more specific ParseException localizing

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

-- 
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 63808] Allow cross-site domain access from (tools) Labs via CORS

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

Tomasz W. Kozlowski  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC|tom...@twkozlowski.net  |
   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 63809] New: Local number for MediaWiki:Ext-uls-compact-link-count

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

Bug ID: 63809
   Summary: Local number for MediaWiki:Ext-uls-compact-link-count
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: UniversalLanguageSelector
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: reza.ene...@gmail.com
CC: alolita.sha...@gmail.com,
amir.ahar...@mail.huji.ac.il, da...@sheetmusic.org.uk,
kartik.mis...@gmail.com, niklas.laxst...@gmail.com,
pgi...@wikimedia.org, run...@gmail.com,
santhosh.thottin...@gmail.com,
sucheta.ghos...@gmail.com
   Web browser: ---
   Mobile Platform: ---

Please localize the lang number for MediaWiki:Ext-uls-compact-link-count

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


[Bug 63609] mediawiki_api Ruby gem outputs a lot of information to terminal

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

Željko Filipin  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||neverett+bugzilla@wikimedia
   ||.org
 Resolution|--- |FIXED

--- Comment #1 from Željko Filipin  ---
Resolved in https://gerrit.wikimedia.org/r/#/c/124384/

$ rspec
..*..

Pending:
  MediawikiApi::Client#create_page when API returns Success returns a
MediawikiApi::Page
# Not yet implemented
# ./spec/client_spec.rb:83

Finished in 0.08044 seconds
13 examples, 0 failures, 1 pending

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


[Bug 63810] New: Infobox jumps to translation column in Firefox

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

Bug ID: 63810
   Summary: Infobox jumps to translation column in Firefox
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: ContentTranslation
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: santhosh.thottin...@gmail.com
CC: da...@sheetmusic.org.uk, kartik.mis...@gmail.com,
run...@gmail.com, santhosh.thottin...@gmail.com,
sucheta.ghos...@gmail.com
   Web browser: ---
   Mobile Platform: ---

If we load article(Example: Debian), the infobox is not residing in Source
column, but it goes to translation column. Observed only in Firefox.

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


[Bug 63810] Infobox jumps to translation column in Firefox

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

Santhosh Thottingal  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
Web browser|--- |Firefox

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


[Bug 63809] Local number for MediaWiki:Ext-uls-compact-link-count

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

Santhosh Thottingal  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Santhosh Thottingal  ---
Fixed already in https://gerrit.wikimedia.org/r/#/c/124155/

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


[Bug 63720] Helvetica rendering issues on Windows XP

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

Marcin Cieślak  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||marcin.cies...@gmail.com
 Resolution|WORKSFORME  |---

--- Comment #13 from Marcin Cieślak  ---
I believe there are ways to address this, for example by not trying to force to
use some particular font family.

The issue reported under the link given in comment 12 is caused most probably
by the Helvetica font supplied by Lexmark for its printers.

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


[Bug 63549] Vector Typography Refresh (tracking)

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

Bug 63549 depends on bug 63720, which changed state.

Bug 63720 Summary: Helvetica rendering issues on Windows XP
https://bugzilla.wikimedia.org/show_bug.cgi?id=63720

   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 63765] Setup automated builds for the Android app

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

--- Comment #6 from Antoine "hashar" Musso  ---
(In reply to Yuvi Panda from comment #3)
> Ah, apt-cache tells me they are:
> 
> android - android Ubuntu Touch images

That is not the package we need.  The Debian source package androidsdk-tools
seems to generate a bunch of binary packages that might be more interesting.
See list at https://packages.debian.org/source/sid/androidsdk-tools


We might backport them from Ubuntu Trusty to Ubuntu Precise
https://packages.ubuntu.com/androidsdk-tools :-]

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


[Bug 41442] Superscript reference numbers cause increase in line height with devanagari text

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

--- Comment #4 from Siddhartha Ghai  ---
(In reply to Bartosz Dziewoński from comment #3)
> Is this still a problem? We improved the line-height handling somewhat per
> bug 49965.

Tested at https://hi.wikipedia.org/wiki/स्लोवाकिया in google chrome Version
33.0.1750.154 m in Windows 7 X64

It seems the problem is fixed for the plain text (article content). Even adding
position:aboslute doesn't seem to make a difference there.

However, in the infobox, in the line:

 - Date1 जनवरी, 1993[1]

adding position:absolute to sup.reference styles using the chrome dev tools
does seem to slightly decrease the line-height. Changing the line-height:1 to
line-height:0 also seems to slightly decrease the line-height, but again only
in the infobox.

Also, per bug 49965 , can sup.reference {line-height:1;} be removed from the
common.css which was added per comment 2 ?

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


[Bug 63811] New: Visual Editor: Newarticletext points to API not PAGENAME

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

Bug ID: 63811
   Summary: Visual Editor: Newarticletext points to API not
PAGENAME
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: lokal_pro...@hotmail.com
CC: jforres...@wikimedia.org, krinklem...@gmail.com,
ryasm...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Intention:
Create a new article using VE

Steps to Reproduce:
1. Go to https://en.wikipedia.org/wiki/THISISNOTANARTICLE?veaction=edit
2. Wait for notices to load


Actual Results:  
All references to the pagename are changed to API (e.g. hover over search, or
see the Special:Mypage/API link.

Expected Results:  
these links should point to the pagename (e.g.
Special:Mypage/THISISNOTANARTICLE)

Reproducible: Always

This is occurs for any site using a pagename reference in
MediaWiki:Newarticletext

-- 
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 55593] UI for Simple Query

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

--- Comment #6 from WikidataBugzilla  ---
Commit pushed to snakview at https://github.com/wmde/WikibaseQuery

https://github.com/wmde/WikibaseQuery/commit/4f2840d981296734940b3a7b8fbbb970b1d9c773
Use Wikibase's snakview for the SimpleQuery special page

Fixes bug 55593.

-- 
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 55593] UI for Simple Query

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

Adrian Lang  changed:

   What|Removed |Added

 Depends on|63477   |

-- 
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 63477] Actually support novalue and somevalue snaks

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

Adrian Lang  changed:

   What|Removed |Added

 Blocks|55593   |

-- 
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 62192] Use backend parser for URL

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

Adrian Lang  changed:

   What|Removed |Added

 CC||adrian.l...@wikimedia.de

--- Comment #1 from Adrian Lang  ---
As far as I know there is no frontend parser.

-- 
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 62193] Use backend parser for commons

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

Adrian Lang  changed:

   What|Removed |Added

 CC||adrian.l...@wikimedia.de

--- Comment #1 from Adrian Lang  ---
As far as I know there is no frontend parser.

-- 
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 63812] New: The search bar shouldn't be covered by the left panel

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

Bug ID: 63812
   Summary: The search bar shouldn't be covered by the left panel
   Product: Wikipedia App
   Version: Android (alpha)
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Generic
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: liang...@gmail.com
CC: yuvipa...@gmail.com
   Web browser: ---
   Mobile Platform: ---

Compare to Gmail app.

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


[Bug 62821] Namespace name of source automatically converted to that of destination in import log

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

--- Comment #3 from praveenp  ---
1) This bug affects any wiki that uses a different namespace name for its
namespaces than English Wikipedia.
2) This clearly affectly usability.
3) This is erratic coding. 

May I know why this is of low priority??!!

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


[Bug 17503] Provide metadata support on Wikimedia Commons

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

--- Comment #12 from Shonagon  ---
My Bad. There is already an API for Commons :
https://www.mediawiki.org/wiki/Extension:CommonsMetadata

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


[Bug 63796] add a labs-vagrant component to product MediaWiki-Vagrant

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

Andre Klapper  changed:

   What|Removed |Added

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

--- Comment #3 from Andre Klapper  ---
Alright; created.

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


[Bug 32578] Tamil Wiki projects (tracking)

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

praveenp  changed:

   What|Removed |Added

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

-- 
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 40760] Bengali Wiki projects (tracking)

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

praveenp  changed:

   What|Removed |Added

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

-- 
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 56295] Malayalam Wiki Projects [Tracking]

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

praveenp  changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=32578,
   ||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=41348,
   ||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=40760

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


[Bug 41348] Hindi Wikiprojects (tracking)

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

praveenp  changed:

   What|Removed |Added

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

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


[Bug 63813] New: VisualEditor: Option to Line break between template parameters

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

Bug ID: 63813
   Summary: VisualEditor: Option to Line break between template
parameters
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: General
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: lokal_pro...@hotmail.com
CC: jforres...@wikimedia.org, krinklem...@gmail.com,
ryasm...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Some templates (e.g. citation) have traditionally been entered as a singel line
of text whether others (most notably the infoboxes) use line breakes between
each parameter for readability (in wiki-text mode).

VE currently respects existing line breaks in the non-compact templates but
adding parameters to such a template adds them all to the same line. And adding
an infobox from scratch will produce something compact and horrendous.

Would it be possible to set a flag (through e.g. TemplateData) to allow add
each new parameter on a new line?

-- 
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 63813] VisualEditor: Option to Line break between template parameters

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

--- Comment #1 from Lokal_Profil  ---
Result of adding new parameters to non-compact template:
https://sv.wikipedia.org/w/index.php?title=Anv%C3%A4ndare%3AAndr%C3%A9_Costa_%28WMSE%29%2FVEtest&diff=24989613&oldid=24989610

-- 
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 63811] VisualEditor: Newarticletext points to API not PAGENAME

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

Lokal_Profil  changed:

   What|Removed |Added

Summary|Visual Editor:  |VisualEditor:
   |Newarticletext points to|Newarticletext points to
   |API not PAGENAME|API not PAGENAME

-- 
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 63814] New: VisualEditor: Template parameters should resize on initialisation (when needed)

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

Bug ID: 63814
   Summary: VisualEditor: Template parameters should resize on
initialisation (when needed)
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: lokal_pro...@hotmail.com
CC: jforres...@wikimedia.org, krinklem...@gmail.com,
ryasm...@wikimedia.org
   Web browser: Firefox
   Mobile Platform: ---

Intention:
Add a new infobox using VE (from scratch)

Steps to Reproduce:
1. Go to
https://sv.wikipedia.org/wiki/Anv%C3%A4ndare:Andr%C3%A9_Costa_%28WMSE%29/VEtest2?veaction=edit
2. Enter edit-mode for the template
3. Go to the "medlemskap" parameter. Click value.
4. Go to the "budget" parameter. Click the value.

Actual Results:  
3. Nothing happens. You must use the down arrow to reveal hidden text.
4. Value window re-sizes and introduces a scrollbar revealing previously hidden
text.

Expected Results:  
Both cases: Window should have been re-seized on initialisation or indicated
that there is more information than shown.
First case: Window should have been re-seized or a scrollbar introduced.

Reproducible: Always

The main issue is that you might not ever expect that there is more information
in the template value than is initially shown.

-- 
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 60208] external PHP can't be started - open_basedir not checked

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

Liangent  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||liang...@gmail.com
 Resolution|--- |FIXED

--- Comment #5 from Liangent  ---
StatusMerged

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


[Bug 63253] Hovercards/Popups do not close in browsers without animationend

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

--- Comment #3 from Gerrit Notification Bot  ---
Change 125392 had a related patch set uploaded by Prtksxna:
Replace animiationend with setTimeout

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

-- 
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 63253] Hovercards/Popups do not close in browsers without animationend

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

Gerrit Notification Bot  changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

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


[Bug 63815] New: GUI for adding TemplateData

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

Bug ID: 63815
   Summary: GUI for adding TemplateData
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: TemplateData
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: lokal_pro...@hotmail.com
CC: jforres...@wikimedia.org, krinklem...@gmail.com,
tpars...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

In short you should not be required to understand code in order to add
TemplateData to a template. 

The current solution is to tell users to copy-paste existing TemplateData form
other templates and modify that but this leads to troubles as soon as e.g.
escaped characters show up.

Any kind of form-based GUI would make creating TemplateData both suitable for
internationalisation (e.g. tick box for true/false) and for the everyday users
of the templates in question.

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


[Bug 63807] Kerning of Nimbus Sans L could be improved

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

--- Comment #6 from Bawolff (Brian Wolff)  ---
https://commons.wikimedia.org/wiki/File:Typo-refresh-kerning-wn.png

I measured both the fake kerning space and the real space. They were both
exactly 3 pixels

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


[Bug 63807] Kerning of Nimbus Sans L could be improved

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

--- Comment #7 from Bawolff (Brian Wolff)  ---
Oddly enough, chrome on the exact same computer seems to select arial over
nimbus (which looks significantly better)

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


[Bug 57693] Create HTML anchors to statements by property

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

Adrian Lang  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 57693] Create HTML anchors to statements by property

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

--- Comment #2 from Gerrit Notification Bot  ---
Change 121361 merged by jenkins-bot:
(bug 57693) supply id for claim group

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

-- 
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 63806] svg external image not placed in image tag

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

Andre Klapper  changed:

   What|Removed |Added

   Keywords||easy
   Priority|Unprioritized   |Normal
 CC||aklap...@wikimedia.org

--- Comment #1 from Andre Klapper  ---
Hi! Thanks for the report and investigating a fix!
You are welcome to use Developer access
  https://www.mediawiki.org/wiki/Developer_access
to submit the code change as a Git branch directly into Gerrit:
  https://www.mediawiki.org/wiki/Git/Tutorial

If you don't want to set up Git/Gerrit, you can also use
https://tools.wmflabs.org/gerrit-patch-uploader/

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


[Bug 61598] ContributionReporting should pass jshint

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

Antoine "hashar" Musso  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #3 from Antoine "hashar" Musso  ---
Marked as obsolete in Zuul configuration with
https://gerrit.wikimedia.org/r/#/c/125082/

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 63723] Time formatting incorrect for some languages

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

--- Comment #10 from Gerrit Notification Bot  ---
Change 124824 merged by jenkins-bot:
Add tests for formatting dates in different langs

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

-- 
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 63710] Exception from line 57 of GlobeCoordinateDetailsFormatter

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

--- Comment #3 from Gerrit Notification Bot  ---
Change 124761 abandoned by Aude:
Handle exceptions in ClaimDifferenceVisualizer

Reason:
we are not re-deploying mw1.23-wmf21, due to time formatting issues

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

-- 
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 54665] maintenance/checkLess.php should be a PHPUnit test and run by extension suite

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

Antoine "hashar" Musso  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #11 from Antoine "hashar" Musso  ---
Confirmed to verify extensions as well.  I like how the
maintenance/checkLess.php is now a wrapper around the PHPUnit tests.

Excellent work thank you!

-- 
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 63362] ganglia down / needs reinstall

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

--- Comment #9 from Antoine "hashar" Musso  ---
Will poke at it again next week with Andrew Boggot. I would like us to attempt
to resize the instance to a bigger profile (1 cpu -> 4 cpu).  Else we will
spawn a new instance and update the configuration to point all gmond to the new
IP.

-- 
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 36422] easily reload all apaches

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

--- Comment #16 from Antoine "hashar" Musso  ---
Great!  Would it be worth adding a few shell wrappers such as:

 beta-apaches (restart|reload|graceful|stop|start) ?

Not sure if it is worth it, but sounds easier to remember than the salt
command.

-- 
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 43506] Special:Categories navigation is broken when using Special:Categories/

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

--- Comment #5 from Aude  ---
shall (me or someone) try again in a fresh patch

-- 
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 43506] Special:Categories navigation is broken when using Special:Categories/

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

--- Comment #6 from Gerrit Notification Bot  ---
Change 41215 abandoned by Aude:
(bug 43506) Fix pager in Special:Categories, make offset default param

Reason:
old and outdated

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

-- 
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 61606] InputBox should pass jshint

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

--- Comment #3 from Gerrit Notification Bot  ---
Change 125393 had a related patch set uploaded by Hashar:
Make mwext-InputBox-jslint voting

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

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


[Bug 61606] InputBox should pass jshint

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

--- Comment #4 from Gerrit Notification Bot  ---
Change 125393 merged by jenkins-bot:
Make mwext-InputBox-jslint voting

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

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


[Bug 61606] InputBox should pass jshint

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

Antoine "hashar" Musso  changed:

   What|Removed |Added

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

--- Comment #5 from Antoine "hashar" Musso  ---
(In reply to Rainer Rillke @commons.wikimedia from comment #2)
> What does JSHINT complain about and *where*? There is not a single
> JavaScript file in the repo currently [1]. Only JSON. Please be more
> specific.
> 
> [1] https://github.com/wikimedia/mediawiki-extensions-InputBox/tree/b85c6688

I have mass filled bugs for any extension that had the jslint job not voting. I
havent looked closely at each extension :-]

Since there is no javascript I have made the jslint job voting. The job also
lint the i18n json files  :-]

Thanks for the feedback!

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


[Bug 60619] have all repositories to pass jshint test (tracking)

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

Bug 60619 depends on bug 61606, which changed state.

Bug 61606 Summary: InputBox should pass jshint
https://bugzilla.wikimedia.org/show_bug.cgi?id=61606

   What|Removed |Added

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

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


[Bug 63816] New: Enable for uk.wikipedia.org

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

Bug ID: 63816
   Summary: Enable for uk.wikipedia.org
   Product: Huggle
   Version: unspecified
  Hardware: All
   URL: https://github.com/huggle/huggle3-qt-lx/issues/38
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Setup
  Assignee: benap...@gmail.com
  Reporter: benap...@gmail.com
CC: benap...@gmail.com, mmovc...@wikipedia.de
   Web browser: ---
   Mobile Platform: ---

moved from github

-- 
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 63816] Enable for uk.wikipedia.org

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

Peter Bena  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 63627] Autocompletion prefers redirect over title matches

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

Gerrit Notification Bot  changed:

   What|Removed |Added

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

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


[Bug 63627] Autocompletion prefers redirect over title matches

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

--- Comment #5 from Gerrit Notification Bot  ---
Change 125395 had a related patch set uploaded by Manybubbles:
Prefer title for prefix search match

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

-- 
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 63804] php class namespace errors

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

Lydia Pintscher  changed:

   What|Removed |Added

 CC||lydia.pintscher@wikimedia.d
   ||e
  Component|WikibaseDatabase|WikidataRepo

--- Comment #1 from Lydia Pintscher  ---
Are you using Composer to install the components? You might have an outdated
dependency.

Also please be aware that we do not support importing of items.

-- 
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 63816] Enable for uk.wikipedia.org

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

--- Comment #1 from Peter Bena  ---
Please create a set of localized warning templates to be send to users, you can
use https://en.wikipedia.org/w/index.php?title=Template:Huggle as example.

You don't need to use 4 levels like on english wiki, but you need to have at
least few basic templates that huggle would use.

Once that is done, please let us know in this bug report and configuration page
will be setup 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 63627] Autocompletion prefers redirect over title matches

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

Nik Everett  changed:

   What|Removed |Added

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

--- Comment #6 from Nik Everett  ---
Silly bot, bug is fixed, this is just the backport to get the fix deployed
early.

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

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

Derk-Jan Hartman  changed:

   What|Removed |Added

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

--- Comment #1 from Derk-Jan Hartman  ---
OK, interesting.

These messages by jshint are informationals, but our jslint parsing script does
not make a distinction between errors, warnings and informationals.

It seems that this informational was also recently removed from jshint 2.4.4:
https://github.com/gruntjs/grunt-contrib-jshint/issues/152
https://github.com/jshint/jshint/releases/tag/2.4.4

I have switched these cases back to es3 mode.

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


[Bug 51802] [upstream] Jenkins: deadlock when deleting jobs

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

Antoine "hashar" Musso  changed:

   What|Removed |Added

   See Also||https://issues.jenkins-ci.o
   ||rg/browse/JENKINS-19446

--- Comment #3 from Antoine "hashar" Musso  ---
https://issues.jenkins-ci.org/browse/JENKINS-18169 got marked as a duplicate of
https://issues.jenkins-ci.org/browse/JENKINS-18589 which was fixed in 1.522 (we
run 1.532.2 right now).

Also noticed https://issues.jenkins-ci.org/browse/JENKINS-19446 "Deadlock while
parallel deletion/rename of jobs" which is fixed in 1.544.


So I guess we can close our bug whenever we upgrade to post 1.544.

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


[Bug 63660] [upstream] Jenkins: Link to job page from rebuild doesn't use correct url pattern

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

--- Comment #1 from Antoine "hashar" Musso  ---
Sounds like a bug in Jenkins :-/  You might want to fill a bug upstream.


Unrelated but reading the doc at
https://wiki.jenkins-ci.org/display/JENKINS/Running+Jenkins+behind+Apache maybe
we might want some additions to the Proxy file
./modules/contint/files/apache/proxy_jenkins

Namely adding 'nocanon' after the ProxyPass and AllowEncodedSlashes NoDecode
but I am unsure of the side effects.

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


[Bug 63710] Exception from line 57 of GlobeCoordinateDetailsFormatter

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

--- Comment #4 from Gerrit Notification Bot  ---
Change 124773 merged by jenkins-bot:
Handle exceptions in ClaimDifferenceVisualizer

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

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

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

--- Comment #2 from Gerrit Notification Bot  ---
Change 125397 had a related patch set uploaded by TheDJ:
Switch a few test cases back into es5 mode

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

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


[Bug 63805] MediaWiki core should pass jshint

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

Gerrit Notification Bot  changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

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


[Bug 63733] Dates formatted as timestamp when lang set to Arabic, Farsi, etc.

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

--- Comment #2 from Gerrit Notification Bot  ---
Change 124868 merged by Addshore:
Normalise digits in time formatter

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

-- 
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 63804] php class namespace errors

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

--- Comment #2 from John Mark Vandenberg  ---
Fresh install using Composer; no outdated components. Only Wikibase and
LocalisationUpdate enabled. Works perfectly in php 5; fails when deployed into
php 3.

-- 
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 62787] hhvm Jenkins job fill up /tmp with stacktraces files

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

Antoine "hashar" Musso  changed:

   What|Removed |Added

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

--- Comment #6 from Antoine "hashar" Musso  ---
The stack traces no more show up in /tmp/ \O/

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


[Bug 62495] Improve error handling backend code for claim html formatting

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

--- Comment #7 from Aude  ---
needs to use mismatch exception consistently in more of the formatters (in data
values and to-be-created EntityIdValue formatters)

also needs handling in diff formatting.

-- 
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 63582] Move "Date format" user preference in MediaWiki core to "Appearance" tab

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

--- Comment #3 from Gerrit Notification Bot  ---
Change 125370 merged by Bartosz Dziewoński:
Moved "Date format" user preference to "Appearance" tab

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

-- 
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 63681] beta cluster job runner keep running some periodic tasks

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

--- Comment #5 from Antoine "hashar" Musso  ---
Do we have any unit test covering that code or anyway to potentially reproduce
the issue? I am not familiar at all with the cas stuff, much less with the job
queue.

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


[Bug 63579] QUnit tests for jquery.makeCollapsible often failing on Jenkins

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

--- Comment #6 from Bartosz Dziewoński  ---
Somewhat interestingly, the job sometimes hangs for real.

From :
"https://integration.wikimedia.org/ci/job/mediawiki-core-qunit/19052/console :
ABORTED in 5h 51m 36s"

-- 
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 63581] Move "Time offset" user preference in MediaWiki core to "Appearance" tab

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

Nemo  changed:

   What|Removed |Added

 CC||federicol...@tiscali.it
Summary|Move "Time offset" user |Move "Time offset" user
   |preference in MediaWiki |preference in MediaWiki
   |core to "User profile" tab  |core to "Appearance" tab

--- Comment #1 from Nemo  ---
(In reply to MZMcBride from comment #0)
> This user preference affects the
> appearance of the site, so this feels like a natural fit.

I'm quite certain timezone is not (mainly) part of someone's identity.

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


[Bug 63282] Media selector doesn't find local media in private wiki

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

--- Comment #2 from Stephan Matthiesen  ---
(In reply to Bawolff (Brian Wolff) from comment #1)
> Maybe private only wikis cause api to be disabled.

API is not disabled completely. All other API calls seem to work, only image
search is affected.

The following workaround in LocalSettings.php also works:

if ( strpos($_SERVER['REQUEST_URI'], "prop=imageinfo") > 0 ) {
$wgGroupPermissions['*']['read'] = true;
}

This disables read protection selectively for the image search.

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


[Bug 63579] QUnit tests for jquery.makeCollapsible often failing on Jenkins

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

--- Comment #7 from Antoine "hashar" Musso  ---
mediawiki-core-qunit is now sometime stuck. I killed a few jobs earlier today
that ran for multiple hours.

Just killed 
https://integration.wikimedia.org/ci/job/mediawiki-core-qunit/19068/console
which was running for 10 minutes.

Might want to add adjust the timeout of jobs to something more reasonable than
the current 360 minutes.

-- 
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 63817] New: Provide a workaround to IE's bug that causes the generic "serif" rendered broken

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

Bug ID: 63817
   Summary: Provide a workaround to IE's bug that causes the
generic "serif" rendered broken
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Skin and page rendering
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: w...@whym.org
CC: krinklem...@gmail.com, matma@gmail.com
   Web browser: ---
   Mobile Platform: ---

A known bug [1] of Internet Explorer 10 and earlier makes the generic "serif"
rendered poorly in Japanese, mixing one font (a Mincho font, close to serif)
and another (said to be the Korean "Batang" font, close to sans-serif),
character by character in one line. (screen shot in [2])  Because Latin-script
fonts specified for headings in the current Vector skin are not applicable to
Japanese scripts, the generic "serif" has to be applied.  This results in IE
users in Japanese experiencing a readability issue due to the forementioned
rendering bug of the browser.

Note that this is not merely an aesthetic preference, but a problem close to
breakage in the interface; when users see this anomaly in the font style, most
would go to check and see if something is broken on their computers.

[1]
http://answers.microsoft.com/ja-jp/ie/forum/all/css%E3%81%AEfont/76ecfcff-ca10-41c7-9a77-baa823ec89a0
[2] https://sites.google.com/site/jawpspace/jawp_font_ie9s.png

Also discussed in
https://www.mediawiki.org/wiki/Talk:Typography_refresh#About_troubles_include_IE.27s_rendering_error_in_Japanese_Wikipedia

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