[Bug 26554] Set $wgAutoConfirmAge to 0

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26554

p858snake  changed:

   What|Removed |Added

 CC||p858sn...@gmail.com

--- Comment #1 from p858snake  2011-01-04 07:59:39 UTC ---
Might be a stupid question... but why are you semi protecting them at all then?

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

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


[Bug 25105] Add all public lists to Gmane: provide .mbox lists archives

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25105

Tim Starling  changed:

   What|Removed |Added

 CC||tstarl...@wikimedia.org

--- Comment #1 from Tim Starling  2011-01-04 07:53:31 
UTC ---
Mailman automatically makes files in mbox format available. They are split by
month and compressed, e.g.

http://lists.wikimedia.org/pipermail/mediawiki-l/2010-December.txt.gz

Can't you just use those?

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

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


[Bug 26561] Clickjacking vulnerabilities

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26561

Tim Starling  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Tim Starling  2011-01-04 07:10:36 
UTC ---
Fixed in trunk in r79561.

Release announcement:


Simplified patch for 1.15.x:
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/79566

-- 
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 26561] New: Clickjacking vulnerabilities

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26561

   Summary: Clickjacking vulnerabilities
   Product: MediaWiki
   Version: 1.16.0
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Normal
 Component: General/Unknown
AssignedTo: tstarl...@wikimedia.org
ReportedBy: tstarl...@wikimedia.org


Clickjacking is a type of vulnerability discovered in 2008, which is similar to
CSRF. 

The attack involves displaying the target webpage in a iframe embedded in a
malicious website. Using CSS, the submit button of the form on the target
webpage is made invisible, and then overlaid with some button or link on the
malicious website that encourages the user to click on it. For more
information, see:

  http://en.wikipedia.org/wiki/Clickjacking
  http://www.owasp.org/index.php/Clickjacking

Web browsers have standardised on a defence called X-Frame-Options, which puts
the onus on the web application to prevent framing of sensitive content. 

Wikipedia user PleaseStand brought it to our attention that despite the passage
of more than two years, MediaWiki still had no defence against clickjacking.
PleaseStand pointed out that when user or site JavaScript or CSS is enabled
($wgAllowUserJs, $wgAllowUserCss, $wgUseSiteJs or $wgUseSiteCss), clickjacking
is essentially equivalent to cross-site scripting (XSS), that is to say, it
allows full compromise of the account of the user visiting the malicious
website.

A fix will be shortly released, in MediaWiki 1.16.1. Our approach is to allow
framing of basic page views and search pages, but to deny framing of special
pages unless they have explicitly opted out of clickjacking protection. By
taking this moderate approach, instead of denying all framing, we hope to avoid
having system administrators disable the security feature by patching it out.

Security-conscious system administrators may wish to disable framing entirely
using $wgBreakFrames = true. In MediaWiki 1.16.1 or later, this will provide
protection against clickjacking vulnerabilities in extensions which opt out
incorrectly or embed sensitive forms on pages which are opted out. 

Alternatively, you can configure your web server to send an X-Frame-Options
header on all pages. For example with Apache mod_headers:

   Header always set X-Frame-Options DENY

For MediaWiki 1.15.x or earlier branches, we will provide a simplified security
patch which denies all framing. 

Extensions which wish to allow framing on a given page should do so by calling
$wgOut->allowClickjacking(). This should only be done on pages which do not
contain CSRF-protected forms or links. Any extension which embeds a
CSRF-protected form in an unprotected article view page should call
$wgOut->preventClickjacking(), after Article::view() has called
$wgOut->allowClickjacking(), to reset the flag. 

To be protected against clickjacking, all users need to use a browser which
supports the X-Frame-Options header. Our patch does include standard
frame-breaking JavaScript code, but this is known to be insufficient for most
browsers. See the OWASP article for more details. For information on supported
browsers, see:



-- 
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 26560] On allusers if limit < total number of users, last user gets duplicated

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26560

Reedy  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Reedy  2011-01-04 04:05:42 UTC ---
r79557

-- 
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 25558] Mobile site should be rewritten in PHP

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25558

Mike.lifeguard  changed:

   What|Removed |Added

 CC||mike.lifeguard+b...@gmail.c
   ||om

--- Comment #16 from Mike.lifeguard  2011-01-04 
03:50:09 UTC ---
If having this written in PHP is a priority, why was it permitted to be written
in Ruby in the first place?

-- 
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 26559] list=allusers auprop=rights does not match list=users usprop=rights

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26559

Reedy  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Reedy  2011-01-04 03:36:59 UTC ---
r79556

-- 
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 26558] list=allusers auprop=groups does not list groups a user is automatically a member of

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26558

Reedy  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Reedy  2011-01-04 03:35:57 UTC ---
r79554

-- 
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 25767] Add rights properties to list=allusers and list=users

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25767

Krinkle  changed:

   What|Removed |Added

Summary|Add userrights properties   |Add rights properties to
   |to allusers and users query |list=allusers and
   |lists   |list=users

-- 
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 26558] list=allusers auprop=groups does not list groups a user is automatically a member of

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26558

Reedy  changed:

   What|Removed |Added

Summary|list=allusers auprop=groups |list=allusers auprop=groups
   |does not match list=users   |does not list groups a user
   |usprop=groups   |is automatically a member
   ||of

-- 
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 25767] Add userrights properties to allusers and users query lists

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25767

--- Comment #4 from Krinkle  2011-01-04 02:36:14 UTC ---
Also r79552 .

And a bug 26559 "list=allusers auprop=rights does not match list=users
usprop=rights "

-- 
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 26560] New: On allusers if limit < total number of users, last user gets duplicated

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26560

   Summary: On allusers if limit < total number of users, last
user gets duplicated
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: s...@reedyboy.net
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
vasi...@gmail.com, soxre...@gmail.com


http://localhost:8080/w/api.php?action=query&list=allusers&aufrom=Reedy&aulimit=1



  

  
  

  
  

  


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

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


[Bug 26559] New: list=allusers auprop=rights does not match list=users usprop=rights

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26559

   Summary: list=allusers auprop=rights does not match list=users
usprop=rights
   Product: MediaWiki
   Version: 1.18-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: krinklem...@gmail.com
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
vasi...@gmail.com, soxre...@gmail.com


I'm currently svn updated upto r79552.

The following urls display different results:

* http://localhost/w/api.php?action=query&list=allusers&auprop=rights
* http://localhost/w/api.php?action=query&list=users&usprop=rights&ususers=Root

auprop=groups
* Lists all rights (good)

  

  createaccount
  read
  edit
  createpage
  createtalk
  writeapi
  move
  move-subpages
  move-rootuserpages
  upload
  reupload
  reupload-shared
  minoredit
  purge
  sendemail
  autoconfirmed
  userrights
  noratelimit
  block
  delete
  bigdelete
  deletedhistory
  deletedtext
  undelete
  editinterface
  editusercss
  edituserjs
  import
  importupload
  patrol
  autopatrol
  protect
  proxyunbannable
  rollback
  trackback
  unwatchedpages
  upload_by_url
  ipblock-exempt
  blockemail
  markbotedits
  apihighlimits
  browsearchive
  movefile
  unblockself
  suppressredirect

  

usprop=groups
* Only lists rights that everybody has by default (bad)

  

  createaccount
  read
  edit
  createpage
  createtalk
  writeapi
  move
  move-subpages
  move-rootuserpages
  upload
  reupload
  reupload-shared
  minoredit
  purge
  sendemail
  autoconfirmed

  

-- 
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 26558] New: list=allusers auprop=groups does not match list=users usprop=groups

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26558

   Summary: list=allusers auprop=groups does not match list=users
usprop=groups
   Product: MediaWiki
   Version: 1.18-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: krinklem...@gmail.com
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
vasi...@gmail.com, soxre...@gmail.com


I'm currently svn updated upto r79552.

The following urls display different results:

* http://localhost/w/api.php?action=query&list=allusers&auprop=groups
* http://localhost/w/api.php?action=query&list=users&usprop=groups&ususers=Root

auprop=groups
* Only lists groups specifically added (ie. bureaucrat & sysop)

  

  bureaucrat
  sysop

usprop=groups
* Lists all groups including * and user etc.

  

  *
  user
  autoconfirmed
  bureaucrat
  sysop


-- 
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 25767] Add userrights properties to allusers and users query lists

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25767

Reedy  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #3 from Reedy  2011-01-04 02:15:19 UTC ---
r79545, r79549

-- 
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 25767] Add userrights properties to allusers and users query lists

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25767

Krinkle  changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #2 from Krinkle  2011-01-04 01:05:04 UTC ---
Per IRC comment from Reedy:

I mean to get a list of all rights per user, not rights per group.

So a lot like this returns for the current user:
http://en.wikipedia.org/w/api.php?action=query&meta=userinfo&uiprop=rights

Difference being that it's not for me me but for one or more other users.

-- 
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 26541] Generator-ise ApiQueryRecentChanges

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26541

Reedy  changed:

   What|Removed |Added

 CC||d...@ucsc.edu

--- Comment #2 from Reedy  2011-01-04 00:37:56 UTC ---
*** Bug 20563 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 on the CC list for the bug.

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


[Bug 20563] Module recentchanges should be usable as a generator

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20563

Reedy  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||s...@reedyboy.net
 Resolution||DUPLICATE

--- Comment #1 from Reedy  2011-01-04 00:37:56 UTC ---
Duped against bug 26541 and hence r79501

I created the bug not noticing this one. Oh well

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

-- 
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 25203] byteoffset of action=parse is broken when manually specifying headers using syntax

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25203

Reedy  changed:

   What|Removed |Added

   Severity|enhancement |minor

-- 
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 26557] New: Predefined Donation of $5 defaults to $25

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26557

   Summary: Predefined Donation of $5 defaults to $25
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://wikimediafoundation.org/wiki/WMFJA061/AU?utm_me
dium=sitenotice&utm_campaign=20101103AUFS001&utm_sourc
e=20110103_JA058_AU&country_code=AU
OS/Version: All
Status: NEW
  Severity: major
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: brad.j.mol...@hotmail.com


I went to make a donation to Wikipedia by clicking on the "read more" button on
the appeal ad from Jimmy Wales. It took me to the above URL, where I selected
$5 from the preset amounts of $100, $50, $25 and $5. When I was redirected to
Paypal to process payment, the amount had changed to $25! I clicked the
browser's back button and then selected "Other" and manually typed in $5. This
was then redirected to Paypal correctly and the transaction was completed
successfully. 

This bug annoyed me, due to it increasing my donation automatically by five
times and I very nearly didn't make a donation at all. How many other people
are becoming annoyed and not making donations due to this bug!

Also since I had never heard of Wikimedia before, I was confused and suspicious
when Paypal reported that the payment went to Wikimedia not Wikipedia. I think
you should use the website name of Wikipedia for payment processing, so not to
cause confusion.

Please fix it asap, as Wikipedia is awesome and it's a shame small bugs can
impact the reputation of a great site like Wikipedia. Remember people's
preception is everything!

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

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


[Bug 26092] Enable or install string parsing wikimarkup functionality on WMF wikis

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26092

--- Comment #15 from Aryeh Gregor  2011-01-03 
23:47:59 UTC ---
The objection to Lua was not on the part of MediaWiki users.  The objection was
that it would make Wikipedia content impossible to reuse on shared hosting,
since they can't install Lua there.  For Wikimedia use, everyone seems to agree
that it's ideal.  But last time we discussed it, Brion (then still CTO/lead
developer) made it clear that reusability on shared hosts was a blocker issue,
so Wikimedia content cannot depend on anything other than a straight PHP
install.  Now there's no one in a clear position to make that decision either
way, so I assume we'll just see stasis here, with people who have no power to
do anything pointlessly rehashing the issue on Bugzilla and/or wikitech-l
indefinitely.

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

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


[Bug 24781] define XML namespace for output of web API

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24781

Ilmari Karonen  changed:

   What|Removed |Added

 CC||nos...@vyznev.net

--- Comment #9 from Ilmari Karonen  2011-01-03 23:46:01 UTC 
---
Although I would defer to those more familiar with all things XMLish, I'm
inclined to agree with Reedy here.  Anything that breaks because of a change
like this was really already broken.  (Of course, having said that, I bet my
own API clients are going to choke on 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 26485] add a elextlinks param to prop=extlinks

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26485

--- Comment #2 from Reedy  2011-01-03 23:44:29 UTC ---
Oh, I suppose this makes some sense

list=exturlusage&elextlinks="http://www.google.co.uk";...

Return the page and the url if it contains both, else nothing..

-- 
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 26092] Enable or install string parsing wikimarkup functionality on WMF wikis

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26092

--- Comment #14 from Alex Z.  2011-01-03 23:43:36 UTC ---
I only see one person there (Robert Rohde, in comment 16) who could really be
described as an "end user" who was opposed to Lua. The others are either
developers or they're ambivalent about it. I don't think that's really enough
evidence to make the generalization that "end users (like me) hate them",
especially when no one really knows what "them" is other than Lua.

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

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


[Bug 26556] Auto-redirect when URLs have trailing punctuation added/removed by auto-linkers

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26556

Ilmari Karonen  changed:

   What|Removed |Added

 CC||nos...@vyznev.net
  Component|Page rendering  |General/Unknown
   Severity|minor   |enhancement

--- Comment #5 from Ilmari Karonen  2011-01-03 23:41:18 UTC 
---
Might make sense as an extension, perhaps combined with more general
autoredirection, e.g. from titles with different letter case.  (That could
mostly solve bug 453.)

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

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


[Bug 24781] define XML namespace for output of web API

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24781

--- Comment #8 from Reedy  2011-01-03 23:34:07 UTC ---
Bringing some life back here.

The fix is fairly simple, and there are possibly some breakages. I'm almost
inclined to just say "tough" to those not doing it properly

Thoughts?

-- 
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 26556] Auto-redirect when URLs have trailing punctuation added/removed by auto-linkers

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26556

--- Comment #4 from Aryeh Gregor  2011-01-03 
23:32:14 UTC ---
No, I'm not.  If the user goes to a page that doesn't exist, check for
similar-looking page names, and if you find a plausible match do a redirect. 
You'd probably want to make it like a normal redirect, not an HTTP redirect,
because otherwise you'd have trouble creating the page if you want it to
contain something different.

What's wrong with this approach?  Specifically, given that there's no way to
stop these bogus autolinks from existing, do you have a solution with a better
cost/benefit ratio?  On a website I run, I noticed a lot of 404s were due to
bogus trailing punctuation (the opposite problem to the one seen here).

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

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


[Bug 26485] add a elextlinks param to prop=extlinks

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26485

--- Comment #1 from Reedy  2011-01-03 23:28:12 UTC ---
* list=exturlusage (eu) *
  Enumerate pages that contain a given URL

And it's usable as a generator

-- 
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 25135] add "normalized" to action=parse

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25135

--- Comment #1 from Reedy  2011-01-03 23:16:05 UTC ---
http://www.mediawiki.org/w/api.php?action=parse&page=main%20Page



Surely display title is the normalised 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 26516]   causes HTML tags to close unexpectedly (when using tidy)

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26516

--- Comment #2 from Erwin Dokter  2011-01-03 23:11:16 UTC ---
In that case, Tidy should be set to ignore  .

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

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


[Bug 26556] Auto-redirect when URLs have trailing punctuation added/removed by auto-linkers

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26556

Chad H.  changed:

   What|Removed |Added

 CC||innocentkil...@gmail.com

--- Comment #3 from Chad H.  2011-01-03 22:52:04 UTC 
---
(In reply to comment #1)
> What are we supposed to do here, automatically redirect to a
> page with a trailing period?  That's probably a good idea.  We also might want
> to handle the opposite case, where a question mark or bracket or something is
> added to the URL by the auto-linking software.

You're joking, right?

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

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


[Bug 26092] Enable or install string parsing wikimarkup functionality on WMF wikis

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26092

Phillip Patriakeas  changed:

   What|Removed |Added

 Depends on||6455

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

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


[Bug 6455] Set $wgPFEnableStringFunctions = true on WMF wikis

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6455

Phillip Patriakeas  changed:

   What|Removed |Added

 Blocks||26092

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

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


[Bug 26092] Enable or install string parsing wikimarkup functionality on WMF wikis

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26092

Phillip Patriakeas  changed:

   What|Removed |Added

 Depends on||19298

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

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


[Bug 19298] Enable Lua extension on WMF wikis

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19298

Phillip Patriakeas  changed:

   What|Removed |Added

 CC||dragonlordofxant...@gmail.c
   ||om
 Blocks||26092

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

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


[Bug 26556] Auto-redirect when URLs have trailing punctuation added/removed by auto-linkers

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26556

--- Comment #2 from Aryeh Gregor  2011-01-03 
22:49:02 UTC ---
(Note that you can work around the specific case by just manually creating
[[Hamlet A.D.D]] and redirecting it to [[Hamlet A.D.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 26556] Auto-redirect when URLs have trailing punctuation added/removed by auto-linkers

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26556

Aryeh Gregor  changed:

   What|Removed |Added

   Platform|PC  |All
Version|wikimedia-deployment|1.18-svn
 OS/Version|Windows XP  |All
   Severity|major   |minor

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

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


[Bug 26556] Auto-redirect when URLs have trailing punctuation added/removed by auto-linkers

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26556

Aryeh Gregor  changed:

   What|Removed |Added

 CC||simetrical+wikib...@gmail.c
   ||om
Summary|relative link works;|Auto-redirect when URLs
   |absolute link does not  |have trailing punctuation
   ||added/removed by
   ||auto-linkers

--- Comment #1 from Aryeh Gregor  2011-01-03 
22:47:37 UTC ---
Because the auto-linking feature of whatever software you're using strips the
trailing period.  What are we supposed to do here, automatically redirect to a
page with a trailing period?  That's probably a good idea.  We also might want
to handle the opposite case, where a question mark or bracket or something is
added to the URL by the auto-linking software.

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

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


[Bug 26556] New: relative link works; absolute link does not

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26556

   Summary: relative link works; absolute link does not
   Product: MediaWiki
   Version: wikimedia-deployment
  Platform: PC
   URL: http://en.wikipedia.org/wiki/Hamlet_A.D.D.
OS/Version: Windows XP
Status: NEW
  Severity: major
  Priority: Normal
 Component: Page rendering
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: morfus...@gmail.com


The page http://en.wikipedia.org/wiki/Dustin_Diamond has a link near the end of
the filmography for Hamlet A.D.D.  When this link is clicked it takes the
browser to the right page.  However, when the resulting link in the address bar
-- http://en.wikipedia.org/wiki/Hamlet_A.D.D. -- is used as a link externally,
e.g. gmail or chat, the result is, "Wikipedia does not have an article with
this exact name."

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

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


[Bug 26356] option to only show pages with stable versions at list=categorymembers

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26356

--- Comment #9 from mjb...@gmail.com 2011-01-03 22:22:52 UTC ---
There is a option with DynamicPageList extension, to get stable page maybe you
wanna ask it developers

-- 
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 26527] image replaced by link in stable version of article

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26527

--- Comment #4 from Rob Lanphier  2011-01-03 22:22:35 UTC 
---
Aaron tells me this is related to bug 15748.  I'm not entirely sure if there is
a workaround to fix this problem, but it seems like there should be.

-- 
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 26356] option to only show pages with stable versions at list=categorymembers

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26356

Rob Lanphier  changed:

   What|Removed |Added

   Priority|Normal  |Low

--- Comment #8 from Rob Lanphier  2011-01-03 22:19:44 UTC 
---
Marking this as lower priority, since we don't plan to implement this with WMF
resources.  mjbmri, if you can find a volunteer developer interested in
implementing this feature, make sure they talk to one of us before starting. 
We'd consider integrating a well-implemented patch, but we will want to make
sure it's implemented properly.

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

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


[Bug 26553] Can not upload Image files, Lost some files, error messages on pages

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26553

Bryan Tong Minh  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #3 from Bryan Tong Minh  2011-01-03 
21:46:42 UTC ---
Definitely not a MediaWiki bug but a permissions problem.

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

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


[Bug 26552] ForeignDBRepo broken?

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26552

Bryan Tong Minh  changed:

   What|Removed |Added

   Priority|Normal  |High
 Status|NEW |ASSIGNED
Version|1.18-svn|1.17
 AssignedTo|wikibug...@lists.wikimedia. |s...@reedyboy.net
   |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 26552] ForeignDBRepo broken?

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26552

--- Comment #4 from Bryan Tong Minh  2011-01-03 
21:41:24 UTC ---
Found it, r75343.

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

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


[Bug 26356] option to only show pages with stable versions at list=categorymembers

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26356

--- Comment #7 from mjb...@gmail.com 2011-01-03 21:40:12 UTC ---
I just want to get stable pages in a category in sites with flaggedRevs
extension

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

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


[Bug 26552] ForeignDBRepo broken?

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26552

--- Comment #3 from Bryan Tong Minh  2011-01-03 
21:38:47 UTC ---
Could you check if r75340 is ok?

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

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


[Bug 26356] option to only show pages with stable versions at list=categorymembers

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26356

--- Comment #6 from Rob Lanphier  2011-01-03 21:37:59 UTC 
---
What is the use case for this?  This doesn't appear to be compelling enough on
the surface to implement 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 26555] Styles for a skin added with $out->addStyle() are loaded after instead of before user custom styles.

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26555

Ilmari Karonen  changed:

   What|Removed |Added

 CC||nos...@vyznev.net

--- Comment #1 from Ilmari Karonen  2011-01-03 21:24:29 UTC 
---
I _think_ the problem is caused by OutputPage::headElement() doing

$ret .= implode( "\n", array(
$this->getHeadLinks( $sk ),
$this->buildCssLinks(),
$this->getHeadItems(),
) );

Here, ResourceLoader is adding its style links in getHeadLinks(), while style
links added via addStyle() are output in buildCssLinks().  To fix this issue,
either a) the ResourceLoader code could be pulled out of getHeadLinks() into a
separate method, b) the call to buildCssLinks() could be moved before
getHeadLinks(), or c) the call to buildCssLinks() could be moved _inside_
getHeadLinks().  Not being very familiar with ResourceLoader, I have no idea
which of these would be the cleanest solution, or the least likely to cause
unexpected side effects.

-- 
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 26555] Styles for a skin added with $out->addStyle() are loaded after instead of before user custom styles.

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26555

Krinkle  changed:

   What|Removed |Added

 CC||krinklem...@gmail.com
   Severity|enhancement |major

-- 
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 26555] New: Styles for a skin added with $out->addStyle() are loaded after instead of before user custom styles.

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26555

   Summary: Styles for a skin added with $out->addStyle() are
loaded after instead of before user custom styles.
   Product: MediaWiki
   Version: 1.17
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Resource Loader
AssignedTo: tpars...@wikimedia.org
ReportedBy: krinklem...@gmail.com
CC: roan.katt...@gmail.com


The following in a custom skin worked in older versions of MediaWiki, but 
in the current trunk it's loaded after the user css

function setupSkinUserCss( OutputPage $out ) {
   parent::setupSkinUserCss( $out );
  $out->addStyle( 'luontoliitto/main.css', 'screen' );
 }






-- 
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 25767] Add userrights properties to allusers and users query lists

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25767

--- Comment #1 from Reedy  2011-01-03 21:14:20 UTC ---
Rights are done in code (well, as are groups, but group membership is in the
database)...

So to do it User::getGroupsWithPermission(), and then just have that
override/merge against groups, and do the lookup.

Little faffy, but doesn't seem too bad, I mean, if we're already filtering on
groups.

Then for getting rights.. Make sure we pull groups from DB, and then push it
through User::getGroupPermissions(), and cache that locally for a bit of saving

-- 
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 22916] Styles specified in Vector stylesheet are overridden by Shared.css

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22916

Krinkle  changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #4 from Krinkle  2011-01-03 20:51:58 UTC ---
r64080

-- 
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 25767] Add userrights properties to allusers and users query lists

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25767

Reedy  changed:

   What|Removed |Added

Summary|Add userrights propertites  |Add userrights properties
   |to allusers and users query |to allusers and users query
   |lists   |lists

-- 
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 26092] Enable or install string parsing wikimarkup functionality on WMF wikis

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26092

--- Comment #13 from Kevin Norris  2011-01-03 
20:28:36 UTC ---
(In reply to comment #12)
> (In reply to comment #10)
> > Well, basically we want StringFunctions, but the developers have said no, so
> > what we really want is something equivalent in power and speed to SF. 
> > Unfortunately, it appears that Lua etc. won't be ready anytime soon (and the
> > end users (like me) hate them)
> 
> Where was this ever discussed? I don't think I've ever seen any sort of
> concerted opposition to the use of a wikitext alternative in templates.

See bug 19298, particularly some of the later comments.

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

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


[Bug 26554] Set $wgAutoConfirmAge to 0

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26554

Reedy  changed:

   What|Removed |Added

   Keywords||shell
   Severity|normal  |enhancement

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

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


[Bug 26554] New: Set $wgAutoConfirmAge to 0

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26554

   Summary: Set $wgAutoConfirmAge to 0
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://ten.wikipedia.org/
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: swall...@wikimedia.org
CC: rhals...@wikimedia.org


If it not the default for MediaWiki installs on the Wikimedia cluster, please
set $wgAutoConfirmAge to 0 for tenwiki. It is imperative that any registered
user be able to edit some semi-protected pages after creating their account.

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

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


[Bug 23868] No warning when page is deleted during editing

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23868

MrBlueSky  changed:

   What|Removed |Added

 CC||mrblue...@wikipedia.be

--- Comment #5 from MrBlueSky  2011-01-03 19:47:44 UTC 
---
This sometimes happens at the Dutch Wikipedia too. This is an example from
today:
http://nl.wikipedia.org/w/index.php?title=Speciaal:Terugplaatsen&target=Domien+stalmans×tamp=20110103182416&diff=prev
(admin only). The user was adding the delete tag when the article was deleted.
When submitting his change, the page was recreated without given a warning.

We do not have Twinkle. We do have a local script which has some of the same
functionality, but the user from the above example does not use 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 26525] A commons image should have an edit tab going directly to the Commons page

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26525

--- Comment #12 from Krinkle  2011-01-03 19:16:38 UTC ---
There are plenty of reasons to to link the image directly to Commons:
1) If I have a private wiki and use InstantCommons, my visitors should see the
description page in our language without having to go to Commons.
2) If a wiki has a local page also with information (for example the "badimage"
and "featured image" templates on en.wikipedia even for images that are hosted
on Commons)
3) Too many users create content on Commons that doens't belong there already
(ie. writing news articles for Wikinews or encyclopedic content meant for
Wikipedia). Although there are other causes and parts to this particular
problem, taking users to it without them knowing (aside from a different logo
and some minor details) is a bade idea imho.

Clicking [edit] in the headings already takes the user directly to Commons.

An Edit tab in the main navigation could be handy in cases, but what about case
2) above ?

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

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


[Bug 26525] A commons image should have an edit tab going directly to the Commons page

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26525

--- Comment #11 from Amir E. Aharoni  2011-01-03 
18:44:51 UTC ---
(In reply to comment #10)
> > To go back to the article people use the browser's back button, not search.
> 
> I suspect that statement is as true as the one saying that to visit a given
> domain you don't need to perform a google search.

*I* got online before Google, and i still have the old-fashioned habit of
typing URLs. But i know many people who only know one URL - www.google.com. But
they do use the back button.

But hey, maybe i am wrong. Any usability specialists or testers around here?..

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

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


[Bug 26525] A commons image should have an edit tab going directly to the Commons page

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26525

--- Comment #10 from Platonides  2011-01-03 18:31:03 UTC 
---
> To go back to the article people use the browser's back button, not search.

I suspect that statement is as true as the one saying that to visit a given
domain you don't need to perform a google search.

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

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


[Bug 26525] A commons image should have an edit tab going directly to the Commons page

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26525

--- Comment #9 from Amir E. Aharoni  2011-01-03 
17:45:22 UTC ---
(In reply to comment #8)
> They should still be able to go back to the previous article using search, or
> the sidebar...

To go back to the article people use the browser's back button, not search.

And i don't see how it is important to keep that pointless virtual page just
for the sidebar.

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

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


[Bug 26525] A commons image should have an edit tab going directly to the Commons page

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26525

--- Comment #8 from Platonides  2011-01-03 17:42:14 UTC 
---
They should still be able to go back to the previous article using search, or
the sidebar...

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

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


[Bug 25481] Add MediaWiki:Nstab-* messages for Commons namespaces to Extension:WikimediaMessages

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25481

Raimond Spekking  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #2 from Raimond Spekking  2011-01-03 
17:29:55 UTC ---
Added in r79514

-- 
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 26552] ForeignDBRepo broken?

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26552

--- Comment #2 from Gregor Hagedorn  2011-01-03 
17:17:49 UTC ---
Sorry, correction to the above: r75300 is ok, but already r75350 is broken
(claimed 75380 still wrongly claimed ok in previous comment).

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

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


[Bug 26552] ForeignDBRepo broken?

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26552

--- Comment #1 from Gregor Hagedorn  2011-01-03 
16:59:23 UTC ---
Further testing of svn revs revealed that the error is yet absent in r75380 but
present in r75400

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

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


[Bug 6363] DoubleRedirects erroroneously influenced by interlinks

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6363

Chad H.  changed:

   What|Removed |Added

 CC||bud0...@gmail.com

--- Comment #6 from Chad H.  2011-01-03 16:49:13 UTC 
---
*** Bug 26531 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 26531] Redirect to interwiki listed in Special:DoubleRedirects

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26531

Chad H.  changed:

   What|Removed |Added

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

--- Comment #4 from Chad H.  2011-01-03 16:49:13 UTC 
---


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

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

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


[Bug 26553] Can not upload Image files, Lost some files, error messages on pages

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26553

Platonides  changed:

   What|Removed |Added

 CC||platoni...@gmail.com

--- Comment #2 from Platonides  2011-01-03 16:46:42 UTC 
---
Looks like a permissions problem. You need to adjust the permissions of
images/thumb so that the webserver can write there.


PS: Seems you added for debugging the lines:
error_reporting(E_ALL);
ini_set("display_errors", 1);

But they should have been added /after/ the https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 26553] Can not upload Image files, Lost some files, error messages on pages

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26553

--- Comment #1 from Mark  2011-01-03 16:30:05 
UTC ---
Sometimes the pages load OK, and sometimes not (with error messages)

Before bug existed I uploaded about 10 or 12 files those files are now missing.

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

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


[Bug 26092] Enable or install string parsing wikimarkup functionality on WMF wikis

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26092

--- Comment #12 from Alex Z.  2011-01-03 16:29:37 UTC ---
(In reply to comment #10)
> Well, basically we want StringFunctions, but the developers have said no, so
> what we really want is something equivalent in power and speed to SF. 
> Unfortunately, it appears that Lua etc. won't be ready anytime soon (and the
> end users (like me) hate them)

Where was this ever discussed? I don't think I've ever seen any sort of
concerted opposition to the use of a wikitext alternative in templates. How can
you just dismiss the entire possibility out of hand? Lua is only one of several
possible options, one of which would be to implement our own system that could
be anything we wanted.

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

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


[Bug 26553] New: Can not upload Image files, Lost some files, error messages on pages

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26553

   Summary: Can not upload Image files, Lost some files, error
messages on pages
   Product: MediaWiki
   Version: 1.15.0
  Platform: PC
   URL: http://everythingfoodanddrink.host56.com/w/index.php/M
ain_Page
OS/Version: Windows XP
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Images and files
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: everythingfoodanddr...@msn.com
CC: gpaum...@wikimedia.org, bryan.tongm...@gmail.com


Warning:
file_put_contents(/home/a4629792/public_html/w/images/thumb/Fudge.JPG/400px-Fudge.JPG)
[function.file-put-contents]: failed to open stream: Permission denied in
/home/a4629792/public_html/w/includes/filerepo/ForeignAPIRepo.php on line 217


Warning: mkdir() [function.mkdir]: Permission denied in
/home/a4629792/public_html/w/includes/GlobalFunctions.php on line 2176


Line 2176= $ok = mkdir( $dir, $mode, true ); // PHP5 <3

Line 2179= trigger_error( __FUNCTION__ . ": failed to mkdir \"$dir\" mode
$mode", E_USER_WARNING );

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

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


[Bug 26552] New: ForeignDBRepo broken?

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26552

   Summary: ForeignDBRepo broken?
   Product: MediaWiki
   Version: 1.18-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: critical
  Priority: Normal
 Component: Images and files
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: g.m.haged...@gmail.com
CC: gpaum...@wikimedia.org, bryan.tongm...@gmail.com


As well as connecting to WikimediaCommons by ForeignAPIRepo (working ok) we
also connect to a local shared image repository using ForeignDBRepo. While
working in a previous version (r69050), the ForeignDBRepo in the current
1.18alpha (r79256) fails with the message (when connecting to a repo with db
name openmedia):

„1146: Table 'openmedia.16page' doesn't exist (localhost:PORT)“.

Maintenance/update.php worked ok. I cannot find information about a mediawiki
table named 16. Any clues?

With $wgShowSQLErrors = true; the following is shown:

SELECT page_id FROM `16page` WHERE page_namespace = '6' AND page_title =
'zzz.jpg' LIMIT 1 

Function „LocalRepo::getArticleID“.

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


[Bug 26551] New: Default name for uploading files, determination of the file name using magic words or other methods

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26551

   Summary: Default name for uploading files, determination of the
file name using magic words or other methods
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: SemanticForms
AssignedTo: yaro...@gmail.com
ReportedBy: jamesin.hongkon...@gmail.com
CC: wikibugs-l@lists.wikimedia.org


The determination of the default file name for the uploading dialogue might
need a more dynamic approach, so that adding a time stamp {{CURRENTTIMESTAMP}}
or other methods can simplify the naming procedure (such as default
filename=Image for -{CURRENTTIMESTAMP}}.doc.

Email  from Yaron, Mon, Jan 3, 2011 at 3:52 AM, 

:The "default filename" parameter currently doesn't get parsed, other than
handling the "" variable; though maybe it makes sense to do that.
Feel free to make a feature request for it - the best way is via
bugzilla.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