[Bug 29052] Export RDF using either recursive=1 or backlinks=1 ends in fatal error

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29052

Markus Krötzsch mar...@semantic-mediawiki.org changed:

   What|Removed |Added

   Priority|High|Normal
 Status|NEW |RESOLVED
 Resolution||WORKSFORME
   Severity|blocker |normal

--- Comment #1 from Markus Krötzsch mar...@semantic-mediawiki.org 2011-05-25 
06:44:05 UTC ---
I cannot reproduce these issues in the current development version of SMW (see
sandbox.semantic-mediawiki.org), so I assume that the problem has been fixed as
part of the recent restructuring of the OWL/RDF export.

-- 
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 29135] New: Special:PasswordReset: for logged-in users (password, OpenID, Auth): do not show input field for name, but fill-in current name and make this field readonly

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29135

   Web browser: ---
 Bug #: 29135
   Summary: Special:PasswordReset: for logged-in users (password,
OpenID, Auth): do not show input field for name, but
fill-in current name and make this field readonly
   Product: MediaWiki
   Version: 1.19-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: m...@tgries.de
Classification: Unclassified


During development of OpenID I noticed the following:

when logged-in user (no matter, by which method) goes to Special:PasswordReset,
they see an input field for entering their username. This does not make sense.


There are these drawbacks:
- users need to type their name (efforts and risk of typos)
- evil users can trigger sending a new password to an arbitrary users

I cannot imagine any other purpose for PasswortReset than the user X wants to
send a new passwort to user X (as mentioned user is - implictly - a logged
persona). 

I propose the following change in Special:PasswordReset

if user than PaswortReset shows 
- the own username in the Username field
- this field set to readonly=readonly
- the onSubmit callback sanitzing the return parameters and checking wether the
correct name comes back
- then mailing the temporary password to user(username)

I also need (for OpenID) a clean way of internally sending directly a temporary
password to logged-in user (without the form).

-- 
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 29135] Special:PasswordReset: for logged-in users (password, OpenID, Auth): do not show input field for name, but fill-in current name and make this field readonly

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29135

T. Gries m...@tgries.de changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
URL||http://svn.wikimedia.org/vi
   ||ewvc/mediawiki/trunk/phase3
   ||/includes/specials/SpecialP
   ||asswordReset.php
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=29027

-- 
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 29027] User account which acts as OpenID identity must have also a password associated when $wgOpenIDOnly==true

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29027

T. Gries m...@tgries.de changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=29135

-- 
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 29135] Special:PasswordReset: for logged-in users (password, OpenID, Auth): do not show input field for name, but fill-in current name and make this field readonly

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29135

--- Comment #1 from T. Gries m...@tgries.de 2011-05-25 07:01:55 UTC ---
Update:

introduce also a new permission isallowed-to-reset-other-user-password to
make it fine-grained configurable. When the permission is not given, the
function shall work as described in comment #1 (input box for Username shows
the own Username, but this field being readonly. Value checked on return. The
only action the user can perform is to send a temporary password to their own
e-mail address.

Status quo: 
$wgGroupPermissions[*][isallowed-to-reset-other-user-password] = true;

this bug/proposal proposes:
$wgGroupPermissions[*][isallowed-to-reset-other-user-password] = true;
$wgGroupPermissions[user][isallowed-to-reset-other-user-password] = false;

This is a case where a user has less rights than a non-user, but I explained
above why it makes sense in my view.

-- 
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 29123] Section edit links shown to anon users even if they can't edit

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29123

--- Comment #2 from Ilmari Karonen nos...@vyznev.net 2011-05-25 07:45:50 UTC 
---
$wgDefaultUserOptions is really a red herring -- the section edit links
shouldn't be shown to users who can't edit the page anyway.  Still, you may be
right that aurimai's report might have been caused by stale cached pages.  In
my case, though, I doubt that, as I've had anon editing disabled since pretty
much forever.

-- 
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 29111] Performance 1.17.0 beta1 in comparison to 1.16.1

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29111

--- Comment #23 from Platonides platoni...@gmail.com 2011-05-25 08:11:31 UTC 
---
For future tests, there is a Special:BlankPage to provide the kind of data you
are testing with 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 29111] Performance 1.17.0 beta1 in comparison to 1.16.1

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29111

--- Comment #24 from Platonides platoni...@gmail.com 2011-05-25 08:13:53 UTC 
---
I wonder if the load.php calls may be getting serialised by php session code.

-- 
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 18788] Enable the Incubator-specific extension on the Wikimedia Incubator

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18788

--- Comment #12 from Hydra ad...@wikisorg.tk 2011-05-25 10:58:43 UTC ---
(In reply to comment #10)
 It runs on the trunk version of MediaWiki (1.18alpha).

The wiki currently runs on 1.19alpha.

-- 
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 27452] array_map() callback error

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27452

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME

--- Comment #3 from Reedy s...@reedyboy.net 2011-05-25 12:20:22 UTC ---
I can't see anything obvious.

IIRC this was something Tim noticed was happening fairly regularly around/just
after the 1.17 deploy



reedy@fenari:/home/wikipedia/l$ grep OpenSearchXml *.log
reedy@fenari:/home/wikipedia/l$ grep OpenSearch *.log
runJobs.log:2011-05-25 09:36:55 srv232 enwiki: enotifNotify OpenSearch
editor=217.195.212.206 editorID=0 timestamp=20110525093652 summary=/* Search
engines and software that support OpenSearch */  minorEdit=0 oldid=420659461
watchers=Array t=1 good
slow-parse.log:2011-05-25 08:06:08 srv175 enwiki: 4.72  OpenSearch
xff.log:Wed, 25 May 2011 09:36:48 +
http://en.wikipedia.org/w/index.php?title=OpenSearchaction=submit 
217.195.212.206, 91.198.174.37, 91.198.174.40, 208.80.152.72save


I'll mark it was resolved wfm

-- 
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 28486] Incubator site settings (tracking)

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28486

Reedy s...@reedyboy.net changed:

   What|Removed |Added

   Keywords|shell   |

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

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


[Bug 29131] Addition of Printable version to LiquidThreads comment pages

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29131

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

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

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


[Bug 29135] Special:PasswordReset: for logged-in users (password, OpenID, Auth): do not show input field for name, but fill-in current name and make this field readonly

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29135

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

   What|Removed |Added

 CC||innocentkil...@gmail.com

--- Comment #2 from Chad H. innocentkil...@gmail.com 2011-05-25 13:00:24 UTC 
---
(In reply to comment #0)
 - evil users can trigger sending a new password to an arbitrary users
 

Then the code is wrong for allowing a user to reset the password of another.

(In reply to comment #1)
 Status quo: 
 $wgGroupPermissions[*][isallowed-to-reset-other-user-password] = true;
 

That's the status quo? I was under the impression this feature was never
implemented (I attempted it, but was reverted).

-- 
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 29136] New: Syntax highlighting does not work with PDFs. Instead the wiki code is shown.

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29136

   Web browser: ---
 Bug #: 29136
   Summary: Syntax highlighting does not work with PDFs. Instead
the wiki code is shown.
   Product: MediaWiki extensions
   Version: any
  Platform: PC
OS/Version: Windows 7
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: SyntaxHighlight (GeSHi)
AssignedTo: soxre...@gmail.com
ReportedBy: solidsnak...@hotmail.com
Classification: Unclassified


Created attachment 8583
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8583
Example of ignored tag in PDFs

Would love to have it so if a PDF is generated, the syntax highlighting is
shown in the document as it appears on the wiki page. Currently, the formatting
isn't shown and the wiki tag can be seen (which is not very helpful).

Is there any way to have it so the highlighting works within a generated PDF?
Would be very helpful if possible.

-- 
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 29136] Syntax highlighting does not work with PDFs. Instead the wiki code is shown.

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29136

--- Comment #1 from kwelsh solidsnak...@hotmail.com 2011-05-25 14:18:51 UTC 
---
The extension used to generate the PDF's can be found here (in case you need
it):

http://www.mediawiki.org/wiki/Extension:Collection

-- 
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 16043] Link to a dedicated status update channel in IRC from the WMF error message

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16043

FT2 ft2.w...@gmail.com changed:

   What|Removed |Added

 CC||ft2.w...@gmail.com

--- Comment #17 from FT2 ft2.w...@gmail.com 2011-05-25 14:25:50 UTC ---
Can we direct people to a twitter feed specifically for /significant/ notices
related to Wikimedia status? Easy for any number of people to maintain, brief
notes sufficient, up to the minute, and accessible via apps or via web page
link in the browser.


   Server error. standard message

   Current status and updates can be viewed at:

 * IRC: channel details
http://web link (web based)
 * Twitter: wikimedia-network-status
http://search.twitter.com/search?q=wikimedia-network-status
(web based)
 * Our external status pages: list

   Almost-current versions of articles can be read from the following cache
websites: list

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

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


[Bug 20079] Provide a better means of status update delivery in WMF error message

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20079

FT2 ft2.w...@gmail.com changed:

   What|Removed |Added

 CC||ft2.w...@gmail.com

--- Comment #5 from FT2 ft2.w...@gmail.com 2011-05-25 14:30:31 UTC ---
IRC is useful for many people. So are identi.ca and twitter, client (or app)
and browser based. We should provide a few routes, not just one. There's no
need not to tell people about IRC as one of those. If anything's up IRC will
surely get to know of it. I was in #wikipedia on 24 May and demands weren't
unreasonable, posted a message there now and then, people got the idea. Easy.


Suggestion:

   Standard and user-friendly generic error message

   If this persists more than a few minutes, the current status and updates can
be viewed at:

 * IRC: channel details
http://web link (web based)
 * identi.ca: details
 * Twitter: wikimedia-network-status
http://search.twitter.com/search?q=wikimedia-network-status
(web based)
 * Our external status pages: list

   Almost-current versions of articles can be read from the following cache
websites: 

 * list

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

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


[Bug 29136] Syntax highlighting does not work with PDFs. Instead the wiki code is shown.

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29136

--- Comment #2 from Reedy s...@reedyboy.net 2011-05-25 14:33:52 UTC ---
This probably should be moved under collection, unless the plugin is supposed
to do something for the printable version, but doesn't.

Looking at
http://en.wikipedia.org/w/index.php?title=User:Reedy/Testprintable=yes at the
moment, it looks fine

I used source/source and it generated a PDF that looks fine..

http://en.wikipedia.org/w/index.php?title=Special:Bookbookcmd=downloadcollection_id=00598fd294bdb2b3writer=rlreturn_to=User%3AReedy%2FTest


It seems to be syntaxhighlight/syntaxhighlight isn't supported, but
source/source is

-- 
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 29136] Syntax highlighting does not work with PDFs. Instead the wiki code is shown.

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29136

Reedy s...@reedyboy.net changed:

   What|Removed |Added

  Component|SyntaxHighlight (GeSHi) |Collection
 AssignedTo|soxre...@gmail.com  |developm...@pediapress.com

-- 
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 29064] Close wikimania2009wiki

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29064

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

   What|Removed |Added

 CC||innocentkil...@gmail.com

--- Comment #3 from Chad H. innocentkil...@gmail.com 2011-05-25 14:48:31 UTC 
---
Went ahead and closed wikimania2009.

Can you get a list of the wikimania200x wikis that need adding to closed.dblist
and removed from InitialiseSettings (groupOverrides)? 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 29064] Clean up wikimania wiki closures (2005-2008)

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29064

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

   What|Removed |Added

 AssignedTo|wikibugs-l@lists.wikimedia. |innocentkil...@gmail.com
   |org |
Summary|Close wikimania2009wiki |Clean up wikimania wiki
   ||closures (2005-2008)

-- 
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 29064] Clean up wikimania wiki closures (2006-2007)

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29064

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

   What|Removed |Added

Summary|Clean up wikimania wiki |Clean up wikimania wiki
   |closures (2005-2008)|closures (2006-2007)

--- Comment #4 from Chad H. innocentkil...@gmail.com 2011-05-25 14:59:08 UTC 
---
Fixed 2005 and 2008 :)

-- 
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 29137] New: LiquidThreads labs wiki disappeared

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29137

   Web browser: ---
 Bug #: 29137
   Summary: LiquidThreads labs wiki disappeared
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: b...@mzmcbride.com
Classification: Unclassified


At some point the LiquidThreads labs wiki disappeared. It used to be located at
http://liquidthreads.labs.wikimedia.org/. It had a lot of discussion on it
about issues with LiquidThreads. It's also linked from bug reports, etc. It'd
be nice to get it back.

According to Platonides:
 The server admin log says that on 1st of March Tim moved
 liquidthreads.labs.wikimedia.org from all.dblist to deleted.dblist, so
 that its brokenness will offend people less

-- 
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 29137] LiquidThreads labs wiki disappeared

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29137

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
URL||http://liquidthreads.labs.w
   ||ikimedia.org/

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

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


[Bug 29133] Special:PasswordReset button text not i18n-able

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29133

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

 CC||m...@everybody.org

--- Comment #1 from Mark A. Hershberger m...@everybody.org 2011-05-25 
15:20:57 UTC ---
Thanks for filing this bug report.  Fixed in r88795.

-- 
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 29133] Special:PasswordReset button text not i18n-able

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29133

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are 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 26207] Split magic linking out of core; create new magic linking extension

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26207

--- Comment #8 from Platonides platoni...@gmail.com 2011-05-25 15:31:33 UTC 
---
Seems to do the job. Although I'm not convinced about the efficiency of using
preg_match_all.

Thanks for your contribution.

Some notes:

Do not use  == null to test if the entry is present, that will produce a
notice. Use isset() instead.

The name of the main function (Magical::pbt) should be much clear.

ISBN is not normalised.

You are not providing the css classes.

The callbacks are safe thanks to the limited scope of the regex. Maybe add some
redundant htmlspecialchars?


If you want to consider a design change, I would have used per-parser state
added in ParserFirstCallInit, like parser functions and tag hooks, probably
making a single combined regex there (so you don't need to scan the text N
times).

-- 
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 29134] installer breaks when extensions depend on each other

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29134

--- Comment #1 from Reedy s...@reedyboy.net 2011-05-25 15:43:01 UTC ---
We'd have to standardise some way of noting depedancies

-- 
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 28274] Add 'needsmore' status

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28274

--- Comment #11 from Reedy s...@reedyboy.net 2011-05-25 16:02:03 UTC ---
Being able to finish this and push it out would be nice, as we've got numerous
cases where it'd be useful

-- 
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 28565] Fix charts

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28565

Priyanka Dhanda pdha...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Priyanka Dhanda pdha...@wikimedia.org 2011-05-25 16:53:09 
UTC ---
Charts are working again. Mark, you may need to regenerate that report. If you
still see a problem, re-open this.

-- 
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 5268] Bugzilla doesn't render [[%]] correctly

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=5268

Priyanka Dhanda pdha...@wikimedia.org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

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

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


[Bug 29095] Change Bugzilla link URL structure

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29095

Priyanka Dhanda pdha...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #5 from Priyanka Dhanda pdha...@wikimedia.org 2011-05-25 16:57:37 
UTC ---
Updated on production.

-- 
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 29138] New: API: allow listing of deleted files uploaded by user

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29138

   Web browser: ---
 Bug #: 29138
   Summary: API: allow listing of deleted files uploaded by user
   Product: MediaWiki
   Version: 1.19-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: duplicate...@googlemail.com
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
soxre...@gmail.com, vasi...@gmail.com
Classification: Unclassified


In addition of bug 26872: Allow also the filter of deleted files by uploader.

Maybe add fauser to list=filearchive

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 29139] New: API: allow listing of deleted files by sysop

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29139

   Web browser: ---
 Bug #: 29139
   Summary: API: allow listing of deleted files by sysop
   Product: MediaWiki
   Version: 1.19-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: duplicate...@googlemail.com
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
soxre...@gmail.com, vasi...@gmail.com
Blocks: 22744
Classification: Unclassified


In addition to bug 29138: Allow listing of deleted files by sysop, to find all
files deleted by a sysop.

Thanks.

tracking to bug 22744, maybe someone has time to look at the indices.

-- 
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 22744] Add/Update indexes for queries done by the API

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22744

duplicate...@googlemail.com changed:

   What|Removed |Added

 Depends on||29139

-- 
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 29136] Syntax highlighting does not work with PDFs. Instead the wiki code is shown.

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29136

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

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

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


[Bug 29124] Allow listing of deleted files

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29124

--- Comment #3 from duplicate...@googlemail.com 2011-05-25 17:16:04 UTC ---
(In reply to comment #1)
 What's the use-case for Special:ListDeletedFiles? I can understand a way to
 view someone's deleted uploads (on a per-user basis), but I don't see why or
 how showing deleted content en masse is a good idea.

Special:ListFiles is used to see the newly uploaded files, maybe someone would
see the newly deleted files within a gallery? I do not know. Maybe implement
only the per-user basis and a per-sysop basis, to see the files, deleted by an
sysop.

(In reply to comment #2)
 Note this can be done via the api (the list all deleted files, not the 
 username
 filtering part) if really needed in a specific instance.
That is right, I have created bug 29138 and bug 29138 for the user filters.

-- 
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 27609] Add information about deletion to list=filearchive

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27609

duplicate...@googlemail.com changed:

   What|Removed |Added

 Blocks||29139

--- Comment #2 from duplicate...@googlemail.com 2011-05-25 17:18:42 UTC ---
(In reply to comment #1)
 searching for deleted_user
bug 29139

-- 
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 29139] API: allow listing of deleted files by sysop

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29139

duplicate...@googlemail.com changed:

   What|Removed |Added

 Depends on||27609

-- 
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 29136] Syntax highlighting does not work with PDFs. Instead the wiki code is shown.

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29136

--- Comment #3 from Mark A. Hershberger m...@everybody.org 2011-05-25 
17:37:45 UTC ---
link gives Internal Server Error

-- 
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 29136] Syntax highlighting does not work with PDFs. Instead the wiki code is shown.

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29136

kwelsh solidsnak...@hotmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME

--- Comment #4 from kwelsh solidsnak...@hotmail.com 2011-05-25 17:40:46 UTC 
---
Thank you for the feedback Reedy. Your quick response is appreciated.

It appears that you are right in that the source tag will work for PDFs,
however the syntaxhiglight tag will not. I will try and use this tag instead
and should I have anymore issues, I will open a bug for the collection
extension.

I'll mark this as resolved.

-- 
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 29140] New: Consider supporting FirePHP for easy ajax debugging

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29140

   Web browser: ---
 Bug #: 29140
   Summary: Consider supporting FirePHP for easy ajax debugging
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: d...@ucsc.edu
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
soxre...@gmail.com, vasi...@gmail.com
Classification: Unclassified


When working on the UploadWizard and ResumableUpload extension, I often want to
monitor both the php debug lines in addition to the php xhr result. It might be
interesting to consider something like FirePHP that would let us send php debug
information to the browser without cluttering the response. Maybe a simple off
by default configuration option to have our debug classes output to firePHP
headers instead of to local temporary files?

-- 
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 29140] Consider supporting FirePHP for easy ajax debugging

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29140

--- Comment #1 from Reedy s...@reedyboy.net 2011-05-25 18:20:58 UTC ---
Installing xdebug and using 3rd party IDEs requires no mediawiki side
debugging, just modules installing onto the running php config and reloading
the webserver

-- 
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 29140] Consider supporting FirePHP for easy ajax debugging

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29140

--- Comment #2 from Michael Dale d...@ucsc.edu 2011-05-25 18:31:00 UTC ---
yes xdebug lets you see the debug requests in a debugger outside of the
browser, the bug was about firebug integration with the firephp add-on in the
browser. Makes it a little easier to keep track of where things went wrong when
the debug information is matched up per your many ajax requests automatically. 

But this is obviously a low priority bug, since you can practically do the same
thing with the tool set you describe or just tail a temporary file that wfDebug
outputs. ( Its just less convenient and you have to manually sync up the
several ajax requests with your javascript debugging lines )

-- 
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 29066] Cannot use inputbox with some page title

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29066

duplicate...@googlemail.com changed:

   What|Removed |Added

 CC||duplicate...@googlemail.com

--- Comment #2 from duplicate...@googlemail.com 2011-05-25 18:42:45 UTC ---
sounds like bug 16474, because FULLPAGENAME returns Modèle:Livre d#39;or and
the # is interpreted as anchor and the title is truncated, see

http://fr.wikibooks.org/w/index.php?title=Mod%C3%A8le%3ALivre+d%26%2339%3Bor

With FULLPAGENAMEE or urlencode the ampersand in the title gets urlencode twice
and that gives a bad title.

-- 
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 29134] installer breaks when extensions depend on each other

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29134

--- Comment #2 from Brion Vibber br...@wikimedia.org 2011-05-25 18:47:50 UTC 
---
Chad, did we ever standardize on some extension metadata for the installer 
configuration stuff? If not it's probably time for us to whip that out and see
what we can do, at least for the name/author/url/depedency basics.

Be pretty spiffy to have that in for 1.18's installer; even if most config's
still going to be separate a helper for enabling extensions is very useful, and
I really want to push the idea of shipping some default extensions like
ParserFunctions and WikiEditor.

-- 
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 29134] installer breaks when extensions depend on each other

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29134

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

   What|Removed |Added

 CC||maxsem.w...@gmail.com

--- Comment #3 from Max Semenik maxsem.w...@gmail.com 2011-05-25 18:51:47 UTC 
---
$wgExtensionCredits['other'][] = array(
'path' = __FILE__,
'name' = 'Foo',
'author' = array( 'Foo Barson' ),
'url' = 'http://mediawiki.org/wiki/Extension:Foo',
'descriptionmsg' = 'foo-desc',
'dependencies' = array( 'bar', 'baz', 'lulz' ),
);

?

-- 
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 29040] BibTeX Citation help issue

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29040

duplicate...@googlemail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||duplicate...@googlemail.com
 Resolution||INVALID

--- Comment #2 from duplicate...@googlemail.com 2011-05-25 18:52:46 UTC ---
That text is defined locally on the page [[:de:MediaWiki:Cite text]], any sysop
from dewiki can change 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 29134] installer breaks when extensions depend on each other

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29134

--- Comment #4 from Brion Vibber br...@wikimedia.org 2011-05-25 18:54:00 UTC 
---
PHP code is probably not the best idea; to read it we'd need to execute the
file, which starts modifying the program state.

We could play tricks with dividing the file up into parts and executing part of
it, but honestly that just skeezes me out. :)

Metadata needs to be readable without executing any code, so we can pull it in
for all available extensions with no security risk.

-- 
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 29141] New: Class 'SpecialPageFactory' not found

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29141

   Web browser: ---
 Bug #: 29141
   Summary: Class 'SpecialPageFactory' not found
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Semantic MediaWiki
AssignedTo: mar...@semantic-mediawiki.org
ReportedBy: f.tr...@gmx.net
CC: jeroen_ded...@yahoo.com
Classification: Unclassified


MediaWiki1.16.5 (r88807)
PHP5.3.5-1ubuntu7.2 (apache2handler)
MySQL5.1.54-1ubuntu4

Semantic MediaWiki (Version 1.6 alpha)(r88807)
Validator (Version 0.4.6 alpha)(r88807)

When starting a data repair and upgrade I get a PHP Fatal error:  Class
'SpecialPageFactory' not found in
/.../SemanticMediaWiki/includes/datavalues/SMW_DV_Types.php on line 103.

Turns out SpecialPageFactory was not yet introduced in MW1.16.

Fix: For the time being use SpecialPage class instead. It's deprecated in
MW1.18+, but works still.

-- 
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 29134] installer breaks when extensions depend on each other

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29134

--- Comment #5 from Mark A. Hershberger m...@everybody.org 2011-05-25 
18:58:06 UTC ---
ini files ftw!

-- 
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 28566] Set up whining

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28566

Priyanka Dhanda pdha...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #5 from Priyanka Dhanda pdha...@wikimedia.org 2011-05-25 19:01:51 
UTC ---
RobH just set up the cron job I requested and I started receiving whine emails.

-- 
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 29028] Provide more flexibility for defining if a gadget should be visible on [[Special:Preferences]]

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29028

duplicate...@googlemail.com changed:

   What|Removed |Added

 CC||duplicate...@googlemail.com

--- Comment #9 from duplicate...@googlemail.com 2011-05-25 19:03:47 UTC ---
related: bug 12211

-- 
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 29141] Class 'SpecialPageFactory' not found

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29141

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

   What|Removed |Added

 Status|NEW |ASSIGNED
 AssignedTo|markus@semantic-mediawiki.o |jeroen_ded...@yahoo.com
   |rg  |

--- Comment #1 from Jeroen De Dauw jeroen_ded...@yahoo.com 2011-05-25 
19:04:31 UTC ---
I'll have a look at this later on, fix and test it.

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

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


[Bug 29142] New: Add path filtering to list=coderevisions

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29142

   Web browser: ---
 Bug #: 29142
   Summary: Add path filtering to list=coderevisions
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: CodeReview
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: s...@reedyboy.net
CC: innocentkil...@gmail.com, s...@reedyboy.net
Classification: Unclassified


Add path filtering to list=coderevisions

-- 
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 29143] New: Alias files seem undocumented MediaWiki.org

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29143

   Web browser: ---
 Bug #: 29143
   Summary: Alias files seem undocumented MediaWiki.org
   Product: MediaWiki
   Version: 1.19-svn
  Platform: All
OS/Version: All
Status: NEW
  Keywords: i18n
  Severity: enhancement
  Priority: Unprioritized
 Component: Documentation
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: s...@reedyboy.net
Blocks: 1
Classification: Unclassified


Alias files seem undocumented on MediaWiki.org

Not much help, is it? :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 1] Documentation is out of date, incomplete (tracking)

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Depends on||29143

-- 
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 29064] Clean up wikimania wiki closures (2006-2007)

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29064

--- Comment #5 from Casey Brown b...@caseybrown.org 2011-05-25 19:37:55 UTC 
---
Thanks, Chad!

wikimania2006 and wikimania2007 are even older than wikimania2009, so we should
probably close those too.  wikimania2010 *should* be closeable -- it hasn't
really been edited in a while and Marcin didn't e-mail me back when I asked him
if we should close it.

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

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


[Bug 28566] Set up whining

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28566

--- Comment #6 from Chad H. innocentkil...@gmail.com 2011-05-25 19:42:20 UTC 
---
Is there a way to opt out of getting whines?

-- 
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 29111] Performance 1.17.0 beta1 in comparison to 1.16.1

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29111

--- Comment #25 from Brion Vibber br...@wikimedia.org 2011-05-25 19:42:57 UTC 
---
Note in particular re: Special:Version -- you should not use this as a test as
its performance may vary *significantly* over time as extensions are added and
removed, more or less data is shown on it, and the way the extension info gets
loaded and formatted changes across versions. Special:BlankPage is designed as
a helper to test the basic framework pieces without variations from the page's
content generation.

MWJames, assuming your other tests are measuring server CPU time (the PDFs
don't say how you're measuring) they seem to be roughly in line with the
expectations of a 10-20% speed hit on some of the server-side work, which
matches Wikimedia's production 1.17 deployment and the ad-hoc tests we've tried
above.

As noted above, you may still see an overall improvement in load time in the
browser depending on how efficiently the more heavily-optimized load.php code
path runs for loading the scripts, styles, and icons.

-- 
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 28656] the top cited papers in the world aren't summarized on acawiki

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28656

Jon Phillips j...@rejon.org changed:

   What|Removed |Added

   Priority|Normal  |High
 AssignedTo|wikibugs-l@lists.wikimedia. |christop...@fabricatorz.com
   |org |
   Severity|normal  |major

-- 
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 29111] Performance 1.17.0 beta1 in comparison to 1.16.1

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29111

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

 CC||ro...@wikimedia.org
 Blocks|26676   |

--- Comment #26 from Rob Lanphier ro...@wikimedia.org 2011-05-25 20:15:02 UTC 
---
I'm going to remove this as a bug 26676 blocker (MediaWiki 1.17 release).  It's
worth continuing to investigate the performance hit for 1.17, but that
investigation shouldn't get in the way of a release.  Any work which addresses
performance deficiencies discovered here will almost certainly go into 1.18 at
the earliest (and most likely, 1.19).

-- 
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 26676] Milestone: MediaWiki 1.17 release tarball (tracking)

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26676

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

 Depends on|29111   |

-- 
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 29144] New: Move action=dublincore and action=creativecommons to api.php

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29144

   Web browser: ---
 Bug #: 29144
   Summary: Move action=dublincore and action=creativecommons to
api.php
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: ialex.w...@gmail.com
Classification: Unclassified


Those two actions generate XML and are not intended for normal views, so it
would be much more suitable to have them in api.php rather than index.php.

-- 
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 26207] Split magic linking out of core; create new magic linking extension

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26207

William Demchick w...@member.fsf.org changed:

   What|Removed |Added

   Attachment #8582|0   |1
is obsolete||

--- Comment #9 from William Demchick w...@member.fsf.org 2011-05-25 20:46:09 
UTC ---
Created attachment 8584
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8584
Magical Extension (rv2)

Thanks for the feedback, Platonides.

I fixed many of the things you mentioned.  (I wasn't quite sure what you meant
by redundant htmlspecialchars.)

Regarding performance: I did a quick and dirty test, and my version seems to go
approximately two times as fast as the core version.  While I am pleased with
this result, I have no idea why it is the case...

If you get a chance, it would be great if some could double check the
performance.

-- 
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 28656] the top cited papers in the world aren't summarized on acawiki

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28656

Christopher Adams christop...@fabricatorz.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #1 from Christopher Adams christop...@fabricatorz.com 2011-05-25 
20:49:09 UTC ---
There is no comprehensive, up-to-date, cross-disciplinary, open-source list of
the top cited research papers from peer-reviewed journals.

It would be an interesting exercise to devise such a list by mining search
queries from Google Scholar, which return the number of citations for each
result.

We could grow our own list organically by sending out a brief survey (which
could also serve as a subtle announcement/advertisement for AcaWiki).

We could also rely on a list of most-cited authors, which is a little easier to
come by.

Below I have included some possible reference material:

* What papers should everyone read? - Theoretical Computer Science
http://j.mp/9u43c4

* The five most cited papers
http://www.smh.com.au/articles/2003/10/09/1065676090723.html

Most Cited Computer Science Articles
* http://citeseerx.ist.psu.edu/stats/articles

* List of important publications in computer science
http://en.wikipedia.org/wiki/List_of_important_publications_in_computer_science

* The 100 Most-Cited Scientists
http://in-cites.com/nobel/index.html

* ISIHighlyCited.com
http://hcr3.isiknowledge.com/
http://isihighlycited.com/

* Most cited authors of books in the humanities, 2007
http://archive.sciencewatch.com/sept-oct2003/sw_sept-oct2003_page2.htm

* Most-Cited Researchers, 1983-2002
http://archive.sciencewatch.com/sept-oct2003/sw_sept-oct2003_page2.htm

* Research Papers in Economics
http://repec.org/

* Google Scholar - a new data source for citation analysis
http://www.harzing.com/pp_gs.htm

* Journal Citation Reports
http://wokinfo.com/products_tools/analytical/jcr/

* Google Scholar: The New Generation of Citation Indexes
http://www.librijournal.org/pdf/2005-4pp170-180.pdf

* International Journal of Libraries and Information Services
http://www.librijournal.org/

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

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


[Bug 28566] Set up whining

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28566

--- Comment #7 from Mark A. Hershberger m...@everybody.org 2011-05-25 
20:57:19 UTC ---
I'm sure there is.  You actually have to set up a whine to get one, though.

-- 
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 29111] Performance 1.17.0 beta1 in comparison to 1.16.1

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29111

--- Comment #27 from Mark A. Hershberger m...@everybody.org 2011-05-25 
21:04:53 UTC ---
(In reply to comment #26)
 I'm going to remove this as a bug 26676 blocker (MediaWiki 1.17 release).

(Since I added it): fair enough.  I was more concerned when the initial reports
given here were indicating a more sizable hit to performance.

I'd really like to get some good profiling done so we can compare 1.16, 1.17
and 1.18 and know what to expect.  I may set that up myself.

-- 
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 29111] Performance 1.17.0 beta1 in comparison to 1.16.1

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29111

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Highest |Normal

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

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


[Bug 29135] Special:PasswordReset: for logged-in users (password, OpenID, Auth): do not show input field for name, but fill-in current name and make this field readonly

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29135

T. Gries m...@tgries.de changed:

   What|Removed |Added

   Priority|Normal  |High
   Severity|normal  |major

--- Comment #3 from T. Gries m...@tgries.de 2011-05-25 21:13:44 UTC ---
 That's the status quo? I was under the impression this feature was never
 implemented (I attempted it, but was reverted).

Chad, I tested in the trunk version as user A.

User A can trigger a password-mail to other user B by accessing (simply in
accessing Special:PasswordReset as url and inputting username B into the field)
thus I think my observation is correct.

Increased bug to high / major

-- 
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 29103] Significant speedup for doQuotes

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29103

--- Comment #2 from Brion Vibber br...@wikimedia.org 2011-05-25 21:15:14 UTC 
---
Can you show your benchmarks? I wouldn't expect doQuotes to take up a large
amount of parsing time at all; a speedup here may not be worth changing fragile
code.

-- 
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 29135] Special:PasswordReset: for logged-in users (password, OpenID, Auth): do not show input field for name, but fill-in current (own) name, and make this field readonly, disallow other names

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29135

T. Gries m...@tgries.de changed:

   What|Removed |Added

Summary|Special:PasswordReset: for  |Special:PasswordReset: for
   |logged-in users (password,  |logged-in users (password,
   |OpenID, Auth): do not show  |OpenID, Auth): do not show
   |input field for name, but   |input field for name, but
   |fill-in current name and|fill-in current (own) name,
   |make this field readonly|and make this field
   ||readonly, disallow other
   ||names

-- 
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 29144] Move action=dublincore and action=creativecommons to api.php

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29144

--- Comment #1 from Brion Vibber br...@wikimedia.org 2011-05-25 21:19:12 UTC 
---
If done, like then OpenSearch output they'll need some customization:
* compatibility with existing URLs (index.php still has to catch the actions
and redirect)
* possibly force default output mode to xml (or else require putting format=xml
onto the new generated URLs)

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

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


[Bug 29144] Move action=dublincore and action=creativecommons to api.php

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29144

--- Comment #2 from Reedy s...@reedyboy.net 2011-05-25 21:22:13 UTC ---
Was ist das?

-- 
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 28274] Add 'needsmore' status

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28274

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

 CC||m...@everybody.org

--- Comment #12 from Mark A. Hershberger m...@everybody.org 2011-05-25 
21:25:09 UTC ---
If changing fixme to broken causes problems (I haven't looked at the code,
so I don't know if it would or not), then I think reverting r85806 would mean
we can close this.

If we can change fixme to broken without causing any harm (oh, but some
links would need to be saved!) then do that and change improveme to
incomplete in r85806.

Since we're starting on another big review spree, the sooner you can do it, the
better.

-- 
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 28950] ISBN, RFC and PMID magic links might support non-breaking spaces (nbsp;) too

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28950

Platonides platoni...@gmail.com changed:

   What|Removed |Added

 CC||platoni...@gmail.com
 Depends on||29025

--- Comment #1 from Platonides platoni...@gmail.com 2011-05-25 21:33:01 UTC 
---
Might as well do it when fixing bug 29025
(a literal 0160 char, not when done with entities)

-- 
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 29025] Magic links are inconsistent with common parser rules

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29025

Platonides platoni...@gmail.com changed:

   What|Removed |Added

 Blocks||28950

-- 
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 29135] Special:PasswordReset: for logged-in users (password, OpenID, Auth): do not show input field for name, but fill-in current (own) name, and make this field readonly, disallow other names

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29135

--- Comment #4 from Chad H. innocentkil...@gmail.com 2011-05-25 21:34:53 UTC 
---
Dur, I was looking at ChangePassword, not PasswordReset.

-- 
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 29103] Significant speedup for doQuotes

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29103

--- Comment #3 from William Demchick w...@member.fsf.org 2011-05-25 21:44:26 
UTC ---
I took a look again at the numbers, and the old doQuotes seems to be running
for less than a ms on a several second page request.  So, it probably isn't
worth 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 29123] Section edit links shown to anon users even if they can't edit

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29123

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

   Priority|High|Normal
 Status|NEW |RESOLVED
 CC||ro...@wikimedia.org
 Blocks|26676   |
 Resolution||WORKSFORME

--- Comment #3 from Rob Lanphier ro...@wikimedia.org 2011-05-25 21:50:14 UTC 
---
I can't reproduce this using the release from branches/REL1_17, r88842 (which
is unchanged since r88444).  I've tried all of these combinations:
1.  $wgGroupPermissions['*']['edit'] = false;
2.  $wgDefaultUserOptions['editsection'] = false;
3.  $wgGroupPermissions['*']['edit'] = false;
$wgDefaultUserOptions['editsection'] = false;

In all cases, the [edit] links go away for anonymous users.

-- 
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 26676] Milestone: MediaWiki 1.17 release tarball (tracking)

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26676

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

 Depends on|29123   |

-- 
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 28274] Add 'needsmore' status

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28274

--- Comment #13 from Chad H. innocentkil...@gmail.com 2011-05-25 21:52:05 UTC 
---
I'd much rather leave fixme as-is, since it's already got entries in the
database.

I'm not entirely convinced that needsmore/incomplete should be a state. It
makes a more sense as a tag.

-- 
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 29140] Consider supporting FirePHP for easy ajax debugging

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29140

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

   What|Removed |Added

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

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

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


[Bug 29140] Consider supporting FirePHP for easy ajax debugging

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29140

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #3 from Brion Vibber br...@wikimedia.org 2011-05-25 22:02:06 UTC 
---
Added FirePHP extension in r88843; had to add a 'Debug' hook from wfDebug 
wfDebugLog() to handle it.

Note that a few messages at top or bottom don't get output due to being too
early for extension initialization or too late for HTTP headers.

-- 
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 29135] Special:PasswordReset: for logged-in users (password, OpenID, Auth): do not show input field for name, but fill-in current (own) name, and make this field readonly, disallow other names

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29135

--- Comment #5 from T. Gries m...@tgries.de 2011-05-25 22:02:32 UTC ---
Update:

no password throttle if user A resets the own password (user A) by mail:
check against password throttle to be skipped if user reset the own password.

-- 
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 26207] Split magic linking out of core; create new magic linking extension

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26207

--- Comment #10 from William Demchick w...@member.fsf.org 2011-05-25 22:16:48 
UTC ---
I did some additional testing, and my version is significantly worse for
certain types of input.  I'll do some more hacking...

-- 
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 29144] Move action=dublincore and action=creativecommons to api.php

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29144

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

   What|Removed |Added

   Severity|normal  |enhancement

--- Comment #3 from Brion Vibber br...@wikimedia.org 2011-05-25 22:17:01 UTC 
---
See:

http://www.mediawiki.org/wiki/Manual:$wgEnableDublinCoreRdf
http://www.mediawiki.org/wiki/Manual:$wgEnableCreativeCommonsRdf
http://meta.wikimedia.org/wiki/RDF_metadata

Note that these are off by default and on Wikimedia sites, and are probably
good candidates for bumping out to 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 29027] User account which acts as OpenID identity must have also a password associated when $wgOpenIDOnly==true

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29027

T. Gries m...@tgries.de changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #1 from T. Gries m...@tgries.de 2011-05-25 22:27:08 UTC ---
fixed in r88848 . 

When having the OpenID extension, the preference window basic information is
changed. The section Password shows now links to

case i)  Change Password and Reset Password:

if a password already exists

case ii) Reset Password only:

if no password has been set for this account yet, because the user opened their
account by OpenID - which setPassword( null )

This is at least one possible way and avoids modification of
Special:PasswordReset (there is no login page when only OpenID logins and
account creations are possible ($wgOpenIDOnly==true) or Special:ChangePassword
pages.

-- 
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 29035] ee.pl does not work over secure site.

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29035

--- Comment #1 from Brion Vibber br...@wikimedia.org 2011-05-25 22:42:19 UTC 
---
ee.pl doesn't do a lot of error reporting; I had to hack in some checks but it
turned out that internally the HTTP library was reporting back this error:

  Can't locate object method new via package LWP::Protocol::https::Socket

This fixes it for me on Ubuntu 11.04:

  sudo apt-get install libcrypt-ssleay-perl

-- 
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 29144] Move action=dublincore and action=creativecommons to api.php

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29144

--- Comment #4 from Reedy s...@reedyboy.net 2011-05-25 22:42:25 UTC ---
It looks like they will be rather trivial to move out to extensions The
code isn't really intertwined

But RdfMetaData would presumably have to stay in core...?

-- 
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 29144] Move action=dublincore and action=creativecommons to api.php

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29144

--- Comment #5 from Reedy s...@reedyboy.net 2011-05-25 22:44:23 UTC ---
Would they still need adding to OutputPage-getHeadLinks()...

I'd guess 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 29141] Class 'SpecialPageFactory' not found

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29141

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

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #2 from Jeroen De Dauw jeroen_ded...@yahoo.com 2011-05-25 
22:45:44 UTC ---
Should be fixed by r88854 :)

-- 
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 29035] ee.pl does not work over secure site.

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29035

--- Comment #2 from Brion Vibber br...@wikimedia.org 2011-05-25 22:46:47 UTC 
---
Added a note to that effect to INSTALL in r88855, but it should probably...
catch the error and more explicitly complain.

-- 
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 29072] Getlets: Transcluding a file (for example, a README file on SVN) on a page (for example: MediaWiki:Extension) page

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29072

--- Comment #6 from T. Gries m...@tgries.de 2011-05-25 22:49:12 UTC ---
Similar getlets are
- http://www.mediawiki.org/wiki/Extension:External_Data 
- http://www.mediawiki.org/wiki/Extension:DataTransclusion

-- 
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 27877] Parser tests generate too many DB queries

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27877

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

   What|Removed |Added

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

--- Comment #9 from Chad H. innocentkil...@gmail.com 2011-05-25 23:00:17 UTC 
---
I fixed this yesterday in r88755.

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

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


[Bug 700] Code quality issues (and other stuff that sucks) (tracking)

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

Bug 700 depends on bug 27877, which changed state.

Bug 27877 Summary: Parser tests generate too many DB queries
https://bugzilla.wikimedia.org/show_bug.cgi?id=27877

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

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

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


[Bug 27465] SVG thumbnail generation

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27465

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

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #14 from Brion Vibber br...@wikimedia.org 2011-05-25 23:10:07 UTC 
---
r82307 does not fix the problem correctly, and still breaks on files such as
https://secure.wikimedia.org/wikipedia/en/wiki/File:US_states_by_total_state_tax_revenue.svg

The fix appeared to simply make the assumption that the SVG namespace will
either be the unlabeled root namespace or will be given the symbolic name
'svg'; there is absolutely no such guarantee. The above file defines it as
'ns0', which is 100% legit to do, but it gets rejected.

Proper fix is probably to simply use a namespace-aware XML parsing mode. Use
the namespace URL to check against, and let the XML tools worry about matching
up prefixes.

-- 
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 27339] Bugs that should be fixed post 1.17 WMF deployment (tracking)

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27339

Bug 27339 depends on bug 27891, which changed state.

Bug 27891 Summary: Old version seen immediately after edit
https://bugzilla.wikimedia.org/show_bug.cgi?id=27891

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

Bug 27339 depends on bug 27465, which changed state.

Bug 27465 Summary: SVG thumbnail generation
https://bugzilla.wikimedia.org/show_bug.cgi?id=27465

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

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

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


[Bug 27465] SVG thumbnail generation fails due to bad namespace handling in SVGMetadataExtractor

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27465

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

   What|Removed |Added

 CC||br...@wikimedia.org
Summary|SVG thumbnail generation|SVG thumbnail generation
   ||fails due to bad namespace
   ||handling in
   ||SVGMetadataExtractor

-- 
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 29144] Move action=dublincore and action=creativecommons to extensions

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29144

Reedy s...@reedyboy.net changed:

   What|Removed |Added

Summary|Move action=dublincore and  |Move action=dublincore and
   |action=creativecommons to   |action=creativecommons to
   |api.php |extensions

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

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


  1   2   >