[Bug 72527] CircularRedirect exception throws another exception

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72527

Mpaa mpaa.w...@gmail.com changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 CC||mpaa.w...@gmail.com
 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 69615] Make webrequest partition validation handle races between time and sequence numbers

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69615

--- Comment #15 from christ...@quelltextlich.at ---
Happened again for:

  2014-10-24T19/2H (on bits)

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


[Bug 70085] Raw webrequest partitions that were not marked successful

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70085

christ...@quelltextlich.at changed:

   What|Removed |Added

 Depends on||72548

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


[Bug 72548] New: Raw webrequest bits partition for 2014-10-26T21/1H not marked successful

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72548

Bug ID: 72548
   Summary: Raw webrequest bits partition for 2014-10-26T21/1H not
marked successful
   Product: Analytics
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Refinery
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: christ...@quelltextlich.at
CC: bugwatc...@sb-mail.wmflabs.org,
christ...@quelltextlich.at, dandree...@wikimedia.org,
kle...@wikimedia.org, oke...@wikimedia.org,
o...@wikimedia.org, tneg...@wikimedia.org
Blocks: 70085
   Web browser: ---
   Mobile Platform: ---

The bits webrequest partition [1] for 2014-10-26T21/1H has not been marked
successful.

What happened?


[1]
_
qchris@stat1002 // jobs: 0 // time: 07:51:53 // exit code: 0
cwd: ~
~/cluster-scripts/dump_webrequest_status.sh 
  +--+++++
  | Date |  bits  | mobile |  text  | upload |
  +--+++++
[...]
  | 2014-10-26T19/1H |.   |.   |.   |.   |
  | 2014-10-26T20/1H |.   |.   |.   |.   |
  | 2014-10-26T21/1H |X   |.   |.   |.   |
  | 2014-10-26T22/1H |.   |.   |.   |.   |
  | 2014-10-26T23/1H |.   |.   |.   |.   |
[...]
  +--+++++


Statuses:
  . -- Partition is ok
  M -- Partition manually marked ok
  X -- Partition is not ok (duplicates, missing, or nulls)

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


[Bug 70098] Unable to login and reset password: Invalid hash given in all cases

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70098

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

   What|Removed |Added

 CC||pleasest...@live.com

--- Comment #11 from Kevin Israel (PleaseStand) pleasest...@live.com ---
(In reply to Chris Steipp from comment #10)
 [...] the password was updated to
 :A::hash, and I couldn't login.

I think I753c135a would fix that problem. We may need a DB cleanup script
and/or the compatibility hack I thought we didn't need.

 [...] I'm not able to find a reliable
 reproduction for ending up in that state though.

Perhaps the user had tried to reset his password by email before attempting to
log in with his existing password? That would cause $user-saveSettings() to be
called, which to get the string to store in the DB, would call toString() on
the MWOldPassword object. Though why would we have :A: hashes in the DB at all?

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


[Bug 72549] New: $wgJobBackoffThrottling['gwtoolsetUploadMetadataJob'] is blown away later in CommonSettings.php

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72549

Bug ID: 72549
   Summary: $wgJobBackoffThrottling['gwtoolsetUploadMetadataJob']
is blown away later in CommonSettings.php
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: pleasest...@live.com
CC: aschulz4...@gmail.com, gti...@wikimedia.org,
s...@reedyboy.net
   Web browser: ---
   Mobile Platform: ---

Lines 1941-1943 of CommonSettings.php:

 // extra throttling until the image scalers are more robust
 GWToolset\Config::$mediafile_job_throttle_default = 5; // 5 files per batch
 $wgJobBackoffThrottling['gwtoolsetUploadMetadataJob'] = 5 / 3600; // 5 
 batches per hour

Lines 2390-2396 of CommonSettings.php:

 # Similar to above but not for single template/file changes
 $wgJobBackoffThrottling = array(
# Avoid excessive CPU due to cache misses from rapid invalidations
'htmlCacheUpdate' = 20, // pages/sec per runner
# Avoid excessive DB usage for backlink tables
'refreshLinks'= 20, // pages/sec per runner
 );

The later assignment to $wgJobBackoffThrottling would prevent the assignment to
$wgJobBackoffThrottling['gwtoolsetUploadMetadataJob'] from having any effect.

Either the earlier assignment is not needed and should be removed, or it is
needed and the later assignment should be to individual keys and not the entire
array. Which is the case?

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


[Bug 72548] Raw webrequest bits partition for 2014-10-26T21/1H not marked successful

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72548

--- Comment #1 from christ...@quelltextlich.at ---
Only cp3019 is affected. For that host data worth ~55 seconds got lost
in the ~1 minute between 2014-10-26T21:16:22 2014-10-26T21:17:24.

I could neither find changes in puppet, dns, or SAL that look relevant.

cp3019 (as all other esams caches) are gone from ganglia, so it's hard
to see further data from cp3019 itself for non-Ops.

Icinga shows the “Varnishkafka Delivery Errors” service having status
WARNING since 2014-10-24 17:11:57 (but the same holds true for the
other esams caches too).

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


[Bug 62861] Update plural data to CLDR version 26

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62861

--- Comment #18 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 161920 had a related patch set uploaded by Nikerabbit:
Update plural data to CLDR 26

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

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


[Bug 72548] Raw webrequest bits partition for 2014-10-26T21/1H not marked successful

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72548

--- Comment #2 from christ...@quelltextlich.at ---
Kafka logs did not show peculiar entries in the relevant period of time.

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


[Bug 69667] Kafka broker analytics1021 not receiving messages every now and then

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69667

christ...@quelltextlich.at changed:

   What|Removed |Added

 Depends on||72550

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


[Bug 72550] New: analytics1021 getting kiked out of kafka partition leader role on 2014-10-27 ~07:12

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72550

Bug ID: 72550
   Summary: analytics1021 getting kiked out of kafka partition
leader role on 2014-10-27 ~07:12
   Product: Analytics
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Refinery
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: christ...@quelltextlich.at
CC: bugwatc...@sb-mail.wmflabs.org,
christ...@quelltextlich.at, dandree...@wikimedia.org,
kle...@wikimedia.org, oke...@wikimedia.org,
o...@wikimedia.org, tneg...@wikimedia.org
Blocks: 69667
   Web browser: ---
   Mobile Platform: ---

analytics1021 again got kicked out of it's kafka partition leader role
on 2014-10-27 ~07:12.

I am not running leader re-elections for now, as ottomata wanted to
run some further experiments, if it happens to analytics1021 again.

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


[Bug 72533] wbsetreference error: Missing required field text

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72533

JulesWinnfield-hu ght81-wikipe...@yahoo.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID

-- 
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 72444] Teahouse has bad title

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72444

Robert Vogel vo...@hallowelt.biz 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 18290] E-Mail like Discussion-Citation-Indent

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18290

DaSch da...@daschmedia.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #4 from DaSch da...@daschmedia.de ---
I think this was already solved with LiquidThreads. Flow is only a minimalistic
solution made by incompetent developers that were not able to create a full
feature extension.

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


[Bug 72491] Math code turned into snowmen symbols (☃)

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72491

Elitre elitr...@gmail.com changed:

   What|Removed |Added

Summary|Snowman (☃) added to|Math code turned into
   |article |snowmen symbols (☃)

--- Comment #1 from Elitre elitr...@gmail.com ---
I sent a note to the editor to see if we can get steps to reproduce. I
re-labelled this bug according to what I /think/ was the issue 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 72551] New: tool labs home page times out

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72551

Bug ID: 72551
   Summary: tool labs home page times out
   Product: Tool Labs tools
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: [other]
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: mata...@foss.co.il
   Web browser: ---
   Mobile Platform: ---

go visit https://tools.wmflabs.org :)

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


[Bug 72552] New: PDF rendering fails (Rendering process died with non zero code: 1) when creating book with one column, works with two

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72552

Bug ID: 72552
   Summary: PDF rendering fails (Rendering process died with non
zero code: 1) when creating book with one column,
works with two
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Collection
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: pat...@pobox.com
CC: developm...@pediapress.com, marcin.cies...@gmail.com
   Web browser: ---
   Mobile Platform: ---

Exporting
https://de.wikipedia.org/wiki/Benutzer:Pajz/B%C3%BCcher/Rendering_issues_I and
selecting Columns: 1 results in an error message (Rendering process died
with non zero code: 1).

Steps to reproduce
==
1) Go to
https://de.wikipedia.org/wiki/Benutzer:Pajz/B%C3%BCcher/Rendering_issues_I
2) Click Buch übernehmen
3) Go to https://de.wikipedia.org/wiki/Spezial:Buch
4) Select Spalten: 1 (Columns: 1)
5) Click Als PDF herunterladen (download as PDF)

Notice that this prompts an error message: Die Erstellung der Dokumentendatei
ist fehlgeschlagen. Status: Rendering process died with non zero code: 1

6) Go back to https://de.wikipedia.org/wiki/Spezial:Buch
7) Select Spalten: 2 (Columns: 2)
8) Click Als PDF herunterladen (download as PDF)

Notice that this works.

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


[Bug 72553] New: Font size problems in MathML with SVG or PNG fallback mode

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72553

Bug ID: 72553
   Summary: Font size problems in MathML with SVG or PNG fallback
mode
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: Macintosh
OS: Mac OS X 10.9
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Math
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: r...@singsurf.org
CC: peter.krautzber...@mathjax.org, phy...@ckurs.de
   Web browser: ---
   Mobile Platform: ---

Looking at https://en.wikipedia.org/wiki/Squared_triangular_number using chrome
on a Mac the font size used in the linline equations seems to be too big.
Ideally the font size would match the surrounding text. Another user mentioned
the maths appears too bold, which might be a font size issue.
https://en.wikipedia.org/w/index.php?title=Wikipedia_talk:WikiProject_Mathematicsdiff=631269666oldid=631253822

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


[Bug 49744] Automate creating charts from Bugzilla Weekly Report

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49744

--- Comment #6 from Željko Filipin zfili...@wikimedia.org ---
Should this bug be then resolved as wontfix?

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


[Bug 49813] Fix failing Selenium tests for PhantomJS browser on local machine

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49813

--- Comment #27 from Željko Filipin zfili...@wikimedia.org ---
I am not sure if we care about phantomjs any more at all.

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


[Bug 54590] page-object Ruby gem deprecation warnings in VisualEditor browser tests

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54590

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

   What|Removed |Added

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

--- Comment #7 from Željko Filipin zfili...@wikimedia.org ---
After a quick look at VisualEditor Jenkins jobs[0], looks like this is fixed.
Please reopen if you see the problem again.

0: https://integration.wikimedia.org/ci/view/BrowserTests/view/VisualEditor/

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


[Bug 71911] Please upload large file to Commons

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71911

--- Comment #14 from Vishnu visdav...@gmail.com ---
(In reply to jeremyb from comment #13)
 Hi, sorry we (or at least I) forgot about this bug.
 
 Do you mind if I try uploading with chunked uploads myself as a test? (but
 then would be under my username)

Hi Jeremy, please go ahead. Would very appreciate it. Thanks again!

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


[Bug 72446] statement add button is misplaced /aligned on item with no statements yet

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72446

Henning bugzilla.d...@gmail.com changed:

   What|Removed |Added

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

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


[Bug 72472] Badge selector not recognizing badges currently set while fetching their data

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72472

Henning bugzilla.d...@gmail.com changed:

   What|Removed |Added

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

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


[Bug 62607] MWTimestamp::getHumanTimestamp() (aka timestamps in echo) not translated into Chechen

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62607

--- Comment #24 from Andre Klapper aklap...@wikimedia.org ---
Umar: http://unicode.org/cldr/trac/ticket/7688 needs to get fixed first. 
That's outside of the control of Wikimedia.

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


[Bug 72540] Special:Version license text shouldn't be in .plainlinks

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72540

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

   What|Removed |Added

   Priority|Unprioritized   |Low
Version|unspecified |1.25-git

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


[Bug 72349] Not working on MW1.23

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72349

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

   What|Removed |Added

 Whiteboard||aklapper-moreinfo

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


[Bug 72451] Deprecation warnings may not be consistent for jQuery

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72451

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 72493] Allow all custom Meta-Wiki namespaces for Special:Book

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72493

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 66125] Text Looks garbled when using Bengali

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66125

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

   What|Removed |Added

 Whiteboard|aklapper-moreinfo   |

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


[Bug 18290] E-Mail like Discussion-Citation-Indent

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18290

--- Comment #5 from Andre Klapper aklap...@wikimedia.org ---
DaSch: See https://www.mediawiki.org/wiki/Bug_management/Bugzilla_etiquette

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


[Bug 72554] New: Inconsistent directionality in the Android App's nearby screen

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72554

Bug ID: 72554
   Summary: Inconsistent directionality in the Android App's
nearby screen
   Product: Wikipedia App
   Version: Beta
  Hardware: All
OS: All
Status: NEW
  Keywords: i18n
  Severity: normal
  Priority: Unprioritized
 Component: Android App
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: amir.ahar...@mail.huji.ac.il
CC: bsitzm...@wikimedia.org, dbr...@wikimedia.org,
dga...@wikimedia.org, kl...@wikimedia.org,
rages...@gmail.com
Blocks: 34166
   Web browser: ---
   Mobile Platform: ---

Created attachment 16906
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=16906action=edit
a screenshot with the problem

My phone's locale is Hebrew. I set the Wikipedia language to English.

I tried the nearby screen and it produced relevant results, but their display
was weird: some were aligned to the left and some were aligned to the right.
See the screenshot.

Given that the content is from the English Wikipedia, it makes sense to make
all the titles aligned to the left. Speaking more generally, all titles should
have the direction of the page's content language.

(It would be even better if the title could have a language that is different
from the page's content language, but that's an entirely separate 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 34166] RTL bugs in the Wikimedia Mobile Android app (tracking)

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34166

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

 Depends on||72554

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


[Bug 72511] HTTP 500 errors with certain JPEG thumbnails: Fractional sampling not implemented yet

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72511

--- Comment #7 from Kelson [Emmanuel Engelhart] kel...@kiwix.org ---
The beta version of imagemagick 6.8.9-10 was released here:
http://www.imagemagick.org/download/beta/ImageMagick-6.8.9-10.tar.bz2

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


[Bug 72554] Inconsistent directionality in the Android App's nearby screen

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72554

--- Comment #1 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il ---
(Looking at the screenshot, it may be that the names that are longer than one
line get aligned to the left, but it may be just a coincidence. In any case,
this shouldn't be the thing that sets the alignment.)

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


[Bug 72392] VisualEditor: [Regression] Link inspector closes itself immediately in IE11

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72392

--- Comment #1 from Elitre elitr...@gmail.com ---
Affecting IE10 as well, as per fi.wp report.

-- 
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 71604] Map Warper - No space left on device

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71604

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

   What|Removed |Added

  Component|General/Unknown |[other]
Version|wmf-deployment  |unspecified
Product|Wikimedia   |Tool Labs 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 72551] tool labs home page times out

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72551

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

   What|Removed |Added

 CC||benap...@gmail.com,
   ||t...@tim-landscheidt.de
  Component|[other] |tools
   Assignee|wikibugs-l@lists.wikimedia. |m...@uberbox.org
   |org |
Product|Tool Labs tools |Wikimedia Labs

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


[Bug 72543] Special:UncategorizedFiles - Add filetype filter

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72543

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

   What|Removed |Added

   Priority|Unprioritized   |Low
Version|unspecified |1.25-git

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


[Bug 71604] Map Warper - No space left on device

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71604

--- Comment #7 from Tim Waters chippy2...@gmail.com ---

it's due to the size of the /tmp partition, not the whole instance.

The whole instance has enough disk space, it's where /tmp resides which is
filling up, but _temporarily_

_temporarily_ /tmp fills up when 1) the system requests a large file from
commons and 2) the system converts it into a tif

/tmp then will clear out these temporary files, freeing up the space on that
partition which is why smaller files run okay.


The fix would be to:

1) increase the size of the /tmp partition

2) change the application to use another partition for temporary files.

I believe #2 would be possible, but need to investigate properly.

Leave the issue open and as new until that has occurred.

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


[Bug 72541] Set $wgMFAnonymousEditing = true for Italian Wikipedia in November-December 2014

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72541

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

   What|Removed |Added

   Priority|Highest |High

-- 
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 72544] Invert revision selection

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72544

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

   What|Removed |Added

   Priority|Unprioritized   |Low

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
Which specific page does this refer to, starting with Special:?

https://bugzilla.wikimedia.org/buglist.cgi?component=Page%20deletioncomponent=Revision%20deletioncomponent=Special%20pagesproduct=MediaWikiquery_format=advancedshort_desc=invershort_desc_type=allwordssubstr

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


[Bug 43359] Enable WebFonts on the Javanese projects

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43359
Bug 43359 depends on bug 39381, which changed state.

Bug 39381 Summary: Add Javanese font to WebFonts
https://bugzilla.wikimedia.org/show_bug.cgi?id=39381

   What|Removed |Added

 Status|REOPENED|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 39960] Enable Universal Language Selector on the Javanese projects

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39960
Bug 39960 depends on bug 39381, which changed state.

Bug 39381 Summary: Add Javanese font to WebFonts
https://bugzilla.wikimedia.org/show_bug.cgi?id=39381

   What|Removed |Added

 Status|REOPENED|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 39381] Add Javanese font to WebFonts

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39381

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

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #25 from Andre Klapper aklap...@wikimedia.org ---
(In reply to bennylin from comment #24)
 Sorry to reopen this again, but the font is not loading anymore. Thus we are
 requesting the font to be available again in Javanese projects

The WebFonts extension is dead and not in use anymore. 
If there is a new issue after 18 months, please file a new bug report against
the UniversalLanguageSelector component with exact steps to reproduce (and
URL, browser, etc.). 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 72555] New: Upload new file version: Auto convert image file format - Add info afterwards

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72555

Bug ID: 72555
   Summary: Upload new file version: Auto convert image file
format - Add info afterwards
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: File management
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: subfa...@gmail.com
CC: aarcos.w...@gmail.com, bawolff...@gmail.com,
bryan.tongm...@gmail.com, fflo...@wikimedia.org,
gti...@wikimedia.org, mtrac...@member.fsf.org
   Web browser: ---
   Mobile Platform: ---

When you replace an image with a different file format the image gets
converted.

That's great but either add a confirmation in the upload form to continue or
add a top banner note after returning to the file page.

Sometimes I don't want that. E.g. when JPG is converted to PNG (large file
size) or PNG to JPG (quality loss, esp on screenshots).

Best might be the confirmation in the upload form. Maybe offer an additional
option:
* Convert and continue
* Create a separate file page

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


[Bug 72270] Myanmar keyboard: Shift+S produces U+103A instead of U+103E

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72270

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
If you feel like trying to fix this one, the code is located in
https://github.com/wikimedia/jquery.ime , probably in
https://github.com/wikimedia/jquery.ime/blob/master/rules/my/my-xkb.js if I
guess 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 58573] Group sandboxed translation per language on Special:ManageTranslatorSandbox

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58573

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

   What|Removed |Added

Summary|Group sanboxed translation  |Group sandboxed translation
   |per language on |per language on
   |Special:ManageTranslatorSan |Special:ManageTranslatorSan
   |dbox|dbox

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


[Bug 72556] New: HHVM: not respecting time zone

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72556

Bug ID: 72556
   Summary: HHVM: not respecting time zone
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: elitr...@gmail.com
   Web browser: ---
   Mobile Platform: ---

User:Dalka reports:
In Russia TZ were changed yesterday. Now if using HHVM, I see incorrectly
converted times :( For example: Moscow should be +3:00, but I see +4:00.

(see https://en.wikipedia.org/wiki/Moscow_Time).

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


[Bug 72556] HHVM: not respecting time zone

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72556

--- Comment #1 from Elitre elitr...@gmail.com ---
(It should be noted that the Time offset in Preferences should probably be
fixed anyway, since it says +4? )

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


[Bug 71039] Save-Button not disabled when editing a reference

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71039

--- Comment #1 from Henning bugzilla.d...@gmail.com ---
Seems to be resolved with the current state of master--unable to reproduce
locally. Please recheck.

-- 
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 72556] HHVM: not respecting time zone

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72556

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

   What|Removed |Added

   Keywords||hhvm

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


[Maniphest] [Changed CC] T564: Select the Wikimedia interns of FOSS OPW Round 9

2014-10-27 Thread Livnetata
Livnetata added a subscriber: Livnetata.

TASK DETAIL
  https://phabricator.wikimedia.org/T564

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: Qgil, Livnetata
Cc: wikibugs-l, Qgil, Amire80, Ladsgroup, jayvdb, Ragesoss, KartikMistry, ori, 
Nemo_bis, Nikerabbit, siebrand, Rfarrand, AFBorchert, Tuxilina, Ricordisamoa, 
Omegat, Mvolz, Sputniza, Livnetata



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 57677] 504 Gateway Time-out when modifying big articles in the Galician wikipedia

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57677

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

   What|Removed |Added

   Keywords||performance

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


[Bug 51492] Create hermetic test environment runnable on labs infra

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51492
Bug 51492 depends on bug 49813, which changed state.

Bug 49813 Summary: Fix failing Selenium tests for PhantomJS browser on local 
machine
https://bugzilla.wikimedia.org/show_bug.cgi?id=49813

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

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


[Bug 51491] Create the known stable tests set of tests

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51491
Bug 51491 depends on bug 49813, which changed state.

Bug 49813 Summary: Fix failing Selenium tests for PhantomJS browser on local 
machine
https://bugzilla.wikimedia.org/show_bug.cgi?id=49813

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

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


[Bug 55730] Send e-mail to QA mailing list with the current status of running Selenium tests at WMF Jenkins

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55730
Bug 55730 depends on bug 49813, which changed state.

Bug 49813 Summary: Fix failing Selenium tests for PhantomJS browser on local 
machine
https://bugzilla.wikimedia.org/show_bug.cgi?id=49813

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

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


[Bug 49813] Fix failing Selenium tests for PhantomJS browser on local machine

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49813

Antoine hashar Musso (WMF) has...@free.fr changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #28 from Antoine hashar Musso (WMF) has...@free.fr ---
So lets just close this bug.  The idea was to easily run browser tests in a
headless env since it seemed straight forward to run.

Timo pointed us that PhantomJS is using an outdated Webkit engine that is no
more in use by modern browsers.  For QUnit tests he is moving to a node module
karma which uses chromium and an XVFB local server. That runs smoothly.

For our browser tests, we have our bidaily run execute on SauceLabs.

If one day we want to trigger tests on patchset submission, I guess we will use
chromium/XVFB as well.

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


[Bug 69908] Allow middle click on suggester

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69908

Henning bugzilla.d...@gmail.com changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW
 CC||bugzilla.d...@gmail.com

--- Comment #1 from Henning bugzilla.d...@gmail.com ---
https://gerrit.wikimedia.org/r/#/c/168955/

-- 
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 72364] Image pages should not be file cached

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72364

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

   What|Removed |Added

 Status|NEW |UNCONFIRMED
 CC||aklap...@wikimedia.org
 Ever confirmed|1   |0
 Whiteboard||aklapper-moreinfo

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
Hi Subfader, 
unfortunately this report is not very useful because it does not describe the
problem well. If you have time and can still reproduce the problem, please read
https://www.mediawiki.org/wiki/How_to_report_a_bug and add a more useful
description to this report and also steps to reproduce the problem.

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


[Maniphest] [Commented On] T564: Select the Wikimedia interns of FOSS OPW Round 9

2014-10-27 Thread jayvdb
jayvdb added a comment.

I was able to login to https://opw.gnome.org/ using my Google account, and look 
at the applications, but now I see:

Fatal error: Uncaught exception 'Exception' with message 'User profile request 
failed! Google returned an invalid response.' in 
/srv/http/opw.gnome.org/html/auth/Hybrid/Providers/Google.php:60 Stack trace: 
#0 /srv/http/opw.gnome.org/html/auth/Hybrid/Provider_Adapter.php(191): 
Hybrid_Providers_Google-getUserProfile() #1 
/srv/http/opw.gnome.org/html/classes/class_user.php(441): 
Hybrid_Provider_Adapter-__call('getUserProfile', Array) #2 
/srv/http/opw.gnome.org/html/classes/class_user.php(441): 
Hybrid_Provider_Adapter-getUserProfile() #3 
/srv/http/opw.gnome.org/html/classes/class_user.php(270): 
user-finish_login('Google') #4 
/srv/http/opw.gnome.org/html/modules/mod_login.php(57): user-login_google('') 
#5 /srv/http/opw.gnome.org/html/classes/class_module.php(50): 
include('/srv/http/opw.g...') #6 /srv/http/opw.gnome.org/html/index.php(21): 
module-load('login') #7 {main} thrown in 
/srv/http/opw.gnome.org/html/auth/Hybrid/Providers/Google.php on line 60

TASK DETAIL
  https://phabricator.wikimedia.org/T564

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: Qgil, jayvdb
Cc: wikibugs-l, Qgil, Amire80, Ladsgroup, jayvdb, Ragesoss, KartikMistry, ori, 
Nemo_bis, Nikerabbit, siebrand, Rfarrand, AFBorchert, Tuxilina, Ricordisamoa, 
Omegat, Mvolz, Sputniza, Livnetata



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 72334] mw.Uri: Default URI not updated after pushState

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72334

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

   What|Removed |Added

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

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


[Bug 67932] sitelinks UI in IE 11: [edit] slightly displayed outside of the table

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67932

Henning bugzilla.d...@gmail.com changed:

   What|Removed |Added

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

--- Comment #2 from Henning bugzilla.d...@gmail.com ---
Rechecked with current master. Issue does not occur anymore.

-- 
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 18097] Show only the last logentry on watchlist

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18097

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

   What|Removed |Added

 Whiteboard|aklapper-moreinfo   |

--- Comment #3 from Andre Klapper aklap...@wikimedia.org ---
Ah. 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 72489] watch Flow page is busted

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72489

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 168696 merged by jenkins-bot:
Test: Add test for watching topics via api

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

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


[Bug 72013] Can't see or click login button due to fundraising banner

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72013

--- Comment #4 from Andre Klapper aklap...@wikimedia.org ---
Thanks Nemo! Added info to
https://www.mediawiki.org/w/index.php?title=Bug_management%2FHow_to_triagediff=1241213oldid=1041070

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


[Bug 71457] Please enable $wgCheckUserForceSummary on de.wiki

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71457

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||g...@wikimedia.org
 Ever confirmed|0   |1
 Whiteboard|aklapper-moreinfo   |

--- Comment #5 from Andre Klapper aklap...@wikimedia.org ---
(In reply to Glaisher from comment #4)
 Why is this not enabled by default on all Wikimedia wikis anyway?
 
 Perhaps we should send a mail to checkuser-l and see what the CUs from
 across the projects think about it?

Glaisher: Would you do that?

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


[Bug 72089] 'View History' button appears and disappears in a cycle when inner width is 667px in Chrome on Win8

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72089

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|UNCONFIRMED |NEW
 CC||krinklem...@gmail.com,
   ||matma@gmail.com
  Component|General/Unknown |Interface
 Ever confirmed|0   |1

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


[Bug 72154] Dumps not updating again.

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72154

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
Coren: Is this being tackled? (Was also wondering whether this should be under
the Datasets product instead but I guess it's unrelated to dumps.wm.org?)

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


[Bug 72162] (possibly spurious) Could not load image data http errors on beta labs

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72162

--- Comment #4 from Andre Klapper aklap...@wikimedia.org ---
Anybody knows if this has happened again in the last 10 days?

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


[Bug 65334] sa translation not showing up in interface

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65334

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

   What|Removed |Added

 Whiteboard||aklapper-moreinfo

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


[Bug 71981] HHVM has trouble with mw.clone()

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71981

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

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||aklap...@wikimedia.org
 Resolution|--- |WORKSFORME

--- Comment #4 from Andre Klapper aklap...@wikimedia.org ---
Unfortunately closing this report as no further information has been provided.

Alexandr: Please feel free to reopen this report if you can provide the
information asked for in comment 2 and comment 3 and if this still happens.
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 47281] dumpBackup.php error with --uploads --include-files options: Unable to find the wrapper mwstore

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47281

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

   What|Removed |Added

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

--- Comment #12 from Andre Klapper aklap...@wikimedia.org ---
https://gerrit.wikimedia.org/r/#/c/163140/ was merged into REL1_19.
Closing again.

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


[Bug 41551] Add 6 fonts for Arabic WebFonts

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41551

--- Comment #8 from Andre Klapper aklap...@wikimedia.org ---
Kartik: You assigned this ticket to yourself a year ago. 
Are you still working (or still plan to work) on this issue? 
Only in case you do not plan to work on this issue anymore, should the assignee
be set back to default and the bug status changed from ASSIGNED to NEW? Thanks.

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


[Bug 46885] Fatal error after installation when using LocalisationUpdate

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46885

--- Comment #23 from Andre Klapper aklap...@wikimedia.org ---
There is no patch yet in Gerrit to review and potentially merge into REL1_22...

-- 
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 24330] Allow redirect for action=edit

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24330

--- Comment #8 from Andre Klapper aklap...@wikimedia.org ---
Adam / anomie:

(In reply to John Mark Vandenberg from comment #7)
 Did the merged patch resolve all of this bug?

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


[Bug 67654] wikibase.domready hook not firing properly?

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67654

--- Comment #2 from Henning bugzilla.d...@gmail.com ---
The wikibase.domready hook was not supposed to be permanent and has been
removed in https://gerrit.wikimedia.org/r/#/c/157794/.

You already implemented an alternative in the gadget. I would recommend
attaching to the more reliable create event of the entityview widget as we
have been trying to decouple the concept of the entityview from the concept of
a page.
As entityview is a jQuery widget, a create event, prefixed with the widget's
event prefix (entityview) will be triggered via the jQuery widget base
constructor right after the widget's _create() function has been issued.

If there are no objections, I would recommend closing 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


[Maniphest] [Closed] T835: problems with video uploading to Commons

2014-10-27 Thread Wr_ohf
Wr_ohf closed this task as Resolved.

TASK DETAIL
  https://phabricator.wikimedia.org/T835

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: Wr_ohf
Cc: wikibugs-l, Rubin16, Krassotkin, MarkTraceur, Gilles, Wr_ohf



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 69363] Disable Media Viewer by default for logged-in users on Wikimedia Commons

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69363

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

   What|Removed |Added

 CC||g...@wikimedia.org

--- Comment #14 from Andre Klapper aklap...@wikimedia.org ---
What is the next step to perform here, and by who?

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


[Bug 69311] Swift outage caused a bunch of moved files to be inconsistent and missing

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69311

--- Comment #19 from Andre Klapper aklap...@wikimedia.org ---
(In reply to Andre Klapper from comment #18)
 (In reply to Aaron Schulz from comment #16)
  I'm running a check to find all missing files regardless of time.

Aaron / Tisza: So is more cleanup work needed here? Or what is the status?

-- 
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 63918] Missing whitespaces between words in article's last line on hy.wp

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63918

--- Comment #7 from Andre Klapper aklap...@wikimedia.org ---
(In reply to ssastry from comment #6)
 we'll reassign to one of us if this is still not addressed in next 3 weeks

4 weeks are over. ssastry?

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


[Maniphest] [Commented On] T564: Select the Wikimedia interns of FOSS OPW Round 9

2014-10-27 Thread Omegat
Omegat added a comment.

I am facing the same problem as jayvdb. I have to publish my proposal at 
https://www.mediawiki.org/wiki/FOSS_Outreach_Program_for_Women/Round_9#Candidates
 and wish to gain access to the proposal I submitted at https://opw.gnome.org/. 
However I get the fatal error message.

TASK DETAIL
  https://phabricator.wikimedia.org/T564

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: Qgil, Omegat
Cc: wikibugs-l, Qgil, Amire80, Ladsgroup, jayvdb, Ragesoss, KartikMistry, ori, 
Nemo_bis, Nikerabbit, siebrand, Rfarrand, AFBorchert, Tuxilina, Ricordisamoa, 
Omegat, Mvolz, Sputniza, Livnetata



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 47317] Create clear vocabulary for technical terms for usage throughout ui messages and as reference for translators

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47317

Henning bugzilla.d...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||bugzilla.d...@gmail.com
 Resolution|--- |DUPLICATE

--- Comment #2 from Henning bugzilla.d...@gmail.com ---
Without being aware of this bug ticket, I created a new one with some more
explanation.

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

-- 
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 70763] Create a Wikibase glossary

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70763

Henning bugzilla.d...@gmail.com changed:

   What|Removed |Added

 CC||daniel.a.r.wer...@gmail.com

--- Comment #4 from Henning bugzilla.d...@gmail.com ---
*** Bug 47317 has been marked as a duplicate of this bug. ***

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


[Bug 45363] Inconsistent terminology in Wikibase messages

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45363
Bug 45363 depends on bug 47317, which changed state.

Bug 47317 Summary: Create clear vocabulary for technical terms for usage 
throughout ui messages and as reference for translators
https://bugzilla.wikimedia.org/show_bug.cgi?id=47317

   What|Removed |Added

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

-- 
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 47940] Watchlist shows incorrect total byte count delta for a Wikidata change

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47940

Henning bugzilla.d...@gmail.com changed:

   What|Removed |Added

 CC||bugzilla.d...@gmail.com
 Whiteboard|u=dev c=frontend p=0|u=dev c=backend p=0

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


[Bug 48047] client watchlist shows more than just the last change on the item

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48047

Henning bugzilla.d...@gmail.com changed:

   What|Removed |Added

 CC||bugzilla.d...@gmail.com
 Whiteboard|u=dev c=frontend p=0|u=dev c=backend p=0

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


[Bug 13090] Add magic word to generate combined-TOC from a set of pages

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13090

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

   What|Removed |Added

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

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


[Bug 18508] FORCENOTOC : more granular toc control for transclusion

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18508

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

   What|Removed |Added

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

--- Comment #2 from Andre Klapper aklap...@wikimedia.org ---
Is there a specific public page where this problem is exposed?
Wondering how common this situation is...

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


[Bug 19187] Many Special pages need constant width date, else columns won't line up

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19187

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

   What|Removed |Added

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

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


[Bug 18305] Move RecentChanges timestamp leftward so columns line up

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18305

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

   What|Removed |Added

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

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


[Bug 72557] New: MultimediaViewer pollutes user_properties with empty strings

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72557

Bug ID: 72557
   Summary: MultimediaViewer pollutes user_properties with empty
strings
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: MultimediaViewer
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: gti...@wikimedia.org
CC: aarcos.w...@gmail.com, fflo...@wikimedia.org,
gti...@wikimedia.org, mtrac...@member.fsf.org
   Web browser: ---
   Mobile Platform: ---

mysql:research@s4-analytics-slave.eqiad.wmnet [commonswiki] select up_value,
count(*) from user_properties where up_property = 'multimediaviewer-enable'
group by up_value;
+--+--+
| up_value | count(*) |
+--+--+
|  |8 |
| 1|  324 |
+--+--+
2 rows in set (0.65 sec)

The property is set via AJAX, and while there is already a fair amount of
trickery in selecting the right value, it apparently still not works, and sets
the value to an empty string on opt-out for wikis where opt-out is the default,
when actually it should just delete the row.

The proper fix will probably involve setting 
$wgDefaultUserOptions['multimediaviewer-enable'] to 1 instead of true.

An empty string and a missing row is handled the same way by the software, so
this is a minor issue; at worst it might confuse stats scripts.

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


[Bug 72557] MultimediaViewer pollutes user_properties with empty strings

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72557

Tisza Gergő gti...@wikimedia.org changed:

   What|Removed |Added

   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 69363] Disable Media Viewer by default for logged-in users on Wikimedia Commons

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69363

Tisza Gergő gti...@wikimedia.org changed:

   What|Removed |Added

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

--- Comment #15 from Tisza Gergő gti...@wikimedia.org ---
Since this is not really related to the original request anymore, I moved it to
bug 72557.

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


[Bug 72162] (possibly spurious) Could not load image data http errors on beta labs

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72162

--- Comment #5 from Tisza Gergő gti...@wikimedia.org ---
Yes, there are a few test failures with this error message every day.

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


[Bug 18333] eliminate principal source of duplicated text table rows: unchecked undos

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18333

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

   What|Removed |Added

   Severity|normal  |enhancement

--- Comment #4 from Andre Klapper aklap...@wikimedia.org ---
(In reply to Dan Jacobson from comment #2)
 Created attachment 5997 [details]
 script to squeeze text table and reset pointers to it

Dan: If you're still interested in getting this into MediaWiki, would you be
interested in turning this into a patch in Gerrit? See
https://www.mediawiki.org/wiki/Gerrit/Tutorial and
https://www.mediawiki.org/wiki/Developer_access

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


[Bug 62861] Update plural data to CLDR version 26

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62861

--- Comment #19 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 168255 merged by Alexandros Kosiaris:
Disable l10nupdate for the duration of CLDR 26 plural migration

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

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


[Bug 70763] Create a Wikibase glossary

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70763

jeb...@gmail.com changed:

   What|Removed |Added

 CC||jeb...@gmail.com

--- Comment #5 from jeb...@gmail.com ---
There is a glossary at https://www.wikidata.org/wiki/Wikidata:Glossary

It has existed from almost the beginning of the localization effort. It has
although becoming a bit sloppy in some of the descriptions, it could need a
cleanup.

A real problem with glossaries like this is that there is not one but several
mental models, and they does not match up very well. You have the mental model
of the developer which has his own idea which is often a very technical one.
The you have the localization teams that tries to interpret the technical ideas
in the local language, often with only the internationalized message as a clue
to what the developer is trying to express. Then you have the actual user
trying to interpret the localized messages, and often introducing his own (or
her) own misinterpretations. To make the interpretations match up, and produce
the same mental model, is a non-trivial task.

Add to this that Wikibase uses its own lingo that doesn't follow the usual
semantic/linked data lingo, and you are in for some real problems.

Fix up the glossary, and use it while writing the messages and the
descriptions. The descriptions are very important as they conceptualize the
developers idea and lets the localization teams recreate their mental models.
That reduce the chance for translation errors, thereby they will better
communicate the correct mental model to the user.

Sorry, to long, just cleanup the glossary.

-- 
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 33704] the nearby function doesn't work in some locales

2014-10-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33704

--- Comment #10 from Dmitry Brant dbr...@wikimedia.org ---
It looks like the geosearch API is not available/enabled in Hebrew
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


[Maniphest] [Changed CC] T820: Isolate and fix memory leaks in HHVM

2014-10-27 Thread swtaarrs
swtaarrs added a subscriber: swtaarrs.

TASK DETAIL
  https://phabricator.wikimedia.org/T820

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: tstarling, swtaarrs
Cc: wikibugs-l, tstarling, ori, MZMcBride, swtaarrs



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


  1   2   3   4   5   6   >