[Bug 28887] Special:Recentchangeslinked: doesn't work with more than one category on the same page.

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

--- Comment #2 from Bawolff bawolff...@gmail.com 2011-05-09 06:15:09 UTC ---
Caused because both Special:Recentchange and Special:Recentchangeslinked both
store configuration in a member property of the special page objects.

In SpecialPageFactory::getPage there is a line:
 self::getList()-$realName = new $className;
Which causes the special page objects to be re-used if a special page is called
multiple times in one request. Thus the same config is kept for both
transclusions.

Possible fixes is to not re-use special page objects when they are being
transclude, or to make sure the special pages clears the options property in
the execute method each time its 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 28887] Special:Recentchangeslinked: doesn't work with more than one category on the same page.

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

--- Comment #3 from Bawolff bawolff...@gmail.com 2011-05-09 06:50:32 UTC ---
(note as an aside, this is a regression in 1.16 and is not present in 1.15)

-- 
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 21318] Switch new user welcome message to manually hidden talk page box

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

--- Comment #10 from Nemo_bis federicol...@tiscali.it 2011-05-09 07:11:52 UTC 
---
(In reply to comment #9)
 If a system message isn't feasible for this, kindly detail why and offer your
 opinion on how best to achieve it. Thanks.

See comment 4.

Krinkle's suggestion of a welcome sitenotice is interesting, although it
seems a bit obtrusive (unless you keep it very short) and it wouldn't replace
user talk welcome messages.
Moreover, we would need to investigate how many users don't understand how to
dismiss the sitenotice and live with it although very annoyed (I guess they're
a lot), or some automatic expiration would be needed.

-- 
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 25953] blog tweaks

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

--- Comment #8 from Nemo_bis federicol...@tiscali.it 2011-05-09 07:30:17 UTC 
---
Created attachment 8524
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8524
Wrong width of images and main column on Firefox, Ubuntu

Speaking of strange visualizations (I hope this bug can be used for this), what
causes this? I'm currently using FF 4.0.1 on Ubuntu 11.04, but it's been like
this for a while (it's the same on Thunderbird if shown as full HTML).

I have the following warnings in the error console:

Warning: Error in parsing value for 'clear'.  Declaration dropped.
Source file: http://blog.wikimedia.org/
Line: 0

Warning: Error in parsing value for 'z-index'.  Declaration dropped.
Source file: http://s.gravatar.com/css/hovercard.css?v=3
Line: 10

Warning: Unknown property 'zoom'.  Declaration dropped.
Source file: http://s.gravatar.com/css/hovercard.css?v=3
Line: 14

Warning: Unknown property 'transform'.  Declaration dropped.
Source file: http://s.gravatar.com/css/hovercard.css?v=3
Line: 277

Warning: Error in parsing value for 'filter'.  Declaration dropped.
Source file: http://s.gravatar.com/css/hovercard.css?v=3
Line: 278

-- 
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 27593] API: add error message when sha1/sha1base36 is invalid

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

--- Comment #2 from Bryan Tong Minh bryan.tongm...@gmail.com 2011-05-09 
07:31:15 UTC ---
Well, they should contain only 0-f or 0-z respectively.

-- 
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 21318] Switch new user welcome message to manually hidden talk page box

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

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #11 from Bawolff bawolff...@gmail.com 2011-05-09 07:31:55 UTC ---
You know, if we had some equivalent to lqt's special:newmessages in core, this
would fit perfectly into that model.

Some of the comments on r66438 about sending system-user messages come to mind
(that of course is a totally separate issue, but this bug report reminded me of
that discussion)

(Also, while I'm here I'd like to say in regards to the original request, a big
+1 to comment 4)

-- 
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 28755] redirect blog.wikimediafoundation.org to blog.wikimedia.org

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

Guillaume Paumier gpaum...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #5 from Guillaume Paumier gpaum...@wikimedia.org 2011-05-09 
11:15:44 UTC ---
Yep, this was done by RobH.

-- 
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 25701] techblog.wikimedia.org's favicon is broken

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

Guillaume Paumier gpaum...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #3 from Guillaume Paumier gpaum...@wikimedia.org 2011-05-09 
11:17:07 UTC ---
Fixed with the merge of the techblog and the main Wikimedia blog.

-- 
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 25953] blog tweaks

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

Guillaume Paumier gpaum...@wikimedia.org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #9 from Guillaume Paumier gpaum...@wikimedia.org 2011-05-09 
11:23:57 UTC ---
So, a quick update:

* The URLs of blog posts reported in comment #0 (duplicate /blog/ suffix)
should be fixed.
* The blog banners don't link to anything for the reasons given in comment #6.
* The WordPress stats smiley face reported in comment #1 is now in the lower
left corner, so I guess we can call that fixed.

Nemo, the screenshot you attached makes me think you zoomed out on the blog
once (on purpose or by accident) and now your browser remembers that zoom
setting and causes the text to be shown smaller, but not the images. You should
be able to see the regular blog theme by resetting the zoom to normal in your
browser.

I'm going to mark this bug as FIXED; feel free to reopen if your problem still
exists.

-- 
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 18085] Techblog needs skin tweak

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

Guillaume Paumier gpaum...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||gpaum...@wikimedia.org
 Resolution||FIXED

--- Comment #2 from Guillaume Paumier gpaum...@wikimedia.org 2011-05-09 
11:25:15 UTC ---
Fixed with the merge of the techblog and the main Wikimedia blog. The tech blog
now uses the regular vector-ish theme.

-- 
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 12788] CSS (tracking)

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

Bug 12788 depends on bug 18085, which changed state.

Bug 18085 Summary: Techblog needs skin tweak
https://bugzilla.wikimedia.org/show_bug.cgi?id=18085

   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 21980] Lots of xhtml errors at blog.wikimedia.org

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

Guillaume Paumier gpaum...@wikimedia.org changed:

   What|Removed |Added

 CC||gpaum...@wikimedia.org
 AssignedTo|wikibugs-l@lists.wikimedia. |gpaum...@wikimedia.org
   |org |

--- Comment #1 from Guillaume Paumier gpaum...@wikimedia.org 2011-05-09 
11:26:18 UTC ---
Assigning to me so I remember to look into this.

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

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


[Bug 28840] Diffs not displaying correctly in IE because mediawiki thinks the periods in module names during load requests is someone trying to spoof extension and do the evil IE6 thing

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

--- Comment #16 from Roan Kattouw roan.katt...@gmail.com 2011-05-09 11:31:22 
UTC ---
It seems to me like the IE 6 security measure is overinclusive. Tim, didn't you
say the bug only affected URLs that don't have an extension before the question
mark? load.php URLs always do, so they should be fine.

-- 
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 28890] New: It seems lost toolbar

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

   Web browser: ---
 Bug #: 28890
   Summary: It seems lost toolbar
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: AcaWiki
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: shoo...@tom.com
Classification: Unclassified


on zh-classcical wikipedia
when i log in with a acount.and edit a page
the  tool bar do not Display on the textbox windows,
but when i log out ,
edit the same page with anonymous,
the toolbar do Display

-- 
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 28797] ApiBlock doesn't recognise ipb_already_blocked

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

--- Comment #8 from Roan Kattouw roan.katt...@gmail.com 2011-05-09 11:43:31 
UTC ---
(In reply to comment #7)
 Fixed in r87627.  It was actually a bug in the API which was exposed by 
 r83796,
 rather than being introduced by it.
The function you fixed doesn't expect nested arrays, and the documentation
mentions this (even if in passing; it says it expects and *element* of a nested
errors array), so whatever was feeding it nested arrays was at fault. The
array_shift()ing was done by the callers.

Either way, it's probably cleaner to make the de-nesting the responsibility of
parseMsg() like you did.

-- 
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 28890] Toolbar not being displayed

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

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

   What|Removed |Added

 CC||roan.katt...@gmail.com
  Component|AcaWiki |Page editing
Version|unspecified |(wikimedia-deployment)
Product|Wikimedia   |MediaWiki
Summary|It seems lost toolbar   |Toolbar not being displayed

--- Comment #1 from Roan Kattouw roan.katt...@gmail.com 2011-05-09 11:44:52 
UTC ---
Which toolbar did you select in your preferences? Which skin do you use?

-- 
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 28890] Toolbar not being displayed

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

--- Comment #2 from Zhang Yi shoo...@tom.com 2011-05-09 11:48:29 UTC ---
 i don't change the preferences ,
it changed these days ,when i used it last week the toolbar displayed

-- 
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 28877] [rowiktionary] The value of the property 'hookEvent' is null or undefined, not a Function object

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

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

   What|Removed |Added

 CC||roan.katt...@gmail.com

--- Comment #6 from Roan Kattouw roan.katt...@gmail.com 2011-05-09 11:49:51 
UTC ---
(In reply to comment #5)
 Created attachment 8523 [details]
 Recent changes
Please don't attach .doc files. If you want to attach screenshots, attach them
as PNGs or JPGs or something.

Also, are you saying the bug still isn't fixed? If so, please clearly state
what's 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 28890] Toolbar not being displayed

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

--- Comment #3 from Zhang Yi shoo...@tom.com 2011-05-09 11:53:11 UTC ---
sorry my english is no so well
i had never change my preferences and skin,it just seemed some diffrence from
last week.
i have two accout it seems have the same question.and when the toolbar don't
display, the IE said the page is wrong   on its statubar.
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 28015] BookManager: Add {{RANDOMCHAPTER}} functionality

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

Raylton P. Sousa raylton.so...@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #1 from Raylton P. Sousa raylton.so...@gmail.com 2011-05-09 
11:55:51 UTC ---
I'd Fix it in r87708, but the numeric key for {{RANDOMCHAPTER}} and
{{RANDOMCHAPTERE}} are different things, so {{RANDOMCHAPTERE}} is not the
same as {{urlencode:{{RANDOMCHAPTER or {{RANDOMCHAPTER}} etc.

Another problem is that it also can't accept custom values ​​as
{{RANDOMCHAPTER: [bookname]}}

-- 
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 28877] [rowiktionary] The value of the property 'hookEvent' is null or undefined, not a Function object

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

Daniel Tar bdane...@gmail.com changed:

   What|Removed |Added

 CC||bdane...@gmail.com
 Resolution|INVALID |DUPLICATE

--- Comment #7 from Daniel Tar bdane...@gmail.com 2011-05-09 11:56:21 UTC ---
It the same as bug #28840, wikibits.js is not loaded along with all other
legacy stuff in IE.

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

-- 
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 28840] Diffs not displaying correctly in IE because mediawiki thinks the periods in module names during load requests is someone trying to spoof extension and do the evil IE6 thing

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

Daniel Tar bdane...@gmail.com changed:

   What|Removed |Added

 CC||intevemsomhel...@hotmail.co
   ||m

--- Comment #17 from Daniel Tar bdane...@gmail.com 2011-05-09 11:56:21 UTC ---
*** Bug 28877 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 28890] Toolbar not being displayed

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

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

--- Comment #4 from Roan Kattouw roan.katt...@gmail.com 2011-05-09 12:01:38 
UTC ---


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

-- 
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 28840] Diffs not displaying correctly in IE because mediawiki thinks the periods in module names during load requests is someone trying to spoof extension and do the evil IE6 thing

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

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

   What|Removed |Added

 CC||shoo...@tom.com

--- Comment #18 from Roan Kattouw roan.katt...@gmail.com 2011-05-09 12:01:38 
UTC ---
*** Bug 28890 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 28840] Diffs not displaying correctly in IE because mediawiki thinks the periods in module names during load requests is someone trying to spoof extension and do the evil IE6 thing

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

--- Comment #19 from Roan Kattouw roan.katt...@gmail.com 2011-05-09 13:31:05 
UTC ---
(In reply to comment #13)
 Created attachment 8519 [details]
 patch to use ! marks instead of .'s in module names during requests
 
 So based on above comments this is triggered by the whole IE6 is stupid with
 extensions issue, combined with using dots to denote the hierarchy of RL 
 module
 names.
 
 So the most obvious fix (but rather hacky) would be to use ! marks instead of
 dots to denote the hierarchy (! mark chosen arbitrary. Perhaps something that
 isn't hex escaped would be better).
Hmm. The exclamation marks get urlencoded in the URLs that MW outputs in the
HTML (e.g. for link href=...) but not for AJAX requests, at least in
Firefox.

 This patch does that (only during requests
 for the user. Everything in the backend is still periods.) Not sure if this is
 an acceptable solution.
 
Thanks for this patch. It's not a good permanent solution IMO, but it's the
best we have right now to fix the site for IE users.

I committed the patch in r87711 and applied it to 1.17wmf1 (by hand) in r87712,
which is live now. The breakage should disappear within 10 minutes for
logged-in IE users, and may persist a bit longer for anonymous IE users.

Not closing the bug as FIXED because the fix is temporary and ugly.

-- 
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 28886] Height parameter works on still images, not on videos

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

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

   What|Removed |Added

 CC||hart...@videolan.org
 AssignedTo|wikibugs-l@lists.wikimedia. |hart...@videolan.org
   |org |

--- Comment #1 from Derk-Jan Hartman hart...@videolan.org 2011-05-09 13:35:37 
UTC ---
I'm working on this one and have already mostly fixed this.

Just have to figure out what to do with audio players at this moment, they are
somewhat of a weird exception to this behavior.

-- 
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 28885] Frameless video fails (or does not generate thumbnail), while frameless still images succeed

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

FT2 ft2.w...@gmail.com changed:

   What|Removed |Added

 CC||ft2.w...@gmail.com

--- Comment #1 from FT2 ft2.w...@gmail.com 2011-05-09 13:43:53 UTC ---
Typo - should read The 'thumb' parameter for a still image is _omitted_ to
cause...

-- 
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 28840] Diffs not displaying correctly in IE because mediawiki thinks the periods in module names during load requests is someone trying to spoof extension and do the evil IE6 thing

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

--- Comment #20 from Ningauble ningau...@earthlink.net 2011-05-09 14:30:14 
UTC ---
(Re. comment #11)
 See also bug 27814, bug 28851, and bug 28857 !

Typo: I meant bug 28714, not 27814.

-- 
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 28851] Display problem on ku.wikipedia

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

--- Comment #6 from Ningauble ningau...@earthlink.net 2011-05-09 14:30:38 UTC 
---
(Re. comment #5)
 This is probably a duplicate of bug 27814 and bug 28840. Cf. bug 28857.

Typo: I meant bug 28714, not 27814.

-- 
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 28891] New: Regression? Clicking on non-existing image link does not redirect to upload anymore

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

   Web browser: ---
 Bug #: 28891
   Summary: Regression? Clicking on non-existing image link does
not redirect to upload anymore
   Product: MediaWiki
   Version: 1.16.4
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Uploading
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: burobj...@gmail.com
CC: bryan.tongm...@gmail.com
Classification: Unclassified


Problem description: 
We have a wiki with lots of article's containing links to not yet existing
images. In this articles the links to this not yet existing images are used to
upload images. This makes it fairly easy to quickly add an image to a specific
article. Before version 1.16.3 the editors would click such a link and they
would be redirected to the upload form. Since 1.16.3 this does not work
anymore. 

The reason why this doesn't work anymore is due to the recommended rewrite
rules to prevent IE6 XSS attacks suggested in 1.16.3 and 1.16.4 (see also bug
#28235 https://bugzilla.wikimedia.org/show_bug.cgi?id=28235). 

Reproduction of the issue (tested in 1.16.4): 
Remove the recommended rewrite rules from Apache, restart Apache and click on a
link of a not yet uploaded image. You will be redirected to the upload form.  

Would be great if the original feature could be restored. Any clues on how to
achieve this? Contact me for more info. I'm more than willing to help solve
this.

Thanks for all the great work on 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 27593] API: add error message when sha1/sha1base36 is invalid

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

--- Comment #3 from Reedy s...@reedyboy.net 2011-05-09 15:10:40 UTC ---
0-f and 0-z

Surely it's 0123456789abcdef?

I suppose a length check, and then check for a char that doesn't match those...

-- 
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 28857] Sometimes there's undefined in a Resource loader CSS request

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

--- Comment #4 from Mark A. Hershberger m...@everybody.org 2011-05-09 
15:11:41 UTC ---
(In reply to comment #3)
 See also bug 28840

Why do you think that one is related?  From what I can see, that one is an IE
issue and what this bug describes it is not IE-specific.

-- 
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 28892] New: Sidebar at Meta-Wiki is broken

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

   Web browser: ---
 Bug #: 28892
   Summary: Sidebar at Meta-Wiki is broken
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: b...@mzmcbride.com
Classification: Unclassified


Currently the sidebar at Meta-Wiki contains items such as Meeting-text and
WikimediaForum-text when it should contain the contents of those MediaWiki
messages.

Looking into this, it's clear that there have been no recent changes to the
sidebar (http://meta.wikimedia.org/wiki/MediaWiki:Sidebar) and that these
individual messages exist
(http://meta.wikimedia.org/wiki/MediaWiki:Meetup-text and
http://meta.wikimedia.org/wiki/MediaWiki:WikimediaForum-text).

-- 
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 28861] Data URIs in style sheets gets mangeled

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

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

-- 
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 28892] Sidebar at Meta-Wiki is broken

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

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
URL||http://meta.wikimedia.org/w
   ||iki/Main_Page

--- Comment #1 from MZMcBride b...@mzmcbride.com 2011-05-09 15:13:41 UTC ---
This broken sidebar behavior is visible both logged in and logged out.

-- 
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 28892] Sidebar at Meta-Wiki is broken

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

Raimond Spekking raimond.spekk...@gmail.com changed:

   What|Removed |Added

   Priority|Normal  |Unprioritized
 CC||raimond.spekk...@gmail.com

--- Comment #2 from Raimond Spekking raimond.spekk...@gmail.com 2011-05-09 
15:14:59 UTC ---
Same reports from dewiki for Sidebar and a lot of other customized messages.
Happened last week the first time and was fixed by null edits.

-- 
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 28863] Pre 1.17 deprecated code still in use in svn head

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

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

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||m...@everybody.org
 AssignedTo|wikibugs-l@lists.wikimedia. |s...@reedyboy.net
   |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 28864] UtfNormal tests, benchmarks spew warnings about undefined constants in UtfNormal.php

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

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

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||m...@everybody.org
 AssignedTo|wikibugs-l@lists.wikimedia. |br...@wikimedia.org
   |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 28893] New: Proofread Page extension needs an API module to retrieve page status

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

   Web browser: ---
 Bug #: 28893
   Summary: Proofread Page extension needs an API module to
retrieve page status
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: ProofreadPage
AssignedTo: thoma...@gmx.de
ReportedBy: b...@mzmcbride.com
Classification: Unclassified


The Proofread Page extension
(http://www.mediawiki.org/wiki/Extension:Proofread_Page) needs an API module
to allow users to retrieve the current status of a page (without text,
problematic, 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 28865] manual synchronisation points

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

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 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 28866] book sources includes broken edit section links

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

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 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 28894] New: Proofread Page extension needs an API module to set or change page status

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

   Web browser: ---
 Bug #: 28894
   Summary: Proofread Page extension needs an API module to set or
change page status
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: ProofreadPage
AssignedTo: thoma...@gmx.de
ReportedBy: b...@mzmcbride.com
Classification: Unclassified


The Proofread Page extension
(http://www.mediawiki.org/wiki/Extension:Proofread_Page) needs an API module
to allow users to set or change page status (without text, problematic, etc.).

This is related to bug 28893.

-- 
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 28894] Proofread Page extension needs an API module to set or change page status

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

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Blocks||23855

-- 
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 23855] Non Core API Tracking bug

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

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Depends on||28894

-- 
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 28893] Proofread Page extension needs an API module to retrieve page status

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

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Blocks||23855

-- 
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 23855] Non Core API Tracking bug

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

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Depends on||28893

-- 
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 28868] display page count (of the multi-paged media file) in dimensions

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

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 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 28870] remove action=raw from Special:SiteMatrix

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

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 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 28871] Bugzilla navigation pane layout

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

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

-- 
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 28892] Sidebar at Meta-Wiki is broken

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

--- Comment #3 from MZMcBride b...@mzmcbride.com 2011-05-09 15:26:39 UTC ---
(In reply to comment #2)
 Same reports from dewiki for Sidebar and a lot of other customized messages.
 Happened last week the first time and was fixed by null edits.

Huh, yes. A null edit of
http://meta.wikimedia.org/wiki/MediaWiki:WikimediaForum-text immediately
resolved the problem for that entry in the sidebar. Is there a bug about (what
I assume is) corrupt sidebar cache?

-- 
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 28870] remove action=raw from Special:SiteMatrix

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

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 CC||s...@reedyboy.net

--- Comment #1 from Reedy s...@reedyboy.net 2011-05-09 15:28:12 UTC ---
Wonder how the sane way of falling back is... Whether to just display the api
output instead or something

-- 
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 28870] remove action=raw from Special:SiteMatrix

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

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

   What|Removed |Added

 CC||innocentkil...@gmail.com

--- Comment #2 from Chad H. innocentkil...@gmail.com 2011-05-09 15:29:54 UTC 
---
(In reply to comment #1)
 Wonder how the sane way of falling back is... Whether to just display the api
 output instead or something

Or you can just kill it like I did with Special:Statistics?action=raw.

-- 
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 28870] remove action=raw from Special:SiteMatrix

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

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #3 from Reedy s...@reedyboy.net 2011-05-09 15:32:52 UTC ---
r87723

-- 
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 28873] Make mediawiki.util.test.js test suite easily reusable and extendible

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

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

   What|Removed |Added

   Keywords||bugsmash
   Priority|Unprioritized   |Normal
 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 28875] proofread page throws exception on current trunk Call to undefined method SkinMonoBook::makeKnownLink

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

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

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||m...@everybody.org
 AssignedTo|thoma...@gmx.de |bawolff...@gmail.com

-- 
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 28876] update categorylinks when tracking category is changed

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

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 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 28878] DIFFS not working!!!

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

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||m...@everybody.org
 Resolution||DUPLICATE

--- Comment #2 from Mark A. Hershberger m...@everybody.org 2011-05-09 
15:42:32 UTC ---
Duping until I hear otherwise.

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

-- 
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 28840] Diffs not displaying correctly in IE because mediawiki thinks the periods in module names during load requests is someone trying to spoof extension and do the evil IE6 thing

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

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

   What|Removed |Added

 CC||angelof...@aol.com

--- Comment #21 from Mark A. Hershberger m...@everybody.org 2011-05-09 
15:42:32 UTC ---
*** Bug 28878 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 28840] Diffs not displaying correctly in IE because mediawiki thinks the periods in module names during load requests is someone trying to spoof extension and do the evil IE6 thing

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

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 28875] proofread page throws exception on current trunk Call to undefined method SkinMonoBook::makeKnownLink

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

--- Comment #1 from Reedy s...@reedyboy.net 2011-05-09 15:43:30 UTC ---
My IDE reports

$link = $sk-makeKnownLink( $index_namespace:$name, wfMsg(
'proofreadpage_image_message' ) );

As being a call to an unknown method

Don't think there's any debugging needed... Just update the caller

-- 
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 28880] jQuery.ui 1.8.2 slider widget seems to have troubles with IE9 in IE9 standards mode

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

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

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||m...@everybody.org

-- 
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 28885] Frameless video fails (or does not generate thumbnail), while frameless still images succeed

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

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 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 28886] Height parameter works on still images, not on videos

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

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

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||m...@everybody.org

-- 
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 28887] Special:Recentchangeslinked: doesn't work with more than one category on the same page.

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

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

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||m...@everybody.org
 AssignedTo|wikibugs-l@lists.wikimedia. |bawolff...@gmail.com
   |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 28888] Searching for a string beginning with # gives malformed suggestion

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

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

   What|Removed |Added

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

-- 
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 28888] Searching for a string beginning with # gives malformed suggestion

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

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

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
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 28889] out of memory error when deleting messages on commons

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

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

   What|Removed |Added

   Keywords||triage
   Priority|Unprioritized   |High
 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 28891] Regression? Clicking on non-existing image link does not redirect to upload anymore

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

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

   What|Removed |Added

   Keywords||triage
   Priority|Unprioritized   |Normal
 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 28895] New: Please add some interwiki sources on testwiki

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

   Web browser: ---
 Bug #: 28895
   Summary: Please add some interwiki sources on testwiki
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: quentin...@gmail.com
Classification: Unclassified


Hello.

Please add meta, incubator, frwiki, eswiki, dewiki and jawiki on testwiki
Special:Import sources.

Thanks by advance.

Quentinv57

-- 
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 28895] Please add some interwiki sources on testwiki

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

Quentinv57 quentin...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |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 18861] Search should index template expansion

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

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 on the CC list for the bug.

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


[Bug 11415] __EDITPARENTSECTION__

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

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

   What|Removed |Added

   Keywords||triage
   Priority|Low |High
 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 28896] New: Wikimedia blogs should centre-aligned

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

   Web browser: ---
 Bug #: 28896
   Summary: Wikimedia blogs should centre-aligned
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: jarry1...@gmail.com
Classification: Unclassified


(Sorry if wrong product!)

The Wikimedia blogs are now all fixed width (and therefore very narrow as a
result to include more sizes of screen). As a result, their display on wide
screens is not great. If users wide wider screens must accept a narrow display
(see also bug #20142), perhaps it could be centre aligned? I can't see what the
trade-off would be here apart from a little fiddling with the HTML/CSS to make
it happen.

Regards, Jarry1250

-- 
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 20814] Enable $wgCrossSiteAJAXdomains for wikimedia sites

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

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 22250] Enable DynamicPageList on frwikisource

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

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

   What|Removed |Added

 CC||m...@everybody.org
 AssignedTo|wikibugs-l@lists.wikimedia. |pdha...@wikimedia.org
   |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 22250] Enable DynamicPageList on frwikisource

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

--- Comment #4 from Mark A. Hershberger m...@everybody.org 2011-05-09 
17:04:16 UTC ---
Gave this to pdhanda to put it on her radar.

-- 
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 22250] Enable DynamicPageList on frwikisource

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

Mark A. Hershberger m...@everybody.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 on the CC list for the bug.

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


[Bug 22250] Enable DynamicPageList on frwikisource

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

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

   What|Removed |Added

   Priority|Normal  |High

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

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


[Bug 11868] Use transclusions to count articles as well

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

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

   What|Removed |Added

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

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

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


[Bug 25587] Wikitext for continue numbered list

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

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

   What|Removed |Added

   Keywords||bugsmash
 CC||bugzilla.wikime...@publi.pu
   ||rodha.net

-- 
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 13642] Add simple end of sublist w/o having to start a new list item.

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

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

   What|Removed |Added

URL||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 13223] Allow blank lines between list items

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

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

   What|Removed |Added

URL||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 28474] Add enable all Narayam inputs toggle to user settings

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

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

   What|Removed |Added

   Keywords||bugsmash

-- 
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 28668] Narayam input method does not take effect in many input boxes

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

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

   What|Removed |Added

   Keywords||bugsmash
 CC||bugzilla.wikime...@publi.pu
   ||rodha.net

-- 
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 28864] UtfNormal tests, benchmarks spew warnings about undefined constants in UtfNormal.php

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

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Brion Vibber br...@wikimedia.org 2011-05-09 17:46:35 UTC 
---
r87748 restores the original version of the require_once line to
UtfNormalBench.php which had been moved away in r85944 (without the
MWInit::compiledPath call added in r85327 which caused it to simply break 100%
on the generator, test, and benchmark code which does not depend on the rest of
MediaWiki).

This doesn't seem to have any problems with regular MediaWiki -- as the file is
already now included from Setup.php -- but it might have some effect on HipHop
builds, untested. Please double-check affected features.

-- 
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 26908] Make mediaWiki JS test suite better

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

--- Comment #7 from Ashar Voultoiz has...@free.fr 2011-05-09 18:02:26 UTC ---
Krinkle  since I am interested by setting up a testswarm, I will come to you
with a couple beers :-)

-- 
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 28897] New: rvparse doesn’t seem to work with rvsection

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

   Web browser: ---
 Bug #: 28897
   Summary: rvparse doesn’t seem to work with rvsection
   Product: MediaWiki
   Version: (wikimedia-deployment)
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: m.p.ropp...@web.de
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
soxre...@gmail.com, vasi...@gmail.com
Classification: Unclassified


With some articles, rvparse and rvsection don’t seem to work together, e.g.
http://en.wikipedia.org/w/api.php?action=queryprop=revisionstitles=Iron%20Maidenrvprop=contentrvsection=0rvparseformat=yamlfm.
All page content is returned. Without rvparse it works but that’s not what is
desired. Workaround is action=parse, but that could be too limited.

-- 
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 28495] Enable Collection extension on outreachwiki

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

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

   What|Removed |Added

   Priority|Normal  |High
 CC||m...@everybody.org
 AssignedTo|wikibugs-l@lists.wikimedia. |pdha...@wikimedia.org
   |org |

--- Comment #3 from Mark A. Hershberger m...@everybody.org 2011-05-09 
18:14:02 UTC ---
putting this in pdhanda's lap so she'll notice it since someone was asking
about it today on IRC.

-- 
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 28495] Enable Collection extension on outreachwiki

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

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

   What|Removed |Added

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

--- Comment #4 from Chad H. innocentkil...@gmail.com 2011-05-09 18:17:52 UTC 
---
Done.

-- 
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 15607] Implement the Interlanguage extension in Wikipedia

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

--- Comment #84 from Nikola Smolenski smole...@eunet.rs 2011-05-09 18:40:32 
UTC ---
I believe that in r87753 I fixed all the remaining issues. If no new issues
appear, the extension is good to go.

-- 
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 28784] cat. tree is not working IE8

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

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

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||m...@everybody.org

-- 
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 28892] Sidebar at Meta-Wiki is broken

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

Bergi a.d.be...@web.de changed:

   What|Removed |Added

 CC||a.d.be...@web.de

--- Comment #4 from Bergi a.d.be...@web.de 2011-05-09 18:43:56 UTC ---
It's not only the sidebar (and sidebar items, as Raimond wrote), the gadget
descriptions were also broken (I've purged all of them). This could be seen
both in [[Special:Gadgets]] and in the gadget-tab of the preferences.

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

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


[Bug 28892] Sidebar at Meta-Wiki is broken

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

Bergi a.d.be...@web.de changed:

   What|Removed |Added

   Priority|Unprioritized   |Highest

-- 
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 28785] Change logo for checkuserWiki

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

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 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 28898] New: Investigate malware listed by google on WMF sites

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

   Web browser: ---
 Bug #: 28898
   Summary: Investigate malware listed by google on WMF sites
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: s...@reedyboy.net
CC: ar...@wikimedia.org
Classification: Unclassified


http://www.google.com/safebrowsing/diagnostic?site=wikimedia.org/

http://www.google.com/safebrowsing/diagnostic?site=upload.wikimedia.org/

Reported on  IRC


CC'ing Ariel as I believe the Google auth has already been done, so is easier
to use the same account than authorising many others

-- 
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 28892] Sidebar at Meta-Wiki is broken

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

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

   What|Removed |Added

 CC||hart...@videolan.org

--- Comment #5 from Derk-Jan Hartman hart...@videolan.org 2011-05-09 19:24:32 
UTC ---
This was most likely caused by one of the servers being out of sync with the
rest last week and the results of that server getting cached. It was srv281 if
i'm not mistaken.

-- 
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 28891] Regression? Clicking on non-existing image link does not redirect to upload anymore

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

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

   What|Removed |Added

 CC||hart...@videolan.org

--- Comment #1 from Derk-Jan Hartman hart...@videolan.org 2011-05-09 19:26:17 
UTC ---
For clarity, were these external links, or [[File:image.jpg]] 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 28899] New: Startup module's Last-Modified doesn't take config changes into account

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

   Web browser: ---
 Bug #: 28899
   Summary: Startup module's Last-Modified doesn't take config
changes into account
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Resource Loader
AssignedTo: tpars...@wikimedia.org
ReportedBy: roan.katt...@gmail.com
CC: krinklem...@gmail.com, roan.katt...@gmail.com
Classification: Unclassified


The Last-Modified time of the startup module is the max of the mtimes of all
modules, but this doesn't change config changes into account. It should,
though. I guess somehow being able to specify a list of config files to check
would be best.

-- 
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 28885] Frameless video fails (or does not generate thumbnail), while frameless still images succeed

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

--- Comment #2 from Derk-Jan Hartman hart...@videolan.org 2011-05-09 19:34:02 
UTC ---
This is fixed with my fixes for height parsing that I have in store.
There is one other difference, an oggplayer is always a block elements, while a
frameless image is an inline element. I'm not sure we would want to change that
at this time.

-- 
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 28900] New: Add a keyboard layout display option to Narayam

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

   Web browser: ---
 Bug #: 28900
   Summary: Add a keyboard layout display option to Narayam
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Narayam
AssignedTo: junu...@gmail.com
ReportedBy: bugzilla.wikime...@publi.purodha.net
CC: bugzilla.wikime...@publi.purodha.net
Classification: Unclassified


This is an idea for an additional feature in Narayam which I
would appreciate.

As likely people will be using Narayam only occasionally,
it may be helpful to have a reminder pop up showing the
keyboard layout for the current shift status, while Nayrams
mapping is active, somewhat similar to Apples software keyboard.

Of course, it should be (de)selectable in Special:Preferences

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