[Bug 19954] 'Has default form' could work in regular pages.

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19954


Patrick m...@patrick-nagel.net changed:

   What|Removed |Added

 CC||m...@patrick-nagel.net
 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #2 from Patrick m...@patrick-nagel.net  2009-09-04 08:55:28 UTC 
---
Feature has been implemented.


-- 
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 20500] New: 'Edit with form' tab in Category:... pages

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20500

   Summary: 'Edit with form' tab in Category:... pages
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: SemanticForms
AssignedTo: yaro...@gmail.com
ReportedBy: m...@patrick-nagel.net
CC: wikibugs-l@lists.wikimedia.org


Having the 'Has default form' property set in a Category:... page not only
causes the pages in that category to have an 'Edit with form' tab, but also the
Category:... page itself. It doesn't make sense to edit a Category:... page
with a form that is intended for its member pages though.

I don't know if this has been introduced with version 1.8.2 ('You can now set a
Has default form value directly for pages, instead of going through a
category or namespace'), or if it has been like that before - in any case I
consider it a 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 20501] New: Links in nowiki tags should not bypass the spam blacklist

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20501

   Summary: Links in nowiki tags should not bypass the spam
blacklist
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: lastw...@gmail.com


Placing nowiki tags around an external link causes the link to bypass the spam
blacklist. This means that users can effectively add their links anyway. The
functionality should be changed — blacklisting should mean that any link
matching the blacklist can't be added, nowiki or not.


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


[Bug 20502] New: Create a wiki for the Finnish chapter Wikimedia Suomi

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20502

   Summary: Create a wiki for the Finnish chapter Wikimedia Suomi
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Keywords: shell
  Severity: enhancement
  Priority: Normal
 Component: Language setup
AssignedTo: rhals...@wikimedia.org
ReportedBy: str...@wmfbz.mail.kapsi.fi


* subdomain/language code: fi
* $wgSiteName: Wikimedia Suomi
* $wgLocaltimezone: Europe/Helsinki
* $wgLogo: $stdlogo
* $wgSitename: Wikimedia Suomi
* $wmgUseDualLicense: true
* $wgDefaultSkin: vector
* $wgImportSources: array( 'w', 'meta' )
Search for '// Account creation required':
* $groupOverrides: array( '*' = array(
'edit' = false,
))

Please also update trunk/extensions/WikimediaMessages/WikimediaGrammarForms.php
r55811 to wmf-deployment and scap 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 20503] New: Handling of tel: URIs in SMW is broken

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20503

   Summary: Handling of tel: URIs in SMW is broken
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: http://semanticweb.org/index.php?title=Property:Foaf:pho
nefrom=Onotlogies%2FHCONE-metaOntologies#SMWResults
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Semantic MediaWiki
AssignedTo: mar...@semantic-mediawiki.org
ReportedBy: rich...@cyganiak.de


Handling of tel: URIs, like for foaf:phone, is broken, as evident from the
linked URL. Obviously there is some code that tries to turn arbitrary input
into a valid URI, but it only tries to generate HTTP URIs, which gives funky
results if a phone number was entered.

Entering a valid tel: URI also doesn't quite work, because the + character is
escaped as %2B -- see the phone number of Richard Cyganiak in the linked
page.

I've written some code to help fixing the issue. It's attached. It's not a
patch, as I'm not familiar with SMW internals, but it should be helpful in
fixing this issue. It consists of a function that

1. will take a string as input, 
2. will try to recognize if it's a phone number (written as a tel URI or simply
as numbers),
3. will turn the phone number into a valid tel URI and return it,
4. or return null if it cannot be recognized as a phone number.

It's well-tested and closely follows the relevant RFC. I suggest adding this
into the function that tries to generate valid URIs from user input.


-- 
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 20503] Handling of tel: URIs in SMW is broken

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20503





--- Comment #1 from Richard Cyganiak rich...@cyganiak.de  2009-09-04 11:44:25 
UTC ---
Created an attachment (id=6530)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=6530)
Code for detecting phone numbers and validating tel URIs

Adding attachment


-- 
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 20501] Links in nowiki tags should not bypass the spam blacklist

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20501


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

   What|Removed |Added

  Component|General/Unknown |Spam Blacklist
Product|MediaWiki   |MediaWiki extensions
Version|unspecified |any




-- 
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 20457] Special:GoogleMapsKML typos its own name, leading to inaccessible page

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20457


Evan Miller emmil...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #1 from Evan Miller emmil...@gmail.com  2009-09-04 12:55:05 UTC 
---
Fixed in r55815.


-- 
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 2447] Inclusion of special pages with parameters

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2447





--- Comment #6 from lɛʁi לערי ריינהארט gangl...@torg.is  2009-09-04 13:54:16 
UTC ---
note: the original url is not valid any more.

If this bug is fix it would be very helpful to know the correct syntax.

How {{special:Listusers|uselang=enlimit=1username={{BASEPAGENAMEE can be
included?

Please see some tests at

http://test.wikipedia.org/wiki/User:Gangleri/bugzilla_002447

Thanks for every help! Kind regards [[user:gangleri]]


-- 
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 20275] LIKE is completely broken for SQLite

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20275


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

   What|Removed |Added

Attachment #6511 is|0   |1
   obsolete||




--- Comment #20 from Max Semenik maxsem.w...@gmail.com  2009-09-04 14:07:55 
UTC ---
Created an attachment (id=6531)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=6531)
Full patch v2.1

Less crappy LinkFilter::keepOneWildcard()


-- 
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 20504] New: return the number of items in a list

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20504

   Summary: return the number of items in a list
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: cat...@vp.pl
CC: bryan.tongm...@gmail.com, vasi...@gmail.com,
soxre...@gmail.com


Can there be an option, when retrieving a list, to retrieve just the total
number of items in the list, instead of having to retrieve the list itself
(particularly wasteful when the list is many times longer than the number of
items you can get in a single query)?


-- 
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 20505] New: Request for portal namespace on Wikinews

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20505

   Summary: Request for portal namespace on Wikinews
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://tr.wikinews.org
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: serhat.er...@gmail.com


Hi,
We want Portal namespace to be enabled on Turkish Wikinews. Here is the
discussion:
http://tr.wikinews.org/wiki/Vikihaber:K%C3%B6y_%C3%A7e%C5%9Fmesi_(ilginize)#Portal

There are already pages written with this prefix (Portal:) But this is not
added as a namespace, yet. 

Namespace = Portal
Namespace talk page = Portal tartışma

Thanks, 
Serhat


-- 
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 20505] Request for portal namespace on Wikinews

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20505


MZMcBride pub...@mzmcbride.com changed:

   What|Removed |Added

   Keywords||shell




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

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


[Bug 16575] Global transclusion/userpage

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16575


Rich Farmbrough rich...@farmbrough.co.uk changed:

   What|Removed |Added

 CC||rich...@farmbrough.co.uk




--- Comment #4 from Rich Farmbrough rich...@farmbrough.co.uk  2009-09-04 
17:24:19 UTC ---
This may or may not dupe 4547 depending on how they are read. 


-- 
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

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19298


Rich Farmbrough rich...@farmbrough.co.uk changed:

   What|Removed |Added

 CC||rich...@farmbrough.co.uk




--- Comment #20 from Rich Farmbrough rich...@farmbrough.co.uk  2009-09-04 
17:50:12 UTC ---
I have to agree with the editors here.  We are using the tools we have, yes
people will write all sorts of stuff in template code, just as I wrote a set of
arithmetic functions in regex, not because we want to, but because we are
trying to achieve a goal and that's the only way to do it in a reasonable time.
 However, and despite [[WP:PERF]], these hacks and kludges must be generating
an suhbstantial server load. And the wiki-way means it will  get worse, because
once someone has hacked together a replacement for a given string handling
function, it becomes part of the repertoire.  I started using some of these
yesterday, and only curiosity made me dig deep into the various template
levels, to see what was going on - it is not a pretty sight. I can see no way
that native parser functions can be worse than template hacked parser functions
which often have to iterate character by character at best. 


-- 
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 20504] return the number of items in a list

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20504


Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

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




--- Comment #1 from Roan Kattouw roan.katt...@gmail.com  2009-09-04 17:35:29 
UTC ---
Note that even if this was implemented, the count would still be affected by
the limit; if the count is higher, you wouldn't be able to get it in a single
query.

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


-- 
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 6455] Enable StringFunctions on WMF wikis

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6455


Rich Farmbrough rich...@farmbrough.co.uk changed:

   What|Removed |Added

 CC||rich...@farmbrough.co.uk




--- Comment #87 from Rich Farmbrough rich...@farmbrough.co.uk  2009-09-04 
17:50:49 UTC ---
Hm there seem to be facilities for manipulating stings enabled now. So this is
either fixed or it is being done by an almighty kludge and probably far less
efficiently than fixing this. See my comment to 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 5126] Render self-referring interwiki links as bold

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=5126





--- Comment #6 from Rich Farmbrough rich...@farmbrough.co.uk  2009-09-04 
17:27:02 UTC ---
If this can't be implemented are there configuration options, setting the local
language on the local table differently? 


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

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


[Bug 17993] Option on API lists to only have count of links/categories/whatever returned, rather than a full resultset

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


Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 CC||cat...@vp.pl




--- Comment #3 from Roan Kattouw roan.katt...@gmail.com  2009-09-04 17:35:29 
UTC ---
*** Bug 20504 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 15595] Hide a person's edits from Recent changes

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15595


Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it




--- Comment #5 from Nemo_bis federicol...@tiscali.it  2009-09-04 18:18:13 UTC 
---
Flood flag and patrolled edits are only a partial solution, since the former
can't resolve the problem for small projects, and the latter would hide all
edits from all sysops or autoconfirmed users depending on the local
configuration. 


-- 
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 20337] Oversight mailing list for the Simple English Wikipedia

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20337





--- Comment #11 from Cary Bass cb...@wikimedia.org  2009-09-04 20:25:40 UTC 
---
What about the name.  It's not so much oversight now as revision suppression
Do we want to all it suppression-simple-l ?


-- 
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 20337] Oversight mailing list for the Simple English Wikipedia

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20337





--- Comment #12 from barras...@web.de  2009-09-04 20:31:25 UTC ---
(In reply to comment #11)
 What about the name.  It's not so much oversight now as revision suppression
 Do we want to all it suppression-simple-l ?
 

I think it's better to use the unwritten manual of style and use the name other
wikis use. I think the tool is more known as oversight and not as supression.


-- 
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 20337] Oversight mailing list for the Simple English Wikipedia

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20337





--- Comment #13 from Cary Bass cb...@wikimedia.org  2009-09-04 20:37:17 UTC 
---
Actually, oversight is the old tool.  Revision suppression is the new one and
the one used.  There is no 'manual of style' regarding mailing list names, and
in all likelihood, some of these old names will be changed to new ones (for
instance, oversight-l only covers the English Wikipedia, anyway).  I'm
initiating discussion because I'm trying to come up with consensus on a new
name rather than just making it that way.


-- 
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 20337] Oversight mailing list for the Simple English Wikipedia

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20337





--- Comment #14 from barras...@web.de  2009-09-04 20:41:28 UTC ---
Well, if the other list names will be changed too, I've no problems with an
other name. I just think that the names of the list should be simular. I've no
problems with you suggestion.


-- 
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 6455] Enable StringFunctions on WMF wikis

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6455





--- Comment #88 from Happy-melon happy-me...@live.com  2009-09-04 21:17:35 
UTC ---
(In reply to comment #87)
 either fixed or it is being done by an almighty kludge 

Oh yes.  Those templates put all other hacks to shame. But they work, and
they're now very widely used.  Which demonstrates the need for this
functionality to be supported *somehow*.


-- 
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 20486] Mailing list for Commons bureaucrats

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20486





--- Comment #2 from Cary Bass cb...@wikimedia.org  2009-09-04 21:22:08 UTC ---
commons-bureaucr...@lists.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 20486] Mailing list for Commons bureaucrats

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20486





--- Comment #3 from Larry Pieniazek l...@miltontrainworks.com  2009-09-04 
21:26:51 UTC ---
Isn't the naming convention (defacto) more the other way round (not always, but
more often?) 

bureaucrats-comm...@lists.wikimedia.org 

many of the en:wp lists end in -en (arguably should end in enwp or whatever)

But tis a color of the bikeshed argument, whatever works works.


-- 
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 20486] Mailing list for Commons bureaucrats

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20486


Cary Bass cb...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #4 from Cary Bass cb...@wikimedia.org  2009-09-04 21:55:39 UTC ---
Created list bureaucrats-commons

https://lists.wikimedia.org/mailman/listinfo/bureaucrats-commons


-- 
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 9887] Allow namespace and category designation for Images/files - and subsequent namespace/category-based functionality enhancement with images

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9887


Jack D. Pond jack.p...@psitex.com changed:

   What|Removed |Added

 Resolution|WONTFIX |FIXED




--- Comment #15 from Jack D. Pond jack.p...@psitex.com  2009-09-04 22:03:57 
UTC ---
Was able to use TimStarling's FileRepo system to create a new local Repo -
NSFileRepo.  As of 1.16.0, will require no patches to implement.  Minor
patching reqiured for versions 1.13.0 through 1.15.1


-- 
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 14522] Antispam filter doesn't filter plaintext rendered URLs

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14522


Splarka h...@goldrush.com changed:

   What|Removed |Added

 CC||lastw...@gmail.com




--- Comment #3 from Splarka h...@goldrush.com  2009-09-04 23:00:05 UTC ---
*** Bug 20501 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 20501] Links in nowiki tags should not bypass the spam blacklist

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20501


Splarka h...@goldrush.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Comment #1 from Splarka h...@goldrush.com  2009-09-04 23:00:05 UTC ---
The spam blacklist is only for blocking linked external links, not plain text.

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


-- 
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 19646] Localization of img_auth.php - with enhancements

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19646


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

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |




--- Comment #20 from Brion Vibber br...@wikimedia.org  2009-09-04 23:22:08 
UTC ---
Hrm... this code is *really* nasty looking and needs to be reverted or cleaned
up.

What's with the call_user_func_array() stuff everywhere? If you need to pass
more variable parameters, just have it take an array... Don't try to squish
random params onto wfMsgHtml() when you can simply use wfMsgExt() which will
take an array of options and an array of message arguments.


-- 
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 20506] New: namespace change

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20506

   Summary: namespace change
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://lmo.wikipedia.org
OS/Version: All
Status: NEW
  Keywords: shell
  Severity: enhancement
  Priority: Normal
 Component: Language setup
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: guet...@yahoo.ca


Sirs, according to this vote:
http://lmo.wikipedia.org/wiki/Wikipedia:Grott#Proposta_da_votazion
I beg you change the name space Utente (still untranslated) to Wikipedista
at Lombard wikipedia.
Also, ciciarada is currently being used as a translation for discussion, so
I beg you change Discussioni utente to Wikipedista Ciciarada as well.
Best regards, 
Herbert Sprüngli


-- 
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 20506] namespace change

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20506


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

   What|Removed |Added

  Component|Language setup  |Site requests




-- 
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 20507] New: Yahoo 'temporarily' blocking lists.wikimedia.org emails

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20507

   Summary: Yahoo 'temporarily' blocking lists.wikimedia.org emails
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Mailing lists
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: platoni...@gmail.com


As administrator on some wiki email list, I received this morning the following
message for each yahoo address on the mailing list

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  user email@yahoo.com
SMTP error from remote mail server after initial connection:
host f.mx.mail.yahoo.com [98.137.54.237]: 421 4.7.0 [TS01] Messages from
91.198.174.5 temporarily deferred due to user complaints - 4.16.55.1; see
http://postmaster.yahoo.com/421-ts01.html:
retry timeout exceede


-These users subscription got disabled by mailman.
-The actual MX host varies, sometimes it was f.mx.mail.yahoo.com, sometimes it
was c.mx.mail.yahoo.com
-91.198.174.5 is lists.wikimedia.org
-Attached with the rejected message was an email sent with date 30 Aug 2009
(has yahoo been rejecting temporarily the emails since then??).
-An better url would be
http://help.yahoo.com/l/us/yahoo/mail/postmaster/errors/421-ts01.html

This error message indicates we are seeing unusual traffic from your IP
address and/or that emails from your mail server are generating complaints from
Yahoo! Mail users. Please note that this is a temporary error, and we encourage
you to retry sending emails to our servers approximately 4 hours after you
encounter this particular error.

If you are seeing this error consistently over a 48-hour period, we encourage
you to provide us with detailed information, including the complete error
message you see in your logs, by filling out this form. (Note: Please make sure
to select “Getting deferrals due to user complaints” in the form’s
dropdown menu.)

Subscribers shouldn't be merking the list messages as spam. And in case a spike
of emails sent from the lists triggered yahoo filters, they should refine them.

I have notified my affected users and manually reenabled their subscription.
Subscribers to other lists may not be so lucky.


-- 
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 20507] Yahoo 'temporarily' blocking lists.wikimedia.org emails

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20507


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

   What|Removed |Added

 CC||br...@wikimedia.org
 AssignedTo|wikibugs-   |m...@nedworks.org
   |l...@lists.wikimedia.org   |




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-09-04 23:48:33 UTC 
---
Mark, can you take a peek? 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 20508] New: Please enable Extention:NewUserMessage on en.Wikinews

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20508

   Summary: Please enable Extention:NewUserMessage on en.Wikinews
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://en.wikinews.org/wiki/Wikinews:Water_cooler/propos
als#Enable_Extention:NewUserMessage
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: w...@konsoletek.com


We (EN.WN) would like to have Extension:NewUserMEssage enabled on en.Wikinews
with (if possible) $wgNewUserSuppressRC = True; $wgNewUserMessageOnAutoCreate =
True; .   

Thank you.

Link for poll: 
http://en.wikinews.org/wiki/Wikinews:Water_cooler/proposals#Enable_Extention:NewUserMessage
For posterity: 
http://en.wikinews.org/w/index.php?title=Wikinews:Water_cooler/proposalsoldid=871223#Enable_Extention:NewUserMessage


-- 
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 20123] Try Beta is ambiguous

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20123


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

   What|Removed |Added

 CC||cbrown1...@gmail.com
 Resolution|INVALID |WONTFIX




-- 
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 20509] New: missing content of subject fileld in email method for Send me copies of e-mails I send to other users option

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20509

   Summary: missing content of subject fileld in email method for
Send me copies of e-mails I send to other users option
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Email
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: gangl...@torg.is
CC: gangl...@torg.is


Dear friends,

I tried to identify similar reports with the advanced search:
https://bugzilla.wikimedia.org/buglist.cgi?query_format=advancedshort_desc_type=allwordssubstrlong_desc_type=allwordssubstrlong_desc=email+copy+subjectorder=Bug+Number

special:Preferences contains the option
Send me copies of e-mails I send to other users

special:EmailUser/foo does not include a copy of the subject field in the
message send to the user which initiated the email / to the sender .

Normaly this subject line is used to clarify the message content, especially if
it is written from a wiki in a minority language or a nin-Latin script.

This should not be difficult to fix. Thanks in advance!

Best regards Reinhardt [[user:Gangleri]]


-- 
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 20447] RevDelete on revisions related to page moves should show checkboxes to also act upon relevant log entries

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20447





--- Comment #1 from Aaron Schulz jschulz_4...@msn.com  2009-09-05 04:47:27 
UTC ---
The null edit and the log entry are not linked in the DB, so this isn't really
possible now.

The log_seach could populate null_revision-rev ID-log ID and the log ID -
null_revision - rev IDs relationships 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 18180] Special:Export ignores parameters limit, dir and offset

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18180





--- Comment #4 from azl...@yahoo.com  2009-09-05 04:49:20 UTC ---
(In reply to comment #3)
 (In reply to comment #2)
  even if the history
  parameter is true or false.
  
 Instead of setting history=false , try setting history=0 or not setting
 history at all.
 

With true or false, I meant history=1 or history=0. 
Ignoring the parameter didn't work for me. 

This is the summary of my results:

curonly  history result

   -- full history
   1- current rev
   0- current rev
   -1 full history
   -0 full history
   00 current rev
   10 current rev
   01 current rev
   11 current rev



-- 
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 20510] New: Mark edits as vandalism edits using Undo

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20510

   Summary: Mark edits as vandalism edits using Undo
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: http://en.wikipedia.org/wiki/Wikipedia:Village_pump_%28p
roposals%29#Pure_vandalism_edits
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Recent changes
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: nolan.j.wh...@gmail.com


When using the Undo tool, users should be able to mark the edit that they are
reverting with a vandalism flag if they feel that it is appropriate.


-- 
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 20337] Oversight mailing list for the Simple English Wikipedia

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20337





--- Comment #15 from EVula ev...@evula.com  2009-09-05 05:23:56 UTC ---
Total agreement; I'm less concerned with what the mailing list name exactly is
(especially if this is coming just as you're considering a new naming scheme),
versus just having in at all. I trust that you won't name it
aardvark-orangejuice-l, Cary. ;)


-- 
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 20511] New: Edit minor flag and edit summary

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20511

   Summary: Edit minor flag and edit summary
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: History/Diffs
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: nolan.j.wh...@gmail.com


There should be a method to edit the minor flag, and at least your own edit
summaries. The easiest way that I can think of to implement that would be to
add them as editable fields to the old revision view of a page. That page is
missing the edit summary anyway, so this is technically two enhancements.


-- 
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 20510] Mark edits as vandalism edits using Undo

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20510


Mike.lifeguard mike.lifegu...@gmail.com changed:

   What|Removed |Added

 CC||mike.lifegu...@gmail.com
 Status|NEW |RESOLVED
 Resolution||WORKSFORME




--- Comment #1 from Mike.lifeguard mike.lifegu...@gmail.com  2009-09-05 
05:33:25 UTC ---
They can - that is what the edit summary is for.


-- 
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 20511] Make the minor edit flag editable

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20511


Mike.lifeguard mike.lifegu...@gmail.com changed:

   What|Removed |Added

 CC||mike.lifegu...@gmail.com
Summary|Edit minor flag and edit|Make the minor edit flag
   |summary |editable




--- Comment #1 from Mike.lifeguard mike.lifegu...@gmail.com  2009-09-05 
05:38:13 UTC ---
see bug 13937 for the edit summary

I don't see how this is really needed  to me it seems like feature creep/bloat
- I'd suggest WONTFIX unless a compelling use case can be demonstrated


-- 
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 18526] Improve hiding of usernames by looking for reverts with edit summaries containing the username

2009-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18526


Mike.lifeguard mike.lifegu...@gmail.com changed:

   What|Removed |Added

Summary|Improve hiding of usernames |Improve hiding of usernames
   |by looking for rv's with|by looking for reverts with
   |revealing edit summaries|edit summaries containing
   ||the username




--- Comment #5 from Mike.lifeguard mike.lifegu...@gmail.com  2009-09-05 
05:39:29 UTC ---
hopefully a clearer summary


-- 
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