[Bug 6802] MySQL-specific queries in /profileinfo.php

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6802





--- Comment #2 from Karun Dambiec ka...@fastmail.fm  2009-05-03 07:11:44 UTC 
---
Created an attachment (id=6083)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=6083)
replaces mysql specific code with code that is not database specific

I have modified the code that was mysql specific to use the similiar standard
at http://www.mediawiki.org/wiki/Manual:Database_access so that the page will
work with PostGreSQL


-- 
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 6802] MySQL-specific queries in /profileinfo.php

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6802


Karun Dambiec ka...@fastmail.fm changed:

   What|Removed |Added

  Component|General/Unknown |Database
   Keywords|need-review |
   Priority|Lowest  |Normal
Version|1.8-svn |1.15-svn




-- 
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 6802] MySQL-specific queries in /profileinfo.php

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6802


Karun Dambiec ka...@fastmail.fm changed:

   What|Removed |Added

   Severity|enhancement |normal
   Keywords||need-review




-- 
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 6802] MySQL-specific queries in /profileinfo.php

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6802


Alexandre Emsenhuber [IAlex] alex.emsenhu...@bluewin.ch changed:

   What|Removed |Added

 CC||alex.emsenhu...@bluewin.ch
   Keywords||postgresql




-- 
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 18654] EditPage.php needs rewrite

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18654


Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

 CC||niklas.laxst...@gmail.com




--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com  2009-05-03 
07:30:45 UTC ---
I'd like to add that customising the edit page, or rather using its components
elsewhere is very hard if not impossible.


-- 
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 18657] Special:Log on en.wikipedia giving database error

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18657


Domas Mituzas domas.mitu...@gmail.com changed:

   What|Removed |Added

 CC||domas.mitu...@gmail.com




--- Comment #1 from Domas Mituzas domas.mitu...@gmail.com  2009-05-03 
08:28:05 UTC ---
For now I've synced in livehack, to get it to FIXED we probably have to think
how to fix it for everyone within MediaWiki:

===
--- includes/specials/SpecialLog.php(revision 48811)
+++ includes/specials/SpecialLog.php(working copy)
@@ -55,6 +55,10 @@
# Create a LogPager item to get the results and a LogEventsList item to
format them...
$loglist = new LogEventsList( $wgUser-getSkin(), $wgOut, 0 );
$pager = new LogPager( $loglist, $type, $user, $title, $pattern,
array(), $y, $m, $tagFilter );
+   // Live hack - if no (or few) log entries have change tags, 
+   // optimizer returns low index cardinality, so MySQL thinks the join
will go over MAX_JOIN_SIZE
+   // Domas, May 3, 2009
+   $pager-mDb-query(SET SQL_BIG_SELECTS=1,$fname,true);
# Set title and add header
$loglist-showHeader( $pager-getType() );
# Show form options


-- 
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 3043] RSS feed link should have silly orange icon

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3043


Danny B. dann...@email.cz changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |




--- Comment #26 from Danny B. dann...@email.cz  2009-05-03 10:53:32 UTC ---
Broken by r47615 or some of it followups. Reopening until fixed again.


-- 
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 3646] RSS, Atom, XML syndication feeds (tracking)

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3646


Bug 3646 depends on bug 3043, which changed state.

Bug 3043 Summary: RSS feed link should have silly orange icon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3043

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |



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

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


[Bug 12788] CSS (tracking)

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12788


Bug 12788 depends on bug 3043, which changed state.

Bug 3043 Summary: RSS feed link should have silly orange icon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3043

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |



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

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


[Bug 12788] CSS (tracking)

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12788


Danny B. dann...@email.cz changed:

   What|Removed |Added

 Depends on||1061, 18207




-- 
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 1061] CSS-added icons next to links display through the text and makes it unreadable in RTL

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1061


Danny B. dann...@email.cz changed:

   What|Removed |Added

 Blocks||12788




-- 
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 18207] Strange spacing before [[irc:...]] links

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18207


Danny B. dann...@email.cz changed:

   What|Removed |Added

 Blocks||12788




-- 
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 18626] MySQL Connection dies with error 61

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18626





--- Comment #5 from Seth Rees s...@wikimetru.com  2009-05-03 15:05:16 UTC ---
Nothing's wrong with the php.ini in the MediaWiki direcory: it just defines a
session save path.


-- 
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 18659] New: Indefinate Blocking of IP's

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18659

   Summary: Indefinate Blocking of IP's
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: AbuseFilter
AssignedTo: agarr...@wikimedia.org
ReportedBy: bretthillebr...@internode.on.net
CC: wikibugs-l@lists.wikimedia.org


The abuse filter, in its current state, indefs blocks IP Addresses when the
block action is enabled. Can this be changed so that the filter not only
differentiates between accounts and IP's but so you can set the block
durration?


-- 
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 18660] New: Enable Global Blocking Support

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18660

   Summary: Enable Global Blocking Support
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: AbuseFilter
AssignedTo: agarr...@wikimedia.org
ReportedBy: bretthillebr...@internode.on.net
CC: wikibugs-l@lists.wikimedia.org


Since the Abuse Filter supports global filters, Can it also support Global
Blocking?


-- 
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 18661] New: Wrap tags in an identifying span

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18661

   Summary: Wrap tags in an identifying span
   Product: MediaWiki
   Version: 1.15-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Page rendering
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: happy-me...@live.com


Currently the li entry is given classes corresponding to any tags that are
applied to the edit, which is great, but the tag text itself is not identified.
 This is undesirable not only because it means tags can't be styled, but also
because there is no easy way for a script to identify all the tags on a page.  

li class=mw-tag-references_removed(cur) (prev) 17:27, 2 May 2009
12.42.5.195 (talk | block) (61,195 bytes) (Corrected wrong genre) (undo)
(references removed)/li

becomes:

li class=mw-tag-references_removed(cur) (prev) 17:27, 2 May 2009
12.42.5.195 (talk | block) (61,195 bytes) (Corrected wrong genre) (undo) span
class=mw-tag(references removed)/span/li


-- 
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 16985] Special:Nuke shows always 1 edit

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16985





--- Comment #1 from Nakon nakonw...@gmail.com  2009-05-03 17:58:19 UTC ---
Created an attachment (id=6084)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=6084)
Pulls the correct number of edits for an article

patch included


-- 
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 16985] Special:Nuke shows always 1 edit

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16985


Nakon nakonw...@gmail.com changed:

   What|Removed |Added

 CC||nakonw...@gmail.com
   Keywords||patch




-- 
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 18303] Output a canonical form to IRC RC feed (never localized!)

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18303


Mike.lifeguard mikelifegu...@fastmail.fm changed:

   What|Removed |Added

 CC||mikelifegu...@fastmail.fm




--- Comment #1 from Mike.lifeguard mikelifegu...@fastmail.fm  2009-05-03 
19:12:19 UTC ---
Even worse, we're seeing localized entries in the log:

# (show/hide) 23:28, 1 May 2009 Thogo (Talk | contribs | block) changed status
for global account User:someth...@global: Set gesperrt; Unset (keine) ‎
(crosswiki abuse) 


-- 
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 18662] New: edittoken broken on test.wp when specifying json callback

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18662

   Summary: edittoken broken on test.wp when specifying json
callback
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: hart...@videolan.org
CC: bryan.tongm...@gmail.com, vasi...@gmail.com


works:
http://test.wikipedia.org/w/api.php?format=jsonfmaction=queryprop=inforvprop=contentintoken=edittitles=User:TheDJ

broken:
http://test.wikipedia.org/w/api.php?format=jsonfmcallback=darn_itaction=queryprop=inforvprop=contentintoken=edittitles=User:TheDJ

results in:
warnings: {
info: {
*: Unrecognized value for parameter 'intoken': edit


-- 
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 18662] edittoken broken on test.wp when specifying json callback

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18662


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

   What|Removed |Added

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




--- Comment #1 from Roan Kattouw roan.katt...@gmail.com  2009-05-03 20:09:13 
UTC ---
This is expected behavior: when JSON is used with callback, tokens and other
user-specific data are not supplied for security reasons. This is documented at
http://www.mediawiki.org/wiki/API:Data_formats#JSON_callback_restrictions


-- 
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 18663] New: __NOGALLERY__ prevents categories from displaying the total number of pages

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18663

   Summary: __NOGALLERY__  prevents categories from displaying the
total number of pages
   Product: MediaWiki
   Version: 1.15-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Categories
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: brad9...@gmail.com


__NOGALLERY__ occasionally prevents the The following xxx files are in this
category, out of xxx total. from displaying. Instead, it says The following
xxx pages are in the current category. See [[:commons:Category:Deletion
requests]] for an example. This only seems to happen when the category has more
than 200 members. If the __NOGALLERY__ is removed, the category has no problem
showing the total number regardless of size.


-- 
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 18069] CSS valid code

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18069


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

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||WONTFIX




--- Comment #5 from ^demon innocentkil...@gmail.com  2009-05-03 21:37:18 UTC 
---
Reverted in r50160 per comments on code review. 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 18664] New: Relative URIs in interwiki links table causes failed redirects

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18664

   Summary: Relative URIs in interwiki links table causes failed
redirects
   Product: MediaWiki
   Version: 1.14.0
  Platform: All
   URL: http://ru.wikifur.com/
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: Redirects
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: greenrea...@hotmail.com


Created an attachment (id=6085)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=6085)
Support protocol-relative URLs in wfExpandUrl (includes/GlobalFunctions.php
1.14.0)

We use protocol-relative URIs like //es.wikifur.com in our interwiki table to
reduce the size of the output - all our sites are on http:, so there's no need
for the language links to have http: at the front.

This works great in pages, but fails when people use a URL like this:
http://ru.wikifur.com/es:Test

This should go to:
http://es.wikifur.com/wiki/Test

However, the resulting redirect is to the following invalid URI:
http://ru.wikifur.com//es.wikifur.com/wiki/Test

I tracked this down to wfExpandUrl in includes/GlobalFunctions.php, which tests
for $url starting with '/' (i.e. site-relative URIs) and just returns the URI
in this case. Having '//' at the front was probably not considered.

A patch is attached which attempts to work around this. It also provide for
absolute URIs rather than relative ones by extracting the current protocol from
$wgServer. Absolute URIs are required in Location: by the HTTP 1.1 standard,
though most browsers will accept relative ones (Lynx grumbles about it).

There may be a better way to do it, or a better place to patch; I did not find
where this code is called from.


-- 
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 5527] job-queue insert appears to fail for highly used templates

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=5527


Rocket000 brad9...@gmail.com changed:

   What|Removed |Added

 CC||brad9...@gmail.com
 Status|RESOLVED|REOPENED
 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 18664] Relative URIs in interwiki links table causes failed redirects

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18664


Laurence Parry greenrea...@hotmail.com changed:

   What|Removed |Added

   Keywords||patch




-- 
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 18665] New: Mailinglist for the no.wp bureaucrats

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18665

   Summary: Mailinglist for the no.wp bureaucrats
   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: atlux...@gmail.com


Hello

no.wp bureaucrats would like a mailinglist. It should be a private list.

I am not sure about the spelling, but a correct name would be one of

wikino-bureaucrats
or
wikino-bureacrats

Cheers


-- 
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 18003] action=opensearch documentation in API help shows format -

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18003


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

   What|Removed |Added

 CC||br...@wikimedia.org
 Status|RESOLVED|REOPENED
 Resolution|FIXED   |




--- Comment #3 from Brion Vibber br...@wikimedia.org  2009-05-03 22:30:43 UTC 
---
This looks like it'll hide the parameter instead of documenting it correctly...


-- 
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 16497] Paginate Special:AllMessages

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16497


Happy-melon happy-me...@live.com changed:

   What|Removed |Added

Attachment #5634 is|0   |1
   obsolete||




--- Comment #14 from Happy-melon happy-me...@live.com  2009-05-03 22:34:30 
UTC ---
Created an attachment (id=6086)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=6086)
Paginate Special:Allmessages using TablePager, against r50159

I've been working on a complete solution to this and related bugs, using the
TablePager class that is used in, for instance, CodeReview and the AbuseFilter.
 This framework provides a nice way to paginate large data sets such as
Allmessages.  Notable features include:

*Server-side filtering by customisation state (modified, unmodified or all),
and  by prefix
*Integrated language selection
*No horizontal scrolling
*No javascript :D

The one aspect of the implementation that I'm not entirely happy with is the
need to pretend, for the benefit of TablePager and its parent IndexPager, that
the data was drawn entirely from the database.  To do this, I had to write a
FakeResultWrapper class that could be loaded with the message array and that
would then spit out the results in the manner IndexPager expects from a real
database.  The alternative was to overload so many of IndexPager's core methods
(extractResultInfo, getBody and formatRow, at least) as to rather defeat the
object of using the framework in the first place.  With the FakeResultWrapper, 
new features would have to be implemented to ResultWrapper itself, and utilised
in TablePager, in order to cause breakages.

The only breaking change is the removal of the variable output formats; only
HTML is now supported.  Both PHP and XML-formatted lists are now available
through the API; this should certainly be the access point for scripts that
need a machine-readable list of the messages.  The PHP output was added almost
exactly five years ago (r3454), from the time when message defaults were still
specified in the database, XML 18 months ago (r27389).  I'll CC both
committers, but I think that this functionality should be accessed through the
API. Admittedly there is currently no way to get the 'original' message through
the API, but that's a separate bug.

comments/criticisms would be much appreciated. The patch only blanks
phase3/skins/common/allmessages.js for some reason; that file is actually now
unused and can be deleted.


-- 
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 16497] Paginate Special:AllMessages

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16497


Happy-melon happy-me...@live.com changed:

   What|Removed |Added

 CC||vasi...@gmail.com, happy-
   ||me...@live.com
 Depends on||18620
URL||http://hmwiki.x10hosting.com
   ||/wiki/Special:AllMessages
   Keywords||need-review, patch
Version|1.14-svn|1.15-svn




-- 
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 18620] Improve TablePager (patch)

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18620


Happy-melon happy-me...@live.com changed:

   What|Removed |Added

 Blocks||16497




-- 
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 18666] New: Requesting show/hide links in various places

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18666

   Summary: Requesting show/hide links in various places
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Deleting
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: dmcde...@cox.net
CC: jschulz_4...@msn.com


There are at least three or four main places that I have noticed that
revisiondelete show/hide links would be useful. First, the user contributions
page, since often every edit of an account needs suppression, and their list of
contributions is the logical place to do that from. Also,
Special:DeletedContributions, for the same reason. As well, the links are only
on the main Special:Undelete page for an article, but not at deleted diffs or
revisions.

As well, I'm not sure why the links show up next to every entry in the
suppression log, when they can't be clicked, and just take up space.


-- 
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 16497] Paginate Special:AllMessages

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16497





--- Comment #15 from ^demon innocentkil...@gmail.com  2009-05-03 22:42:50 UTC 
---
Applies cleanly and works well here. Have a strict standards bug though, on
line 92 of the patched SpecialAllmessages.php:

Non-static method TablePager::getHiddenFields() should not be called
statically, assuming $this from incompatible context


-- 
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 18666] Requesting show/hide links in various places

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18666


Sam Korn sam.k...@gmail.com changed:

   What|Removed |Added

 CC||sam.k...@gmail.com




--- Comment #1 from Sam Korn sam.k...@gmail.com  2009-05-03 22:48:39 UTC ---
It would also be useful to have a show/hide link on an old revision of a page. 
A link is present on diffs, but not on the single-revision view.


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

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


[Bug 18666] Add revisiondelete show/hide links in various places

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18666


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

   What|Removed |Added

Summary|Requesting show/hide links|Add revisiondelete
   |in various places   |show/hide links in various
   ||places




--- Comment #2 from Brion Vibber br...@wikimedia.org  2009-05-03 22:50:55 UTC 
---
Clarified summary.


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

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


[Bug 18667] New: Non-existent account names with double underscores in Special:ListUsers

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18667

   Summary: Non-existent account names with double underscores in
Special:ListUsers
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: http://en.wikipedia.org/w/index.php?title=Special%3AList
Usersusername=Exclamation+mark+_group=limit=10
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: dmcde...@cox.net


Account names with double underscores persist in Special:ListUsers, even though
clicking on them will tell you the account doesn't exist. As a result, they
can't be blocked, or hidden from the list with HideUser. See the URL for an
example from en.wp


-- 
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 17850] Please create newprojects-l for announcing the creation of new wikis

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17850


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

   What|Removed |Added

 CC||cbrown1...@gmail.com
 AssignedTo|wikibugs-   |cb...@wikimedia.org
   |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 18664] Relative URIs in interwiki links table causes failed redirects

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18664


Laurence Parry greenrea...@hotmail.com changed:

   What|Removed |Added

Attachment #6085 is|0   |1
   obsolete||




--- Comment #1 from Laurence Parry greenrea...@hotmail.com  2009-05-04 
00:00:40 UTC ---
Created an attachment (id=6087)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=6087)
Somewhat better-formatted patch


-- 
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 18665] Mailinglist for the no.wp bureaucrats

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18665


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

   What|Removed |Added

 CC||cbrown1...@gmail.com
 AssignedTo|wikibugs-   |cb...@wikimedia.org
   |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 18662] edittoken broken on test.wp when specifying json callback

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18662





--- Comment #2 from Splarka h...@goldrush.com  2009-05-04 01:19:36 UTC ---
Should this be duped to 16616 or left open as a separate issue catcher?


-- 
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 18668] New: [[Special:Tags]] message shouldn't be hardcoded

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18668

   Summary: [[Special:Tags]] message shouldn't be hardcoded
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: http://en.wikipedia.org/wiki/Special:Tags
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: AbuseFilter
AssignedTo: agarr...@wikimedia.org
ReportedBy: p858sn...@yahoo.com.au
CC: wikibugs-l@lists.wikimedia.org


The message (This page lists the tags that the software may mark an edit with,
and their meaning.) displayed at the top of [[Special:Tags]] should be
controlled by a interface message (Mediawiki Namespace) and not hardcoded.

Or at least changed to clearly state it is a action by abuse filter and not the
software (mediawiki) tagging the edit.


-- 
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 18668] [[Special:Tags]] message shouldn't be hardcoded

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18668


Andrew Garrett agarr...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Comment #1 from Andrew Garrett agarr...@wikimedia.org  2009-05-04 
01:49:20 UTC ---
It's already a MediaWiki message (tags-intro), like all other text on every
other special page in the universe.

http://en.wikipedia.org/wiki/MediaWiki:Tags-intro


-- 
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 18663] __NOGALLERY__ prevents categories from displaying the total number of pages

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18663





--- Comment #1 from Splarka h...@goldrush.com  2009-05-04 01:54:42 UTC ---
It seems to simply confuse the category count method:
http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/CategoryPage.php?view=annotate#l466

This has come up before, but I don't see an open bug for 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 18669] New: Tag interface for end users is confusing and unintuitive

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18669

   Summary: Tag interface for end users is confusing and unintuitive
   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: pub...@mzmcbride.com


Tags in Special:Contributions, Special:RecentChanges, etc. show to end users,
but we've been getting questions everywhere about where the feature came from.
The tags need a tooltip or need a way to link to a help page of some sort. Lots
of confusion comes from people's edits being marked as (personal attack) or
whatever and not having any idea how the tag got there (or even what tags are).

Some UI improvement is needed.


-- 
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 18670] New: Create ability to remove tags from edits / actions

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18670

   Summary: Create ability to remove tags from edits / actions
   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: pub...@mzmcbride.com


Currently there's no way to remove tags from edits or actions. If an
AbuseFilter filter calls a legitimate edit (spam) or (possible civility issue)
or something and it really isn't, there needs to be a way to remove the tag
from the edit or action. Especially given that the tags are permanent.


-- 
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 18671] New: Create Tags component in MediaWiki product in Bugzilla

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18671

   Summary: Create Tags component in MediaWiki product in Bugzilla
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Bugzilla
AssignedTo: br...@wikimedia.org
ReportedBy: pub...@mzmcbride.com


Please create a Tags component in the MediaWiki product in Bugzilla. Tags are
currently only added by the AbuseFilter and TorBlock, but they are a part of
the core software and being able to find only tags-related bugs would be quite
helpful.

If there's an objection to adding a new component, please at least modify
https://bugzilla.wikimedia.org/describecomponents.cgi?product=MediaWiki to
describe where tags-related bugs should be filed.


-- 
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 18672] New: Change Tags structure to use numeric IDs instead of text

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18672

   Summary: Change Tags structure to use numeric IDs instead of text
   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: pub...@mzmcbride.com


Currently the Tags core feature is using text names to refer to individual
tags. Referring to the tags using an ID number seems like a much better
solution overall.

It avoids typos or poor naming choices from being stored in the database
forever (and in the MediaWiki: messages). It also ensures cleaner database
results, allows for easier joining with other tables in the future (for outside
extensions), and avoids the general nastiness of allowing (apparently) any
character in the tag name, including question marks, quotation marks,
ampersands, etc.

Awaiting vociferous opposition and a rapid close.


-- 
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 18629] Release MediaWiki 1.15 (tracking)

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18629





--- Comment #13 from Tim Starling tstarl...@wikimedia.org  2009-05-04 
03:10:03 UTC ---
I think the extension backports (r48899, r50074, r50075, r50133) can be done by
the extension maintainers. There's no need for me to review them since they
won't be in the release tarball. 


-- 
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 18673] New: Prioritization system for flagged revisions

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18673

   Summary: Prioritization system for flagged revisions
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: FlaggedRevs
AssignedTo: jschulz_4...@msn.com
ReportedBy: cenarium.sy...@gmail.com


A possible extension to FlaggedRevs would be to be able to set up priorities
for articles, by allowing reviewers to mark an article as 'high-priority', and
make Special:OldReviewedPages filterable by high-priority articles (and maybe
other more minor things like adding distinctive marks in recent changes or
allow watchlist filtering too).

It may be used for example due to high visibility or sensitivity, as those
articles are generally more urgent to review (especially for passive
implementations). For active configurations too, as articles with lots of views
tend to be edited more, so it would help to reduce cases where a user edits an
old reviewed page.

An interface where reviewers can mark an article as normal or high priority, a
log, and maybe a special page listing all high-priority articles would be
needed.


-- 
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 18674] New: History page excessively cluttered, esp. with suppressrevision

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18674

   Summary: History page excessively cluttered, esp. with
suppressrevision
   Product: MediaWiki
   Version: 1.16-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: History/Diffs
AssignedTo: jschulz_4...@msn.com
ReportedBy: tstarl...@wikimedia.org


I would like to enable suppressrevision/deleterevision for sysops by default,
for a default MediaWiki install. But the history page interface is excessively
cluttered and confusing. While this might not be a problem for Wikipedia's
elite, I think it may be overwhelming for someone using MediaWiki for the first
time. 

Can we please have a method for hiding the less commonly used items on the
history page, to be shown when a link or button is clicked? I'm especially
interested in hiding the show/hide link and checkbox. Additionally hiding the
comparison radio buttons would also be good, since the usability initiative
found them to be distracting.


-- 
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 18274] Parser Cache's {{SERVER}} becomes localhost with maintenance scripts

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18274





--- Comment #9 from jida...@jidanni.org  2009-05-04 04:14:10 UTC ---
It seems we really can't blame MediaWiki for not being able to figure
out our site's URL when a maintenance script is being run.

We must give it hints depending on our individual site, as I have done in
http://www.mediawiki.org/wiki/Manual:Wiki_family#Ultimate_minimalist_solution

However, a script should still bomb out with an error instead of
guessing localhost.


-- 
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 18675] New: Create game namespace on Hebrew Wikisource

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18675

   Summary: Create game namespace on Hebrew Wikisource
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://he.wikisource.org
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: wikibugs
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: erel...@gmail.com


A namespace is needed at Hebrew Wikisource for text-related games.

The namespace should be משחק (four characters) and corresponding
talkspace should be שיחת משחק.


-- 
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 18675] Create game namespace on Hebrew Wikisource

2009-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18675


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

   What|Removed |Added

 CC||p858sn...@yahoo.com.au




--- Comment #1 from p858snake p858sn...@yahoo.com.au  2009-05-04 04:26:03 UTC 
---
Please show a link to a consenus showing that namespace is wanted.


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

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