[Bug 26638] RTL style for database error page

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26638

Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||niklas.laxst...@gmail.com
 Resolution||FIXED

--- Comment #2 from Niklas Laxström niklas.laxst...@gmail.com 2011-01-09 
10:38:30 UTC ---
Fixed in r79880 with a little bit different 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 26487] parserTests setting its own messages fail on wfMsg

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26487

--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com 2011-01-09 
11:13:12 UTC ---
Parser tests should clear the message cache before every test, otherwise the
messages added by tests are not picked up.

-- 
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 26639] New: Headings appear twice, instead of edit section links

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26639

   Summary: Headings appear twice, instead of edit section links
   Product: MediaWiki
   Version: 1.18-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Page rendering
AssignedTo: mediawiki-b...@nadir-seen-fire.com
ReportedBy: thomasble...@gmx.de


Created attachment 7962
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=7962
Screenshot showing the buggy behaviour

Using current phase3 trunk (r79878), headings appear twice, and section edit
links are missing. It worked correctly on r79519. Therefore I suspect the
parser changes made by Daniel Friesen. Attached are two screenshots that show
the buggy and intended behaviour.

I should also add that I use a small Javascript function to move edit section
links, like it is or was used on the german wikipedia. It is included below.

 function moveEditsection() {
   if (typeof oldEditsectionLinks == 'undefined' || oldEditsectionLinks ==
false) {
 var spans = document.getElementsByTagName(span);
 for(var i = 0; i  spans.length; i++) {
   if(spans[i].className == editsection) {
 spans[i].style.fontSize = x-small;
 spans[i].style.fontWeight = normal;
 spans[i].style.cssFloat = none;
 spans[i].style.marginLeft = 0px;
 spans[i].parentNode.appendChild(document.createTextNode( ));
 spans[i].parentNode.appendChild(spans[i]);
   }
 }
   }
 }

-- 
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 26639] Headings appear twice, instead of edit section links

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26639

--- Comment #1 from Thomas Bleher thomasble...@gmx.de 2011-01-09 11:14:03 UTC 
---
Created attachment 7963
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=7963
Screenshot showing the correct behaviour

-- 
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 26208] Mark directionality of interlanguage links

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26208

Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

 CC||niklas.laxst...@gmail.com

--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com 2011-01-09 
11:19:16 UTC ---
They are displayed correctly for me. Please give an example where they do not
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 26367] Uploading fails with internal error: key 'ljg40qoexthbj3vu8f9875e5uspj37n.' is not in a proper format

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26367

--- Comment #11 from Thomas Bleher thomasble...@gmx.de 2011-01-09 11:23:27 
UTC ---
(In reply to comment #5)
 This should be fixed by r79835.

On my wiki, r79835 indeed fixes the issue I saw, and I can upload SVG files
again.
I also looked at the code, and think that your description is correct.
Thanks for your work (the same goes to NealK)!

-- 
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 26639] Headings appear twice, instead of edit section links

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26639

--- Comment #2 from Daniel Friesen mediawiki-b...@nadir-seen-fire.com 
2011-01-09 11:25:51 UTC ---
Link to url with the issue please.

I can't identify the cause of the issue without page source.

-- 
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 26639] Headings appear twice, instead of edit section links

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26639

Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

 CC||niklas.laxst...@gmail.com

--- Comment #3 from Niklas Laxström niklas.laxst...@gmail.com 2011-01-09 
11:32:05 UTC ---
And... does the problem occur without the script?

-- 
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 26208] Mark directionality of interlanguage links

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26208

--- Comment #2 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il 2011-01-09 
11:32:37 UTC ---
Created attachment 7964
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=7964
a screenshot of the article Moscow in he.wikipedia

Notice how Беларуская (тарашкевица) is written.

Firefox 3.6.13 on XP.

-- 
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 26138] Replace {{SITENAME}} with $1 and appropriate call to $wgSiteName

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26138

Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

 Status|NEW |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 26187] Confirmrecreate needs a nowiki for the second parameter

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26187

Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

 CC||niklas.laxst...@gmail.com

--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com 2011-01-09 
11:35:39 UTC ---
Fixed in r79884.

-- 
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 26187] Confirmrecreate needs a nowiki for the second parameter

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26187

Niklas Laxström niklas.laxst...@gmail.com 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 25769] Possible error in MessagesKm.php

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25769

Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||niklas.laxst...@gmail.com
 Resolution||FIXED

--- Comment #4 from Niklas Laxström niklas.laxst...@gmail.com 2011-01-09 
11:41:02 UTC ---
Fixed in trunk. Unlikely to get fixed in 1.16 since it isn't a regression.

-- 
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 26640] New: Reuploading files doesn't add licensing info

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26640

   Summary: Reuploading files doesn't add licensing info
   Product: MediaWiki
   Version: wikimedia-deployment
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Uploading
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: p858sn...@gmail.com
CC: gpaum...@wikimedia.org, bryan.tongm...@gmail.com


I've noticed this a few times, When someone attempts to reupload a file to add
licensing info to its description their chosen licensing info isn't added.

-- 
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 26640] Reuploading files doesn't add licensing info

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26640

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #1 from Krinkle krinklem...@gmail.com 2011-01-09 11:46:29 UTC ---
This is the correct behaviour.

The bug is that the license dropdown shouldn't be visible during re-upload. The
Information field in the Re-uploading action is the summary in the
Filehistory it does not and should not affect the Page itself.

-- 
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 26639] Headings appear twice, instead of edit section links

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26639

--- Comment #4 from Thomas Bleher thomasble...@gmx.de 2011-01-09 11:48:13 UTC 
---
The page that is shown in the screenshot is
http://spiele.j-crew.de/wiki/Technikworkshop . I have however already reverted
to the old version because of the bug (so you won't see the issue directly, but
you can examine the page source). It occured on multiple pages, so it doesn't
seem too page specific.
I should also note that I had to explicitly purge the page to see the new
behaviour, which I found a bit strange - after reading the commit messages, I
had assumed that old parsed pages would be evicted from the cache
automatically.

I downloaded the page using wget, and the headings are already doubled in the
page source so it seems to be unrelated to the Javascript code I posted.

Old version of first header:
h2span class=editsection[a
href=/w/index.php?title=Technikworkshopamp;action=editamp;section=1
title=Abschnitt bearbeiten: KurzbeschreibungBearbeiten/a]/span span
class=mw-headline id=Kurzbeschreibunga href=/wiki/Datei:Info.png
class=imageimg alt= src=/images/b/b3/Info.png width=32 height=32
//a Kurzbeschreibung/span/h2

New version of the first header:
h2Kurzbeschreibung span class=mw-headline id=Kurzbeschreibunga
href=/wiki/Datei:Info.png class=imageimg alt=
src=/images/b/b3/Info.png width=32 height=32 //a
Kurzbeschreibung/span/h2


As you can see, the word Kurzbeschreibung is doubled.

-- 
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 26639] Headings appear twice, instead of edit section links

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26639

--- Comment #5 from Thomas Bleher thomasble...@gmx.de 2011-01-09 11:49:52 UTC 
---
Created attachment 7965
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=7965
The correct html output, from phase3 r79519

-- 
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 26639] Headings appear twice, instead of edit section links

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26639

--- Comment #6 from Thomas Bleher thomasble...@gmx.de 2011-01-09 11:51:03 UTC 
---
Created attachment 7966
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=7966
The incorrect html output, from phase3 r79878

-- 
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 26639] Headings appear twice, instead of edit section links

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26639

--- Comment #7 from Daniel Friesen mediawiki-b...@nadir-seen-fire.com 
2011-01-09 11:56:52 UTC ---
Hmmm... this is strange behavior...

It seams like for some reason something is stripping the editsection
[...]Text/editsection down to Text.

But everything worked fine when I coded it... parser tests to. and those
included stuff in other 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 25708] update support to Unicode 6.0

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25708

Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||niklas.laxst...@gmail.com
 Resolution||FIXED

--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com 2011-01-09 
12:05:37 UTC ---
Fixed in r79889.

-- 
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 26641] New: Being Able To Put Footnotes In Table Captions Of Tables Coded By Templates And Being Able To Use A Footnote Function Between Text In Different Places

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26641

   Summary: Being Able To Put Footnotes In Table Captions Of
Tables Coded By Templates And Being Able To Use A
Footnote Function Between Text In Different Places
   Product: MediaWiki
   Version: wikimedia-deployment
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Templates
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: j...@ualberta.ca


We need (a) feature where we are able to put footnote(s) in table captions of
tables coded by templates.


We also need a function where we are able to use a footnote function between
text in different places.  For example:

I have the following text In Figure 1, the flow rate is increased between the
two slabs of iron..  I want to make a link between Figure 1 and the text:
Figure 1 of the corresponding picture caption.  We probably should make it a
different color from blue, as blue is used for blue links (which are internal
links).

-- 
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 25506] wfMsgWikiHtml() / wfMsgExt( 'parse' ) / wfMsgExt( 'parseinline' ) cannot be used inside tag hooks.

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25506

Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||niklas.laxst...@gmail.com
 Resolution||FIXED

--- Comment #3 from Niklas Laxström niklas.laxst...@gmail.com 2011-01-09 
12:48:02 UTC ---
Check was added in r79892 which tells the correct way to do it while bug 17329
is open.

-- 
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 26213] UNIQ tracking bug

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26213

Bug 26213 depends on bug 25506, which changed state.

Bug 25506 Summary: wfMsgWikiHtml() / wfMsgExt( 'parse' ) / wfMsgExt( 
'parseinline' ) cannot be used inside tag hooks.
https://bugzilla.wikimedia.org/show_bug.cgi?id=25506

   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 25010] Bashkir-language interwikis: linktext change from Башҡорт to Башҡортса

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25010

Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #5 from Niklas Laxström niklas.laxst...@gmail.com 2011-01-09 
12:56:55 UTC ---
Changed in r79894.

-- 
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 17961] add comment to generateSitemap.php saying what is encoded

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17961

--- Comment #3 from jida...@jidanni.org 2011-01-09 13:01:04 UTC ---
OK, so they are just using some fun arbitrary characters maybe.
Perhaps add a note somewhere saying how such strings will be used. It's not too
clear from the code.

-- 
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 745] RTL/bidirectional issues (tracking)

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

Bug 745 depends on bug 26208, which changed state.

Bug 26208 Summary: Mark directionality of interlanguage links
https://bugzilla.wikimedia.org/show_bug.cgi?id=26208

   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 26208] Mark directionality of interlanguage links

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26208

Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #3 from Niklas Laxström niklas.laxst...@gmail.com 2011-01-09 
13:11:30 UTC ---
Used the same fix as used on some of the languages already, fixed in r79896.

-- 
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 26642] New: mediawiki-1.15.5 update to mediawiki-1.16.1

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26642

   Summary: mediawiki-1.15.5 update to mediawiki-1.16.1
   Product: MediaWiki
   Version: 1.16.1
  Platform: PC
   URL: http://blog168.chinaunix.net/space.php?uid=20438355do
=blogid=79157
OS/Version: Linux
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Change Tagging
AssignedTo: agarr...@wikimedia.org
ReportedBy: ipost...@gmail.com


page error:

http://blog168.chinaunix.net/space.php?uid=20438355do=blogid=79157

-- 
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 22626] Localise namespaces on ace.wikipedia

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22626

Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

 CC||niklas.laxst...@gmail.com
 Blocks|24951   |

-- 
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 24951] Wrong diacritic in Special:Preferences page

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24951

Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

 Depends on|22626   |

-- 
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 23991] Drop wikimedia-specific part from LanguageZh.php

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23991

Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

 CC||niklas.laxst...@gmail.com

--- Comment #2 from Niklas Laxström niklas.laxst...@gmail.com 2011-01-09 
13:23:52 UTC ---
Patches are welcome :)

-- 
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 8028] Table sorting broken by colspan/rowspan

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8028

--- Comment #16 from Derk-Jan Hartman hart...@videolan.org 2011-01-09 
13:37:03 UTC ---
is it backward compatible with our current class naming 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 26640] Reuploading files doesn't add licensing info

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26640

Derk-Jan Hartman hart...@videolan.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||hart...@videolan.org
 Resolution||DUPLICATE

--- Comment #2 from Derk-Jan Hartman hart...@videolan.org 2011-01-09 13:49:56 
UTC ---
Which was bug 23241

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

-- 
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 23241] License selector should be disabled during upload a new version

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23241

Derk-Jan Hartman hart...@videolan.org changed:

   What|Removed |Added

 CC||p858sn...@gmail.com

--- Comment #7 from Derk-Jan Hartman hart...@videolan.org 2011-01-09 13:49:56 
UTC ---
*** Bug 26640 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 6672] EXIF orientation not used (rotation from digital cameras)

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6672

--- Comment #15 from Derk-Jan Hartman hart...@videolan.org 2011-01-09 
14:31:57 UTC ---
It seems that this functionality is explicitly disabled in Safari, because it
would create further confusion. You would have one browser rotating an included
img, while all others don't. In that light, perhaps a note with Your image
contains 'orientation' settings that will be automatically applied after
upload, is a better idea than actually rotating the image...

-- 
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 6672] EXIF orientation not used (rotation from digital cameras)

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6672

--- Comment #16 from Derk-Jan Hartman hart...@videolan.org 2011-01-09 
14:33:31 UTC ---
Actually it is still under debate it seems:

https://bugs.webkit.org/show_bug.cgi?id=19688

-- 
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 26642] LangConverter regression in 1.16

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26642

Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

 CC||innocentkil...@gmail.com
  Component|Change Tagging  |Language converter
 AssignedTo|agarr...@wikimedia.org  |philip@gmail.com
Summary|mediawiki-1.15.5 update to  |LangConverter regression in
   |mediawiki-1.16.1|1.16

--- Comment #1 from Chad H. innocentkil...@gmail.com 2011-01-09 14:37:38 UTC 
---
Retitling bug, changing component.

-- 
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 26636] Warn the user if an edit marked as minor doesn't seem to be minor

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26636

Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

 CC||innocentkil...@gmail.com

--- Comment #2 from Chad H. innocentkil...@gmail.com 2011-01-09 14:40:55 UTC 
---
Dunno, I think so?

Certainly doesn't belong in core.

-- 
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 26231] i18n issue with Mwe-upwiz-desc

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26231

Dhaval dsv...@gmail.com changed:

   What|Removed |Added

 CC||dsv...@gmail.com

--- Comment #2 from Dhaval dsv...@gmail.com 2011-01-09 14:57:23 UTC ---
(In reply to comment #1)
 Is there no way to recast the phrase in the problematic languages so it works
 when preceding the language? Maybe it doesn't have to say Description in:,
 perhaps it could just say the equivalent of Description by language:.

My language Gujarai (gu) is one of them which will definitely face problem with
this and I can't think of any reformation of translated message to leave the
structure of message as it is 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 26637] Display format of Type:Date

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26637

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #1 from Markus Krötzsch mar...@semantic-mediawiki.org 2011-01-09 
14:59:33 UTC ---
The date datatype already support a plain format that returns an ISO formatted
international date string. You can trigger this behaviour by putting #ISO
behind Type:Date printout requests in queries. We do not plan to introduce
other complex formatting options besides this (there are, of course, many
time/date formatting functions in various programming languages and in
MediaWiki, most of which are not able to handle dates outside the Unix era).
Parser functions could be used to further massage the ISO date string, or (if
this is needed frequently and there is at most one date per page) one could
additionally store year, month, and/or day in separate property values.

-- 
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 8028] Table sorting broken by colspan/rowspan

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8028

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

   Attachment #7959|0   |1
is obsolete||

--- Comment #17 from DieBuche diebu...@gmail.com 2011-01-09 15:46:57 UTC ---
Created attachment 7967
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=7967
This patch adds the jquery tablesorter

Yes, .sortable is obviously supported, .unsortable as well.
The hacking with sortBottom is not needed anymore, since the patched parser
would create an (unsorted) tfoot for the following syntax.

|-class=sortbottom
!Total: 15!!Total: 29.55!!
|}


(updated patch fixes a bug and has better readability in one section)

-- 
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 26609] Accept rtsp links for URL-type properties

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26609

--- Comment #4 from Markus Krötzsch mar...@semantic-mediawiki.org 2011-01-09 
15:54:20 UTC ---
SMW has only very little restrictions on the URIs that can be used. If a URI
used in SMW is not using one of MediaWiki's supported protocols then this
simply means that SMW will not print it in [ ] (since this only works properly
if the protocol is allowed in MW). But the value is accepted in any case, so
there is no need to worry about SMW here. If URI validation was to be extended,
then SMW would add more checks for allowed URL structures and characters but
not restrict the protocol.

The purpose of Type:Email mainly is to make the mailto optional whereas proper
URLs must always specify a protocol explicitly.

-- 
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 26637] Display format of Type:Date

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26637

--- Comment #2 from mediaw...@kghoffmeyer.de 2011-01-09 16:00:09 UTC ---
Hi,

as you can imaging I was not aware of this specific printout statement. However
this is a very important one. I have just added some documentation about it on
smw.org which was lacking on the page Type:Date.

Apart from that, thank you for you help and advice

Cheers [[kgh]]

-- 
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 26643] New: Add new roles to Special:ListGroupRights

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26643

   Summary: Add new roles to Special:ListGroupRights
   Product: MediaWiki
   Version: wikimedia-deployment
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mmnanurud...@gmail.com


Hi,

I'm not sure whether this is a bug or report here. however it is related to
Special:ListGroupRights page. 

In si:wiki admin can't add or remove Rollbackers, Account creators, Edit filter
managers, Autopatrolled, Confirmed users, Reviewers.  
http://si.wikipedia.org/wiki/විශේෂ:කණ්ඩායම්_හිමිකම්_ලැයිස්තුගතකරන්න

But in en:wiki it can be.
http://en.wikipedia.org/wiki/Special:ListGroupRights

please make the changes same like as en wiki.

# Add groups: Rollbackers, Account creators, Edit filter managers,
Autopatrolled, Confirmed users, Reviewers and IP block exemptions
# Remove groups: Rollbackers, IP block exemptions, Account creators, Edit
filter managers, Autopatrolled, Confirmed users and Reviewers


thank you.

BR,
/Binguwa

-- 
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 26643] Allow sysops to add/remove a bunch of groups on siwiki

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26643

Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com
  Component|Special pages   |Site requests
Version|wikimedia-deployment|unspecified
Product|MediaWiki   |Wikimedia
Summary|Add new roles to|Allow sysops to add/remove
   |Special:ListGroupRights |a bunch of groups on siwiki

--- Comment #1 from Roan Kattouw roan.katt...@gmail.com 2011-01-09 16:31:04 
UTC ---
Could you link to community consensus for this 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 26643] Allow sysops to add/remove a bunch of groups on siwiki

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26643

Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

   Keywords||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 26643] Allow sysops to add/remove a bunch of groups on siwiki

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26643

--- Comment #2 from Happy-melon happy.melon.w...@gmail.com 2011-01-09 
16:31:57 UTC ---
Hi Binguwa.   You need to provide a link to a discussion where the siwiki
community has agreed that these changes should be made.

-- 
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 26642] LangConverter regression in 1.16

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26642

--- Comment #2 from atyu30 ipost...@gmail.com 2011-01-09 17:07:15 UTC ---
http error log:
[Sat Jan 08 09:08:23 2011] [error] [client 172.16.110.1] PHP Warning:  Missing
argument 2 for wfEmptyMsg(), called in
/var/www/mediawiki-1.15.3/languages/LanguageConverter.php on line 559 and
defined in /var/www/mediawiki-1.15.3/includes/GlobalFunctions.php on line 2257
[Sat Jan 08 09:08:23 2011] [error] [client 172.16.110.1] PHP Notice:  Undefined
variable: wfMsgOut in /var/www/mediawiki-1.15.3/includes/GlobalFunctions.php on
line 2258

-- 
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 20934] LiquidThreads has no support for RTL

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20934

Derk-Jan Hartman hart...@videolan.org changed:

   What|Removed |Added

 CC||hart...@videolan.org

--- Comment #5 from Derk-Jan Hartman hart...@videolan.org 2011-01-09 17:15:11 
UTC ---
Largely fixed by r79905. Needs some cleanup with regard to direction of reply
image perhaps and some other smaller details.

-- 
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 8028] Table sorting broken by colspan/rowspan

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8028

--- Comment #18 from Derk-Jan Hartman hart...@videolan.org 2011-01-09 
17:18:58 UTC ---
Nice, i'll makes some test runs locally, but this looks very fine. 

Do you have ideas on how to keep the disjoint between the stock tablesorter
code and our code as small as possible ? That would help future maintenance.

-- 
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 10422] Render sitewide css/js pages as normal wikitext

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10422

--- Comment #15 from mybugs.m...@gmail.com 2011-01-09 17:23:43 UTC ---
(In reply to comment #12)
 While I understand Brion's motives, this still prevents section editing on
 large CSS pages such as [[:fr:MediaWiki:Common.css]], which is very 
 convenient.
 Allowing section editing and links would answer most concerns, I reckon.

There is a workaround on English Wiktionary for section headings:
http://en.wiktionary.org/wiki/MediaWiki:JavascriptHeadings.js

For an example, take a look at
http://en.wiktionary.org/wiki/MediaWiki: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 10410] Render wikilinks in site/user CSS/JS

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10410

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

   What|Removed |Added

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

--- Comment #12 from mybugs.m...@gmail.com 2011-01-09 17:25:16 UTC ---
(In reply to comment #8)
 Per notes on bug 10422, there's also interest in being able to use the section
 editing features for longer files.

There is a workaround on English Wiktionary for section headings:
http://en.wiktionary.org/wiki/MediaWiki:JavascriptHeadings.js

For an example, take a look at
http://en.wiktionary.org/wiki/MediaWiki: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 26346] Audio player overflowing

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26346

--- Comment #10 from Michael Dale d...@ucsc.edu 2011-01-09 17:28:27 UTC ---
Sorry I had not deployed the update yet ( a bunch of other updates got warped
into this mwEmbed deployment, will do a blog post with full update info. ) 

If you view the console it should say mwEmbed:remote: r183 or greater. ( once
I deploy ) 

I will make a note on this bug once the deployment goes out.

-- 
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 10410] Render wikilinks in site/user CSS/JS

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10410

--- Comment #13 from mybugs.m...@gmail.com 2011-01-09 18:11:21 UTC ---
There is a workaround in Javascript for creating the wikilinks in JS/CSS pages.

See:
http://en.wikipedia.org/w/index.php?title=Wikipedia:Village_pump_(technical)#Script_for_wikilinks_in_CSS.2FJS_pages

-- 
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 8028] Table sorting broken by colspan/rowspan

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8028

--- Comment #19 from Derk-Jan Hartman hart...@videolan.org 2011-01-09 
18:39:08 UTC ---
The first line of the patch is bogus, and unfortunately, I can't get the code
to run atm. Do i need to enable anything somewhere ?

-- 
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 8028] Table sorting broken by colspan/rowspan

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8028

--- Comment #20 from DieBuche diebu...@gmail.com 2011-01-09 18:44:05 UTC ---
yep, should have excluded the images, sry. Did you apply Bug 4740 ?

-- 
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 26584] Add Portal namespace to Tarandine Wikipedia

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26584

--- Comment #6 from Giuseppe Rusciano ruscianogiuse...@gmail.com 2011-01-09 
19:44:51 UTC ---
Hi,
thanks for your response.
The community is very little, I try to launch a pool hoping a lot of people
take a part. Meanwhile I think to create a page Portal:voice and go on in that,
if in the future my request reach the minimum requirements the tarandine
community will have a new namespace ;)

Best regards
Giuseppe Rusciano

-- 
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 26644] New: Implementation ISMN code like ISBN one

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26644

   Summary: Implementation ISMN code like ISBN one
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: nickan...@gmail.com


On it.wikipedia.org it has been discussed whether ISMN code (International
Standard Music Number: it is a number recognizing printed music, like ISBN and
books) should be automatically recognized by MediaWiki or not. After that
discussion ([[:it:Discussioni_progetto:Musica#ISMN]]) we thought to ask here to
implement on MediaWiki the recognization of that code. The implementation
appears not too difficult because:
1) ISMN exists both with 10 digits and with 13 digits. An ISMN 13 digits code
could be written as ISBN followed by the same 13 digits: MediaWiki is able to
search for ISBN and many book search engines store in their databases also
printed music like Google Books. So, in that case, it is only needed MediaWiki
to link ISMN XXX-X---X to Special:BookSources/X.
2) An ISMN 10 digits code should be converted. Those codes are structured as
following: ISMN M---X . As you may see on International ISMN Agency
website (http://www.ismn-international.org/whatis.html), this code is equal to
ISMN 979-0---X , so,after conversion, it would be the same as point 1).
For example consider the book
Duport, Jean-Louis; Rummel, Martin (ed.); 21 Etudes for Violoncello with an
accompaniment of a second Violoncello ad libitum , Barenreiter. ISMN
M-006-52998-8
The code ISMN M-006-52998-8 should point to Special:BookSources/9790006529988.
Is it possible to MediaWiki to recognize automatically ISMN code?

-- 
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 26641] Being Able To Put Footnotes In Table Captions Of Tables Coded By Templates And Being Able To Use A Footnote Function Between Text In Different Places

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26641

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #1 from Bawolff bawolff...@gmail.com 2011-01-09 21:45:32 UTC ---
I don't understand. You want to link a picture to its caption? What would the
link do when you click it - scroll to the caption?

For the table, do you want something like:

Table 1 [1] (with the [1] a link)

--
| Value 1 | etc...

a whole bunch of other text, until bottom of page

1: Footnote relating to table 1


? If so, that sounds a lot like http://www.mediawiki.org/wiki/Extension:Cite

-- 
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 18443] auto-insert of whitespace

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18443

--- Comment #4 from seth email_metawiki_...@wg-karlsruhe.de 2011-01-09 
21:56:41 UTC ---
(In reply to comment #3)
 The proposed solution on de.wiki [...] is to add: wfMsgForContent(
 'nbsp-before-word' ) = '\\1nbsp;\\2' to the $fixtags array in ~ line 302 of
 Parser::parse in includes/parser/Parser.php.

Right. Or even better:

  wfMsgForContent('auto-thinspace') = '\\1span
style=margin-left:0.167emspan style=display:nonenbsp;/span/span\\2'

This leads to thin spaces which are compatible with all common browsers, see
http://de.wikipedia.org/wiki/user:Raphael_Frey/Labor#Browser-Unterst.C3.BCtzung
(the span-solution is the column called Übergangslösung)

Regarding the problems Bawolff mentioned, this is very similar to other
regexp-based extensions like the spam-blacklist, the title-blacklist and the
abuse filter (aka edit filter).
Of ourse only admins should be allowed to edit the regexps. And they have to be
very careful, that's true; at least as careful as if they were editing the sbl,
tbl or af.

-- 
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 21219] Cannot undo text changes when going back after preview

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21219

Thomas Bertels tbertels+bugzi...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #9 from Thomas Bertels tbertels+bugzi...@gmail.com 2011-01-09 
22:22:00 UTC ---
Seems ok 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 26346] Audio player overflowing

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26346

--- Comment #11 from Michael Dale d...@ucsc.edu 2011-01-09 22:31:19 UTC ---
update has gone out, once you shift refresh gadget should read mwEmbed remote:
r183 and should display properly...

but it appears http://fr.wiktionary.org/w/index.php?title=MediaWiki:Common.css
has setup some style overrides. These don't work on buttons but do limit the
mwEmbed based player just to the play button. This of course a bad idea, since
it will apply to videos as well! ... if you want just the audio play button
interface we could wrap the players in a specific class or set their width in
the template ( mwEmbed should obey size requests)  

but in the mean time I recommend removing those css rules in Common.css

-- 
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 25491] JS errors in sequencer

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25491

--- Comment #6 from Michael Dale d...@ucsc.edu 2011-01-09 22:37:27 UTC ---
update has gone out, once you shift refresh gadget should read mwEmbed remote:
r183 and should load more consistently.

-- 
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 25874] No language selection when opening Universal subtitles editor

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25874

--- Comment #2 from Michael Dale d...@ucsc.edu 2011-01-09 22:40:45 UTC ---
update has gone out, once you shift refresh gadget should read mwEmbed remote:
r183 and should give you language selection on universal subtitles menu item
selection.

-- 
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 26644] Implementation ISMN code like ISBN one

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26644

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com
 Depends on||26207

-- 
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 26207] Split magic linking out of core; create new magic linking extension

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26207

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 Blocks||26644

-- 
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 26645] New: Remove any break lines before page content

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26645

   Summary: Remove any break lines before page content
   Product: MediaWiki
   Version: wikimedia-deployment
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Page rendering
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: tbertels+bugzi...@gmail.com


It happens frequently to have a page beginning by one or more break lines.
It's linked to templates, which should be corrected.
But just avoiding to render them would improve the page layout.

Looking for pbr //p just after !-- start content -- should do the
trick.
By example for this page:
http://fr.wikipedia.org/w/index.php?title=DisplayPortoldid=60280474

-- 
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 26598] Change wgNoticeProject on specieswiki

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26598

James Alexander jalexan...@wikimedia.org changed:

   What|Removed |Added

 CC||jalexan...@wikimedia.org
   Severity|enhancement |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 20231] Allow archiving of CentralNotice templates

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20231

--- Comment #4 from James Alexander jalexan...@wikimedia.org 2011-01-09 
23:49:39 UTC ---
Just adding some thoughts from this year's fundraiser as I was thinking about
it. While the paging as clearly made the 'massive breakage' part of this much
better I still think this is a feature that is needed and could make things a
lot easier for everyone in the long run. This year's fundraiser alone we have
more then 500 banners and since in general we don't want to delete banners for
historical reasons (for example to see what we did, compare/copy code and
because they are linked in a bunch of places) we are left with this massive
amount of banners still in the system. This makes it tough both to look for old
banners and to deal with banners that you are still using (for example one of
our banners from the very start was used up until the last day in some
countries). 

I think the ideal system would be to either automatically or manually (manually
may in fact even be better) allow us to push banners to folders or even just to
'archive' them and have them auto filter into folders by date. A simple
'archived/active' would also be helpful if a folder type system is unworkable.

-- 
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 26646] New: sandbox banners being displayed in Special:CentralNotice campaigns and Special:NoticeTemplate because of overlapping css and js when multiple banners displayed.

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26646

   Summary: sandbox banners being displayed in
Special:CentralNotice campaigns and
Special:NoticeTemplate because of overlapping css and
js when multiple banners displayed.
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: CentralNotice
AssignedTo: rkald...@wikimedia.org
ReportedBy: jalexan...@wikimedia.org


Currently banners frequently do not look or act how they are supposed too (and
set up too) when displayed alongside other banners (generally in CentralNotice
campaigns or on Special:NoticeTemplate) This is because the style sheets of
each banner overlap with each other. When pieces of the banners share the same
class or id name (for example when one was copied to start the othe) they can
override each others settings making the only real way to view hem by looking
directly 1 banner at a time (go to the edit banner page) or by using the
?banner= force code on a wiki. The biggest examples of this is when links won't
go to the right spot (because the JavaScript from one banner is writing a link
on other banners) and banners not showing the right picture or text
positioning.

Clearly much of this can also be solved by having unique id's and class names
for each piece of each banner. I've tried to do this a lot more recently but
having the ability to reuse large parts of code (and just change images, text,
settings etc) can help to both keep the code more consistent as well as help
make it easier to show other uses how to create banners so that we are not
reliant on an extremely limited amount of people. I've planned on creating
empty templates for the common banner setups (with documentation on what to
change to set them up) and this would also make that much easier since I would
not have to tell them to change the id's.

A slightly different but related example is the similar overlap of css/js when
you are working on the central notice interface while other banners are
running. Even when you have banners set not to display (for example though your
personal css) the scripts load and will overwrite what you are working on if
they share class names/id's.

-- 
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 26450] Loading of Javascript doesn't work in embedded special pages

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26450

edgard edgardbernard...@gmail.com changed:

   What|Removed |Added

 CC||edgardbernard...@gmail.com

--- Comment #3 from edgard edgardbernard...@gmail.com 2011-01-10 00:44:39 UTC 
---
Hi guys. Any news? :)

-- 
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 26233] thumbnail generator fails with a % in file name

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26233

--- Comment #4 from Tim Starling tstarl...@wikimedia.org 2011-01-10 02:25:38 
UTC ---
Is there any test case which has not been destroyed by Commons admins?

-- 
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 26647] New: MW holds txn open across mail()

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26647

   Summary: MW holds txn open across mail()
   Product: MediaWiki
   Version: 1.18-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Normal
 Component: Email
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: r.tarn...@ieee.org


Using r78054.

In some circumstances (sorry, I don't have a stack trace) MediaWiki holds a
database transaction on 'page' open across mail().  If mail() hangs, this
blocks all page views (and edits) because the page counter update query can't
run.

-- 
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 26642] LangConverter regression in 1.16

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26642

Philip Tzou philip@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #3 from Philip Tzou philip@gmail.com 2011-01-10 02:45:23 UTC 
---
Fixed in r79923.

-- 
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 26646] sandbox banners being displayed in Special:CentralNotice campaigns and Special:NoticeTemplate because of overlapping css and js when multiple banners displayed.

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26646

Reedy s...@reedyboy.net changed:

   What|Removed |Added

   Severity|enhancement |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 26648] New: Update the Readme install instructions

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26648

   Summary: Update the Readme install instructions
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: ParserFunctions
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: p858sn...@gmail.com


http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/ParserFunctions/README?view=markup
should be updated

-- 
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 26643] Allow sysops to add/remove a bunch of groups on siwiki

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26643

--- Comment #3 from බිඟුවා mmnanurud...@gmail.com 2011-01-10 03:48:21 UTC ---
Opps!,

I didn't think it needs a community discussion. Sorry. my fault.
I'll start a discussion right now.

pls close or keep open this bug until we'll finish the discussion.

Br,
/Binguwa

-- 
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 26649] New: Seemingly broken skins under Resource Locader

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26649

   Summary: Seemingly broken skins under Resource Locader
   Product: MediaWiki
   Version: 1.17
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Resource Loader
AssignedTo: tpars...@wikimedia.org
ReportedBy: s...@reedyboy.net
CC: roan.katt...@gmail.com
Blocks: 26611


Results of skin tests on SVN head, but expected 1.17 will be all but the same:

Chick - Fine
Classic (Standard) - Sidebar below content
Cologne Blue - Sidebar below content
Modern - Fine
Monobook - Fine
MySkin - Sidebar below content, but is also like that on 1.16wmf4
http://en.wikipedia.org/wiki/Main_Page?useskin=myskin
Nostalgia - Fine
Simple - Fine
Vector - Fine

So for me, 2, possibly 3 skins with the same issues, that need looking at for
1.17

-- 
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 26611] Bugs that should be fixed for 1.17 (tracking)

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26611

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Depends on||26649

-- 
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 26650] New: Deprecate $wgAPICacheHelp in favour of $wgAPICacheHelpTimeout

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26650

   Summary: Deprecate $wgAPICacheHelp in favour of
$wgAPICacheHelpTimeout
   Product: MediaWiki
   Version: 1.17
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: s...@reedyboy.net
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
vasi...@gmail.com, soxre...@gmail.com


Setting $wgAPICacheHelpTimeout = 0 should have the same effect as toggling
$wgAPICacheHelp (boolean). i.e. if we set the timeout to 0, it won't be cached
at all, if we set it to  0, it will be cached.

No real need for the boolean to do this, per Niklas on
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/56559#c4072

Added in r56559, r56091

Not quite sure what the process of disabling globals is...

Do we stop listening to the on/off in the main code, but only make it have any
effect in the setup phases...

ie if $wgApiCacheHelp = false, $wgApiCacheHelpTimeout = 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 26650] Deprecate $wgAPICacheHelp in favour of $wgAPICacheHelpTimeout

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26650

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Blocks||9968

-- 
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 9968] Reduce use of global and public variables (tracking)

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9968

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Depends on||26650

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

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

--- Comment #3 from Reedy s...@reedyboy.net 2011-01-10 04:59:01 UTC ---
Ping, Chad?

-- 
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 26648] Update the Readme install instructions

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26648

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 CC||s...@reedyboy.net

--- Comment #1 from Reedy s...@reedyboy.net 2011-01-10 05:24:50 UTC ---
r79928

Anything 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 26649] Seemingly broken skins under Resource Loader

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26649

Reedy s...@reedyboy.net changed:

   What|Removed |Added

Summary|Seemingly broken skins  |Seemingly broken skins
   |under Resource Locader  |under Resource Loader

-- 
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 24589] Add UploadWizard component of MediaWiki extensions product to Bugzilla

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24589

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #7 from Reedy s...@reedyboy.net 2011-01-10 05:32:43 UTC ---
UploadWizard is created.

If we're not going to just add all (fine by me), might aswell close the 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 25250] Create components for Vector and WikiEditor extensions

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25250

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||s...@reedyboy.net
 Resolution||FIXED

--- Comment #1 from Reedy s...@reedyboy.net 2011-01-10 05:35:47 UTC ---
Vector already exists under MediaWiki. WikiEditor 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 25972] WikiEditor crashes on Pasting

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25972

Reedy s...@reedyboy.net changed:

   What|Removed |Added

  Component|UsabilityInitiative |WikiEditor

-- 
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 24041] Do not load WikiEditor for MediaWiki:Common.js etc

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24041

Reedy s...@reedyboy.net changed:

   What|Removed |Added

  Component|UsabilityInitiative |WikiEditor

-- 
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 26571] WikiEditor: Allow tooltips for characters

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26571

Reedy s...@reedyboy.net changed:

   What|Removed |Added

  Component|UsabilityInitiative |WikiEditor

-- 
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 26621] WikiEditor: Icons for dialogs in wrong order

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26621

Reedy s...@reedyboy.net changed:

   What|Removed |Added

  Component|UsabilityInitiative |WikiEditor

-- 
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 24713] WikiEditor shown on JS pages in MediaWiki

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24713

Reedy s...@reedyboy.net changed:

   What|Removed |Added

  Component|UsabilityInitiative |WikiEditor

-- 
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 23094] Wikieditor: Catch the content of the old summary field to prefill the new summary field of the publish dialog

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23094

Reedy s...@reedyboy.net changed:

   What|Removed |Added

  Component|UsabilityInitiative |WikiEditor

-- 
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 25724] WikiEditor Layout broken in Opera

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25724

Reedy s...@reedyboy.net changed:

   What|Removed |Added

  Component|UsabilityInitiative |WikiEditor

-- 
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 25458] fix help for signature in WikiEditor

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25458

Reedy s...@reedyboy.net changed:

   What|Removed |Added

  Component|UsabilityInitiative |WikiEditor

-- 
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 22450] Accesskeys insert broken char with new editor in Webkit

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22450

Reedy s...@reedyboy.net changed:

   What|Removed |Added

  Component|UsabilityInitiative |WikiEditor

-- 
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 26303] WikiEditor toc module: textarea not hidden on ProofreadPage pages

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26303

Reedy s...@reedyboy.net changed:

   What|Removed |Added

  Component|UsabilityInitiative |WikiEditor

-- 
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 25004] Update Romanian diacritics in WikiEditor toolbar

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25004

Reedy s...@reedyboy.net changed:

   What|Removed |Added

  Component|UsabilityInitiative |WikiEditor

-- 
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 23200] Copy-Paste: Browsers fail on HTML code paste on WikiEditor

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23200

Reedy s...@reedyboy.net changed:

   What|Removed |Added

  Component|UsabilityInitiative |WikiEditor

-- 
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 24831] Lqt loads page text multiple times

2011-01-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24831

nx.devn...@gmail.com changed:

   What|Removed |Added

 CC||nx.devn...@gmail.com

--- Comment #1 from nx.devn...@gmail.com 2011-01-10 07:02:53 UTC ---
If this is what I think it is, I have a fix for 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


  1   2   >