[Bug 70177] The way LuaSandbox measures CPU time is not thread-safe

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70177

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

   What|Removed |Added

   Priority|Normal  |High
 CC||aschulz4...@gmail.com
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=68413
   Assignee|wikibugs-l@lists.wikimedia. |tstarl...@wikimedia.org
   |org |
Summary|Lua takes a lot more CPU|The way LuaSandbox measures
   |time with HHVM jobrunners   |CPU time is not thread-safe

--- Comment #1 from Ori Livneh o...@wikimedia.org ---
The issue is that LuaSandbox is not thread-safe. The figure you're seeing
conflates the CPU time of several concurrent threads of execution.

* LuaSandbox uses CLOCK_PROCESS_CPUTIME_ID to measure time, but
CLOCK_PROCESS_CPUTIME_ID measures CPU time consumed by all threads of the
calling process.

* LuaSandbox requests to be notified with a SIGEV_SIGNAL upon timer expiration,
but at any point in time, only only one such signal is queued per timer per
process.  

* LuaSandbox uses the sigprocmask() system call to block signals, but its
behavior in a multithreaded process is unspecified.  pthread_sigmask() must be
used instead.

* When the normal or emergency timers are stopped, any queued SIGEV_SIGNAL for
the entire process is flushed. 

* When multiple threads are executing concurrently, the timer for the entire
process is repeatedly re-armed (i.e., the exiration is reset).

* Confusingly, LUASANDBOX_G(signal_handler_installed) is thread-local, not
global. This means every thread calls luasandbox_timer_install_handler.  The
latter caches the old handler in another thread-local variable and reinstalls
it when LuaSandbox is deactivating. When LuaSandbox is active in multiple
threads, individual threads end up re-installing each other's signal handlers,
keeping each other alive.

The above applies specifically to the normal and emergency timers. The
profiling feature has its own bag of thread-safety / reentrancy issues, which I
propose we deal with in the context of bug 68413 rather than 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 68413] LuaSandbox's profiler crashes under HHVM

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68413

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

   What|Removed |Added

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

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


[Bug 15583] Enable importing across all Wikimedia projects

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15583

--- Comment #9 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 157338 had a related patch set uploaded by TTO:
Allow import from any WMF project to any other

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

-- 
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 15583] Enable importing across all Wikimedia projects

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15583

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

   What|Removed |Added

 Status|ASSIGNED|PATCH_TO_REVIEW

--- Comment #8 from This, that and the other (TTO) at.li...@live.com.au ---
It *may* be possible without changing WikimediaMaintenance. Let's see...

-- 
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 68413] LuaSandbox's profiler is not thread-safe

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68413

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

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |tstarl...@wikimedia.org
   |org |
Summary|LuaSandbox's profiler   |LuaSandbox's profiler is
   |crashes under HHVM  |not thread-safe

--- Comment #11 from Ori Livneh o...@wikimedia.org ---
Let's make bug 70177 about the normal  emergency timers, and make this one
about thread-safety issues in the profiling feature.

While I'm here:

* timer_getoverrun can fail if the supplied timer ID is invalid. In that case
it returns -1. We should check for that rather than indiscriminately add the
return value to overrun_count and profiler_signal_count.

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


[Bug 57050] interwiki to incubator vs. single-line interwiki

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57050

Amir Ladsgroup ladsgr...@gmail.com changed:

   What|Removed |Added

 CC||ladsgr...@gmail.com

--- Comment #4 from Amir Ladsgroup ladsgr...@gmail.com ---
To fix that, this very simple patch needs to be merged, I checked and it
worked:
https://gerrit.wikimedia.org/r/157340

-- 
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 70203] New: Hive is broken on stat1002

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70203

Bug ID: 70203
   Summary: Hive is broken on stat1002
   Product: Analytics
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Refinery
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: oke...@wikimedia.org
CC: bugwatc...@sb-mail.wmflabs.org,
christ...@quelltextlich.at, dandree...@wikimedia.org,
kle...@wikimedia.org, oke...@wikimedia.org,
o...@wikimedia.org, tneg...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

ironholds@stat1002:~$ hive
Unable to determine Hadoop version information.
'hadoop version' returned:
No default-logstash-fields.properties resource present, using defaults Hadoop
2.3.0-cdh5.0.2 Subversion git://github.sf.cloudera.com/CDH/cdh.git -r
8e266e052e423af592871e2dfe09d54c03f6a0e8 Compiled by jenkins on
2014-06-09T16:20Z Compiled with protoc 2.5.0 From source with checksum
75596fe27f833e512f27fbdaaa7b0ab This command was run using
/usr/lib/hadoop/hadoop-common-2.3.0-cdh5.0.2.jar

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


[Bug 50045] VisualEditor: Right-click in IE10 causes deletion of the selected content

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50045

--- Comment #2 from This, that and the other (TTO) at.li...@live.com.au ---
Does not occur in IE11. Has an official decision been made on whether to
support IE = 10?

-- 
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 70197] Jenkins stalls in flake8-docstring

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70197

--- Comment #1 from Antoine hashar Musso has...@free.fr ---
Note: this is worked around by using  flake8 --jobs=1, which disable
multiprocessing in flake8.

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


[Bug 70203] Hive is broken on stat1002

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70203

--- Comment #1 from christ...@quelltextlich.at ---
(just wanted to file the same bug :-) )

The breakage happened around 2014-08-30 ~00:49 [1].

Around that time bc8e34859268b6943f1e2c9621bd01bdc6676371 got merged,
which turns gelf logging on.

(We saw having gelf logging on to cause the exact same problems 4
days ago [2], which was worked around by
turning gelf logging off (See
82cab341b6070d95437b00f005280fed3289dcac)).

-

The immediate work-around is to create an empty
default-logstash-fields.properties in the current directory:

  touch default-logstash-fields.properties

Then hive again starts without issues, and also queries etc work.

-

[1] I had a couple jobs running during the night.
On 00:47:19 the last successful one started.
On 00:49:00 the first failing job started.

[2] See
http://bots.wmflabs.org/~wm-bot/logs/%23wikimedia-analytics/20140826.txt
starting at 20:49:30, and
http://bots.wmflabs.org/~wm-bot/logs/%23wikimedia-operations/20140826.txt
starting at 20:55:17

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


[Bug 70205] New: Mono-lingual text datatype should support no linguistic content and undetermined language

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70205

Bug ID: 70205
   Summary: Mono-lingual text datatype should support no
linguistic content and undetermined language
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: zoloinw...@gmail.com
CC: wikidata-b...@lists.wikimedia.org
   Web browser: ---
   Mobile Platform: ---

It should be possible to add language = no linguistic content (ISO 639-2 :
zxx) and language = undetermined  (ISO 639-2 : und). 

Usecase property:P438 for inscriptions on artworks or ancient artefacts

-- 
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 70206] New: Improved browser fallback (future)

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70206

Bug ID: 70206
   Summary: Improved browser fallback (future)
   Product: Mathoid
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: phy...@ckurs.de
CC: gwi...@wikimedia.org, phy...@ckurs.de
   Web browser: ---
   Mobile Platform: ---

Discuss improved browser fallback as described here:
https://developer.mozilla.org/en-US/docs/Web/MathML/Authoring#Fallback_for_Browsers_without_MathML_support

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


[Bug 70206] Improved browser fallback (future)

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70206

physikerwelt phy...@ckurs.de changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
   Assignee|wikibugs-l@lists.wikimedia. |fred.w...@free.fr
   |org |
   Severity|normal  |enhancement

--- Comment #1 from physikerwelt phy...@ckurs.de ---
Frédéric, maybe you share your ideas 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 69447] Unable to get old toolbar in namespace Page: whatsoever the preference request for the old toolbar

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69447

Tpt thoma...@hotmail.fr changed:

   What|Removed |Added

   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 70207] New: Update to MathJax 2.4

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70207

Bug ID: 70207
   Summary: Update to MathJax 2.4
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Math
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: phy...@ckurs.de
CC: peter.krautzber...@mathjax.org, phy...@ckurs.de
   Web browser: ---
   Mobile Platform: ---

A new MathJax Version is available. We should consider to update at some point
in 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 70207] Update to MathJax 2.4

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70207

physikerwelt phy...@ckurs.de changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||fred.w...@free.fr

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


[Bug 70206] Improved browser fallback (future)

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70206

--- Comment #2 from Frédéric Wang fred.w...@free.fr ---
I think our browser fallback is already good. It's just that we should try to
use the standard MathML syntax

math
semantics
[MATHML]
[annotation SVG]
[annotation PNG]
/semantics
/math

or perhaps just one annotation (which works natively in recent Chrome versions)

math
semantics
[MATHML]
[annotation SVG]
/semantics
/math
img PNG

instead of

mathMATHML/math
img SVG
img PNG

and hide/show the MathML/annotation according to browser's capabilities. I
don't remember why we didn't try that last time we discussed this.

Technically, that won't change much the rendering but at least this will be a
more standard way and highlight that SVG/PNG are fallback.

The other thing was deciding between CSS hacks vs Javascript sniffing/feature
detection, which are both bad practice anyway. But as I recall javascript could
not be executed in time.

-- 
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 70208] New: Adding claim/statement results in failure

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70208

Bug ID: 70208
   Summary: Adding claim/statement results in failure
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: blocker
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: bugzilla.d...@gmail.com
CC: wikidata-b...@lists.wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Since https://gerrit.wikimedia.org/r/#/c/154416/, instead of an
AbstractedRepoApi, a RepoApi object is passed to widgets managed by entityview.
This will result in unexpected responses delivered to claimview when saving
causing an error. Instead of RepoApi, AbstractedRepoApi should be used again
but functions not yet re-implemented in AbstractedRepoApi need to be
implemented (for example, setLabel, setDescription, ...) to allow passing one
specific object to entityview which may be passed on to sub-components. An
alternative may be to have AbstractedRepoApi inherit from RepoApi.

-- 
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 70206] Improved browser fallback (future)

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70206

Frédéric Wang fred.w...@free.fr changed:

   What|Removed |Added

 CC||fred.w...@free.fr

--- Comment #3 from Frédéric Wang fred.w...@free.fr ---
Created attachment 16320
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=16320action=edit
Testcase

Here is a (valid HTML5) testcase to give the idea. Actually, the two img
fallbacks can be in the same annotation-xml so that Blink will only display one
by default.

A significant advantage of using this approach is that if we remove the style
of the page (disabled by the user, copy into another document etc), Gecko,
WebKit and recent versions of Blink will still display only one formula.
Trident will still show the three MathML/SVG/PNG versions, though (the IE team
rejected my proposal of annotation-xml for the next release).

A difficulty with that approach is the vertical/horizontal alignment of the
fallback image (for which I believe we have problems/doubts anyway), but that
should be studied more carefully.

-- 
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 67562] CPB: When CPB is enabled it is not immediately obvious if user's user page has been created

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67562

Elitre elitr...@gmail.com changed:

   What|Removed |Added

Summary|CPB: When CPB is enabled is |CPB: When CPB is enabled it
   |is not immediately obvious  |is not immediately obvious
   |if users' user page has |if user's user page has
   |been create |been created

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


[Bug 70206] Improved browser fallback (future)

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70206

--- Comment #4 from Frédéric Wang fred.w...@free.fr ---
Mmmh, it seems that my CSS does not work on IE, I'll need to check that later
(I know it's possible to make it work since I submitted a patch to
Microsoft!)

Another potential advantage of this approach is that it might become more
friendly for accessibility tools (bug 66537), even if I suspect the display:
none stuff is still problematic...

-- 
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 66537] The MW_MATH_MATHML mode should expose the MathML to accessible tools

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66537

Frédéric Wang fred.w...@free.fr changed:

   What|Removed |Added

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

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


[Bug 70206] Improved browser fallback (future)

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70206

Frédéric Wang fred.w...@free.fr changed:

   What|Removed |Added

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

-- 
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 70206] Improved browser fallback (future)

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70206

--- Comment #5 from physikerwelt phy...@ckurs.de ---
Thank you Frédéric,

do you think to include (and not link) the SVG to the MathML element here would
be a good idea.

-- 
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 70209] New: Create a special page to query for badges

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70209

Bug ID: 70209
   Summary: Create a special page to query for badges
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: benestar.wikime...@gmail.com
CC: wikidata-b...@lists.wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Some Wikipedias use categories to find all articles which have a good or
featured version in some other Wikipedia. This categories can and should be
replaced by a special page on wikidata.org where one can enter a badge and a
wiki and then gets all items which have a sitelink to that wiki which has the
specified badge.

-- 
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 40810] Featured and good article badges

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40810

Bene* benestar.wikime...@gmail.com changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |NEW

-- 
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 70209] Create a special page to query for badges

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70209

Bene* benestar.wikime...@gmail.com changed:

   What|Removed |Added

 Blocks||40810

-- 
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 40810] Featured and good article badges

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40810

Bene* benestar.wikime...@gmail.com changed:

   What|Removed |Added

 Depends on||70209

-- 
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 70206] Improved browser fallback (future)

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70206

--- Comment #6 from Frédéric Wang fred.w...@free.fr ---
(In reply to physikerwelt from comment #5)
 Thank you Frédéric,
 
 do you think to include (and not link) the SVG to the MathML element here
 would be a good idea.

This would make possible to keep the SVG fallback integrated into the doc when 
doing copy  paste (better when one is offline). Also, I wonder if that helps
for the size/alignment issues. However, this would add more code in the page
itself so I suspect increased parsing time in browsers even when they don't use
the SVG fallback. Also, this would be one more step away from our current
approach, so this could be considered separately/later.

-- 
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 70206] Improved browser fallback (future)

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70206

--- Comment #7 from Frédéric Wang fred.w...@free.fr ---
(In reply to Frédéric Wang from comment #4)

 Another potential advantage of this approach is that it might become more
 friendly for accessibility tools (bug 66537), even if I suspect the
 display: none stuff is still problematic...

Yet another advantage of this more standard approach: even if we default to PNG
to start with, the copy MathML / copy LaTeX commands provided by
https://addons.mozilla.org/en-US/firefox/addon/mathml-copy/ or similar tools
will work. More generally this more standard approach could help any
MathML-aware tools...

-- 
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 69979] hhvm creates core file in /tmp/ filling mediawiki02 labs instance root partition

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69979

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 69979] hhvm creates core file in /tmp/ filling mediawiki02 labs instance root partition

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69979

--- Comment #14 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 157294 had a related patch set uploaded by Hashar:
hhvm - make debug path configurable

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

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


[Bug 70206] Improved browser fallback (future)

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70206

--- Comment #8 from physikerwelt phy...@ckurs.de ---
Initially we dropped this approach, because some browsers did ignore the MathML
tag and showed all the embedded content.
Do you know how one could test the page rendering time.
I have not found a good way to do accurate measurements via the command line.

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


[Bug 70211] New: Beta cluster scap broken due to a Wikidata update

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70211

Bug ID: 70211
   Summary: Beta cluster scap broken due to a Wikidata update
   Product: Wikimedia Labs
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: deployment-prep (beta)
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: has...@free.fr
CC: benap...@gmail.com, cmcma...@wikimedia.org,
g...@wikimedia.org, has...@free.fr,
mhershber...@wikimedia.org, platoni...@gmail.com,
t...@tim-landscheidt.de
   Web browser: ---
   Mobile Platform: ---

Since commit https://gerrit.wikimedia.org/r/#/c/157343/ , the beta cluster scap
is broken:
https://integration.wikimedia.org/ci/job/beta-scap-eqiad/19416/console

There is some fatal error in the scap log:
hashar@deployment-bastion:/data/project/logs$ tail -n200 scap.log |
/home/bd808/scaplog.py 


 12:04:01 deployment-bastion DEBUG- Loading data from
/mnt/srv/scap-stage-dir/php-master/extensions/Wikidata/Wikidata.localisation.php
 12:04:01 deployment-bastion DEBUG- PHP Warning: 
require_once(/mnt/srv/scap-stage-dir/php-master/extensions/Wikidata/extensions/extensions/Wikidata.org/WikidataOrg.php):
failed to open stream: No such file or directory in
/mnt/srv/scap-stage-dir/php-master/extensions/Wikidata/Wikidata.localisation.php
on line 13
 12:04:01 deployment-bastion DEBUG- Warning:
require_once(/mnt/srv/scap-stage-dir/php-master/extensions/Wikidata/extensions/extensions/Wikidata.org/WikidataOrg.php):
failed to open stream: No such file or directory in
/mnt/srv/scap-stage-dir/php-master/extensions/Wikidata/Wikidata.localisation.php
on line 13
 12:04:01 deployment-bastion DEBUG- PHP Fatal error:  require_once():
Failed opening required
'/mnt/srv/scap-stage-dir/php-master/extensions/Wikidata/extensions/extensions/Wikidata.org/WikidataOrg.php'
(include_path='/mnt/srv/scap-stage-dir/php-master/extensions/TimedMediaHandler/handlers/OggHandler/PEAR/File_Ogg:/mnt/srv/scap-stage-dir/php-master:/usr/local/lib/php:/usr/share/php')
in
/mnt/srv/scap-stage-dir/php-master/extensions/Wikidata/Wikidata.localisation.php
on line 13
 12:04:01 deployment-bastion DEBUG- Fatal error: require_once(): Failed
opening required
'/mnt/srv/scap-stage-dir/php-master/extensions/Wikidata/extensions/extensions/Wikidata.org/WikidataOrg.php'
(include_path='/mnt/srv/scap-stage-dir/php-master/extensions/TimedMediaHandler/handlers/OggHandler/PEAR/File_Ogg:/mnt/srv/scap-stage-dir/php-master:/usr/local/lib/php:/usr/share/php')
in
/mnt/srv/scap-stage-dir/php-master/extensions/Wikidata/Wikidata.localisation.php
on line 13
 12:04:01 deployment-bastion INFO - Finished mw-update-l10n (duration: 00m
00s)
 12:04:01 deployment-bastion WARNING  - Unhandled error:
 12:04:01 deployment-bastion INFO - scap failed: CalledProcessError Command
'/usr/local/bin/mwscript mergeMessageFileList.php --wiki=eowiki
--list-file=/a/common/wmf-config/extension-list
--output=/tmp/tmp.pGvCrid5ef ' returned non-zero exit status 255 (duration:
00m 05s)

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


[Bug 70211] Beta cluster scap broken due to a Wikidata update

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70211

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

   What|Removed |Added

 CC||aude.w...@gmail.com

--- Comment #1 from Antoine hashar Musso has...@free.fr ---
ccing aude

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


[Bug 70206] Improved browser fallback (future)

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70206

--- Comment #9 from Frédéric Wang fred.w...@free.fr ---
(In reply to physikerwelt from comment #8)
 Initially we dropped this approach, because some browsers did ignore the
 MathML tag and showed all the embedded content.

OK, I think that should no longer really be a problem now that we have a better
idea on which CSS hacks allow to control which element to hide/display. The
vertical  horizontal alignment might need more care, though.

 Do you know how one could test the page rendering time.
 I have not found a good way to do accurate measurements via the command line.

I'm not really sure. You might want to try to put some script/ in the header
or listening for DOMContentLoaded or load. Note that the additional SVG
code might also affect the server-side load time. I don't know to which extent.

-- 
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 70206] Improved browser fallback (future)

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70206

--- Comment #10 from Frédéric Wang fred.w...@free.fr ---
So now I remember what was the problem: WebKit Nightly has support for
semantics and always displays the first MathML child without the possibility to
switch to the annotation fallback... (for Gecko, it is somewhat accidental that
display: none on the first child allows to do that...)

-- 
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 70211] Beta cluster scap broken due to a Wikidata update

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70211

Aude aude.w...@gmail.com changed:

   What|Removed |Added

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

--- Comment #2 from Aude aude.w...@gmail.com ---
eeek!

fixed: https://gerrit.wikimedia.org/r/#/c/157345/

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


[Bug 68730] Factor interaction logic out of MergeItems API module, for re-use in SpecialMergeItems

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68730

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

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 CC||lydia.pintscher@wikimedia.d
   ||e
 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 69106] Rewrite SpecialMergeItems based on ItemMergeInteractor

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69106
Bug 69106 depends on bug 68730, which changed state.

Bug 68730 Summary: Factor interaction logic out of MergeItems API module, for 
re-use in SpecialMergeItems
https://bugzilla.wikimedia.org/show_bug.cgi?id=68730

   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 57745] Automatically create redirects when merging items

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57745
Bug 57745 depends on bug 68730, which changed state.

Bug 68730 Summary: Factor interaction logic out of MergeItems API module, for 
re-use in SpecialMergeItems
https://bugzilla.wikimedia.org/show_bug.cgi?id=68730

   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 70044] [DM 1.0 compat] Fix ChangeOpsMergeTest errors

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70044

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

   What|Removed |Added

 Status|PATCH_TO_REVIEW |ASSIGNED
 CC||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 70177] The way LuaSandbox measures CPU time is not thread-safe

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70177

--- Comment #2 from Jackmcbarn jackmcbarn+w...@gmail.com ---
I notice that it's not just Lua time usage that's bad; core's CPU time usage
is also really high. Is that problem related to this one?

-- 
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 70211] Beta cluster scap broken due to a Wikidata update

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70211

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

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #3 from Antoine hashar Musso has...@free.fr ---
Well fixed thanks :-D

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


[Bug 69370] Unexpected CircularRedirect exception

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69370

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

   What|Removed |Added

 CC||mpaa.w...@gmail.com

--- Comment #1 from Mpaa mpaa.w...@gmail.com ---
Isn't it the expectd behaviour?

The page was actually redirecting to itself.

https://en.wikipedia.org/w/index.php?title=User_talk:Belamaction=history
(removed invalid redirect (redirect to self)

-- 
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 39923] Make scroll to next region more fluid: Load next region earlier than being at the very bottom

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39923

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

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

--- Comment #9 from Bartosz Dziewoński matma@gmail.com ---
Lazyloading is long gone.

-- 
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 69278] replace.py hangs

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69278

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

   What|Removed |Added

 CC||mpaa.w...@gmail.com

--- Comment #5 from Mpaa mpaa.w...@gmail.com ---
Can this be closed now?

-- 
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 70097] JS bug : URI error

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70097

--- Comment #18 from Sacamol jeanmarc.fulcr...@gmail.com ---
Since i have disabled the script, the problem hadn't appeared one more time so
it might me linked to it. (just in user experience way, not technical way)

Sacamol

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


[Bug 70198] Parser should wrap page sections (and lead section) in some containers with class or ID attributes

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70198

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||bhar...@wikimedia.org,
   ||gwi...@wikimedia.org
  Component|Skin and page rendering |Parser
Summary|Several elements cannot be  |Parser should wrap page
   |selected by CSS and should  |sections (and lead section)
   |have container divs with|in some containers with
   |class or ID attributes. |class or ID attributes
 Ever confirmed|0   |1

--- Comment #1 from Bartosz Dziewoński matma@gmail.com ---
What you described is actually a non-trivial change to MediaWiki's parser. It's
particularly problematic because MediaWiki lets you do very silly things like
stuffing a heading inside a table cell, which completely destroys any attempts
to add container divs. This would have to be handled somehow, and I have yet to
see a good idea how (other than just not generating the containers in such
cases).

It's also definitely a good idea, and you're not the first person to ask for it
or experiment (one early installment of Brandon's Winter tech demo,
http://unicorn.wmflabs.org/winter/, has implemented something along these lines
in order to correlate the section edit links with the areas of the article that
they correspond to). I definitely hope it happens one day, but it might take a
while…

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


[Bug 65442] Popups: mw.Api error: http {xhr: Object, textStatus: abort, exception: abort}

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65442

--- Comment #9 from Bartosz Dziewoński matma@gmail.com ---
Possibly due to jQuery upgrade?

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


[Bug 65442] Aborted mediawiki.api requests are logged as errors (mw.Api error: http {xhr: Object, textStatus: abort, exception: abort})

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65442

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 CC||tpars...@wikimedia.org
  Component|Popups  |JavaScript
Version|unspecified |1.24-git
Product|MediaWiki extensions|MediaWiki
Summary|Popups: mw.Api error: |Aborted mediawiki.api
   |http {xhr: Object,|requests are logged as
   |textStatus: abort,|errors (mw.Api error: 
   |exception: abort} |http {xhr: Object,
   ||textStatus: abort,
   ||exception: abort})

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


[Bug 65597] i18n files can generate extremely un-helpful exceptions

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65597

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

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

--- Comment #3 from Nemo federicol...@tiscali.it ---
Was already reported by a certain person you know. :)

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

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


[Bug 67183] Obsolete references to MessagesEn.php

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67183

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
   Severity|normal  |trivial

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


[Bug 65105] Invalid JSON file error is too generic, does not even provide line number

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65105

--- Comment #2 from Nemo federicol...@tiscali.it ---
*** Bug 65597 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 69477] Bad language name for 'rup' (Aromanian)

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69477

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 157349 had a related patch set uploaded by Nemo bis:
Set rup/roa-rup autonym to armãneashti

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

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


[Bug 69477] Bad language name for 'rup' (Aromanian)

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69477

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

   What|Removed |Added

 Status|UNCONFIRMED |PATCH_TO_REVIEW
 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 69477] Bad language name for 'rup' (Aromanian)

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69477

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it

--- Comment #5 from Nemo federicol...@tiscali.it ---
CLDR doesn't have anything for rup, other than the English name, so there's
nothing to do there.

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


[Bug 65442] Aborted mediawiki.api requests are logged as errors (mw.Api error: http {xhr: Object, textStatus: abort, exception: abort})

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65442

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

   What|Removed |Added

 Status|REOPENED|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 65442] Aborted mediawiki.api requests are logged as errors (mw.Api error: http {xhr: Object, textStatus: abort, exception: abort})

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65442

--- Comment #10 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 157350 had a related patch set uploaded by Bartosz Dziewoński:
mediawiki.api: Actually don't log request error 'abort'

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

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


[Bug 60676] Remove english synonym from magic words alias in language files

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60676

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||federicol...@tiscali.it

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


[Bug 58955] lang and dir attributes are not applied to mw-content-text on redirects

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58955

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it
Summary|lang and dir attributes are |lang and dir attributes are
   |not applied to  |not applied to
   |mw-content-text on a page   |mw-content-text on
   |that redirects to a file|redirects

--- Comment #1 from Nemo federicol...@tiscali.it ---
It's the same with any redirect: random example from Meta
https://meta.wikimedia.org/w/index.php?title=!voteredirect=nouselang=he 

div id=mw-content-text lang=en dir=ltr class=mw-content-ltrdiv
class=redirectMsgimg
src=//bits.wikimedia.org/static-1.24wmf18/skins/common/images/redirectltr.png
alt=#REDIRECT /span class=redirectTexta
href=/wiki/Don%27t_vote_on_everything title=Don't vote on everythingDon't
vote on everything/a/span/div

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


[Bug 64602] unserialize() error in LocalisationCache.php on MySQL

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64602

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

   Keywords||testme

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


[Bug 70190] Installer style breaks in wmf19/master

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70190

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 CC||matma@gmail.com
 Resolution|--- |FIXED
   Assignee|wikibugs-l@lists.wikimedia. |florian.schmidt.welzow@t-on
   |org |line.de
   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 61419] Improving message databaseerror-text

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61419

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it

--- Comment #2 from Nemo federicol...@tiscali.it ---
I don't understand: what's the intended audience in your proposal? The page you
propose to link is meant for sysadmins and devs, while the error message is
mainly for users I think.
If you/we want the message to work for users, another page is needed (or some
user-centric section in the same 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 70190] Installer style breaks in wmf19/master

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70190

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 157284 merged by jenkins-bot:
Fix WebInstaller style

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

-- 
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 57518] Brackets around show/hide buttons in TOC are not localizable

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57518

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |NEW
 CC||federicol...@tiscali.it

--- Comment #6 from Nemo federicol...@tiscali.it ---
This + bug 58449 + bug 62067 = everything should be localised. So we have to
make a message for each show/hide X?

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


[Bug 57818] Editsection brackets are no longer localizable

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57818

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it

--- Comment #1 from Nemo federicol...@tiscali.it ---
Any reason not to just use the brackets message as in the (abandoned)
https://gerrit.wikimedia.org/r/#/c/100184/ ?

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


[Bug 58676] Invalid message parameter tracking

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58676

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it

--- Comment #13 from Nemo federicol...@tiscali.it ---
(In reply to Yuri Astrakhan from comment #12)
 The logging works, will start filing bugs that are blocking this one.

Are those the only two?

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


[Bug 33871] Port mediawiki.legacy.protect to modern JavaScript

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33871

Alex Monk kren...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||kren...@wikimedia.org
   Assignee|j...@compwhizii.net |kren...@wikimedia.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 31946] mediawiki.legacy.upload should be migrated to a modern module

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31946

Alex Monk kren...@wikimedia.org changed:

   What|Removed |Added

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

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


[Bug 70212] New: {{{banner}}} is not changed to the actual banner name in display time

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70212

Bug ID: 70212
   Summary: {{{banner}}} is not changed to the actual banner name
in display time
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: major
  Priority: Unprioritized
 Component: CentralNotice
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: glaisher.w...@gmail.com
CC: fr-t...@wikimedia.org, s...@ludd.net
   Web browser: ---
   Mobile Platform: ---

{{{banner}}} is not changed to the actual banner name and the CSS is broken
because, in CSS { should not be used for id names. See [1]. This does not
happen on betalabs [2]. Both these banners use the same code [3] [4]. I had to
use a different name for id instead of #{{{banner}}} to make the CSS work. [5]
[6]

1.
https://meta.wikimedia.org/w/index.php?title=Special:Randombanner=10Anniversary_Uiquipediauselang=enforce=1

2.
https://meta.wikimedia.beta.wmflabs.org/w/index.php?title=Special:Randombanner=Uiquipediauselang=enforce=1

3.
http://meta.wikimedia.beta.wmflabs.org/wiki/Special:CentralNoticeBanners/edit/Uiquipedia

4.
https://meta.wikimedia.org/wiki/Special:CentralNoticeBanners/edit/10Anniversary_Uiquipedia

5.
https://meta.wikimedia.org/wiki/Special:CentralNoticeBanners/edit/10thAnniversary_Uiquipedia

6.
https://meta.wikimedia.org/w/index.php?title=Special:Randombanner=10thAnniversary_Uiquipediauselang=enforce=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 70213] New: Non-existent banner gives a MWException error

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70213

Bug ID: 70213
   Summary: Non-existent banner gives a MWException error
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: CentralNotice
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: glaisher.w...@gmail.com
CC: fr-t...@wikimedia.org, s...@ludd.net
   Web browser: ---
   Mobile Platform: ---

If there is a link to a deleted/non-existent banner, it gives a MWException
error.

[randomstring] timestamp: Fatal exception of type MWException

For example,
https://meta.wikimedia.org/wiki/Special:CentralNoticeBanners/edit/blabla

Instead it should be a more user-friendly message that says that the banner
does not exist, similar to [[MediaWiki:Noarticletext]].

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


[Bug 70212] {{{banner}}} is not changed to the actual banner name in display time

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70212

Peter Coombe pcoo...@wikimedia.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||pcoo...@wikimedia.org
 Resolution|--- |INVALID

--- Comment #1 from Peter Coombe pcoo...@wikimedia.org ---
Viewing the HTML source, the {{{banner}}} variable is actually being
substituted correctly.

The problem is because the banner name started with a digit. Contrast:
https://meta.wikimedia.org/?banner=10Anniversary_Uiquipediaforce=1
(edit:
https://meta.wikimedia.org/wiki/Special:CentralNoticeBanners/edit/10Anniversary_Uiquipedia)

with this cloned renamed version:
https://meta.wikimedia.org/?banner=Uiquipedia_10Anniversaryforce=1
(edit:
https://meta.wikimedia.org/wiki/Special:CentralNoticeBanners/edit/Uiquipedia_10Anniversary)

The name is used in a CSS selector, and these cannot start with a digit
(http://www.w3.org/TR/CSS21/syndata.html#characters) so that's why the banner
is not styled correctly. I'll add a note to the documentation to avoid starting
banner names with a digit.

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


[Bug 70213] Non-existent banner gives a MWException error

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70213

Peter Coombe pcoo...@wikimedia.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||pcoo...@wikimedia.org
 Resolution|--- |DUPLICATE

--- Comment #1 from Peter Coombe pcoo...@wikimedia.org ---


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

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


[Bug 54180] Visiting non existent banners shouldn't result in an exception

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54180

Peter Coombe pcoo...@wikimedia.org changed:

   What|Removed |Added

 CC||glaisher.w...@gmail.com

--- Comment #1 from Peter Coombe pcoo...@wikimedia.org ---
*** Bug 70213 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 54180] Visiting non existent banners shouldn't result in an exception

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54180

Peter Coombe pcoo...@wikimedia.org changed:

   What|Removed |Added

 CC||pcoo...@wikimedia.org

--- Comment #2 from Peter Coombe pcoo...@wikimedia.org ---
As suggested on bug 70213 the user should see a more friendly message similar
to [[MediaWiki:Noarticletext]]

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


[Bug 67562] CPB: When CPB is enabled it is not immediately obvious if user's user page has been created

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67562

--- Comment #1 from Jared Zimmerman (WMF) jared.zimmer...@wikimedia.org ---
obvious to whom? I don't think that blue or red user names are an obvious sign
of this either, to a new user…

Also the concept of not having a user page, is one I feel won't be relevant for
much longer.

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


[Bug 70214] New: Flow: username links for post-author have an extra space attached

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70214

Bug ID: 70214
   Summary: Flow: username links for post-author have an extra
space attached
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Flow
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: pandiculat...@gmail.com
CC: dh...@wikimedia.org, ebernhard...@wikimedia.org,
mpinc...@wikimedia.org, pandiculat...@gmail.com,
sp...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Created attachment 16324
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=16324action=edit
screenshot

When I hover over a username, the link-anchor-underline extends one space
beyond the end of the name. 
It shouldn't.

(Possibly this is caused by some part of the 7 lines of source-code that it
extends across?)

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


[Bug 70215] New: Wikimedia Commons: {{int:..}} usages should render in user language instead of content language

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70215

Bug ID: 70215
   Summary: Wikimedia Commons: {{int:..}} usages should render in
user language instead of content language
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Language
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: raimond.spekk...@gmail.com
CC: da...@sheetmusic.org.uk, mor...@gmail.com,
ryasm...@wikimedia.org, siebr...@kitano.nl
   Web browser: ---
   Mobile Platform: ---

Created attachment 16325
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=16325action=edit
screenshot

Spotted on Wikimedia Commons as multi language wiki: {{int:..}} usages should
render in user language instead of content language

-- 
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 60597] Flow: user-links should only appear on hover over username

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60597

Quiddity pandiculat...@gmail.com changed:

   What|Removed |Added

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

--- Comment #2 from Quiddity pandiculat...@gmail.com ---
No longer a problem, as there is now no change on hover at all. Closing.

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


[Bug 70203] Hive is broken on stat1002

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70203

--- Comment #2 from Toby Negrin tneg...@wikimedia.org ---
Opsen -- can we please consider some sort of sanity check post cluster
maintenance? I'm also wondering if the data quality scripts also broke.

Thanks for grabbing Christian.

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


[Bug 70214] Flow: username links for post-author have an extra space attached

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70214

Quiddity pandiculat...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
   Severity|normal  |minor

--- Comment #1 from Quiddity pandiculat...@gmail.com ---
in trello as https://trello.com/c/wYb2KAxT/

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


[Bug 69650] Create an extension to add a Sandbox link to the personal toolbar

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69650

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

Summary|Create an extension (or a   |Create an extension to add
   |config setting in core?) to |a Sandbox link to the
   |add a Sandbox link to the |personal toolbar
   |personal toolbar|

-- 
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 61631] SemanticFormsInputs should pass jshint

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61631

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 121679 merged by Foxtrott:
making js files pass jshint test

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

-- 
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 60619] All repositories should pass jshint test (tracking)

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60619
Bug 60619 depends on bug 61631, which changed state.

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

   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 61631] SemanticFormsInputs should pass jshint

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61631

s7ep...@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 60042] Problem with uploading files

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60042

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

   What|Removed |Added

 CC||mpaa.w...@gmail.com

--- Comment #4 from Mpaa mpaa.w...@gmail.com ---
Patch: https://gerrit.wikimedia.org/r/#/c/157355/

-- 
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 60042] Problem with uploading files

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60042

Mpaa mpaa.w...@gmail.com 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 31946] mediawiki.legacy.upload should be migrated to a modern module

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31946

--- Comment #6 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 156552 merged by jenkins-bot:
Clean up mediawiki.legacy.upload a bit more

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

-- 
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 31946] mediawiki.legacy.upload should be migrated to a modern module

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31946

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 Depends on|45843   |

-- 
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 45843] Rework API error reporting

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45843

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 Blocks|31946   |

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


[Bug 31946] mediawiki.legacy.upload should be migrated to a modern module

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31946

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |ASSIGNED

-- 
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 70216] New: Please enable Manage TemplateData for nowiki

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70216

Bug ID: 70216
   Summary: Please enable Manage TemplateData for nowiki
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Site requests
  Assignee: jforres...@wikimedia.org
  Reporter: jhs...@gmail.com
CC: benap...@gmail.com,
bugzilla+org.wikime...@tuxmachine.com,
dereck...@espace-win.org, johnflewi...@gmail.com,
steinsplit...@wikipedia.de, wikimedia.b...@snowolf.eu
   Web browser: ---
   Mobile Platform: ---

Just discovered this tool, and since it makes it so much easier to add
TemplateData, it would be a huge improvement for us template editors, and
consequently for the VisualEditor users out there. Can't see any reason it
should be controversial, but if requested I'll bring it up in our village pump.

-- 
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 70216] Enable the TemplateData GUI editor on Norwegian Bokmål Wikipedia

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70216

James Forrester jforres...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|NEW |ASSIGNED
 CC||jforres...@wikimedia.org
 Blocks||60158
Summary|Please enable Manage   |Enable the TemplateData GUI
   |TemplateData for nowiki|editor on Norwegian Bokmål
   ||Wikipedia
   Severity|normal  |enhancement

--- Comment #1 from James Forrester jforres...@wikimedia.org ---
Sure, no problem.

-- 
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 60158] Deploy TemplateData's GUI editing tool to all wikis

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60158

James Forrester jforres...@wikimedia.org changed:

   What|Removed |Added

 Depends on||70216

-- 
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 70217] New: Enable the TemplateData GUI editor on remaining big Wikipedias

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70217

Bug ID: 70217
   Summary: Enable the TemplateData GUI editor on remaining big
Wikipedias
   Product: Wikimedia
   Version: unspecified
  Hardware: All
OS: All
Status: ASSIGNED
  Severity: enhancement
  Priority: Unprioritized
 Component: Site requests
  Assignee: jforres...@wikimedia.org
  Reporter: jforres...@wikimedia.org
CC: benap...@gmail.com,
bugzilla+org.wikime...@tuxmachine.com,
dereck...@espace-win.org, johnflewi...@gmail.com,
steinsplit...@wikipedia.de, wikimedia.b...@snowolf.eu
Blocks: 60158
   Web browser: ---
   Mobile Platform: ---

From the top 40 Wikipedias by article count, we're currently lacking:

* sv Swedish
* de German
* ceb Cebuano
* es Spanish
* vi Vietnamese
* war Waray-Waray
* pl Polish
* ja Japanese
* zh Chinese
* uk Ukrainian
* fa Farsi
* id Indonesian
* ar Arabic
* cs Czech
* ko Korean
* ms Malay
* hu Hungarian
* ro Romanian
* sr Serbian
* tr Turkish
* min Minangkabau
* sh Serbo-Croatian
* kk Kazakh
* eo Esperanto
* eu Basque
* sk Slovak
* da Danish
* lt Lithuanian
* bg Bulgarian
* hr Croatian

Will need to flag this out to communities first, of course.

-- 
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 60158] Deploy TemplateData's GUI editing tool to all wikis

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60158

James Forrester jforres...@wikimedia.org changed:

   What|Removed |Added

 Depends on||70217

-- 
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 70216] Enable the TemplateData GUI editor on Norwegian Bokmål Wikipedia

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70216

Jon Harald Søby jhs...@gmail.com changed:

   What|Removed |Added

 CC||jhs...@gmail.com

--- Comment #2 from Jon Harald Søby jhs...@gmail.com ---
To be on the safe side I posted in our village pump asking if there are any
objections:

https://no.wikipedia.org/wiki/Wikipedia:Torget#.C2.ABManage_TemplateData.C2.BB

-- 
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 47450] No proper HTML escaping

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47450

Maarten Dammers maar...@mdammers.nl changed:

   What|Removed |Added

  Component|[other] |API
Product|Tool Labs tools |Wiki Loves Monuments

-- 
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 60158] Deploy TemplateData's GUI editing tool to all wikis

2014-08-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60158

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


  1   2   3   >