[Bug 18885] New: Unuploaded images inserted within pages does not refer to a site-wide upload page, but rather the local

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

   Summary: Unuploaded images inserted within pages does not refer
to a site-wide upload page, but rather the local
   Product: MediaWiki
   Version: 1.14.0
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Uploading
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: svi...@gmail.com


When inserting a reference to image on a page (e.g. [[File:Image.png]]) that
does not exist, MediaWiki will in general (if uploads are enabled) create a
link to where you may upload an image with that very name.

However, should you be using a pool wiki (for the purpose of keeping your
images centralised), this link will still refer to your local Special:Upload,
and if you disable uploading on your local wiki, for the sake of avoiding
people uploading there and refer them to your pool wiki, the link won't work at
all.

MediaWiki needs a better way of checking this.  And using
$wgUploadNavigationUrl seems awfully close to a "hack", a better solution would
have been a basis, so rather than creating a link to say,
"http://pool.wiki.tld/wiki/Special:Upload";, it should rather have contained
"http://pool.wiki.tld/w/index.php";.

If people using "http://pool.wiki.tld/w/index.php?title=Special:Upload"; rather
than its prettier version is a concern to you, perhaps write something even
better!

In any case, the current version lacks a version for inserting queries (unless
you want to simply append them to current link, but MediaWiki doesn't seem to
approve of that internally, eh).


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

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


[Bug 18883] Use a 301 status code for redirects

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





--- Comment #3 from Splarka   2009-05-23 05:58:22 UTC ---
Dupe of bug 11946 ?


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

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


[Bug 18884] New: Special:Properties doesn't always display page count

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

   Summary: Special:Properties doesn't always display page count
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: Semantic MediaWiki
AssignedTo: mar...@semantic-mediawiki.org
ReportedBy: henrigerr...@yahoo.com
CC: henrigerr...@yahoo.com


In SMW 1.4.2, Special:Properties doesn't always show the page count; for some
properties it displays the sort name instead.

The fix should be quite simple: the order of result fields in the SQL select
subquery on line 940 of SMW_SQLStore2.php (function getPropertiesSpecial) is
inconsistent with subsequent subqueries in the union:

$res = $db->query('(SELECT smw_id, smw_title, smw_sortkey, COUNT(*) as
count FROM ' .

This line should read:

$res = $db->query('(SELECT smw_id, smw_title, COUNT(*) as count,
smw_sortkey FROM ' .


-- 
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 18808] Page Logging portion of XML Dump is broken

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





--- Comment #6 from Tomasz Finc   2009-05-23 01:36:36 UTC 
---
I went ahead and just moved it to its own class to keep it clean and less
confusing. Patch is ready and I'll check in the fix later tonight after running
a couple more iterations of the dumps.


-- 
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 18883] Use a 301 status code for redirects

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





--- Comment #2 from emufarm...@gmail.com  2009-05-23 01:24:22 UTC ---
OK, sorry.  Some people are worried about problems with Google over duplicate
content, since wiki redirects don't actually change the URL (clearly this can't
be that big of a deal, since Wikipedia is doing alright).


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on 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] Supporting the play of MIDI files

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





--- Comment #1 from 百楽兎   2009-05-23 01:20:41 UTC ---
Could any developers give an reply? 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 13812] Upload errors display pseudo-paths with 'public', confuse users

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


emufarm...@gmail.com changed:

   What|Removed |Added

 CC||emufarm...@gmail.com




--- Comment #5 from emufarm...@gmail.com  2009-05-23 01:16:45 UTC ---
Brion, could you take another look at this?  I think you missed the discussion
here when you reverted the patch (probably because the bug ID wasn't included).


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

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


[Bug 18883] New: Use a 301 status code for redirects

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

   Summary: Use a 301 status code for redirects
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Redirects
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: emufarm...@gmail.com


[14:53]  Anyway, can somebody point me to a specific bug or remind
me of the reasons for why we don't use 301 redirects for redirects?  The best I
was able to come up with was
[url]https://bugzilla.wikimedia.org/show_bug.cgi?id=2585#c3[/url]
[14:54]  Emufarmers: because otherwise we can't display the "redirected
from" message without fudging in a URL parameter
[14:54]  (and therefore messing up linking)
[14:54]  Ah
[14:54]  Is the stuff in that comment still true too?
[14:59]  looks roughly right
[15:00]  although the extra server load would be trivial once all links
were canonicalised in the browser window
[15:01]  But wouldn't displaying the "redirected from" still
require going around the cache?
[15:02]  yes, or a URL parameter
[15:02]  could be done with cookies and XVO
[15:02]  XVO?
[15:02]  X-Vary-Options
[15:04]  Of course, breaking caching isn't necessarily that big of
a deal on the average non-WMF wiki

Not sure whether this is worth implementing, but I see people asking for it
every now and then, so I figure we should at least have a bug we can point them
at.


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

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


[Bug 18883] Use a 301 status code for redirects

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


River Tarnell  changed:

   What|Removed |Added

 CC||ri...@loreley.flyingparchmen
   ||t.org.uk




--- Comment #1 from River Tarnell   
2009-05-23 01:10:44 UTC ---
when reporting bugs, please try to describe the actual bug using words instead
of making everyone work it out from an IRC log.


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

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


[Bug 18881] Populate rev_len field for pre-April 2007 revisions on en.wikipedia

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


^demon  changed:

   What|Removed |Added

 CC||innocentkil...@gmail.com
  Component|General/Unknown |General/Unknown
Product|MediaWiki   |Wikimedia




--- Comment #1 from ^demon   2009-05-23 00:12:20 UTC 
---
Updating product/component.


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

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


[Bug 18882] I can't get Extension:SyntaxHighlight GeSHi to work

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


Roan Kattouw  changed:

   What|Removed |Added

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




--- Comment #1 from Roan Kattouw   2009-05-22 22:58:55 
UTC ---
Bugzilla is for filing bugs, it is not a support forum. It's best to ask this
question elsewhere, e.g. on IRC.

My two cents: instead of

require_once("extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.php");

you should probably use

require_once("$IP/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.php");

Also note that

require('/Users/myusername/Sites/mediawiki-1.14.0/extensions/Syntax_Highlight_GeSHi/geshi/geshi.php');

has the path spelled wrong (there's no underscore in Syntax_Highlight).


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

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


[Bug 3311] Automatic category redirects

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





--- Comment #54 from Platonides   2009-05-22 22:55:58 UTC 
---
That's probably the way to go. What would be that column?


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

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


[Bug 18882] New: I can't get Extension:SyntaxHighlight GeSHi to work

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

   Summary: I can't get Extension:SyntaxHighlight GeSHi to work
   Product: MediaWiki extensions
   Version: any
  Platform: Macintosh
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Extensions requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: jv.w...@jhu.edu


I'm on a mac os x (ver 10.5.5), running:

MediaWiki   1.13.2
PHP 5.2.6 (apache2handler)
MySQL   5.0.41

My mediawiki lives in /Users/myusername/Sites/mediawiki-1.14.0/

i added a folder called SyntaxHighlight_GeSHi to the /extensions/ folder in my
mediawiki folder.  It contains:

README
SyntaxHighlight_GeSHi.class.php
SyntaxHighlight_GeSHi.i18n.php
SyntaxHighlight_GeSHi.php

and a folder called geshi, with 3 subfolders: /contrib/, /docs/, /geshi/, and
one additional file: geshi.php

When i try to add the line:

require_once("extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.php");

to the end of my LocalSettings.php file, my wiki pages go blank.  if i then add

 require( 'geshi/geshi.php' );

or 

 require(dirname(__FILE__).'/geshi/geshi.php');

or 


require('/Users/myusername/Sites/mediawiki-1.14.0/extensions/Syntax_Highlight_GeSHi/geshi/geshi.php');

nothing changes.

any ideas?

many thanks, joshua


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

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


[Bug 18875] Unable to download extension snapshots for 1.14.x through ExtensionDistributor

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


Roan Kattouw  changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com
 AssignedTo|br...@wikimedia.org |tstarl...@wikimedia.org




--- Comment #2 from Roan Kattouw   2009-05-22 22:10:41 
UTC ---
Since this is an ExtensionDistributor-related issue, I'm reassigning this to
Tim.


-- 
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 18878] Addition of the local language name for other languages in action=sitematrix

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


Roan Kattouw  changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com
 AssignedTo|roan.katt...@gmail.com  |wikibugs-
   ||l...@lists.wikimedia.org
  Component|API |SiteMatrix
Product|MediaWiki   |MediaWiki extensions
Version|1.14-svn|any




--- Comment #1 from Roan Kattouw   2009-05-22 22:09:25 
UTC ---
Moving to the SiteMatrix component; this is not a core API module, but an
extension.


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

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


[Bug 16554] Import strips angle brackets on some installations (libxml2 entity bug)

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


Roan Kattouw  changed:

   What|Removed |Added

 CC||moissi...@enst.fr




--- Comment #24 from Roan Kattouw   2009-05-22 22:08:21 
UTC ---
*** Bug 18877 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 18877] Import problem on pages with < or >

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


Roan Kattouw  changed:

   What|Removed |Added

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




--- Comment #1 from Roan Kattouw   2009-05-22 22:08:21 
UTC ---


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


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


Christian Illy  changed:

   What|Removed |Added

   Priority|Normal  |Highest




--- Comment #1 from Christian Illy   2009-05-22 21:34:49 
UTC ---
Not even a reply stating there's no chance to get such a feature? :(
If you could at least point me to the place in code I'd have to look at in
order to do that myself I'd be quite happy ;)


-- 
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 18881] New: Populate rev_len field for pre-April 2007 revisions on en.wikipedia

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

   Summary: Populate rev_len field for pre-April 2007 revisions on
en.wikipedia
   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: matthew.brit...@btinternet.com


This would be useful for various stuff, mostly along the lines of statistics
generation, where currently the whole text of every revision has to be fetched,
which is obviously quite inefficient and resource-heavy.

It might be too much work; Brion said "it's feasible, but you shouldn't assume
it'll be done on any particular installation", but I can't figure out if that
means "no" or not. :)


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

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


[Bug 18880] New: make LogEventsList::showLogExtract() more versatile (patch)

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

   Summary: make LogEventsList::showLogExtract() more versatile
(patch)
   Product: MediaWiki
   Version: 1.15-svn
  Platform: All
OS/Version: All
Status: NEW
  Keywords: need-review, patch
  Severity: enhancement
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: happy-me...@live.com


Created an attachment (id=6145)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=6145)
Against r50880, tweaks LogEventsList::showLogExtract()

Currently, this function can only be used to write a log extract directly to an
OutputPage, invariably $wgOut.  This is sub-optimal.  This patch allows the
$out parameter to alternatively be a pointer-to-string which is filled with the
content. Fully B/C (AFAIK), return type unchanged. Works fine on my test wiki.


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

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


[Bug 18875] Unable to download extension snapshots for 1.14.x through ExtensionDistributor

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


emufarm...@gmail.com changed:

   What|Removed |Added

 CC||emufarm...@gmail.com
URL|http://www.mediawiki.org/wik|
   |i/Extension:OpenID  |
   Severity|enhancement |normal
   Keywords||shell
Summary|Unable to download  |Unable to download extension
   |Extension:OpenID snapshot   |snapshots for 1.14.x through
   |for 1.14.x  |ExtensionDistributor




--- Comment #1 from emufarm...@gmail.com  2009-05-22 20:29:17 UTC ---
I'm generalizing the summary for this bug: it applies to all extensions, though
apparently only for 1.14.


-- 
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 18879] Nonexistent category pages show useless preview on first edit

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





--- Comment #1 from Gurch   2009-05-22 20:06:49 
UTC ---
meh, first URL should be
http://en.wikipedia.org/wiki/Category:Some_nonexistent_category?action=edit


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on 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] New: Nonexistent category pages show useless preview on first edit

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

   Summary: Nonexistent category pages show useless preview on first
edit
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: http://en.wikipedia.org/w/index.php?title=Category:Some%
20nonexistent%20category&action=edit
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: Categories
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: matthew.brit...@btinternet.com


When creating a category page that does not exist, a preview is always
generated, as can be seen here:

http://en.wikipedia.org/wiki/Category:Some%_nonexistent_category?action=edit

This preview is completely useless, because the page does not exist. This
happens with or without "Preview on first edit" enabled in preferences.

When creating pages in other namespaces, a preview is never generated on the
first edit, even with "Preview on first edit" enabled in preferences.

http://en.wikipedia.org/wiki/Some_nonexistent_page?action=edit

Creating category pages should work the same as it does in other namespaces.


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

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


[Bug 18878] New: Addition of the local language name for other languages in action=sitematrix

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

   Summary: Addition of the local language name for other languages
in action=sitematrix
   Product: MediaWiki
   Version: 1.14-svn
  Platform: All
   URL: http://en.wikipedia.org/w/api.php?action=sitematrix
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: s...@reedyboy.net
CC: bryan.tongm...@gmail.com, vasi...@gmail.com


Is it possible to (at least), have the english language variant of the various
languages on the API page for sitematrix? Though, i suspect doing the local
version of it is probably AS easy, if not easy

eg on the en.wp

  
http://de.wikipedia.org"; code="wiki" />
http://de.wiktionary.org"; code="wiktionary" />
http://de.wikibooks.org"; code="wikibooks" />
http://de.wikinews.org"; code="wikinews" />
http://de.wikiquote.org"; code="wikiquote" />
http://de.wikisource.org"; code="wikisource" />
http://de.wikiversity.org"; code="wikiversity" />
  



It was being requested in #wikimedia-tech, so hence posting this request


-- 
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 3311] Automatic category redirects

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





--- Comment #53 from Aryeh Gregor   2009-05-22 
19:19:18 UTC ---
Or adding an extra column to categorylinks.  That seems like a better idea,
unless un-redirecting is expected to be very rare.


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

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


[Bug 18877] New: Import problem on pages with < or >

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

   Summary: Import problem on pages with < or >
   Product: MediaWiki
   Version: 1.15.0rc1
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Normal
 Component: Export/Import
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: moissi...@enst.fr


When importing pages with < or > or < or >, these characters are loosed
ex
pages with the googlemap extension contains lines like this:

...


which becomes
googlemap 
...
/googlemap

and broke the pages


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


MZMcBride  changed:

   What|Removed |Added

  Component|Special pages   |Site requests
   Keywords||shell
Product|MediaWiki   |Wikimedia
Summary|Create new namespace|Create new namespace for
   ||Korean Wiktionary




-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on 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] New: Create new namespace

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

   Summary: Create new namespace
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: http://ko.wiktionary.org/wiki
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: aheunh...@gmail.com


Hello,
Ko wiktionary has currently additional ns:100, ns:101.
Would you please create the following new namespace :

ns:102 -> 미주알고주알
ns:103 -> 미주알고주알_토론

There has been a discussion of community (but scarcely comment because of few
active users in general:
http://ko.wiktionary.org/wiki/위키낱말사전:자유게시판#새로운_낱말사전_네임스페이스_Wikisaurus)

The new namespace is intended for
http://ko.wiktionary.org/wiki/Category:한글_맷돌

Thank you
A-heun(아흔)


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


[Bug 3311] Automatic category redirects

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





--- Comment #52 from Platonides   2009-05-22 18:02:37 UTC 
---
Making a "normal" Category a category can be done straight away, but
unredirecting a category requires reparsing all category members.


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

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


[Bug 18867] Enhance CSS styling of image page

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


Robert Hänel  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Comment #4 from Robert Hänel   2009-05-22 17:08:41 UTC ---
Sorry, I checked out the wrong version. After getting the latest revision, I
see that there have already been changes similar to those intended with my
patch. Therefore I will close 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 18867] Enhance CSS styling of image page

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


Siebrand  changed:

   What|Removed |Added

 CC||siebr...@wikipedia.be




--- Comment #3 from Siebrand   2009-05-22 16:33:08 UTC 
---
Reporter, you indicated that something needs to be done on version 1.14.0. This
will not be done; no features will be added to 1.14. Please provide a clean
patch as requested in comment 2.


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

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


[Bug 18867] Enhance CSS styling of image page

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





--- Comment #2 from Happy-melon   2009-05-22 16:27:32 UTC 
---
Hell, the second chunk is 40 lines out of place.  This patch is against r48966,
at best (in r48966 the affected line in chunk 2 was changed; that'll royally
screw things up), and it *still* doesn't apply cleanly to that revision (using
my admittedly overly-conservative patch port).  Please patch against a more
recent revision.


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

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


[Bug 18875] Unable to download Extension:OpenID snapshot for 1.14.x

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


Aryeh Gregor  changed:

   What|Removed |Added

 CC||simetrical+wikib...@gmail.co
   ||m
  Component|Subversion  |General/Unknown




-- 
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 18867] Enhance CSS styling of image page

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


Happy-melon  changed:

   What|Removed |Added

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




--- Comment #1 from Happy-melon   2009-05-22 16:16:45 UTC 
---
This patch doesn't apply cleanly against my r50860; there are quite a few
unmarked changes. 


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

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


[Bug 17450] Make Recent Changes available via XMPP

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


Derk-Jan Hartman  changed:

   What|Removed |Added

 CC||hart...@videolan.org




--- Comment #6 from Derk-Jan Hartman   2009-05-22 
14:15:06 UTC ---
This would also be wonderful for SUL talkpage changes. I'd love to be able to
receive notifications of stuff like that in my Adium client for instance. 


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

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


[Bug 18875] New: Unable to download Extension:OpenID snapshot for 1.14.x

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

   Summary: Unable to download Extension:OpenID snapshot for 1.14.x
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://www.mediawiki.org/wiki/Extension:OpenID
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Subversion
AssignedTo: br...@wikimedia.org
ReportedBy: pro...@aminche.com


svn: Working copy
'/mnt/upload5/private/ExtensionDistributor/mw-snapshot/branches/REL1_14/extensions'
locked svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for
details)


-- 
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 12969] Incomplete Renameuser cases on Wikipedia

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





--- Comment #2 from Shinjiman   2009-05-22 12:40:25 UTC ---
Not quite sure the functionality of the extension UserMerge suits this 
kind of cases or not.

If it suits, it is good to activate that on the WMF wikis.
It is not quite sure is that suitable to be done by bureaucrats on each project 
or needs stewards on meta to be done for it.


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

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


[Bug 12969] Incomplete Renameuser cases on Wikipedia

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


lucasbfr  changed:

   What|Removed |Added

 CC||lucasbfr.bugzillamediaw...@d
   ||areka.fr




--- Comment #1 from lucasbfr   2009-05-22 
12:31:40 UTC ---
Digging up this bug (just in case someone is looking at it), there might be a
related issue with my username:

I got renamed from Lucasbfr to Luk on en.wikipedia almost a month ago (04:02,
30 April 2009), but ~5300 edits of mine are still attributed to Lucasbfr:
http://toolserver.org/~interiot/cgi-bin/count_edits?user=Lucasbfr&dbname=enwiki_p

The username was free so I registered it again, but that would be great if you
could move all my contribs and log actions to Luk (for obvious GFDL and
transparency 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 212] Many MediaWiki: messages not safe in XHTML

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


Niklas Laxström  changed:

   What|Removed |Added

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




--- Comment #9 from Niklas Laxström   2009-05-22 
11:57:28 UTC ---
I think I got most of them with my last commits r50881, r50882 and r50883.
Keeping this bug open like this seems not quite useful. What I would like to is
mechanism to detect this automatically, something that can be enabled during
development. PHP's taint module seems a candidate, but as of now it is not easy
to install.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on 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] New: Add enwiki as import source at mediawikiwiki

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

   Summary: Add enwiki as import source at mediawikiwiki
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://www.mediawiki.org/wiki/Project:Forum#Import_sourc
es
OS/Version: All
Status: NEW
  Keywords: shell
  Severity: enhancement
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: happy-me...@live.com


Title says it all, really... :D


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on 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] New: htmlform.js produce javascript error after change a select

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

   Summary: htmlform.js produce javascript error after change a
select
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: http://translatewiki.net/wiki/Special:Preferences
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: User preferences
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: umherirrender_de...@web.de


I get this in translatewiki.net with r50885.

When change the select of "Threshold for stub link" or "Time zone" I get in IE7
a javascript error.
With FireFox I have no problem.

The problem line is line 19: "var id = select.id;". The description is: 'id' is
null or no object.


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

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


[Bug 18872] New: "html diff" omits huge portions of changes

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

   Summary: "html diff" omits huge portions of changes
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: http://translatewiki.net/w/i.php?title=Support&diff=1228
527&oldid=1228524&htmldiff=1
OS/Version: All
Status: NEW
  Severity: critical
  Priority: Normal
 Component: History/Diffs
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: bugzilla.wikime...@publi.purodha.net
CC: bugzilla.wikime...@publi.purodha.net


Please compare:
http://translatewiki.net/w/i.php?title=Support&diff=1228527&oldid=1228524&htmldiff=1
and
http://translatewiki.net/w/i.php?title=Support&diff=1228527&oldid=1228524&htmldiff=0

Assuming the latter to be correct (which is backed by
looking at the pages before and after the edit), one
find that html diff has serious problems.


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

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