[Bug 50408] Crash in migrateStartMetas

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50408

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 71169 merged by jenkins-bot:
(Bug 50408) Make migrateStartMetas more robust

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

-- 
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 50238] Parsoid round-trips pipes in templated external link target to #124;

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50238

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 71140 merged by jenkins-bot:
Bug 50238: Don't entity-escape pipes in extlinks

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

-- 
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 50238] Parsoid round-trips pipes in templated external link target to #124;

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50238

Gabriel Wicke gwi...@wikimedia.org changed:

   What|Removed |Added

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

--- Comment #4 from Gabriel Wicke gwi...@wikimedia.org ---
Not a perfect fix (we are not escaping everything in nested transclusions that
we should), but at least it lets experienced editors do what they need to do.
They are less likely to mess up, hopefully.

-- 
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 50415] New: VisualEditor: Protected page warning messages are missing

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50415

   Web browser: ---
Bug ID: 50415
   Summary: VisualEditor: Protected page warning messages are
missing
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: MediaWiki integration
  Assignee: krinklem...@gmail.com
  Reporter: at.li...@live.com.au
CC: jforres...@wikimedia.org, krinklem...@gmail.com,
roan.katt...@gmail.com, tpars...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

VE is missing the red semi-protected page box seen at
http://en.wikipedia.org/w/index.php?title=Muscleaction=edit and probably also
the equivalent one for administrators on fully protected pages.

They should be displayed as a notice.

-- 
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 49425] Timevalue is stored invalid format

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49425

--- Comment #7 from Byrial Jensen byr...@vip.cybercity.dk ---
There was 15 new cases of malformed time values in the database dump of
2013-06-23, all inserted by the same bot at 2013-06-14 and 2013-06-15. It was
values like:

+000or-02-22T00:00:00Z
+0001603.-01-01T00:00:00Z
+0001239-06-17/18T00:00:00Z
+0001650)-06-19T00:00:00Z
+0001601/1602-05-02T00:00:00Z
+0001869-09-26 (disputed)T00:00:00Z
+000or-07-31T00:00:00Z
+000January-01-16T00:00:00Z
+0001878''(''Some-05-12T00:00:00Z
+0001587/8-01-12T00:00:00Z
+0001766?-03-16T00:00:00Z
+0001985-10-22 correct date is October 27, 1985T00:00:00Z
+000or-12-17T00:00:00Z

-- 
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 40447] Provide per-namespace sidebars (or sidebar sections)

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40447

Daniel Friesen mediawiki-b...@nadir-seen-fire.com changed:

   What|Removed |Added

  Component|General/Unknown |Extensions requests
Product|MediaWiki   |MediaWiki extensions

--- Comment #9 from Daniel Friesen mediawiki-b...@nadir-seen-fire.com ---
There's no way something this bad for general usability will be part of core.
Moving this to an extension request.

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


[Bug 50281] VisualEditor: Empty transclusion editor is empty, needs some kind of reassuring message

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50281

--- Comment #1 from This, that and the other at.li...@live.com.au ---
Created attachment 12684
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=12684action=edit
Screenshot of bug

Just found this lovely screenshot that I meant to upload.

-- 
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 49425] Timevalue is stored invalid format

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49425

--- Comment #8 from Daniel Kinzler daniel.kinz...@wikimedia.de ---
Note: with I67b9ae480c, this should not happen any more. I67b9ae480c provides
input validation for time values.

It does not however enforce time format rules on TimeValue objects, so bad
time values are not yet detected when found in the database, etc.

This bug should remain open until strict validation is implemented (see 
I72d6b6d890), but I don't think it's very urgent any more since it should now
be impossible to enter bad values via the API.

-- 
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 49903] commit message templates

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49903

--- Comment #3 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il ---
Yes, a hook that would prepare a commit message along these lines:

---
a title for this commit

What was the problem?
explain here

How does this change fix it?
explain here

How to test it?
explain here

Bug: 
---

(I just made this up. The content is totally up for discussion.)

There's a chance that such a template will encourage people to write commit
messages that will help others understand, review and test the changes.

If it's possible to push such a hook to everybody through the repos, it would
be nice.

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


[Bug 50377] Enable autopatrolled group on he.wikivoyage

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50377

--- Comment #1 from Dekel Eini dekeleinide...@gmail.com ---
Why you don't answer?

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


[Bug 50416] New: Text covered up by infobox when editing, if image in infobox is large

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50416

   Web browser: ---
Bug ID: 50416
   Summary: Text covered up by infobox when editing, if image in
infobox is large
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: jforres...@wikimedia.org
  Reporter: wmf.whatamido...@yahoo.com
CC: jforres...@wikimedia.org, krinklem...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

If an infobox contains an image that is wider than the infobox's natural size,
then editing the page cause the infobox to expand, without properly wrapping
the adjacent text.  The result is that the infobox covers up the adjacent text.

See
http://en.wikipedia.org/wiki/Wikipedia:VisualEditor/Feedback#Text_appearing_behind_infobox_.2F_behaviour_after_editing
on 28 June 2013 for the initial report.  The report came from a user running
Chrome (version 27.0.1453.116) on Windows XP; I confirmed it in the en.wp
article on Southampton using Safari 6.0.5 (7536.30.1) and Firefox 22.0 on Mac
OS 10.7.5.

-- 
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 50171] VisualEditor: Poorly labelled UI elements in dialog boxes

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50171

WhatamIdoing wmf.whatamido...@yahoo.com changed:

   What|Removed |Added

 CC||wmf.whatamido...@yahoo.com

--- Comment #1 from WhatamIdoing wmf.whatamido...@yahoo.com ---
There is also a request in that discussion about whether Transclusion could
be renamed to something in plain English, like Templates.

-- 
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 49925] VisualEditor: Floated templates rendering oddly and overlapping text

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49925

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

   What|Removed |Added

 CC||wmf.whatamido...@yahoo.com

--- Comment #16 from This, that and the other at.li...@live.com.au ---
*** Bug 50416 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 50416] Text covered up by infobox when editing, if image in infobox is large

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50416

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

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||at.li...@live.com.au
 Resolution|--- |DUPLICATE

--- Comment #1 from This, that and the other at.li...@live.com.au ---
Congrats on your first bug report; sadly it is a dupe. Took me a while to find 
bug 49925 though, so you are forgiven :)

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

-- 
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 50007] Add Translation: namespace to English Wikisource

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50007

Erasmo Barresi erasmo_barr...@live.it changed:

   What|Removed |Added

 CC||erasmo_barr...@live.it

--- Comment #6 from Erasmo Barresi erasmo_barr...@live.it ---
As far as I know, the Hebrew Wikisource is currently the only one to have such
namespace.
Since namespace no. 110/111 are used for other purposes on the Italian and
Portuguese Wikisources, my suggestion is to create the namespace at a number
that is not used anywhere.

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


[Bug 50385] VisualEditor: Categories moved inside a reference (in Opera)

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50385

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

Summary|VisualEditor: Categories|VisualEditor: Categories
   |moved inside a reference (? |moved inside a reference
   |in Opera)   |(in Opera)

--- Comment #4 from Bartosz Dziewoński matma@gmail.com ---
Eh, it seems to be Opera-specific after all, I can't reproduce on Firefox (but
it reproduces reliably in Opera).

-- 
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 49640] Add me as default CC to some components

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49640

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

   What|Removed |Added

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

--- Comment #3 from Andre Klapper aklap...@wikimedia.org ---
(In reply to comment #2)
 And also (in addition to MediaWiki/JavaScript previously):
 
 * MediaWiki/Interface
 * MediaWiki extensions/Vector

Done (previous one is called Skin and page rendering 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 50391] Slow loading because of duplicate requests

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50391

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 44790] Sqlite category table contains duplicates in unit tests

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44790

--- Comment #6 from db duplicate...@googlemail.com ---
The relying on the unique index changed with
I7e6d07e42cc06cedbd9d10ed9f276f20636dc222

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


[Bug 48917] Extracts need to filter out more

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48917

--- Comment #8 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 69585 had a related patch set uploaded by Hashar:
Bug 48917: Fix extracts

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

-- 
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 41961] Write redirect rules for GitBlit

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41961

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

   What|Removed |Added

 CC||rainerril...@hotmail.com

--- Comment #8 from Andre Klapper aklap...@wikimedia.org ---
*** Bug 50398 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 50398] Links to gerrit broken

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50398

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||aklap...@wikimedia.org
 Resolution|--- |DUPLICATE

--- Comment #3 from Andre Klapper aklap...@wikimedia.org ---
Hi Rainer. Thanks for taking the time to report this!
This particular problem has already been reported into our bug tracking system,
but please feel free to report any further issues you find.

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

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


[Bug 50398] Links to gitweb broken

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50398

db duplicate...@googlemail.com changed:

   What|Removed |Added

 CC||duplicate...@googlemail.com
Summary|Links to gerrit broken  |Links to gitweb broken

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


[Bug 50377] Enable autopatrolled group on he.wikivoyage

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50377

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

   What|Removed |Added

   Keywords||shell

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


[Bug 50377] Enable autopatrolled group on he.wikivoyage

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50377

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||aklap...@wikimedia.org
   Severity|normal  |enhancement

--- Comment #2 from Andre Klapper aklap...@wikimedia.org ---
Because you gave only 20 hours? What answer do you expect? Yes, somebody
should do this when s/he has time?  Note that such request can take up to
several weeks and anybody could create and provide the required software
change.

If you (or anybody else) would like to create a software patch to change the
server configuration, please see
* http://www.mediawiki.org/wiki/Developer_access
* http://www.mediawiki.org/wiki/Gerrit/Tutorial
The files to change for this request are
https://git.wikimedia.org/blob/operations%2Fmediawiki-config.git/HEAD/wmf-config%2FInitialiseSettings.php
and
https://git.wikimedia.org/blob/operations%2Fmediawiki-config.git/HEAD/wmf-config%2FCommonSettings.php
Please note that providing help with Git/Gerrit is out of scope for this
specific bug report.
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 40447] Provide per-namespace sidebars (or sidebar sections)

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40447

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

   What|Removed |Added

   Keywords|design  |
   Priority|Low |Lowest
 Whiteboard||design-wished

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


[Bug 49775] History.js doesn't allow you to use fragment identifiers with / in them

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49775

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

   What|Removed |Added

 Depends on||49647

-- 
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 49647] in Experimental, some accents in urls have recursive problems

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49647

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

   What|Removed |Added

 Blocks||49775

-- 
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 36000] VisualEditor: Does not work in Opera (tracking)

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36000

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 Depends on||50417

-- 
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 50417] New: VisualEditor does not load on Opera when debugging with Dragonfly

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50417

   Web browser: ---
Bug ID: 50417
   Summary: VisualEditor does not load on Opera when debugging
with Dragonfly
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: jforres...@wikimedia.org
  Reporter: matma@gmail.com
CC: jforres...@wikimedia.org, krinklem...@gmail.com
Blocks: 36000
Classification: Unclassified
   Mobile Platform: ---

Would you believe that.

[6/29/2013 1:44:17 PM] JavaScript -
https://pl.wikipedia.org/wiki/Gródek_(obwód_lwowski)?veaction=edit
Event thread: readystatechange
Uncaught exception: Error: WRONG_ARGUMENTS_ERRError thrown at line 39, column 4
in anonymous function: ve.copyDomElements(domElement) in
https://bits.wikimedia.org/pl.wikipedia.org/load.php?debug=falselang=plmodules=ext.visualEditor.base%2Cmediawiki%2CviewPageTarget%7Cjquery.visibleText%7Coojs%7Cunicodejs.wordbreakskin=vectorversion=20130629T021004Z*:
return doc ? doc.importNode(domElement, true) : domElement.cloneNode(true);
called from line 38, column 3 in anonymous function:
ve.copyDomElements(domElements, doc) in
https://bits.wikimedia.org/pl.wikipedia.org/load.php?debug=falselang=plmodules=ext.visualEditor.base%2Cmediawiki%2CviewPageTarget%7Cjquery.visibleText%7Coojs%7Cunicodejs.wordbreakskin=vectorversion=20130629T021004Z*:
return domElements.map(function(domElement) {
called from line 9721, column 3 in anonymous function:
ve.ce.GeneratedContentNode.prototype.onUpdate() in
https://bits.wikimedia.org/pl.wikipedia.org/load.php?debug=falselang=plmodules=ext.visualEditor.core%2Cicons-vector%7Cext.visualEditor.viewPageTarget.icons-vector%7Crangyskin=vectorversion=20130629T021004Z*:
this.$.empty().append(ve.copyDomElements(store.value(index), doc));
called from line 9711, column 2 in VeCeGeneratedContentNode() in
https://bits.wikimedia.org/pl.wikipedia.org/load.php?debug=falselang=plmodules=ext.visualEditor.core%2Cicons-vector%7Cext.visualEditor.viewPageTarget.icons-vector%7Crangyskin=vectorversion=20130629T021004Z*:
this.onUpdate();
called via Function.prototype.call() from line 10325, column 2 in
VeCeMWTransclusionNode(model, config) in
https://bits.wikimedia.org/pl.wikipedia.org/load.php?debug=falselang=plmodules=ext.visualEditor.core%2Cicons-vector%7Cext.visualEditor.viewPageTarget.icons-vector%7Crangyskin=vectorversion=20130629T021004Z*:
ve.ce.GeneratedContentNode.call(this);
called via Function.prototype.call() from line 10366, column 2 in
VeCeMWTransclusionBlockNode(model) in
https://bits.wikimedia.org/pl.wikipedia.org/load.php?debug=falselang=plmodules=ext.visualEditor.core%2Cicons-vector%7Cext.visualEditor.viewPageTarget.icons-vector%7Crangyskin=vectorversion=20130629T021004Z*:
ve.ce.MWTransclusionNode.call(this, model);
called via Function.prototype.apply() from line 50, column 2 in anonymous
function: ve.Factory.prototype.create(name) in
https://bits.wikimedia.org/pl.wikipedia.org/load.php?debug=falselang=plmodules=ext.visualEditor.core%2Cicons-vector%7Cext.visualEditor.viewPageTarget.icons-vector%7Crangyskin=vectorversion=20130629T021004Z*:
constructor.apply(obj, args);
called from line 8132, column 4 in anonymous function:
ve.ce.BranchNode.prototype.onSplice(index) in
https://bits.wikimedia.org/pl.wikipedia.org/load.php?debug=falselang=plmodules=ext.visualEditor.core%2Cicons-vector%7Cext.visualEditor.viewPageTarget.icons-vector%7Crangyskin=vectorversion=20130629T021004Z*:
args[i] = ve.ce.nodeFactory.create(args[i].getType(), args[i]);
called via Function.prototype.apply() from line 8089, column 2 in
VeCeBranchNode(model, config) in
https://bits.wikimedia.org/pl.wikipedia.org/load.php?debug=falselang=plmodules=ext.visualEditor.core%2Cicons-vector%7Cext.visualEditor.viewPageTarget.icons-vector%7Crangyskin=vectorversion=20130629T021004Z*:
this.onSplice.apply(this, [0, 0].concat(model.getChildren()));
called via Function.prototype.call() from line 9824, column 2 in
VeCeDocumentNode(model, surface, config) in
https://bits.wikimedia.org/pl.wikipedia.org/load.php?debug=falselang=plmodules=ext.visualEditor.core%2Cicons-vector%7Cext.visualEditor.viewPageTarget.icons-vector%7Crangyskin=vectorversion=20130629T021004Z*:
ve.ce.BranchNode.call(this, model, config);

At this point `store.value(index)` is [undefined, undefined] on Opera, but
[span..., dl...] on Firefox. Since `index` is not undefined, this would
indicate some sort of an internal inconsistency.

-- 
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 50418] New: Delete at first position of header line incorrectly removes header markup if previous line is empty

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50418

   Web browser: ---
Bug ID: 50418
   Summary: Delete at first position of header line incorrectly
removes header markup if previous line is empty
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: jforres...@wikimedia.org
  Reporter: axelbo...@yahoo.com
CC: jforres...@wikimedia.org, krinklem...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

If a header line is preceded by an empty line, and one tries to remove that
empty line by placing the cursor at the beginning of the header line and
hitting Delete, the empty line is removed as expected, but the header line
turns into Paragraph formatting, which is unexpected and incorrect.

Note that the behavior is correct if the line preceding the header line is
*not* empty: in that case we want to merge the header line with the previous
line, and the header formatting should be removed.

-- 
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 50418] Delete at first position of header line incorrectly removes header markup if previous line is empty

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50418

--- Comment #1 from Axel Boldt axelbo...@yahoo.com ---
Sorry: I should have said Backspace, not Delete.

-- 
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 50417] VisualEditor does not load on Opera when debugging with Dragonfly

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50417

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 CC||matma@gmail.com

--- Comment #1 from Bartosz Dziewoński matma@gmail.com ---
Hey, it's even better – all of the arrays in store.valueStore apparently
consist only of varying number of undefineds.

-- 
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 50419] New: Turning line into header affects next line

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50419

   Web browser: ---
Bug ID: 50419
   Summary: Turning line into header affects next line
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: jforres...@wikimedia.org
  Reporter: axelbo...@yahoo.com
CC: jforres...@wikimedia.org, krinklem...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

Suppose an article contains two lines in Paragraph formatting, and we want to
turn the first one into Heading formatting. Select the entire first line
(Cursor at beginning of line, Shift-CursorDown) then choose Heading formatting
from the selection box at the top. Result: both lines are turned into Headings,
not just the first. (Bold and italics formatting changes work correctly and
affect only the current 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 50417] VisualEditor does not load on Opera when debugging with Dragonfly

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50417

--- Comment #2 from Bartosz Dziewoński matma@gmail.com ---
And this is because ve.copyArray() is losing data, always returning an array of
undefineds 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 50377] Enable autopatrolled group on he.wikivoyage

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50377

--- Comment #3 from Tomasz W. Kozlowski tom...@twkozlowski.net ---
Actually I did have a look at this request upon receiving an e–mail
notification, but there are only three people who spoke up in that section, so
I thought there wasn't enough consensus yet. Feel free to prove me wrong
though.

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


[Bug 50417] VisualEditor does not load on Opera when debugging with Dragonfly

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50417

--- Comment #3 from Bartosz Dziewoński matma@gmail.com ---
And that is because #cloneNode is returning `undefined` for those elements
(probably because they come from some weird dynamically-generated document).
Which is clearly an Opera bug, but it'd be nice to work around it somehow.

-- 
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 45267] Opening diff [Working ...] is extremely slow, apparently client-side

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45267

christ...@quelltextlich.at changed:

   What|Removed |Added

 CC||christ...@quelltextlich.at

--- Comment #7 from christ...@quelltextlich.at ---
(In reply to comment #6)
 Yesterday evening the observed behavior caused Gerrit to no longer be usable
 for me in Firefox.

As comment #6 seems to be different …
If it was not only slow, but did not stop at all to load in Firefox, it may be
a caching problem. You could try the remedy described in bug #50309.

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


[Bug 46997] Gerrit notification bot posts the same info twice

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46997

christ...@quelltextlich.at changed:

   What|Removed |Added

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

--- Comment #11 from christ...@quelltextlich.at ---
Should be fixed since we upgraded gerrit and hooks-bugzilla on 2013-06-27.

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


[Bug 50417] VisualEditor does not load on Opera when debugging with Dragonfly

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50417

--- Comment #4 from Bartosz Dziewoński matma@gmail.com ---
I know why it only fails when debugging: because the fix in
https://gerrit.wikimedia.org/r/#/c/61560/ is only applied when not debugging.
Apparently the document there is *still* not a document evenif it appears to be
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 48115] Gerrit does no longer inform change reviewers via email about new patch sets

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48115

christ...@quelltextlich.at changed:

   What|Removed |Added

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

--- Comment #7 from christ...@quelltextlich.at ---
Should be fixed since we upgraded gerrit and hooks-bugzilla on 2013-06-27.

-- 
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 45597] Cannot delete tags anymore

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45597

christ...@quelltextlich.at changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||christ...@quelltextlich.at
 Resolution|--- |FIXED

--- Comment #8 from christ...@quelltextlich.at ---
Upstream bug is fixed and meanwhile included in our gerrit as well.

To make sure it works, I tried deleting tags on a repo where I have
Force Push permission, and it seems to work now.

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


[Bug 50118] VisualEditor: First character after a /pre is lost on round-trip

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50118

Helder mybugs.m...@gmail.com changed:

   What|Removed |Added

 CC||mybugs.m...@gmail.com

--- Comment #4 from Helder mybugs.m...@gmail.com ---
Here is another example:
https://www.mediawiki.org/w/index.php?title=Gerrit/Tutorialdiff=717045

-- 
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 50398] Links to gitweb broken

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50398

--- Comment #4 from Rainer Rillke @commons.wikimedia rainerril...@hotmail.com 
---
Unfortunately I was unable to find it with the title Write redirect rules for
GitBlit under component Apache configuration :-(

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


[Bug 39402] Add two new statuses to the workflow: patch released and patch committed.

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39402

Bug 39402 depends on bug 17322, which changed state.

Bug 17322 Summary: Integrate git/Gerrit and Bugzilla
https://bugzilla.wikimedia.org/show_bug.cgi?id=17322

   What|Removed |Added

 Status|NEW |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 17322] Integrate git/Gerrit and Bugzilla

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17322

christ...@quelltextlich.at changed:

   What|Removed |Added

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

--- Comment #34 from christ...@quelltextlich.at ---
Should be fixed since we upgraded gerrit and hooks-bugzilla on 2013-06-27.

-- 
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 48979] E-mail addresses are getting double-escaped

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48979

christ...@quelltextlich.at changed:

   What|Removed |Added

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

--- Comment #6 from christ...@quelltextlich.at ---
Should be fixed since we upgraded gerrit on 2013-06-27.

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


[Bug 50417] VisualEditor does not load on Opera when debugging with Dragonfly

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50417

--- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 71174 had a related patch set uploaded by Matmarex:
Make loading VE work on Opera again, attempt two

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

-- 
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 42162] Option to patrol changes to translated pages is offered but gives error

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42162

--- Comment #6 from Rainer Rillke @commons.wikimedia rainerril...@hotmail.com 
---
Just for the record:
When clicking  [Mark as patrolled]

Request:
POST https://commons.wikimedia.org/w/api.php
actionpatrol
formatjson
rcid100039614
token---

Response:
{servedby:mw1144,error:{code:unknownerror,info:Unknown error:
\tpt-target-page\}}


The bubble-notification only says Marking as patrolled failed. and the change
is marked with a red ! in the watchlist.

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


[Bug 48649] Avatars broken (404)

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48649

christ...@quelltextlich.at changed:

   What|Removed |Added

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

--- Comment #4 from christ...@quelltextlich.at ---
With our recent gerrit upgrade, there will are even more requests for avatars.

However, all of them fail on purpose, since we do not use avatars.

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


[Bug 45038] gerrit: swap CR / V columns in dashboard view

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45038

christ...@quelltextlich.at changed:

   What|Removed |Added

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

--- Comment #5 from christ...@quelltextlich.at ---
With our gerrit upgrade on 2013-06-27 we got consistency of the columns back.

They're now ordered alphabetically on both change screens and lists of changes.

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


[Bug 49640] Add me as default CC to some components

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49640

--- Comment #4 from Bartosz Dziewoński matma@gmail.com ---
 Done (previous one is called Skin and page rendering now).

Hm, true, I was relying on [[mw:Developers/Maintainers]]. Updated it now:
https://www.mediawiki.org/w/index.php?title=Developers/Maintainersdiff=720013oldid=719636

-- 
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 48462] No diff loaded, TypeError: a is null or similar

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48462

christ...@quelltextlich.at changed:

   What|Removed |Added

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

--- Comment #3 from christ...@quelltextlich.at ---
Should be fixed with our latest gerrit upgrade on 2013-06-27.

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


[Bug 48649] Avatars broken (404)

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48649

--- Comment #5 from Sam Reed (reedy) s...@reedyboy.net ---
(In reply to comment #4)
 With our recent gerrit upgrade, there will are even more requests for
 avatars.
 
 However, all of them fail on purpose, since we do not use avatars.

Can we flip this bug around then?

Rather than complaining that they're seemingly broken, make this about stopping
the requests altogether?

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


[Bug 38103] Gerrit: Links containing git hash are broken

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38103

christ...@quelltextlich.at changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 CC||christ...@quelltextlich.at
 Resolution|--- |FIXED

--- Comment #8 from christ...@quelltextlich.at ---
Looks like this was fixed by
https://gerrit.wikimedia.org/r/#/c/64502

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


[Bug 49676] Error message when rebasing patch

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49676

christ...@quelltextlich.at changed:

   What|Removed |Added

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

--- Comment #4 from christ...@quelltextlich.at ---
Marking as RESOLVED/FIXED, as the error seems to have been temporary indeed.

There were other reports of email problems as well that morning, and
they have been solved meanwhile.

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


[Bug 50420] New: Extraneous pipes added in edit

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50420

   Web browser: ---
Bug ID: 50420
   Summary: Extraneous pipes added in edit
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: jforres...@wikimedia.org
  Reporter: mden...@wikimedia.org
CC: jforres...@wikimedia.org, krinklem...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

I did not add this to closed bug 50012 because while it may be related it's not
exactly the same.

This edit to the text of the article added extraneous pipes throughout
(http://en.wikipedia.org/w/index.php?title=List_of_male_kickboxersdiff=562103247oldid=561869162)
and also dropped some formatting on the end (|}|}|}|}|}|})

See
http://en.wikipedia.org/wiki/Wikipedia:VisualEditor/Feedback#Unwanted_format_changes_throughout_article

-- 
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 50372] TemplateData hinting is delayed in showing up in the API

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50372

--- Comment #10 from Guillaume Paumier gpaum...@wikimedia.org ---
The behavior seems inconsistent. Today, TemplateData was available in
transclusions immediately after adding it to the template's documentation
subpage. (tested with https://fr.wikipedia.org/wiki/Mod%C3%A8le:Unit%C3%A9 )

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


[Bug 50421] New: Feature request: permit copy-paste of templates from history

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50421

   Web browser: ---
Bug ID: 50421
   Summary: Feature request: permit copy-paste of templates from
history
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: jforres...@wikimedia.org
  Reporter: mden...@wikimedia.org
CC: jforres...@wikimedia.org, krinklem...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

Taken from VisualEditor feedback page:

Trying when editing articles to think Could I use VE for this? I came on an
article where the {{AfD}} template had been removed and needed to be restored.
The easiest way to get that right is to call up from the history a version with
the template in place, and copy it from there to the current version. This
doesn't seem possible in VE: after selecting the template so that it is
highlighted, Ctrl-C doesn't copy it, and right-click doesn't offer a Copy
option. JohnCD (talk) 21:29, 28 June 2013 (UTC)

-- 
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 50193] bug in collapsibleTabs: null != undefined, undefined variables passed to .data()

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50193

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

   Priority|Normal  |Low
 Blocks||700
Summary|bug in collapsibleTabs that |bug in collapsibleTabs:
   |causes exception: null !=   |null != undefined,
   |nudefined   |undefined variables passed
   ||to .data()
   Severity|normal  |minor

--- Comment #4 from Bartosz Dziewoński matma@gmail.com ---
This currently doesn't cause any bad behavior as far as I can see ($settings
will never be undefined, apparently), but it's obviously a bug.

There's also something else in this file:

// XXX: 'data' is undefined here, should the 'data' from the outer scope have
// a different name?
$( this ).detach().prependTo( target ).data( 'collapsibleTabsSettings', data );


It would be nice if someone spent some time trying to understand what all that
code is doing.

Adjusting bug summary and metadata.

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


[Bug 700] Code quality issues (tracking)

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

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 Depends on||50193

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


[Bug 50422] New: Replicate the Gerrit mysql database to labsdb

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50422

   Web browser: ---
Bug ID: 50422
   Summary: Replicate the Gerrit mysql database to labsdb
   Product: Wikimedia Labs
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: tools
  Assignee: m...@uberbox.org
  Reporter: yuvipa...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

Gerrit data can be useful to write a whole new class of 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 1542] Log spam blacklist hits

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1542

--- Comment #13 from seth email_metawiki_...@wg-karlsruhe.de ---
That sounds great! :-)
When will this be active in w:de?

-- 
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 50423] New: VisualEditor: ref warning appears within template that contains references, post-modification

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50423

   Web browser: ---
Bug ID: 50423
   Summary: VisualEditor: ref warning appears within template that
contains references, post-modification
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Editing Tools
  Assignee: rm...@wikimedia.org
  Reporter: oke...@wikimedia.org
CC: jforres...@wikimedia.org, krinklem...@gmail.com,
rm...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

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

See the screenshot; I imagine the reference is being treated as existing within
the template, rather than within the template within the page - it hunts for
references\, can't find a tag in the template itself, and freaks the heck
out.

-- 
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 42162] Option to patrol changes to translated pages is offered but gives error

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42162

--- Comment #7 from Marius Hoch h...@online.de ---
Solution would probably be to use the TitleQuickPermissions hook and disallow
patrolling for translate titles with.

Alternative would be to introduce a new hook in the article class to only hide
the links.

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


[Bug 50382] The MLEB 2013.05 do not work

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50382

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it

--- Comment #2 from Nemo federicol...@tiscali.it ---
Error console shows nothing for Special:Translate; LanguageStats and
MessageGroupStats first load, then apparently refresh and stay blank with:

Timestamp: 29/06/2013 16:35:18
Error: ReferenceError: mw is not defined
Source File:
http://www.fountainpen.it/load.php?debug=falselang=enmodules=jquery.colorUtilskin=vectorversion=20130628T164325Z*
Line: 1



http://www.fountainpen.it/api.php?action=querymeta=siteinfo :
  fallback
lang code=en /
  /fallback

I don't know what effects this can have.

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


[Bug 49903] commit message templates

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49903

--- Comment #4 from Chad H. innocentkil...@gmail.com ---
(In reply to comment #3)
 If it's possible to push such a hook to everybody through the repos, it would
 be nice.

That's not possible.

(In reply to comment #2)
 A possibility would be to have a prepare-commit-msg hook in git that would be
 setup by git-review.

That 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 50382] The MLEB 2013.05 do not work

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50382

--- Comment #3 from Nemo federicol...@tiscali.it ---
It's the same on the only other known 1.21.1 wiki using last MLEB:
http://wikincat.org/wiki/Especial:Traduzir
But they have
  fallback
lang code=pt /
lang code=en /
  /fallback
too http://wikincat.org/w/api.php?action=querymeta=siteinfo

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


[Bug 40640] [ and ] shortkeys not working in Gerrit with Chrome on Microsoft Windows

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40640

--- Comment #6 from Chad H. innocentkil...@gmail.com ---
Is this still a problem with some of the recent upgrades?

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


[Bug 50385] VisualEditor: Categories moved inside a reference (in Opera)

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50385

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

   What|Removed |Added

 Blocks||36000

-- 
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 36000] VisualEditor: Does not work in Opera (tracking)

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36000

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

   What|Removed |Added

 Depends on||50385

-- 
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 2007] Tracking bug (tracking)

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2007

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

   What|Removed |Added

 Depends on||36000

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


[Bug 36000] VisualEditor: Does not work in Opera (tracking)

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36000

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

   What|Removed |Added

 Blocks||2007

-- 
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 50382] The MLEB 2013.05 do not work

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50382

--- Comment #4 from Siebrand s.mazel...@xs4all.nl ---
Thanks for the help, Nemo. Two questions:
1. In comment 3 you say it's the same do you mean the error, or something
else?
2. Information on JavaScript may become clearer when using debug=true as CGI
parameter in the URL, as this will disable some resource loader features that
minimize and combine JavaScript files. Can you try if the reported error in
comment 2 remains the same?

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 50420] Extraneous pipes added in edit

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50420

Oliver Keyes oke...@wikimedia.org changed:

   What|Removed |Added

 CC||oke...@wikimedia.org

--- Comment #1 from Oliver Keyes oke...@wikimedia.org ---
I would consider this a blocker on Monday's deployment. Things not having
support (browsers or features) I can deal with, but we cannot have this sort of
corruption being introduced.

-- 
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 50398] Links to gitweb broken

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50398

Alex Monk kren...@gmail.com changed:

   What|Removed |Added

 CC||kren...@gmail.com

--- Comment #5 from Alex Monk kren...@gmail.com ---
(In reply to comment #4)
 Unfortunately I was unable to find it with the title Write redirect rules
 for
 GitBlit under component Apache configuration :-(

I don't quite understand the problem. It's bug 41961.

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


[Bug 41961] Write redirect rules for GitBlit

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41961

Liangent liang...@gmail.com changed:

   What|Removed |Added

 CC||liang...@gmail.com

--- Comment #9 from Liangent liang...@gmail.com ---
Can we write a small redirector at https://gerrit.wikimedia.org/r/gitweb
instead of a bunch of adhoc rewrite rules?

-- 
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 50424] New: Inactive token message after period of inactivity leads to lost work

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50424

   Web browser: ---
Bug ID: 50424
   Summary: Inactive token message after period of inactivity
leads to lost work
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: jforres...@wikimedia.org
  Reporter: axelbo...@yahoo.com
CC: jforres...@wikimedia.org, krinklem...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

An attempt to save an article in the visual editor after a period of inactivity
results in the Invalid token error message and saving fails. At this point,
the user is completely stuck and their entire work is lost. 

Loss of session data can also occur in the regular source code edit window, but
is easily rectified by repeated saving; this doesn't work in the visual editor. 

I would classify this as user-hostile behavior.

-- 
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 50425] New: Requesting flood flag on bs.wiki

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50425

   Web browser: ---
Bug ID: 50425
   Summary: Requesting flood flag on bs.wiki
   Product: MediaWiki
   Version: 1.22-git
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: edinw...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

I'm not sure where to put this, but I would like to request enabling the flood
flag on bs.wiki.

We have reached consensus:
http://bs.wikipedia.org/wiki/Wikipedia:Zahtjev_za_komentare/Flood_zastavica

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 50425] Requesting flood flag on bs.wiki

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50425

--- Comment #1 from Edin edinw...@gmail.com ---
Administrators and bureaucrats should be able to grant this flag to everyone
(including themselves). They should also be able to remove 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 50310] Use mw.log.deprecate for mwCustomEditButtons

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50310

Alex Monk kren...@gmail.com changed:

   What|Removed |Added

   Keywords||easy, patch-in-gerrit
 Status|NEW |ASSIGNED
 CC||kren...@gmail.com
   Assignee|wikibugs-l@lists.wikimedia. |kren...@gmail.com
   |org |

--- Comment #2 from Alex Monk kren...@gmail.com ---
If we use mw.log.deprecate on this then the warning will come up on every
action=editdebug=true page (even when no extension/user code is trying to use
it) because of legacy support for it in mediawiki.action.edit.js. I don't know
of any way to prevent that though...

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


[Bug 50425] Requesting flood flag on bs.wiki

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50425

Thehelpfulone thehelpfulonew...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|UNCONFIRMED |NEW
Version|1.22-git|unspecified
  Component|General/Unknown |Site requests
 CC||benap...@gmail.com,
   ||dereck...@espace-win.org,
   ||thehelpfulonew...@gmail.com
   ||, tom...@twkozlowski.net,
   ||wikimedia.b...@snowolf.eu
 Ever confirmed|0   |1
Product|MediaWiki   |Wikimedia
   Severity|normal  |enhancement

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


[Bug 50310] Use mw.log.deprecate for mwCustomEditButtons

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50310

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 71176 had a related patch set uploaded by Alex Monk:
Deprecate mwCustomEditButtons

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

-- 
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 50425] Requesting flood flag on bs.wiki

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50425

--- Comment #2 from Tomasz W. Kozlowski tom...@twkozlowski.net ---
Doesn't five users seem like not enough consensus?
https://bs.wikipedia.org/wiki/Special:ActiveUsers lists slightly less than
180 accounts...

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


[Bug 50425] Requesting flood flag on bs.wiki

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50425

--- Comment #3 from Edin edinw...@gmail.com ---
The community is relatively small and these are currently among the most active
users (including myself). Based on previous experience I can almost guarantee
that this is as good as it'll get.

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


[Bug 50398] Links to gitweb broken

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50398

--- Comment #6 from Yuvi Panda yuvipa...@gmail.com ---
(In reply to comment #5)
 I don't quite understand the problem. It's bug 41961.

I guess Rillke was referring to the bug's title / location, which doesn't lend
itself to being found easily by someone trying to report the problem 'gitweb
urls broken'

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


[Bug 50205] Scary flash of unstyled William McKinley

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50205

Tomasz W. Kozlowski tom...@twkozlowski.net changed:

   What|Removed |Added

 CC||tom...@twkozlowski.net

--- Comment #4 from Tomasz W. Kozlowski tom...@twkozlowski.net ---
Now I cannot see McKinley at all. The image gets loaded and the President then
disappears! That's scary, too! Where's the President?!

-- 
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 50425] Requesting flood flag on bs.wiki

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50425

Tomasz W. Kozlowski tom...@twkozlowski.net changed:

   What|Removed |Added

   Keywords||shell
   Priority|Normal  |Low
 Status|NEW |ASSIGNED
   Assignee|wikibugs-l@lists.wikimedia. |tom...@twkozlowski.net
   |org |

--- Comment #4 from Tomasz W. Kozlowski tom...@twkozlowski.net ---
Thanks for the comment—I'll submit a patch later today (got a few of them
waiting already :).

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


[Bug 50418] Backspace at first position of header line incorrectly removes header markup if previous line is empty

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50418

Alex Monk kren...@gmail.com changed:

   What|Removed |Added

 CC||kren...@gmail.com
Summary|Delete at first position of |Backspace at first position
   |header line incorrectly |of header line incorrectly
   |removes header markup if|removes header markup if
   |previous line is empty  |previous line is empty

-- 
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 1542] Log spam blacklist hits

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1542

Alex Monk kren...@gmail.com changed:

   What|Removed |Added

 CC||kren...@gmail.com

--- Comment #14 from Alex Monk kren...@gmail.com ---
(In reply to comment #13)
 That sounds great! :-)
 When will this be active in w:de?

We don't know which version it will be in until the change gets merged. Once
that's done you can check https://www.mediawiki.org/wiki/MediaWiki_1.22/Roadmap

-- 
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 50425] Requesting flood flag on bs.wiki

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50425

--- Comment #5 from Edin edinw...@gmail.com ---
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 50382] Translating a page doesn't work with MLEB 2013.05 on fountainpen.it

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50382

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

   What|Removed |Added

Summary|The MLEB 2013.05 do not |Translating a page doesn't
   |work|work with MLEB 2013.05 on
   ||fountainpen.it

--- Comment #5 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il ---
I can reproduce this bug on fountainpen.it, but not on my testing wiki and not
on wikincat.org. On my testing wiki I tried both 2013.05 and 2013.06, which I
am going to release in the next few hours.

I suspect that it's a problem in the installation on fountainpen.it - maybe
some server configuration issue or a collision with another extension (maybe
AdSense, but that's a wild guess).

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


[Bug 50426] New: Strip ./ prefix in wikilinks

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50426

   Web browser: ---
Bug ID: 50426
   Summary: Strip ./ prefix in wikilinks
   Product: Parsoid
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: gwi...@wikimedia.org
  Reporter: gwi...@wikimedia.org
CC: ssas...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

Test case: 

echo '[[./Foo]]' | node parse

Our href should be './Foo' instead of '././Foo'.

-- 
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 40518] Implement mw.toolbar.addButtons (loop mw.toolbar.addButton)

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40518

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 25262 had a related patch set uploaded by Helder.wiki:
(bug 40518) Implement mw.toolbar.addButtons

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

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


[Bug 50428] Preserve wiki link href with ././ prefix

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50428

--- Comment #1 from Gabriel Wicke gwi...@wikimedia.org ---
Those prefixes actually seem to have been inserted by VE:
https://en.wikipedia.org/w/index.php?title=DreamWorks_Animationcurid=1509817diff=562129729oldid=562106766

-- 
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 50426] Strip ./ prefix in wikilinks

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50426

Gabriel Wicke gwi...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

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


[Bug 50429] New: Initialization of input tool shouldn't clear textbox

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50429

   Web browser: ---
Bug ID: 50429
   Summary: Initialization of input tool shouldn't clear textbox
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: UniversalLanguageSelector
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: liang...@gmail.com
CC: alolita.sha...@gmail.com,
amir.ahar...@mail.huji.ac.il,
niklas.laxst...@gmail.com, pgi...@wikimedia.org,
run...@gmail.com, s.mazel...@xs4all.nl,
santhosh.thottin...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

When I'm using a really slow network and the input tool finally loads after I
started typing, text inputted previously (before input tool startup) gets
cleared.

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


[Bug 50370] TemplateData: Control keywords aren't translatable

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50370

Eran Roz en...@walla.co.il changed:

   What|Removed |Added

 CC||en...@walla.co.il

--- Comment #1 from Eran Roz en...@walla.co.il ---
Mixing עברית + English or English + العربية is nightmare.

{
description: תבנית כלשהי,
params: {
שם: {
label: שם,
type: string/wiki-user-name,
required: true,
description: שם של משתמש,
aliases: [1]
}
},
sets: [
{
label: Date,
params: [שנה, חודש, יום]
}
]
}

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


[Bug 50370] TemplateData: Control keywords aren't translatable

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50370

Eran Roz en...@walla.co.il changed:

   What|Removed |Added

   Severity|enhancement |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 50412] Can't add/remove maintainers to my tools!

2013-06-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50412

Alex Monk kren...@gmail.com changed:

   What|Removed |Added

 CC||kren...@gmail.com
  Component|tools   |OpenStackManager
   Assignee|m...@uberbox.org|rlan...@gmail.com
Product|Wikimedia Labs  |MediaWiki extensions

-- 
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   >