[Bug 23641] New: Pass $watchthis as parameter to ArticleSaveComplete hook

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23641

   Summary: Pass $watchthis as parameter to ArticleSaveComplete
hook
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Page editing
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: tisane2...@gmail.com


This will enable the hook function to control whether a page will be watched or
unwatched. This is needed so that, for instance, the PureWikiDeletion
extension's Add pages I blank to my watchlist preferences-based functionality
can work.

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

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


[Bug 23640] web citation template incorrect

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23640

p858snake p858sn...@yahoo.com.au changed:

   What|Removed |Added

 CC||p858sn...@yahoo.com.au
  Component|Page editing|General/Unknown

--- Comment #1 from p858snake p858sn...@yahoo.com.au 2010-05-24 06:06:33 UTC 
---
This is a issue with a template on a local site template and not the mediawiki
package.

Closing as 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 23640] web citation template incorrect

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23640

p858snake p858sn...@yahoo.com.au changed:

   What|Removed |Added

 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 23593] RevisionDelete click-through link missing on page history + contribs

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23593

--- Comment #8 from FT2 ft2.w...@gmail.com 2010-05-24 07:50:02 UTC ---
(In reply to comment #6)
 (In reply to comment #4)
  Does revdelete use date-revision links somewhere else?
 
 Other that sp:undelete, where the user is already explicitly viewing deleted
 content.
 
 Currently, the idea is that user has to clearly use show/hide (links/buttons)
 to request deleted content now.
 
 If the the date is made into a link, the next obvious question would be how 
 do
 you see the edit comment as quickly?. It would be useful to resolve that at
 the same time.

Non-admin users see the redacted entries only, so that's not a concern.

The difference for admins is that the date is innocuous. A clickable date says
there was material here that got deleted, click here to view it but doesn't
expose the offensive or disruptive material on their screen if they don't want
to see it. But the main reason an edit comment gets revdeleted is if it is
grossly offensive or disruptive, perhaps even including virus links in some
cases. So that should continue to be as it is now (comment removed greyed
out).

If the admin wants to see the edit comment, they can click on the revision link
as normal, and with one click it's shown with the revision. Not initially
exposing the revdeleted username and edit comment is sensible. The link to the
revision via the date field is both harmless and useful.

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

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


[Bug 23364] To change the name of the language in interwikis from Azərbaycan to Azərbaycanca

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23364

--- Comment #7 from Raimond Spekking raimond.spekk...@gmail.com 2010-05-24 
08:59:38 UTC ---
Yes. It can take a few weeks/months due to the code review process. It is
changed in the codebase and will not be lost.

-- 
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 23642] New: mime of some xls files are incorrectly detect as application/zip

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23642

   Summary: mime of some xls files are incorrectly detect as
application/zip
   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: anon@gmail.com
CC: gpaum...@wikimedia.org, bryan.tongm...@gmail.com


According to, includes/MimeMagic.php

// Check for ZIP (before getimagesize)
if ( strpos( $tail, PK\x05\x06 ) !== false ) {
wfDebug( __METHOD__.: ZIP header present at end of
$file\n );
return $this-detectZipType( $head );
} 

Some xls (ms excel) files contain PK\x05\x06, so it incorrectly detect as zip
file and not pass filetype checking.


Here is the debugging message shown by $wgDebugComments=true,

   mime: lt;application/zipgt; extension: lt;xlsgt;

   UploadForm::verifyExtension: mime type application/zip mismatches file
extension xls, rejecting file

-- 
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 23297] Getting [[SMW::on]] in query result set when used in Mediwiki:Sidebar

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23297

--- Comment #3 from Neill Mitchell mitchell_ne...@hotmail.com 2010-05-24 
09:10:52 UTC ---
Hi.

Thanks very much for the information. I have found a non hacky way to do this
:)
You put the following in LocalSettings.php:

$wgHooks['MonoBookTemplateToolboxEnd'][] = 'wfNavTree';
function wfNavTree() {
global $wgUser, $wgTitle, $wgParser;
if ( is_object( $wgParser ) ) $psr = $wgParser; else $psr = new
Parser;
$opt = ParserOptions::newFromUser( $wgUser );
$nav = new Article( Title::newFromText( 'NavTree', NS_MEDIAWIKI ) );
$out = $psr-parse( $nav-fetchContent( 0, false, false ), $wgTitle,
$opt, true, true );
echo '/ul/div' . $out-getText();
return true;
}

You can then have a normal page called NavTree (in this example) with any
markup in you like. This includes SMW queries. They then appear in the sidebar.

So I do not think it will be a good use of your valuable time to implement a
hack in SMW.

Many thanks
Neill.

-- 
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 23642] mime of some xls files are incorrectly detected as application/zip

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23642

Anon Sricharoenchai anon@gmail.com changed:

   What|Removed |Added

Summary|mime of some xls files are  |mime of some xls files are
   |incorrectly detect as   |incorrectly detected as
   |application/zip |application/zip

-- 
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 23642] mime of some xls files are incorrectly detected as application/zip

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23642

--- Comment #1 from Anon Sricharoenchai anon@gmail.com 2010-05-24 
09:15:07 UTC ---
MimeMagic::doGuessMimeType: ZIP header present at end of /tmp/php4korsl
MimeMagic::detectZipType:
/^mimetype(application\/vnd\.oasis\.opendocument\.(?:chart|chart-template|formula|formula-template|graphics|graphics-template|image|image-template|presentation|presentation-template|spreadsheet|spreadsheet-template|text|text-template|text-master|text-web))/
MimeMagic::detectZipType: unable to identify type of ZIP archive
MimeMagic::guessMimeType: final mime type of /tmp/php4korsl: application/zip
MediaHandler::getHandler: no handler found for application/zip.
File::getPropsFromPath: /tmp/php4korsl loaded, 43008 bytes, application/zip.
MacBinary::loadHeader: header bytes 0 and 74 not null
MimeMagic::doGuessMimeType: ZIP header present at end of /tmp/php4korsl
MimeMagic::detectZipType:
/^mimetype(application\/vnd\.oasis\.opendocument\.(?:chart|chart-template|formula|formula-template|graphics|graphics-template|image|image-template|presentation|presentation-template|spreadsheet|spreadsheet-template|text|text-template|text-master|text-web))/
MimeMagic::detectZipType: unable to identify type of ZIP archive
MimeMagic::guessMimeType: final mime type of /tmp/php4korsl: application/zip


mime: lt;application/zipgt; extension: lt;xlsgt;

UploadForm::verifyExtension: mime type application/zip mismatches file
extension xls, rejecting file

-- 
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 23642] mime of some xls files are incorrectly detected as application/zip

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23642

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #2 from Bawolff bawolff...@gmail.com 2010-05-24 09:20:20 UTC ---
Are you sure it isn't zip? From what I understand, excel 2007's default format
(.xlsx, but I don't think excel cares what the extension is) is actually a zip
archive.

-- 
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 23643] New: Allow different declaration of svg fonts

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23643

   Summary: Allow different declaration of svg fonts
   Product: MediaWiki
   Version: 1.11.x
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Normal
 Component: Images and files
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: diebu...@gmail.com
CC: gpaum...@wikimedia.org, bryan.tongm...@gmail.com,
innocentkil...@gmail.com


The svg renderer only accepts fonts declared as such:
font-family=DejaVu Sans font-weight=bold

A lot of vector editors (Illustrator, sometimes Inkscape) output their fonts
like that:
font-family='DejaVuSans-Bold'

The renderer falls back to the default, if fonts are declared as in the second
example.
If this would be fixed, a lot of svg would then properly display the chosen
font

-- 
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 23621] Diff two pages

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23621

--- Comment #9 from Derk-Jan Hartman hart...@videolan.org 2010-05-24 15:04:25 
CEST ---
(In reply to comment #8)
 So rvdifftopage?

Yes exactly.

On Special:Diff vs. Special:DiffPages, I have little preference, but Diff is
shorter and easier to remember I think.

-- 
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 23644] New: Create new user group to disable new article creation

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23644

   Summary: Create new user group to disable new article creation
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://ta.wikipedia.org/wiki/%E0%AE%B5%E0%AE%BF%E0%AE%
95%E0%AF%8D%E0%AE%95%E0%AE%BF%E0%AE%AA%E0%AF%8D%E0%AE%
AA%E0%AF%80%E0%AE%9F%E0%AE%BF%E0%AE%AF%E0%AE%BE:Reques
t_to_create_a_new_user_group
OS/Version: All
Status: NEW
  Severity: major
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: ravidreams...@yahoo.com
CC: sundarbe...@yahoo.com


We need a new user group created. The users in this group should not be able to
create new pages in article namespace but they should be able to do every other
edit a regular user can do.

Some users keep adding new articles without responding to community's messages
and manual of style. This is especially a problem when large number of users
taking part in a non-wiki project do this as a group of users. Such behavior
results in needless workload for the community and reduces the quality of our
Wikipedia. So, we want to create a new user group as mentioned above which may
help in forcing them to improve their existing articles before adding new
articles in bulk.

We ran a poll to this effect and community has consensus in creating this user
group. 

http://ta.wikipedia.org/wiki/%E0%AE%B5%E0%AE%BF%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AE%BF%E0%AE%AA%E0%AF%8D%E0%AE%AA%E0%AF%80%E0%AE%9F%E0%AE%BF%E0%AE%AF%E0%AE%BE:Request_to_create_a_new_user_group

Thanks.

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

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


[Bug 23645] New: Broken image in Editor help section with IE8.

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23645

   Summary: Broken image in Editor help section with IE8.
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: http://en.wikipedia.org/wiki/Wikipedia:Requests_for_co
mment/May_2010_skin_change/Bug_reports#Sample_image_-_
broken_link_in_IE8
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: UsabilityInitiative
AssignedTo: tpars...@wikimedia.org
ReportedBy: hart...@videolan.org
CC: roan.katt...@gmail.com, ngau...@wikimedia.org,
amil...@wikimedia.org


I quote:

In the new edit toolbar, under Help  Files, the sample image fails to appear
in Internet Explorer 8 (a broken link icon appears in its place). The correct
URI is
http://en.wikipedia.org/w/extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png,
but IE is referencing
http://en.wikipedia.org/wiki/extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png,
for some reason.

Works just fine for me in Safari, but haven't been able to look at it any
further 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 23593] RevisionDelete click-through link missing on page history + contribs

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23593

--- Comment #9 from Aaron Schulz jschulz_4...@msn.com 2010-05-24 13:50:33 UTC 
---
(In reply to comment #8)
 Non-admin users see the redacted entries only, so that's not a concern.

I'm not sure what this is about. No one wants to show hidden content to
non-admins :]

Anyway, if the revision link goes to the revision as it does with diffs, one
can see the actual username and revision, but not the edit comment.

Anyway, I was playing around a bit and noticed that the revision links on diffs
still have a confirmation link, so they may as well be linked everywhere then.
As long as the user confirms to see it I'm ok. I'll commit this soon.

I also got confused by the confirmation link on diffs unhiding the user name,
but the confirmation links on oldid=x page views only unhide the text and not
the user name...that needs to be worked out too.

-- 
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 23593] RevisionDelete click-through link missing on page history + contribs

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23593

--- Comment #10 from Aaron Schulz jschulz_4...@msn.com 2010-05-24 14:06:07 
UTC ---
Done in r66827

-- 
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 18103] removal of principal named reference silently breaks others

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18103

--- Comment #4 from reisio wikipe...@reisio.com 2010-05-24 14:23:20 UTC ---
Yes... fixing bugs in software requires programming knowledge...

-- 
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 23047] Problem loading Commons category Scanned English books in DjVu

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23047

Platonides platoni...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||platoni...@gmail.com
 Resolution||DUPLICATE

--- Comment #2 from Platonides platoni...@gmail.com 2010-05-24 14:49:52 UTC 
---


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

-- 
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 23639] Blank pages with a large number of djvu

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23639

Platonides platoni...@gmail.com changed:

   What|Removed |Added

 CC||blurpe...@gmail.com

--- Comment #2 from Platonides platoni...@gmail.com 2010-05-24 14:49:52 UTC 
---
*** Bug 23047 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 22383] Renaming some namespaces in ckbWiki

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22383

--- Comment #9 from marmzok marm...@gmail.com 2010-05-24 15:05:37 UTC ---
I understand its process, and now I know it may took 6months to apply changes.
I think this ticket can be closed.

-- 
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 23641] Pass $watchthis as parameter to ArticleSaveComplete hook

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23641

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

   What|Removed |Added

 AssignedTo|wikibug...@lists.wikimedia. |happy-me...@live.com
   |org |

--- Comment #1 from Happy-melon happy-me...@live.com 2010-05-24 15:20:39 UTC 
---
If you want to write a patch for this, I'll review and commit it.  My workload
is escalating up to the last week in June, however, so I may become less
available as time goes by.

-- 
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 23498] Search system does not respond quickly and sends partial text.

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23498

Ian Woollard ian.wooll...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #21 from Ian Woollard ian.wooll...@gmail.com 2010-05-24 15:37:53 
UTC ---
The bug is back!!!

-- 
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 21465] Fatal error: Unsupported operand types in Language.php on line 2440

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21465

Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

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

--- Comment #2 from Chad H. innocentkil...@gmail.com 2010-05-24 16:21:36 UTC 
---
Can't replicate and no response from the original submitter, closing WFM.

-- 
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 18608] API should provide list of CSS styles to apply to rendered output

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18608

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #12 from Reedy s...@reedyboy.net 2010-05-24 16:36:31 UTC ---
r66834

-- 
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 21278] Allow wiki markup to the sidebar

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21278

Platonides platoni...@gmail.com changed:

   What|Removed |Added

   Attachment #6708|0   |1
is obsolete||

--- Comment #3 from Platonides platoni...@gmail.com 2010-05-24 16:55:28 UTC 
---
Created an attachment (id=7401)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=7401)
Updated patch

Patch updated to trunk. What do you think, Siebrand?

-- 
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 23614] Update script fails at database updates - incorrect key

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23614

--- Comment #10 from Max Semenik maxsem.w...@gmail.com 2010-05-24 16:57:03 
UTC ---
You've got an older version of this file, not from 1.15.x but from 1.12 or
older. Please reupload MediaWiki.

-- 
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 16750] class='mw-imagepage-duplicates' contains old image-links

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16750

Umherirrender umherirrender_de...@web.de changed:

   What|Removed |Added

   Keywords|easy|shell
 Status|RESOLVED|REOPENED
  Component|Images and files|Site requests
Version|1.14-svn|unspecified
 Resolution|LATER   |
Product|MediaWiki   |Wikimedia

--- Comment #3 from Umherirrender umherirrender_de...@web.de 2010-05-24 
16:58:24 UTC ---
This looks like a setting of $wgForeignFileRepos key 'descBaseUrl' in
CommonSettings.php. So make this a shell request for WMF wikis.

Thanks for change the setting.

-- 
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 23646] New: Flagged Revisions on Tamil Wikinews (ta.wikinews.org)

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23646

   Summary: Flagged Revisions on Tamil Wikinews (ta.wikinews.org)
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: misterw...@hotmail.com


It seems that Tamil Wikinews want Flagged Revisions installed, after a proposal
I did there (
http://ta.wikinews.org/wiki/Wikinews:%E0%AE%9A%E0%AE%AE%E0%AF%81%E0%AE%A4%E0%AE%BE%E0%AE%AF_%E0%AE%B5%E0%AE%B2%E0%AF%88%E0%AE%B5%E0%AE%BE%E0%AE%9A%E0%AE%B2%E0%AF%8D#Flagged_revisions
). Could you please set up it there?

-- 
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 23647] New: geographic coordinates don't work in multiple instance templates

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23647

   Summary: geographic coordinates don't work in multiple instance
templates
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Normal
 Component: SemanticForms
AssignedTo: yaro...@gmail.com
ReportedBy: sh_ho...@yahoo.com
CC: wikibugs-l@lists.wikimedia.org


The map is shown and add/remove buttons work, but the map is static, the lookup
coordinates button doesn't work the first time, after the second click
refreshes the page and map sometimes disappears, sometimes becomes normal,
other fields get randomly filled, it's a complete disarray.

Here's the template:

{{{for template|Event|label=details|multiple}}}
'''Date:''' {{{field|1|input type=datepicker|week start=1}}}

'''Coordinates:''' {{{field|2|input type=googlemaps
|width=500|height=300|zoom=8|autozoom=off}}}
{{{end template}}}

The exact same form, without the multiple setting works like a charm.

-- 
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 23647] geographic coordinates don't work in multiple instance templates

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23647

--- Comment #1 from Yaron Koren yaro...@gmail.com 2010-05-24 17:34:26 UTC ---
Hi - what version of SF, SMW and SM are you using?

-- 
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 23648] New: UserMailer.php function send() throws warning if $to is an array of MailAddress

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23648

   Summary: UserMailer.php function send() throws warning if $to
is an array of MailAddress
   Product: MediaWiki
   Version: 1.16-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mediaw...@blazemonger.com


function send() in includes/UserMailer.php has a first parameter, $to, that can
be a singleton or an array. If a singleton, it must be a MailAddress object. If
you pass an array of MailAddress objects, however, you get the warning:

Object of class MailAddress to string conversion in .../includes/UserMailer.php
on line 115

The line is:

wfDebug( __METHOD__.': sending mail to '  . implode( ',', $to ) . \n ); 

This is strange. send() seems to be expecting an array of strings, or a single
MailAddress, but not an array of MailAddress objects.

This is either a bug to be fixed, or extra documentation is needed about valid
values for $to.

-- 
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 23646] Flagged Revisions on Tamil Wikinews (ta.wikinews.org)

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23646

Diego Grez misterw...@hotmail.com changed:

   What|Removed |Added

URL||http://ta.wikinews.org/wiki
   ||/Wikinews:%E0%AE%9A%E0%AE%A
   ||E%E0%AF%81%E0%AE%A4%E0%AE%B
   ||E%E0%AE%AF_%E0%AE%B5%E0%AE%
   ||B2%E0%AF%88%E0%AE%B5%E0%AE%
   ||BE%E0%AE%9A%E0%AE%B2%E0%AF%
   ||8D#Flagged_revisions

-- 
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 23647] geographic coordinates don't work in multiple instance templates

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23647

--- Comment #2 from sh_ho...@yahoo.com 2010-05-24 17:52:07 UTC ---
SF 1.9
SMW 1.5.0
SM 0.5.5

-- 
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 23647] geographic coordinates don't work in multiple instance templates

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23647

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

   What|Removed |Added

 AssignedTo|yaro...@gmail.com   |jeroen_ded...@yahoo.com

--- Comment #3 from Yaron Koren yaro...@gmail.com 2010-05-24 18:14:46 UTC ---
Re-assigning this to Jeroen - this looks like a Semantic Maps issue (multiple
form inputs on one page); though it may have been resolved already in the
upcoming version.

-- 
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 23649] New: Set $wgCategoryPrefixedDefaultSortkey to false for pl.wikipedia

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23649

   Summary: Set $wgCategoryPrefixedDefaultSortkey to false for
pl.wikipedia
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: https://secure.wikimedia.org/wikipedia/pl/w/index.php?
title=Wikipedia:Kawiarenka/Kwestie_techniczneoldid=21
781648#Sortowanie_w_kategoriach_bez_prefiksu_przestrze
ni_nazw
OS/Version: All
Status: NEW
  Keywords: shell
  Severity: enhancement
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: b...@adres.pl
CC: danny.lei...@gmail.com


I'd like to ask for a configuration change for pl.wikipedia - set
$wgCategoryPrefixedDefaultSortkey to false.

NOTE: please DO NOT run refreshLinks maintenance script, because it is broken -
bug 23287.

-- 
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 23593] RevisionDelete click-through link missing on page history + contribs

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23593

--- Comment #11 from Aaron Schulz jschulz_4...@msn.com 2010-05-24 18:19:07 
UTC ---
oldid page views now unhide the name with unhide=1 (r66840).

-- 
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 23593] RevisionDelete click-through link missing on page history + contribs

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23593

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #12 from Aaron Schulz jschulz_4...@msn.com 2010-05-24 18:25:17 
UTC ---
Bug issues resolved. The viewing of hidden comments can be left as is for now.

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

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


[Bug 23650] New: copyright text overflows when map zoomed out

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23650

   Summary: copyright text overflows when map zoomed out
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: Maps
AssignedTo: jeroen_ded...@yahoo.com
ReportedBy: sh_ho...@yahoo.com


The text on the bottom overflows when map is completely zoomed out. There is an
easy fix for this discussed elsewhere, which involves simply adding an
overflow:hidden style to the map div. Same issue applies to the Semantic Maps.

-- 
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 23651] New: Make diff links work (even if not click-through) for suppressed and redacted revisions

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23651

   Summary: Make diff links work (even if not click-through) for
suppressed and redacted revisions
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Revision deletion
AssignedTo: jschulz_4...@msn.com
ReportedBy: ft2.w...@gmail.com


A revision that the user cannot access (redaction or suppression) has a
non-working diff link in page history/contribs. The problem is there's no way
they can paste the link to it for oversighter or arbcom attention either, if
it's needed.

A user should be able to get a link for a revision (right click/copy link) to
pass on to other admins or oversighters, or if needed as evidence in disputes,
even if they cannot see the contents of that revision.

Security consideration: 

A user who was given such a link by a friend would still not be able to view
the revdeleted material unless their account had suitable rights. So making the
diff link available (cur | prev) is not a security issue.

Request:

That the (cur | prev) links provide valid links even if the user does not have
access to see the underlying material.

-- 
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 23647] geographic coordinates don't work in multiple instance templates

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23647

--- Comment #4 from Ed sh_ho...@yahoo.com 2010-05-24 18:57:16 UTC ---
The problem is still there for SM/Maps 0.6 rc3

-- 
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 21881] Update archive table for old user renames

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21881

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

   What|Removed |Added

  Component|Renameuser  |Site requests
Version|any |unspecified
 AssignedTo|jschulz_4...@msn.com|wikibug...@lists.wikimedia.
   ||org
Product|MediaWiki extensions|Wikimedia
Summary|User renaming does not  |Update archive table for
   |update archive table|old user renames

--- Comment #3 from Aaron Schulz jschulz_4...@msn.com 2010-05-24 19:11:35 UTC 
---
Changed summary. Maybe a script can be made for people with edits left to be
renamed.

-- 
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 20050] Reference with numbered list inside can spoil later ref rendering

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20050

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

   What|Removed |Added

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

--- Comment #4 from Happy-melon happy-me...@live.com 2010-05-24 19:29:08 UTC 
---
Confirmed as a(nother) bad interaction with Tidy; unTidy'd output is correct.

-- 
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 23650] copyright text overflows when map zoomed out

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23650

Jeroen De Dauw jeroen_ded...@yahoo.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Jeroen De Dauw jeroen_ded...@yahoo.com 2010-05-24 
19:33:56 UTC ---
Fixed in r66844 and 66845

-- 
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 2542] Tidy sucks (tracking)

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2542

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

   What|Removed |Added

   Keywords||tracking
 CC||happy-me...@live.com
 Blocks|1955|2007
 Depends on||5859, 6265, 8948, 9538,
   ||9661, 9737, 9996, 12221,
   ||18851, 18994, 20050, 20714,
   ||20829, 23467, 1955
Summary|Tidy sucks, won't leave |Tidy sucks (tracking)
   |stuff alone |

--- Comment #5 from Happy-melon happy-me...@live.com 2010-05-24 19:40:54 UTC 
---
Stealing this for a Tidy tracking bug... there are certainly plenty of issues
to track!!  :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 1955] There is a newline within a tag attribute values

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1955

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

   What|Removed |Added

 Blocks||2542
 Depends on|2542|

-- 
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 5859] Rendering problem with empty list item and next section

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=5859

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

   What|Removed |Added

 Blocks||2542

-- 
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 8948] Mixing Wikitable and HTML syntax breaks with Tidy disabled

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8948

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

   What|Removed |Added

 Blocks||2542

-- 
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 20050] Reference with numbered list inside can spoil later ref rendering

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20050

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

   What|Removed |Added

 Blocks||2542

-- 
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 9996] Multiline tags in lists should be output more intelligently

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9996

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

   What|Removed |Added

 Blocks||2542

-- 
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 20714] HTML tidy doesn't work for 404 pages like it does for existing pages (doesn't add missing closing tags anymore e.g.)

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20714

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

   What|Removed |Added

 Blocks||2542

-- 
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 20829] Unordered list after centered heading contains additional lis

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20829

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

   What|Removed |Added

 Blocks||2542

-- 
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 23467] sig preview not accurate, disregards html-tidy effects

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23467

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

   What|Removed |Added

 Blocks||2542

-- 
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 20050] Reference with numbered list inside can spoil later ref rendering

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20050

Gadget850 ed.pal...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #5 from Gadget850 ed.pal...@gmail.com 2010-05-24 20:03:10 UTC ---
Guess we can close this and track it at Bug 2542 as a Tidy issue.

-- 
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 20050] Reference with numbered list inside can spoil later ref rendering

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20050

Platonides platoni...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |

--- Comment #6 from Platonides platoni...@gmail.com 2010-05-24 20:04:26 UTC 
---
 Confirmed as a(nother) bad interaction with Tidy; unTidy'd output is correct.

It is not correct, or Tidy wouldn't need to fix 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 2542] Tidy sucks (tracking)

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2542

Bug 2542 depends on bug 20050, which changed state.

Bug 20050 Summary: Reference with numbered list inside can spoil later ref 
rendering
https://bugzilla.wikimedia.org/show_bug.cgi?id=20050

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 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 23646] Flagged Revisions on Tamil Wikinews (ta.wikinews.org)

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23646

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

   What|Removed |Added

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

-- 
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 23652] New: Some elements missing from PDF thumbnails

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23652

   Summary: Some elements missing from PDF thumbnails
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: PdfHandler
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: nos...@vyznev.net


The pages in the scanned PDF file
http://commons.wikimedia.org/wiki/File:Houston17RailroadsMeetTheSea.pdf (which
originally comes from http://www.archive.org/details/houstonwhereseve00farb)
appear to consist of high-resolution bw (well, black-and-transparent, really)
images overlaid on top of lower resolution color images.  However, in the
thumbnails only the low resolution color layer is shown, so that for example
page 9 appears completely blank, even though it actually contains a substantial
amount of text.

-- 
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 23652] Some elements missing from PDF thumbnails

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23652

Ilmari Karonen nos...@vyznev.net changed:

   What|Removed |Added

URL||http://commons.wikimedia.or
   ||g/w/index.php?title=File:Ho
   ||uston17RailroadsMeetTheSea.
   ||pdfpage=9

-- 
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 23653] New: Global oversighting a username ignores edit limits on hideuser blocks

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23653

   Summary: Global oversighting a username ignores edit limits on
hideuser blocks
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: CentralAuth
AssignedTo: vasi...@gmail.com
ReportedBy: mike.lifegu...@gmail.com
CC: agarr...@wikimedia.org


hideuser blocks are limited to users with 1000 edits, however global oversight
seems to ignore this limit and allows oversighting users with well over 100 000
edits (User:The Thing That Should Not b...@enwiki).

-- 
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 23654] New: Global oversight fails to un-hide users when reversed

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23654

   Summary: Global oversight fails to un-hide users when reversed
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: CentralAuth
AssignedTo: vasi...@gmail.com
ReportedBy: mike.lifegu...@gmail.com
CC: agarr...@wikimedia.org


When un-oversighting a user, any affected revisions retain the hidden status of
the username + edit summary. This should be undone when the global account is
un-oversighted.

-- 
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 23264] Dumps twisted in several languages

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23264

--- Comment #23 from Malafaya malaf...@clix.pt 2010-05-24 23:20:24 UTC ---
Ariel,
I didn't find any inconsistencies so far, but I never found any in previous
pt.wikt dumps either. I will let you know if I find anything meanwhile.
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 23332] Move RevisionDelete backend classes to their own files

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23332

--- Comment #1 from Reedy s...@reedyboy.net 2010-05-24 23:25:51 UTC ---
r66856 splits the stuff that isn't the special page into it's own file

Need to decide if that suffices, or to split it further

-- 
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 23332] Move RevisionDelete backend classes to their own files

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23332

--- Comment #2 from Reedy s...@reedyboy.net 2010-05-24 23:33:11 UTC ---
Scrap that link, I made a complete hash of that commmit

r66858

-- 
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 23642] mime of some xls files are incorrectly detected as application/zip

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23642

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 CC||s...@reedyboy.net

--- Comment #3 from Reedy s...@reedyboy.net 2010-05-24 23:37:11 UTC ---
Indeed, they are

And Version 1.14?

-- 
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 23655] New: ArticleSaveComplete hook should allow hook functions to cause the display of a customizable Action complete screen instead of rendering the revised page

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23655

   Summary: ArticleSaveComplete hook should allow hook functions
to cause the display of a customizable Action
complete screen instead of rendering the revised page
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Page editing
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: tisane2...@gmail.com


The ArticleSaveComplete hook should allow hook functions to cause the display
of an Action complete screen, with customizable text (e.g. $1 has been
blanked. See deletion log for a record of recent blankings.) instead of
rendering the revised page. I suppose there should be a parameter, e.g.
$actioncompletetext, defaulting to null, that is passed to the hook. As you
can see, I have the PureWikiDeletion extension in mind; some users have
mistakenly thought the extension wasn't working when they blanked a page and
didn't see any indication that anything special had occurred.

-- 
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 23641] Pass $watchthis as parameter to ArticleSaveComplete hook

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23641

--- Comment #2 from tisane2...@gmail.com 2010-05-25 00:05:09 UTC ---
OK, I'll start work on that. This will probably be done as part of the same
patch that fixes bug 23655.

-- 
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 23656] New: Math rendering error

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23656

   Summary: Math rendering error
   Product: MediaWiki
   Version: unspecified
  Platform: HP
OS/Version: Windows XP
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Database
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: s.vansl...@spamcop.net


Since the page didn't save, you can find the immediately following diff at
http://en.wikipedia.org/w/index.php?title=User:Svanslyck/sandboxcurid=2798diff=364021164oldid=364020023

change /dot to /dot to attempt replication

error received:

Database error
From Wikipedia, the free encyclopedia
Jump to: navigation, search
A database query syntax error has occurred. This may indicate a bug in the
software. The last attempted database query was:

(SQL query hidden)

from within function Revision::insertOn. Database returned error 1290: The
MySQL server is running with the --read-only option so it cannot execute this
statement (10.0.6.26).

-- 
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 23656] Math rendering error

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23656

--- Comment #1 from Steve s.vansl...@spamcop.net 2010-05-25 00:11:05 UTC ---
Sorry. Change /cdot to /dot to attempt replication.

-- 
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 23264] Dumps twisted in several languages

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23264

--- Comment #24 from Ariel T. Glenn ar...@wikimedia.org 2010-05-25 00:12:01 
UTC ---
glwiki run completed, see http://dumps.wikimedia.org/glwiki/20100524/

-- 
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 23657] New: tag inconsistency

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23657

   Summary: tag inconsistency
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: SemanticForms
AssignedTo: yaro...@gmail.com
ReportedBy: sh_ho...@yahoo.com
CC: wikibugs-l@lists.wikimedia.org


There seem to be some p tag inconsistencies in the code generated by semantic
forms. E.g. in the code below the p and the fieldset tags are interweaved:


!-- start content --
form name=createbox onsubmit=return validate_all() action=
method=post class=createbox
  div id=wikiPreview style=display: none; padding-bottom: 25px;
margin-bottom: 25px; border-bottom: 1px solid #AA;/div
  p
  fieldset
legendEnter event details/legend
bDate:/b span class=yui-skin-samspan
id=input_2_container
style=position:absolute;display:inline;z-index:1000;margin-top:2em;span
id=input_2_calendar/span/span
input type=text  id=input_2 value= class=createboxInput 
style=vertical-align:middle; name=Event_Input[1] /
button tabindex=-1 type=button id=input_2_button class=
onclick=toggle_datepicker(this); style=height: 1.6em; width:
1.6em;vertical-align:middle;background-image:
url(/mediawiki/extensions/SemanticFormsInputs/DatePickerButton.png);background-position:
center center; background-repeat: no-repeat; /button
span id=info_2 class=errorMessage/span/span
/p
pbCoordinates:/b
  input size=42 tabindex=3 id=map_google_coords_1_3
name=Event_Input[5] /
  span class=error_message id=map_google_info_1_3/span
p
  input id=map_google_geocode_1_3 size=30 name=geocode
style=color: #707070 tabindex=4 value=Enter address here onfocus=if
(this.value=='Enter address here') {this.value='';} onblur=if
(this.value=='') {this.value='Enter address here';} /
  input onclick=showGAddress(
document.forms['createbox'].map_google_geocode_1_3.value, 'map_google_1',
'map_google_coords_1_3', 'not found'); return false type=submit value=Look
up coordinates name=geosubmit /
/p
div id=map_google_1 style=width: 665px; height: 350px;
background-color: #cc; overflow: hidden;Loading map.../div
  /fieldset
  /p
  pbr /
bFree text:/b /p
  p
textarea tabindex=5 id=free_text name=free_text rows=10
cols=80 class=createboxInput  /textarea
span id=info_4 class=errorMessage/span /p
  pbr /
span id='wpSummaryLabel'
label for='wpSummary'Summary:/label
/span
input tabindex=6 type='text' value= name='wpSummary'
id='wpSummary' maxlength='200' size='60'/
  /p
  p
input tabindex=7 type=checkbox value=1 name=wpMinoredit
accesskey=i id=wpMinoredit/
label for=wpMinoredit title=Mark this as a minor editThis is
a minor edit/label
input tabindex=8 type=checkbox name=wpWatchthis
accesskey=w id='wpWatchthis'/
label for=wpWatchthis title=Add this page to your
watchlistWatch this page/label
  /p
  p
input id=wpSave name=wpSave type=submit tabindex=9
value=Save page accesskey=s title=Save your changes = /
input id=wpPreview name=wpPreview type=submit tabindex=10
value=Show preview accesskey=p title=Preview your changes, please use this
before saving! = /
input id=wpDiff name=wpDiff type=submit tabindex=11
value=Show changes accesskey=v title=Show which changes you made to the
text = /
span class='editHelp'a
href=javascript:history.go(-1);Cancel/a/span /p
  input type=hidden value=20100525002646 name=wpStarttime /
  input type=hidden value=20100524054721 name=wpEdittime /
/form

-- 
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 23657] tag inconsistency

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23657

--- Comment #1 from Ed sh_ho...@yahoo.com 2010-05-25 00:54:04 UTC ---
Here's the form that generated the above html.

noinclude
This is the Event Input form.
To create a page with this form, enter the page name below;
if a page with that name already exists, you will be sent to a form to edit
that page.


{{#forminput:form=Event Input}}

/noincludeincludeonly
div id=wikiPreview style=display: none; padding-bottom: 25px;
margin-bottom: 25px; border-bottom: 1px solid #AA;/div
{{{for template|Event Input|label=Enter event details}}}
'''Date:''' {{{field|1|input type=datepicker|week start=1}}}

'''Coordinates:''' {{{field|5|input type=googlemaps}}}
{{{end template}}}


'''Free text:'''

{{{standard input|free text|rows=10}}}


{{{standard input|summary}}}

{{{standard input|minor edit}}} {{{standard input|watch}}}

{{{standard input|save}}} {{{standard input|preview}}} {{{standard
input|changes}}} {{{standard input|cancel}}}
/includeonly

-- 
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 22265] Allow references to be listed with letters

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22265

--- Comment #9 from Andrew aleona...@gmail.com 2010-05-25 01:15:44 UTC ---
(In reply to comment #5)
 I *just* implemented it (will take a while to be live on wikipedia). 

Pardon my ignorance; by that, you mean it's been implemented on Wikipedia's
code but will take a while before it goes live, or it's been implemented in the
Cite extension and it'll be a while before the new Cite goes live on Wikipedia?
(In other words, how excited should I be that this exists :P)

-- 
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 22265] Allow references to be listed with letters

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22265

--- Comment #10 from Gadget850 ed.pal...@gmail.com 2010-05-25 01:41:21 UTC ---
This is implemented in r66749. Cite.php en.Wikipedia is r66620. So the second
answer.

[[http://en.wikipedia.org/wiki/Special:Version]]

-- 
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 3525] Cross-wiki watchlists

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3525

--- Comment #14 from tisane2...@gmail.com 2010-05-25 02:33:08 UTC ---
I'm thinking that either a new field, identifying the wiki on which the page is
located, will need to be added to the watchlist table, or a whole new table
will need to be created to store the necessary data. If unified logins are in
effect, it does seem to make sense to tie that in with this functionality. So
then, what strategy should be used to implement this? Create a branch of
CentralAuth, get code review approval, and then merge into the trunk? Or create
another extension that relies on this extension without being an integral part
of 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 23642] mime of some xls files are incorrectly detected as application/zip

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23642

--- Comment #4 from Anon Sricharoenchai anon@gmail.com 2010-05-25 
03:05:10 UTC ---
I'm not sure what format, but I can unzip it.

1. The xml file inside the zip contains
xmlns=http://schemas.openxmlformats.org/package/2006/content-types;
2. The file can be opened by openoffice.org 2.4

-- 
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 23642] mime of some xls files are incorrectly detected as application/zip

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23642

--- Comment #5 from Anon Sricharoenchai anon@gmail.com 2010-05-25 
03:10:34 UTC ---
3. When unzip (in gnu/linux), it says,

   warning [filename.xls]:  22287 extra bytes at beginning or within zipfile

-- 
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 23642] mime of some xls files are incorrectly detected as application/zip

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23642

--- Comment #6 from Anon Sricharoenchai anon@gmail.com 2010-05-25 
03:19:11 UTC ---
4. The file can be opened by openoffice.org 2.0 (ubuntu 6.06)

-- 
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 23619] create a Hebrew version of prototype wiki

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23619

Ryan Lane rlan...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #5 from Ryan Lane rlan...@gmail.com 2010-05-25 03:35:45 UTC ---
Unfortunately, it looks like all the RTL wikis on prototype are having the
search problem.

I'm going to mark this bug as fixed. I'll open a new bug for the RTL search
issues.

-- 
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 23658] New: RTL prototypes not showing page title matches in search

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23658

   Summary: RTL prototypes not showing page title matches in
search
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Prototype server
AssignedTo: roan.katt...@gmail.com
ReportedBy: rlan...@gmail.com


For instance:

'The search box [on the hebrew prototype] doesn't provide search suggestions.
It only gives the containing field. I started typing אוג and expected it to
be completed to אוגוסטוס קיסר (Augustus Caesar), but it didn't work. I also
tried it with several other articles from Special:AllPages and none of them
were suggested.'

The Arabic prototype shows similar issues.

-- 
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 3843] Implement the Pure Wiki Deletion System

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3843

--- Comment #19 from tisane2...@gmail.com 2010-05-25 03:56:03 UTC ---
Platonides, I implemented your suggestion for article blankings (including when
the blanked pages table is populated using the special page). Article
unblankings presently trigger touchLinks(), invalidateCache(), and
purgeSquid(). That seems to suffice; any other suggestions? Thanks.

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

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