[Bug 19725] Suppressed edits still appear in Special:DeletedContributions and Special:Undelete

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19725

--- Comment #9 from Mark A. Hershberger m...@everybody.org 2011-04-15 
07:31:06 UTC ---
(In reply to comment #7)
 Priority increases over time, not decreases.

Unfortunately, developers don't act like that.

-- 
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 16700] Nesting templates lead to excess whitespace

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16700

--- Comment #8 from DieBuche diebu...@gmail.com 2011-04-15 07:31:33 UTC ---
Ok, sorry for the false alarm.
Could you have a look again 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 19725] Suppressed edits still appear in Special:DeletedContributions and Special:Undelete

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19725

--- Comment #10 from John Mark Vandenberg jay...@gmail.com 2011-04-15 
07:40:15 UTC ---
(In reply to comment #9)
 (In reply to comment #7)
  Priority increases over time, not decreases.
 
 Unfortunately, developers don't act like that.

Bug reports and RFEs are not developers.  The lack of existing resources
doesn't change the importance of bugs.

-- 
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 28547] New: Special characters in page titles generate invalid RSS

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28547

 Bug #: 28547
   Summary: Special characters in page titles generate invalid RSS
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Low
 Component: Semantic MediaWiki
AssignedTo: mar...@semantic-mediawiki.org
ReportedBy: matt.voy...@uk.thalesgroup.com
CC: jeroen_ded...@yahoo.com
Classification: Unclassified


When included in RSS query printer output, valid page titles containing
ampersand  characters generate invalid XML. Some feed readers are OK with
this; others (including firefox live bookmarks) refuse to play.

I resolved it with a small change in SMW_QP_RSSlink.php, in the text()
function:

$text .= \t\ttitle$this-label/title\n;

changed to 

text .= \t\ttitle . $this-clean($this-label) . /title\n;

-- 
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 28548] New: Change colour of internal, external and interwiki links

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28548

 Bug #: 28548
   Summary: Change colour of internal, external and interwiki
links
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Low
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: fridaesd...@gmail.com
Classification: Unclassified


The current colour of the internal, external and interwiki links is too bright,
I suggest changing them to a darker - but still noticeable - colour, like a
dark blue. The current scheme is too intrusive and stands out too much, making
it subtler yet still noticeable would be ideal, so then reading text would be
less annoying for those with sensitivity to bright colours (such as myself). It
would be a trivial change and I'm sure it wouldn't require much.

Would this be plausible?

-- 
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 28548] Change colour of internal, external and interwiki links

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28548

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

 CC||asha...@wikimedia.org,
   ||p858sn...@gmail.com
  Component|General/Unknown |Vector Skin
 AssignedTo|wikibugs-l@lists.wikimedia. |tpars...@wikimedia.org
   |org |
Product|Wikimedia   |MediaWiki

-- 
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 8115] improved table sorting of decimal numbers

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8115

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #10 from DieBuche diebu...@gmail.com 2011-04-15 08:36:15 UTC ---
r86088

-- 
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 15406] Wikibits patch #9 - force sortorder of a column

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15406

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #24 from DieBuche diebu...@gmail.com 2011-04-15 08:36:31 UTC ---
r86088

-- 
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 17141] IPv4 addresses do not sort within sortable tables.

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17141

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

 CC||diebu...@gmail.com

--- Comment #15 from DieBuche diebu...@gmail.com 2011-04-15 08:37:13 UTC ---
Fixed  in r86088

-- 
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 8732] Sorttable table doesn't sort properly strings with German umlaut characters

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8732

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||diebu...@gmail.com
 Resolution||FIXED

--- Comment #14 from DieBuche diebu...@gmail.com 2011-04-15 08:38:43 UTC ---
Fixed in r86088 
E.g. tableSorterCollation = {'ä':'ae', 'ß':'ss'};

-- 
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 8226] Sortable table date sorting

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8226

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||diebu...@gmail.com
 Resolution||FIXED

--- Comment #12 from DieBuche diebu...@gmail.com 2011-04-15 08:42:45 UTC ---
Fixed r86088
It pulls the translated month names and abbr. from the messages, and tries to
match them in strings

-- 
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 2114] JavaScript (tracking)

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2114

Bug 2114 depends on bug 8226, which changed state.

Bug 8226 Summary: Sortable table date sorting
https://bugzilla.wikimedia.org/show_bug.cgi?id=8226

   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 16353] Sort table by hidden values

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16353

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||diebu...@gmail.com
 Resolution||FIXED

--- Comment #2 from DieBuche diebu...@gmail.com 2011-04-15 08:46:24 UTC ---
Fixed in  r73270 by nikerabbit

-- 
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 28549] New: Section editing links missing, and existing sections not found for editing.

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28549

 Bug #: 28549
   Summary: Section editing links missing, and existing sections
not found for editing.
   Product: MediaWiki
   Version: 1.18-svn
  Platform: All
   URL: http://www.mediawiki.org/w/index.php?title=Localisatio
n
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Low
 Component: Page editing
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: bugzilla.wikime...@publi.purodha.net
CC: bugzilla.wikime...@publi.purodha.net
Classification: Unclassified


Some section editing links are not shown on the page, but section counts
continue for those not having links shown. You cannot edit the sections
without links on their own, not even with handwritten URLs. Thus:
http://www.mediawiki.org/w/index.php?title=Localisationaction=editsection=25
does not work (You tried to edit a section that does not exist...) but
editing a later section:
http://www.mediawiki.org/w/index.php?title=Localisationaction=editsection=30
works fine. Also, the last section having its section editing link shown,
eats all the following sections without an editing link:
http://www.mediawiki.org/w/index.php?title=Localisationaction=editsection=8

-- 
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 15408] Locale issues with wikibits.js

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15408

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #4 from DieBuche diebu...@gmail.com 2011-04-15 08:47:17 UTC ---
Done in r86088

-- 
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 20418] Allow to add new regex to wikibits ts_resortTable (sortable table)

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20418

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from DieBuche diebu...@gmail.com 2011-04-15 08:49:22 UTC ---
r86088

Use it like
tablesorter.addParser( {
id: time,
is: function (s) {
return ts.rgx.time[0].test(s);
},
format: function (s) {
return $.tablesorter.formatFloat( new Date( 2000/01/01  + s
).getTime() );
},
type: numeric
} );

-- 
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 15400] Wikibits patch #3 - realign sorting icon

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15400

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||diebu...@gmail.com
 Resolution||FIXED

--- Comment #23 from DieBuche diebu...@gmail.com 2011-04-15 08:54:33 UTC ---
Align the sorting icon so that it always remains in a fixed position and
doesn't break onto new lines.
Fixed in r86088

-- 
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 28549] Section editing links missing, and existing sections not found for editing.

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28549

Purodha Blissenbach bugzilla.wikime...@publi.purodha.net changed:

   What|Removed |Added

   Keywords||easy, need-parsertest,
   ||parser

--- Comment #1 from Purodha Blissenbach bugzilla.wikime...@publi.purodha.net 
2011-04-15 09:06:13 UTC ---
The problem described above could be avoided with these edits to the page:
http://www.mediawiki.org/w/index.php?title=Localisationaction=historysubmitdiff=398107oldid=398101

That shows, it was caused by unescaped unmatched {{s in the page text,
which are treated differently in text parsing and when finding sections.

The URLs given above are now invalid, please use a copy of
http://www.mediawiki.org/w/index.php?title=Localisationoldid=398101
to reproduce the problem.

-- 
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 28549] Section editing links missing, and existing sections not found for editing.

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28549

Purodha Blissenbach bugzilla.wikime...@publi.purodha.net changed:

   What|Removed |Added

URL|http://www.mediawiki.org/w/ |http://www.mediawiki.org/w/
   |index.php?title=Localisatio |index.php?title=Localisatio
   |n   |noldid=398101

-- 
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 22904] don't unnecessarily override a.external links background-color: CSS property

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22904

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

 CC||diebu...@gmail.com

--- Comment #4 from DieBuche diebu...@gmail.com 2011-04-15 09:19:30 UTC ---
Imo, nowadays Mediawiki:Common.css is loaded *after* the skin scripts.
So, setting background-color: in common.css shouldn't be a problem

-- 
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 22904] don't unnecessarily override a.external links background-color: CSS property

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22904

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #5 from Krinkle krinklem...@gmail.com 2011-04-15 09:27:00 UTC ---
(In reply to comment #4)
 Imo, nowadays Mediawiki:Common.css is loaded *after* the skin scripts.
 So, setting background-color: in common.css shouldn't be a problem

That's not the point. The order is irrelevant for the most part here.

CSS selectors override only if they have the same weight/priority. an
#id-selector with depth has more weight than a simple tag selector.


The solution is to 
- 1) only set the background color in Common.css so the backgound image will be
preserved instead of overridden by the shorthand method
- 2) Prioritize your selector by overriding the weight (do this with the
!important keyword).

so, in MediaWiki:Common.css:


a { color: pink !important; }
a:hover { color: purple !important; } 
a:active { color: green !important; } 

or whatever, that should 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 22904] don't unnecessarily override a.external links background-color: CSS property

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22904

--- Comment #6 from Krinkle krinklem...@gmail.com 2011-04-15 09:28:01 UTC ---
(In reply to comment #4)
 Imo, nowadays Mediawiki:Common.css is loaded *after* the skin scripts.
 So, setting background-color: in common.css shouldn't be a problem

That's not the point. The order is irrelevant for the most part here.

CSS selectors override only if they have the same weight/priority. an
#id-selector with depth has more weight than a simple tag selector.


The solution is to 
- 1) only set the background color in Common.css so the backgound image will be
preserved instead of overridden by the shorthand method
- 2) Prioritize your selector by overriding the weight (do this with the
!important keyword).

so, in MediaWiki:Common.css:


a:hover { background-color: pink !important; } 
a:active { background-color: #fcc !important; } 

or whatever, that should 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 22904] don't unnecessarily override a.external links background-color: CSS property

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22904

--- Comment #7 from DieBuche diebu...@gmail.com 2011-04-15 09:37:49 UTC ---
Yeah, you're right. This patch needs to be updated for other skins (modern,
simple, vector) and the changes should be done to all a background definitions

-- 
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 7975] Fully customizable footer

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=7975

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

   Keywords|need-review, patch  |
 CC||diebu...@gmail.com

--- Comment #15 from DieBuche diebu...@gmail.com 2011-04-15 09:42:09 UTC ---
Removing keyword patch, since the patch only deals with footerlinks, and those
have been patched according to Daniel Friesen

-- 
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 7975] Fully customizable footer

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=7975

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

-- 
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 7975] Fully customizable footer

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=7975

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

   Keywords||patch, reviewed
 CC||p858sn...@gmail.com

--- Comment #16 from p858snake p858sn...@gmail.com 2011-04-15 09:46:41 UTC ---
the patch keyword stays since there is a patch attached.

Adding reviewed since it appears its been reviewed.

-- 
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 22904] don't unnecessarily override a.external links background-color: CSS property

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22904

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX

--- Comment #8 from Krinkle krinklem...@gmail.com 2011-04-15 09:50:25 UTC ---
(In reply to comment #7)
 Yeah, you're right. This patch needs to be updated for other skins (modern,
 simple, vector) and the changes should be done to all a background definitions

I'm not sure a change is needed in the skin files at all. Since they are loaded
first and MediaWiki:Common.css is loaded after, the problem the bug opener had
is solved. Simply changing the settings from background to background-color:
!important achieves what he wants.

Ofcourse we could change this in core skin files, but I'm not sure that would
help.

(previous):
-core:
a.external { background: url(image) no-repeat right; }

-MediaWiki:Common.css
a { background: #fcc; }

That part in MediaWiki:Common.css overrides everything, changing the core skin
files to 3 seperate lines doesn't fix that. Changing the line in
MediaWiki:Common.css to the folowing does:

a { background-color: #fcc; }

If that doesn't work, add  !important after the color.

-- 
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 27936] preprocessor fail at parsing more than two back-to-back nested elements

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27936

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

 CC||diebu...@gmail.com

--- Comment #7 from DieBuche diebu...@gmail.com 2011-04-15 09:55:44 UTC ---
Could you maybe write a parserTest (phase3/tests/parser/parserTests.txt); I
can't seem to understand the testcase (what is the input, what is result, what
is the expected result)

-- 
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 16700] Nesting templates lead to excess whitespace

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16700

--- Comment #9 from Mormegil morme...@centrum.cz 2011-04-15 10:06:59 UTC ---
(In reply to comment #8)
 Could you have a look again now?

Yep, it looks better now (if it didn’t break something else ;-) ).

-- 
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 15422] Wikibits patch #10 - more numbers

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15422

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 CC||diebu...@gmail.com
 Resolution||FIXED

--- Comment #31 from DieBuche diebu...@gmail.com 2011-04-15 10:08:18 UTC ---
Stuff like e/E and -/+ is fixed in r86088 (I think e/E was patched in the
meantime as well)

I agree that ½ is unneccessary

-- 
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 16700] Nesting templates lead to excess whitespace

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16700

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #10 from DieBuche diebu...@gmail.com 2011-04-15 10:21:39 UTC ---
I'll close it  will keep an eye on possible side effects.

-- 
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 25394] Configure which sections of the sidebar navigation menu are expanded/collapsed by default

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25394

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com,
   ||roan.katt...@gmail.com
  Component|Vector Skin |Vector
Version|1.17|any
Product|MediaWiki   |MediaWiki extensions

-- 
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 25394] Configure which sections of the sidebar navigation menu are expanded/collapsed by default

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25394

--- Comment #4 from Krinkle krinklem...@gmail.com 2011-04-15 10:46:00 UTC ---
Moved to the Extensions-section under Vector. The collapsiblenav-stuff is
part of the Vector-extension (which has emerged from the usability initiative)

-- 
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 26085] Languagelinks aren't working on talk pages

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26085

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

Summary|Language interwikis aren't  |Languagelinks aren't
   |working on talk pages   |working on talk pages

--- Comment #8 from Krinkle krinklem...@gmail.com 2011-04-15 10:49:16 UTC ---
Rephrased summary.

Language interwikilinks work fine, it's languagelinks this bug is about (ie.
linking in a comment on the talk page to [[:nl:Foobar]] works fine).

Personally I still think this is a WONTFID, but I'm leaving it the reopened for
others to look at. Just fixing the summary.

-- 
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 26085] Languagelinks aren't working on talk pages

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26085

--- Comment #9 from Krinkle krinklem...@gmail.com 2011-04-15 10:50:11 UTC ---
Rephrased summary.

Language interwikilinks work fine, it's languagelinks this bug is about (ie.
linking in a comment on the talk page to [[:nl:Foobar]] works fine).

Personally I still think this is a WONTFIX, but I'm leaving it in the reopened
state for others to look at. Just fixing the summary.

-- 
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 28539] Redirect from www. to none for main Wikimedia domains

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28539

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com
Summary|Remove www from |Redirect from  www. to none
   |www.mediawiki.org   |for main Wikimedia domains

--- Comment #1 from Krinkle krinklem...@gmail.com 2011-04-15 10:57:20 UTC ---
Same goes for www.wikipedia.org, http://www.wikinews.org/ etc.

-- 
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 25794] disallow multiple table captions

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25794

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #7 from Krinkle krinklem...@gmail.com 2011-04-15 11:03:23 UTC ---
The W3C specification states the same, Firefox is correct here.

HTML4 says there may only be one element.

HTML5 is even stricter: it says it must be the first direct child of the table
element (which also means there can only be one).


http://www.w3.org/TR/html4/struct/tables.html#h-11.2.2
 A TABLE element may only contain one CAPTION element.

http://www.w3.org/TR/html5/tabular-data.html#the-caption-element
 As the first element child of a table element.

-- 
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 25794] disallow multiple table captions

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25794

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

   Priority|Low |Normal

-- 
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 26148] Redirect button in the Vector skin must be mirrored in an RTL environment

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26148

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com
  Component|Vector Skin |WikiEditor
Version|wikimedia-deployment|any
Product|MediaWiki   |MediaWiki extensions

-- 
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 28537] jQuery UI button text color slightly differs from default link color

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28537

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

   Keywords||easy
 CC||krinklem...@gmail.com,
   ||tpars...@wikimedia.org
  Component|User interface  |Javascript
Version|wikimedia-deployment|1.18-svn
 AssignedTo|tpars...@wikimedia.org  |wikibugs-l@lists.wikimedia.
   ||org

--- Comment #2 from Krinkle krinklem...@gmail.com 2011-04-15 11:31:39 UTC ---
You mean the Vector-theme in the jQuery UI director, right ? Or the default
one.

Depending on whether it's loaded through ResourceLoader it may load the default
theme.

The color in the default theme should probably not be altered to make updates
painless, however our jQuery UI Vector-theme should be fixed if it doesn't
match.


Easy fix ?

-- 
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 28531] Preferences page looks garbled.

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28531

--- Comment #1 from Krinkle krinklem...@gmail.com 2011-04-15 11:42:12 UTC ---
Created attachment 8405
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8405
Complete screenshot of modern/ksh

-- 
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 28531] Preferences page looks garbled.

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28531

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #2 from Krinkle krinklem...@gmail.com 2011-04-15 11:44:11 UTC ---
I tried it on translatewiki.net, but I don't see the problem (other than the i
lang=en/i tags showing up raw on the page, which is a seperate bug).


What version of MediaWiki are you running ?

-- 
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 6908] Special:Mystyle and Special:Myscript

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6908

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #21 from Krinkle krinklem...@gmail.com 2011-04-15 11:47:59 UTC ---
I'd say no, since some version ago subpages and several parameters are
preserved, the following works:

[[Special:Mypage/common.js]]
[[Special:Mypage/common.css]]


(as does any other subpage for that matter, such as linking to a specific skin)

-- 
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 28535] Stopping SPAM

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28535

Reedy s...@reedyboy.net changed:

   What|Removed |Added

Summary|Stoping SPAM|Stopping SPAM

-- 
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 28550] New: Logged out user gets Special:NewMessages

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28550

 Bug #: 28550
   Summary: Logged out user gets Special:NewMessages
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: http://translatewiki.net/wiki/Special:NewMessages
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Low
 Component: LiquidThreads
AssignedTo: agarr...@wikimedia.org
ReportedBy: bugzilla.wikime...@publi.purodha.net
CC: bhar...@wikimedia.org,
bugzilla.wikime...@publi.purodha.net
Classification: Unclassified


A logged out users get Special:NewMessages shown.

I expect them to see an error page saying that they need to log in
so as to see their new messages, since without a user name,
there are likely no ways to determine whose individual
new messages are meant.

In the case of the URL above [0], I saw a thread [1] from a
subpage [2] of another page [3] that I am not watching in a
language which I do not understand.


[0] http://translatewiki.net/wiki/Special:NewMessages
[1] http://translatewiki.net/wiki/Thread:Portal_talk:Hu/Openscope
[2]
http://translatewiki.net/w/i.php?title=Portal_talk:Huoffset=20091122182115#Openscope_410
[3] http://translatewiki.net/w/i.php?title=Portal_talk:Hu

-- 
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 14202] Break Math/texvc out of MediaWiki core into extensions

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14202

--- Comment #4 from Nick Jenkins nic...@gmail.com 2011-04-15 12:14:22 UTC ---
Nice one! :-) Thank you Brion, it's great to have this consistency. And given
there have been some follow-up commits for the few bits, it might be possible
to close this bug now (but I'm too out of the loop at the moment to say for
sure).

-- 
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 28539] Redirect from www. to none for main Wikimedia domains

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28539

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||b...@mzmcbride.com
 Resolution||DUPLICATE

--- Comment #2 from MZMcBride b...@mzmcbride.com 2011-04-15 12:30:33 UTC ---


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

-- 
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 16994] Normalize *.org portal page URLs to www.*.org

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16994

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

 CC||maxsem.w...@gmail.com

--- Comment #2 from MZMcBride b...@mzmcbride.com 2011-04-15 12:30:33 UTC ---
*** Bug 28539 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 on the CC list for the bug.

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


[Bug 6908] Special:Mystyle and Special:Myscript

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6908

DieBuche diebu...@gmail.com 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 6908] Special:Mystyle and Special:Myscript

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6908

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |

--- Comment #22 from MZMcBride b...@mzmcbride.com 2011-04-15 12:56:25 UTC ---
(In reply to comment #20)
 Is this still relevant with common.css/.js around?

Yes. The opening comment was about a 301 redirect from Special:Myscript to the
user's active user script subpage and a 301 redirect from Special:Myskin to the
user's active user skin subpage. Neither of these have been implemented.

Using common.js/common.css as a workaround feels like a hack and has been
rejected by the opening poster already (comment #19). Re-opening.

-- 
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 28543] Article::updateCategoryCounts 1213 Deadlock found when trying to get lock

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28543

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Keywords||triage
 CC||m...@everybody.org

-- 
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 28548] Change colour of internal, external and interwiki links

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28548

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

 CC||m...@everybody.org
   Severity|normal  |enhancement

-- 
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 28541] api can't output binary data, like icu sortkeys

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28541

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

 CC||m...@everybody.org
   Severity|normal  |enhancement

-- 
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 28544] HTML end tag displacement in list items with external links.

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28544

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

 CC||m...@everybody.org
 Blocks||2542

--- Comment #1 from Mark A. Hershberger m...@everybody.org 2011-04-15 
13:14:03 UTC ---
Fault of tidy, I'm sure.

-- 
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 2542] Tidy sucks (tracking)

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2542

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

 Depends on||28544

-- 
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 28551] New: Show user headlinein prewiew of new thread

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28551

 Bug #: 28551
   Summary: Show user headlinein prewiew of new thread
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Low
 Component: LiquidThreads
AssignedTo: agarr...@wikimedia.org
ReportedBy: bugzilla.wikime...@publi.purodha.net
CC: bhar...@wikimedia.org,
bugzilla.wikime...@publi.purodha.net
Classification: Unclassified


When a user starts a new tgread, entering a headline is required, but the
headline is not shown in the preview. That is bewildering and lets errors slip
through too easily in headlines.

-- 
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 25794] disallow multiple table captions

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25794

--- Comment #8 from Mark A. Hershberger m...@everybody.org 2011-04-15 
14:11:07 UTC ---
I understand that it is in the spec.  That makes complete sense.

We haven't given the user a warning when they didn't put the caption before the
row data -- we just worked around it.  Starting to warn when they do something
wonky seems bad, too.   The only case I'm aware of that we provide warning is
in the Cite extension when there is no references tag.

-- 
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 26085] Languagelinks aren't working on talk pages

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26085

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Keywords||triage

-- 
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 19725] Suppressed edits still appear in Special:DeletedContributions and Special:Undelete

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19725

--- Comment #11 from Mark A. Hershberger m...@everybody.org 2011-04-15 
14:56:45 UTC ---
(In reply to comment #10)
 Bug reports and RFEs are not developers.  The lack of existing resources
 doesn't change the importance of bugs.

You're right, they aren't developers.

Answering Bawolff's question in Comment 8 would help.  He is having trouble
reproducing it now.  Is the problem still present?

-- 
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 28547] Special characters in page titles generate invalid RSS

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28547

Markus Krötzsch mar...@semantic-mediawiki.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Markus Krötzsch mar...@semantic-mediawiki.org 2011-04-15 
15:28:02 UTC ---
Thanks, fixed in SVN (which is currently not stable for production use). The
fix will be released with SMW 1.6.0

-- 
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 19725] Suppressed edits still appear in Special:DeletedContributions and Special:Undelete

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19725

--- Comment #12 from duplicate...@googlemail.com 2011-04-15 16:24:03 UTC ---
Since r54027 suppressed usernames are not shown on
Special:DeletedContributions/username for non-suppressrevision user.

Suppressed revision are shown on action=history and so it is right, when a
sysop (or other user with the rights for Special:Undelete) can see that
revision on Special:Undelete.

-- 
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 28552] New: Add Extension:AddMediaWizard to bugzilla.

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28552

 Bug #: 28552
   Summary: Add Extension:AddMediaWizard to bugzilla.
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://svn.wikimedia.org/viewvc/mediawiki/trunk/extens
ions/AddMediaWizard/AddMediaWizard.php?view=markup
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Low
 Component: Bugzilla
AssignedTo: pdha...@wikimedia.org
ReportedBy: bugzilla.wikime...@publi.purodha.net
CC: bugzilla.wikime...@publi.purodha.net,
innocentkil...@gmail.com, s...@reedyboy.net
Classification: Unclassified


Please add Extension:AddMediaWizard to bugzilla.
It is found in the mediawiki svn
@author Michael Dale mdale //at\\ wikimedia (dot) org and others.
I did not ask but am pretty certain that Michael is willing
to receive bug reports per default.

-- 
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 6908] Special:Mystyle and Special:Myscript

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6908

--- Comment #23 from Bawolff bawolff...@gmail.com 2011-04-15 16:36:07 UTC ---
(In reply to comment #22)
 (In reply to comment #20)
  Is this still relevant with common.css/.js around?
 
 Yes. The opening comment was about a 301 redirect from Special:Myscript to the
 user's active user script subpage and a 301 redirect from Special:Myskin to 
 the
 user's active user skin subpage. Neither of these have been implemented.
 
 Using common.js/common.css as a workaround feels like a hack and has been
 rejected by the opening poster already (comment #19). Re-opening.

In that case can someone provide a use case for when you'd want to be able to
write generic instructions for adding stuff to the personal js of the skin you
are on, no matter what skin it is, but not have that css/js be applied to all
skins.


The original use case of - To add userscript foo to your account go to
[[special:myscript]] and add line importScript(whatever) - doesn't apply
anymore since any such instructions would want to use
[[special:mypage/common.js]].

-- 
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 19725] Suppressed edits still appear in Special:DeletedContributions and Special:Undelete

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19725

--- Comment #13 from Mark A. Hershberger m...@everybody.org 2011-04-15 
17:04:38 UTC ---
So the problem this bug reports is fixed, right?

(Note that the other issues raised in this bug may not be fixed, but this bug
is not meant to be used as a placeholder for tracking related issues.  We use
tracking bugs for that purpose snd file related bugs as blockers for the
tracking bug.)

-- 
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 28552] Add Extension:AddMediaWizard to bugzilla.

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28552

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Reedy s...@reedyboy.net 2011-04-15 17:07:00 UTC ---
Added

-- 
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 28553] New: set ar_parent_id on deletion and reuse on undeletion

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28553

 Bug #: 28553
   Summary: set ar_parent_id on deletion and reuse on undeletion
   Product: MediaWiki
   Version: 1.18-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Low
 Component: Deleting
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: duplicate...@googlemail.com
Classification: Unclassified


r33149 added a database field ar_parent_id to the archive table, but it is
never used inside mediawiki.

Please fill that field on deletion and reuse it on undeletion.

That save calls to getPreviousRevisionId() (in insertOn()) on undeletion to
populate that field.

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 26148] Redirect button in the Vector skin must be mirrored in an RTL environment

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26148

--- Comment #1 from Trevor Parscal tpars...@wikimedia.org 2011-04-15 17:20:27 
UTC ---
This is probably true for many other icons with a directional bias, such as
search and replace, signature, etc.

-- 
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 14202] Break Math/texvc out of MediaWiki core into extensions

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14202

--- Comment #5 from Brion Vibber br...@wikimedia.org 2011-04-15 17:21:29 UTC 
---
I think we actually still need to push out the creation  updating of the
'math' table from core, unless it snuck in while I wasn't looking. :)

-- 
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 28532] wfMsgExt() and wfMsgWikiHtml() use $wgOut-parse()

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28532

--- Comment #1 from Reedy s...@reedyboy.net 2011-04-15 17:42:47 UTC ---
Created attachment 8406
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8406
Patch

Rather than committing and waiting for review, seemed sensible to create a
patch and put here for you to look at Tim, being an area of code I'm not really
familiar with

-- 
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 28532] wfMsgExt() and wfMsgWikiHtml() use $wgOut-parse()

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28532

Reedy s...@reedyboy.net changed:

   What|Removed |Added

   Keywords||need-review, patch

-- 
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 28554] New: Bulleted list, Numbered list and Indentation buttons in the editing toolbar must be reversed in RTL wikis

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28554

 Bug #: 28554
   Summary: Bulleted list, Numbered list and Indentation
buttons in the editing toolbar must be reversed in RTL
wikis
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Low
 Component: WikiEditor
AssignedTo: tpars...@wikimedia.org
ReportedBy: amir.ahar...@mail.huji.ac.il
CC: roan.katt...@gmail.com
Blocks: 745
Classification: Unclassified


Based on Trevor's comment in Bug 26148, the buttons Bulleted list, Numbered
list and Indentation should be mirrored in RTL wikis.

The numbers in Numbered list in languages he, yi, arc and dv should look like
regular Western numbers - not mirrored.

In languages written in the Arabic alphabet (ar, fa, ur, ps, mzn etc.)
[[Eastern Arabic numerals]] can be written there, but regular Western number
are probably OK, 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 745] RTL/bidirectional issues (tracking)

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=745

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

   What|Removed |Added

 Depends on||28554

-- 
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 26148] Redirect button in the Vector skin must be mirrored in an RTL environment

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26148

--- Comment #2 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il 2011-04-15 
17:44:22 UTC ---
Thanks for the comment. I thought of a few and put them at Bug 28554, although
none of them is as confusing as Redirect.

New line also looks like an arrow, but it should NOT be reversed, because it
emulates the Enter key, which looks the same on keyboards for RTL languages.

-- 
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 16129] Transcluded special pages expose strip markers when they output parsed messages

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16129

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Depends on||28532

--- Comment #20 from Reedy s...@reedyboy.net 2011-04-15 17:45:22 UTC ---
Adding dependancy against bug 28532, as that seems to be the action item for
this bug

-- 
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 28532] wfMsgExt() and wfMsgWikiHtml() use $wgOut-parse()

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28532

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Blocks||16129

-- 
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 28532] wfMsgExt() and wfMsgWikiHtml() use $wgOut-parse()

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28532

--- Comment #2 from Niklas Laxström niklas.laxst...@gmail.com 2011-04-15 
17:46:37 UTC ---
I'd rather see wfMessage being fixed and wfMsg* slowly converted to deprecated
wrappers around wfMessage.

-- 
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 28555] New: Reconsider the usage of the Beta features section in the Editing tab

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28555

 Bug #: 28555
   Summary: Reconsider the usage of the Beta features section in
the Editing tab
   Product: MediaWiki
   Version: wikimedia-deployment
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Low
 Component: User preferences
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: amir.ahar...@mail.huji.ac.il
CC: agarr...@wikimedia.org
Classification: Unclassified


Currently on MediaWiki projects there are two checkboxes under Beta features
in the Editing tab:
* Enable enhanced editing toolbar
* Enable dialogs for inserting links, tables and more

In the English Wikipedia the Beta features title was changed to Usability
features, which more or less makes sense, because both of these options are
not beta features for a year already. (In many other languages it's still
called Beta features.) It would make even more sense to simply remove this
section and put both of these options in the main list of checkboxes.

However, the Beta features section can be kept and used for actual Beta
features. For example, there's the option to Use live preview (requires
JavaScript) (experimental) - if it's experimental, it can be called a beta
feature, even though it's not directly related to the 2009-2010 Vector Beta.

-- 
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 28556] New: UploadBase MacBinary encoding check should use FileRepo

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28556

 Bug #: 28556
   Summary: UploadBase MacBinary encoding check should use
FileRepo
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Low
 Component: Images and files
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: ne...@wikimedia.org
CC: bryan.tongm...@gmail.com
Classification: Unclassified


In UploadBase::checkMacBinary, if a file is discovered to have MacBinary
encoding, a new file is created from the data fork, and the upload is modified
so its mTempPath now points to this new file.

This doesn't use the FileRepo abstractions for temporary file storage, and it
should. Otherwise this will be a problem for some new network file storage
implementations which aren't mounted on the filesystem.

-- 
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 28556] UploadBase MacBinary encoding check should use FileRepo

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28556

Neil Kandalgaonkar ne...@wikimedia.org changed:

   What|Removed |Added

   Priority|Low |Normal

-- 
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 28557] New: Message documentation for Extension:AddMediaWizard needed.

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28557

 Bug #: 28557
   Summary: Message documentation for Extension:AddMediaWizard
needed.
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: http://translatewiki.net/w/i.php?title=Special%3ATrans
latetask=viewgroup=ext-addmediawizard-addmedialangu
age=qqqlimit=500
OS/Version: All
Status: NEW
  Keywords: i18n
  Severity: normal
  Priority: Low
 Component: AddMediaWizard
AssignedTo: d...@ucsc.edu
ReportedBy: bugzilla.wikime...@publi.purodha.net
CC: bugzilla.wikime...@publi.purodha.net
Classification: Unclassified


There are several interface messages being used in the AddMediaWizard
extension,
which are not or incompletely documentred, which can therefore not be
translated
to other languages. These include at least:
* MediaWiki:Mwe-fileexists
* MediaWiki:Mwe-fileexists-thumb
* MediaWiki:Mwe-upload-own-file
* MediaWiki:Mwe-upload-not-my-file
* MediaWiki:Mwe-upload-once-done
* MediaWiki:Mwe-upload-in-new-win-link
* MediaWiki:Mwe-upload-refresh
* MediaWiki:Mwe-ie-inline-upload
* MediaWiki:Mwe-results from
* MediaWiki:Mwe-your-recent-uploads-to
* MediaWiki:Mwe-not-logged-in-uploads (What does action mean? An URL?)
* MediaWiki:Mwe-missing desc see source (minor)
* MediaWiki:Mwe-ie-eye-permision (you do not mean that literally, do you?
* MediaWiki:Mwe-upload-a-file-to
* MediaWiki:Mwe-upload-a-file
* MediaWiki:Mwe-resource page desc
* MediaWiki:mwe-do_import_resource
* MediaWiki:Mwe-preview insert resource
* MediaWiki:Mwe-do-more-modification (Also check the wording: modificationS)
* MediaWiki:Mwe-checking-resource
* MediaWiki:Mwe-resource-needs-import
* MediaWiki:Mwe-warning-upload-to-commons
* MediaWiki:Mwe-local-upload-policy-link
* MediaWiki:Mwe-am-kaltura-title (What is Kaltura?)
* MediaWiki:Mwe-am-kaltura (What is Kaltura?)
* MediaWiki:Mwe-am-this wiki-title (the difference to mwe-am-this wiki-desc?)
* MediaWiki:Mwe-am-this wiki-desc (the difference to mwe-am-this wiki-title?)
* 

Please add their usage (button, tooltip, text, ...), context, paramaters,
parameter types and descriptions, wether or not several ambiguous words are
verbs or nouns (e.g. upload), interrelations between messages, and what else
is needed for translators.

Also,
* MediaWiki:mwe-no-import-by-url
appears to have an improper mix of HTML inline und block elements.

-- 
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 28557] Message documentation for Extension:AddMediaWizard needed.

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28557

Michael Dale d...@ucsc.edu changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #1 from Michael Dale d...@ucsc.edu 2011-04-15 18:26:47 UTC ---
Thanks for the detailed report. 

The most recent version of the AMW swaps the inline upload component for the
UploadWizard. So quite a few upload messages will be deprecated. 

Updating the messages given their use context also sounds like a good idea. Do
we have message key style guidelines anywhere? 

I will try and clean this up next week.

-- 
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 18807] Phase out right-related globals

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18807

Happy-melon happy.melon.w...@gmail.com changed:

   What|Removed |Added

 CC||happy.melon.w...@gmail.com

--- Comment #5 from Happy-melon happy.melon.w...@gmail.com 2011-04-15 
18:30:00 UTC ---
Most of Setup.php is configuration B/C; I think we probably need a clear-out
and documentation blitz in there.

-- 
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 19915] audio controls size too big

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19915

Michael Dale d...@ucsc.edu changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX

--- Comment #6 from Michael Dale d...@ucsc.edu 2011-04-15 18:30:53 UTC ---
It should be marked as wontfix bug with OggHandler since its big bug to build
an html player and that big bug is addressed by the feature set of the
TimedMediaHandler extension. 

TimedMediaHandler updates the video tag output with an HTML player that is more
adaptive to custom sizes.

-- 
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 28024] Please treat our [[special:import]] pages as described into the bug 22663

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28024

JackPotte hubert.bos...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #6 from JackPotte hubert.bos...@gmail.com 2011-04-15 18:33:51 UTC 
---
Thank you, it's working.

-- 
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 20424] Store foreign API URLs in the database

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20424

duplicate...@googlemail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||duplicate...@googlemail.com
 Resolution||FIXED

--- Comment #2 from duplicate...@googlemail.com 2011-04-15 18:54:13 UTC ---
Looks fixed with r69542.

-- 
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 12401] Scary transclusion is non-intuitive and unreliable

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12401

Bug 12401 depends on bug 20424, which changed state.

Bug 20424 Summary: Store foreign API URLs in the database
https://bugzilla.wikimedia.org/show_bug.cgi?id=20424

   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 28541] api can't output binary data, like icu sortkeys

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28541

--- Comment #1 from Bawolff bawolff...@gmail.com 2011-04-15 18:56:22 UTC ---
This is rather confusing when trying to debug stuff, although arguably much of
the time this behaviour does kind of make sense. Anyways, caused by
ApiResult::cleanUpUTF8.

For reference, this was partially caused by a bug in UtfNormal::cleanUp when
the intl extension was enabled (It returned false instead of the fixed string).
Thats fixed in r86130. The larger issue of the api normalizing binary data
(which reminds me, are you even allowed to put things like nulls into entity
references in an xml document?) is still there.

-- 
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 28558] New: Add iw_api and iw_wikiid to meta=siteinfosiprop=interwikimap

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28558

 Bug #: 28558
   Summary: Add iw_api and iw_wikiid to
meta=siteinfosiprop=interwikimap
   Product: MediaWiki
   Version: 1.18-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Low
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: duplicate...@googlemail.com
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
soxre...@gmail.com, vasi...@gmail.com
Classification: Unclassified


r69542 add fields interwiki.iw_api and interwiki.iw_wikiid.

It is nice to get it with the api, please add the fields to the output of
meta=siteinfosiprop=interwikimap, if the field is set in the database.

Thanks.

-- 
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 28558] Add iw_api and iw_wikiid to meta=siteinfosiprop=interwikimap

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28558

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #1 from Bawolff bawolff...@gmail.com 2011-04-15 19:01:11 UTC ---
Do we do anything with these yet? Should probably wait until the iwtransclusion
branch is merged (where these fields are actually used) before exposing them
through the api. As far as i know these fields are just in the db at the
moment, they're not actually used yet (but could be wrong).

-- 
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 28541] api can't output binary data, like icu sortkeys

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28541

--- Comment #2 from Brion Vibber br...@wikimedia.org 2011-04-15 19:02:44 UTC 
---
If you need to output binary data in a structured text tree, it should be as
hex strings (as with SHA-1 hashes of image files) or perhaps occasionally as
base64.

It sounds here that something is overriding the category sort key (a
manually-specified piece of text that replaces the page's own title for sorting
purposes in category lists, which if not specified will take the original
title's value) with a normalized binary sort key that's generated from it and
used at a the low-level for sorting.

That should probably not be returned as cmsortkey (a well-known text field),
but as an additional parameter which is specifically a post-processed binary
key.

Probably whatever's changed the sort key is doing it directly in the database
instead of adding a new field?

-- 
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 28541] api can't output binary data, like icu sortkeys

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28541

Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

Version|wikimedia-deployment|1.18-svn

-- 
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 28541] api can't output binary data, like icu sortkeys

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28541

--- Comment #3 from Brion Vibber br...@wikimedia.org 2011-04-15 19:09:09 UTC 
---
(If it's an extension that overrides saving of cl_sortkey with a value
generated from the original value passed in, then it could probably also
override the API output of the sort key; converting the output into a hex
string will double the length of the returned data, but should lead to
consistent behavior of clients that attempt to sort things based on the key
values. Be careful of any other attempted use of the sort key in this
situation...)

-- 
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 27089] Request to move Wikimedia.in to Wikimedia servers

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27089

--- Comment #13 from Ashar Voultoiz has...@free.fr 2011-04-15 19:11:15 UTC ---
We had a mail exchange with CT Woo, it seems the wiki will be moved to the CH
chapter server.  Not sure what to do with this bug now :(

-- 
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 28541] api can't output binary data, like icu sortkeys

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28541

--- Comment #4 from Bawolff bawolff...@gmail.com 2011-04-15 19:13:41 UTC ---

Actually both can be output now. the actual sortkey as specified by humans is
called sortkey_prefix (may or may not have the underscore in the api, can't
remember). The question is, what are users of the api using the original
sortkey for - to show what its sorted under, or to sort items. One of the
rationales for doing it as it is currently (binary data in sortkey field) is if
people are using the info from the api to sort things, they would want to sort
by comparing the binary field. So doing it this way somewhat preserves the
semantics of the original field in a sense See bug 24650

hex might be the way to go here.

-- 
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 28559] New: limit/start/end param of prop=imageinfo are for a list of titles

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28559

 Bug #: 28559
   Summary: limit/start/end param of prop=imageinfo are for a list
of titles
   Product: MediaWiki
   Version: 1.18-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Low
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: duplicate...@googlemail.com
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
soxre...@gmail.com, vasi...@gmail.com
Classification: Unclassified


The imageinfo module is not working like prop=revisions:

The limit/start/end param can be used for a list of titles and the params are
for each file, prop=revisions allows this params only for a single page
(enum). Please add api information for this.

The limit param is differ from other modules, because it is for each file, not
for the whole request.

Thanks.

-- 
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 25628] Send email on revision state change

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25628

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Keywords|bugsmash|

-- 
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 24380] Allow CodeReview revisions to have multiple reviewers

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24380

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Keywords|bugsmash|

-- 
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 25415] Make cr_status varchar

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25415

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Keywords|bugsmash|

-- 
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 25367] wfShellExec should provide more detailed reason why it thinks it is in safe mode

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25367

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Keywords|bugsmash|

-- 
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 25620] Need to set up squid-friendly rewrite rules for payments server downtime

2011-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25620

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Keywords|bugsmash|

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


  1   2   >