[Bug 10733] api.php can return an wikimedia foundation error html page

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10733


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

   What|Removed |Added

 CC||dorozyns...@poczta.onet.pl




--- Comment #8 from Roan Kattouw roan.katt...@gmail.com  2009-05-26 06:03:26 
UTC ---
*** Bug 18920 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 18694] Spanish wikipedia XML dump problems

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18694





--- Comment #3 from Tomasz Finc tf...@wikimedia.org  2009-05-26 08:41:52 UTC 
---
It doesn't seem to affect all articles within that time range though making it
a bit hard to find other examples. Can you give me a list of 10 
or so more that are still affected in the latest dump 20090519. Gómez Plata
got updated and is now dumping correctly.


-- 
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 18922] New: MIDI files - inconsistent handling of [[File:...]] vs [[:File:...]] vs [[Media:...]]

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18922

   Summary: MIDI files - inconsistent handling of [[File:...]] vs
[[:File:...]] vs [[Media:...]]
   Product: MediaWiki
   Version: 1.15-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: File/Repo
AssignedTo: innocentkil...@gmail.com
ReportedBy: happy-me...@live.com


I'm not actually sure which component handles MIDI playback in MW, so I stuck
this in the general file/repo, please move it if you know where it belongs.

There is currently inconsistent handling of links to media files between MIDI
and OGG:

[[:File:Foo.ogg]] -- link to file description page, as expected
[[:File.Foo.midi]] -- link to file description page, as expected

[[Media:Foo.ogg]] -- Downloads file on FF3.0.10
[[Media:Foo.midi]] -- *plays* file in distinct window on FF3.0.10

[[File:Foo.ogg]] -- Inline widget to play file inline
[[File:Foo.midi]] -- links to file description page

Without a doubt, [[File:Foo.midi]] should be either an inline widget or a link
to the same play-in-separate-window process that's currently achieved with
[[Media:Foo.midi]].  I realise that the variation between the [[Media:...]]
calls may be browser-dependent, but that's also something that should be looked
into.  These functions should have consistent handling.


-- 
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 18923] New: uploadcorrupt error message is vague and confusing

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18923

   Summary: uploadcorrupt error message is vague and confusing
   Product: MediaWiki
   Version: 1.16-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Uploading
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: tstarl...@wikimedia.org


The uploadcorrupt message, The file is corrupt or has an incorrect extension.
Please check the file and upload again. is vague and confusing and commonly
leads to support requests:

http://toolserver.org/~mzmcbride/cgi-bin/mw-logs.py?search=The%20file%20is%20corrupt%20or%20has%20an%20incorrect%20extension

It can be generated when either:
* MimeMagic detected unknown/unknown but extension is listed as recognizable,
or
* MimeMagic detected a type which was different to the type suggested by the
extension.

The details of why the upload was rejected are logged in exquisite detail to
the debug log, but the user doesn't get to see any of that. Some users
(presumably Windows users from the post Win 95 era) don't really understand
file extensions and are easily confused by talk about them. Sometimes the error
is the fault of the external detection utility and extra details need to be
provided for debugging. 

I suggest:

* Splitting messages for the unknown/unknown case from the different MIME
type case
* Mapping the most common file extensions and the most common MIME types to a
set of localised messages, so that we can talk about e.g. JPEG instead of
image/jpeg and .jpg. 
* Providing the detected type, the file extension, and the type that the file
extension implies, as message parameters.


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

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


[Bug 18924] New: In combination with MW 1.16 alpha, newest SVN DynamicPageList breaks general layout through error messages

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18924

   Summary: In combination with MW 1.16 alpha, newest SVN
DynamicPageList breaks general layout through error
messages
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: http://160.45.63.55/test/Special:Version
OS/Version: All
Status: NEW
  Severity: critical
  Priority: Normal
 Component: DynamicPageList
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: g.m.haged...@gmail.com


UNCERTAIN whether this is here to be called DYNAMIC PAGE LIST or DYNAMIC PAGE
LIST 2 - (not even the mediawiki.org documentation really knows which is which
- kind of another bug...)

Bug appears in combination with mediawiki 1.16 alpha only, 1.15alpha (r49438)
is still ok with the DPL extension. It certainly is a problem in the
interaction, not sure on which side.

Warning: Call-time pass-by-reference has been deprecated - argument passed by
value; If you would like to pass it by reference, modify the declaration of
[runtime function name](). If you would like to enable call-time
pass-by-reference, you can set allow_call_time_pass_reference to true in your
INI file. However, future versions may not support this any longer. in ...
mediawikistaging/extensions/DynamicPageList/DynamicPageList2.php on line 3882

Warning: Cannot modify header information - headers already sent by (output
started at
/usr/share/mediawikistaging/extensions/DynamicPageList/DynamicPageList2.php:3882)
in ... mediawikistaging/phase3/includes/WebResponse.php on line 16

Warning: Cannot modify header information - headers already sent by (output
started at ...
mediawikistaging/extensions/DynamicPageList/DynamicPageList2.php:3882) in ...
mediawikistaging/phase3/includes/WebResponse.php on line 16


Verified: commenting out
require_once($IP/extensions/DynamicPageList/DynamicPageList2.php); makes the
problem disappear.


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

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


[Bug 17376] Option to suppress attribute links in result tables of #ask

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17376





--- Comment #3 from Christian Illy christian.i...@gmx.de  2009-05-26 09:52:07 
UTC ---
Hi Dan,

thanks for the reply. I know about the template way but unfortunately that's
very undynamic since I'd have to write one template per table (or at least for
each different number of columns or a template with many #if's for every
possible number of columns ;) ).

If there's no other input from the devs who actually know about that specific
part of SMW I'll just have to trace the code somehow myself. Just hoped that
this idea would be welcomed here so I would just have to wait for the next
release ;D

Regards,
Chris


-- 
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 18925] New: history.js removes class names of list elements on initialization

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18925

   Summary: history.js removes class names of list elements on
initialization
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: User interface
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: b.mano...@gmail.com


Created an attachment (id=6154)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=6154)
A patch for this bug

Currently the initial call of diffcheck() from /skins/common/history.js removes
the class names for all list elements but the first two. I propose a simple
patch which corrects this behaviour.


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

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


[Bug 18926] New: Firefox crashes when trying to play the video

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18926

   Summary: Firefox crashes when trying to play the video
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: http://sandbox.kaltura.com/testwiki/index.php/ArielTest
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: MetaVidWiki
AssignedTo: d...@ucsc.edu
ReportedBy: ido.set...@kaltura.com


Firefox 3.0.10 crashes when you click play (on the first video).


-- 
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 18927] New: Can't switch stream selection with FireFox

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18927

   Summary: Can't switch stream selection with FireFox
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: http://sandbox.kaltura.com/testwiki/index.php/ArielTest
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: MetaVidWiki
AssignedTo: d...@ucsc.edu
ReportedBy: ido.set...@kaltura.com


Can't switch stream selection using FF 3.0.10 - I see the other options but
can't choose them.


-- 
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 18926] Firefox crashes when trying to play the video

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18926


ido.set...@kaltura.com ido.set...@kaltura.com changed:

   What|Removed |Added

 OS/Version|All |Windows XP




-- 
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 18927] Can't switch stream selection with FireFox

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18927


ido.set...@kaltura.com ido.set...@kaltura.com changed:

   What|Removed |Added

 OS/Version|All |Windows XP




-- 
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 18928] New: Pause button doesn't pause the video

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18928

   Summary: Pause button doesn't pause the video
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: http://sandbox.kaltura.com/testwiki/index.php/ArielTest
OS/Version: Windows XP
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: MetaVidWiki
AssignedTo: d...@ucsc.edu
ReportedBy: ido.set...@kaltura.com


Pause button doesn't pause the video on IE7


-- 
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 18927] Irrelevant strean sources are displayed

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18927


ido.set...@kaltura.com ido.set...@kaltura.com changed:

   What|Removed |Added

Summary|Can't switch stream |Irrelevant strean sources
   |selection with FireFox  |are displayed




-- 
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 18849] Don't intermingle local and international time notations

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18849


jida...@jidanni.org changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |
Summary|Implement Japanese and North|Don't intermingle local and
   |Korean calendars|international time notations




--- Comment #5 from jida...@jidanni.org  2009-05-26 11:58:11 UTC ---
Please apply attachment 6139 to stop intermingling local and international time
notations.
They will then be international first, then local afterwards.


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

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


[Bug 18849] Don't intermingle local and international time notations

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18849


jida...@jidanni.org 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 18724] Allow different levels of hiding with wpHideUser

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18724


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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||LATER




--- Comment #4 from Aaron Schulz jschulz_4...@msn.com  2009-05-26 12:09:48 
UTC ---
(In reply to comment #3)
 Why would anyone want to hide names that are just insulting, looks like
 overkill. The other category needs more elaboration. What Oversights want 
 this?
 Adding new ways to make account names disappear is fairly serious, so some
 details and rationales are in order.
 

Putting this on hold now.


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

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


[Bug 18818] add RevisionDeletion component to cover RevDeleted, HideUser, etc

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18818


Tim Starling tstarl...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




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

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


[Bug 18855] require commandLine.inc properly

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18855


jida...@jidanni.org changed:

   What|Removed |Added

 Blocks||700
Summary|require(./commandLine.inc): |require commandLine.inc
   |failed to open stream: No   |properly
   |such file   |




--- Comment #1 from jida...@jidanni.org  2009-05-26 12:20:39 UTC ---
There is only one commandLine.inc:
$ find  -name commandLine.inc
./maintenance/commandLine.inc
So all of these could be replaced by one single best choice.

Of all of them,
1 require( './commandLine.inc' );
1 require( '../commandLine.inc' );
are the ones that will put one's program out of business if one is not
in the proper current directory.

maintenance/language/digit2html.php, and
maintenance/convertUserOptions.php are implicated. Please apply this
patch for the latter. The rest can wait for now.


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

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


[Bug 700] Code quality issues (tracking)

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=700


jida...@jidanni.org changed:

   What|Removed |Added

 Depends on||18855




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

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


[Bug 18772] RevDeleted layout misleading

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18772


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

   What|Removed |Added

 CC||jschulz_4...@msn.com
 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #3 from Aaron Schulz jschulz_4...@msn.com  2009-05-26 12:29:31 
UTC ---
Message removed in r51009


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

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


[Bug 18840] RevDelete/HideUser (tracking)

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18840


Bug 18840 depends on bug 18772, which changed state.

Bug 18772 Summary: RevDeleted layout misleading
https://bugzilla.wikimedia.org/show_bug.cgi?id=18772

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED



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

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


[Bug 11654] updateSearchIndex.php assumes it is the writing for the only wiki using the disk

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11654





--- Comment #8 from jida...@jidanni.org  2009-05-26 12:30:55 UTC ---
What does everybody think of my patch?

The only cons would be:
1. A one time starting from scratch, as we are using a new .pos file.
2. We don't remove the old searchUpdate.pos left behind.

Are these big concerns?


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

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


[Bug 18929] New: Audio and video are not in synch

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18929

   Summary: Audio and video are not in synch
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: http://sandbox.kaltura.com/testwiki/index.php/ArielTest
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: MetaVidWiki
AssignedTo: d...@ucsc.edu
ReportedBy: ido.set...@kaltura.com


Audio and video are not in synch using FF 3.5b4 (on both players - it gets
adjusted after a couple of plays).


-- 
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 18929] Audio and video are not in synch

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18929


ido.set...@kaltura.com ido.set...@kaltura.com changed:

   What|Removed |Added

 OS/Version|All |Windows XP




-- 
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 17806] Specific log for revision deletions

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17806


Happy-melon happy-me...@live.com changed:

   What|Removed |Added

 CC||happy-me...@live.com
  Component|General/Unknown |Revision deletion




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

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


[Bug 18335] Log entries for deleting log entries are opaque

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18335


Happy-melon happy-me...@live.com changed:

   What|Removed |Added

 CC||happy-me...@live.com
  Component|Deleting|Revision deletion




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

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


[Bug 18455] RevDeleted links not available at times when they should be or may be urgently needed

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18455


Happy-melon happy-me...@live.com changed:

   What|Removed |Added

 CC||happy-me...@live.com
  Component|Deleting|Revision deletion




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

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


[Bug 18472] Suppression log filtered by offender, as Oversight log can be.

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18472


Happy-melon happy-me...@live.com changed:

   What|Removed |Added

 CC||happy-me...@live.com
  Component|Deleting|Revision deletion




-- 
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 18745] Superfluous revision deletion links present in log entries

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18745


Happy-melon happy-me...@live.com changed:

   What|Removed |Added

 CC||happy-me...@live.com
  Component|Deleting|Revision deletion




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

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


[Bug 18746] The (hide) button on revision deletion is confusing, displayed when revision is already hidden

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18746


Happy-melon happy-me...@live.com changed:

   What|Removed |Added

 CC||happy-me...@live.com
  Component|Deleting|Revision deletion




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

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


[Bug 18747] deletion log shown on page re-creation is filled with useless individual revision supression entries

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18747


Happy-melon happy-me...@live.com changed:

   What|Removed |Added

 CC||happy-me...@live.com
  Component|Deleting|Revision deletion




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

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


[Bug 18753] RevDeleted to link to the actual revision(s) involved for all users

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18753


Happy-melon happy-me...@live.com changed:

   What|Removed |Added

  Component|Deleting|Revision deletion




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

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


[Bug 18772] RevDeleted layout misleading

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18772


Happy-melon happy-me...@live.com changed:

   What|Removed |Added

  Component|Deleting|Revision deletion




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

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


[Bug 18839] Misleading text/layout in RevisionDelete

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18839


Happy-melon happy-me...@live.com changed:

   What|Removed |Added

 CC||happy-me...@live.com
  Component|Deleting|Revision deletion




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

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


[Bug 18931] New: SRF Exhibit: URLs need to be encoded in facets

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18931

   Summary: SRF Exhibit: URLs need to be encoded in facets
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: SemanticResultFormats
AssignedTo: d...@aifb.uni-karlsruhe.de
ReportedBy: laur...@alquier.org
CC: wikibugs-l@lists.wikimedia.org


I recently updated my version of Semantic Result Formats and I noticed links
from facets appear to be broken. I could swear it used to work before but I
can't tell which version was working.

Basically - links used for the title of facets and links used values of
properties are not escaped properly and appear as 'broken' as soon as special
characters are used. This is visible from the Map, Timeline and Tile views
(since the Table view removes all hyperlinks for some odd reason).

I tracked the issue down to the use of the same string both for display and URL
of a '_wpg' type. 

I tried messing with URL encoding of the property values at line 296 :

switch($object-getTypeID()){
case '_wpg':
---$textstack[] =
$object-getLongText($outputmode,$this-getLinker(0));

Replacing spaces by '_' on that line seems to be working, however, using URL
encoding functions creates other issues (such as encoded characters become
visible in the table view).

I ended up fixing the issue by replacing full URLs in lines 247 ($lensstack[])
and 254 ($lenssrc = ) (using scriptPath and 'index.php?title=') by short URLs
as defined on my wiki. Going from short URL mapping to full URL takes care of
proper encoding of spaces and other special characters.

This solution is a hack though. There must be a clean way to do this instead of
expecting the existence of short URLs mappings :)


-- 
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 18849] Don't intermingle local and international time notations

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18849


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

   What|Removed |Added

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




--- Comment #6 from Niklas Laxström niklas.laxst...@gmail.com  2009-05-26 
13:37:49 UTC ---
ISO has always come as last, why change that?


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


[Bug 18364] rebuildrecentchanges needs to act the same as plain recentchanges

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18364


jida...@jidanni.org changed:

   What|Removed |Added

  Component|Recent changes  |Maintenance scripts
Summary|array of boring event types |rebuildrecentchanges needs
   |to exclude from |to act the same as plain
   |recentchanges   |recentchanges
Version|1.15-svn|1.16-svn




--- Comment #13 from jida...@jidanni.org  2009-05-26 13:46:43 UTC ---
OK, one can get grudgingly by with e.g.,
$wgLogRestrictions['newusers']='editinterface' to keep things also out of
recentchanges.
however, rebuildrecentchanges still needs to act the same as plain
recentchanges.
Hence I'm changing the Summary.


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

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


[Bug 18932] New: Don't intermingle local and international time notations

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18932

   Summary: Don't intermingle local and international time notations
   Product: MediaWiki
   Version: 1.16-svn
  Platform: All
OS/Version: All
Status: NEW
  Keywords: patch
  Severity: enhancement
  Priority: Normal
 Component: Internationalization
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: shinji...@gmail.com
CC: niklas.laxst...@gmail.com, jida...@jidanni.org
Depends on: 18849


+++ This bug was initially created as a clone of Bug #18849 +++
+++ Reported by Jidanni +++

In r50778 the http://en.wikipedia.org/wiki/Minguo_calendar of Taiwan has been
implemented.

An excellent reuse of code could be had here by now also implementing the
http://en.wikipedia.org/wiki/Juche#Calendar of North Korea, as it is the
exactly the same as Taiwan's (year 98=2009).

While you are at it, consider implementing
http://en.wikipedia.org/wiki/Japanese_era_name , as the article says
Japanese era names are still in use. Government offices usually require
era names and years for official papers.

So just as here in Taiwan, one can imagine many government etc. offices where
they would be overjoyed to be able to use such dates.

As I am very much not the right man for this job, I would like to leave this
bug
in the system to give others an opportunity to evaluate and/or implement it.

--
Bug 18849 comment 4
Jidanni:
attachment 6139
Group international time notation systems together at top instead of split

--
Bug 18849 comment 5
Jidanni:
Please apply attachment 6139 to stop intermingling local and international time
notations.
They will then be international first, then local afterwards.

--
Bug 18849 comment 6
Niklas:
ISO has always come as last, why change that?


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

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


[Bug 18849] Don't intermingle local and international time notations

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18849


Shinjiman shinji...@gmail.com changed:

   What|Removed |Added

 Blocks||18932




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

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


[Bug 18932] Don't intermingle local and international time notations

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18932


jida...@jidanni.org changed:

   What|Removed |Added

 Depends on|18849   |




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

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


[Bug 18849] Don't intermingle local and international time notations

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18849


jida...@jidanni.org changed:

   What|Removed |Added

 Blocks|18932   |




--- Comment #7 from jida...@jidanni.org  2009-05-26 13:49:39 UTC ---
OK, I see. Then instead of putting all international before local, put
all local before international. What ever you do, don't intermingle them.


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

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


[Bug 18849] Implement Japanese and North Korean calendars

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18849


Shinjiman shinji...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED
Summary|Don't intermingle local and |Implement Japanese and North
   |international time notations|Korean calendars




--- Comment #8 from Shinjiman shinji...@gmail.com  2009-05-26 13:51:38 UTC ---
The position of the ISO date is a seperate issue for that, please add the
comments in the bug 18931 instead.

The original purpose of this bug has been FIXED before.


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

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


[Bug 18932] Don't intermingle local and international time notations

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18932





--- Comment #1 from Shinjiman shinji...@gmail.com  2009-05-26 13:53:54 UTC ---
Bug 18849 comment 7
Jidanni:
OK, I see. Then instead of putting all international before local, put
all local before international. What ever you do, don't intermingle them.


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

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


[Bug 18932] Don't intermingle local and international time notations

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18932


jida...@jidanni.org changed:

   What|Removed |Added

 Depends on||18849




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

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


[Bug 18849] Implement Japanese and North Korean calendars

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18849


jida...@jidanni.org changed:

   What|Removed |Added

 Blocks||18932




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

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


[Bug 18195] Allow changing preferences via API

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18195


Soxred93 soxre...@gmail.com changed:

   What|Removed |Added

 CC||soxre...@gmail.com
 AssignedTo|agarr...@wikimedia.org  |soxre...@gmail.com
 Status|ASSIGNED|NEW




-- 
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 18929] Audio and video are not in synch

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18929





--- Comment #1 from ido.set...@kaltura.com  2009-05-26 14:03:01 UTC ---
boty players using Java and VLC.


-- 
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 18928] Pause button doesn't pause the video

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18928





--- Comment #1 from ido.set...@kaltura.com  2009-05-26 14:03:25 UTC ---
Using Java and VLC


-- 
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 18927] Irrelevant stream sources are displayed

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18927


ido.set...@kaltura.com ido.set...@kaltura.com changed:

   What|Removed |Added

Summary|Irrelevant strean sources   |Irrelevant stream sources
   |are displayed   |are displayed




-- 
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 18849] Implement Japanese and North Korean calendars

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18849


Shinjiman shinji...@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 18037] Fatal error in LqtBaseView.php

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18037


Andrew Garrett agarr...@wikimedia.org changed:

   What|Removed |Added

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




--- Comment #2 from Andrew Garrett agarr...@wikimedia.org  2009-05-26 
14:26:56 UTC ---
Should be fixed as of r51021, apologies for the very long turnaround time.


-- 
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 18933] New: log message for threads being moved from page to page is totally wrong

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18933

   Summary: log message for threads being moved from page to page is
totally wrong
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: LiquidThreads
AssignedTo: agarr...@wikimedia.org
ReportedBy: agarr...@wikimedia.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 18933] log message for threads being moved from page to page is totally wrong

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18933





--- Comment #1 from Andrew Garrett agarr...@wikimedia.org  2009-05-26 
14:29:02 UTC ---
pre
# (Move log); 00:24 . . Andrew (Talk | contribs | block) moved Thread:Hello, my
name is Andrew (1) to Thread:Hello, my name is Andrew (1) (Because I rock)
/pre

That was the log entry for moving that thread from 'Talk:Main page' to
'Discussion 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 18935] New: in IE7 Java - all controls are non-responsive

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18935

   Summary: in IE7 Java - all controls are non-responsive
   Product: MediaWiki extensions
   Version: any
  Platform: PC
OS/Version: Windows Vista
Status: NEW
  Severity: major
  Priority: Normal
 Component: MetaVidWiki
AssignedTo: d...@ucsc.edu
ReportedBy: eran.kuz...@kaltura.com
CC: ariel.hit...@kaltura.com


in IE7 Java - all controls are non-responsive

open the test page in IE7
change the engine to java

after clicking on the initial play


all controls of the player has no effect on the playing video

you can only control it from the java control bar


-- 
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 15137] Any Date radio button on LiquidThreads archive pages invisible in Opera 9.5

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15137


Andrew Garrett agarr...@wikimedia.org changed:

   What|Removed |Added

 CC||agarr...@wikimedia.org
Summary|On archive pages the radio  |Any Date radio button on
   |button for Any date is not|LiquidThreads archive pages
   |shown   |invisible in Opera 9.5




--- Comment #5 from Andrew Garrett agarr...@wikimedia.org  2009-05-26 
15:48:28 UTC ---
Updated summary


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

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


[Bug 18847] Implement gendered Chinese pronouns, for that personal touch

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18847


Shinjiman shinji...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED




--- Comment #5 from Shinjiman shinji...@gmail.com  2009-05-26 15:49:14 UTC ---
Fixed with r51027.


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

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


[Bug 18841] Only ask gender by default if it will be in fact used for the current language

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18841


Bug 18841 depends on bug 18847, which changed state.

Bug 18847 Summary: Implement gendered Chinese pronouns, for that personal touch
https://bugzilla.wikimedia.org/show_bug.cgi?id=18847

   What|Old Value   |New Value

 Status|REOPENED|RESOLVED
 Resolution||FIXED



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

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


[Bug 17553] Call to a member function ... on a non-object at different places

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17553





--- Comment #11 from Andrew Garrett agarr...@wikimedia.org  2009-05-26 
15:49:27 UTC ---
Hopefully I'll come across this in some reproducible way.


-- 
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 18930] New: initStats does not refresh active_users count (with patch)

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18930

   Summary: initStats does not refresh active_users count (with
patch)
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Maintenance scripts
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: ppi...@wikia.com


site_stats.ss_active_users count is refreshed on each visit to
special:statistics page (modulo wgMiserMode switch) - to make it more up to
date than the rest of stats (which are refreshed via maintenance/initStats
script), presumably. But it is not refreshed by initStats script itself what is
strange and what bites sites with premanent/frequent wgMiserMode states.

Patch:
Index: maintenance/initStats.inc
===
--- maintenance/initStats.inc   (revision 9043)
+++ maintenance/initStats.inc   (working copy)
@@ -20,8 +20,13 @@
wfOut( {$pages}\nCounting number of users... );

$users = $dbr-selectField( 'user', 'COUNT(*)', '', __METHOD__ );
-   wfOut( {$users}\nCounting number of admins... );
+   wfOut( {$users}\nCounting number of active users... );

+   $active_users = $dbr-selectField( 'recentchanges', 'COUNT( DISTINCT
rc_user_text )',
+array( 'rc_user != 0', 'rc_bot' = 0, rc_log_type !=
'newusers' OR rc_log_type IS NULL ),
+__METHOD__ );
+   wfOut( {$active_users}\nCounting number of admins... );
+
$admin = $dbr-selectField( 'user_groups', 'COUNT(*)', array(
'ug_group' = 'sysop' ), __METHOD__ );
wfOut( {$admin}\nCounting number of images... );

@@ -41,6 +46,7 @@
'ss_good_articles' = $good,
'ss_total_pages' = $pages,
'ss_users' = $users,
+   'ss_active_users' = $active_users,
'ss_admins' = $admin,
'ss_images' = $image );
$conds = array( 'ss_row_id' = 1 );


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

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


[Bug 17519] Confusing log entries when moving threads

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17519


Andrew Garrett agarr...@wikimedia.org changed:

   What|Removed |Added

 CC||agarr...@wikimedia.org




--- Comment #1 from Andrew Garrett agarr...@wikimedia.org  2009-05-26 
15:54:12 UTC ---
*** Bug 18933 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 18936] New: Colour-dependent positioning errors in SVG rasterisation

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18936

   Summary: Colour-dependent positioning errors in SVG rasterisation
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Images and files
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: t_edwa...@btinternet.com


Three SVG files identical in every way but their colour have been rendered
differently:

http://en.wikipedia.org/wiki/File:Crowned_Portcullis.svg
http://en.wikipedia.org/wiki/File:Crowned_Portcullis_red.svg
http://en.wikipedia.org/wiki/File:Crowned_Portcullis_green.svg

The issue is along the centre of the image from top to bottom. The black image
has a barely-noticeable seam, and the red image has no seam at all, yet the
green image has a very noticeable seam all the way through. It may be helpful
to zoom in on the rasters to see what I'm talking about.

The left half of the image is mirrored to create the right half, which explains
but doesn't excuse the seam - the two halves actually *overlap* each other!

Given that the seam comes and goes depending on the size of the raster, I'd
tentatively put this down to rounding errors...


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

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


[Bug 18832] Alternative sitenotice accessibility for users with limited JavaScript support

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18832





--- Comment #1 from jida...@jidanni.org  2009-05-26 14:36:09 UTC ---
In a javascript enabled browser I noticed there are all kinds of votes
and board resolutions
http://meta.wikimedia.org/wiki/Licensing_update/Result going on. The
non-javascript user would have no idea any of this happened.

Many organizations are required to send such items by paper mail. Yes,
WMF is different, but still shouldn't place all legal notification
stakes on the tenuous thread of javascript being enabled.


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

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


[Bug 18936] Colour-dependent positioning errors in SVG rasterisation

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18936


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

   What|Removed |Added

 CC||simetrical+wikib...@gmail.co
   ||m
  Component|Images and files|General/Unknown
Product|MediaWiki   |Wikimedia




--- Comment #1 from Aryeh Gregor simetrical+wikib...@gmail.com  2009-05-26 
16:01:54 UTC ---
Not a MediaWiki issue.  MediaWiki doesn't do SVG rasterization, it just passes
off to third-party tools.  Refiling as Wikimedia.  Checking whether it works in
the latest version of whatever SVG renderer we use (librsvg, was it?) would
probably be helpful.


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

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


[Bug 18841] Only ask gender by default if it will be in fact used for the current language

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18841


jida...@jidanni.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME




--- Comment #8 from jida...@jidanni.org  2009-05-26 16:08:57 UTC ---
I'm impressed by what can be done with this e.g., bug 18847, so much, and I
suppose prefs-help-gender is grudgingly adequate explanation, so WORKSFORME.
Thanks. Bye.


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

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


[Bug 18934] New: new user created by OpenID does not appear in user creation log

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18934

   Summary: new user created by OpenID does not appear in user
creation log
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: OpenID
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: fred...@narfum.org


When a user logs in with his OpenID and a new account gets created by this
procedure, it doesn't appear in the Special:Log/newusers. MediaWiki version
1.14.0


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

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


[Bug 18937] New: Default MediaWiki:Confirmrecreate produces incorrect output when the delete reason was empty

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18937

   Summary: Default MediaWiki:Confirmrecreate produces incorrect
output when the delete reason was empty
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: User interface
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mikelifegu...@fastmail.fm


Created an attachment (id=6155)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=6155)
Shows the output mentioned

Attaching a screenshot momentarily. If the deletion reason was empty then this
message outputs a single indented apostophe, which it shouldn't do. Maybe just
use

:$2 instead of putting it in italics - then you'll see  when the reason is
empty, which is correct though a bit ugly. Better would be to conditionally
output that part of the message.


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

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


[Bug 17736] tooltip mismatch in diff, zh-tw

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17736


Alex S.H. Lin ale...@mail2000.com.tw changed:

   What|Removed |Added

 CC||ale...@mail2000.com.tw
 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #6 from Alex S.H. Lin ale...@mail2000.com.tw  2009-05-26 15:13:46 
UTC ---
Fixed on r51023


-- 
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 18936] Colour-dependent positioning errors in SVG rasterisation

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18936





--- Comment #2 from Tom Edwards t_edwa...@btinternet.com  2009-05-26 17:11:37 
UTC ---
I've just given up trying to compile librsvg for Windows. GNU is as
impenetrable as ever...

Someone else will have to test the latest build.


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

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


[Bug 17806] Specific log for revision deletions

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17806





--- Comment #16 from cenarium.sy...@gmail.com  2009-05-26 17:27:32 UTC ---
Many deletions are automatic, and the vast majority of them are not checked. We
generally trust our sysops, but we should still consider potential mistake and
abuse when implementing a new functionality. The fact this topic has been
surrounded by controversy makes it even more needed.

Yet, this is not the primary reason justifying a separate log, but simply
because those actions are not of the same type, and sufficiently different
technically and in use. One will generally want to check 'page deletions' and
not 'revision deletions', or vice-versa. Not having the differentiation would
be more time consuming due to the volume of operations.

Incidentally, I don't see what negative effects this could have. We have four
quasi-unused log types on enwiki (merge, import, global rights and global
account), and this is not seen as a big problem. But this one would be much
more used.


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

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


[Bug 18938] New: Please activate Rollback on Simple.Wikibooks

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18938

   Summary: Please activate Rollback on Simple.Wikibooks
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: abi...@forgotten-beauty.com


Hello, 

Please activate rollback on Simple.Wikibooks so Administrators can give it to
users to help fighting against vandalism.

http://simple.wikibooks.org/wiki/Wikibooks:Simple_talk#Rollback

Best regards, 
Huib


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

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


[Bug 18938] Please activate Rollback on Simple.Wikibooks

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18938


Shinjiman shinji...@gmail.com changed:

   What|Removed |Added

   Keywords||shell




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

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


[Bug 18938] Please activate Rollback on Simple.Wikibooks

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18938


Rob Halsell rhals...@wikimedia.org changed:

   What|Removed |Added

 CC||rhals...@wikimedia.org
 Status|NEW |ASSIGNED
   Keywords|shell   |




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

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


[Bug 18938] Please activate Rollback on Simple.Wikibooks

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18938


Rob Halsell rhals...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #1 from Rob Halsell rhals...@wikimedia.org  2009-05-26 17:48:03 
UTC ---
The group 'rollbacker' has been added, identical to the group and settings for
that group as seen on simplewiki.  Sysops can assign and remove users from this
group, which has the rollback permission.


-- 
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 18589] Enable AbuseFilter on Cantonese Wikipedia

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18589


Rob Halsell rhals...@wikimedia.org changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED




--- Comment #7 from Rob Halsell rhals...@wikimedia.org  2009-05-26 17:52:08 
UTC ---
The above request has been added to the configuration.


-- 
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 16290] Creation of namespace 'Portal' at bar.wikipedia.org

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16290


Rob Halsell rhals...@wikimedia.org changed:

   What|Removed |Added

 Status|REOPENED|ASSIGNED




--- Comment #9 from Rob Halsell rhals...@wikimedia.org  2009-05-26 17:56:36 
UTC ---
I have cleaned up the watchlists, as well as ran some other scripts for
cleaning up and resolving the above.  Please check and see if it is fixed, if
not, let me know what is still broken.

Thanks!


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

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


[Bug 18924] In combination with MW 1.16 alpha, newest SVN DynamicPageList breaks general layout through error messages

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18924


Gero Scholz gero.sch...@t-online.de changed:

   What|Removed |Added

 CC||gero.sch...@t-online.de




--- Comment #1 from Gero Scholz gero.sch...@t-online.de  2009-05-26 18:16:02 
UTC ---
I think the problem is NOT related to MW 1.16.
It also appears in earlire versions.
In DPL version 1.7.9 the problem should be resolved.


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

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


[Bug 18939] New: New transclusion classes

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18939

   Summary: New transclusion classes
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Extensions requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: blindwande...@gmail.com


Currently there is only one class of transclusion, lets call it Template it
is modulated with the tags noinclude includeonly and onlyinclude. This is
adequate in most cases but not all, especially where articles are built with
the Extension:VariablesExtension.

So to solve this problem I propose some new tags:

render class=/render
renderonly class=/renderonly
norender class=/norender
onlyrender inner= outer=/onlyrender

The class attribute takes after the CSS class attribute and is a space
separated list.
You put your transclusion inside a render tag, and that causes the other tags
to either include or not include their content based on shared class. inner
and outer are both class attributes, outer is used to specify how to treat
the parent's other content.

Now the tricky design decision is if it should integrate with Template or sit
along side. The easy solution is to have it sit along side.


Integration: (a lot of work)

If it were to integrate with Template you would need to add two new classes:
lets give them the constants #include and #base

* default article class=#base
* default transclusion class=#include
* includeonly = renderonly class=#include
* noinclude = renderonly class=#base
* onlyinclude = onlyrender inner=#include outer=#base

As you can see this will requires substantial rewiring of MediaWiki, I doubt it
can be done easily.


Along Side: (easy)

Implementing this to run along side is easy and can even be done as templates
(if you have ParserFunctions, ArrayExtension and VariableExtension installed).
The syntax is a little different but that is because the problem is slightly
different.

Four templates:
* {{render|class=*|data=*}}
* {{renderonly|class=*|data=*}}
* {{renderbut|class=*|data=*}}
* {{norender|data=*}}

You will notice the logic is wrapped in if's, that's so whitespace can be
included.

==={{render|class=*|data=*}}===

{{#if:
{{#arraydefine:rendering~|{{{class|}}}|/\s+/}}
{{#if:{{#var:rendering}}|
{{#vardefine:rendering|1}}
{{#arraymerge:rendering~1|rendering~}}
|
{{#vardefine:rendering-last|{{#var:rendering
{{#vardefine:rendering|{{#expr:{{#var:rendering}} + 1
{{#
arrayintersect:rendering~{{#var:rendering}}|rendering~|rendering~{{#var:rendering-last
}}
{{#arrayreset:rendering~}}
}}{{{data|}}}{{#if:.
{{#arrayreset:rendering~{{#var:rendering
{{#vardefine:rendering|{{#ifexpr:{{#var:rendering}} 
1|{{#expr:{{#var:rendering}} - 1}}
}}

==={{renderonly|class=*|data=*}}===

{{#if:{{#var:rendering}}|{{#if:
{{#arraydefine:renderonly-a|{{{class|}}}|/\s+/}}
   
{{#arrayintersect:renderonly-b|renderonly-a|rendering~{{#var:rendering
}}{{#ifexpr:{{#arraysize:renderonly-b}}  0|{{{data|}{{#if:
{{#arrayreset:renderonly-a,renderonly-b}}


==={{renderbut|class=*|data=*}}===

{{#if:{{#var:rendering}}|{{#if:{{{class|}}}|{{#if:
{{#arraydefine:renderonly-a|{{{class|}}}|/\s+/}}
   
{{#arrayintersect:renderonly-b|renderonly-a|rendering~{{#var:rendering
}}{{#ifexpr:{{#arraysize:renderonly-b}}=0|{{{data|}{{#if:
{{#arrayreset:renderonly-a,renderonly-b}}
}}|{{{data|}|{{{data|}

==={{norender|data=*}}===

{{#if:{{#var:rendering}}||{{{data|}


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

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


[Bug 18940] New: tag names should be legal as page titles

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18940

   Summary: tag names should be legal as page titles
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: http://en.wikisource.org/wiki/Special:Tags
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: AbuseFilter
AssignedTo: agarr...@wikimedia.org
ReportedBy: ssan...@web.de
CC: wikibugs-l@lists.wikimedia.org


Most tags can be modified by editing a corresponding page in Mediawiki: space. 
However, when the tags contain characters that aren't legal in titles, these
pages can't be created.  It would be better not to allow these tags to be
created, and possibly normalize these characters out of existing tags.


-- 
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 18940] tag names should be restricted to be legal as page titles

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18940


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

   What|Removed |Added

 CC||br...@wikimedia.org
Summary|tag names should be legal as|tag names should be
   |page titles |restricted to be legal as
   ||page titles




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-05-26 20:25:23 UTC 
---
(Tweaked summary to clarify.)


-- 
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 18852] Support inline player for MIDI files

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18852


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

   What|Removed |Added

 CC||br...@wikimedia.org
 AssignedTo|tstarl...@wikimedia.org |wikibugs-
   ||l...@lists.wikimedia.org
  Component|OggHandler  |Extensions requests
Summary|Supporting the play of MIDI |Support inline player for
   |files   |MIDI files




--- Comment #2 from Brion Vibber br...@wikimedia.org  2009-05-26 20:51:10 UTC 
---
Moving this out of OggHandler extension to 'extension requests' generally.

I'm not sure how fully or consistently inline midi players are supported on
modern browsers; if common and consistent, a MidiHandler class could probably
be tossed into core pretty easily. If not, it might require jumping through
some hoops to provide a player, which would be kinda uggy.


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

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


[Bug 18922] MIDI files - inconsistent handling of [[File:...]] vs [[:File:...]] vs [[Media:...]]

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18922


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

   What|Removed |Added

 CC||br...@wikimedia.org
 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-05-26 20:52:04 UTC 
---
 [[Media:Foo.ogg]] -- Downloads file on FF3.0.10
 [[Media:Foo.midi]] -- *plays* file in distinct window on FF3.0.10

This is because your Firefox 3.0.10 installation doesn't have a native or
plugin component installed to play .ogg files, but does have a plugin component
to play .midi files. If your Firefox installation had a plugin capable of
playing Ogg files, or you had Firefox 3.5 beta installed which supports them
natively, they would happily play it inline the same way.

 [[File:Foo.ogg]] -- Inline widget to play file inline
 [[File:Foo.midi]] -- links to file description page

This is because the wiki you're looking at has an inline Ogg player component,
but not an inline Midi player component... I'm duping this to bug 18852 which
appears to be asking for just that.

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


-- 
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 18852] Support inline player for MIDI files

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18852


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

   What|Removed |Added

 CC||happy-me...@live.com




--- Comment #3 from Brion Vibber br...@wikimedia.org  2009-05-26 20:52:04 UTC 
---
*** Bug 18922 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 18853] Incorrect escaping kills Javascript in Swedish localization

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18853


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

   What|Removed |Added

 CC||br...@wikimedia.org




--- Comment #2 from Brion Vibber br...@wikimedia.org  2009-05-26 20:54:15 UTC 
---
Looks like SFFormUtils::validationJavascript() needs to make some calls to
Xml::escapeJsString()... Likely other functions generating JS with localized
text are similarly broken.


-- 
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 18856] RevisionsBeforeDiff hook

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18856


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

   What|Removed |Added

 CC||br...@wikimedia.org




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-05-26 20:56:57 UTC 
---
This seems to be specific to the edit view diff, but the hook name seems rather
generic. Can you clarify the goal?


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

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


[Bug 18858] Can't open documents from Internet Explorer (IE) address bar thru img_auth.php

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18858


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

   What|Removed |Added

 CC||br...@wikimedia.org




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-05-26 20:58:38 UTC 
---
Can you provide some sample file names? Does the issue occur only with Chinese
filenames for instance, or also with pure-ASCII names? [IE _should_ be sending
URLs as UTF-8 by default so that shouldn't make a difference, but it's good to
check these things.]


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

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


[Bug 18861] Search should index template expansion

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


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

   What|Removed |Added

 CC||rain...@eunet.yu,
   ||br...@wikimedia.org




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-05-26 21:00:26 UTC 
---
Adding Robert to CC list as we'd want to consider how to make this possible for
the external Lucene search engine and others.


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

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


[Bug 18863] SELECT ... LIMIT fails on PostgreSQL

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18863


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

   What|Removed |Added

 CC||br...@wikimedia.org




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-05-26 21:05:28 UTC 
---
This should be using database abstraction functions -- in this case it should
be possible to build the query more cleanly with Database::select();
alternately at least use Database::limitOffset() to generate the LIMIT/OFFSET
portions in a way that'll work for the DB backend in use.


-- 
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 18865] Please, dissable local upload of files on es.wikibooks.

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18865


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

   What|Removed |Added

 CC||br...@wikimedia.org
 AssignedTo|wikibugs-   |rhals...@wikimedia.org
   |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 18870] The toggle defined in $extraUserToggles won't display in the user preferences

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18870


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

   What|Removed |Added

 CC||br...@wikimedia.org
 AssignedTo|wikibugs-   |agarr...@wikimedia.org
   |l...@lists.wikimedia.org   |




--- Comment #2 from Brion Vibber br...@wikimedia.org  2009-05-26 21:09:45 UTC 
---
Andrew, this refers to additional preference toggles which are
language-specific, grabbed via Language::getExtraUserToggles().

They're listed in the message files in $extraUserToggles. This seems to be used
primarily to add a 'nolangconversion' toggle for kk, sr, and zh.


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

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


[Bug 18871] Include at least some EXIF metadata in resized pictures

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18871


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

   What|Removed |Added

 CC||br...@wikimedia.org




--- Comment #4 from Brion Vibber br...@wikimedia.org  2009-05-26 21:11:10 UTC 
---
See also bug 3361 (Image author, description, and copyright data saved in EXIF
fields) and bug 657 (Pull copyright metadata from files on upload) for
related issues.


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

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


[Bug 11484] Include ISO rating in abbreviated exif metadata

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11484


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

   What|Removed |Added

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




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-05-26 21:23:17 UTC 
---
Done in r51038.

This is a one-line addition to [[MediaWiki:Metadata-fields]], and can easily be
done locally where sites already have this customized (as on Commons) or if
you're in a hurry. :) I've already done it at Commons.


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

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


[Bug 3892] EXIF data shown incorrectly for fractional values

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3892





--- Comment #6 from Brion Vibber br...@wikimedia.org  2009-05-26 21:25:45 UTC 
---
Created an attachment (id=6156)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=6156)
Attaching linked image to make sure it doesn't disappear. :)

Just attaching the image for reference. Bug still visible on Commons.


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

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


[Bug 18941] New: Make Special:NewPages transcludable like Special:Wantedpages

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18941

   Summary: Make Special:NewPages transcludable like
Special:Wantedpages
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: p...@h4h.de


Transcluded Special:NewPages only offer full logs with every information like
bytes changed, timestamps etc.
It would be nice to be able to transclude Special:NewPages like
Special:Wantedpages, thus giving only the newest n entries in a compact list.


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

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


[Bug 18873] htmlform.js produce javascript error after change a select

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18873


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

   What|Removed |Added

 CC||br...@wikimedia.org
 AssignedTo|wikibugs-   |agarr...@wikimedia.org
   |l...@lists.wikimedia.org   |




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-05-26 21:36:11 UTC 
---
Assigning to Werdna.


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

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


[Bug 18874] Add enwiki as import source at mediawikiwiki

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18874


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

   What|Removed |Added

 CC||br...@wikimedia.org
 AssignedTo|wikibugs-   |rhals...@wikimedia.org
   |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 18876] Create new namespace for Korean Wiktionary

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18876


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

   What|Removed |Added

 CC||br...@wikimedia.org
 AssignedTo|wikibugs-   |rhals...@wikimedia.org
   |l...@lists.wikimedia.org   |




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-05-26 21:39:03 UTC 
---
102/103 for Wiktionary would be for 'Concordance'/'Concordance talk'.

Is this a Concordance namespace or a Wikisaurus namespace? If the latter,
numbers should be 110/111 to be consistent with other wikis. (eg
en.wiktionary.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 9465] Parser function to return the name of a language, given a language code, in a specified language

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9465


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

   What|Removed |Added

 Blocks||18878




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

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


[Bug 18879] Nonexistent category pages show useless preview on first edit

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18879


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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Comment #2 from Brion Vibber br...@wikimedia.org  2009-05-26 21:44:07 UTC 
---
It's not useless, as it includes the pages in the category so that category
links show useful information.


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

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


[Bug 12188] The revision size is not available for old revisions

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12188


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

   What|Removed |Added

 CC||br...@wikimedia.org
 Depends on||18881




--- Comment #6 from Brion Vibber br...@wikimedia.org  2009-05-26 21:48:15 UTC 
---
On-demand size expansion could potentially be expensive for interactive use (eg
pulling up a history view with a few hundred revisions); it also wouldn't
handle cases like Special:Longpages / Special:Shortpges generation.

Bug 18881 covers a request for a maintenance script to update them in bulk.


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

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


[Bug 18881] maintenance script to populate rev_len field for pre-April 2007 revisions

2009-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18881


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

   What|Removed |Added

 Blocks||12188




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

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


  1   2   >