[Bug 25816] New: Querying for categories does not work on category pages

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25816

   Summary: Querying for categories does not work on category
pages
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Semantic MediaWiki
AssignedTo: mar...@semantic-mediawiki.org
ReportedBy: m...@patrick-nagel.net
CC: jeroen_ded...@yahoo.com


While a query like

{{#ask: [[{{PAGENAME}}]] | ?Category }}

works flawlessly on a page (and returns the categories a page is in), it
returns nothing on category pages (where it should list parent categories).

-- 
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 24251] The 'default' parameter of the 'free text' 'standard input' form markup tag has no effect

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24251

--- Comment #1 from Jean-Philippe Muller jeanphilippe.mulle...@gmail.com 
2010-11-07 07:44:26 UTC ---
Created attachment 7795
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=7795
Patch to the issue 24251

Tested with MW-1.15.0, SMW-1.5.0 and SF-2.0.3 (and SF-1.9)

-- 
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 22777] Separator between record items in queries cannot be changed (patch attached)

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22777

--- Comment #2 from Patrick m...@patrick-nagel.net 2010-11-07 07:51:12 UTC ---
It seems I was confused about records and record elements in a list -
recordsep is definitely not a good name for the kind of separator I was
talking about. elementsep or itemsep would probably be better.

I'll attach a patch against current SVN head, where the parameter is renamed to
'itemsep'.

Here is a live example: http://patrick-nagel.net/wiki/Contact_example

-- 
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 22777] Separator between list items in queries cannot be changed (patch attached)

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22777

Patrick m...@patrick-nagel.net changed:

   What|Removed |Added

Summary|Separator between record|Separator between list
   |items in queries cannot be  |items in queries cannot be
   |changed (patch attached)|changed (patch attached)

-- 
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 22777] Separator between list items in queries cannot be changed (patch attached)

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22777

Patrick m...@patrick-nagel.net changed:

   What|Removed |Added

   Attachment #7185|0   |1
is obsolete||

--- Comment #3 from Patrick m...@patrick-nagel.net 2010-11-07 07:54:37 UTC ---
Created attachment 7796
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=7796
Patch (against SMW 1.5.3) that introduces a query parameter itemsep, which
can be set to ;_ or br /, 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 24251] The 'default' parameter of the 'free text' 'standard input' form markup tag has no effect

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24251

Jean-Philippe Muller jeanphilippe.mulle...@gmail.com changed:

   What|Removed |Added

   Attachment #7795|0   |1
is obsolete||

--- Comment #2 from Jean-Philippe Muller jeanphilippe.mulle...@gmail.com 
2010-11-07 07:57:05 UTC ---
Created attachment 7797
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=7797
Patch to the issue 24251

There was an editing problem in the freetext.patch file. As I checked out the
SF project, the symbol ² was replaced by �, so the svn diff took this
for a modification.

-- 
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 25816] Querying for categories does not work on category pages

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25816

Jan Schoonderbeek bugzi...@saruman.biz changed:

   What|Removed |Added

 CC||bugzi...@saruman.biz

--- Comment #1 from Jan Schoonderbeek bugzi...@saruman.biz 2010-11-07 
08:10:16 UTC ---
I can't directly see if this is a bug or not. Some notes:

First, on page Category:Foo, {{PAGENAME}} returns Foo. Thus, the query
becomes
{{#ask: [[Foo]] | ?Category }}
If there is no page Foo, or it is in no category, then the result is empty.

Second, should you specify
{{#ask: [[Category:Foo]] | ?Category }}
then you're essentially selecting all pages in category Foo, and asking in
which categories each page is.

However, I've tested with
{{#ask: [[:Category:Foo]] | ?Category }}
and got no results, where I expected one - so I'll leave it to Markus et al. to
check things further.

-- 
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 25418] Add comparators for greater than and less than

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25418

Jan Schoonderbeek bugzi...@saruman.biz changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #3 from Jan Schoonderbeek bugzi...@saruman.biz 2010-11-07 
08:13:52 UTC ---
Feature added in v1.5.3

-- 
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 25816] Querying for categories does not work on category pages

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25816

--- Comment #2 from Patrick m...@patrick-nagel.net 2010-11-07 08:32:55 UTC ---
Hi Jan, thanks for looking into this.

You're right,
{{#ask: [[{{PAGENAME}}]] | ?Category }}
on a category page would not select the page I (the query) am on, but instead
the pages of that category...

But what I actually meant was your third query - which should definitely return
the parent categories as result, imo.

-- 
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 25817] New: Install Extension:Babel on ko.Wikinews

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25817

   Summary: Install Extension:Babel on ko.Wikinews
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: estel9...@naver.com


Please install Extension:Babel
(http://www.mediawiki.org/wiki/Extension:Babel) on ko.Wikinews, per this
disscussion;http://ko.wikinews.org/wiki/%EC%9C%84%ED%82%A4%EB%89%B4%EC%8A%A4:%EC%82%AC%EB%9E%91%EB%B0%A9#.EB.B0.94.EB.B2.A8
(Please don't mind the low response rate on the request, it is a small project
and nobody opposing basically means support).

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 25818] New: unserialize() error when using Oracle

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25818

   Summary: unserialize() error when using Oracle
   Product: MediaWiki
   Version: 1.16.0
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Page rendering
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: engineer...@quist.ch


I having a similar error like 11292 bug but with Oracle 10g Express Edition.
The error is:

function.unserialize Error at offset 0 of 48 bytes in
/var/www/mediawiki-1.16.0/includes/BagOStuff.php

I just installed a fresh mediawiki on Redhat Enterprise Linux using Apache
2.2.17 and PHP 5.3.3. How should I proceed with debugging. Has anybody a hint
or idea?

Thanks for your comments.

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

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


[Bug 25819] New: Thread deletion has no link back after deletion

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25819

   Summary: Thread deletion has no link back after deletion
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: LiquidThreads
AssignedTo: agarr...@wikimedia.org
ReportedBy: niklas.laxst...@gmail.com
CC: amil...@wikimedia.org, bhar...@wikimedia.org


It only suggests going to log or main page.

-- 
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 25820] New: Lqt thread action links are absolute urls instead of relative ones

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25820

   Summary: Lqt thread action links are absolute urls instead of
relative ones
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: LiquidThreads
AssignedTo: agarr...@wikimedia.org
ReportedBy: niklas.laxst...@gmail.com
CC: amil...@wikimedia.org, bhar...@wikimedia.org


Absolute urls cause for example ugly lock icon for every action when in https
mode.

-- 
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 25728] Mail sender (WikiAdmin) should be configurable

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25728

Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||ialex.w...@gmail.com
 Resolution||FIXED

--- Comment #4 from Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com 
2010-11-07 09:31:10 UTC ---
Done in r76234.

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

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


[Bug 25814] Upload Stash gives apache error

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25814

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

   What|Removed |Added

 CC||roan.katt...@gmail.com
 AssignedTo|wikibug...@lists.wikimedia. |ne...@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 25813] Special:UploadStash shows as lt; uploadstashgt; on SVN Head on SpecialPages

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25813

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

   What|Removed |Added

 CC||roan.katt...@gmail.com
 AssignedTo|wikibug...@lists.wikimedia. |ne...@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 25821] New: Edit pages should display last modified date like the main article pages do

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25821

   Summary: Edit pages should display last modified date like the
main article pages do
   Product: MediaWiki
   Version: wikimedia-deployment
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Page rendering
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: y...@tsoft.com


Some software can be downloading Edit page (like WikipediaFS, that displays
articles as files) and they need to know date of last modification just from
this page.

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

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


[Bug 25822] New: Enable FlaggedRevs on Albanian Wikipedia

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25822

   Summary: Enable FlaggedRevs on Albanian Wikipedia
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://sq.wikipedia.org/wiki/Wikipedia:Kuvendi#Flagged
_Revisions
OS/Version: All
Status: NEW
  Keywords: shell
  Severity: enhancement
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: quentin...@gmail.com


Hello,

Please enable FlaggedRevs on sqwiki.

I think that adding two new status, editor and reviewer, will be fine.
Sysops and 'crats may have the ability to add and remove members from these
groups.

See local consensus :
http://sq.wikipedia.org/wiki/Wikipedia:Kuvendi#Flagged_Revisions

Thanks by advance

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

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


[Bug 25818] unserialize() error when using Oracle

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25818

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

   What|Removed |Added

 AssignedTo|wikibug...@lists.wikimedia. |fr...@drajv.si
   |org |
   Severity|enhancement |normal

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

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


[Bug 25821] Edit pages should display last modified date like the main article pages do

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25821

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

   What|Removed |Added

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

--- Comment #1 from Roan Kattouw roan.katt...@gmail.com 2010-11-07 10:03:23 
UTC ---
Software shouldn't be using the edit page, it should be using the API, which
also exposes the last modified timestamp.

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

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


[Bug 25674] Allow blocked users to edit their talk page on frwiktionary

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25674

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||roan.katt...@gmail.com
 Resolution||FIXED

--- Comment #3 from Roan Kattouw roan.katt...@gmail.com 2010-11-07 10:17:39 
UTC ---
Done.

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

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


[Bug 23540] Add collapsible sidebar feature to all wikis

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23540

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #4 from Roan Kattouw roan.katt...@gmail.com 2010-11-07 10:22:35 
UTC ---
Was done a lng time ago.

-- 
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 25818] unserialize() error when using Oracle

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25818

--- Comment #1 from David D'Acquisto engineer...@quist.ch 2010-11-07 10:39:40 
UTC ---
Oops I missed to add the line number where the error occurs. It is line number
437.

-- 
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 25822] Enable FlaggedRevs on Albanian Wikipedia

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25822

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||roan.katt...@gmail.com
 Resolution||FIXED

--- Comment #1 from Roan Kattouw roan.katt...@gmail.com 2010-11-07 11:06:42 
UTC ---
Done after some consultation with Quentin 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 21117] Raising the default thumbnail image size from 180px to 220px on remaining wiki's

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21117

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

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #29 from Roan Kattouw roan.katt...@gmail.com 2010-11-07 11:07:12 
UTC ---
Done for all wikis quite a while ago.

-- 
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 25488] wgGroupPermissions setting causes Vector.php error

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25488

Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||ialex.w...@gmail.com
 Resolution||FIXED

--- Comment #4 from Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com 
2010-11-07 11:13:27 UTC ---
Fixed in r76239. This doesn't occur in other skins because SkinTemplate.php
line 733 checks for $wgArticle.

-- 
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 25711] Enable AbuseFilter on French Wiktionary

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25711

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||roan.katt...@gmail.com
 Resolution||FIXED

--- Comment #2 from Roan Kattouw roan.katt...@gmail.com 2010-11-07 11:34:55 
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.
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 25711] Enable AbuseFilter on French Wiktionary

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25711

--- Comment #3 from Quentinv57 quentin...@gmail.com 2010-11-07 12:06:32 UTC 
---
Thanks a lot :)

-- 
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 25257] specifying font size in pixels (px) or 1em diminishes usability

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25257

--- Comment #12 from aishood...@qk.mine.nu 2010-11-07 12:12:44 UTC ---
In the Firefox Tips  Tricks,
Wikipedia was selected for the screen shot next to the Zoom feature, introduced
with the catchy question,
Tired of tiny text?

http://www.mozilla.com/en-US/firefox/tips/

-- 
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 16739] Changing default image thumbnail size on Swedish Wikipedia

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16739

Platonides platoni...@gmail.com changed:

   What|Removed |Added

 CC||platoni...@gmail.com

--- Comment #6 from Platonides platoni...@gmail.com 2010-11-07 12:14:35 UTC 
---
The issue happened because svwiki has less thumbnail sizes. Otherwise, it would
have changed from 250px to the new global default (bug 21117) of 220px.

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

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


[Bug 25823] New: Request for Namespace Alias विपी

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25823

   Summary: Request for Namespace Alias विपी
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://mr.wikipedia.org/wiki/विकिपीडिया:कौल#लघुपथ
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mahit...@yahoo.co.in


Request for Namespace Alias विपी  to present namespace
विकिपीडिया(i.e.additional optional alternative) .

Marathi Language wikipedia has got a namespace called विकिपीडिया(corresponds to
Wikipedia namespace on en wiki,meant for project pages), We do request a
namespace  Alias  विपी .

A poll was taken out of 4 alternatives provided alias विपी  got consensus.Poll
page URL is mentioned in the links space above.

Look forward to this enhancement.Seasons greetings



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


[Bug 25824] New: Change tags should be shown in diffs

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25824

   Summary: Change tags should be shown in diffs
   Product: MediaWiki
   Version: 1.17-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Change Tagging
AssignedTo: agarr...@wikimedia.org
ReportedBy: matthew.brit...@btinternet.com


When a revision is tagged, the tags should be displayed along with the other
revision information in any diff which includes that revision.

-- 
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 25825] New: AbuseFilter: disabled filter message seems to be permanent

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25825

   Summary: AbuseFilter: disabled filter message seems to be
permanent
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: AbuseFilter
AssignedTo: agarr...@wikimedia.org
ReportedBy: matthew.brit...@btinternet.com
CC: wikibugs-l@lists.wikimedia.org


Several en.wikipedia filters display this message when viewed:

Warning: This filter was automatically disabled as a safety measure. It reached
the limit of matching more than 5.00% of actions.

However, they are obviously not disabled as they keep
tagging/warning/disallowing/whatever. Presumably at some time they were
disabled. Permanently stating this even years after the fact isn't very useful.

-- 
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 25775] Remove top 5 reviewers in the last hour from Special:ValidationStatistics

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25775

--- Comment #2 from Gurch matthew.brit...@btinternet.com 2010-11-07 13:20:09 
UTC ---
(In reply to comment #1)
 Neither is editing, but edit counters seem to pop up everywhere.

Attempts to add a top 5 editors in the past hour feature to MediaWiki would
be met with a similarly negative reaction.

Remove the feature, please.

-- 
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 25771] Special:OpenIDConvert does not obey $wgOpenIDConsumerForce

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25771

--- Comment #1 from Sergey Chernyshev sergey.chernys...@gmail.com 2010-11-07 
13:36:06 UTC ---
So, what should the behavior be? Should it just send people to a destination
endpoint?

-- 
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 23479] Some of the toolbar-API-functions don't work in a $j( document ).ready-function

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23479

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

   What|Removed |Added

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

--- Comment #2 from mybugs.m...@gmail.com 2010-11-07 13:51:49 UTC ---
A similar problem happens when changing addOnloadHook to $j(document).ready in
a script which add a new section in the sidebar:
http://pt.wikibooks.org/w/index.php?title=MediaWiki:Common.jsdiff=prevoldid=197700
If I use addOnloadHook the section is collapsible, if $j(document).ready is
used, the section is permanently hidden.

-- 
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 2170] Random page in this category feature

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2170

Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 CC||ialex.w...@gmail.com
 Resolution||DUPLICATE

--- Comment #19 from Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com 
2010-11-07 13:56:56 UTC ---


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

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

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


[Bug 15824] New Special page: Random page in category

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15824

Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com changed:

   What|Removed |Added

 CC||hemanshu_de...@yahoo.com

--- Comment #4 from Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com 
2010-11-07 13:56:56 UTC ---
*** Bug 2170 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 23479] Some of the toolbar-API-functions don't work in a $j( document ).ready-function

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23479

--- Comment #3 from mybugs.m...@gmail.com 2010-11-07 14:04:05 UTC ---
See also:
http://commons.wikimedia.org/w/index.php?title=MediaWiki%3AInterProject.jsaction=historysubmitdiff=45407092oldid=45400093

-- 
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 25770] link color in delete/undelete actions (on recentchanges, watchlist) disregards current page status

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25770

Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||ialex.w...@gmail.com
 Resolution||DUPLICATE

--- Comment #1 from Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com 
2010-11-07 14:06:02 UTC ---


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

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

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


[Bug 19397] Deleted articles appear as redlinks in watchlist even if exists

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19397

Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com changed:

   What|Removed |Added

 CC||m8r-cyc...@mailinator.com

--- Comment #3 from Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com 
2010-11-07 14:06:02 UTC ---
*** Bug 25770 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 23838] Allow specyfing custom email sender

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23838

Christian Boltz mediawiki-b...@cboltz.de changed:

   What|Removed |Added

 CC||mediawiki-b...@cboltz.de

--- Comment #3 from Christian Boltz mediawiki-b...@cboltz.de 2010-11-07 
14:25:22 UTC ---
This bug looks related to bug 6147 - maybe it's even a duplicate...

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

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


[Bug 25826] New: Upload wizard navigation panel has a color gap in Chrome 7

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25826

   Summary: Upload wizard navigation panel has a color gap in
Chrome 7
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: http://commons.prototype.wikimedia.org/uwd/Special:Upl
oadWizard
OS/Version: Linux
Status: NEW
  Severity: minor
  Priority: Normal
 Component: UploadWizard
AssignedTo: ne...@wikimedia.org
ReportedBy: vasi...@gmail.com
CC: gpaum...@wikimedia.org, asha...@wikimedia.org


Created attachment 7798
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=7798
Screenshot

See the screenshot attached.

-- 
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 25827] New: includes/DefaultSettings.php has two different defaults for $wgPasswordSender

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25827

   Summary: includes/DefaultSettings.php has two different
defaults for $wgPasswordSender
   Product: MediaWiki
   Version: wikimedia-deployment
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: Email
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mediawiki-b...@cboltz.de


includes/DefaultSettings.php has two different defaults for $wgPasswordSender:

a) (line 520 in 1.16):

/**
 * Password reminder email address
 * The address we should use as sender when a user is requesting his password
 * Default to apa...@server_name
 */
$wgPasswordSender   = 'MediaWiki Mail apache@' . $wgServerName . '';

Note: this was changed in SVN trunk r76234 to:
$wgPasswordSender = 'apache@' . $serverName;

b) (line 1720 in 1.16):
/** For email notification on page changes */
$wgPasswordSender = $wgEmergencyContact;

This is highly confusing for people who read DefaultSettings.php. Even
http://www.mediawiki.org/wiki/Manual:$wgPasswordSender 
has a section saying so ;-)

Please remove the first setting (it's always overriddenAFAIK) to remove that
confusion.

Bonus points if you move the second/remaining one near the definition of
$wgEmergencyContact so that it's easyer to see what the actual default value 
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 25827] includes/DefaultSettings.php has two different defaults for $wgPasswordSender

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25827

Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||ialex.w...@gmail.com
 Resolution||FIXED

--- Comment #1 from Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com 
2010-11-07 14:43:52 UTC ---
Already fixed in r76234.

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

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


[Bug 25828] New: UploadWizard should properly handle audio files

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25828

   Summary: UploadWizard should properly handle audio files
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: trivial
  Priority: Normal
 Component: UploadWizard
AssignedTo: ne...@wikimedia.org
ReportedBy: vasi...@gmail.com
CC: gpaum...@wikimedia.org, asha...@wikimedia.org


Created attachment 7799
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=7799
Screenshot

E.g. not render the empty box as shown on the screenshot. But there may be
other bugs (I did not check carefully).

-- 
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 2170] Random page in this category feature

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2170

Platonides platoni...@gmail.com changed:

   What|Removed |Added

 Resolution|DUPLICATE   |FIXED

--- Comment #20 from Platonides platoni...@gmail.com 2010-11-07 15:13:49 UTC 
---
Reason to close bug 15824 was the existance of
http://www.mediawiki.org/wiki/Extension:RandomInCategory

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

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


[Bug 15824] New Special page: Random page in category

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15824

Platonides platoni...@gmail.com changed:

   What|Removed |Added

 CC||platoni...@gmail.com
 Resolution|FIXED   |DUPLICATE

--- Comment #5 from Platonides platoni...@gmail.com 2010-11-07 15:14:44 UTC 
---


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

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

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


[Bug 2170] Random page in this category feature

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2170

Platonides platoni...@gmail.com changed:

   What|Removed |Added

 CC||church.of.emacs...@gmail.co
   ||m

--- Comment #21 from Platonides platoni...@gmail.com 2010-11-07 15:14:45 UTC 
---
*** Bug 15824 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 24833] DifferenceEngine class is in DifferenceInterface.php

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24833

Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||ialex.w...@gmail.com
 Resolution||FIXED

--- Comment #1 from Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com 
2010-11-07 16:28:54 UTC ---
Done in r76252.

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

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


[Bug 25619] Add more characters to ccnorm

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25619

--- Comment #1 from EdoDodo dodo.wikipe...@gmail.com 2010-11-07 16:30:17 UTC 
---
Created attachment 7800
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=7800
Proposed patch

I've attached a proposed patch that would add the characters to the AntiSpoof
checks (which are also used by the AbuseFilter).

-- 
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 24071] Allow SVG code to be used in wiki editor

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24071

--- Comment #6 from yonidebest yonideb...@gmail.com 2010-11-07 16:33:08 UTC 
---
I the suggested extention can't do what i requested, i guess its not relevent.

I can't recall why i was asked to create such a template. five months have
passed. anyway, the idea is not length, but angels. also, different shapes and
inline text could be made using such a template.

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

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


[Bug 25829] New: {{fullurl:Special:Mytalk|diff=cur}} does not work

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25829

   Summary: {{fullurl:Special:Mytalk|diff=cur}} does not work
   Product: MediaWiki
   Version: wikimedia-deployment
  Platform: All
   URL: http://en.wikipedia.org/w/index.php?title=Special:Myta
lkdiff=cur
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: entli...@gmx-topmail.de


{{fullurl:Special:Mytalk|diff=cur}} behaves as {{fullurl:Special:Mytalk}}. It
expands to a link to the most recent version of the talk page and not to a diff
link, as I'd 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 24860] Experimental live preview incompatible with wikEd

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24860

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

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

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

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


[Bug 3276] Give image gallerys fluid width

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3276

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

   Keywords||patch

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

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


[Bug 25830] New: LivePreview makes page jump

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25830

   Summary: LivePreview makes page jump
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Keywords: patch
  Severity: enhancement
  Priority: Normal
 Component: Javascript
AssignedTo: d...@ucsc.edu
ReportedBy: diebu...@gmail.com
CC: tpars...@wikimedia.org


Created attachment 7801
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=7801
patch

When using the keyboard short cut the following happens:
1. Page is scrolled down to the height of preview button
2. As soon as the preview is loaded it's scrolled up

If preview is clicked a second time:
1. Old preview content is display:none - page jumps
2. New content comes in - page jumps

The provided patch fixes that irritating behaviour. Was in use at commonswiki
for months.

-- 
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 3276] Give image gallerys fluid width

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3276

Aryeh Gregor simetrical+wikib...@gmail.com changed:

   What|Removed |Added

 CC||simetrical+wikib...@gmail.c
   ||om

--- Comment #11 from Aryeh Gregor simetrical+wikib...@gmail.com 2010-11-07 
17:33:25 UTC ---
Could you explain what exactly these CSS rules do, and say what browsers you've
tested in?  Particularly, what does the zoom: 1 do; and what browser are you
hacking with the * there before display: inline?  And how does
-moz-inline-stack differ from inline-block, for old Firefox that doesn't
implement the latter?

Perrow should just be eliminated if the width is fluid.  There's no real need
for it in that case.

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

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


[Bug 25503] Specified key was too long error in update.php script while altering categorylinks table which has myisam engine

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25503

--- Comment #14 from Aryeh Gregor simetrical+wikib...@gmail.com 2010-11-07 
17:36:43 UTC ---
Dmitriy, does it work now?

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

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


[Bug 23285] Error received at Special:UserLogin causing intermittent failure to login

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23285

--- Comment #18 from Sajuka sajuka.gen...@gmail.com 2010-11-07 18:07:37 UTC 
---
Thanks for the replys and it was the cookies not being enabled that handed out
this error to us...

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

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


[Bug 3276] Give image gallerys fluid width

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3276

--- Comment #12 from DieBuche diebu...@gmail.com 2010-11-07 18:08:22 UTC ---
zoom: 1 makes an element get hasLayout in IE.
For some reasons a block element that hasLayout and has display:inline
explicitely set, is treated as inline-block in IE6+7.

I'll have to investigate into the differences between -moz-inline-stack in FF2
and inline-block in FF3
Heres a more detailed description of the process:
http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block/

Another thing, my patch creates div class=gallerybox. Using li
class=gallerybox is semantically better though.

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

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


[Bug 24293] Cannot block IPv6 addresses blocks in short style

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24293

Aaron Schulz jschulz_4...@msn.com changed:

   What|Removed |Added

 CC||jschulz_4...@msn.com
 AssignedTo|wikibug...@lists.wikimedia. |jschulz_4...@msn.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 3276] Give image gallerys fluid width

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3276

--- Comment #13 from Aryeh Gregor simetrical+wikib...@gmail.com 2010-11-07 
18:57:28 UTC ---
If you're willing to provide a comprehensive test case and test it in all
important browsers, I'd be okay with committing this.  The test case should
include

* Small images
* Large images
* Different caption lengths
* Some exercise of various gallery options

If it looks right in at least IE6, IE7, IE8, Firefox 3.x, Opera 10.x, and
recent Chrome/Safari, then I'd be willing to try checking it in.  I'm a little
nervous because I don't know how all the crazy IE stuff works.  It would be
nice if someone who knew more about old broken IE CSS handling could review
this, like Trevor.

I'm not sure we have to worry about Firefox 2.x.  According to
http://stats.wikimedia.org/archive/squid_reports/2010-10/SquidReportClients.htm,
it's around 0.5% market share, so I guess we should make sure it doesn't
totally break.

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

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


[Bug 25713] SpecialPage::resolveAlias should normalize input

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25713

Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com changed:

   What|Removed |Added

 CC||ialex.w...@gmail.com

--- Comment #1 from Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com 
2010-11-07 19:00:15 UTC ---
Fixed in r76262.

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

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


[Bug 25831] New: Huge Page Fonts

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25831

   Summary: Huge Page Fonts
   Product: MediaWiki
   Version: wikimedia-deployment
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Page rendering
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: ms...@ti.com


Whenever I do a Wiki search the pages come up with huge
fonts.  How do I reduce the fonts?  Thank you for your
help and your service.

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

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


[Bug 25729] Add a {{CURRENTSKIN}} variable to wikitext

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25729

--- Comment #10 from Platonides platoni...@gmail.com 2010-11-07 21:00:17 UTC 
---
That may seem logical to you, but the fact is, it would use your default skin.

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

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


[Bug 25064] UploadWizard is completely broken on Opera

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25064

--- Comment #3 from Mormegil morme...@centrum.cz 2010-11-07 21:15:00 UTC ---
Currently, the behavior looks slightly different (in no way better, mind you):
The initial page has many buttons under the tutorial, clicking any of those
“Next” buttons leads to an empty page with the Upload header highlighted.
(Opera/9.80 (Windows NT 6.0; U; en) Presto/2.6.30 Version/10.63)

-- 
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 25817] Install Extension:Babel on ko.Wikinews

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25817

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

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

--- Comment #1 from Bawolff bawolff...@gmail.com 2010-11-07 21:30:49 UTC ---
marking as depends on bug 15308 since the extension has not be reviewed yet,
and that bug is about reviewing the extension.

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

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


[Bug 15308] Check Babel extension for compatibility with Wikimedia Wikis

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15308

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 Blocks||25817

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

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


[Bug 24293] Cannot block IPv6 addresses blocks in short style

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24293

Aaron Schulz jschulz_4...@msn.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Aaron Schulz jschulz_4...@msn.com 2010-11-07 22:46:38 UTC 
---
Fixed in r76275.

-- 
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 9501] List/indication of unpatrolled uploaded media files

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9501

--- Comment #9 from Krinkle krinklem...@gmail.com 2010-11-07 22:48:45 UTC ---
Oh, and before I forget. 
I was thinking about a variable like $wgUseLogPatrol instead of
$wgUserUploadPatrol.
Which would either be a boolean or an array. If boolean it disables or enables
patrolling for each log type. Or as an array to only enable it for some

ie. $wgUseLogPatrol = array( 'upload' = true, 'move' = true);

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

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


[Bug 3276] Give image gallerys fluid width

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3276

--- Comment #14 from DieBuche diebu...@gmail.com 2010-11-07 23:06:56 UTC ---
Here's a testpage I build (using li's now, I'll update the patch later..).
Looks good for me in Webkit and Firefox and Opera. I'll test IE6-8 tomorrow at
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 9501] List/indication of unpatrolled uploaded media files

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9501

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #10 from Bawolff bawolff...@gmail.com 2010-11-07 23:06:55 UTC ---
(In reply to comment #8)

 * On Special:RecentChanges the upload log entries should show a red 
 exclamation
 mark if it's unpatrolled, and the patrolled ones should be hidden when 
 clicking

I did that as part of the patch (also made the b marker for bot uploads work
too)


 * Just like NewPage patrolling is rarely done from RecentChanges (as it's
 unpractical and doesn't provide the filtering options needed) - there is
 Special:NewPages for that with options to toggle logged-in users,  patrolled
 edits and bots. The same is the case for files, patrolling files from
 RecentChanges will most likely not be done as it doesn't give the info needed
 (size, thumbnail, etc.). Special:NewFiles is suited for this perfectly. These
 four toggle options have to be added to Special:NewFiles aswell.

That might be an issue, as special:newimages uses the image table, not the RC
table. (Special:newimages also does rather weird stuff when filtering bots that
seems inefficient (It checks if the user who uploaded is currently a bot not
that they were a bot when the image was uploaded), but I'm not all that well
versed with db efficiency). There doesn't seem to be any indexes on the needed
fields in recentchanges, so filtering rc to be only uploads might be
inefficient (Again, I don't really understand the intricacies of db efficiency,
so take what i say here with salt). 

 * Although edits are mostly not new pages, the contrary is with uploads where
 the majority are 'new' and not 're-uploads'. Which means bug 15936 -like
 situations (where going to the oldid of the first revision of a file would
 -not- show the [mark] link) are unacceptable in my opinion, without it it's
 pretty useless. 


I don't think that'd be easy to do (At least not in the way I did it in the
patch above) since its patrolling the log actions, not edits, so the oldid
(revision id) has no relation to what we're patrolling.

The other issues you mention are also things that generally apply and need to
be worked on.

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

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


[Bug 3276] Give image gallerys fluid width

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3276

--- Comment #15 from DieBuche diebu...@gmail.com 2010-11-07 23:07:49 UTC ---
sry for the double post, forgot the link:
http://dl.dropbox.com/u/442163/fluidGallery.html

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

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


[Bug 25831] Huge Page Fonts

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25831

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #1 from Bawolff bawolff...@gmail.com 2010-11-07 23:17:56 UTC ---
Most browsers support the key combo ctrl+- (thats control and a minus sign held
down at the same time) to decrease font size.

The font really shouldn't be all that huge

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

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


[Bug 25831] Huge Page Fonts

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25831

Platonides platoni...@gmail.com changed:

   What|Removed |Added

 CC||platoni...@gmail.com

--- Comment #2 from Platonides platoni...@gmail.com 2010-11-07 23:33:39 UTC 
---
You may have unintentionally increased the font size (eg. Ctrl+scroll wheel)
and have such preference remembered by your browser.

In the View menu you should have an option to reduce the Zoom.
Firefox for example has teh Ctrl+0 option to go back to normal zoom.

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

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


[Bug 25832] New: allimages uses dbkey form where all pages and imageinfo uses title.

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25832

   Summary: allimages uses dbkey form where all pages and
imageinfo uses title.
   Product: MediaWiki
   Version: 1.17-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: trivial
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: hart...@videolan.org
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
vasi...@gmail.com, soxre...@gmail.com


I noticed that allimages is apparently the only API command that returns name=
instead of title= and it uses the DbKey form (with _ ) instead of the title
form of the images. This seems like an oversight to me.

-- 
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 25833] New: SpecialUpload: protected $mComment breaks SelectCategory extension

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25833

   Summary: SpecialUpload: protected $mComment breaks
SelectCategory extension
   Product: MediaWiki
   Version: 1.16.0
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Normal
 Component: Images and files
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mediawiki-b...@cboltz.de
CC: gpaum...@wikimedia.org, bryan.tongm...@gmail.com


It looks like SpecialUpload was reworked in 1.16. Unfortunately the upload
description is no longer available to other extensions (via hook).

This breaks the SelectCategory extension - the selected categories never end up
in the image:... page because SelectCategory can't add them to the upload
description. 

Therefore I propose the following patch:

Index: includes/specials/SpecialUpload.php
===
--- includes/specials/SpecialUpload.php (Revision 71214)
+++ includes/specials/SpecialUpload.php (Arbeitskopie)
@@ -31,7 +31,7 @@

/** User input variables from the description section **/
public$mDesiredDestName;// The requested target file name
-   protected $mComment;
+   public$mComment;
protected $mLicense;

/** User input variables from the root section **/


If you want to fix this really backwards-compatible, there's another issue:
Older versions of Mediawiki used $m_pageObj-mUploadDescription   *)
In 1.16 it is named $m_pageObj-mComment.
Reverting this name change would be nice ;-)

*) $m_pageObj is the object passed over in the UploadForm:BeforeProcessing hook

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

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


[Bug 24911] $wgSelectCategoryRoot ignored on Special:Upload

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24911

--- Comment #3 from Christian Boltz mediawiki-b...@cboltz.de 2010-11-08 
01:10:56 UTC ---
This is indeed caused by a change in MediaWiki. You'll need to edit a MediaWiki
core file if you need CategorySelect on upload - see bug 25833 for details.

When done, you have to do a small additional change in
SelectCategoryFunctions.php that is not covered by the patch from comment #2:

--- SelectCategoryFunctions.php (Revision 71464)
+++ SelectCategoryFunctions.php (Arbeitskopie)
@@ -125,6 +125,7 @@
 # If it is an upload we have to call a different method:
 if ( $m_isUpload ) {
   $m_pageObj-mUploadDescription .= $m_text;
+  $m_pageObj-mComment .= $m_text;
   $m_pageObj-textbox1 .= $m_text;
 }

Maybe you can remove the line with mUploadDescription. However I didn't test
that and want to be on the save side (and backward compatible) for now.
Additionally, I requested to revert the name change back to mUploadComment in
bug 25833 ;-)

-- 
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 3276] Give image gallerys fluid width

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3276

Aryeh Gregor simetrical+wikib...@gmail.com changed:

   What|Removed |Added

 CC||tpars...@wikimedia.org

--- Comment #16 from Aryeh Gregor simetrical+wikib...@gmail.com 2010-11-08 
01:17:09 UTC ---
Looks good to me.  Trevor, could you (or someone else who knows how CSS works
on old broken browsers) take a quick look at the CSS involved here and see if
it seems to make sense?

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

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


[Bug 24251] The 'default' parameter of the 'free text' 'standard input' form markup tag has no effect

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24251

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #3 from Yaron Koren yaro...@gmail.com 2010-11-08 03:40:36 UTC ---
Hi Jean-Philippe,

Thanks a lot for this patch - I just checked it in to SVN, and it'll be in the
next official version of SF, 2.0.4.

-- 
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 25834] New: Expand the gender options/selection

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25834

   Summary: Expand the gender options/selection
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: User preferences
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: p858sn...@gmail.com
CC: agarr...@wikimedia.org


We should probably have more than just Male/Female/Unspecified for our gender
options due to various reasons.

Some suggestions have been floated in this reddit discussion[1] which was
primarily about Drupal although due to how we utilize this information with the
magic words[2], I'm not all that sure how we could. 


[1].
http://www.reddit.com/r/lgbt/comments/e2l2p/first_time_ive_seen_transgender_as_an_option_for/
[2]. http://www.mediawiki.org/wiki/Help:Magic_Words#Miscellaneous

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

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


[Bug 8566] Thumbnail rendering of SVGs broken

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8566

Matthias matthias.s...@gmx.net changed:

   What|Removed |Added

URL|http://en.wikipedia.org/wik |http://commons.wikimedia.or
   |i/File:PCI_Express_logo.svg |g/wiki/Librsvg_bugs
 CC||matthias.s...@gmx.net

--- Comment #7 from Matthias matthias.s...@gmx.net 2010-11-08 05:31:21 UTC ---
There is a gallery at http://commons.wikimedia.org/wiki/Librsvg_bugs with
problematic thumbnail generation. If the browser supports SVG (everything but
IE?) the PNG should be disabled imho.

-- 
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 25707] Allow html in exif tags

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25707

--- Comment #9 from Bawolff bawolff...@gmail.com 2010-11-08 05:44:34 UTC ---
Ok, so (From my understanding):
*IE only looks at the first 255 bytes of a file
*The EXIF standard allows arbitrary whitespace at the beginning of the exif
application segment (right after the tiff header).

Proposed solution:
If we get a jpeg that fails the check, add about 255 bytes of whitespace,
change the offsets for all the exif pointers, and see if it still fails the
check. This of course would need to be tested to see if image viewers accept
the arbitrary white space in practise and so on.

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

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


[Bug 25503] Specified key was too long error in update.php script while altering categorylinks table which has myisam engine

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25503

--- Comment #15 from Dmitriy c...@uniyar.ac.ru 2010-11-08 07:05:19 UTC ---
Aryeh, yes, I've re-imported old 1.15 sql dump, updated local trunk, and re-run
php update.php and it seems to work fine. Thank you, Roan.
Next time, if I'll spot the bug, I'll open a new one instead of re-opening this
one. I just didn't knew these new tables are belonging to ResourceLoader (now I
do).

-- 
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 8566] Thumbnail rendering of SVGs broken

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8566

Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it

--- Comment #8 from Nemo_bis federicol...@tiscali.it 2010-11-08 07:20:04 UTC 
---
(In reply to comment #7)
 There is a gallery at http://commons.wikimedia.org/wiki/Librsvg_bugs with
 problematic thumbnail generation. If the browser supports SVG (everything but
 IE?) the PNG should be disabled imho.

This isn't always desirable: SVG require more bandwidth and rendering on user
end, making everything slower: see
http://leuksman.com/images/d/de/SVG-Open-2009-Wikipedia.pdf from p. 21 on.

-- 
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 25707] Allow html in exif tags

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25707

Bryan Tong Minh bryan.tongm...@gmail.com changed:

   What|Removed |Added

 CC||tstarl...@wikimedia.org

--- Comment #10 from Bryan Tong Minh bryan.tongm...@gmail.com 2010-11-08 
07:48:08 UTC ---
(In reply to comment #9)
 Proposed solution:
 If we get a jpeg that fails the check, add about 255 bytes of whitespace,
 change the offsets for all the exif pointers, and see if it still fails the
 check. This of course would need to be tested to see if image viewers accept
 the arbitrary white space in practise and so on.

Sounds reasonable to me, but this is a major change from how we have previously
handled: previously your file after upload was more or less guaranteed to be
exactly equal to that before upload. Now we are essentially losing the original
file. I don't think we should care about this, but it is something to take in
mind.

cc Tim Starling for security review of the proposed solution

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

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


[Bug 25833] SpecialUpload: protected $mComment breaks SelectCategory extension

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25833

Bryan Tong Minh bryan.tongm...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

--- Comment #1 from Bryan Tong Minh bryan.tongm...@gmail.com 2010-11-08 
07:50:21 UTC ---
This is fixed in r71903 and r71904 and will be available in the 1.16.1 release.

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

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

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


[Bug 24981] Class SpecialUpload - no interface for manipulating upload summary/mComment

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24981

Bryan Tong Minh bryan.tongm...@gmail.com changed:

   What|Removed |Added

 CC||mediawiki-b...@cboltz.de

--- Comment #4 from Bryan Tong Minh bryan.tongm...@gmail.com 2010-11-08 
07:50:21 UTC ---
*** Bug 25833 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