[Bug 16267] Unreachable threads in RecentChanges

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16267





--- Comment #4 from Jim Tittsler j...@onnz.net  2009-03-16 06:11:35 UTC ---
Where can I find the actual error?  (There is nothing in the page nor in the
server's error log.)


-- 
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 16267] Unreachable threads in RecentChanges

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16267





--- Comment #5 from Andrew Garrett and...@epstone.net  2009-03-16 06:31:38 
UTC ---
(In reply to comment #4)
 Where can I find the actual error?  (There is nothing in the page nor in the
 server's error log.)

Whatever is causing the 500 Internal Server Error. Most likely it's an error in
the PHP code.

See http://www.mediawiki.org/wiki/How_to_debug#PHP_errors


-- 
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 16267] Unreachable threads in RecentChanges

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16267





--- Comment #6 from Jim Tittsler j...@onnz.net  2009-03-16 06:42:43 UTC ---
Thanks for the pointer.

Fatal error: Call to a member function article() on a non-object in
/usr/local/mw-svn/extensions/LiquidThreads/LqtPages.php on line 449

Line 449 is the first line of code in customizeTabs:
$article_t = $this-thread-article()-getTitle();


-- 
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 16267] Fatal error in customizeTabs for LQT in certain situations.

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16267


Andrew Garrett and...@epstone.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED
Summary|Unreachable threads in  |Fatal error in customizeTabs
   |RecentChanges   |for LQT in certain
   ||situations.




--- Comment #7 from Andrew Garrett and...@epstone.net  2009-03-16 06:49:35 
UTC ---
Fixed in r48430.


-- 
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 17940] Impossible to view diffs in talk page

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17940


Andrew Garrett and...@epstone.net changed:

   What|Removed |Added

 CC||and...@epstone.net
 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #2 from Andrew Garrett and...@epstone.net  2009-03-16 07:51:35 
UTC ---
Fixed in r48431.


-- 
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 15413] the new messages notice links to the thread starter, not new message

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15413


Andrew Garrett and...@epstone.net changed:

   What|Removed |Added

 CC||and...@epstone.net
 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Comment #1 from Andrew Garrett and...@epstone.net  2009-03-16 07:53:14 
UTC ---
Seems to have been fixed at some point.


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

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


[Bug 17999] New: New parser function for reversing order of characters

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17999

   Summary: New parser function for reversing order of characters
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: ParserFunctions
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: abx...@gmail.com
CC: abx...@gmail.com


Hi! I would like to have available (mainly for wiktionaries) function
{{#reverse:SOME_TEXT}} which returns given text in reversed order of
characters:

Examples:
{{#reverse:SOME_TEXT}} - TXET_EMOS
{{#reverse:bugfix}} - xifgub
{{#reverse:black dog}} - god kcalb

Purpose:
I want to have indexes (categories) sorted according to characters placed at
the end of page name (or at the end of any given text). I want to write
[[Category:English words|{{PAGENAME}}]] for normal category as usually and
[[Category:English words (a tergo)|{{#reverse:{{PAGENAME]].

Rationale:
Classic dictionaries have extra bonus called index a tergo. That's index
where terms are places according to the end of term. Words like comeback,
hatchback, playback are next to each other. In such index North America,
South America and Central America and all cities of the world named America are
together. This is handy for ethymologists when they look for words with same
postfix but also for users who do not remember begining of the term.

ABX


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

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


[Bug 17987] Set $wgBlockAllowsUTEdit = true for zh.wikipedia

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17987


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 15278] Inconsistent timestamps when using LiquidThreads

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15278





--- Comment #4 from DaSch dasch...@gmx.net  2009-03-16 10:27:39 UTC ---
you are using UTC? right

than they are both the same, but when using another timezone they are not the
same because LQT is using UTC and MW is using the right timezone


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

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


[Bug 17997] Lock rn.wiktionary.org

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17997


Melancholie wiki.melancho...@web.de changed:

   What|Removed |Added

 CC||wiki.melancho...@web.de
URL||http://rn.wiktionary.org/
Summary|Lock rn.wikipedia.org   |Lock rn.wiktionary.org




--- Comment #2 from Melancholie wiki.melancho...@web.de  2009-03-16 11:15:27 
UTC ---
http://rn.Wiktionary.org/ is meant, not Wikipedia, right?
See [[wikt:rn:MediaWiki:Titleblacklist]].


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on 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-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17553





--- Comment #10 from DaSch dasch...@gmx.net  2009-03-16 11:21:42 UTC ---
Well two users having this bug and two developers can not reproduce it, anyway
I'm not using LQT annymore because it's really high-buggy and this is not the
first time that such Call to a member function ... on a non-object-Errors
occured


-- 
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 17954] Translation is incomplete

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17954


DaSch dasch...@gmx.net 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 17999] New parser function for reversing order of characters

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17999


Piotr Kubowicz derb...@wp.pl changed:

   What|Removed |Added

 CC||derb...@wp.pl




--- Comment #1 from Piotr Kubowicz derb...@wp.pl  2009-03-16 11:58:07 UTC ---
Would it be really useful? I would rather think of writing something like
[[Special:SuffixIndex]], working like [[Special:PrefixIndex]].


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

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


[Bug 17999] New parser function for reversing order of characters

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17999





--- Comment #2 from ABX abx...@gmail.com  2009-03-16 12:56:56 UTC ---
[[Special:PrefixIndex]] AFAIK doesn't allow browsing categories and browsing
categories (ie. only one language) according to postfix is what makes value of
such index for single language specialists. There is already field for postfix
in [[Special:AllPages]] hovewer this also doesn't allow selection of single
category.


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

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


[Bug 17999] New parser function for reversing order of characters

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17999


Andrew Garrett and...@epstone.net changed:

   What|Removed |Added

 CC||and...@epstone.net




--- Comment #3 from Andrew Garrett and...@epstone.net  2009-03-16 12:58:53 
UTC ---
(In reply to comment #1)
 Would it be really useful? I would rather think of writing something like
 [[Special:SuffixIndex]], working like [[Special:PrefixIndex]].
 

That couldn't be done for performance reasons.


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

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


[Bug 17974] Useless 'Other special pages' at the bottom of Special:SpecialPages for sysops

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17974


Roan Kattouw roan.katt...@home.nl changed:

   What|Removed |Added

 CC||roan.katt...@home.nl




--- Comment #3 from Roan Kattouw roan.katt...@home.nl  2009-03-16 13:39:25 
UTC ---
(In reply to comment #2)
  They're a legend indicating that bolded...
 OK, but four out of five people would never guess that.
 
With the default CSS, I think they would.

 I would just have perhaps a different CSS on items that only appear if one is 
 a
 sysop...
 
In which case non-sysops won't see the Restricted special pages thing you're
complaining about, so it's not that big a deal.


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

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


[Bug 18001] New: Rollback of null edit does not restore flag

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18001

   Summary: Rollback of null edit does not restore flag
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: trivial
  Priority: Normal
 Component: FlaggedRevs
AssignedTo: jschulz_4...@msn.com
ReportedBy: gti...@gmail.com


When someone makes an edit and immediately reverts it, rolling back his edit
gives the usual success message, but actually does nothing: it doesn't show up
in the page history (which is probably good) and also does not return the page
to sighted status (if it was sighted before the edits). It should either do
that or give an error message that makes it obvious that the page has to be
sighted manually.


-- 
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 17985] Gzipped API results

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17985


Roan Kattouw roan.katt...@home.nl changed:

   What|Removed |Added

 CC||roan.katt...@home.nl
 Status|NEW |RESOLVED
 Resolution||WORKSFORME




--- Comment #2 from Roan Kattouw roan.katt...@home.nl  2009-03-16 13:43:26 
UTC ---
(In reply to comment #1)
 As opposed to just using the Accept-Encoding header the client should be
 sending if it wants gzip?
 

As Brad suggests here, a gzipped response is already sent if the
Accept-Encoding header indicates the client can handle it.


-- 
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 17994] How to specify _request's_ POST data in gzip format?

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17994


Roan Kattouw roan.katt...@home.nl changed:

   What|Removed |Added

 CC||roan.katt...@home.nl
 Status|NEW |RESOLVED
 Resolution||INVALID




--- Comment #1 from Roan Kattouw roan.katt...@home.nl  2009-03-16 13:48:47 
UTC ---
You're supposed to send the request POST data in uncompressed form; since it's
usually small compared to the response, there's not use in compressing it.


-- 
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 17993] Have result list count displayed in API output, also option to only get count

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17993


Roan Kattouw roan.katt...@home.nl changed:

   What|Removed |Added

 CC||roan.katt...@home.nl




--- Comment #1 from Roan Kattouw roan.katt...@home.nl  2009-03-16 13:51:21 
UTC ---
(In reply to comment #0)
 Would it be possible on (possibly all?) queries that are getting links on
 pages, categories on page, pages in category, etc, have an option (or even 
 just
 by default), a number of results returned?
 
 ie for the link above,
 
 instead of 
 categories
   cl ns=14 title=Category:1879 births /
   cl ns=14 title=Category:1955 deaths /
   cl ns=14 title=Category:Academics of the Charles University /
   cl ns=14 title=Category:Albert Einstein /
   cl ns=14 title=Category:American humanists /
   cl ns=14 title=Category:American pacifists /
   cl ns=14 title=Category:American philosophers /
   cl ns=14 title=Category:American physicists /
   cl ns=14 title=Category:American socialists /
   cl ns=14 title=Category:American vegetarians /
 /categories
 
 something like
 
 categories count=10
   cl ns=14 title=Category:1879 births /
   cl ns=14 title=Category:1955 deaths /
   cl ns=14 title=Category:Academics of the Charles University /
   cl ns=14 title=Category:Albert Einstein /
   cl ns=14 title=Category:American humanists /
   cl ns=14 title=Category:American pacifists /
   cl ns=14 title=Category:American philosophers /
   cl ns=14 title=Category:American physicists /
   cl ns=14 title=Category:American socialists /
   cl ns=14 title=Category:American vegetarians /
 /categories
 
 
I don't see the use here, as counting results on the client side is trivial and
inexpensive.

 And an option to be able to go countonly (or something), and just be returned
 
 categories count=10 /
 
I get that this would maybe save bandwidth; I'll look into implementing it.


-- 
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 16937] Windows PHP 5.2.6 precompiled binaries and Postgresql numeric version

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16937


Daniel Ziegenberg daniel.ziegenb...@yahoo.de changed:

   What|Removed |Added

 CC||daniel.ziegenb...@yahoo.de




--- Comment #13 from Daniel Ziegenberg daniel.ziegenb...@yahoo.de  2009-03-16 
13:54:28 UTC ---
Well, in the actual Version (1.14.0) this Bug is still not fixed even though
the source code has changed from the original version in posting #1. I had an
setup of Windows Server 2003 with IIS 6.0 and PHP (description of the Setup can
be found in the Mediawiki Wiki) and PostgreSQL 8.3.6 and it's for shure that
there was nerver ever (neither on the server itself nor in the whole Intranet)
an existing setup of any version of PostgreSQL. The only solution for me was to
hack mediawiki\includes\db\DatabasePostgres.php Line 1073ff. an overwrite it
with

function getServerVersion() {
$versionInfo = pg_version( $this-mConn );
$this-numeric_version = pg_parameter_status( $this-mConn,
'server_version' );
return $this-numeric_version;
}

So is there any hope for a future fix?

Daniel

SarcasmI'm already looking forward to my next setup of mediawiki/Sarcasm


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

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


[Bug 17993] Have result list count displayed in API output, also option to only get count

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17993





--- Comment #2 from Reedy s...@reedyboy.net  2009-03-16 14:28:00 UTC ---
Fair enough..

The idea came about in the cases where in AWB, i want to get a count of
categories on a page, but couldn't care less what they were, so might aswell
just get a count.

The categories count=10 / style, if implemented on most of the query types,
would be useful!

But i suppose you're right, if you're wanting the list of categories, the count
is redundant there

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 17993] Option on API lists to only have count of links/categories/whatever returned, rather than a full resultset

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17993


Reedy s...@reedyboy.net changed:

   What|Removed |Added

Summary|Have result list count  |Option on API lists to only
   |displayed in API output,|have count of
   |also option to only get |links/categories/whatever
   |count   |returned, rather than a full
   ||resultset




-- 
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 17988] Spaces before [[Category:]] link are ignored

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17988


^demon innocentkil...@gmail.com changed:

   What|Removed |Added

 CC||innocentkil...@gmail.com




--- Comment #1 from ^demon innocentkil...@gmail.com  2009-03-16 14:34:46 UTC 
---
Cf bug 16882


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

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


[Bug 18002] New: Typing tags should auto-suggest current ones

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18002

   Summary: Typing tags should auto-suggest current ones
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: CodeReview
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: innocentkil...@gmail.com


It would be nice if when typing a tag the box would suggest similar ones, so
it's easier to find and use existing tags.


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

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


[Bug 18003] New: action=opensearch documentation in API help shows format -

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18003

   Summary: action=opensearch documentation in API help shows
format -
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: http://en.wikipedia.org/w/api.php
OS/Version: All
Status: NEW
  Severity: trivial
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: s...@reedyboy.net


http://en.wikipedia.org/w/api.php

  format - 


The format bit should be removed or something put at the right hand side of the
hyphen!


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

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


[Bug 18004] New: Add a default summary for editing of Introduction

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18004

   Summary: Add a default summary for editing of Introduction
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: History/Diffs
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: cir...@hotmail.com


It would be nice if editing the intro/lead of an article (i.e. with the
appropriate option turned on) gave a default summary of some sort. I know it
doesn't need to be linked and hence seems unnecessary, but it would still be a
nice little feature that would remove a slight inconsistency.


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

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


[Bug 14869] Access QueryPage-based special pages via API

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14869





--- Comment #25 from Reedy s...@reedyboy.net  2009-03-16 15:34:06 UTC ---
* List of globally blocked IP addresses - list=globalblocks

Another matched up


-- 
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 17960] Update Logo for pntwiki

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17960


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

   What|Removed |Added

 Status|NEW |ASSIGNED




--- Comment #1 from Rob Halsell rhals...@wikimedia.org  2009-03-16 15:57:37 
UTC ---
Right now the pntwiki is using the default logo in its settings.  If you can
either attach the file to the bug, or provide a full URL to the logo, I can
change the settings.


-- 
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 17960] Update Logo for pntwiki

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17960





--- Comment #2 from Zaharias Diakonikolaou zadiak1...@gmail.com  2009-03-16 
16:43:15 UTC ---
Sorry what do you mean provide a full url to the logo? Sth like this?:
http://pnt.wikipedia.org/wiki/File:Wiki.png


-- 
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 18005] New: Enable FlaggedRevs Patrolling Configuration on es.wikinews

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18005

   Summary: Enable FlaggedRevs Patrolling Configuration on
es.wikinews
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://es.wikinews.org/wiki/Wikinoticias:Caf%C3%A9#Versi
ones_revisadas_en_wikinoticias.3F
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: fballeste...@colombia.com


Hello,

Please activate the flagged revisions feature (stable versions) in the Spanish
Wikinews es.wikinews.org

After a discussion of the proposal in our site
(http://es.wikinews.org/wiki/Wikinoticias:Caf%C3%A9#Versiones_revisadas_en_wikinoticias.3F)
our community supported this feature as in the English and French Wikinews. 

Thanks in advance,
Baiji


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

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


[Bug 18000] Whitespace following fuzzy marks should be removed during fuzzy mark removal

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18000





--- Comment #1 from Purodha Blissenbach bugzilla.wikime...@publi.purodha.net  
2009-03-16 17:51:12 UTC ---
Created an attachment (id=5936)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=5936)
Patch against r48446 removing specific whitespace following fuzzy marks when
fuzzy marks are stripped. 

Some whitespace is allowed. Stripping should only remove leading line endings,
vertical tabs, and NULs. TABs and spaces are kept.


-- 
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 17981] Short URLs for history pages (set up wgActionPaths for Wikimedia sites)

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17981


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

   What|Removed |Added

 CC||br...@wikimedia.org
 AssignedTo|wikibugs-   |rhals...@wikimedia.org
   |l...@lists.wikimedia.org   |
Summary|Short URLs for history pages|Short URLs for history pages
   ||(set up wgActionPaths for
   ||Wikimedia sites)




--- Comment #3 from Brion Vibber br...@wikimedia.org  2009-03-16 17:51:24 UTC 
---
Rob, don't set this up quite yet -- I think I want to float a few sample
configs before we commit to URLs.


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

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


[Bug 17837] Cortado player broken in Firefox 3.0.7, 3.1 beta 3

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17837


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

   What|Removed |Added

 CC||d...@ucsc.edu,
   ||br...@wikimedia.org
   Priority|Normal  |High
Summary|Cortado player broken in|Cortado player broken in
   |FF3.0.7 |Firefox 3.0.7, 3.1 beta 3




--- Comment #2 from Brion Vibber br...@wikimedia.org  2009-03-16 18:26:07 UTC 
---
Ugh, this ain't good. Also breaking on Firefox 3.1b3 (where native video does
work, but isn't default yet)


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

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


[Bug 17840] Add Extension:RecordAdmin

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17840


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

   What|Removed |Added

 CC||br...@wikimedia.org,
   ||a...@organicdesign.co.nz
 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-03-16 18:30:33 UTC 
---
Created and added Aran (nad) as the default assignee.


-- 
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 17842] Alter MediaWiki:Recordadmin-needscontent

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17842


Bug 17842 depends on bug 17840, which changed state.

Bug 17840 Summary: Add Extension:RecordAdmin
https://bugzilla.wikimedia.org/show_bug.cgi?id=17840

   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 17842] Alter MediaWiki:Recordadmin-needscontent

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17842


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

   What|Removed |Added

  Component|General/Unknown |RecordAdmin




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

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


[Bug 17791] ProofreadPage broken for GIF images due to assuming it can always create thumbnails

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17791





--- Comment #2 from Brion Vibber br...@wikimedia.org  2009-03-16 18:35:52 UTC 
---
Just ask for a thumb of a particular size:

http://en.wikisource.org/w/api.php?action=querytitles=Image:Summary_for_B-23.gifprop=imageinfoiiprop=url|sizeiiurlwidth=320

It'll give you back thumbnail information, which will be scaled or not as
appropriate:

ii
size=36823
width=850
height=1099
thumburl=http://upload.wikimedia.org/wikisource/en/1/14/Summary_for_B-23.gif;
thumbwidth=320
thumbheight=414
url=http://upload.wikimedia.org/wikisource/en/1/14/Summary_for_B-23.gif;
descriptionurl=http://en.wikisource.org/wiki/File:Summary_for_B-23.gif; /

You need only use the values returned to you and don't worry about trying to
decide whether to scale anything yourself... The internal system already took
care of 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 18005] Enable FlaggedRevs Patrolling Configuration on es.wikinews

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18005


Raimond Spekking raimond.spekk...@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 17982] User can't login after being renamed at nlwiki

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17982


Prodego prod...@gmail.com changed:

   What|Removed |Added

 CC||prod...@gmail.com
 AssignedTo|jschulz_4...@msn.com|br...@wikimedia.org
   Priority|High|Normal




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

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


[Bug 17835] ForeignAPIRepo throwing error on first page load for file

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17835





--- Comment #2 from ^demon innocentkil...@gmail.com  2009-03-16 19:08:59 UTC 
---
Odd. I can't seem to replicate this locally. What configuration do you have for
$wgForeignFileRepos? Do you have any extensions related to Ogg like OggHandler?


-- 
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 17835] ForeignAPIRepo throwing error on first page load for file

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17835





--- Comment #3 from Brent G overlo...@gmail.com  2009-03-16 19:12:51 UTC ---
It's the example Commons config:

==
$wgForeignFileRepos[] = array(
   'class'   = 'ForeignAPIRepo',
   'name'= 'shared',
   'apibase' = 'http://commons.wikimedia.org/w/api.php',
   'fetchDescription'= true, // Optional
   'descriptionCacheExpiry'  = 43200, // 12 hours, optional
   'apiThumbCacheExpiry' = 43200, // 12 hours, optional, but required for
local thumb caching
);
==

And yea, good eye, doesn't seem to trigger if OggPlayer is disabled. Didn't
think about that.


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

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


[Bug 17982] User can't login after being renamed at nlwiki

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17982


Erwin er...@wikipedia.be changed:

   What|Removed |Added

 Status|NEW |RESOLVED
   Priority|Normal  |High
 Resolution||FIXED




--- Comment #1 from Erwin er...@wikipedia.be  2009-03-16 19:14:26 UTC ---
Fixed by Brion.


-- 
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 17452] Complete migration of all application servers from Fedora to Ubuntu

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17452





--- Comment #3 from Brion Vibber br...@wikimedia.org  2009-03-16 19:20:13 UTC 
---
Newer boxes are faster, thus handle more hits, and will thus be overrepresented
in a sample of this sort.


-- 
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 16821] Make centralnotice collapse preference global/cross-site

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16821





--- Comment #3 from Brion Vibber br...@wikimedia.org  2009-03-16 19:22:13 UTC 
---
Setting a domain-wide cookie is easy; doing it cross-domain is a bit harder
(like how we do the login/logout cookies with images to hit the 3rd-party
cookies).


-- 
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 16927] add support for firefogg

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16927





--- Comment #5 from Brion Vibber br...@wikimedia.org  2009-03-16 19:23:31 UTC 
---
Awesome! *runs off to install firefogg on ff 3.1*


-- 
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 18006] New: New mailing list for enwp crats

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18006

   Summary: New mailing list for enwp crats
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://en.wikipedia.org/w/index.php?title=Wikipedia:Bure
aucrats%27_noticeboardoldid=277611660#Emergency_.22Hit_
this_button_to_email_the_Crats.22_button-
type_button_thingy
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Mailing lists
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mattbis...@yahoo.com


Per linked conversation, the enwiki crats would like a mailing list set up in
the same form as oversight-l.  An ideal name would be bureaucrats-en-l.  List
owner's email I can provide via email to the dev who takes 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 17977] Suppressed edit loses data if oversighted

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17977


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

   What|Removed |Added

 CC||br...@wikimedia.org




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-03-16 19:26:45 UTC 
---
Sample link 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 18006] New mailing list for enwp crats

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18006


Guillaume Paumier guillom@gmail.com changed:

   What|Removed |Added

 AssignedTo|wikibugs-   |cb...@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 17959] Inline rendering/thumbnailing for Gimp XCF images

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17959


Ahmad Sherif ahmad.m.she...@gmail.com changed:

   What|Removed |Added

 AssignedTo|wikibugs-   |ahmad.m.she...@gmail.com
   |l...@lists.wikimedia.org   |
 Status|NEW |ASSIGNED




--- Comment #1 from Ahmad Sherif ahmad.m.she...@gmail.com  2009-03-16 
19:30:05 UTC ---
Created an attachment (id=5937)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=5937)
proposed patch

This patch may help. It uses one of xcftools software, xcf2png, which works
only on linux and unix-like systems.


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

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


[Bug 17977] Suppressed edit loses data if oversighted

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17977


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

   What|Removed |Added

 CC||jschulz_4...@msn.com




--- Comment #2 from Aaron Schulz jschulz_4...@msn.com  2009-03-16 19:32:55 
UTC ---
Looks like some of the display functions use the wrong revision accessors (the
public only ones). The insertion ones look fine...luckily


-- 
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 18006] New mailing list for enwp crats

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18006


Casey Brown cbrown1...@gmail.com changed:

   What|Removed |Added

 CC||cbrown1...@gmail.com




--- Comment #1 from Casey Brown cbrown1...@gmail.com  2009-03-16 19:53:56 UTC 
---
(In reply to comment #0)
 Per linked conversation, the enwiki crats would like a mailing list set up in
 the same form as oversight-l.  An ideal name would be bureaucrats-en-l.  List
 owner's email I can provide via email to the dev who takes this bug.
 

The list admin name is normally public information, see [[mail:arbcom-l]],
[[mail:foundation-l]], etc.  Cary doesn't normally create the lists without
knowing an e-mail address first, so it's best to e-mail it to him now rather
than making him contact you. :-)


-- 
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 18006] New mailing list for enwp crats

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18006





--- Comment #2 from MBisanz mattbis...@yahoo.com  2009-03-16 20:06:58 UTC ---
(In reply to comment #1)
 (In reply to comment #0)
  Per linked conversation, the enwiki crats would like a mailing list set up 
  in
  the same form as oversight-l.  An ideal name would be bureaucrats-en-l.  
  List
  owner's email I can provide via email to the dev who takes this bug.
  
 
 The list admin name is normally public information, see [[mail:arbcom-l]],
 [[mail:foundation-l]], etc.  Cary doesn't normally create the lists without
 knowing an e-mail address first, so it's best to e-mail it to him now rather
 than making him contact you. :-)
 

Email sent to Cary.  My logic was that if the person ever resigns from list
ownership, his email will disappear from there, but would still be stuck here.  


-- 
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 18008] New: printfooter and footer overlapping text on Internet Explorer

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18008

   Summary: printfooter and footer overlapping text on Internet
Explorer
   Product: MediaWiki
   Version: 1.15-svn
  Platform: All
   URL: http://es.wikipedia.org/wiki/Restauraci%C3%B3n_borb%C3%B
3nica_en_Espa%C3%B1a
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Page rendering
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: platoni...@gmail.com
Blocks: 640


Created an attachment (id=5938)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=5938)
Print preview screenshot

Originally reported as [[ticket:2009031610023281]]

The printfooter (Retrieved from http://...) and footer (text is GFDL, Wikipedia
is trademark of WMF) is presented over the artricle content, which gets
illegible.

Present both in real print and print preview.

Confirmed on IE6 and IE7.


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

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


[Bug 640] Internet Explorer (IE) issues on Windows (tracking)

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=640


Platonides platoni...@gmail.com changed:

   What|Removed |Added

 Depends on||18008




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

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


[Bug 18009] New: closure callables not supported

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18009

   Summary: closure callables not supported
   Product: MediaWiki
   Version: 1.15-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: ms...@freezone.co.uk


I tried taking advantage of PHP 5.3's closures:
http://wiki.php.net/rfc/closures

- to define a hook in my LocalSettings.php:

[...]
$wgHooks['BeforePageDisplay'][] = function ( $out, $sk ) {
$out-addScript( 'script src=autolink.js
type=text/javascript/script' );

return true;
};
[...]

However MediaWiki produced the following excetion:

bWarning/b:  call_user_func_array() expects parameter 1 to be a valid
callback, class 'Closure' does not have a method 'onBeforePageDisplay' in
b/home/jablko/public_html/mediawiki/includes/Hooks.php/b on line
b117/bbr /
MediaWiki internal error.br /


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

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


[Bug 17837] Cortado player broken in Firefox 3.0.7, 3.1 beta 3

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17837


Michael Dale d...@ucsc.edu changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #3 from Michael Dale d...@ucsc.edu  2009-03-16 20:30:21 UTC ---
the java issue seems to be with iframe invocation method. fixes in: 
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/48449

Also if you have ogg plugin support firefox is taking over the object
type=audio/ogg or type=video/ogg resulting in a weird invocation with
scroll bars ... for the default usage. 

I recommend we bump up video tag since many people expect to use native
support when visiting the site with the beta firefox builds.

As noted I also committed a test against safaris crippled support of the video
tag pre bug 13421 (via gmaxwells recommended fix) .. I tried to test in windows
nightly safari builds .. but they don't seem to support the video tag at all.
If we can find an OSX person to test... that would be good.


-- 
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 17837] Cortado player broken in Firefox 3.0.7, 3.1 beta 3

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17837


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

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |




--- Comment #4 from Brion Vibber br...@wikimedia.org  2009-03-16 20:35:28 UTC 
---
I'm seeing on Safari 3.2.1/Mac:

Sorry, your system does not appear to have any supported player software.
Please download a player.

Something's odd...

Since this has working Java *and* Ogg components for QuickTime, it ought to be
working with all the following methods:
* Java
* QuickTime
* 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 17837] Cortado player broken in Firefox 3.0.7, 3.1 beta 3

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17837





--- Comment #5 from Brion Vibber br...@wikimedia.org  2009-03-16 20:46:27 UTC 
---
r48457 fixed the Safari buggage. Was relying on video type checks that are
only implemented in WebKit nightlies, not in current release versions. Adding a
try/catch block prevents this from killing the rest of the checks, so it
correctly falls back to the Java player now. Yay!


-- 
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 17837] Cortado player broken in Firefox 3.0.7, 3.1 beta 3

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17837


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

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED




--- Comment #6 from Brion Vibber br...@wikimedia.org  2009-03-16 20:48:38 UTC 
---
And... looks good on FF 3.0.7 and 3.1b3/Mac.


-- 
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 18008] printfooter and footer overlapping text on Internet Explorer

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18008


Ahmad Sherif ahmad.m.she...@gmail.com changed:

   What|Removed |Added

 CC||ahmad.m.she...@gmail.com
 Status|NEW |RESOLVED
 Resolution||INVALID




--- Comment #1 from Ahmad Sherif ahmad.m.she...@gmail.com  2009-03-16 
20:52:28 UTC ---
This is not a bug, it's a malformed wikitext that has been fixed here

http://es.wikipedia.org/w/index.php?title=Restauraci%C3%B3n_borb%C3%B3nica_en_Espa%C3%B1adiff=24869394oldid=24703481


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

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


[Bug 640] Internet Explorer (IE) issues on Windows (tracking)

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=640


Bug 640 depends on bug 18008, which changed state.

Bug 18008 Summary: printfooter and footer overlapping text on Internet Explorer
https://bugzilla.wikimedia.org/show_bug.cgi?id=18008

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||INVALID



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

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


[Bug 17959] Inline rendering/thumbnailing for Gimp XCF images

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17959





--- Comment #2 from Brion Vibber br...@wikimedia.org  2009-03-16 21:06:22 UTC 
---
Looks like this package:
http://henning.makholm.net/xcftools/

Good news:
* xcftools package is included in Debian and Ubuntu -- would be easy to deploy
to image scaler boxes!

Bad news:
* Site's down and last release seems to be in 2006; unmaintained software? :(
* xcf2png does not appear to do scaling itself. The attached patch does
post-scaling with GD, which will fail when GD is not available; it also seems
to be rendering to stdout and buffering the whole thing into PHP-managed
memory, making it more likely to fail on large images.

If we can't skip the step on scaling, might be safer to output to a temporary
file and then scale that, potentially with ImageMagick or whatever the default
for rasters is.

I haven't done any testing yet to confirm compatibility on xcf2png.


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

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


[Bug 14990] r37313 broke parser tests for alternative databases.

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14990


Alexandre Emsenhuber [IAlex] alex.emsenhu...@bluewin.ch changed:

   What|Removed |Added

 CC||alex.emsenhu...@bluewin.ch




--- Comment #10 from Alexandre Emsenhuber [IAlex] alex.emsenhu...@bluewin.ch  
2009-03-16 21:07:30 UTC ---
Applied in r48455.


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

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


[Bug 16927] add support for firefogg

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16927





--- Comment #6 from Michael Dale d...@ucsc.edu  2009-03-16 21:16:04 UTC ---
(you can test it by adding the following to your user script page: 

importScriptURI('http://mvbox2.cse.ucsc.edu/w/extensions/MetavidWiki/skins/add_media_wizard.js');
 
or 

importScriptURI('http://localhost/wiki/extensions/MetavidWiki/skins/add_media_wizard.js');
 

if you check out the trunk of MetavidWiki locally.


-- 
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 17714] Support TIFFs on WMF wikis

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17714


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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #6 from Brion Vibber br...@wikimedia.org  2009-03-16 22:13:18 UTC 
---
Set on test  commons with currently no native thumb support.

Threw together some quick experimental support in r48462 -- once synced this
will allow the image width/height to be recorded properly and exif metadata
shown, and optionally thumbnailing for images not exceeding the max image size
for thumbing.


-- 
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 16927] add support for firefogg

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16927





--- Comment #7 from Michael Dale d...@ucsc.edu  2009-03-16 22:28:31 UTC ---
oky try again ..fixed the multiple select binding bug and I have it force the
link to the file on post request completion (that way it does not look like it
hangs at 100% if we don't parse the html result properly) 


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

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


[Bug 15607] Implement the Interlanguage extension in Wikipedia

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15607


Carn c...@narod.ru changed:

   What|Removed |Added

 CC||c...@narod.ru




--- Comment #33 from Carn c...@narod.ru  2009-03-16 22:42:37 UTC ---
If this implement can be added slowly - we need to start it now. Test it in
languages projects - we need discussion to begin implementation, we need
example to begin discussion - example which most of users can understand -
among the articles they used to edit.

[[:w:ru:User:Carn|I]] can help to socialize process in ru.wp


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

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


[Bug 16319] Set article autopatrol for user group rollbackers on svwiki.

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16319


barracu...@gmail.com changed:

   What|Removed |Added

URL|http://sv.wikipedia.org/wiki|http://sv.wikipedia.org/wiki
   |/Wikipedia:Bybrunnen#Tillbak|/Wikipedia:Bybrunnen/Arkiv/2
   |arullares_nya_sidor_b.C3.B6r|008/November#Tillbakarullare
   |_automatiskt_markeras_som_pa|s_nya_sidor_b.C3.B6r_automat
   |trullerade...   |iskt_markeras_som_patrullera
   ||de...




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

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


[Bug 15842] Enable image renaming on WMF wikis

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15842


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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #7 from Brion Vibber br...@wikimedia.org  2009-03-16 23:10:15 UTC 
---
Nobody seems to remember anything specific, so let's see if it's all better. :D

Have set $wgAllowImageMoving on on all our wikis now... Default group perms
will be limiting it to sysops only.


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

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


[Bug 18010] New: Active .php entry points should redirect safely to .php5 variants on PHP 4

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18010

   Summary: Active .php entry points should redirect safely to .php5
variants on PHP 4
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: br...@wikimedia.org


Some mixed PHP4/5 systems default to running PHP 4 through '.php' files and PHP
5 only on '.php5' files.

It might be nice to have the .php files for entry points be clean enough to
load up from PHP 4 and redirect to the .php5 entry point.

Obvious main problem is what to do if there is no .php5 handler set up either.
:) Could stick an explanatory notice in the source, I suppose... or only do it
if the $wgScriptExtension is set to '.php5' (in which case the installer's
already vetted it for 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 18011] New: Special:FileDuplicateSearch user interaction is utterly baffling

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18011

   Summary: Special:FileDuplicateSearch user interaction is utterly
baffling
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: http://en.wikipedia.org/wiki/Special:FileDuplicateSearch
?filename=Elephant_Mud_Bath.ogg
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: br...@wikimedia.org


A few things I note trying out this special page:

* There's no explanation when you get no matches -- did you misspell something?
Did it just break? Did it submit correctly? Who knows!

* It searches for matches in the local image database only, and does not return
any results from remote repositories (Commons etc)

* It gets the hash from the local image database only, and cannot search for
local duplicates of a given remote file.

I'd recommend this get redone to:
* clarify when the requested file could not be found
* use FileRepo system correctly to query both sources and matches out of all
repositories


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

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


[Bug 17837] Cortado player broken in Firefox 3.0.7, 3.1 beta 3

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17837


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

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |




--- Comment #7 from Tim Starling tstarl...@wikimedia.org  2009-03-17 01:25:10 
UTC ---
Reopened, the proposed fix is wrong and 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 15278] Show thread timestamps in user's local timezone

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15278


Andrew Garrett and...@epstone.net changed:

   What|Removed |Added

 CC||and...@epstone.net
 Status|NEW |RESOLVED
 Resolution||FIXED
Summary|Inconsistent timestamps when|Show thread timestamps in
   |using LiquidThreads |user's local timezone




--- Comment #5 from Andrew Garrett and...@epstone.net  2009-03-17 01:56:27 
UTC ---
Done in r48474. Thanks for the report and your patience!


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

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


[Bug 17115] Use more core functions

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17115


Andrew Garrett and...@epstone.net changed:

   What|Removed |Added

 CC||and...@epstone.net




--- Comment #1 from Andrew Garrett and...@epstone.net  2009-03-17 01:58:59 
UTC ---
Spam detection seems to work locally for threads.

The thread deletion concern seems valid, as does the suggestion that deleting a
discussion page should be able to delete all its threads.


-- 
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 17115] Use more core functions in LiquidThreads extension

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17115


MZMcBride pub...@mzmcbride.com changed:

   What|Removed |Added

 CC||pub...@mzmcbride.com
Summary|Use more core functions |Use more core functions in
   ||LiquidThreads extension




-- 
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 17115] Use more core functions in LiquidThreads extension

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17115





--- Comment #2 from David McCabe davemcc...@gmail.com  2009-03-17 02:17:28 
UTC ---
I am working on a proper and complete solution to deletion presently, so you
don't need to worry about it, Werdna.

As for the more general point about using MW functions, you're right, we should
strive to make LQT consistent with the rest of MW.


-- 
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 17682] Semantic MediaWiki documentation needs to be updated

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17682


MZMcBride pub...@mzmcbride.com changed:

   What|Removed |Added

 CC||pub...@mzmcbride.com
Summary|Documentation Update|Semantic MediaWiki
   ||documentation needs to be
   ||updated




-- 
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 17396] Write a color map extension

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17396


MZMcBride pub...@mzmcbride.com changed:

   What|Removed |Added

 CC||pub...@mzmcbride.com
  Component|ImageMap|Extensions requests
Summary|Color map   |Write a color map extension




-- 
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 17682] Semantic MediaWiki documentation needs to be updated

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17682


^demon innocentkil...@gmail.com changed:

   What|Removed |Added

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




--- Comment #1 from ^demon innocentkil...@gmail.com  2009-03-17 02:24:20 UTC 
---
Done in r48475


-- 
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 17435] Semantic Forms should have right for restricted fields

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17435


MZMcBride pub...@mzmcbride.com changed:

   What|Removed |Added

Summary|right for restricted fields |Semantic Forms should have
   ||right for restricted fields




-- 
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 17430] Interwiki extension should have sortable table columns

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17430


MZMcBride pub...@mzmcbride.com changed:

   What|Removed |Added

Summary|Make columns sortable   |Interwiki extension should
   ||have sortable table columns




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

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


[Bug 17504] Inputbox extension should have single namespace search option

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17504


MZMcBride pub...@mzmcbride.com changed:

   What|Removed |Added

 CC||pub...@mzmcbride.com
Summary|Single Namespace is hidden  |Inputbox extension should
   ||have single namespace search
   ||option




-- 
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 17435] Semantic Forms should have right for restricted fields

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17435


^demon innocentkil...@gmail.com changed:

   What|Removed |Added

 CC||innocentkil...@gmail.com




--- Comment #2 from ^demon innocentkil...@gmail.com  2009-03-17 02:32:04 UTC 
---
Done in r48476


-- 
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 16340] Provide a #foreach function

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16340


Splarka h...@goldrush.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
  Component|ParserFunctions |General/Unknown
 Resolution||FIXED




--- Comment #1 from Splarka h...@goldrush.com  2009-03-17 02:38:00 UTC ---
http://www.mediawiki.org/wiki/Extension:ForeachFunction
http://www.mediawiki.org/wiki/Extension:LoopFunctions
http://www.mediawiki.org/wiki/Extension:Loops 

There are at least 3 extensions that do this now. These most likely won't be
included in the ParserFunctions extension.

If you want one of these enabled on Wikimedia that would be a separate 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 17396] Write a color map extension

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17396


^demon innocentkil...@gmail.com changed:

   What|Removed |Added

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




--- Comment #1 from ^demon innocentkil...@gmail.com  2009-03-17 02:48:39 UTC 
---
I cannot foresee any possible use case for needing a color map.


-- 
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 15548] Dates should be stored in ISO8601 notation

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15548


^demon innocentkil...@gmail.com changed:

   What|Removed |Added

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




--- Comment #7 from ^demon innocentkil...@gmail.com  2009-03-17 03:12:12 UTC 
---
Closing as INVALID. No real bug here.


-- 
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 17837] Cortado player broken in Firefox 3.0.7, 3.1 beta 3

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17837


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

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED




--- Comment #8 from Tim Starling tstarl...@wikimedia.org  2009-03-17 03:17:02 
UTC ---
There's probably 2-3 bugs here on the Mozilla side:
* The fact that the iframe is necessary in the first place (even in 3.0.7)
* The breakage of various methods of iframe creation between 3.0.6 to 3.0.7,
including data: and javascript: protocol URLs
* Spurious errors of the form Permission denied to get property
XULElement.accessibleType for the remaining methods of iframe creation

r48477 should fix it for now, until Mozilla introduces the next creative
breakage for Java applet embedding. Attempting to isolate these Mozilla bugs to
the point where they might not be ignored on the Mozilla bug tracker can wait
until another day (or until someone else cares to look at it).

At least with FF 3.1/3.2/3.5 we'll be able to ditch the Java applet platform in
favour of video elements.


-- 
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 17758] Cannot download V0.6

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17758


^demon innocentkil...@gmail.com changed:

   What|Removed |Added

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




--- Comment #1 from ^demon innocentkil...@gmail.com  2009-03-17 03:42:35 UTC 
---
Done with
http://www.mediawiki.org/w/index.php?title=Extension:SelectCategorydiff=244653oldid=204892


-- 
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 13393] tlh wiki on sitematrix does not exist and link to tlh wikipedia is not shown

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13393


^demon innocentkil...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||DUPLICATE




--- Comment #4 from ^demon innocentkil...@gmail.com  2009-03-17 03:46:04 UTC 
---


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


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

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


[Bug 13320] Broken links in special:sitematrix

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13320


^demon innocentkil...@gmail.com changed:

   What|Removed |Added

 CC||wm-thunderh...@charter.net




--- Comment #2 from ^demon innocentkil...@gmail.com  2009-03-17 03:46:04 UTC 
---
*** Bug 13393 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 13320] Broken links in special:sitematrix

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13320


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

   What|Removed |Added

 CC||tstarl...@wikimedia.org
 Status|NEW |RESOLVED
 Resolution||LATER




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

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


[Bug 15063] wpSpamRegex entry for large image tables

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15063


^demon innocentkil...@gmail.com changed:

   What|Removed |Added

 CC||innocentkil...@gmail.com
 Depends on|17811   |




--- Comment #12 from ^demon innocentkil...@gmail.com  2009-03-17 03:48:57 UTC 
---
Removing dependency. This is a configuration change request. The other is an
enhancement to 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 17811] Global filters

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17811


^demon innocentkil...@gmail.com changed:

   What|Removed |Added

 Blocks|15063   |




-- 
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 16890] This page doesn't print correctly with IE7

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16890


Maralia wikimara...@gmail.com changed:

   What|Removed |Added

 CC||wikimara...@gmail.com




--- Comment #5 from Maralia wikimara...@gmail.com  2009-03-17 03:58:26 UTC ---
Ran into this today with a user at [[Talk:Asthma#Why can I not print this
article after page 16?]]:

The user reported several blank pages upon printing (and print previewing) the
article [[Asthma]]. I was able to reproduce the problem in IE 7, down to the
same blank page numbers reported by the user. There were no likely culprits in
the content at the points it went blank (no images, tables, templates, etc.).
To check for formatting anomalies anyway, I copied a few pages of the text
(including parts that had and had not printed) into a sandbox; it happened
again—but at different points in the text. Occurs when using the printable
version, too. Of the articles others noted above, I get blank pages in HDMI and
Blu-Ray Disc but not Hanford Site.


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


[Bug 17952] Use of undefined constant DATE_W3C

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17952


^demon innocentkil...@gmail.com changed:

   What|Removed |Added

 CC||innocentkil...@gmail.com




--- Comment #1 from ^demon innocentkil...@gmail.com  2009-03-17 04:14:18 UTC 
---
User doesn't have DateTime installed for using the DATE_ constants. WORKSFORME?


-- 
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 13287] Edit link not working as expected

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13287


^demon innocentkil...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED




--- Comment #9 from ^demon innocentkil...@gmail.com  2009-03-17 04:22:16 UTC 
---
Removed the edit links entirely in r48479


-- 
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 10875] Style auto-completion fields

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10875


^demon innocentkil...@gmail.com changed:

   What|Removed |Added

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




--- Comment #4 from ^demon innocentkil...@gmail.com  2009-03-17 04:29:01 UTC 
---
Fixed per comment #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 12788] CSS (tracking)

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12788


Bug 12788 depends on bug 10875, which changed state.

Bug 10875 Summary: Style auto-completion fields
https://bugzilla.wikimedia.org/show_bug.cgi?id=10875

   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 2376] Template syntax (tracking)

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2376


Bug 2376 depends on bug 2357, which changed state.

Bug 2357 Summary: Parser function to provide loop functionality
https://bugzilla.wikimedia.org/show_bug.cgi?id=2357

   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


  1   2   >