[Bug 42404] VisualEditor: Still get a pawn when select-all->replace in Firefox

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42404

James Forrester  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 Status|NEW |ASSIGNED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 42404] New: VisualEditor: Still get a pawn when select-all->replace in Firefox

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42404

   Web browser: Firefox
 Bug #: 42404
   Summary: VisualEditor: Still get a pawn when
select-all->replace in Firefox
   Product: VisualEditor
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: ContentEditable
AssignedTo: tpars...@wikimedia.org
ReportedBy: jforres...@wikimedia.org
CC: i...@wikia-inc.com, jforres...@wikimedia.org,
krinklem...@gmail.com, or...@framezero.com,
wikibugs-l@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Go to demos/ve/?page=aliens in Firefox; select all:

  TypeError: end is undefinedve.ce.Surface.js (line 980)

Press "a" (or backspace and then "a"):

  TypeError: start is undefined  ve.ce.Surface.js (line 995)

  (And a pawn appears in its own  above the a.)

On any click thereafter,

  TypeError: node is nullve.ce.Surface.js (line 1073)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 42402] VisualEditor: Failure in saving integration code

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42402

James Forrester  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #1 from James Forrester  2012-11-24 
02:32:44 UTC ---
Fixed in gerrit 34959

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 41965] VisualEditor: Prepending to lists difficult

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41965

--- Comment #7 from James Forrester  2012-11-24 
02:16:40 UTC ---
The "weird blank paragraph" is what a "slug" - a place in the editing interface
where the user can insert some content. It needs to be there so that users can
successfully place content between blocks, but it isn't an entire line
(depending on your User Agent) - once you start entering content, it expands to
be the same size as a "real" paragraph, however.

An example of this is nested lists - in MediaWiki you can jump straight down to
a second level of lists, but in HTML editing you still need to give the user
some way to edit the list they're not in. This is why this wikitext:

Hello
** There

... produces this in the VisualEditor:

Hello
* 
** There

... the middle "line" is a "slug" that will disappear once you save, but if you
need to insert text that's where you can go.

We're considering coming up with a little icon, perhaps a little like the
cursor character, to make it clear that it's an insertion point rather than an
actual blank line, but we're at early days yet.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 42403] VisualEditor: Selective serialisation has landed in Parsoid, now VE needs to handle that

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42403

James Forrester  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 Status|NEW |ASSIGNED
 CC||krinklem...@gmail.com
  Component|Data Model  |Initialisation and
   ||integration
   Severity|normal  |critical

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 42403] New: VisualEditor: Selective serialisation has landed in Parsoid, now VE needs to handle that

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42403

   Web browser: ---
 Bug #: 42403
   Summary: VisualEditor: Selective serialisation has landed in
Parsoid, now VE needs to handle that
   Product: VisualEditor
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Data Model
AssignedTo: roan.katt...@gmail.com
ReportedBy: jforres...@wikimedia.org
CC: jforres...@wikimedia.org, roan.katt...@gmail.com,
tpars...@wikimedia.org, wikibugs-l@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Due to gerrit 31118 being merged, Parsoid now has selective serialisation live.
This means that VisualEditor needs to include Mark's patch to handle this.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 42402] VisualEditor: Failure in saving integration code

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42402

James Forrester  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 Status|NEW |ASSIGNED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 42402] New: VisualEditor: Failure in saving integration code

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42402

   Web browser: ---
 Bug #: 42402
   Summary: VisualEditor: Failure in saving integration code
   Product: VisualEditor
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Initialisation and integration
AssignedTo: roan.katt...@gmail.com
ReportedBy: jforres...@wikimedia.org
CC: jforres...@wikimedia.org, krinklem...@gmail.com,
roan.katt...@gmail.com, tpars...@wikimedia.org,
wikibugs-l@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


this.emit( 'saveError', null, 'Unsuccessful request: ' + data.result, null );

(ve.init.mw.Target.js line 131)

causes "TypeError: data is undefined"

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 42350] VisualEditor: Delete and backspace broken around inline aliens in Firefox

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42350

James Forrester  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 Status|NEW |ASSIGNED
Web browser|--- |Firefox
  Component|General |ContentEditable
 CC||i...@wikia-inc.com,
   ||or...@framezero.com
 AssignedTo|jforres...@wikimedia.org|i...@wikia-inc.com
Summary|Template deletion broken in |VisualEditor: Delete and
   |Iceweasel 16.0.2|backspace broken around
   ||inline aliens in Firefox
   Target Milestone|--- |VE-deploy-2012-12-10

--- Comment #1 from James Forrester  2012-11-24 
01:00:29 UTC ---
Confirmed.

Trivial test case: Start with an article with an inline alien - e.g.
"ABC:-)DEF". Place the cursor immediately after C, and press
(forwards) delete; instead of just deleting the alien, it also deletes D.

Undo; place cursor immediately before D (just after the alien), and press
backspace; instead of deleting the alien, it does nothing.

Confirmed in Firefox.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 42401] VisualEditor: Backwards selection fails over inline alien nodes

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42401

James Forrester  changed:

   What|Removed |Added

   Priority|Unprioritized   |Highest
 Status|NEW |ASSIGNED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 42401] New: VisualEditor: Backwards selection fails over inline alien nodes

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42401

   Web browser: ---
 Bug #: 42401
   Summary: VisualEditor: Backwards selection fails over inline
alien nodes
   Product: VisualEditor
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: ContentEditable
AssignedTo: i...@wikia-inc.com
ReportedBy: jforres...@wikimedia.org
CC: i...@wikia-inc.com, jforres...@wikimedia.org,
krinklem...@gmail.com, or...@framezero.com,
wikibugs-l@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Start with an article with an inline alien - e.g. "ABC:-)DEF". Place
cursor "up page" (in LTR, left) of inline alien; selection with keyboard
down-page works as expected. Now place the cursor "down page" (in LTR, right)
of the inline alien; selection with keyboard up-page fails when reaching the
alien, clearing the selection and placing the cursor immediately up-page of the
alien.

Note that in RTL this appears to work fine(!).

Confirmed in both Chrome and Firefox.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 41792] User Preferences do not allow me to go to any other tab in IE9 due to "compatibility mode"

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41792

--- Comment #13 from Brad Jorsch  2012-11-24 00:15:59 
UTC ---
(In reply to comment #11)
> (In reply to comment #10)
> > Gerrit change #34329 fixes IE8 compatibility mode. I don't have the ability
> > to test IE7.
> 
> May I ask, what about IE9?

I don't have the ability to test that either. But I would hope its
compatibility mode is fixed by the same change.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 38638] Interface messages needing rewording or documentation and other issues with existing messages (tracking)

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38638

Bug 38638 depends on bug 35272, which changed state.

Bug 35272 Summary: Account creation messages inconsistent
https://bugzilla.wikimedia.org/show_bug.cgi?id=35272

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 35272] Account creation messages inconsistent

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35272

Niklas Laxström  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42385] Refused to display document because display forbidden by X-Frame-Options.

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42385

Ryan Kaldari  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #1 from Ryan Kaldari  2012-11-23 21:58:45 
UTC ---
See http://www.mediawiki.org/wiki/Extension:UploadWizard#Installation,
specifically the part about $wgApiFrameOptions.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42393] Upgrader should check extensions against current version

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42393

David Gerard  changed:

   What|Removed |Added

 CC||dger...@gmail.com

--- Comment #1 from David Gerard  2012-11-23 21:53:45 UTC ---
I was thinking in terms of scraping the infobox - an extension's infobox
template on mediawiki.org constitutes well-curated metadata.

(The next question is how fixed is the presence of that template on extension
pages, and the format of the template.)

The question came up when I upgraded a work wiki from 1.17 to 1.19.2 - it had
lots of extensions, including:

(a) upgraded in the MediaWiki tarball;
(b) a newer version existing for 1.19;
(c) no newer version existing for 1.19, current is fine;
(d) extension has changed name (ArrayExtension changing to Arrays), upgrade.

There would also be (e) extension doesn't work with this version, you may have
to remove it.

I'm not sure how to flag updatability. My use case was SyntaxHighlight-GeSHi,
which didn't change at all between versions for 1.17 and 1.19, as I discovered
when I downloaded the tarball for 1.19.

Of course, if an extension doesn't say it lives on mediawiki.org, direct the
upgrader to its listed page.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 37478] Add a lightbox view to browse media categories.

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37478

--- Comment #5 from Dereckson  2012-11-23 21:48:09 
UTC ---
The Commons community deployed [[Help:Gadget-GallerySlideshow]].

Note this gadget doesn't solve this bug, as the UI usability and quality is
very poor.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 37214] The "...further results" link causes the duplication of the first column on Special:Ask (1.8 RC1)

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37214

--- Comment #10 from [[kgh]]  2012-11-23 21:16:10 UTC 
---
Oh dear! It took me a while to understand. One of these days :( Hmm...

Having an additional second main printout when you set "mainlabel=name of
mainlabel" was not the case prior to SMW 1.7+

What wonders me: How do you set a label for the first main printout, since the
first main printout is empty by default? Not being able to set a label for the
main printout would be a regression and indeed a bug as far as I am concerned.
I believe that setting "mainlabel=name of mainlabel" should not result into a
second main printout.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42400] VisualEditor: Pass reference to data element to DM node constructor

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42400

James Forrester  changed:

   What|Removed |Added

   Priority|Unprioritized   |Highest
 Status|NEW |ASSIGNED
   Target Milestone|--- |VE-deploy-2012-12-10

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 42172] VisualEditor: Edits should add a VisualEditor tag (using MW's revision tagging system) so they can be identified

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42172

--- Comment #5 from James Forrester  2012-11-23 
21:09:07 UTC ---
Max,

The reason for knowing which edits come from which source is so where the bugs
are likely to be (and has the bonus of being possible to do statistical
analysis).

Longer-term, as we make editing through the API easier, we'd like to move every
user of the API to be labelled as the source (this is the approach taken by
Twitter, for example). And of course, for the edit box to go through the API
too, though that's more for sanity and security model than for tracking down
bugs given how stable that code is.

It's entirely possible that Tags aren't the best venue for this data, but it's
what we have for now, and we can move to a better one later.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 42400] New: VisualEditor: Pass reference to data element to DM node constructor

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42400

   Web browser: ---
 Bug #: 42400
   Summary: VisualEditor: Pass reference to data element to DM
node constructor
   Product: VisualEditor
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Data Model
AssignedTo: roan.katt...@gmail.com
ReportedBy: roan.katt...@gmail.com
CC: jforres...@wikimedia.org, roan.katt...@gmail.com,
tpars...@wikimedia.org, wikibugs-l@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Post-December cleanup:

Rather than passing the type, length, attributes and (soon) annotations into
the dm.Node constructors separately, we should just pass a reference to the
data element. This will make a lot of things cleaner, and make the constructors
more consistent between node types.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 41771] disable SVG rasterizing

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41771

--- Comment #2 from Joe ST  2012-11-23 21:03:20 UTC ---
Created attachment 11414
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=11414
hack that fixes this bug on my wiki

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 41437] Wikidata SSL

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41437

--- Comment #10 from MZMcBride  2012-11-23 21:03:03 UTC ---
I see this bug is now tagged with the "shell" keyword. I wonder if it should
actually be tagged with the "ops" keyword instead.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42172] VisualEditor: Edits should add a VisualEditor tag (using MW's revision tagging system) so they can be identified

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42172

--- Comment #4 from MZMcBride  2012-11-23 21:02:01 UTC ---
The use-case for adding this functionality/feature is still unclear to me. In
theory, there should be no distinction between VisualEditor edits and edits
made via the standard (the classic?) textarea editor.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 42383] Search filter is not cleared when text is deleted

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42383

--- Comment #1 from Nemo  2012-11-23 21:00:08 UTC ---
Created attachment 11413
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=11413
Screenshot

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 33193] Review and deploy Score extension to Wikimedia wikis

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33193

--- Comment #37 from MZMcBride  2012-11-23 20:59:40 UTC ---
(In reply to comment #36)
> It should be fairly trivial to make the MIDI generation and audio player 
> output
> configurable and/or dependent on the presence of OggHandler. Would make a good
> volunteer task :)

Is this a dependency? This bug (bug 33193) doesn't seem to have any other bug
dependencies currently. (Surprisingly) If there are small, discrete tasks
that can be worked on, they should be filed as separate bugs and marked with
the "easy" keyword.

As it is, I'm not sure what the path forward for this bug is at the moment.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 42381] Hide display language selection when it is not needed

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42381

--- Comment #1 from Nemo  2012-11-23 20:57:19 UTC ---
Created attachment 11412
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=11412
Mockup

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42398] VisualEditor: Clean up meta nodes

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42398

James Forrester  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 Status|NEW |ASSIGNED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 42096] After rendering complete, href= visible instead of hyperlink

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42096

Ralf Schmitt  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Ralf Schmitt  2012-11-23 20:48:39 UTC ---
a slightly improved version of this change is applied in the git repository.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42369] message coll-return_to_collection is parsed as wikitext but contains html

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42369

Bawolff  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Bawolff  2012-11-23 20:45:54 UTC ---
Marking as fixed since Ralf merged the relevant change.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42399] New: Search doesn't find the correctly typed help-article

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42399

   Web browser: ---
 Bug #: 42399
   Summary: Search doesn't find the correctly typed help-article
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: Lucene Search
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: bugzilla-wikime...@reapers-page.de
CC: rain...@eunet.rs
Classification: Unclassified
   Mobile Platform: ---


If you search for "Einzelnachweise" on de-wiki, it doesn't find anything. (I'm
searching in "everything" or "help and project sites", for sure.) But the
expected article is called "Hilfe:Einzelnachweise". If you search for
"Einzelnachweis" (missing E at the end) it finds the expected article, because
of an redirect.
Links:
http://de.wikipedia.org/w/index.php?title=Spezial:Suche&search=Einzelnachweise&fulltext=Suche&profile=help&redirs=1
http://de.wikipedia.org/w/index.php?title=Spezial:Suche&search=Einzelnachweis&fulltext=Suche&profile=help&redirs=1
Thats a little bit strange and not what should be expected(?)

Thank you & best regards,
#Reaper

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42398] New: VisualEditor: Clean up meta nodes

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42398

   Web browser: ---
 Bug #: 42398
   Summary: VisualEditor: Clean up meta nodes
   Product: VisualEditor
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Data Model
AssignedTo: roan.katt...@gmail.com
ReportedBy: roan.katt...@gmail.com
CC: jforres...@wikimedia.org, roan.katt...@gmail.com,
tpars...@wikimedia.org, wikibugs-l@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


For after December:
* consolidate 'type': 'metaInline' / 'metaBlock' into 'type': 'meta'
* get rid of ve.{ce,dm}.Meta{Inline,Block}Node
* create ve.dm.MetaNode with converter stuff but don't inherit ve.dm.LeafNode
** eventually integrate that into the new node API

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 42397] missing language code uz-latn

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42397

merl  changed:

   What|Removed |Added

   Priority|Unprioritized   |High

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 42394] After introduction of WAI-ARIA roles, Voice-Over is extremely slow

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42394

Tpt  changed:

   What|Removed |Added

 CC||krinklem...@gmail.com,
   ||thoma...@hotmail.fr
  Component|Templates   |Interface

--- Comment #1 from Tpt  2012-11-23 20:07:24 UTC ---
Strange, can some reproduce this bug ?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42397] New: missing language code uz-latn

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42397

   Web browser: ---
 Bug #: 42397
   Summary: missing language code uz-latn
   Product: Wikimedia
   Version: wmf-deployment
  Platform: All
OS/Version: All
Status: NEW
  Severity: critical
  Priority: Unprioritized
 Component: Wikidata
AssignedTo: wikidata-b...@lists.wikimedia.org
ReportedBy: bugrepor...@to.mabomuja.de
Classification: Unclassified
   Mobile Platform: ---


When my bot tries to add labels in uz-latn this fails with
/api/error:code=not-recognized-language
/api/error:info=unknown language: uz-latn

uz-latn is a lang code used as variant at uzwiki:
http://uz.wikipedia.org/w/api.php?action=query&meta=siteinfo&siprop=general

json part that caused this error:
{"labels":[{"language":"uz-latn","value":"Steve
Wozniak","add":""},{"language":"uz-cyrl","value":"Стеве Wозниак","add":""}]}

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 37946] Add support for git branches

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37946

Krinkle  changed:

   What|Removed |Added

   Keywords||code-update-regression
   Priority|Unprioritized   |High
   Severity|enhancement |major

--- Comment #7 from Krinkle  2012-11-23 19:57:58 UTC ---
Raising priority and tagging as regression. This is effectively a regression
from the git migration until equaled.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 37946] Add support for git branches

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37946

Krinkle  changed:

   What|Removed |Added

 CC||martinezn...@gmail.com

--- Comment #6 from Krinkle  2012-11-23 19:56:40 UTC ---
*** Bug 42365 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42365] Add 1.20 to ExtensionDistributor

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42365

Krinkle  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 CC||krinklem...@gmail.com
 Resolution||DUPLICATE

--- Comment #5 from Krinkle  2012-11-23 19:56:40 UTC ---
Making of branches:
* Various extensions already have an REL1_20 branch.

Available in ExtensionDistributor:
* bug 37946

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

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42396] New: duplicate/invalid language codes

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42396

   Web browser: ---
 Bug #: 42396
   Summary: duplicate/invalid language codes
   Product: Wikimedia
   Version: wmf-deployment
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Wikidata
AssignedTo: wikidata-b...@lists.wikimedia.org
ReportedBy: bugrepor...@to.mabomuja.de
Classification: Unclassified
   Mobile Platform: ---


Archived discussion at
http://www.wikidata.org/wiki/Wikidata:Contact_the_development_team/Archive/2012/11#language_code_problems

als, be-x-old and zh-yue are not a valid language code that should be used for
labels, aliases and descriptions. Instead gsw, be-tarask and yue are the valid
lang codes.

You you also check the lang setting of these wikis:
http://als.wikipedia.org/w/api.php?action=query&meta=siteinfo&siprop=general

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 42395] User that has no SUL account fails to autocreate accounts

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42395

--- Comment #2 from Juergen Fenn  2012-11-23 19:54:06 UTC 
---
(In reply to comment #1)
Thx, I''ve asked him to try this.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42395] User that has no SUL account fails to autocreate accounts

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42395

Krenair  changed:

   What|Removed |Added

 CC||kren...@gmail.com

--- Comment #1 from Krenair  2012-11-23 19:48:09 UTC ---
No global account? Has he tried using Special:MergeAccount?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42395] New: User that has no SUL account fails to autocreate accounts

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42395

   Web browser: ---
 Bug #: 42395
   Summary: User that has no SUL account fails to autocreate
accounts
   Product: Wikimedia
   Version: wmf-deployment
  Platform: All
OS/Version: All
Status: UNCONFIRMED
  Severity: major
  Priority: Unprioritized
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: juergen.f...@gmx.de
Classification: Unclassified
   Mobile Platform: ---


User SPBer has accounts on dewiki and commonswiki, but fails to autocreate an
account on de.wikivoyage. 

https://meta.wikimedia.org/wiki/Special:CentralAuth/SPBer
https://toolserver.org/~quentinv57/sulinfo/SPBer
https://toolserver.org/%7Eluxo/contributions/contributions.php?user=SPBer&blocks=true&lang=

He has complained about not being able to log into Wikivoyage:

https://de.wikivoyage.org/wiki/Wikivoyage:Cleanup#Benutzernamen_.22zu_.C3.A4hnlich.22.3F

He says when he tries to log in as user SPBer he gets an error message saying
his user name does not exist in Wikivoyage. When he then tries to register this
account in Wikivoyage another message appears saying the chosen user name was
"too similar" ("zu ähnlich") to "Spber". 

Could you please look into this issue? 

Many thanks in advance!

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42394] New: After introduction of WAI-ARIA roles, Voice-Over is extremely slow

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42394

   Web browser: ---
 Bug #: 42394
   Summary: After introduction of WAI-ARIA roles, Voice-Over is
extremely slow
   Product: MediaWiki
   Version: unspecified
  Platform: Macintosh
OS/Version: Mac OS X 10.7
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: Templates
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: ap...@apper.de
Classification: Unclassified
   Mobile Platform: ---


I'm reporting this for a blind person, who sent an e-mail to
info...@wikipedia.org. He uses Voice-Over on his Mac as his screenreader
software (using Safari as browser).

He reports, that after loading a large article, Voice-Over and/or Safari use a
lot of CPU power and the PC hangs for seconds and even after this, voice-over
reacts very slowly. He reports that this problem occurs since 22nd of November,
the day the changes of bug 18338 became live on de.wikipedia.

With the introduction of WAI-ARIA groups, the whole article is one group for
Voice-Over. Before, each paragraph was an own group. Most likely this
screenreader software can't handle such large groups like a very long wikipedia
article.

For the moment, he can't really use wikipedia.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 41792] User Preferences do not allow me to go to any other tab in IE9 due to "compatibility mode"

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41792

--- Comment #12 from Paine Ellsworth  2012-11-23 18:53:31 UTC 
---
Also wanted to say that it does appear that someone is working on IE9's
Compatibility View, because when I enable it, I can see the separators on
Navbars that I couldn't see before.  However the My preferences tabs still
don't work.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 41792] User Preferences do not allow me to go to any other tab in IE9 due to "compatibility mode"

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41792

--- Comment #11 from Paine Ellsworth  2012-11-23 18:49:48 UTC 
---
(In reply to comment #10)
> Gerrit change #34329 fixes IE8 compatibility mode. I don't have the ability
> to test IE7.

May I ask, what about IE9?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42392] checkSyntax.php should be updated for git

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42392

Krenair  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #2 from Krenair  2012-11-23 18:10:41 UTC ---
This was done in Gerrit change 4387. Just need to update the wiki page.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42392] checkSyntax.php should be updated for git

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42392

Krenair  changed:

   What|Removed |Added

 CC||kren...@gmail.com
  Component|code-utils  |Maintenance scripts
Product|Tools   |MediaWiki

--- Comment #1 from Krenair  2012-11-23 18:06:12 UTC ---
Looks like this is in core, not code-utils.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42393] New: Upgrader should check extensions against current version

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42393

   Web browser: ---
 Bug #: 42393
   Summary: Upgrader should check extensions against current
version
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Installer
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: m...@everybody.org
CC: innocentkil...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


>From http://thread.gmane.org/gmane.org.wikimedia.mediawiki/40587

  A suggestion: How feasible would it be for the upgrader to (a) detect
  extensions in use (b) check their mediawiki.org page re:
  upgradeability [template-scraping] and give their status?

This should definitely be done.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42365] Add 1.20 to ExtensionDistributor

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42365

Jesús Martínez Novo (Ciencia Al Poder)  changed:

   What|Removed |Added

 Depends on||42391

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42391] The version of ConfirmEdit bundled with 1.20.0 is not compatible with 1.20.0

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42391

Jesús Martínez Novo (Ciencia Al Poder)  changed:

   What|Removed |Added

 CC||martinezn...@gmail.com
 Blocks||42365

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42391] The version of ConfirmEdit bundled with 1.20.0 is not compatible with 1.20.0

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42391

Mark A. Hershberger  changed:

   What|Removed |Added

 CC||m...@everybody.org

--- Comment #2 from Mark A. Hershberger  2012-11-23 
17:58:56 UTC ---
taking.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 32101] High-density display issues (tracking) xhdpi hdpi Retina high-resolution HiDPI

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32101

--- Comment #16 from Pau Giner  2012-11-23 17:57:31 UTC 
---
Recently I tried a technique for SVG with a regular image as a fallback that
may be relevant for this issue.

The technique consists in specifying the SVG image using a multi-background
CSS3 property. this property is ignored by browsers not supporting
multi-background properties (which normally lack also SVG support). 
The technique is a simplified version of what is described at
http://www.broken-links.com/2010/06/14/using-svg-in-backgrounds-with-png-fallback/

An example would be the following:

background: transparent url(images/fallback.png);
background: none, transparent url(images/image.svg);


(the 'none,' makes the second a multi-layered background)


This can be seen in action in an example I created:
http://dl.dropbox.com/u/30377416/design/loading-indicator/loading.html

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42392] New: checkSyntax.php should be updated for git

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42392

   Web browser: ---
 Bug #: 42392
   Summary: checkSyntax.php should be updated for git
   Product: Tools
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: code-utils
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: m...@everybody.org
Classification: Unclassified
   Mobile Platform: ---


>From https://www.mediawiki.org/wiki/CheckSyntax.php

  --modified
check only files modified in the current working copy (requires that the
script is run from a Subversion checkout and that the SVN command-line
client is present. Use this option to quickly check your changes before
committing them to the repository.


This should be updated for git support.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42365] Add 1.20 to ExtensionDistributor

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42365

Andre Klapper  changed:

   What|Removed |Added

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

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 1] Documentation is out of date, incomplete (tracking)

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1

Bug 1 depends on bug 42293, which changed state.

Bug 42293 Summary: document Jenkins Job Builder
https://bugzilla.wikimedia.org/show_bug.cgi?id=42293

   What|Old Value   |New Value

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42293] document Jenkins Job Builder

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42293

Antoine "hashar" Musso  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #1 from Antoine "hashar" Musso  2012-11-23 17:16:04 
UTC ---
Wrote documentation on mw.org
https://www.mediawiki.org/wiki/Continuous_integration/Jenkins_job_builder#Updating_Jenkins_jobs

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 42391] The version of ConfirmEdit bundled with 1.20.0 is not compatible with 1.20.0

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42391

Bawolff  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||bawolff...@gmail.com,
   ||hexm...@gmail.com
Version|unspecified |REL1_20 branch
   Target Milestone|--- |MW 1.20 version

--- Comment #1 from Bawolff  2012-11-23 16:36:34 UTC ---
Relevant link:
http://www.mediawiki.org/wiki/Thread:Project:Support_desk/No_way_of_getting_hold_of_extensions_guaranteed_to_work_with_1.20.0/reply_(5)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42260] Site links removed when changing different site link

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42260

tobias.gritschac...@wikimedia.de changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||tobias.gritschacher@wikimed
   ||ia.de

--- Comment #2 from tobias.gritschac...@wikimedia.de 2012-11-23 16:25:23 UTC ---
this will be solved by
https://gerrit.wikimedia.org/r/#/c/34723/
https://gerrit.wikimedia.org/r/#/c/34880/

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 42101] Removed alias gets displayed again when adding a new one

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42101

tobias.gritschac...@wikimedia.de changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #6 from tobias.gritschac...@wikimedia.de 2012-11-23 16:24:35 UTC ---
this will be solved by
https://gerrit.wikimedia.org/r/#/c/34723/
https://gerrit.wikimedia.org/r/#/c/34880/

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 42365] Add 1.20 to ExtensionDistributor

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42365

--- Comment #4 from Jesús Martínez Novo (Ciencia Al Poder) 
 2012-11-23 16:24:28 UTC ---
(In reply to comment #3)
> (In reply to comment #2)
> > The trunk version of at least one
> > extension used by Wikipedia does not work with 1.20.
> 
> Which one is that?

ConfirmEdit is one of them, 
http://www.mediawiki.org/wiki/Thread:Project:Support_desk/No_way_of_getting_hold_of_extensions_guaranteed_to_work_with_1.20.0

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42391] New: The version of ConfirmEdit bundled with 1.20.0 is not compatible with 1.20.0

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42391

   Web browser: ---
 Bug #: 42391
   Summary: The version of ConfirmEdit bundled with 1.20.0 is not
compatible with 1.20.0
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: ConfirmEdit (CAPTCHA extension)
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: pete...@dsl.pipex.com
Classification: Unclassified
   Mobile Platform: ---


If you set ConfirmEdit to FancyCaptcha mode you will get an HTTP 500 error if
you attempt any operation involving a captcha such as creating a new account.

If you look in FancyCapthca.class.php you will see it includes a call to
getWikiId. The FSFileBackend class does not have that method in 1.20, although
the trunk version does. The Apache error_log confirms that the failure is due
to an attempt by FancyCaptcha.class.php to call FSFileBackend::getWikiId.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42365] Add 1.20 to ExtensionDistributor

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42365

--- Comment #3 from Andre Klapper  2012-11-23 16:20:46 
UTC ---
(In reply to comment #2)
> The trunk version of at least one
> extension used by Wikipedia does not work with 1.20.

Which one is that?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42365] Add 1.20 to ExtensionDistributor

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42365

Peter Harrison  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||pete...@dsl.pipex.com
 Resolution|INVALID |

--- Comment #2 from Peter Harrison  2012-11-23 16:18:31 
UTC ---
And that is a reason to reject this defect as invalid? Not having 1.20 branched
extensions is a good enough reason to tell users that they can't have
extensions for 1.20? You are kidding, surely.

If the trunk version of all extensions was stable and worked with 1.20 that
would be just about ok but that is not true. The trunk version of at least one
extension used by Wikipedia does not work with 1.20.

Bluntly, this is not customer focussed. This is a "we can't be bothered"
answer. Please think again.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 32018] Feedback dashboard doesn't understand wikitext

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32018

Nischay Nahata  changed:

   What|Removed |Added

 CC||nischay...@gmail.com

--- Comment #3 from Nischay Nahata  2012-11-23 16:04:52 
UTC ---
I have an almost ready patch for this, but lets have some more comments ;)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42262] Tracking seperate baserevids per "page section" (3)

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42262

--- Comment #4 from tobias.gritschac...@wikimedia.de 2012-11-23 16:01:04 UTC ---
https://gerrit.wikimedia.org/r/#/c/34723/

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 42389] Enhancement request: multiple pages in Special:ExportRDF (via URL)

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42389

Jeroen De Dauw  changed:

   What|Removed |Added

   Keywords||need-volunteer

--- Comment #1 from Jeroen De Dauw  2012-11-23 
15:35:25 UTC ---
Confirmed this is not possible and needs small changes to SMWSpecialOWLExport
class

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42390] New: Global support. Donation PHP error "Invalid special page name """

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42390

   Web browser: ---
 Bug #: 42390
   Summary: Global support. Donation PHP error "Invalid special
page name """
   Product: Wikimedia
   Version: wmf-deployment
  Platform: All
OS/Version: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: Extension setup
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: kobylin@gmail.com
CC: dereck...@espace-win.org
Classification: Unclassified
   Mobile Platform: ---


1) Go to http://wikimediafoundation.org/wiki/Global_Support/en
2) Select any money amount
3) Click "Donate by credit card" button

You will go to page
https://payments.wikimedia.org/index.php/Special:PayflowProGateway?uselang=en
with error

Invalid special page name ""

Backtrace:

#0 /srv/www/org/wikimedia/payments/includes/Title.php(2051):
SpecialPage::getTitleFor(NULL)
#1 /srv/www/org/wikimedia/payments/includes/Title.php(2136):
Title->checkReadPermissions('read', Object(User), Array, true, false)
#2 /srv/www/org/wikimedia/payments/includes/Title.php(1597):
Title->getUserPermissionsErrorsInternal('read', Object(User), true)
#3 /srv/www/org/wikimedia/payments/includes/Wiki.php(176):
Title->getUserPermissionsErrors('read', Object(User))
#4 /srv/www/org/wikimedia/payments/includes/Wiki.php(603):
MediaWiki->performRequest()
#5 /srv/www/org/wikimedia/payments/includes/Wiki.php(513): MediaWiki->main()
#6 /srv/www/org/wikimedia/payments/index.php(58): MediaWiki->run()
#7 {main}

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42389] New: Enhancement request: multiple pages in Special:ExportRDF (via URL)

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42389

   Web browser: ---
 Bug #: 42389
   Summary: Enhancement request: multiple pages in
Special:ExportRDF (via URL)
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
   URL: http://sourceforge.net/mailarchive/message.php?msg_id=
30121933
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Semantic MediaWiki
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: jaide...@gmail.com
CC: jamesin.hongkon...@gmail.com, jeroen_ded...@yahoo.com,
mar...@semantic-mediawiki.org, nischay...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


This bug is for a enhancement in Special:ExportRDF.

As Jeroen said here:
http://sourceforge.net/mailarchive/message.php?msg_id=30121933

"it seems like it's currently not possible to link to the export with multiple
pages in the argument".

What is being proposed is something like that:
...index.php?title=Special:ExportRDF&page=Page1&page=Page2&page=Page3...

To use with or without &backlinks=1&recursive=1&xmlmime=rdf.

Currently, just one page can be exported via URL, but several via UI.
More info: http://semantic-mediawiki.org/wiki/Help:RDF_export

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42388] Distance Query not working with SMWSQLStore3

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42388

acnetj  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
   Target Milestone|--- |MW 1.18 version

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42388] New: Distance Query not working with SMWSQLStore3

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42388

   Web browser: ---
 Bug #: 42388
   Summary: Distance Query not working with SMWSQLStore3
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: Semantic MediaWiki
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: andyc...@pobox.com
CC: jamesin.hongkon...@gmail.com, jeroen_ded...@yahoo.com,
mar...@semantic-mediawiki.org, nischay...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


The Distance Query for geographic objects doesn't work anymore in Semantic 
Mediawiki 1.8 and new maps extension with SMWSQLStore3. Basically when there
should be an output is now blank without any warning or error messages. The
query is fine with the SMWSQLStore2.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42226] MediaWikiSiteTest::testRemove gets a duplicate key error

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42226

--- Comment #1 from Umherirrender  2012-11-23 
15:12:58 UTC ---
Seeing
DELETE FROM `unittest_sites` WHERE site_id IS NULL

in the log, looks like the object is not populated before calling the remove
method, because I am not seeing something like

SELECT ... FROM unittest_sites WHERE ...

But why this works on jenkins?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42386] Options in Special:Preferences#mw-prefsection-smw is not working in MW 1.20

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42386

Nischay Nahata  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||WORKSFORME

--- Comment #5 from Nischay Nahata  2012-11-23 14:56:51 
UTC ---
Works for both so marking resolved

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42386] Options in Special:Preferences#mw-prefsection-smw is not working in MW 1.20

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42386

--- Comment #4 from Jaider Andrade Ferreira  2012-11-23 
14:53:09 UTC ---
Oh, I am sorry, you're right. 
I changed my MW version from c48c271 (REL 1_20 branch) to 44edaa2 (tag 1.20.0)
and now it works fine.
Thanks.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42387] /home bot is dead

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42387

Peter Bena  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
   Severity|critical|normal

--- Comment #1 from Peter Bena  2012-11-23 14:37:40 UTC ---
lowering priority, it seems the bot is online on irc but still there are
uncreated home folders

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42387] /home bot is dead

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42387

Peter Bena  changed:

   What|Removed |Added

   Severity|blocker |critical

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42387] New: /home bot is dead

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42387

   Web browser: ---
 Bug #: 42387
   Summary: /home bot is dead
   Product: Wikimedia Labs
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: blocker
  Priority: Unprioritized
 Component: General
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: benap...@gmail.com
CC: abog...@wikimedia.org, benap...@gmail.com,
rlan...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


The bot which is creating the homes in labs doesn't work

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42371] Universal Language Selector with disabled JavaScript

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42371

Siebrand  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||WONTFIX

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42247] jquery.uls breaks image display on http://translatewiki.net/wiki/Translating:New_project

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42247

Santhosh Thottingal  changed:

   What|Removed |Added

Web browser|--- |Google Chrome

--- Comment #5 from Santhosh Thottingal  
2012-11-23 13:24:01 UTC ---
Works fine in Firefox http://imm.io/MDT7

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 24798] Function markNoConversion should use wgUrlProtocols

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24798

Liangent  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 41755] Make be-x-old.wikisource.org point to be.wikisource.org

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41755

Paul Selitskas  changed:

   What|Removed |Added

   Keywords||ops, shell

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42371] Universal Language Selector with disabled JavaScript

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42371

Fomafix  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |

--- Comment #3 from Fomafix  2012-11-23 12:57:19 UTC ---
REOPENED: Hiding the useless button with CSS is also a solution.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42247] jquery.uls breaks image display on http://translatewiki.net/wiki/Translating:New_project

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42247

--- Comment #4 from Niklas Laxström  2012-11-23 
12:54:22 UTC ---
I mean left side.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 42247] jquery.uls breaks image display on http://translatewiki.net/wiki/Translating:New_project

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42247

--- Comment #3 from Niklas Laxström  2012-11-23 
12:54:08 UTC ---
The fly shit on the right side of the paragraphs should be something like 96px
icons.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 42386] Options in Special:Preferences#mw-prefsection-smw is not working in MW 1.20

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42386

--- Comment #3 from MWJames  2012-11-23 12:53:43 
UTC ---
[1], Semantic MediaWiki (Version 1.8 rc1)(a6ce3fb), MediaWiki 1.19.1 could not
confirm the described behaviour.

[1] http://www.semantic-mediawiki.org/w/index.php?title=Special:Preferences

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42247] jquery.uls breaks image display on http://translatewiki.net/wiki/Translating:New_project

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42247

--- Comment #2 from Niklas Laxström  2012-11-23 
12:53:14 UTC ---
Created attachment 11411
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=11411
Screenshot of the problem

Here you go.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 42386] Options in Special:Preferences#mw-prefsection-smw is not working in MW 1.20

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42386

MWJames  changed:

   What|Removed |Added

 Status|NEW |UNCONFIRMED
 Ever Confirmed|1   |0

--- Comment #2 from MWJames  2012-11-23 12:50:03 
UTC ---
Test with Semantic MediaWiki (Version 1.8 rc1) a6ce3fb) and the official
MediaWiki1.20.0[1] could not confirm the described behaviour.

Test with Semantic MediaWiki (Version 1.8 rc1)(a6ce3fb) and MediaWiki 1.21alpha
(0a6de1f)[2] could not confirm the described behaviour.

Options kept their state in which there where saved.

[1]
http://lists.wikimedia.org/pipermail/mediawiki-announce/2012-November/000120.html

[2] gerrit

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42386] Options in Special:Preferences#mw-prefsection-smw is not working in MW 1.20

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42386

--- Comment #1 from Jaider Andrade Ferreira  2012-11-23 
12:34:10 UTC ---
Version: 
MW: 1.20.0 (c48c271)
SMW: 1.8 rc1 (a6ce3fb)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42386] New: Options in Special:Preferences#mw-prefsection-smw is not working in MW 1.20

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42386

   Web browser: ---
 Bug #: 42386
   Summary: Options in Special:Preferences#mw-prefsection-smw is
not working in MW 1.20
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Semantic MediaWiki
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: jaide...@gmail.com
CC: jamesin.hongkon...@gmail.com, jeroen_ded...@yahoo.com,
mar...@semantic-mediawiki.org, nischay...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


When you go to Special:Preferences#mw-prefsection-smw, mark the options and
save, the message "Your preferences have been saved" appears but nothing really
happens. If you go to there again you see that the options are not marked
again.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 38122] Allow non-inline CSS to use WebFonts fonts

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38122

Santhosh Thottingal  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #7 from Santhosh Thottingal  
2012-11-23 12:27:50 UTC ---
please reopen or report new issue if the fix is not sufficient

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 42287] Multiple windows by using trigger twice

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42287

Santhosh Thottingal  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|NEW |RESOLVED
 Resolution||FIXED
 AssignedTo|wikibugs-l@lists.wikimedia. |santhosh.thottingal@gmail.c
   |org |om

--- Comment #1 from Santhosh Thottingal  
2012-11-23 12:23:06 UTC ---
Fixed in
https://github.com/wikimedia/jquery.uls/commit/b3a3f48c3b45e9c7ddaf5bc4d3801e25e0602c82

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42247] jquery.uls breaks image display on http://translatewiki.net/wiki/Translating:New_project

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42247

--- Comment #1 from Santhosh Thottingal  
2012-11-23 12:20:28 UTC ---
(In reply to comment #0)
> This has undesired side effects.

What side effect? Can you add a screenshot of issue?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 42361] Escaping issue on property page

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42361

Markus Krötzsch  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41542] IME feature should be disabled by default

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41542

Santhosh Thottingal  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #4 from Santhosh Thottingal  
2012-11-23 12:06:58 UTC ---
An option wgULSIMEEnabled introduced in gerrit Ic5fb4932,

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 40874] Load font of language displayed in recent languages

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40874

Santhosh Thottingal  changed:

   What|Removed |Added

   Priority|Normal  |Low
   Severity|normal  |enhancement

--- Comment #5 from Santhosh Thottingal  
2012-11-23 12:02:52 UTC ---
If we want to avoid missing font issue in language list, we need a font with
all those glyphs or multiple fonts. Both are not feasible because of the font
sizes/numbers to download. But if there is a font with the glyphs required for
autonyms alone, we can achieve this. We will need to use font-subsetting in a
font like GNU Free Sans to generate such a font. Still getting fontsubsetting
tools work with all these scripts and getting the opentype tables correctly
exported is a challenge

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 41988] Middle click with

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41988

Santhosh Thottingal  changed:

   What|Removed |Added

   Priority|Normal  |Low
   Severity|normal  |minor

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 41625] IME icon stays visible on page when corresponding input field gets removed from DOM

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41625

Santhosh Thottingal  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 AssignedTo|wikibugs-l@lists.wikimedia. |santhosh.thottingal@gmail.c
   |org |om

--- Comment #2 from Santhosh Thottingal  
2012-11-23 11:29:44 UTC ---
This was an issue when input method is hidden too. I hope gerrit I18e18243
fixes it. We wanted to avoid input fields not aware of IME apis as far as
possible.

This issue was present in preference page too. When focus is in a field like
Real name, and switch to another tab of preference screen, IME icon was
visible. but not happening now.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 41634] Configure jenkins to build mwdumper

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41634

--- Comment #8 from Bean49  2012-11-23 11:24:44 UTC 
---
(In reply to comment #7)
... after merge in too?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 41676] IME not attached to new DOM text field

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41676

Santhosh Thottingal  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|NEW |RESOLVED
 Resolution||FIXED
 AssignedTo|wikibugs-l@lists.wikimedia. |santhosh.thottingal@gmail.c
   |org |om

--- Comment #3 from Santhosh Thottingal  
2012-11-23 11:24:19 UTC ---
Fixed in gerrit I0023aeb6, but fix was for Translate extension.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 42379] Avoid the ULS-IME loop

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42379

Santhosh Thottingal  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 41634] Configure jenkins to build mwdumper

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41634

Bean49  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #7 from Bean49  2012-11-23 11:19:07 UTC 
---
Could you setup Jenkins to build mwdumper after merge in? If there are more
changes at the same time, the changes are not merged into the binary.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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   >