[Bug 28929] New: interwiki transclusion fails with Cannot redeclare class HttpRequest error

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

   Web browser: ---
 Bug #: 28929
   Summary: interwiki transclusion fails with Cannot redeclare
class HttpRequest error
   Product: MediaWiki
   Version: 1.16.5
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Templates
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: pavelmala...@gmail.com
Classification: Unclassified


I have a wiki-farm but cannot make interwiki transclution works.

That's what I checked:
--
* iw_trans flag in interwiki tables is ON (=1)
* $wgEnableScaryTranscluding = true;
* Template is accessible by any (including anonymous) user
* MediaWiki core was not touched
* No extension used (now they switched on)

That's what I need:
---
There is a template Common in pool wiki - the wiki of common resources for all
wikis in the project
http://en.teopedia.org/pool/Template:Common

Transcluding works in it's own wiki just fine (see the bottom):
http://en.teopedia.org/pool/Main_Page

I've tried to put the line
{{t-en-pool:Common}}

Or
{{t-en-pool:Template:Common}}

to the another wiki in the same farm:
http://en.teopedia.org/wiki/Main_Page

where t-en-pool is a prefix in the shared interwiki table, which can be
verified in
http://en.teopedia.org/wiki/Special:Interwiki

and see a blank page in my browser. In PHP log on server I read:

[error] [client 127.0.0.8] PHP Fatal error:  Cannot redeclare class HttpRequest
in /local-path-to-mw-engine/includes/HttpFunctions.php on line 122, referer:
http://en.teopedia.org/w-wiki/indexgeaction=edit

There is the same error on MediaWiki 1.16.2, 1.16.4, 1.16.5

Is it something wrong in PHP configuration on my server? Or is it a MediaWiki
bug? 

My configuration:
-
MediaWiki 1.16.5
PHP 5.3.6 (apache2handler)
MySQL 5.0.77-log

-- 
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 28930] New: add a Close button to the last screen of the article feedback survey

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

   Web browser: ---
 Bug #: 28930
   Summary: add a Close button to the last screen of the article
feedback survey
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: ArticleFeedback
AssignedTo: tpars...@wikimedia.org
ReportedBy: amir.ahar...@mail.huji.ac.il
CC: krinklem...@gmail.com
Classification: Unclassified


The last window of the survey can be closed but the X in the corner, but it
would also be nice to have a Close button. Its absence makes the window look
a bit weird.

-- 
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 28927] ReaderFeedback should have a What is this link on the in article rating box

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

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com
  Component|ReaderFeedback  |ArticleFeedback
 AssignedTo|jschulz_4...@msn.com|tpars...@wikimedia.org

--- Comment #1 from p858snake p858sn...@gmail.com 2011-05-11 09:00:09 UTC ---
whoops wrong 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 28927] ArticleFeedback should have a What is this link on the in article rating box

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

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

Summary|ReaderFeedback should have  |ArticleFeedback should have
   |a What is this link on|a What is this link on
   |the in article rating box   |the in article rating box

-- 
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 25558] Mobile site should be rewritten in PHP

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

--- Comment #21 from Tomasz Finc tf...@wikimedia.org 2011-05-11 10:05:39 UTC 
---
(In reply to comment #20)
 Good. Where's the code? PatchOutputMobile ?
 Why does it edit the outputted html and parse it with DOM extension ??
 
 What will happen next time an output is not XHTML conformant? (eg. 
 unadvertedly
 by the sysops), whoops out goes your mobile skin (not sure how tolerant is
 loadHtml but it seems to at least give a bunch or warnings...)
 
 I thought that rewrite meant make it sensible. Yes, I see how is it 
 copying
 the ruby code, that did itin the same (wrong) way. It should be hooking as a
 Skin (or Linker, not sure how you change it after Dantman splitted them).

Yup, the work so far has been in
http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/PatchOutputMobile/.
Patrick has been working with Brion and Hampton to move that along. Can you
pass on some non conformant XHTML for us to test with? We'll take that on
during the hackathon and see how badly it explodes.

-- 
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 28931] New: Avoid for ... in loops in SemanticForms.js

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

   Web browser: ---
 Bug #: 28931
   Summary: Avoid for ... in loops in SemanticForms.js
   Product: MediaWiki extensions
   Version: any
  Platform: PC
OS/Version: Windows 7
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: SemanticForms
AssignedTo: yaro...@gmail.com
ReportedBy: langg...@ontoprise.de
CC: wikibugs-l@lists.wikimedia.org
Classification: Unclassified


Created attachment 8528
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8528
This patch reverts for-in loops back to basic style.

The Semantic Forms extension uses for ... in loops for iterating through the
indexes of an array. But for ... in actually iterates through the property
names of an object.

If the array has additional properties (e.g. from PrototypeJS) like

a.name = 'MyArray';

the JS can break with for ... in loops.

More information could be found at
http://proto-scripty.wikidot.com/prototype:tip-looping-through-arrays.

Therefore i recommend to revert for ... in loops back to the basic vanilla
for (;;) style.

I attach a patch that applies these changes to /libs/SemanticForms.js

-- 
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 28932] New: Author isn't shown on single posts archive pages

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

   Web browser: ---
 Bug #: 28932
   Summary: Author isn't shown on single posts  archive pages
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Blog
AssignedTo: gpaum...@wikimedia.org
ReportedBy: gpaum...@wikimedia.org
Classification: Unclassified


The author is shown in the byline of the main page, but isn't shown on single
posts  archive pages. This is particularly problematic now that we're using
categories for the topic-specific blogs (tech, community, global, highlights).

-- 
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 28933] New: Blog theme doesn't show gravatars

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

   Web browser: ---
 Bug #: 28933
   Summary: Blog theme doesn't show gravatars
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Blog
AssignedTo: gpaum...@wikimedia.org
ReportedBy: gpaum...@wikimedia.org
Classification: Unclassified


Globally recognized avatars ([[w:Gravatar]]) help identify commenters  authors
in discussions.

-- 
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 28934] New: Option to subscribe to follow-up comments

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

   Web browser: ---
 Bug #: 28934
   Summary: Option to subscribe to follow-up comments
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Blog
AssignedTo: gpaum...@wikimedia.org
ReportedBy: gpaum...@wikimedia.org
Classification: Unclassified


Some commenters would like the option to subscribe to follow-up comments on a
specific post.

-- 
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 28933] Blog theme doesn't show gravatars

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

--- Comment #1 from Guillaume Paumier gpaum...@wikimedia.org 2011-05-11 
12:31:08 UTC ---
Correct link: [[Gravatar]].

-- 
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 28935] New: Footer is misaligned on 404 pages

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

   Web browser: ---
 Bug #: 28935
   Summary: Footer is misaligned on 404 pages
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://blog.wikimedia.org/404.php
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Blog
AssignedTo: gpaum...@wikimedia.org
ReportedBy: gpaum...@wikimedia.org
Classification: Unclassified


The footer isn't centered, it appears to be flushed right.

-- 
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 28936] New: Cannot remove watchlist junk, either in Edit Watchlist page or by editing raw watchlist

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

   Web browser: ---
 Bug #: 28936
   Summary: Cannot remove watchlist junk, either in Edit Watchlist
page or by editing raw watchlist
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: Watchlist
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: pbugzi...@stevens-bradfield.com
Classification: Unclassified


I have a mystery entry HAGGER in my watchlist. Searching the bug database I
find that this relates to bug no 13602 and is probably because of reverted
vandalism of some page I was watching. What that bug report doesn't say is that
it seems to be impossible to get rid of the HAGGER entry in the watchlist. I
have tried (several times each) using the Edit Watchlist page and the edit the
raw file interface. In the former case, ticking the box and submitting says
that HAGGER has been removed, but actually shows HAGGER still on the list. In
the latter, I can remove the HAGGER line, but on pressing save, it reappears.
Very odd.

-- 
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 28935] Footer is misaligned on 404 pages

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

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-11 12:50:16 
UTC ---
footer has a left margin of 10em.
Inside it is p align=center style=width:100%; which means 100% the width
of the parent block. It does not mean 100% of the still available width in the
parent block :D

-- 
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 2700] Pre-save transform skips extensions using wikitext (gallery, references, footnotes, Cite, pipe trick, subst, signatures)

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

--- Comment #53 from Platonides platoni...@gmail.com 2011-05-11 15:36:02 UTC 
---
You can use things like {{subst:DATE}}. But then the {{cite web}} template
itself where you include it needs to be substed as well.

-- 
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] Wikimedia blogs should centre-aligned

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

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

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

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

   What|Removed |Added

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

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

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

   What|Removed |Added

   Priority|Unprioritized   |Highest
 CC||m...@everybody.org
 AssignedTo|wikibugs-l@lists.wikimedia. |ar...@wikimedia.org
   |org |

--- Comment #1 from Mark A. Hershberger m...@everybody.org 2011-05-11 
15:54:39 UTC ---
Ariel, I'm assigning this to you.  Let me know if you can't do it.

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

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

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 28901] Make ApiQueryBase::addTitleInfo optionally able to add the page id

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

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 28902] date in Upload Wizard form overlaps with the calendar icon in an RTL language

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

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 28899] Startup module's Last-Modified doesn't take config changes into account

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

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 28904] Update jQuery included in phase3

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

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

   What|Removed |Added

   Priority|Unprioritized   |Highest
 CC||m...@everybody.org
 AssignedTo|wikibugs-l@lists.wikimedia. |s...@reedyboy.net
   |org |

--- Comment #2 from Mark A. Hershberger m...@everybody.org 2011-05-11 
16:06:45 UTC ---
Reedy, I'm gonna ask you to take the lead on this.  Let me know if that isn't
reasonable.

-- 
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 28909] Change path to Low Saxon Wiktionary logo

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

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

   What|Removed |Added

   Keywords||shell
 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 28904] Update jQuery included in phase3

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

--- Comment #3 from Reedy s...@reedyboy.net 2011-05-11 16:24:48 UTC ---
Better with Roan, Trevor or Krinkle


I could replace it, but I'd be somewhat stuck as to fixing the issues

I'm the api/backend developer, they're the frontend ;)

-- 
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 28931] Avoid for ... in loops in SemanticForms.js

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

Yaron Koren yaro...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Yaron Koren yaro...@gmail.com 2011-05-11 16:27:59 UTC ---
Alright, that seemed like a reasonable suggestion, so I made those changes in
SVN. Thanks for the patch.

I assume this is for use by SMW+ - out of curiosity, are you planning to switch
from Prototype to jQuery at any point, or are you staying with Prototype?

-- 
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 19334] Textarea jumps when editing articles unless IE8 compatibility mode is on

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

Jeandré jac...@gmail.com changed:

   What|Removed |Added

 CC||jac...@gmail.com

--- Comment #14 from Jeandré jac...@gmail.com 2011-05-11 17:30:43 UTC ---
I'm getting the same problem with Firefox 3.6.17 under Ubuntu 10.04.

Would it be possible to have something like the size parameter for HTML img
tags, where space is held for the image even before it's been downloaded? Or
are global templates and toolbars added after the page is rendered, with no
possibility of knowing how high they'll be?

-- 
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] Customized messages from MediaWiki namespace not loaded

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

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

   What|Removed |Added

Summary|Sidebar at Meta-Wiki is |Customized messages from
   |broken  |MediaWiki namespace not
   ||loaded

--- Comment #7 from Raimond Spekking raimond.spekk...@gmail.com 2011-05-11 
17:55:05 UTC ---
Changing summary because a lot of wikis are affected. Report from itwikisource
this minute in #wikimedia-tech

-- 
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 28419] Replace MD5 password hashing with WHIRLPOOL

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

--- Comment #9 from Aryeh Gregor simetrical+wikib...@gmail.com 2011-05-11 
17:59:30 UTC ---
That would be a good idea as an optional feature with lots of scary warnings
attached.  Large sites with good backup policies could make good use of it
without worrying much about data loss.  For a random MediaWiki site that
someone installed and then forgot about, the increase in security is not going
to be worth the increase in data-loss risk, since people will reasonably assume
that they can restore the database from backup and still have their data.  It's
not just that the passwords would need to be reset, you can't even test whether
a password matches, so all the password data will be effectively destroyed if
you lose the key.

I suggest that whatever the implementation of the feature is, we make sure the
software can detect when password matching fails because of a missing or
incorrect secret key (as opposed to a wrong password).  Otherwise, all users
will just get password is incorrect errors, and since the error will be very
infrequent (only on sites that set the option and then mess up), Google and
#mediawiki will not be very helpful.  A dedicated error message will make
failures a lot easier to diagnose.

-- 
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] Customized messages from MediaWiki namespace not loaded

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

Ariel T. Glenn ar...@wikimedia.org changed:

   What|Removed |Added

 CC||ar...@wikimedia.org

--- Comment #8 from Ariel T. Glenn ar...@wikimedia.org 2011-05-11 18:02:47 
UTC ---
The reporter sees a reference to srv288 in the page source. Another reporter
says he's seen this from many different servers.

-- 
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 28419] Replace MD5 password hashing with WHIRLPOOL

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

--- Comment #10 from Brion Vibber br...@wikimedia.org 2011-05-11 18:09:56 UTC 
---
If it's an optional setting, it should be easy to detect that the hash is
requesting a key that's empty/unconfigured, and toss out a more specific error.

-- 
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 28937] New: The /* Empty */ coment inserted by RawPage::getArticleText should be localizable

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

   Web browser: ---
 Bug #: 28937
   Summary: The /* Empty */ coment inserted by
RawPage::getArticleText should be localizable
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Internationalization
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mybugs.m...@gmail.com
Classification: Unclassified


Currently, if a user of a non-english wiki goes to a page like
http://pt.wikipedia.org/w/index.php?title=MediaWiki:InexistentScript.jsaction=rawctype=text/javascript
he gets the following:

/* Empty */

I think the text inserted inside this comment should be in the site language,
not always in English.

-- 
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 28937] The /* Empty */ coment inserted by RawPage::getArticleText should be localizable

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

--- Comment #1 from Brion Vibber br...@wikimedia.org 2011-05-11 18:17:44 UTC 
---
This text is actually included as a workaround for Internet Explorer 5 for
Macintosh, which got confused by 0-byte output and kept trying to download,
thus blocking other stuff in the browser.

It could as easily be '/* */', and may actually be acceptable to just drop by
now. (IE/Mac is pretty much dead these days, and if we're loading user/site
JS/CSS via ResourceLoader it's not a case that'll regularly come up anymore.)

Looks like some extensions might still be loading supplementary CSS pages like
MediaWiki:GeSHi.css via action=raw though, those should get cleaned 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 28928] PHP NOTICE in wfArrayToCGI

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

--- Comment #1 from Brion Vibber br...@wikimedia.org 2011-05-11 18:26:38 UTC 
---
Is this an E_NOTICE or an exception? I don't see any code that throws an
exception with the message 'Ask nike', and there doesn't seem to be a line
number or anything referring to any particular code inside wfArrayToCGI.

-- 
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 28937] The /* Empty */ coment inserted by RawPage::getArticleText should be localizable

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

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-05-11 
18:28:48 UTC ---
I agree with brion. The comment should be removed if possible. Otherwise it can
be as it is.

-- 
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 28928] PHP NOTICE in wfArrayToCGI

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

--- Comment #2 from Niklas Laxström niklas.laxst...@gmail.com 2011-05-11 
18:29:30 UTC ---
The notice would be an array to string conversion or some such. I just hacked
exception there to get a backtrace.

-- 
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 28928] PHP NOTICE in wfArrayToCGI

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

--- Comment #3 from Brion Vibber br...@wikimedia.org 2011-05-11 18:29:40 UTC 
---
Oh I see -- that's alternate code to throw an exception at the point where an
E_NOTICE would have been thrown...?

Seems to be a multiple-level array in the input, which wfArrayToCGI doesn't
expect.

-- 
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 28928] PHP NOTICE in wfArrayToCGI

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

--- Comment #4 from Niklas Laxström niklas.laxst...@gmail.com 2011-05-11 
18:30:27 UTC ---
The notice would be an array to string conversion or some such. I just hacked
exception there to get a backtrace.

-- 
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 28938] New: mwEmbed fails to save subtitles on some videos

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

   Web browser: ---
 Bug #: 28938
   Summary: mwEmbed fails to save subtitles on some videos
   Product: mwEmbed
   Version: unspecified
  Platform: PC
OS/Version: Windows 7
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: Timed text
AssignedTo: d...@ucsc.edu
ReportedBy: d...@moonflare.com
Classification: Unclassified


Using Firefox 4.0.1. Steps:

1. Enable mwEmbed in Wikimedia Commons user preferences.
2. Go to:
http://commons.wikimedia.org/wiki/File:Citing_sources_tutorial,_part_1.ogv
3. Hover over video, click CC, click Universal subtitles editor.
4. Click Done button three times.
5. Click Save subtitles.

The following Javascript error appears at the top of the page, and the Saving
subtitles dialog box hangs indefinitely without completing the save operation:

Error: uncaught exception: [Exception... Index or size is negative or greater
than the allowed amount code: 1 nsresult: 0x80530001
(NS_ERROR_DOM_INDEX_SIZE_ERR) location:
http://prototype.wikimedia.org/mwe-gadget/mwEmbed/ResourceLoader.php?class=mirosubs,mw.style.mirosubswidget,mw.MiroSubsConfig,mw.ui.languageSelectBox,$j.ui.autocomplete,$j.ui.comboboxurid=r192uselang=en
Line: 68]

Error: Script error.

This occurs even if subtitles were supplied in Universal Subtitles. I lost my
subtitles work on this video, which was frustrating - if it was a longer video
I would have been quite upset.

-- 
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 28938] mwEmbed fails to save subtitles on some videos

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

Derrick Coetzee d...@moonflare.com changed:

   What|Removed |Added

URL||http://commons.wikimedia.or
   ||g/wiki/File:Citing_sources_
   ||tutorial,_part_1.ogv
Web browser|--- |Mozilla Firefox 4.x

-- 
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 2700] Pre-save transform skips extensions using wikitext (gallery, references, footnotes, Cite, pipe trick, subst, signatures)

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

Svick gsv...@gmail.com changed:

   What|Removed |Added

 CC||gsv...@gmail.com

--- Comment #54 from Svick gsv...@gmail.com 2011-05-11 18:44:59 UTC ---
(In reply to comment #53)
 You can use things like {{subst:DATE}}. But then the {{cite web}} template
 itself where you include it needs to be substed as well.

You mean something like ref{{subst:cite web | … | accessdate = {{subst:DATE}}
}}/ref? That doesn't work.

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


[Bug 28939] New: Warn if HTML comment is unterminated/broken (show warning)

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

   Web browser: ---
 Bug #: 28939
   Summary: Warn if HTML comment is unterminated/broken (show
warning)
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Page editing
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: deletesoftw...@yandex.ru
Classification: Unclassified


When a page contains an unterminated HTML content, it is usually in error.

If the unterminated comment is in the middle of an article, it is easy to
notice and understand the reason (if you know what an HTML comment is). If it
is in the list of categories or interwiki links, not so much.

There should be a warning when a comment is unterminated.

-- 
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 28939] Warn if HTML comment is unterminated/broken (show warning)

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

--- Comment #1 from deletesoftw...@yandex.ru 2011-05-11 18:47:06 UTC ---
This was suggested by Daniel_WMDE on #wikimedia-tech.

-- 
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 28928] PHP NOTICE in wfArrayToCGI

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

Max Semenik maxsem.w...@gmail.com changed:

   What|Removed |Added

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

--- Comment #5 from Max Semenik maxsem.w...@gmail.com 2011-05-11 18:48:16 UTC 
---
Since you've already hacked the source, can you dump that function's input?

-- 
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 28928] PHP NOTICE in wfArrayToCGI

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

--- Comment #6 from Niklas Laxström niklas.laxst...@gmail.com 2011-05-11 
18:51:34 UTC ---
Should not be hard to guess from the request url.

-- 
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 28909] Change path to Low Saxon Wiktionary logo

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

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

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


[Bug 28910] Alternate module versions for ResourceLoader (A/B testing, opt-in betas, Gadget testing)

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

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 28911] sidebar links in linklist

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

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

   What|Removed |Added

   Priority|Unprioritized   |Lowest
 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 28913] UploadWizard: link to cc-by-sa license in default licensing for own work

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

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

   What|Removed |Added

   Priority|Unprioritized   |Lowest
 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 28940] New: SVG files with height attribute doesn't get scaled up

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

   Web browser: ---
 Bug #: 28940
   Summary: SVG files with height attribute doesn't get scaled up
   Product: MediaWiki
   Version: 1.17
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: Page rendering
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: a.d.be...@web.de
Classification: Unclassified


Small SVG files embedded with [[File:foo.svg|x500px]] don't get enlarged. The
png generator would work, but the wrong image is embedded: the one with the
default size of the svg.
Examples would be [[File:AB-Rast.svg|x30px]] or [[File:AB-AS.svg|x30px]]. This
is not reproducable with every 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 28914] Adding 'ipblock-exempt' userright to the Bots usergroup in enwiki

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

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

   What|Removed |Added

   Keywords||shell
   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 28915] Implement QUnit Test Suite for MediaWiki JS

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

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 28917] Install seems to try to GRANT when not necessary

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

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|NEW |RESOLVED
 CC||m...@everybody.org
 Resolution||FIXED

--- Comment #5 from Mark A. Hershberger m...@everybody.org 2011-05-11 
19:37:11 UTC ---
marking this resolved for now, reopen if the diff doesn't fix it

-- 
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 28919] Add message parsing mode stripping markup

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

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 28920] Add message parsing mode allowing inline html elements

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

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 28919] Add message parsing mode stripping markup

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

--- Comment #3 from Brion Vibber br...@wikimedia.org 2011-05-11 19:47:48 UTC 
---
Well, this isn't a case where you want to parse the message -- the message is
structured text: a list containing bunch of different lines of text. Running
through parsing and then stripping tags would destroy that structure, and
probably make it impossible to extract the individual lines.

-- 
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 28419] Replace MD5 password hashing with WHIRLPOOL

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

--- Comment #11 from Aryeh Gregor simetrical+wikib...@gmail.com 2011-05-11 
19:55:42 UTC ---
I'd say the best thing to do is store a hash of the secret salt in the
database.  If the secret salt is, say, a 40-byte hexadecimal string, a hash
won't disclose any info about it.  Then before storing or checking any
passwords, verify that the salt in config matches the hash in the database, and
abort with a specific error if it doesn't.  That will detect if the salt has
changed as well as if it's not configured.  It will also catch errors when
storing new passwords, not just retrieving old ones, so you don't have
different passwords stored with different secret salts.

-- 
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 2700] Pre-save transform skips extensions using wikitext (gallery, references, footnotes, Cite, pipe trick, subst, signatures)

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

--- Comment #55 from Platonides platoni...@gmail.com 2011-05-11 21:00:21 UTC 
---
Try using {{#tag:ref|{{subst:cite web | … | accessdate = {{subst:DATE}} }} }}

-- 
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 28929] interwiki transclusion fails with Cannot redeclare class HttpRequest error

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

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||bawolff...@gmail.com
 Resolution||INVALID

--- Comment #1 from Bawolff bawolff...@gmail.com 2011-05-11 21:16:42 UTC ---
Its because you have the HTTP php extension installed (aka this one:
http://www.php.net/manual/en/intro.http.php ) which is not compatible with
MediaWiki before 1.17. You need to either disable that extension, or upgrade to
at least 1.17.

-- 
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 28904] Update jQuery included in phase3

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

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 AssignedTo|s...@reedyboy.net|wikibugs-l@lists.wikimedia.
   ||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 28731] mw.FlickrChecker.js

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

Lupo lupo.bugzi...@gmail.com changed:

   What|Removed |Added

   Attachment #8483|0   |1
is obsolete||

--- Comment #6 from Lupo lupo.bugzi...@gmail.com 2011-05-11 22:00:21 UTC ---
Created attachment 8529
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8529
Zip file containing the Flinfo 2.4 distribution.

Obsoletes earlier 2.3 zip file. Flinfo 2.4 fixes a number of minor bugs,
contains a much newer phpFlickr library, and can retrieve information about
Picasa images.
See the contained readme file.

License for flinfo is of course still GPL; phpFlickr is LGPL. The Curly.php
cURL wrapper contained in ./lib is also LGPL. Maybe it's useful for somebody.

-- 
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 19334] Textarea jumps when editing articles unless IE8 compatibility mode is on

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

--- Comment #15 from Aryeh Gregor simetrical+wikib...@gmail.com 2011-05-11 
22:00:24 UTC ---
What exact behavior are you seeing in Firefox?  It doesn't sound like the same
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 25558] Mobile site should be rewritten in PHP

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

--- Comment #22 from Aryeh Gregor simetrical+wikib...@gmail.com 2011-05-11 
22:02:09 UTC ---
loadHtml() is unlikely to break on malformed input.  The bigger issue is that
doing it this way is both fragile and requires more code, compared to just
writing a skin.  The only reason to hack the HTML output is if you're not
familiar with the MediaWiki codebase or skin system, in which case that's
easier than doing it properly -- but I'd hope Wikimedia has enough employees
who understand MediaWiki to do it right.

-- 
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 25558] Mobile site should be rewritten in PHP

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

--- Comment #23 from Reedy s...@reedyboy.net 2011-05-11 22:12:56 UTC ---
I'd still hope we'd be looking at a more skin based solution... So other
people can use it without spinning up other services and such

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

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

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #1 from Bawolff bawolff...@gmail.com 2011-05-11 22:17:19 UTC ---
Looks as if the option was programmed to only apply to the content returned,
not when the content is parsed. I agree that's confusing and should probably be
changed.

-- 
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 17486] Parser generates malformed XML with a list inside a table

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

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

URL|http://en.wikipedia.org/w/i |
   |ndex.php?title=User_talk:Io |
   |ethaction=edit |
 CC||diebu...@gmail.com

--- Comment #22 from DieBuche diebu...@gmail.com 2011-05-11 22:24:24 UTC ---
tl;dr
If this is only about list inside tables, could someone provide a testcase at
translatewiki.org, all previous have been deleted; I think this was 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 28941] New: Fatal error: Cannot redeclare class HTMLForm in

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

   Web browser: ---
 Bug #: 28941
   Summary: Fatal error: Cannot redeclare class HTMLForm in
   Product: MediaWiki
   Version: 1.16.5
  Platform: PC
OS/Version: Linux
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: move...@gmail.com
Classification: Unclassified


I upgraded my wiki from 1.15.1 to 1.16.3.

Everything appears to work fine except the Special pages give this error:
Fatal error: Cannot redeclare class HTMLForm

-- 
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 28941] Fatal error: Cannot redeclare class HTMLForm in

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

move...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |High

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

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


[Bug 28942] New: Limit edit summary to 200 characters in Reject changes

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

   Web browser: ---
 Bug #: 28942
   Summary: Limit edit summary to 200 characters in Reject
changes
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: FlaggedRevs
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: danny.lei...@gmail.com
CC: asha...@wikimedia.org, innocentkil...@gmail.com,
jschulz_4...@msn.com, pdha...@wikimedia.org,
ro...@wikimedia.org
Classification: Unclassified


To reproduce:
1. Made a few edits as user without 'editor' rights
2. As editor Reject changes 
3. In Edit summary enter more than 200 characters 
4. Click Reject these changes
5. Open history tab (?action=history) - in edit summary will be only first 200
characters

Probably the best solution is to add maxlength=200 as in standard 'edit
summary' field under the edit box.

-- 
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 28941] Fatal error: Cannot redeclare class HTMLForm in

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

--- Comment #1 from Reedy s...@reedyboy.net 2011-05-11 22:34:50 UTC ---
in where?

Also, you should've gone to 1.16.5?

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

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


[Bug 25558] Mobile site should be rewritten in PHP

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

--- Comment #24 from MZMcBride b...@mzmcbride.com 2011-05-11 22:57:41 UTC ---
(In reply to comment #23)
 I'd still hope we'd be looking at a more skin based solution... So other
 people can use it without spinning up other services and such

Right. I started a thread on wikitech-l to discuss this:
http://lists.wikimedia.org/pipermail/wikitech-l/2011-May/053305.html.

-- 
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 25653] FCKeditor doesn't work in the latest version of MW with any RTL installation

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

Gadi Cohen dra...@wastelands.net changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||dra...@wastelands.net
 Resolution|FIXED   |

--- Comment #7 from Gadi Cohen dra...@wastelands.net 2011-05-12 00:12:16 UTC 
---
The above patch does not properly fix the problem.

Although it solves the 'unterminated string' error, the changed line is still
incorrect.  The result is that although FCKeditor will now 'load', the style
sheets are still not loaded and style formatting is absent from the editor.

I've created a diff against the diff above that properly solves the problem.
http://www.mediawiki.org/wiki/Extension_talk:FCKeditor_(Official)#Extension_doesn.27t_work_with_RTL_languages_.28exists_in_1.16-r69707_and_trunk-r87608.29_SOLVED

In short, there needs to be a commma between the location of the two style
sheets.

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

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

Bug 26676 depends on bug 25653, which changed state.

Bug 25653 Summary: FCKeditor doesn't work in the latest version of MW with any 
RTL installation
https://bugzilla.wikimedia.org/show_bug.cgi?id=25653

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 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 25653] FCKeditor doesn't work in the latest version of MW with any RTL installation

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

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

 CC||p858sn...@gmail.com
 Blocks|26676   |

--- Comment #8 from p858snake p858sn...@gmail.com 2011-05-12 00:45:34 UTC ---
de-blocking from 26676, this is a extension so its not blocking the 1.17
release.

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

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

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

 Depends on|25653   |

-- 
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 28931] Avoid for ... in loops in SemanticForms.js

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

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #2 from Bawolff bawolff...@gmail.com 2011-05-12 00:47:58 UTC ---
Note, you don't necessarily have to not use for..in loops, you just need to use
the hasOwnProperty method of Object to check. (see
http://javascript.crockford.com/code.html#for%20statement )

-- 
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 28931] Avoid for ... in loops in SemanticForms.js

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

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

   Keywords||patch, reviewed
 CC||p858sn...@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 25653] FCKeditor doesn't work in the latest version of MW with any RTL installation

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

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

   Keywords|need-review |patch, reviewed

--- Comment #9 from p858snake p858sn...@gmail.com 2011-05-12 00:50:21 UTC ---
-need-review +reviewd. patch has been applied.

-- 
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 28943] New: Ampersand character in preloadtitle urls return Wikimedia errors

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

   Web browser: ---
 Bug #: 28943
   Summary: Ampersand character in preloadtitle urls return
Wikimedia errors
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: blocker
  Priority: Unprioritized
 Component: Page editing
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: afterthespaghe...@mailinator.com
Classification: Unclassified


Trying to display an ampersand using %26amp%3B in a url, particularly when it
is located in a preloadtitle parameter for index.php, gives a Wikimedia
Foundation error: Error: ERR_ACCESS_DENIED, errno [No Error] but this method
works fine for the %26ndash%3B character.

-- 
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 28943] Ampersand character in preloadtitle urls return Wikimedia errors

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

TeleComNasSprVen afterthespaghe...@mailinator.com changed:

   What|Removed |Added

URL||http://en.wikipedia.org/w/i
   ||ndex.php?title=Wikipedia:Ad
   ||ministrators'%20noticeboard
   ||action=editsection=newpr
   ||eloadtitle=%26amp%3B

-- 
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 28943] Ampersand character in preloadtitle urls return Wikimedia errors

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

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com
  Component|Page editing|General/Unknown
Product|MediaWiki   |Wikimedia
   Severity|blocker |minor

--- Comment #1 from Bawolff bawolff...@gmail.com 2011-05-12 01:05:34 UTC ---
Isn't that block to stop broken bots who don't interpret html entities
properly?


I suggest you just don't use amp; in the preloadtitle. In 99.% of
circumstances just a plain  will be fine (Actually I can't even think of a
single circumstance where this is needed. Just use an , mediawiki will deal
with it fine. If you need to use the  as part of something that'd normally be
an entity you can use #26;).

Changing component to Wikimedia, since this is done on the squid level, and
does not appear to be an issue with mediawiki 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 28842] User rights disappear on update to 1.16.5 on a wiki with Lockdown

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

Ryan Schmidt skizz...@gmail.com changed:

   What|Removed |Added

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

--- Comment #8 from Ryan Schmidt skizz...@gmail.com 2011-05-12 01:13:21 UTC 
---
Fixed in r87897, has not been backported to the 1.16 branch as of 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 28419] Replace MD5 password hashing with WHIRLPOOL

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

--- Comment #12 from Happy-melon happy.melon.w...@gmail.com 2011-05-12 
00:06:51 UTC ---
But given that the whole point is to include a physical barrier to someone
being able to brute-force a stolen database on a GPU cluster or somesuch,
storing a hash of the non-db key in the db turns the problem back into resting
on the preimage security of whatever hash function is used on the key. 
Generate the (potentially many) preimages that match the hash (by brute force
if necessary), and run them in parallel in a dictionary attack on the entire
password set.  You only need *one* user to have used a trivial password to
identify which of the hash preimages is the actual secret key, thereafter it's
exactly the same as currently, just with a larger salt.  Having a non-db secret
key only provides a fundamentally *new* layer of protection (as opposed to just
an incrementally stronger implementation of the existing security) if no
information at all about it is stored in the database.  

This is all rather off-topic for this particular bug, anyway...

-- 
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 28915] Implement QUnit Test Suite for MediaWiki JS

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

--- Comment #2 from Krinkle krinklem...@gmail.com 2011-05-12 01:36:13 UTC ---
More of Point 1, 2 and 3 tackled in r87898.

-- 
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 28944] New: Create wikimedia-dc-announce mailing list

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

   Web browser: ---
 Bug #: 28944
   Summary: Create wikimedia-dc-announce mailing list
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Mailing lists
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: aude.w...@gmail.com
Classification: Unclassified


Please create a wikimedia-dc-announce mailing list ASAP and assign me as admin.

-- 
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 28929] interwiki transclusion fails with Cannot redeclare class HttpRequest error

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

Pavel Malakhov pavelmala...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |

--- Comment #2 from Pavel Malakhov pavelmala...@gmail.com 2011-05-12 04:03:40 
UTC ---
As I said in description above, I have disabled all MediaWiki extensions and
still have the same problem. Now I've disabled them again, which can be
verified in
http://en.teopedia.org/wiki/Special:Version

And still can not use transcluding - the PHP error is the same.

Or perhaps you mean not a MediaWiki extension, but something else? What HTTP
php extension did you mean?

-- 
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 28940] thumbs of SVG images where only height parameter is specified do not get scaled up beyond their normal width

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

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com,
   ||bryan.tongm...@gmail.com
  Component|Page rendering  |Images and files
Summary|SVG files with height   |thumbs of SVG images where
   |attribute doesn't get   |only height parameter is
   |scaled up   |specified do not get scaled
   ||up beyond their normal
   ||width
   Severity|major   |normal

--- Comment #1 from Bawolff bawolff...@gmail.com 2011-05-12 04:57:44 UTC ---
Caused because if the width is unspecified, it is taken to be the normal width
of the image. This makes sense for bitmap images where we don't want to scale
beyond the natural width of the image. For vectorized images, less so.

-- 
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 28940] thumbs of SVG images where only height parameter is specified do not get scaled up beyond their normal width

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

--- Comment #2 from Bawolff bawolff...@gmail.com 2011-05-12 05:05:19 UTC ---
Created attachment 8530
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8530
Patch to make max height of an svg image only depend on $wgSVGMaxSize

Here's a patch that changes it so the max width for vectorized images, when
only the height is specified is $wgSVGMaxSize instead of being the actual width
of the image.

Not sure if this is the right place to put the check (but i guess where the
current check already is). Also it kind of uses $wgSVGMaxSize in a more generic
way (for all vectorized images, not just svgs) than the variable name would
suggest. Something doesn't feel quite right about it.

Anyways, I'm not sure if this patch is right. I might commit it later when
I'm not as tired.

-- 
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 28929] interwiki transclusion fails with Cannot redeclare class HttpRequest error

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

--- Comment #3 from Bawolff bawolff...@gmail.com 2011-05-12 05:15:47 UTC ---
Or perhaps you mean not a MediaWiki extension, but something else? What HTTP
php extension did you mean?

The php extension (which is fairly different from a mediawiki extension). The
one I gave a link to in comment 1. To verify which php extensions are installed
you have to create a php file containing just ?php phpinfo() (without the
quotes), and view it in your web browser.

You probably need to disable it in your php.ini file, or perhaps run the
command 
$pecl uninstall HTTP (or perhaps using your system's package manager)

Anyways, removing it probably varies with how you have your system set up. If
you're using a shared host, you'll probably have to talk to whomever you buy
web hosting from.


Anyways, this naming conflict should probably be fixed with the 1.17 release of
MediaWiki (bug 25872)

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