[Bug 19415] New: option to supress section edit links with action=render

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19415

   Summary: option to supress section edit links with action=render
   Product: MediaWiki
   Version: 1.16-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Page rendering
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: brightb...@gmail.com


action=render is often used to pull the rendered html of an article for
inclusion in a different context. more often than not, edit links are not
desired in that context. So it would be nice if they could be disabled.


-- 
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 19416] New: Apply consistent borders to GeSHi-generated code blocks

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19416

   Summary: Apply consistent borders to GeSHi-generated code blocks
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: http://en.wikipedia.org/wiki/Wikipedia:Village_pump_(tec
hnical)#GeSHi_update
OS/Version: All
Status: NEW
  Keywords: easy
  Severity: enhancement
  Priority: Normal
 Component: SyntaxHighlight (GeSHi)
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: h...@goldrush.com


Per the above thread (and various IRC requests), borders seem to be missed
(having disappeared in monobook and some other skins after bug 10967). But
other than applying a fake pre border specific to each skin, such as
http://p.defau.lt/?1_9Ng5QbM8zr6CBYeMv9YA (fragile and hard to upkeep), there
is no good way to perfectly emulate the various pre borders in various skins
(other than to have the geshi extension code output an extrenuous pre
wrapper).

Suggested then is to give the output a single pixel black border, with similar
padding to the monobook pre, eg:

div.mw-geshi {padding: 1em; margin:1em 0; border: 1px solid black;}

This would apply to all skins, be overridable with local or user CSS or
userContent.css, and generally let code stand off nicely. IMHO. It would also
be left off of enclose=span for inline customization.

Related bugs: bug 11274 and bug 16324 dealt with adding a class to make this
possible at the user/project level.


-- 
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 19363] Localize auto-summaries

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19363


Siebrand siebr...@wikipedia.be changed:

   What|Removed |Added

 CC||siebr...@wikipedia.be
 Status|REOPENED|RESOLVED
 Resolution||WONTFIX




--- Comment #13 from Siebrand siebr...@wikipedia.be  2009-06-27 08:12:42 UTC 
---
Closing WONTFIX. Original reporter seems to agree in comment 12.


-- 
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 19416] Apply consistent borders to GeSHi-generated code blocks

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19416





--- Comment #1 from Obsolete obsolete@gmail.com  2009-06-27 08:26:45 UTC 
---
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 19393] Feeds format dates in content language and other messages in user language

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19393


Siebrand siebr...@wikipedia.be changed:

   What|Removed |Added

 CC||siebr...@wikipedia.be




--- Comment #1 from Siebrand siebr...@wikipedia.be  2009-06-27 08:29:06 UTC 
---
Hmm, tough one. The above is not a fix I think. It's killing one symptom. First
question is: should a feed always be in content language? If so, all text
elemenents should be checked and rendered in the content language.

Is anyone able to provide clarity on the expected behaviour of the feed with
regards to language?


-- 
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 19417] New: line number missing by action=parseprop=sections

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19417

   Summary: line number missing by action=parseprop=sections
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: dr.tri...@surfeu.ch
CC: bryan.tongm...@gmail.com, vasi...@gmail.com,
soxre...@gmail.com


action=parseprop=sections should list the line number of the section on the
page,
because now it is very hard/impossible to assign the section to the correct
line
in page text (wiki text, not HTML).
With the information about the line number it would become possible to break
down
the full page text (e.g. from action=queryprop=revisionsrvprop=content) into
sections and synchronize it with the output of action=parseprop=sections and
link
those sections properly. Thank you very much.


-- 
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 19418] New: Bengali Wikipedia's LocalSettings.php

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19418

   Summary: Bengali Wikipedia's LocalSettings.php
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://bn.wikipedia.org/wiki/MediaWiki:Upload-url
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: jayanta...@gmail.com


Hi. We want to change the link to Special:Upload from the toolbox on the
Bengali Wikipedia and replace it with this link
http://bn.wikipedia.org/wiki/উইকিপেডিয়া:আপলোড
(http://bn.wikipedia.org/wiki/%E0%A6%89%E0%A6%87%E0%A6%95%E0%A6%BF%E0%A6%AA%E0%A7%87%E0%A6%A1%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE:%E0%A6%86%E0%A6%AA%E0%A6%B2%E0%A7%8B%E0%A6%A1)

and also Can the developers set the value of $wgUploadNavigationUrl in the
Bengali Wikipedia's LocalSettings.php


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


[Bug 19418] Bengali Wikipedia's LocalSettings.php

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19418


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

   What|Removed |Added

 CC||p858sn...@yahoo.com.au
  Component|General/Unknown |Site requests




--- Comment #1 from p858snake p858sn...@yahoo.com.au  2009-06-27 09:43:43 UTC 
---
Changed Component: General/Unknown → Site Requests

Also please show a link to community consensus for this change.


-- 
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 19418] Bengali Wikipedia's LocalSettings.php

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19418





--- Comment #2 from Jayanta Nath jayanta...@gmail.com  2009-06-27 10:00:32 
UTC ---
Ok, I am jayanta Nath and my user name in Bengali Wikipedia is
http://bn.wikipedia.org/wiki/user:Joy  and  I am an Admin also. Please see our
activities
http://toolserver.org/~vvv/adminstats.php?wiki=bnwiki_ptlimit=15768000.

an also 'wgMetaNamespace' = for Bengali Wikipedia  currently set as 'bnwiki'=
'উইকিপেডিয়া',this is wrong spelling and only this
namespace for this wiki  please change  this to 'bnwiki'=
'উইকিপিডিয়া', (for check if you can see in
http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php page in
Wikis, alphabetically by DB name 'bnwiki' = 'উইকিপিডিয়া'
this is write spell in Bengali wiki.)


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


[Bug 19419] New: Clicking on Start a new discussion link on non-existent pages does not work

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19419

   Summary: Clicking on Start a new discussion link on non-
existent pages does not work
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: http://wiki.werdn.us/test/view/Talk:New_page
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: LiquidThreads
AssignedTo: agarr...@wikimedia.org
ReportedBy: vasi...@gmail.com
CC: davemcc...@gmail.com


See URL. Whenever I click Start a new discussion on page with no header, it
redirects me back to the talk page. Removing redlink=1 helps.


-- 
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 19393] Feeds format dates in content language and other messages in user language

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19393





--- Comment #2 from Mormegil morme...@centrum.cz  2009-06-27 10:23:50 UTC ---
I don’t think this is a tough bug... The tough thing is in bug #19391. This
is just a trivial fix, so that the feed is at least _consistent_. Note that
currently, _everything except the date_ is in the user’s language, not
content language. (Heck, the date itself is just one of parameters to wfMsg,
not wfMsgForContent!)

The issue whether the feed should be changed to use the content language always
(and how to achieve that nontrivial problem – think about the formatting of
log entries in the feed!) would be better debated in bug #19391, IMHO. (I have
also provided a link to a relevant bug #17868 there.)


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


[Bug 19420] New: Spanish wikipedia XML dump errors

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19420

   Summary: Spanish wikipedia XML dump errors
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: blocker
  Priority: Normal
 Component: Downloads
AssignedTo: tf...@wikimedia.org
ReportedBy: capellan2...@gmail.com


Recently, browsing the spanish wiki dump (pages-articles.xml)
from 2009 June 15, noticed that many articles shows
wrong contents and redirections. Thousands articles
displays these problems.

For example:

Raúl Brandão redirects to Aklan
Yo argentino redirects to Orquesta Sinfónica de la Universidad de Concepción
Anexo:Descubridores de Planetas Menores shows Categoría:Música clásica de
Chile, etc...
Zea perennis redirects to Provincia de Quirino
Joseph-Hector Fiocco shows Raúl Brandão
Orquesta Sinfónica de Concepción redirects to Yo, argentino
Orquesta Sinfónica Universidad de Concepción shows Anexo:Descubridores de
Planetas Menores
Categoría:Esculturas del Románico shows Zea perennis
Cuatro días de setiembre shows Joseph-Hector Fiocco
Halloween: Resurección redirects to Orquesta Sinfónica de la Universidad de
Concepción
Derecho de representación redirects to Orquesta Sinfónica de la Universidad
de Concepción
ONE (single) redirects to Cuatro días de septiembre
Data East Corporation redirects to Derecho de representación (España)
Caso Sanlúcar shows Rencor apasionado
etc...

This error is more frecuent in the last articles of the dump,
than in the beginning articles.

Notice that any website that uses this XML dump, will shows the
same errors, so for this reason i mark this problem as blocker.

If you need an extensive list of these pages, i could create it,
although will take me a few days to verify that every article
had content and redirection problems.


-- 
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 19157] createAndPromote error on bad password

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19157


^demon innocentkil...@gmail.com changed:

   What|Removed |Added

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




--- Comment #5 from ^demon innocentkil...@gmail.com  2009-06-27 16:54:00 UTC 
---
Fixed in r52494 in trunk. Will merge to branch later.


-- 
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 19133] Maintenance script cleanup

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19133


Bug 19133 depends on bug 19157, which changed state.

Bug 19157 Summary: createAndPromote error on bad password
https://bugzilla.wikimedia.org/show_bug.cgi?id=19157

   What|Old Value   |New Value

 Status|REOPENED|RESOLVED
 Resolution||FIXED



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

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


[Bug 19391] The feed on Special:RecentChanges is cached in random language

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19391





--- Comment #2 from Mormegil morme...@centrum.cz  2009-06-27 18:31:49 UTC ---
When I looked at the source, I was surprised to see that, indeed, the cached RC
feed data does not expire. I believe this is just a plain bug: the feed data
should expire after 24 h, just like its timestamp does (adding a patch in a
while).

So, assuming this gets fixed, the feed is cached only for languages somebody
requested, and only for at most 24 h.

If that does not look acceptable to you, we are left with only the other option
I mentioned: force content language always. But, that means saying “no” to
the users requesting otherwise (see that bug #17868), and is not completely
trivial – you will probably need to set wgLang to wgContLang during feed
rendering (or refactor at least FeedUtils::formatDiff (and possibly other
places) to explicitly pass the language to use; (mmm… that $wgUser-getSkin()
seems interesting, too…).

Oh, in fact, we do have yet another option: keep the functionality as it is,
only if wgLang!=wgContLang, do not cache the feed. But that would be a
possibility to a DOS attack or something like that. (Or, we could use much
shorter cache timeouts for those languages.)


-- 
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 19391] The feed on Special:RecentChanges is cached in random language

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19391





--- Comment #3 from Mormegil morme...@centrum.cz  2009-06-27 18:33:18 UTC ---
Created an attachment (id=6278)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=6278)
Use expiration not only for the timestamp, but also for the feed data

Currently, the feed timestamp stored in the cache expires in 24 hours, but the
feed data does not expire at all, which is nonsense, since the data is used
only if the timestamp is found in the cache.


-- 
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 19421] New: UserBoard login redirect broken (patch proposed)

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19421

   Summary: UserBoard login redirect broken (patch proposed)
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: http://www.mediawiki.org/wiki/Extension_talk:SocialProfi
le#No_Such_Special_Page_error
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: SocialProfile
AssignedTo: j...@countervandalism.net
ReportedBy: ivoluc...@gmail.com


This presumes that you have the SocialProfile extension installed and working.

The redirect code in SocialUserBoard.php, function execute() is broken.  If
someone isn't logged in, and they attempt to use a notification link or access
a UserBoard, they receive a No such special page message.

As described here
[http://www.mediawiki.org/wiki/Extension_talk:SocialProfile#No_Such_Special_Page_error]
there is a one line fix.

The redirect in SocialUserBoard.php, function execute() should probably read
thus:
   $wgOut-redirect( $login-getFullURL(returnto=Special:UserBoard)
);

This fix was found by comparing the working code in
UserViewRelationshipRequests.php


-- 
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 19421] UserBoard login redirect broken (patch proposed)

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19421


Jack Phoenix j...@countervandalism.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #1 from Jack Phoenix j...@countervandalism.net  2009-06-27 
21:24:51 UTC ---
Fixed in r52499, thank you for the patch.


-- 
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 19422] New: Add a substitution parameter to Ipbreason-dropdown

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19422

   Summary: Add a substitution parameter to Ipbreason-dropdown
   Product: MediaWiki
   Version: 1.16-svn
  Platform: All
   URL: http://commons.wikimedia.org/w/index.php?title=MediaWiki
:Ipbreason-dropdowndiff=21908346oldid=15356612
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: User interface
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: platoni...@gmail.com


Add a substitution parameter to Ipbreason-dropdown, so the predefined messages
can get links to pages dependant of the user being blocked.


-- 
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 13551] Unable to upload particular file to Commons

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13551


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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Comment #3 from Mike.lifeguard mike.lifegu...@gmail.com  2009-06-27 
22:29:14 UTC ---
(In reply to comment #2)
 Without the original file, we have no real way of looking into this. Unless 
 the
 reporter can get us that, I suggest INVALID.
 

done


-- 
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 5230] Usernames with initial-lowercase letters need to be cleaned up across Wikimedia projects

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=5230


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

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||DUPLICATE




--- Comment #5 from Mike.lifeguard mike.lifegu...@gmail.com  2009-06-27 
22:33:23 UTC ---
This is a specific case of bug 3507 - duped.

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


-- 
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 3507] Invalid usernames on Wikimedia web sites

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3507


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

   What|Removed |Added

 CC||gangl...@torg.is




--- Comment #6 from Mike.lifeguard mike.lifegu...@gmail.com  2009-06-27 
22:33:23 UTC ---
*** Bug 5230 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 16660] Database table cleanup (tracking)

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16660


Bug 16660 depends on bug 5230, which changed state.

Bug 5230 Summary: Usernames with initial-lowercase letters need to be cleaned 
up across Wikimedia projects
https://bugzilla.wikimedia.org/show_bug.cgi?id=5230

   What|Old Value   |New Value

 Status|REOPENED|RESOLVED
 Resolution||DUPLICATE



-- 
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 8552] SVG renderer does not support the pattern tag

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8552


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

   What|Removed |Added

 CC||mike.lifegu...@gmail.com




--- Comment #11 from Mike.lifeguard mike.lifegu...@gmail.com  2009-06-27 
22:37:55 UTC ---
Have we ruled out different verions of librsvg on different servers? If so,
it's a software bug, not shell ( being an upstream bug could be closed as
invalid per comment 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 8668] Enable captcha for anonymous page creation on Spanish Wikipedia

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8668


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

   What|Removed |Added

 CC||mike.lifegu...@gmail.com




--- Comment #7 from Mike.lifeguard mike.lifegu...@gmail.com  2009-06-27 
22:38:49 UTC ---
Is this still relevant several years later?


-- 
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 14407] CentralAuth global session doesn't include incubator

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14407


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

   What|Removed |Added

Summary|CentralAuth global session  |CentralAuth global session
   |not including wikispecies,  |doesn't include incubator
   |incubator   |




--- Comment #21 from Mike.lifeguard mike.lifegu...@gmail.com  2009-06-27 
22:43:13 UTC ---
(In reply to comment #20)
 Added species to the session setup list per request.
 

Changed summary accordingly.


-- 
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 14716] Grant noratelimit right to the editor group in the Hungarian Wikipedia

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14716


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

   What|Removed |Added

 CC||mike.lifegu...@gmail.com




--- Comment #3 from Mike.lifeguard mike.lifegu...@gmail.com  2009-06-27 
22:44:37 UTC ---
(In reply to comment #2)
 Rename limit is also causing problems.

Please open a separate request for other issues.


-- 
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 14727] Upgrade to Ploticus 2.41 to fix non-conformant XHTML in EasyTimeline

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14727


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

   What|Removed |Added

 CC||mike.lifegu...@gmail.com
Summary|Non-conformant XHTML in |Upgrade to Ploticus 2.41 to
   |EasyTimeline|fix non-conformant XHTML in
   ||EasyTimeline




-- 
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 14727] Upgrade to Ploticus 2.41 to fix non-conformant XHTML in EasyTimeline

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14727





--- Comment #13 from Mike.lifeguard mike.lifegu...@gmail.com  2009-06-27 
22:47:01 UTC ---
I guess leaving this assigned to Erik doesn't make much sense as it's a shell
request.


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

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


[Bug 14727] Upgrade to Ploticus 2.41 to fix non-conformant XHTML in EasyTimeline

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14727


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

   What|Removed |Added

 AssignedTo|erikzac...@infodisiac.com   |wikibugs-
   ||l...@lists.wikimedia.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 15357] Redirect dk.wiktionary and dk.wikibooks to da.wiktionary and da.wikibooks respectively.

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15357


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

   What|Removed |Added

 CC||mike.lifegu...@gmail.com
URL|http://dk.wiktionary.org and|
   |http://dk.wikibooks.org |
  Component|Site requests   |DNS
Summary|please link dk to da|Redirect dk.wiktionary and
   ||dk.wikibooks to
   ||da.wiktionary and
   ||da.wikibooks respectively.




--- Comment #1 from Mike.lifeguard mike.lifegu...@gmail.com  2009-06-27 
22:50:57 UTC ---
Do you want the whole domain to redirect, or just those particular URIs?

I think we use DNS component for this.


-- 
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 16812] Request for a Dutch version of labs

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16812


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

   What|Removed |Added

 CC||br...@wikimedia.org




--- Comment #7 from Mike.lifeguard mike.lifegu...@gmail.com  2009-06-27 
22:58:45 UTC ---
Adding Brion to CC to let us know whether this is going to happen 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 15828] Disable the prevent talk page editing feature on blocked editors

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15828


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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #3 from Mike.lifeguard mike.lifegu...@gmail.com  2009-06-27 
23:00:45 UTC ---
Fixed in r41403.


-- 
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 17471] Default our search box to Search instead of Go on Commons

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17471





--- Comment #3 from Mike.lifeguard mike.lifegu...@gmail.com  2009-06-27 
23:04:55 UTC ---
(In reply to comment #2)
 Does anyone know what the configuration variable is for doing this? According
 to http://www.mediawiki.org/wiki/Manual:Configuration_settings#Search the
 closest thing is
 http://www.mediawiki.org/wiki/Manual:$wgUseTwoButtonsSearchForm which does not
 do what is asked for.
 

Are we sure this is ready for the shell? What setting are they changing to get
the requested effect?


-- 
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 17487] mail password per user rate limit should be global for SUL accounts

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17487





--- Comment #22 from Mike.lifeguard mike.lifegu...@gmail.com  2009-06-27 
23:09:32 UTC ---
(In reply to comment #20)
 Changing summary again.
 globaluser table doesn't have a gu_user_newpass_time field, but
 gu_password_reset_expiration can be used for that same purpose.
 
 How painful would be removing gu_password_reset_expiration and adding
 gu_user_newpass_time?
 Column changes are always an annoyance but using different semantics to 
 achieve
 the same suck.
 

So then there's nothing to do on shell (unless I misunderstand)?


-- 
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 16812] Request for a Dutch version of labs

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16812


Siebrand siebr...@wikipedia.be changed:

   What|Removed |Added

 CC||siebr...@wikipedia.be
  Component|General/Unknown |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 17909] Search suggest broken for an exist article on de.wiki

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17909


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

   What|Removed |Added

 CC||mike.lifegu...@gmail.com




--- Comment #2 from Mike.lifeguard mike.lifegu...@gmail.com  2009-06-27 
23:11:38 UTC ---
Note this is still occurring.


-- 
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 18479] Set $wgUseDynamicDates = false for the English Wikipedia

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18479


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

   What|Removed |Added

 CC||mike.lifegu...@gmail.com




--- Comment #12 from Mike.lifeguard mike.lifegu...@gmail.com  2009-06-27 
23:15:47 UTC ---
Please don't use bugzilla as a discussion forum. This is about setting
$wgUseDynamicDates = false on enwiki, per consensus as shown in the URL field.
Unless your comment furthers that objective it's not relevant 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 18479] Set $wgUseDynamicDates = false for the English Wikipedia

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18479


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

   What|Removed |Added

URL||http://en.wikipedia.org/wiki
   ||/Wikipedia:Date_formatting_a
   ||nd_linking_poll




-- 
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 16053] Wikimedia error message is unclear when url contains amp;

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16053


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

   What|Removed |Added

 CC||mike.lifegu...@gmail.com,
   ||domas.mitu...@microlink.lt




--- Comment #2 from Mike.lifeguard mike.lifegu...@gmail.com  2009-06-27 
23:19:04 UTC ---
Adding Domas to CC as (I think) he set up squid to give this error.


-- 
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 17487] mail password per user rate limit should be global for SUL accounts

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17487


Platonides platoni...@gmail.com changed:

   What|Removed |Added

 CC||domas.mitu...@microlink.lt
   Keywords|shell   |




--- Comment #23 from Platonides platoni...@gmail.com  2009-06-27 23:32:36 UTC 
---
You're right.

First we need to agree which field is going to be used.

Then it needs to be coded.

Domas/Tim would that be an acceptable schema change?


-- 
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 19423] New: The initial file description page uses caption in the user's language instead of content language

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19423

   Summary: The initial file description page uses caption in the
user's language instead of content language
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: http://commons.wikimedia.org/w/index.php?oldid=12338337#
.D9.85.D9.84.D8.AE.D8.B5
OS/Version: All
Status: NEW
  Keywords: easy, need-review, patch
  Severity: normal
  Priority: Normal
 Component: Uploading
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: morme...@centrum.cz


Created an attachment (id=6279)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=6279)
filedesc should use wfMsgForContent, as license does

During a file upload, a file description page is created, containing the
summary and the chosen license. But one of the captions on the page (the first
one, i.e. “Summary” in English) is selected from the user’s UI language,
not from the content language, even though the message is going to end in the
page text. (Note that the other caption, “Licensing:” is correctly in the
content language – see r11619.)

(It’s hard to believe that this bug has been not reported yet, but I was not
able to find 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 19372] updateSearchIndex has MySQLisms

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19372


jida...@jidanni.org changed:

   What|Removed |Added

 CC||jida...@jidanni.org




--- Comment #5 from jida...@jidanni.org  2009-06-28 01:11:59 UTC ---
More mysqlisms in bug 18291?


-- 
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 19399] navigation elements overlap site notice.

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19399


jida...@jidanni.org changed:

   What|Removed |Added

 CC||jida...@jidanni.org
 Blocks||18832
   Keywords||accessibility




-- 
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 18832] Alternative sitenotice accessibility for users with limited JavaScript support

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18832


jida...@jidanni.org changed:

   What|Removed |Added

 Depends on||19399




-- 
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 19158] Logged in as another user

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19158


Pharos pharosofalexand...@gmail.com changed:

   What|Removed |Added

 CC||pharosofalexand...@gmail.com




--- Comment #5 from Pharos pharosofalexand...@gmail.com  2009-06-28 01:54:24 
UTC ---
Happened to me today on en.wikipedia.

My username is Pharos, and the other fellow's is John Darrow

http://en.wikipedia.org/wiki/User_talk:John_Darrow#Major_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 18479] Set $wgUseDynamicDates = false for the English Wikipedia

2009-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18479





--- Comment #13 from locke.cole.w...@gmail.com  2009-06-28 02:21:28 UTC ---
That URL does *NOT* show consensus. It shows NO CONSENSUS. Stop trolling.


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