[Bug 66600] Cron that runs mobile queries is dead

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

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 66600] Cron that runs mobile queries is dead

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

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 139775 had a related patch set uploaded by QChris:
Fix log target for mobile apps data job

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

-- 
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 66600] Cron that runs mobile queries is dead

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

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 139775 merged by Springle:
Fix log target for mobile apps data job

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

-- 
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 58715] Recent changes legend displays poorly on narrow resolutions

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

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 132477 merged by jenkins-bot:
Split messages for recent change legend and letter tooltips

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

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


[Bug 65796] HHVM segfaults when calling Parser-callParserFunction

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

--- Comment #9 from Tim Starling tstarl...@wikimedia.org ---
I'm at the how can this possibly work at all stage now, which is usually a
sign of progress. _object_and_properties_init() has:

  Z_OBJVAL_P(arg) = HPHP::ObjectData::newInstance(cls);

at this point, the ObjectData's refcount is 0, which is apparently broken. Then
it does:

  // Zend doesn't have this, but I think we need it or else new objects have a
  // refcount of 0
  Z_ADDREF_P(arg);

The comment is apparently incorrect -- the RefData's refcount is 1 already and
apparently doesn't need to be incremented, and it fails to increment the
ObjectData's refcount.

The two bugs apparently sometimes cancel each other out, since the RefData
stays live indefinitely and keeps the ObjectData alive. I'm still sorting
through the exact chronology, but it seems some sequence of boxing and unboxing
exposes the incorrect reference count in the ObjectData.

-- 
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 60235] Allow links in legend labels

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

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 132477 merged by jenkins-bot:
Split messages for recent change legend and letter tooltips

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

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


[Bug 66600] Cron that runs mobile queries is dead

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

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 139785 had a related patch set uploaded by QChris:
Ensure log file for mobile data job exists

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

-- 
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 64749] Files in /srv on stat1003 owned by non-existing users

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

christ...@quelltextlich.at changed:

   What|Removed |Added

 Blocks||66600

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


[Bug 66600] Cron that runs mobile queries is dead

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

christ...@quelltextlich.at changed:

   What|Removed |Added

 Depends on||64749

--- Comment #4 from christ...@quelltextlich.at ---
(In reply to Dan Andreescu from comment #0)
 The cron job that updates the mobile dashboards has not been working since
 June 2nd.  We've enabled logging with
 https://gerrit.wikimedia.org/r/#/c/138884/ but we don't see a log file yet.

I think, those are actually two separate issues:
* Cron job not working, and
* Seeing no log file.


* Cron job not working:

For me, the relevant command bails out with:
  [...]
  Generating Uploads cancelled by user (per day)
  Traceback (most recent call last):
File /srv/limn-mobile-data/generate.py, line 321, in module
  dg.execute()
File /srv/limn-mobile-data/generate.py, line 171, in execute
  ok = self.generate_graph_full(key, value)
File /srv/limn-mobile-data/generate.py, line 285, in generate_graph_full
  self.save_graph_as_csv(key, headers, rows)
File /srv/limn-mobile-data/generate.py, line 303, in save_graph_as_csv
  with open(csv_filename, 'wb') as csv_file:
  IOError: [Errno 13] Permission denied:
'/a/limn-public-data/mobile/datafiles/cancelled-uploads.csv'

As that file can only be writted by 610:wikidev [1], but the job being run as
stats [2] (without group wikidev) the error looks plausible. Owner 610
is bug 64749.


* Seeing no log file:

The patch that added logging for this job was broken, and broke puppet
on stat1003 [3]. Broken puppet should have been fixed by

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

(see comment 1 and comment 2). Thanks springle for the prompt merge.
Puppet is ok again on stat1003.

But it seems that the log generation will fail regardless, due to
log file creation happening on the wrong end. The corresponding patch is

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

(for which I did not yet escalate merging, as it does not seem to affect
this or other services ... just logging. So it can sit in the queue.)



[1]
_
qchris@stat1003 // jobs: 0 // time: 06:26:20 // exit code: 0
cwd: ~
ll /a/limn-public-data/mobile/datafiles/cancelled-uploads.csv
-rw-rw-r-- 1 610 wikidev 7956 Jun  2 18:07
/a/limn-public-data/mobile/datafiles/cancelled-uploads.csv



[2]
https://git.wikimedia.org/blob/operations%2Fpuppet/79e00984efb6e23cfc59e9fab13be14223baab7a/manifests%2Fmisc%2Fstatistics.pp#L696



[3] For example

  [05:21:18] icinga-wm PROBLEM - Puppet freshness on stat1003 is
CRITICAL: Last successful Puppet run was Fri 13 Jun 2014 20:03:25 UTC

in http://bots.wmflabs.org/~wm-bot/logs/%23wikimedia-operations/20140616.txt

-- 
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 66591] Include FooBar in title for [[Special:MobileLanguages/FooBar]]

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

--- Comment #6 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 139790 had a related patch set uploaded by Florianschmidtwelzow:
Add Article Title to PageTitle

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

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


[Bug 66591] Include FooBar in title for [[Special:MobileLanguages/FooBar]]

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

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 66245] Expand View button broken on IE10

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

--- Comment #1 from Tisza Gergő gti...@wikimedia.org ---
Seems to be this IE10 bug:
http://stackoverflow.com/questions/17944354/svg-background-image-position-is-always-centered-in-internet-explorer-despite-b

When I replace the SVG data URI with a PNG one, the image is positioned
correctly.

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


[Bug 66583] Claimit: AttributeError: Claim instance has no attribute 'title'

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

xqt i...@gno.de changed:

   What|Removed |Added

 Status|NEW |UNCONFIRMED
 CC||i...@gno.de
 Ever confirmed|1   |0

--- Comment #2 from xqt i...@gno.de ---
Should be fixed with https://gerrit.wikimedia.org/r/#/c/139366/

-- 
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 46535] Special:NewItem return error Could not create a new page. It already exists. although it does not exist

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

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 46535] Special:NewItem return error Could not create a new page. It already exists. although it does not exist

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

--- Comment #8 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 139794 had a related patch set uploaded by Xqt:
(bug 66619) Ignore TypeError for bug 46535

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

-- 
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 66619] TypeError: list indices must be integers, not str

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

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 66619] TypeError: list indices must be integers, not str

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

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 139794 had a related patch set uploaded by Xqt:
(bug 66619) Ignore TypeError for bug 46535

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

-- 
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 66650] New: After moving an page, search will no longer finds the artcle

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

Bug ID: 66650
   Summary: After moving an page, search will no longer finds the
artcle
   Product: MediaWiki
   Version: 1.23.0
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: Search
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: gebh...@gmx.net
CC: neverett+bugzi...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

If an article is moved the search will no longer find the article when
searching for the content. Only the title will be matched.

This seems to be a Postgres related bug, because we can reproduce this only in
Postgres based installations.

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


[Bug 42241] Vector: Middle click on a href=# in tabs should not open {current url}# in a new window

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

--- Comment #11 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 139795 had a related patch set uploaded by Gerrit Patch Uploader:
Use a instead of a href=# for JavaScript click events

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

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


[Bug 66651] New: Make last character optional in globe/geo/lat-long parsers

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

Bug ID: 66651
   Summary: Make last character optional in globe/geo/lat-long
parsers
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: thiemo.maet...@wikimedia.de
CC: wikidata-b...@lists.wikimedia.org
   Web browser: ---
   Mobile Platform: ---

One format that's currently accepted is:
1°23'45.6789 1°23'45.6789

I propose to also accept partly incomplete inputs for convenience:
1°23'45.6789 1°23'45.6789
1°23'45 1°23'45
1°23 1°23
1°23.45 1°23.45
All these can only have a single meaning, as far as I'm aware of.

Not sure about these:
1°23'456789 1°23'456789
1°2345 1°2345
The problem here is that these can have several meanings.

-- 
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 66652] New: CommonsMetadata outputs values with trailing « #10 »

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

Bug ID: 66652
   Summary: CommonsMetadata outputs values with trailing « #10 »
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: CommonsMetadata
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: jeanfrederic.w...@gmail.com
CC: aarcos.w...@gmail.com, fflo...@wikimedia.org,
gti...@wikimedia.org, mtrac...@member.fsf.org
   Web browser: ---
   Mobile Platform: ---

While fishing for suspects in bug 57259, I came across this issue with this
image:

https://commons.wikimedia.org/w/api.php?action=queryprop=imageinfoiiprop=extmetadatatitles=File:Bi-crystal.jpg

The API result is:
LicenseShortName value=CC-BY-SA-3.0#10; source=commons-desc-page
hidden= /
UsageTerms value=Creative Commons Attribution-Share Alike 3.0#10;
source=commons-desc-page hidden= /
LicenseUrl value=http://creativecommons.org/licenses/by-sa/3.0#10;;
source=commons-desc-page hidden= /
Copyrighted value=True source=commons-desc-page hidden= /
License value=cc-by-sa-3.0 source=commons-templates hidden= /

Values are trailed with a « #10 », which makes (or may) an incorrect link.

MultimediaViewer does not appear affected (I suppose some more cleanup occurs
later on).

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


[Bug 66653] New: GeoCoordinateFormatter interprets precision as number of decimal places

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

Bug ID: 66653
   Summary: GeoCoordinateFormatter interprets precision as number
of decimal places
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: thiemo.maet...@wikimedia.de
CC: wikidata-b...@lists.wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Enter 1°23'45.6789 1°23'45.6789, play around with the precisions and be
surprised.

Precision 10° results in 1°23'45.678901N, 1°23'45.678901E.
Precision 1° results in 1°23'45.7N, 1°23'45.7E.

Thats the number of decimal places for the seconds. I'm confused. Wasn't the
definition of precision that it's a degree value?

-- 
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 700] Code quality issues (tracking)

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

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

   What|Removed |Added

 Depends on||66646

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


[Bug 66646] Refactor out 'infinity' variants

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

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

   What|Removed |Added

 Blocks||700

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


[Bug 49229] lucene support makes git.wikimedia.org slow

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

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

   What|Removed |Added

   Priority|High|Lowest
   Severity|major   |normal

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


[Bug 66648] {{#time}} parser function produces incorrect dates when displaying dates before 1941 in Thai language

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

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

   What|Removed |Added

   Keywords||i18n
   Priority|Unprioritized   |Low

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


[Bug 66653] GeoCoordinateFormatter interprets precision as number of decimal places

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

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

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||lydia.pintscher@wikimedia.d
   ||e
 Whiteboard||u=dev c=frontend 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 66654] New: Make geo/globe coordinate diff more readable

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

Bug ID: 66654
   Summary: Make geo/globe coordinate diff more readable
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: thiemo.maet...@wikimedia.de
CC: wikidata-b...@lists.wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Example: https://www.wikidata.org/wiki/Special:Diff/138117663

There are two problems:

1. The values are very raw (I know this is intended at the moment). For
example the precision should be shown in a more readable format like it is in
the selection drop-down. The globe should be resolved somehow, at least for the
Earth default.

2. The individual lines in such a diff are not colored. This may need an other
bug report. It's not limited to coordinates. Same for other values that are
shown as little tables, e.g. quantities.

-- 
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 66651] Make last character optional in globe/geo/lat-long parsers

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

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

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||lydia.pintscher@wikimedia.d
   ||e
 Whiteboard||u=dev c=frontend 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 66654] Make geo/globe coordinate diff more readable

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

Thiemo Mättig thiemo.maet...@wikimedia.de changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Depends on||49404
   Severity|normal  |enhancement

-- 
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 49404] Coordinates diffs are blank

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

Thiemo Mättig thiemo.maet...@wikimedia.de changed:

   What|Removed |Added

 Blocks||66654

-- 
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-06-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63806

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 139680 had a related patch set uploaded by TheDJ:
Recognize SVGs for External Images

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

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


[Bug 66655] New: Multiline code tag results in strange html

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

Bug ID: 66655
   Summary: Multiline code tag results in strange html
   Product: MediaWiki
   Version: 1.23.0
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: Parser
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: d...@moodle.com
   Web browser: ---
   Mobile Platform: ---

When creating a new wiki page with the following content:
code
 foo()
 bar()
/code

The generated html is:
div id=mw-content-text lang=en dir=ltr class=mw-content-ltr
pcode/code/pcode
prefoo()
bar()
/pre
/codepcode/code
/p
/div


The empty code tags are a bit curious.

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


[Bug 66591] Include FooBar in title for [[Special:MobileLanguages/FooBar]]

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

Liangent liang...@gmail.com changed:

   What|Removed |Added

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

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


[Bug 66656] Include FooBar in title for [[Special:Contributions/FooBar]]

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

Liangent liang...@gmail.com changed:

   What|Removed |Added

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

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


[Bug 66656] New: Include FooBar in title for [[Special:Contributions/FooBar]]

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

Bug ID: 66656
   Summary: Include FooBar in title for
[[Special:Contributions/FooBar]]
   Product: MobileFrontend
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Feature requests
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: liang...@gmail.com
CC: aricha...@wikimedia.org,
florian.schmidt.wel...@t-online.de,
jrob...@wikimedia.org, kw...@wikimedia.org,
maxsem.w...@gmail.com, rkald...@wikimedia.org,
tf...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Like what's done on desktop.

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


[Bug 66657] New: MMV crashes on fileUsage array if namespace is unknown on local wiki

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

Bug ID: 66657
   Summary: MMV crashes on fileUsage array if namespace is unknown
on local wiki
   Product: MediaWiki extensions
   Version: master
  Hardware: All
   URL: https://en.wikipedia.org/wiki/Linux_distributions?debu
g=true#mediaviewer/File:Linux_Distribution_Timeline.sv
g
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: MultimediaViewer
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: hartman.w...@gmail.com
CC: aarcos.w...@gmail.com, fflo...@wikimedia.org,
gti...@wikimedia.org, mtrac...@member.fsf.org
   Web browser: ---
   Mobile Platform: ---

https://en.wikipedia.org/wiki/Linux_distributions?debug=true#mediaviewer/File:Linux_Distribution_Timeline.svg

The file usage contains a link to ar.wikipedia.org in the namespace 104.
This namespace is not known to en.wikipedia.org, so when trying to format this
link in FileUsage.prototype.getFileUrl(), the script throws an exception inside
mw.Title.

Full stacktrace in: http://pastebin.com/xjhMxQsR

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


[Bug 66656] Include FooBar in title for [[Special:Contributions/FooBar]]

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

--- Comment #1 from Bingle bingle-ad...@wikimedia.org ---
Prioritization and scheduling of this bug is tracked on Trello card
https://trello.com/c/8IA5TCCc

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


[Bug 64710] Embed should use localized wikitext

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

--- Comment #8 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 131509 merged by jenkins-bot:
Revert Use localized namespace name in embed wikitext

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

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


[Bug 66657] MMV crashes on fileUsage array if namespace is unknown on local wiki

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

--- Comment #1 from Derk-Jan Hartman hartman.w...@gmail.com ---
If you are doing crosswiki links, you should really implement a JS function
that can guarantee the same behavior as PHPs Title::makeTitle or
Title:makeSafeTitle.

Especially, since https://gerrit.wikimedia.org/r/139592 is basically running
into similar problems with the JS Title object.

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


[Bug 66658] New: Problem with hovercards - hebrew wikivoyage

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

Bug ID: 66658
   Summary: Problem with hovercards - hebrew wikivoyage
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: PC
OS: Windows 7
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: Popups
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: katala...@gmail.com
CC: psax...@wikimedia.org, yuvipa...@gmail.com
   Web browser: ---
   Mobile Platform: ---

In the hebrew wikivoyage, there is a problem with the hovercards. When you, for
example, when you put your mouse about link to the article London, you get
the text London in the hovercard. when you put your mouse about link to the
article Tbilisi, you get the text Georgia in the hovercard. Can you please
make the hovercard skip the חלק מ (part of) tamplate?

Another thing, about the image in the hovercards. Can you please make the image
that appears in the hovercard to be the banner image (appears in the english
pagebanner tamplate and in the hebrew באנר tamplate)? It will be more
appropriate than the pictures that are displayed now (maps of the area of the
city, state or attraction).

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


[Bug 66647] data-sort-type should correlate the currencies of data-sort-value cells with 'currency criterion' compatible cells when used sparcely

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

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

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||krinklem...@gmail.com,
   ||matma@gmail.com,
   ||tpars...@wikimedia.org
  Component|General/Unknown |JavaScript
Version|unspecified |1.24-git
 Blocks||31601
Summary|data-sort-type doesn't  |data-sort-type should
   |correlate the currencies of |correlate the currencies of
   |data-sort-value cells with  |data-sort-value cells with
   |'currency criterion'|'currency criterion'
   |compatible cells when used  |compatible cells when used
   |sparcely|sparcely
   Severity|major   |enhancement

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
Workaround: Put first what's currently in the brackets.

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


[Bug 31601] tablesorter (tracking)

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

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

   What|Removed |Added

 Depends on||66647

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


[Bug 58892] pagefromfile: appendtops variable is not defined

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

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 139701 had a related patch set uploaded by John Vandenberg:
(bug 58892) Fixing NameError in pagefromfile.py

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

-- 
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 58892] pagefromfile: appendtops variable is not defined

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

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

   What|Removed |Added

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

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


[Bug 66657] MMV crashes on fileUsage array if namespace is unknown on local wiki

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

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

   What|Removed |Added

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

--- Comment #2 from Derk-Jan Hartman hartman.w...@gmail.com ---


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

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


[Bug 66147] TypeError: mw.config.get(...)[this.namespace] is undefined

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

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

   What|Removed |Added

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

--- Comment #3 from Derk-Jan Hartman hartman.w...@gmail.com ---
*** Bug 66657 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 66617] mw.Uri doesn't recognize URLs like http://wikimedia.org (requires slash at the end)

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

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
Version|unspecified |1.24-git
Summary|mw.Uri doesn't recognize|mw.Uri doesn't recognize
   |URLs like   |URLs like
   |http://wikimedia.org|http://wikimedia.org
   ||(requires slash at the end)

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


[Bug 62387] Update tcl-trf to version 2.1.4-dfsg-3

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

--- Comment #5 from Andre Klapper aklap...@wikimedia.org ---
(In reply to Marc A. Pelletier from comment #4)
 I'll try to get that tomorrow (Jun 11 2014)

Wondering if that happened.

-- 
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 65889] Google Chrome doesnt respect upright of images

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

--- Comment #6 from Andre Klapper aklap...@wikimedia.org ---
I'm still not sure what I'd be expected to see (but somebody else might know).
How should/does it look 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 66036] JSON File upload not working: File ending .json does not fit MIME type (text/plain)

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

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
Summary|JSON File upload not|JSON File upload not
   |working |working: File ending .json
   ||does not fit MIME type
   ||(text/plain)
 Whiteboard||aklapper-moreinfo

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
Hi,
does the file mime.types list 
   text/plain json
?

See
https://www.mediawiki.org/wiki/Manual:Mime_type_detection#MIME_type_validation
for more information.

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


[Bug 64710] Embed should use localized wikitext

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

--- Comment #9 from Nemo federicol...@tiscali.it ---
(In reply to Gerrit Notification Bot from comment #8)
 Change 131509 merged by jenkins-bot:
 Revert Use localized namespace name in embed wikitext

I'm confused. What changed since the multimedia list discussion?

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


[Bug 66658] Problem with hovercards - hebrew wikivoyage

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

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

   What|Removed |Added

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

--- Comment #1 from Derk-Jan Hartman hartman.w...@gmail.com ---
Can you please file separate tickets for separate problems ?

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


[Bug 66589] Special:SpecialPages displays create account when permissions do not allow it

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

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

   What|Removed |Added

   Priority|Unprioritized   |Normal

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


[Bug 66593] Special:WhatLinksHere: previous link only allows to go back once

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

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

   What|Removed |Added

   Priority|Unprioritized   |Low
Summary|Special:WhatLinksHere --|Special:WhatLinksHere:
   |previous-Link only allows |previous link only allows
   |to backtrack once   |to go back once

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


[Bug 66323] GIMP file format images display green instead of BW

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

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

   What|Removed |Added

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

--- Comment #6 from Derk-Jan Hartman hartman.w...@gmail.com ---
Upstream reports this fixed in ImageMagick 6.8.9-3 Beta

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


[Bug 21653] Creating a PDF with collection extension does not render the pages tag hook from proofread page extension

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

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

   What|Removed |Added

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

-- 
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 66597] Book tool incompatible with ProofreadPage extension, again

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

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=21653
   Severity|normal  |major

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


[Bug 66658] Problem with hovercards - hebrew wikivoyage

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

--- Comment #2 from katala...@gmail.com ---
Created attachment 15662
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=15662action=edit
Hovercard of the link Swiss: Central europe

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


[Bug 66658] Problem with hovercards - hebrew wikivoyage

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

--- Comment #3 from katala...@gmail.com ---
Created attachment 15663
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=15663action=edit
Hovercard of the link England. Text displayed: United Kingdom

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


[Bug 18703] Create non-expensive variable version of {{PAGESIZE}} for current page, and let it get the correct size of the current page when previewing and saving

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

--- Comment #3 from Amalthea amalthea.wikime...@googlemail.com ---
Functionality is now as requested, but what Splarka wrote in comment #1 is
still valid: REVISIONUSER (for example) works as both a magic word and an
(expensive) parser function, but for page size you need to use REVISIONSIZE for
the current page and PAGESIZE as the (expensive) parser function.
That should be straightened out at some point.

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


[Bug 66598] mw.loader.using() does not forward aborts to jQuery.Promise

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

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

   What|Removed |Added

   Priority|Unprioritized   |Normal

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


[Bug 66597] Book tool incompatible with ProofreadPage extension, again

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

billinghurst billinghu...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||billinghu...@gmail.com
 Blocks||35925
 Ever confirmed|0   |1

--- Comment #1 from billinghurst billinghu...@gmail.com ---
can confirm that the books are not transcluding Pagae: ns pages

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


[Bug 66647] data-sort-type should correlate the currencies of data-sort-value cells with 'currency criterion' compatible cells when used sparcely

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

--- Comment #2 from Matthew Millar mattmil...@googlemail.com ---
To maintain the difference between backend functionality and UX, use of
data-sort-value on each cell of the column with a standardized currency is a
workaround.

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


[Bug 35925] Wikisource related bugs and enhancements (tracking)

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

billinghurst billinghu...@gmail.com changed:

   What|Removed |Added

 Depends on||66597

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


[Bug 52339] VisualEditor: Selection highlighting breaks if an inline alien wraps

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

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 139805 had a related patch set uploaded by Esanders:
Shields are dead, long live getClientRects

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

-- 
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 52339] VisualEditor: Selection highlighting breaks if an inline alien wraps

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

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

   What|Removed |Added

 Status|ASSIGNED|PATCH_TO_REVIEW

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


[Bug 51708] VisualEditor: Inline templates don't wrap, assume width:100%, so break layout around floated items

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

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 139806 had a related patch set uploaded by Esanders:
Remove display:inline-block highlight hacks

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

-- 
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 51708] VisualEditor: Inline templates don't wrap, assume width:100%, so break layout around floated items

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

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

   What|Removed |Added

 Status|ASSIGNED|PATCH_TO_REVIEW

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


[Bug 66647] data-sort-type should correlate the currencies of data-sort-value cells with 'currency criterion' compatible cells when used sparcely

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

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

   What|Removed |Added

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

--- Comment #3 from Derk-Jan Hartman hartman.w...@gmail.com ---
I don't see why it would do that. 'garbage in, garbage out' principle of
keeping data applies here in my opinion. If you leave the program guessing, it
is undoubtedly going to guess wrong in certain cases.

Using data-sort-value consistently is what I think is the appropriate approach
here.

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


[Bug 384] PostgreSQL/pgsql support (tracking)

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

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

   What|Removed |Added

 Depends on||66650

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


[Bug 66650] After moving an page, search will no longer finds the article on Postgres

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

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

   What|Removed |Added

 Blocks||384
Summary|After moving an page,   |After moving an page,
   |search will no longer finds |search will no longer finds
   |the artcle  |the article on Postgres

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


[Bug 66659] New: template in the beginning of Bratislava in English is not loaded correctly in Special:ContentTranslation

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

Bug ID: 66659
   Summary: template in the beginning of Bratislava in English is
not loaded correctly in Special:ContentTranslation
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
   URL: http://language-stage.wmflabs.org/w/index.php?title=Sp
ecial:ContentTranslationpage=Bratislavafrom=ento=fi
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: ContentTranslation
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: amir.ahar...@mail.huji.ac.il
CC: amir.ahar...@mail.huji.ac.il, asha...@wikimedia.org,
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: ---

When trying to translate the article Bratislava from the English Wikipedia, the
template in the beginning of the article is displayed in a garbled way in the
source column. Instead of an infobox it shows a lot of escape codes and the
first paragraphs don't appear.

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


[Bug 65907] Distance between read in another language and Nearby

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

--- Comment #5 from Florian florian.schmidt.wel...@t-online.de ---
Is there a new status of this? :)

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


[Bug 66660] New: Download fonts when needed by default in Arabic Wikipedia

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

Bug ID: 0
   Summary: Download fonts when needed by default in Arabic
Wikipedia
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: UniversalLanguageSelector
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: zack.wadgh...@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: ---

In Arabic Wikipedia, please make by default for all users the option Download
fonts when needed. This will enable using the Amiri font via ULS instead of
Common.css 

Option path: Language Settings  Display  Fonts

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


[Bug 61735] Delete lists for WMVE

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

Giuseppe Lavagetto glavage...@wikimedia.org changed:

   What|Removed |Added

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

--- Comment #4 from Giuseppe Lavagetto glavage...@wikimedia.org ---
Closing this as the lists have been already deleted

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


[Bug 66636] Uncaught exception DataValues\IllegalValueException

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

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

   What|Removed |Added

   Priority|Normal  |High
 CC||jeroen_ded...@yahoo.com,
   ||lydia.pintscher@wikimedia.d
   ||e

-- 
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 66654] Make geo/globe coordinate diff more readable

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

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

   What|Removed |Added

 CC||lydia.pintscher@wikimedia.d
   ||e
 Whiteboard||u=dev c=frontend p=0
   Severity|enhancement |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 61766] VisualEditor: Gallery Highlight is not getting redrawn in correct position while changing the Heading style applied on it

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

Ed Sanders esand...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||esand...@wikimedia.org
 Resolution|--- |FIXED

--- Comment #2 from Ed Sanders esand...@wikimedia.org ---
Galleries can no longer take a paragraph style, which is correct and fixes 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 66083] VisualEditor: Issues with shields/highlights/phantoms (tracking)

2014-06-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66083
Bug 66083 depends on bug 61766, which changed state.

Bug 61766 Summary: VisualEditor: Gallery Highlight is not getting redrawn in 
correct position while changing the Heading style applied on it
https://bugzilla.wikimedia.org/show_bug.cgi?id=61766

   What|Removed |Added

 Status|NEW |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 61065] VisualEditor: After inserting a gallery, the newly inserted gallery does not remain highlighted but the inspector icon shows up at the corner of the page

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

Ed Sanders esand...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||esand...@wikimedia.org
 Resolution|--- |FIXED

--- Comment #2 from Ed Sanders esand...@wikimedia.org ---
mwGallery is not in the insert menu anymore, but testing locally they do appear
to highlight correctly if they are re-enabled.

-- 
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 66083] VisualEditor: Issues with shields/highlights/phantoms (tracking)

2014-06-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66083
Bug 66083 depends on bug 61068, which changed state.

Bug 61068 Summary: VisualEditor: Gallery remains highlighted even after 
clicking elsewhere in the page
https://bugzilla.wikimedia.org/show_bug.cgi?id=61068

   What|Removed |Added

 Status|NEW |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 61068] VisualEditor: Gallery remains highlighted even after clicking elsewhere in the page

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

Ed Sanders esand...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||esand...@wikimedia.org
 Resolution|--- |FIXED

--- Comment #1 from Ed Sanders esand...@wikimedia.org ---
Appears to have been fixed a while ago.

-- 
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 39592] Version the API

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

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

   What|Removed |Added

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

--- Comment #12 from Andre Klapper aklap...@wikimedia.org ---
Yuri Astrakhan: I am resetting the assignee of this issue to default because
there has been no progress in the last months. Feel free to take it again when
you are actually planning to fix this. Thanks.

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


[Bug 66106] VisualEditor: For all drop down boxes, the first match with check mark and highlight, loses it highlight upon hovering over it and then moving mouse out of the object

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

Ed Sanders esand...@wikimedia.org changed:

   What|Removed |Added

 CC||esand...@wikimedia.org
 Blocks|66083   |

--- Comment #1 from Ed Sanders esand...@wikimedia.org ---
Not a shield issue.

-- 
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 65175] RevisionDelete - Cannot inherit previously-inherited or override constant READ_LATEST from interface IDBAccessObject in Revision.php on line 26

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

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

   What|Removed |Added

 Whiteboard||aklapper-moreinfo

--- Comment #4 from Andre Klapper aklap...@wikimedia.org ---
Kenneth: Can you answer comment 3, please?

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


[Bug 66083] VisualEditor: Issues with shields/highlights/phantoms (tracking)

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

Ed Sanders esand...@wikimedia.org changed:

   What|Removed |Added

 Depends on|66106   |

-- 
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 16816] Log actions should support bot flag (e.g. to hide from Special:RecentChanges)

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

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

   What|Removed |Added

   Target Milestone|1.24.0 release  |---

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


[Bug 66183] load.php causes massive pageload times

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

--- Comment #7 from Andre Klapper aklap...@wikimedia.org ---
(In reply to fs from comment #6)

fs: Any luck?

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


[Bug 66106] VisualEditor: For all drop down boxes, the first match with check mark and highlight, loses it highlight upon hovering over it and then moving mouse out of the object

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

Ed Sanders esand...@wikimedia.org changed:

   What|Removed |Added

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

--- Comment #2 from Ed Sanders esand...@wikimedia.org ---
Appears to have been 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 65716] VisualEditor: The image does not remain highlighted but the areas around it are instead, after making an image frameless-right or basic-right

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

Ed Sanders esand...@wikimedia.org changed:

   What|Removed |Added

 CC||esand...@wikimedia.org
 Blocks|66083   |

--- Comment #2 from Ed Sanders esand...@wikimedia.org ---
Selection range issue, not a shield issue.

-- 
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 61735] Delete lists for WMVE

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

--- Comment #5 from Tomasz W. Kozlowski twkozlow...@gmail.com ---
Thanks, Giuseppe!  Really appreciate your assistance.

-- 
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 66083] VisualEditor: Issues with shields/highlights/phantoms (tracking)

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

Ed Sanders esand...@wikimedia.org changed:

   What|Removed |Added

 Depends on|65716   |

-- 
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 65637] Flow failing with $wgMainCacheType = CACHE_DB;

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

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

   What|Removed |Added

 CC||aklap...@wikimedia.org

--- Comment #5 from Andre Klapper aklap...@wikimedia.org ---
mmullie: Patch merged; is this fixed 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 52126] Password reset doesn't work

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

--- Comment #6 from Andre Klapper aklap...@wikimedia.org ---
Juliusz: Can you answer comment 4, please?

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


[Bug 65637] Flow failing with $wgMainCacheType = CACHE_DB;

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

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

   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 60362] CirrusSearch: Stopwords are not optional and are worth as much as exact matches

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

--- Comment #5 from Andre Klapper aklap...@wikimedia.org ---
(In reply to Chad H. from comment #4)
 We've had 1.1 for a bit now and we're looking at 1.2. Upstream issue seems
 closed  merged so can we consider this resolved (or possible to resolve)
 now?

Nik: ?

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


[Bug 45910] JJB: document current build parameters to trigger-build builder

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

--- Comment #5 from Andre Klapper aklap...@wikimedia.org ---
mtraceur: Are you still working on this? Or should the assignee be reset?

-- 
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 21815] Provide a way to simplify the image pages

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

--- Comment #5 from Andre Klapper aklap...@wikimedia.org ---
Conrad: Could you answer comment 4, please?

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


[Bug 41612] Page moves of files on commons slow

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

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

   What|Removed |Added

 Whiteboard||aklapper-moreinfo

--- Comment #6 from Andre Klapper aklap...@wikimedia.org ---
Smallman: Can you answer comment 5, please?

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


  1   2   3   4   5   >