[Bug 23285] Error received at Special:UserLogin causing intermittent failure to login

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23285

hieulugia...@gmail.com changed:

   What|Removed |Added

 CC||hieulugia...@gmail.com

--- Comment #19 from hieulugia...@gmail.com 2010-11-16 08:30:53 UTC ---
i'm able to reproduce this bug on www.mediawiki.org:
Here are the steps:
- login to the site as user A
- logout, select the login link at top right
- select send new password button, retrieve the password from email, and type
in the password, click login, the session hijack will show up.

work around:
- paste the password in again, and select login, it should success on the 2nd
time
- or completely close the browser, and launch new instance of the browser

-- 
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 25944] Styles are not loaded

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25944

--- Comment #3 from DaSch dasch...@gmx.net 2010-11-16 08:47:14 UTC ---
Here you can see the error, the SMW-Box at the bottom of the page has no styles
http://www.wecowi.de

-- 
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 25775] Remove top 5 reviewers in the last hour from Special:ValidationStatistics

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25775

--- Comment #10 from p858snake p858sn...@gmail.com 2010-11-16 08:59:55 UTC ---
(In reply to comment #9)
 Would this be OK user-wise on toolserver only again? I don't see a performance
 reason why a top X list can't be there.
It shouldn't be much worse than the edit counting tools already on there.

-- 
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 25920] preg_match cannot compile pattern in includes/IP.php

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25920

--- Comment #10 from Paul Oranje p.ora...@xs4all.nl 2010-11-16 09:24:31 UTC 
---
Version of PCRE according to phpinfo() is 6.6 06-Feb-2006.

-- 
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 25920] preg_match cannot compile pattern in includes/IP.php

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25920

--- Comment #11 from Aaron Schulz jschulz_4...@msn.com 2010-11-16 09:34:30 
UTC ---
(In reply to comment #8)
 It looks like (?(name)x|y) was actually the oldest named group assertion
 syntax, from Version 4.0 17-Feb-03.

I found another log entry in the changelog. It shows that named subpatterns in
conditionals were added in 6.7:

...Version 6.7 04-Jul-06...
13. Added the ability to use a named substring as a condition, using the
Python syntax: (?(name)yes|no). This overloads (?(R)... and names that
are numbers (not recommended). Forward references are permitted.

They must have been left out in 4.0 then. This now makes sense.

-- 
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 25946] recentchangestext is contentlanguage instead of userlanguage

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25946

Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com changed:

   What|Removed |Added

 CC||ialex.w...@gmail.com

--- Comment #1 from Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com 
2010-11-16 09:40:05 UTC ---
This was modified long ago in r6670. I would keep it by default in content
language since it generally holds a lot of content that would be hard to
translate in every language (see e.g. mediawiki.org). As stated in the commit
summary you can ask to add it to $wgForceUIMsgAsContentMsg for meta so that it
can be translated.

-- 
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 25944] Styles are not loaded

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25944

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

   What|Removed |Added

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

--- Comment #4 from Jeroen De Dauw jeroen_ded...@yahoo.com 2010-11-16 
09:56:04 UTC ---
(In reply to comment #3)
 Here you can see the error, the SMW-Box at the bottom of the page has no 
 styles
 http://www.wecowi.de

Ok, I see. It's not immediately clear to me what's going wrong when looking at
the code. I'll try to reproduce this and fix it if needed before the next SMW
release. Until then you can stick to MW 1.16 (where the styles should load
correctly), which I'd recommend loose from this issue, as many extensions are
not yet fully working with 1.17.

-- 
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 25948] Logo is not shown on pfl-wiki

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25948

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

   What|Removed |Added

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

--- Comment #2 from Chad H. innocentkil...@gmail.com 2010-11-16 11:40:19 UTC 
---


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

-- 
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 25871] Create the Palatinate German Wikipedia (wp/pfl)

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25871

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

   What|Removed |Added

 CC||i...@gno.de

--- Comment #5 from Chad H. innocentkil...@gmail.com 2010-11-16 11:40:19 UTC 
---
*** Bug 25948 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 23300] Nothing appears, whether asking for own window or not

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23300

cgraamans graam...@gmail.com changed:

   What|Removed |Added

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

--- Comment #1 from cgraamans graam...@gmail.com 2010-11-16 11:51:09 UTC ---
I think I had the same bug. It appears to be an error in the Javascript that
loads FCK.

I get the following in my Error Console in FF:
Error: oFCKeditor is undefined
Source File: http://somesiteswiki/index.php?title=Main_Pageaction=edit
Line: 319

This points to this bit of code:
oFCKeditor.ready = false;

You may also get an error mentioning wpTextbox1.

The error is quite simple to resolve though: The javascript in the extensions
directory is not being loaded (or seen as an actual wiki page) because there're
some rewrite rules set in Apache.

Try adding this line in your apache configuration:
RewriteCond %{REQUEST_URI}
!^/(stylesheets|images|skins|config|maintenance|extensions)/

[N.B. if you're not sure where to look: /etc/apache2/vhosts.d/vhosts.conf or in
your httpd.conf. It's in there somewhere.]

If you already have a line like this in your Apache config just add the
|extensions bit to the end of the pipe-separated string or modify the existing
rewrite conditions to exclude the extensions directory.

That should solve 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 25943] [[MediaWiki:Revreview-reject-text-revto]] - problem with $1

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25943

Leinad danny.lei...@gmail.com changed:

   What|Removed |Added

 CC||danny.lei...@gmail.com

--- Comment #2 from Leinad danny.lei...@gmail.com 2010-11-16 11:57:35 UTC ---
Then I made a mistake... I thought that $1 should output revision number or
user name :))

-- 
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 25949] New: Contribs and Deleted contribs should have a RevisionDeleted filter

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25949

   Summary: Contribs and Deleted contribs should have a
RevisionDeleted filter
   Product: MediaWiki
   Version: wikimedia-deployment
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: ft2.w...@gmail.com


With the introduction of RevisionDelete, it's become common that a problematic
post to a valid page is met by deleting the specific fields (REVDELETE) rather
than the whole revision. This presents a real problem when looking at a user's
editing history, because it's not easy to pick out whether there were past
edits that needed redaction, or to easily review them if so.

The idea of logs filtering for RevisionDelete has been raised. May I add a
request for contribs and deleted contribs to have a filter too. 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 25715] Doxygen seems to have stopped updating

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25715

--- Comment #6 from Reedy s...@reedyboy.net 2010-11-16 12:44:56 UTC ---
Just a ping Ryan, all looks good :)

-- 
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 25950] New: Link to the edit in the warn-log if user saved anyway.

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25950

   Summary: Link to the edit in the warn-log if user saved anyway.
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: AbuseFilter
AssignedTo: agarr...@wikimedia.org
ReportedBy: krinklem...@gmail.com
CC: wikibugs-l@lists.wikimedia.org


When a filter is set up to warn but not to prevent the edit, it would be nice
if when viewing the hits of a filter on the AbuseFilter-page or on Special:Log
for a particular page or user, when examining the details to have the
information: Did the user save anyway after the warning ? If yes, a link to
the diff would be handy.

Without this it means we have to go into the user's contributons page and page
back to around the time the abusefilter was logged and go through the edits.

The side-case is that when the user made a lot of edits but works in tabs,
there can be a delay of several minutes between the warning and the actual edit
making it even harder to trace.

When submitting the edit-form to be saved after a warning I think it's fairly
simple to pass the log-id like  is done with timestamp for edit conflicts. Once
saved the log-id is looked up and a diff-field is populated or something like
that so that when examining the abusefilter hit the diff can be found directly.

-- 
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 25951] New: Warn some users, prevent for others

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25951

   Summary: Warn some users, prevent for others
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: AbuseFilter
AssignedTo: agarr...@wikimedia.org
ReportedBy: krinklem...@gmail.com
CC: wikibugs-l@lists.wikimedia.org


Currently an abusefilter either warns, prevents or both.
But the conditions are the same.
It would prevent duplication to be able to set an abusefilter to warn for all,
but only prevent non-autoconfirmed users as example.

-- 
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 25946] recentchangestext is contentlanguage instead of userlanguage

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25946

--- Comment #2 from Krinkle krinklem...@gmail.com 2010-11-16 13:37:13 UTC ---
(In reply to comment #1)
 ..generally holds a lot of content that would be hard to
 translate in every language
I have no clue what you mean here.

The default line is:
http://translatewiki.net/wiki/MediaWiki:Recentchangestext/en
Track the most recent changes to the wiki on this page.
Which is as user-interface as can be, makes no sense to me for this to be in
content language as much as it doesn't make sense for the Sidebar, Tabs or
Footer to be in the content language.

If some users (WMF) decide to put entire tables, images, headings and links to
all sorts of stuff related to editing and counter-vandalism in this message
then they can translate it in all languages (like Commons and Meta do).

-- 
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 25899] Show header and footer stuff at both places

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25899

--- Comment #2 from Reedy s...@reedyboy.net 2010-11-16 13:57:23 UTC ---
Reedy ^demon, what do you think should be at the top and bottom then?
^demon Top should stay how it is, just center the arrows.
^demon Bottom could get the path that's also at top
Reedy Put count and path at bottom?
^demon Yeah
Reedy Sounds sane :)
Reedy Ta

-- 
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 25871] Create the Palatinate German Wikipedia (wp/pfl)

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25871

JeLuF je...@gmx.de changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #6 from JeLuF je...@gmx.de 2010-11-16 14:35:35 UTC ---
Your change has been completed.
Please reopen this ticket if anything went wrong.
The following configuration settings have been changed:
===
Index: InitialiseSettings.php
===
--- InitialiseSettings.php(revision 1329)
+++ InitialiseSettings.php(working copy)
@@ -596,7 +596,7 @@
 'pawiki'= '$stdlogo',
 'pcdwiki'   = '$stdlogo',
 'pdcwiki'   = '$stdlogo',
-'pflwiki'=
'http://commons.wikimedia.org/wiki/File:Wikipedia-logo-v2-pfl.png',
+'pflwiki'=
'http://upload.wikimedia.org/wikipedia/commons/5/50/Wikipedia-logo-v2-pfl.png',
 'pihwiki'   = '$stdlogo',
 'plwiki'=
'http://upload.wikimedia.org/wikipedia/commons/a/ad/Wikipedia-logo-v2-pl.png',
 'plwikimedia'   = '$stdlogo',
===
You can find the entire config file at
http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.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 16976] Wikis ready for creation (tracking)

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16976

Bug 16976 depends on bug 25871, which changed state.

Bug 25871 Summary: Create the Palatinate German Wikipedia (wp/pfl)
https://bugzilla.wikimedia.org/show_bug.cgi?id=25871

   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 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 25952] New: Current fundraiser site-notice is fiddly to dismiss.

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25952

   Summary: Current fundraiser site-notice is fiddly to dismiss.
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: w...@kennel17.co.uk


The current fundraising site-notice, Please read: A personal appeal from
Wikipedia found Jimmy Wales consists of a rather large banner, all of which is
a clickable link to the appeal page, plus a very tiny [x] button to dismiss the
banner.

I have had to dismiss this banner on several sites already (partly due to
accessing WP anonymously from various machines) and about 50% of the time I
miss the tiny tiny close link and end up on the appeal page.

I don't know how long the current banner is due to remain.  If it's only going
to be up for short while longer then it may not be worth fixing in this current
situation.  Either way, it should definitely be done differently in any future
site notices.

I would recommend that the link text and the 'read more' link click through to
the appeal, that the close button is made larger and that the background image
is not clickable at all (so if you miss the [x] you don't get taken to an
unexpected page, you just have another go at clicking).

-- 
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 25952] Current fundraiser site-notice is fiddly to dismiss.

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25952

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

   What|Removed |Added

 CC||roan.katt...@gmail.com
 AssignedTo|wikibug...@lists.wikimedia. |tf...@wikimedia.org
   |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 25374] Enable 'eliminator' flag on hiwiki and grant bureaucrats to add/remove this group

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25374

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

   What|Removed |Added

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

--- Comment #11 from Roan Kattouw roan.katt...@gmail.com 2010-11-16 15:05:31 
UTC ---
Done.

Index: wmf-config/InitialiseSettings.php
===
--- wmf-config/InitialiseSettings.php   (revision 1330)
+++ wmf-config/InitialiseSettings.php   (working copy)
@@ -5510,6 +5510,7 @@
'editprotected' = array( 'editprotected' = true ),
'interface_editor' = array( 'editinterface' = true ),
'flood'  = array( 'bot' = true ),
+   'eliminator' = array( 'delete' = true, 'undelete' = true,
'rollback' = true, 'browsearchive' = true ),
 ),
 'hrwiki' = array(
'patroller' = array( 'patrol' = true, 'autopatrol' = true,
'rollback' = true ),
@@ -5994,7 +5995,7 @@
'sysop' = array( 'patroller', 'autopatrolled' ),
 ),
 '+hiwiki' = array(
-   'bureaucrat' = array( 'interface_editor', 'flood', 'abusefilter',
),
+   'bureaucrat' = array( 'interface_editor', 'flood', 'abusefilter',
'eliminator' ),
'sysop' = array( 'confirmed', 'rollbacker', 'autopatrolled',
'editprotected', 'patroller', ),
 ),
 '+hrwiki' = array(
@@ -6263,7 +6264,7 @@
'sysop' = array( 'patroller', 'autopatrolled' ),
 ),
 '+hiwiki' = array(
-   'bureaucrat' = array( 'sysop', 'interface_editor', 'flood',
'abusefilter'),
+   'bureaucrat' = array( 'sysop', 'interface_editor', 'flood',
'abusefilter', 'eliminator' ),
'sysop' = array( 'confirmed', 'rollbacker', 'autopatrolled',
'editprotected', 'patroller', ),
 ),
 '+hrwiki' = array(

-- 
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 25953] New: blog tweaks

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25953

   Summary: blog tweaks
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://blog.wikimedia.org/blog/
OS/Version: All
Status: NEW
  Severity: trivial
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: bugzilla+org.wikime...@tuxmachine.com


* blog post URLs are in the form of
http://blog.wikimedia.org/blog//dd/dd/name/ so
http://blog.wikimedia.org/blog/ (a substring of the post URL) should be made to
do something useful not 404
* the blog header banner image should link somewhere to (the main blog page
probably)

-- 
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 25953] blog tweaks

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25953

Jeremy Baron bugzilla+org.wikime...@tuxmachine.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||bugzilla+org.wikime...@tuxm
   ||achine.com
 AssignedTo|wikibug...@lists.wikimedia. |bugzilla+org.wikime...@tuxm
   |org |achine.com

--- Comment #1 from Jeremy Baron bugzilla+org.wikime...@tuxmachine.com 
2010-11-16 15:30:24 UTC ---
assigning to me to get approval from communications. also what's the deal with
the weird smiley face to the left of the left 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 25715] Doxygen seems to have stopped updating

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25715

--- Comment #7 from Ryan Lane rlan...@gmail.com 2010-11-16 15:34:26 UTC ---
Cool. Closing this out 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 25925] increase $wgMinimalPasswordLength

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25925

--- Comment #9 from Platonides platoni...@gmail.com 2010-11-16 15:54:59 UTC 
---
That they can't login with a password too short was done on purpose in r9312

-- 
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 25939] references/ in ordered list or unordered list

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25939

--- Comment #1 from foma...@googlemail.com 2010-11-16 15:57:30 UTC ---
(In reply to comment #0)

The actual result in #0 was extracted from an extra div. The actual result
without an extra div is:

pText 1sup class=reference id=cite_ref-0a
href=#cite_note-0[1]/a/sup Text 2sup class=reference
id=cite_ref-1a href=#cite_note-1[2]/a/sup Text 3sup
class=reference id=cite_ref-2a href=#cite_note-2[3]/a/sup/p
ul
liItem 1
ol class=references
li id=cite_note-0a href=#cite_ref-0↑/a Ref 1/li
/ol
/li
/ul
ul
li id=cite_note-1a href=#cite_ref-1↑/a Ref 2/li
li id=cite_note-2a href=#cite_ref-2↑/a Ref 3/li
/ul
ul
liItem 2/li
/ul

-- 
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 24313] Please remove the Preference setting to Mark all edits minor by default from en.wiki

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24313

--- Comment #35 from Aryeh Gregor simetrical+wikib...@gmail.com 2010-11-16 
17:04:52 UTC ---
Yes, there's a chance.  Shell requests apparently aren't being done
systematically right now, though, or so I've heard, so I can't say what
timeframe it might happen in.

-- 
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 25955] New: Map created from Semantic results is never drawn

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25955

   Summary: Map created from Semantic results is never drawn
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Normal
 Component: SemanticMaps
AssignedTo: jeroen_ded...@yahoo.com
ReportedBy: corneelbooy...@hotmail.com


Created attachment 7821
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=7821
My LocalSettings file.

Setting up a new wiki I have the following Semantic Map features working:

Geocode and display_point:
http://semanticstreams.com/wiki117/index.php?title=Berlin

I am also able to use the display_map feature:
http://semanticstreams.com/wiki117/index.php?title=New_York

But when I try to display a map with Semantic Result - the map is never drawn:
http://semanticstreams.com/wiki117/index.php?title=Cities_in_Germany

-- 
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 25956] New: Semantic Query Results lack sort icons in Mediawiki 1.17a

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25956

   Summary: Semantic Query Results lack sort icons in Mediawiki
1.17a
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Normal
 Component: Semantic MediaWiki
AssignedTo: mar...@semantic-mediawiki.org
ReportedBy: corneelbooy...@hotmail.com
CC: jeroen_ded...@yahoo.com


Created attachment 7822
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=7822
My LocalSettings file.

I have two versions of mediawiki installed, where I use Semantic Queries.

In Mediawiki 1.15 the Semantic results have sortable columns (sort icons):
http://semanticstreams.com/wiki/index.php?title=Cities_in_England

In Mediawiki 1.17a the Semantic results does not have the sortable columns:
http://semanticstreams.com/wiki117/index.php?title=Cities_in_England

What should I do - to get the columns to be sortable in Mediawiki 1.17a?

-- 
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 25957] New: Update $wgTorIPs

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25957

   Summary: Update $wgTorIPs
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Keywords: shell
  Severity: major
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: platoni...@gmail.com


$wgTorIPs is currently array( '91.198.174.2', '208.80.152.2', '203.212.189.253'
);

which by reverse dns are rr.esams.wikimedia.org, rr.pmtpa.wikimedia.org and
rr.yaseo.wikimedia.org.

Those ips look outdated
* We no longer have machines at yaseo, 203.212.189.253 should be removed.
* rr.esams.wikimedia.org is at 91.198.174.232. Change 91.198.174.2 to
91.198.174.232
* secure is not listed there. Add 208.80.152.134

-- 
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 25957] Update $wgTorIPs

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25957

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

   What|Removed |Added

 CC||m...@nedworks.org,
   ||roan.katt...@gmail.com

--- Comment #1 from Roan Kattouw roan.katt...@gmail.com 2010-11-16 17:22:03 
UTC ---
Mark, could you figure out what the correct list is?

-- 
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 25958] New: thumb.php should work with ForeignAPIRepo

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25958

   Summary: thumb.php should work with ForeignAPIRepo
   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: b...@mzmcbride.com


It would be really nice if thumb.php worked with ForeignAPIRepo.

-- 
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 25916] SSL cert being lost at captchta page

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25916

Arthur Richards aricha...@wikimedia.org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #4 from Arthur Richards aricha...@wikimedia.org 2010-11-16 
19:22:08 UTC ---
This was deployed at 11:20am PST on 11/16/2010.  Judging by the minfraud logs
on the payments cluster, users are seeing captchas and succesfully passing
them.

-- 
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 25933] Characters in fields on interface limited

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25933

Arthur Richards aricha...@wikimedia.org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #3 from Arthur Richards aricha...@wikimedia.org 2010-11-16 
19:23:06 UTC ---
Fixed deployed 11:20am PST 11/16/2010

-- 
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 20962] Resource Loader javascript should support PLURAL like MediaWiki php

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20962

--- Comment #9 from Michael Dale d...@ucsc.edu 2010-11-16 19:25:40 UTC ---
Opps the patch does have a lot of unrelated stuff ... Would it be relatively
strait forward to exclude those files? Otherwise I will try and create a clean
version shortly.

-- 
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 23285] Error received at Special:UserLogin causing intermittent failure to login

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23285

--- Comment #20 from hieulugia...@gmail.com 2010-11-16 19:35:14 UTC ---
Created attachment 7823
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=7823
www.mediawiki.org hijacking session 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 25959] New: Big fish in the media bar

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25959

   Summary: Big fish in the media bar
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: Wiktionnaire:Wikidémie/novembre_2010#C.E2.80.99est_qui
_le_poisson
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: hubert.bos...@gmail.com


Hello,
Since this week we've encountered apparently with all the navigators a huge
fish image into of the sound bar.
It masks the text below and doesn't come from us (Common.js didn't change).
Could you please have a look?

-- 
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 25952] Current fundraiser site-notice is fiddly to dismiss.

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25952

Tomasz Finc tf...@wikimedia.org changed:

   What|Removed |Added

 AssignedTo|tf...@wikimedia.org |jalexan...@wikimedia.org

--- Comment #1 from Tomasz Finc tf...@wikimedia.org 2010-11-16 20:34:25 UTC 
---
Moving ticket to the content team.

-- 
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 5560] Feature request: Ajax autoloadable Recentchanges specialpage

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=5560

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #4 from Krinkle krinklem...@gmail.com 2010-11-16 20:38:59 UTC ---
I've been a tool doing this in javascript:
http://meta.wikimedia.org/wiki/User:Krinkle/Tools/Real-Time_Recent_Changes

Has been rewritten in April 2010 to work with any wiki, instead of just Commons
(which includes all WMF wikis and presumably other wikis aswell).

The tool also features hiding already patrolled uploads, filtering edits /
newpages / both, filter by username, order (chronologic or reversed) and
refresh interval and much more.

Can be used by including a single line of javascript in the users'
vector.js/monobook.js or as a Gadget or as a Sitewide script  in Common.js.

-- 
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 7851] Option not to receive confirmation of marking an article patrolled (or Ajax?)

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=7851

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #7 from Krinkle krinklem...@gmail.com 2010-11-16 20:49:41 UTC ---
I've ported a gadget on the English Wikipedia for new page patrol to a more
general script that works on any wiki (not just en.wikipedia) and works for
edit-patrol aswell:
http://meta.wikimedia.org/wiki/User:Krinkle/Scripts/AjaxPatrolLinks
Can be put in userscript, gadget or sitewide Commons.js of a wiki.
Should work on non-WMF wikis aswell.

Could be used as a base if and when this comes to core. It's just a few lines
of javascript really.
Could be made even shorter with jQuery (will do that soon).

-- 
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 12641] Mark changes patrolled when their diff page is edited

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12641

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #3 from Krinkle krinklem...@gmail.com 2010-11-16 20:56:37 UTC ---
I disagree that this should be assumed. A patroller isn't always on duty.
When a patroller browses through the history of page and edits at some point I
dont think it should be assumed that the edit is patrolled.

The way that patrol is used differs per wiki both within WMF and outside of
it. It's a toggleable of which the requirements are free to be intepreted by
each wiki. For that reason I think it is wrong to automatically patrol when
editing.

Besides, although it adds up, it's just another click. And with Ajaxpatrollinks
it's not even an extra page.

-- 
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 14352] No possibility to patrol from Special:Contributions/user

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14352

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com
  Component|Patroller   |Special pages
Version|any |1.17-svn
Product|MediaWiki extensions|MediaWiki

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

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


[Bug 17237] Better integration of patrol feature

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17237

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #5 from Krinkle krinklem...@gmail.com 2010-11-16 21:14:22 UTC ---
One thing to not forget is wgRCMaxAge, the patrols expire after wgRCMaxAge. If
moving this into recentchanges:
* the rev_patrolled needs to be NULL'ed if 0 after wgRCMaxAge (or introduce a
new variable wgMaxPatrolAge which by default is equal to wgRCMaxAge)
* when patrolling an edit the markpatrolled action need to update both revision
and recentchanges

-- 
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 18066] AbuseFilter log should be easier to patrol

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18066

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #3 from Krinkle krinklem...@gmail.com 2010-11-16 21:20:24 UTC ---
See also https://bugzilla.wikimedia.org/show_bug.cgi?id=25950 Link to the edit
in the warn-log if user saved anyway

-- 
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 14352] No possibility to patrol from Special:Contributions/user

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14352

--- Comment #3 from Krinkle krinklem...@gmail.com 2010-11-16 21:24:26 UTC ---
Changed component from 'MediaWiki Extensions  Patroller' to 'MediaWiki 
Special pages' as this is unrelated to the extension.

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

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


[Bug 23792] Add patrol options in history page

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23792

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #1 from Krinkle krinklem...@gmail.com 2010-11-16 21:25:42 UTC ---
See also the comments on bug 17237 which suggests adding rev_bot and
rev_patrolled (based on rc_bot and rc_patrolled) which would enable fixing this
bug without a JOIN to recentchanges.

-- 
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 14352] No possibility to patrol from Special:Contributions/user

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14352

--- Comment #4 from Krinkle krinklem...@gmail.com 2010-11-16 21:25:58 UTC ---
See also the comments on bug 17237 which suggests adding rev_bot and
rev_patrolled (based on rc_bot and rc_patrolled) which would enable fixing this
bug without a JOIN to recentchanges.

-- 
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 25959] When playing audio, gigantic OGG logo (fishy) appears stealing screen real-estate.

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25959

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

URL|Wiktionnaire:Wikidémie/nove |http://fr.wiktionary.org/wi
   |mbre_2010#C.E2.80.99est_qui |ki/Fichier:Poisson.JPG
   |_le_poisson |
 CC||bawolff...@gmail.com
  Component|General/Unknown |Video player
 AssignedTo|wikibug...@lists.wikimedia. |d...@ucsc.edu
   |org |
Product|Wikimedia   |mwEmbed
Summary|Big fish in the media bar   |When playing audio,
   ||gigantic OGG logo (fishy)
   ||appears stealing screen
   ||real-estate.

--- Comment #1 from Bawolff bawolff...@gmail.com 2010-11-16 22:24:27 UTC ---
Changing component to MwEmbed/Video player. I'm not sure if thats the correct
component, but its closer than Wikimedia.

I changed the url field to be the relevant screenshot -
http://fr.wiktionary.org/wiki/Fichier:Poisson.JPG

-- 
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 25960] New: Caconical links for File pages of files from a shared repo.

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25960

   Summary: Caconical links for File pages of files from a shared
repo.
   Product: MediaWiki
   Version: 1.17-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: krinklem...@gmail.com


A few times I caught myself trying an easy way to discover the local wiki a
file was (is!) on when it was moved to Commons, by Googling for the filename.

However instead of a result on Commons and one for the local wiki I get dozens
of pages filled with all results from each and every wiki that same file-page.

Can a link caconical be added on File-pages if the file is from a shared
repositary and a local page does not exist (ie. some en.wiki file pages have
Featured Picture-templates on the local page but the file is from Commons - in
this case the caconical link should not go to Commons.


--
Krinkle

-- 
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 25961] New: Admin password lost

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25961

   Summary: Admin password lost
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Mailing lists
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: faz...@gmail.com


I need to reset the unblock-pt-l's admin password. I posted the bug with the
same email account which administrates the list.

Thank you,
Fabio

-- 
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 25961] Admin password lost

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25961

Platonides platoni...@gmail.com changed:

   What|Removed |Added

   Keywords||shell
 CC||platoni...@gmail.com

-- 
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 14352] No possibility to patrol from Special:Contributions/user

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14352

Gurch matthew.brit...@btinternet.com changed:

   What|Removed |Added

 CC||matthew.brit...@btinternet.
   ||com

--- Comment #5 from Gurch matthew.brit...@btinternet.com 2010-11-16 23:21:05 
UTC ---
(In reply to comment #3)
 Changed component from 'MediaWiki Extensions  Patroller' to 'MediaWiki 
 Special pages' as this is unrelated to the extension.

There probably ought to be a separate category for patrolling.

-- 
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 24313] Please remove the Preference setting to Mark all edits minor by default from en.wiki

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24313

Tim Starling tstarl...@wikimedia.org changed:

   What|Removed |Added

   Keywords|shell   |

--- Comment #36 from Tim Starling tstarl...@wikimedia.org 2010-11-16 23:23:18 
UTC ---
I don't think it's a shell request unless someone writes the notification
script that I asked for in comment 22.

-- 
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 25962] New: Create enhanced version of importScript() which accept a callback function

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25962

   Summary: Create enhanced version of importScript() which accept
a callback function
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Resource Loader
AssignedTo: tpars...@wikimedia.org
ReportedBy: mybugs.m...@gmail.com
CC: roan.katt...@gmail.com


Hi!

It would be useful if RL could have a function similar to importScript() but
which accepted two parameters:
1) the page where the script is; and
2) a callback function which is executed after the script is imported

It could be something like: mw.loadPageScript( title, callback )

-- 
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 25960] Caconical links for File pages of files from a shared repo.

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25960

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #1 from Bawolff bawolff...@gmail.com 2010-11-16 23:32:35 UTC ---
My first reaction to this was I bet link rel=canonical... has to be in the
same domain, but apparently I am wrong -
http://googlewebmastercentral.blogspot.com/2009/12/handling-legitimate-cross-domain.html

-- 
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 25963] New: Recent changes patrol

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25963

   Summary: Recent changes patrol
   Product: MediaWiki
   Version: wikimedia-deployment
  Platform: All
   URL: http://sr.wikisource.org/sr/%D0%92%D0%B8%D0%BA%D0%B8%D
0%B7%D0%B2%D0%BE%D1%80%D0%BD%D0%B8%D0%BA:%D0%9F%D0%B8%
D1%81%D0%B0%D1%80%D0%BD%D0%B8%D1%86%D0%B0#%D0%9F%D0%B0
%D1%82%D1%80%D0%BE%D0%BB%D0%B8%D1%80%D0%B0%D1%9A%D0%B5
OS/Version: All
Status: NEW
  Keywords: shell
  Severity: normal
  Priority: Normal
 Component: Recent changes
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: emen1...@gmail.com


Hello. I'd like to request the enabling of Recent changes patrol for Serbian
Wikisource.

The community is very small and the only four relatively active users reached a
consensus about this. (see URL).

-- 
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 25962] Create enhanced version of importScript() which accept a callback function

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25962

Michael Dale d...@ucsc.edu changed:

   What|Removed |Added

 CC||d...@ucsc.edu

--- Comment #1 from Michael Dale d...@ucsc.edu 2010-11-16 23:41:54 UTC ---
to refine on that proposal, maybe resource loader supports name-spaced
wikititles so its easy to load lots of them at once via the existing mw.load
function. The old resource loader supported wiki titles by looking for the
pretext WT: followed by the Title Name ... so you can do something like
mw.load( ['WT:PageA', 'WT:PageB' ], callback ); and get all those wiki titles
in a single resource loader 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 25899] Show header and footer stuff at both places

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25899

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #3 from Reedy s...@reedyboy.net 2010-11-16 23:47:15 UTC ---
r76844, r76849, r76853, r76857

-- 
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 25964] New: This is not a bug

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25964

   Summary: This is not a bug
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: p858sn...@gmail.com


Someone apparently wants this version whilst the d/load server is down, and I
have no where better to upload.

-- 
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 25964] This is not a bug

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25964

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

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

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


[Bug 25958] thumb.php should work with ForeignAPIRepo

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25958

Derk-Jan Hartman hart...@videolan.org changed:

   What|Removed |Added

 CC||hart...@videolan.org

--- Comment #1 from Derk-Jan Hartman hart...@videolan.org 2010-11-17 00:00:01 
UTC ---
it doesn't  ?

-- 
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 25945] Canadian transactions failing AVS

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25945

Arthur Richards aricha...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||pbeaude...@wikimedia.org

--- Comment #1 from Arthur Richards aricha...@wikimedia.org 2010-11-17 
00:00:53 UTC ---
Most of the transactions that I've seen from the OTRS reports from Canadian
users have indeed failed AVS.  In fact, every one failed AVS for the 'street'
field.  

After looking a little deeper into how AVS works with PayPal, if we have AVS
enabled as a filter in our PayPal account (which we do), it is then up to the
card issuing bank whether or not to support an AVS query - it has nothing to do
with whether or not the person making the transaction is from the US or
'international'.  It is also /very/ difficult to gauge whether or not we're
seeing a disproportionate number of donations from Canada failing AVS compared
to their US counterparts.

There is a separate 'international AVS' filter which we do NOT use, but the
name is a bit of a misnomer.  Rather than do AVS for 'international' customers,
it just determines whether or not a credit card was issued from a US bank.

Now for some speculation: since /every/ one of the folks reporting to OTRS
about these issues speculated themselves that the problem was due to the fact
they couldn't select a Canadian province (which it absolutely is not), I
suspect that they leapt to this conclusion rather than attempt to correct any
other problems in the form.  Of course, I can't be sure, but that's what I
would do if I was in their shoes.  If this is the case, than this is at least
partly a design/user interface/experience issue.

I am going to send our PayPal rep an email about this and see if he can shed
any more light on what we're seeing and offer any suggestions of how to remedy
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 25960] Caconical links for File pages of files from a shared repo.

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25960

Derk-Jan Hartman hart...@videolan.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||hart...@videolan.org
 Resolution||FIXED

--- Comment #2 from Derk-Jan Hartman hart...@videolan.org 2010-11-17 00:23:42 
UTC ---
Done in r76867

-- 
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 25954] New: Map created from Semantic results is never drawn

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25954

   Summary: Map created from Semantic results is never drawn
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: RESOLVED
  Severity: major
  Priority: Normal
 Component: SemanticMaps
AssignedTo: jeroen_ded...@yahoo.com
ReportedBy: corneelbooy...@hotmail.com


Corneel Booysen corneelbooy...@hotmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

Setting up a new wiki I have the following Semantic Map features working:

Geocode and display_point:
http://semanticstreams.com/wiki117/index.php?title=Berlin

I am also able to use the display_map feature:
http://semanticstreams.com/wiki117/index.php?title=New_York

But when I try to display a map with Semantic Result - the map is never drawn:
http://semanticstreams.com/wiki117/index.php?title=Cities_in_Germany

--- Comment #1 from Corneel Booysen corneelbooy...@hotmail.com 2010-11-17 
00:25:47 UTC ---


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

-- 
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 25955] Map created from Semantic results is never drawn

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25955

--- Comment #1 from Corneel Booysen corneelbooy...@hotmail.com 2010-11-17 
00:25:47 UTC ---
*** Bug 25954 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 16753] Support Flash-based upload widget to handle multiple file selection

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16753

Neil Kandalgaonkar ne...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX

--- Comment #2 from Neil Kandalgaonkar ne...@wikimedia.org 2010-11-17 
00:26:23 UTC ---
For the foreseeable future, there will be no Flash, by verdict of the CTO  the
board.

-- 
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 488] Upload more than one file at a time

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=488

Bug 488 depends on bug 16753, which changed state.

Bug 16753 Summary: Support Flash-based upload widget to handle multiple file 
selection
https://bugzilla.wikimedia.org/show_bug.cgi?id=16753

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||WONTFIX

-- 
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 25814] Upload Stash gives apache error

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25814

Neil Kandalgaonkar ne...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Neil Kandalgaonkar ne...@wikimedia.org 2010-11-17 
00:28:14 UTC ---
The error is nicer now, and explains what the purpose of the page is, if you
load it without a particular file to view.

-- 
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 25965] New: UploadWizard steps appear before styling

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25965

   Summary: UploadWizard steps appear before styling
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: UploadWizard
AssignedTo: ne...@wikimedia.org
ReportedBy: ne...@wikimedia.org
CC: gpaum...@wikimedia.org, asha...@wikimedia.org


The unordered list that defines the steps of the wizard appears briefly before
the styling is downloaded.

These should be hidden or a spinner shown instead.

-- 
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 25966] New: styling for UploadWizard steps should not resemble links

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25966

   Summary: styling for UploadWizard steps should not resemble
links
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: UploadWizard
AssignedTo: ne...@wikimedia.org
ReportedBy: ne...@wikimedia.org
CC: gpaum...@wikimedia.org, asha...@wikimedia.org


UploadWizard steps should not resemble links.

The current step should have high contrast on a dark background.
Steps that are passed should have lower contrast on a less dark background.
Steps in the future should have lower contrast on a light background.

-- 
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 25967] New: Safari error when uploading multiple files

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25967

   Summary: Safari error when uploading multiple files
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: UploadWizard
AssignedTo: ne...@wikimedia.org
ReportedBy: hart...@videolan.org
CC: gpaum...@wikimedia.org, asha...@wikimedia.org


I tried to upload multiple files. In the release rights step, I only see one of
the files i decided to upload and in my console I have: 
combined.min.js:9216  TypeError: Result of expression
'_this.details.errorDuplicate' [undefined] is not a function.

Safari 5

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

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


[Bug 25968] New: JS error. button with no name

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25968

   Summary: JS error. button with no name
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: UploadWizard
AssignedTo: ne...@wikimedia.org
ReportedBy: hart...@videolan.org
CC: gpaum...@wikimedia.org, asha...@wikimedia.org


In the Describe page, I get:

combined.min.js:3061 button type=​button​Add​/button​ has no name
assigned

when clicking Next.
Safari 5

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


[Bug 25940] Add module(s) to add comments/set revision status

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25940

--- Comment #1 from Reedy s...@reedyboy.net 2010-11-17 00:51:15 UTC ---
Anyone suggest a name for this module?

action=??

-- 
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 25940] Add module(s) to add comments/set revision status

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25940

--- Comment #2 from Reedy s...@reedyboy.net 2010-11-17 01:00:10 UTC ---
Created attachment 7824
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=7824
Basic patch

Stashing a patch here (nowhere near complete), so I can use it on a different
machine later

Please don't mark the bug as patch, need-review etc :)

-- 
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 25940] Add API module(s) to add comments/set revision status

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25940

Reedy s...@reedyboy.net changed:

   What|Removed |Added

Summary|Add module(s) to add|Add API module(s) to add
   |comments/set revision   |comments/set revision
   |status  |status

--- Comment #3 from Reedy s...@reedyboy.net 2010-11-17 01:01:55 UTC ---
vvv action=codereview?
vvv action=reviewcode?
vvv action=codestatus?

-- 
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 25940] Add API module(s) to add comments/set revision status

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25940

--- Comment #4 from Reedy s...@reedyboy.net 2010-11-17 01:03:04 UTC ---
vvv Reedy: you may shorten it to updaterev

-- 
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 16753] Support Flash-based upload widget to handle multiple file selection

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16753

--- Comment #3 from Brion Vibber br...@pobox.com 2010-11-17 01:14:35 UTC ---
(In reply to comment #2)
 For the foreseeable future, there will be no Flash, by verdict of the CTO  
 the
 board.

When did the board reverse their previous policy? (No patent-encumbered data
formats, but Flash would be acceptable as a backwards-compatibility layer for
browsers not supporting newer web standards APIs)

-- 
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 14352] No possibility to patrol from Special:Contributions/user

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14352

--- Comment #6 from Krinkle krinklem...@gmail.com 2010-11-17 01:19:15 UTC ---
(In reply to comment #5)
 (In reply to comment #3)
  Changed component from 'MediaWiki Extensions  Patroller' to 'MediaWiki 
  Special pages' as this is unrelated to the extension.
 
 There probably ought to be a separate category for patrolling.

I agree, but this bug also is about Special:Contributions. But yeah, a seperate
category would make things easier to locate.

-- 
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 25960] Caconical links for File pages of files from a shared repo.

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25960

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #3 from Krinkle krinklem...@gmail.com 2010-11-17 01:24:17 UTC ---
Does this also happen when the File-page has a local file page aswell ?

There are many files on Commons that have a mini-page on en.wikipedia with just
a {{FeaturedPicture}} template on it.
MediaWiki handles these local filepages without media as a header for the
shared image description and is displayed between the .sharedUploadNotice and
#shared-image-desc.

Example: http://en.wikipedia.org/wiki/File:NURBS_3-D_surface.gif
This file is on Commons, and description too but it has a local description
aswell

I suggest adding another condition to the if statement added in r76867 to see
if a local page exists, in that case don't create the canonical link.

-- 
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 24313] Please remove the Preference setting to Mark all edits minor by default from en.wiki

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24313

--- Comment #37 from Brad Jorsch b-jor...@alum.northwestern.edu 2010-11-17 
01:38:47 UTC ---
(In reply to comment #36)
 I don't think it's a shell request unless someone writes the notification
 script that I asked for in comment 22.

Bah. Provide a list of users to be notified and we'll have a bot do 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 16753] Support Flash-based upload widget to handle multiple file selection

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16753

Michael Dale d...@ucsc.edu changed:

   What|Removed |Added

 CC||d...@ucsc.edu

--- Comment #4 from Michael Dale d...@ucsc.edu 2010-11-17 01:42:44 UTC ---
There is a thread on the commons mailing list about this subject I think its 
there is some confusion. 
http://lists.wikimedia.org/pipermail/commons-l/2010-September/thread.html

I don't think any board member said we could not hook into proprietary
components for backwards compatible layers. Taken literally that would be mean
no IE specific javascript code.

-- 
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 25958] thumb.php should work with ForeignAPIRepo

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25958

--- Comment #2 from MZMcBride b...@mzmcbride.com 2010-11-17 01:46:44 UTC ---
I get the following error using MediaWiki 1.16.0:

Error generating thumbnail
The source file for the specified thumbnail does not exist.

-- 
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 25963] Recent changes patrol

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25963

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com
  Component|Recent changes  |Site requests
Version|wikimedia-deployment|unspecified
Product|MediaWiki   |Wikimedia

-- 
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 25963] Eenable of Recent changes patrol for Serbian Wikisource (sr.wikisource.org)

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25963

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com
Summary|Recent changes patrol   |Eenable of Recent changes
   ||patrol for Serbian
   ||Wikisource
   ||(sr.wikisource.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 25963] Enable of Recent changes patrol for Serbian Wikisource (sr.wikisource.org)

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25963

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

Summary|Eenable of Recent changes   |Enable of Recent changes
   |patrol for Serbian  |patrol for Serbian
   |Wikisource  |Wikisource
   |(sr.wikisource.org) |(sr.wikisource.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 25938] move default styles out of BannerController to prevent page blanking

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25938

Ryan Kaldari rkald...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Ryan Kaldari rkald...@wikimedia.org 2010-11-17 03:12:39 
UTC ---
Fixed on live.

-- 
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 25969] New: Installation/ Upgrade impossible when database name contains hyphen

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25969

   Summary: Installation/ Upgrade impossible when database name
contains hyphen
   Product: MediaWiki
   Version: 1.17-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: blocker
  Priority: Normal
 Component: Installation
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: accnospam...@yahoo.de
CC: innocentkil...@gmail.com


Some providers use a hyphen as part of the databasenames (e.g. hosteurope.de).

Example: db-

The db- cannot be changed by the user, it's fixed.

The mediawiki installation script breaks with an error (invalid database name).

In my case, an older mediawiki-database exists, but cannot be upgraded with the
new installer, clean install won't work either.

-- 
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 25955] Map created from Semantic results is never drawn

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25955

--- Comment #2 from Jeroen De Dauw jeroen_ded...@yahoo.com 2010-11-17 
07:25:16 UTC ---
(In reply to comment #0)

Can you give updating to the latest svn trunk version a try, and if that
doesn't work use the latest release (0.7.2)?

-- 
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 25956] Semantic Query Results lack sort icons in Mediawiki 1.17a

2010-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25956

--- Comment #1 from Jeroen De Dauw jeroen_ded...@yahoo.com 2010-11-17 
07:35:20 UTC ---
(In reply to comment #0)

SMW  1.5.3 is not compatible with MW = 1.17 alpha. You can either upgrade SMW
to 1.5.3 or downgrade MW to 1.16.

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