[Bug 17571] Slight tweak to category redirects

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17571


Philip Tzou philip@gmail.com changed:

   What|Removed |Added

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




--- Comment #2 from Philip Tzou philip@gmail.com  2009-02-20 06:49:27 UTC 
---
May fixed in r47530.


-- 
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 17581] New: Duplicated indexes (Postgres)

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17581

   Summary: Duplicated indexes (Postgres)
   Product: MediaWiki
   Version: 1.15-svn
  Platform: All
OS/Version: All
Status: NEW
  Keywords: postgresql
  Severity: enhancement
  Priority: Normal
 Component: Database
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: overlo...@gmail.com
Blocks: 384


Dont know why I never noticed it before, but between tables.sql and
updaters.inc they both specify an index with the same values but each calls it
a different thing:

tables.sql:
CREATE INDEX rc_timestamp_bot   ON recentchanges (rc_timestamp) WHERE rc_bot =
0;

updaters.inc:
 array(recentchanges, rc_timestamp_nobot, (rc_timestamp) WHERE rc_bot =
0),

So either/or should probably be changed to reflect the same name.


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

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


[Bug 384] PostgreSQL/pgsql support (tracking)

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=384


Brent G overlo...@gmail.com changed:

   What|Removed |Added

 Depends on||17581




-- 
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 17582] New: Strict Standards: Declaration of FRCacheUpdate::insertJobs() should be compatible with that of HTMLCacheUpdate::insertJobs

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17582

   Summary: Strict Standards:  Declaration of
FRCacheUpdate::insertJobs() should be compatible with
that of HTMLCacheUpdate::insertJobs
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: FlaggedRevs
AssignedTo: jschulz_4...@msn.com
ReportedBy: raimond.spekk...@gmail.com


Spotted in my local installation at [[Special:Preferences]]:

bStrict Standards/b:  Declaration of FRCacheUpdate::insertJobs() should be
compatible with that of HTMLCacheUpdate::insertJobs() in
bF:\xampp\htdocs\wiki2\extensions\FlaggedRevs\FRCacheUpdate.php/b on line
b3/bbr /


-- 
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 17583] New: 1movedto2 and 1movedto2_redir used inconsistently

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17583

   Summary: 1movedto2 and 1movedto2_redir used inconsistently
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Internationalization
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: niklas.laxst...@gmail.com


Definition of the messages are of form: moved [[$1]] to [[$2]]

However some code in ChangeList.php is passing html links to it:

# [[x]] moved to [[y]]
$msg = ( $rc-mAttribs['rc_type'] == RC_MOVE ) ? '1movedto2' :
'1movedto2_redir';
$s .= wfMsg( $msg, $this-skin-makeKnownLinkObj( $rc-getTitle(), '',
'redirect=no' ),
  $this-skin-makeKnownLinkObj( $rc-getMovedToTitle(), '' ) );
--
// Page moves
if( $rc_type == RC_MOVE || $rc_type == RC_MOVE_OVER_REDIRECT ) {
  $msg = ( $rc_type == RC_MOVE ) ? 1movedto2 : 1movedto2_redir;
  $clink = wfMsg( $msg, $this-skin-makeKnownLinkObj( $rc-getTitle(), '',
'redirect=no' ),
 $this-skin-makeKnownLinkObj( $rc-getMovedToTitle(), '' ) );

The code should either be fixed, or if it is obsolete (from the time before new
logging system), it should perhaps be removed.


-- 
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 384] PostgreSQL/pgsql support (tracking)

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=384


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

   What|Removed |Added

 Depends on||15816




-- 
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 17227] r46460 breaks non-MySQL databases: table tag_summary does not exist

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17227


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

   What|Removed |Added

 CC||alex.emsenhu...@bluewin.ch
 Blocks||384
 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #1 from Alexandre Emsenhuber [IAlex] alex.emsenhu...@bluewin.ch  
2009-02-20 09:16:35 UTC ---
was fixed in r46875.


-- 
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 384] PostgreSQL/pgsql support (tracking)

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=384


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

   What|Removed |Added

 Depends on||17227




-- 
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 384] PostgreSQL/pgsql support (tracking)

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=384


Bug 384 depends on bug 17581, which changed state.

Bug 17581 Summary: Duplicated indexes (Postgres)
https://bugzilla.wikimedia.org/show_bug.cgi?id=17581

   What|Old Value   |New Value

 Status|NEW |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 17585] New: Hide legende on Special:Specialpages from non-privileged users

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17585

   Summary: Hide legende on Special:Specialpages from non-privileged
users
   Product: MediaWiki
   Version: 1.15-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: bugzilla.wikime...@publi.purodha.net
CC: bugzilla.wikime...@publi.purodha.net


There is a legende Special:Specialpages towards the end which
is completely useless to non-privileged users, and may be even
bewildering. If there is no distinction of styles made in the
page, i.e. a user has no access right to any priveleged items,
the legende can and should be spared.

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 17586] New: Doesn't correctly handle raw HTML returned by SkinTemplate::buildSidebar()

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17586

   Summary: Doesn't correctly handle raw HTML returned by
SkinTemplate::buildSidebar()
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: DumpHTML
AssignedTo: tstarl...@wikimedia.org
ReportedBy: thomasble...@gmx.de


According to bug 17413, extensions may return raw HTML from buildSidebar(). The
Collection extension does exactly that.

The DumpHTML extension, however, expects the structured format normally
returned and breaks when it gets raw HTML (the error is in line 40 in
SkinOffline.php).
DumpHTML should be changed to correctly deal with raw HTML returned from
extensions.


-- 
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 17587] New: alias __TOC__ to {{TOC}} or {{#TOC}}

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17587

   Summary: alias __TOC__ to {{TOC}} or {{#TOC}}
   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: bugzilla.wikime...@publi.purodha.net
CC: bugzilla.wikime...@publi.purodha.net


out of all magic names of the form __some-name__ only __TOC__ inserts something
at the place where it is included in the wiki
text. All other of the kind influence only how a page is rendered.

Thus, for the sake of consistency, add another name, like {{#TOC}} or similar,
and after a while phase __TOC__ out.

Not proposed here and now, but something possibly worth thinking about: There
could later be {{#TOC:parameters}} as to influence the style of the toc, such
as with/out numbering,
right/center/left, with/out hide button, initially un/hidden, general or
page-specific sticky hide, width, CSS-id, CSS-class, 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 10893] Wikitext in list items written in HTML not properly parsed

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10893





--- Comment #5 from Jonathan jonat...@snetram.nl  2009-02-20 11:54:48 UTC ---
(In reply to comment #4)
 This seems to still be present in 1.13.0, any change you will be fixing this?

It is even still present in 1.13.4, and changes on this being fixed or looked
after?


-- 
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 17588] New: Something wrong

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17588

   Summary: Something wrong
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: Windows XP
Status: NEW
  Severity: minor
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mar...@gmail.com


http://en.wikipedia.org/wiki/Micro-blogging#.5B4.5D.5D.5D

Something wrong with the Content bullet #2 in IE 7 on XP


-- 
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 17588] Content issue with bullet in IE7

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17588


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

   What|Removed |Added

 CC||p858sn...@yahoo.com.au
URL||http://en.wikipedia.org/wiki
   ||/Micro-
   ||blogging#.5B4.5D.5D.5D
Summary|Something wrong |Content issue with bullet in
   ||IE7




-- 
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 17588] Content issue with bullet in IE7

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17588


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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Comment #1 from p858snake p858sn...@yahoo.com.au  2009-02-20 12:33:59 UTC 
---
On closer inspection by Splarka it turned out to be vandalism.

(10:28:42 PM) Splarka: nice bug summary
(10:31:39 PM) wikibugs: (mod) Content issue with bullet in IE7 - 
https://bugzilla.wikimedia.org/show_bug.cgi?id=17588  summary (p858snake)
(10:31:52 PM) p858snake: there Splarka :p
(10:32:07 PM) Splarka: [[
(10:32:08 PM) Splarka: == refTechnology Provider/ref]] ==
(10:32:09 PM) p858snake: although i don't have IE7 so i can't actually check
(10:32:13 PM) Splarka: they were complaining about vandalism
(10:32:25 PM) Splarka: 
http://en.wikipedia.org/w/index.php?title=Micro-bloggingoldid=272026318#.5B4.5D.5D.5D


-- 
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 17589] New: SRF-Ploticus: Create Special page showing Semantic Statistics using plots/charts

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17589

   Summary: SRF-Ploticus: Create Special page showing Semantic
Statistics using plots/charts
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: SemanticResultFormats
AssignedTo: mediaw...@natividads.com
ReportedBy: mediaw...@natividads.com


This will be a good way to showcase ploticus' capabilities and will be very
useful at the same time.

Several charts come to mind:

- SMW Heatmap - showing which articles under which categories are busiest (like
Visual Recent Changes)
- Number of Visits/Edits
- some kind of Category/Property Visualization (maybe, thru another heatmap
and/or treemap)
- Category Venn Diagrams


-- 
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 16436] Don't add block log entry if no settings actually change

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16436





--- Comment #2 from str4nd str...@wmfbz.mail.kapsi.fi  2009-02-20 13:53:37 
UTC ---
Created an attachment (id=5835)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=5835)
/mediawiki/phase3/includes/Block.php

It didn't reblock if only the reason has changed.


-- 
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 16436] Don't add block log entry if no settings actually change

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16436


str4nd str...@wmfbz.mail.kapsi.fi changed:

   What|Removed |Added

 CC||str...@wmfbz.mail.kapsi.fi
 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 17437] Wrong set up URL

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17437


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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #6 from Tim Starling tstarl...@wikimedia.org  2009-02-20 13:59:29 
UTC ---
Thanks for that Uno, it will be in the next release.


-- 
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 15624] Wikimedia contact form does not like + in the email address

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15624





--- Comment #10 from mw...@wikipedia.be  2009-02-20 14:11:43 UTC ---
(In reply to comment #9)
 I've reviewed ContactPage and it looks just fine. It sends mail to the email
 address registered to a given user. Can you create a user with its mail 
 address
 set correctly, and also translate this variable?
 
   $wgContactSenderName = 'Contact Form on Wikipedia';
 


Great Tim, thanks!
I created the user WikiAdmin on nl-Wikipedia, with the e-mail set to
info...@wikimedia.org

The translation should be:

$wgContactSenderName = 'Contactformulier op nl-Wikipedia';

(for the record, OTRS#2009022010039151 contains the password).

Mark


-- 
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 17527] 1.12 and 1.13 Installs don't have a prefix MYSQL option (stable installer regression)

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17527


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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #2 from Tim Starling tstarl...@wikimedia.org  2009-02-20 14:20:02 
UTC ---
Fixed in 1.13 and 1.14. It looks like I botched the backport of r46843.


-- 
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 17539] Bugzilla won't show patches

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17539


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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #2 from Tim Starling tstarl...@wikimedia.org  2009-02-20 14:21:01 
UTC ---
Fixed by the book.


-- 
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 17041] Thumbnail script doesn't work in PHP Safe Mode

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17041


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

   What|Removed |Added

 CC||tstarl...@wikimedia.org
 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Comment #1 from Tim Starling tstarl...@wikimedia.org  2009-02-20 14:26:14 
UTC ---
No, that's not what thumb.php does. Please tell me where you read this so I can
fix 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 17187] SVG to PNG conversion broken for text

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17187


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

   What|Removed |Added

 Blocks||8901




-- 
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 8901] SVG rasterisation on Wikimedia sites (tracking)

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8901


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

   What|Removed |Added

 Depends on||17187




-- 
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 2310] new history compression class

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2310





--- Comment #18 from Tim Starling tstarl...@wikimedia.org  2009-02-20 
14:38:22 UTC ---
It's very likely that the xdiff-based solution I implemented will out-perform
this one. But if you disagree, feel free to run some benchmarks to compare
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 15624] Wikimedia contact form does not like + in the email address

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15624


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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #11 from Tim Starling tstarl...@wikimedia.org  2009-02-20 
15:00:02 UTC ---
Done, see http://nl.wikipedia.org/wiki/Speciaal:Contactpagina


-- 
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 17590] New: Problems rendering pages

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17590

   Summary: Problems rendering pages
   Product: Wikipedia Mobile
   Version: .5
  Platform: All
   URL: http://es.m.wikipedia.org
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: iphone
AssignedTo: hcat...@wikimedia.org
ReportedBy: asma...@us.es
CC: tf...@wikimedia.org


Hi, when i change position of iphone, from horizontal to widescreen, I see the
actual article page and the last viewed, mixed. 

I need to change position again to see actual page correctly. And dont fit to
screen too so i need to do it manually.


-- 
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 17585] Hide legende on Special:Specialpages from non-privileged users

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17585


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

   What|Removed |Added

 CC||niklas.laxst...@gmail.com
 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com  2009-02-20 
16:14:30 UTC ---
r47563


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


[Bug 14716] Grant noratelimit right to the editor group in the Hungarian Wikipedia

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


Tisza Gergő gti...@gmail.com changed:

   What|Removed |Added

Summary|Disable rollback throttling |Grant noratelimit right to
   |in the Hungarian Wikipedia  |the editor group in the
   ||Hungarian Wikipedia




--- Comment #2 from Tisza Gergő gti...@gmail.com  2009-02-20 16:40:23 UTC ---
Changing request to remove all rate limitations from ex-parollers (the groupt
is now called editor for flagrev compatibility). Rename limit is also causing
problems.

Community discussion can be found here:
http://hu.wikipedia.org/wiki/Wikip%C3%A9dia:Kocsmafal_(m%C5%B1szaki)#.C3.81tnevez.C3.A9s


-- 
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 17591] New: diff engine should use timestamps instead of revids to count revisions between diffed versions

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17591

   Summary: diff engine should use timestamps instead of revids to
count revisions between diffed versions
   Product: MediaWiki
   Version: 1.15-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: History/Diffs
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: pro...@aminche.com


Created an attachment (id=5836)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=5836)
countRevisionsBetween using timestamps

For example
http://en.wikipedia.org/w/index.php?title=Applediff=269860524oldid=234474
states:
(4580 intermediate revisions not shown) (4582)
instead of:
(4598 intermediate revisions not shown) (4600)

Because there is 18 revisions is Apple history which have rev_ids  234474 and
timestamp  2001-10-24T01:47:59Z
(see
http://en.wikipedia.org/w/api.php?action=queryprop=revisionstitles=Applervprop=ids|user|timestamprvlimit=100rvdir=newerformat=jsonfm)

Is this a known/real issues: is the intended behaviour to sort by revids when
counting revisions between diffed version ?

If not, feel free to review the attached patch, which switch
countRevisionsBetween behaviour to count revisions between timestamps instead
of revids.

Thanks in advance.


-- 
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 17577] Images can't have far future expires

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17577





--- Comment #6 from ^demon innocentkil...@gmail.com  2009-02-20 17:13:06 UTC 
---
(In reply to comment #5)
  Are pages using images on remote-repos correctly purged on image reupload?
 
 Nope, which is an issue to consider. There's not currently any registry of
 remote use, so the wiki doesn't know who to send purges to. (This would not be
 too hard to implement internally for DB-based repos so Commons could update 
 the
 other Wikimedia sites, but would be much trickier for third-party sites using
 us via an API repo).
 

Which unless we had a dedicated action=repo or similar, the API has no way of
distinguishing between normal API requests and a request to act as a repo.


-- 
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 17440] Special:RevisionDelete should update once an action is applied

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17440


FT2 ft2.w...@gmail.com changed:

   What|Removed |Added

 CC||ft2.w...@gmail.com




--- Comment #2 from FT2 ft2.w...@gmail.com  2009-02-20 17:28:11 UTC ---
While _at present_ only oversighters can see the hidden content, that's very
much a configuration option. The function allows for different material to be
seen by different classes of user and may well be set up to do so. Hence item 2
to ensure users can be sure what will be visible, and what won't, to whom.


-- 
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 17582] Strict Standards: Declaration of FRCacheUpdate::insertJobs() should be compatible with that of HTMLCacheUpdate::insertJobs

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17582





--- Comment #1 from Aaron Schulz jschulz_4...@msn.com  2009-02-20 18:23:34 
UTC ---
Fixed in r47568


-- 
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 17582] Strict Standards: Declaration of FRCacheUpdate::insertJobs() should be compatible with that of HTMLCacheUpdate::insertJobs

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17582


Aaron Schulz jschulz_4...@msn.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




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

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


[Bug 15876] Special:ChangePass: move password change form from Preferences, and add reset/usurp features

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15876





--- Comment #3 from ^demon innocentkil...@gmail.com  2009-02-20 18:30:08 UTC 
---
*** Bug 15859 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 15859] Allow password resets by bureaucrats in MediaWiki core

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15859


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

   What|Removed |Added

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




--- Comment #2 from ^demon innocentkil...@gmail.com  2009-02-20 18:30:08 UTC 
---


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


-- 
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 10861] Auto-login fails after password reset

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10861


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

   What|Removed |Added

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




--- Comment #3 from ^demon innocentkil...@gmail.com  2009-02-20 18:30:10 UTC 
---
I believe this was fixed when ChangePassword was moved out of Preferences. At
the very least, it's a WORKSFORME now.


-- 
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 15876] Special:ChangePass: move password change form from Preferences, and add reset/usurp features

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15876


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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #4 from ^demon innocentkil...@gmail.com  2009-02-20 18:36:57 UTC 
---
Added ability to change others' passwords in r47569.


-- 
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 17316] New 404 error page

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17316





--- Comment #6 from Ben White dot...@hrwiki.org  2009-02-20 18:55:43 UTC ---
Created an attachment (id=5837)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=5837)
Based on previous attachment but with explicit link to Wikipedia

This attachment implements the suggestions I made above and moves the link to
the Wikimedia Foundation back to the bottom.


-- 
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 17041] Thumbnail script doesn't work in PHP Safe Mode

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17041





--- Comment #2 from noel...@gmx.net  2009-02-20 19:13:31 UTC ---
http://www.mediawiki.org/wiki/Manual:$wgThumbnailScriptPath


-- 
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 17593] New: black screen/endless lines of symbols

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17593

   Summary: black screen/endless lines of symbols
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: http://familyequality.org/wiki/index.php?title=Home_Page
OS/Version: All
Status: NEW
  Severity: major
  Priority: Normal
 Component: User interface
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: dustin.ki...@familyequality.org


I'm not tech savvy so I might describe this clumsily. Basically the main
interface for our wiki shows up black. You have to highlight to see the text.
It's crashed a few windows, but doesn't always crash them. If you scroll to the
right, you see endless lines of symbols like this:

‚ƒÃƒ

I think the wiki functions once you log in. 

Thanks for the help!
Dustin


-- 
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 235] Auto unit conversion

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=235


Michael Walsh michaelj.wa...@oceanfree.net changed:

   What|Removed |Added

 CC||michaelj.wa...@oceanfree.net




--- Comment #24 from Michael Walsh michaelj.wa...@oceanfree.net  2009-02-20 
19:53:33 UTC ---
There is clearly a desire/need for this kind of feature. enwiki currently
implements unit conversion using templates, which is good but rather difficult
to export. Might it be an idea to implement this as a parser function?


-- 
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 16954] Split Oversight between oversight and hiderevision in special:globalgrouppermissions

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16954


Andrew Garrett and...@epstone.net changed:

   What|Removed |Added

 CC||and...@epstone.net
 Status|NEW |RESOLVED
  Component|CentralAuth |Oversight
 Resolution||FIXED




--- Comment #2 from Andrew Garrett and...@epstone.net  2009-02-20 20:00:49 
UTC ---
They're both there, but with a strange description.

Changed Review and restore revisions hidden from administrators description
for 'oversight' right to  Hide revisions from administrators in r47575.


-- 
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 17538] RSS links should be from /, not http://

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17538


Roan Kattouw roan.katt...@home.nl changed:

   What|Removed |Added

 CC||roan.katt...@home.nl
 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #2 from Roan Kattouw roan.katt...@home.nl  2009-02-20 20:50:06 
UTC ---
(In reply to comment #0)
 href=http://en.wikipedia.org/apple-touch-icon.png
This one is due to the setting of $wgAppleTouchIcon at WMF.

 href=http://en.wikipedia.org/w/index.php?title=Faraday_cageamp;action=edit
 href=http://en.wikipedia.org/w/index.php?title=Special:RecentChangesamp;feed=atom
 href=http://en.wikipedia.org/w/index.php?title=Special:RecentChangesamp;feed=rss
 href=http://en.wikipedia.org/wiki/Faraday_cage
 href=http://en.wikipedia.org/wiki/Wikipedia:Text_of_the_GNU_Free_Documentation_License
 They could be written just href=/... etc. like the rest.
 
I fixed all of these in r47583.


-- 
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-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1061





--- Comment #17 from Ahmad Sherif ahmad.m.she...@gmail.com  2009-02-20 
21:14:54 UTC ---
The patch also has been tested under Google Chrome ‪1.0.154.48‬.


-- 
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 17573] SRF-Ploticus: Ensure generated hash for plots are unique

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17573


Joel Natividad mediaw...@natividads.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #1 from Joel Natividad mediaw...@natividads.com  2009-02-20 
21:29:32 UTC ---
Fixed in revision 47591
(http://svn.wikimedia.org/viewvc/mediawiki?view=revrevision=47591).

Seeded hash with $wgArticle-mTitle and $smwgIQRunningNumber to eliminate the
possibility of cache collisions for identical ploticus queries across pages.


-- 
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 14717] wikibits includes nonexistent stylesheet, KHTMLfixes.css

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14717





--- Comment #10 from Michael Walsh michaelj.wa...@oceanfree.net  2009-02-21 
01:12:09 UTC ---
Created an attachment (id=5839)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=5839)
Keep it simple

Not much need to make it more complicated than it needs to be. If it doesn't
exist, don't request 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 17535] Database dump processes halted since 12-Feb-09

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17535


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

   What|Removed |Added

 CC||br...@wikimedia.org,
   ||rhals...@wikimedia.org
   Keywords||shell




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-02-21 01:13:29 UTC 
---
The box they were running on (srv31) is dead. We'll reassign them over the
weekend if we can't bring the box back up.


-- 
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 17594] New: Absurdly large syslog sometimes fills Apache / partitions

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17594

   Summary: Absurdly large syslog sometimes fills Apache /
partitions
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Keywords: shell
  Severity: normal
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: br...@wikimedia.org


Busy web server can acculate a couple gigs in a day of logging sometimes... but
the syslog? WTF? It shouldn't do doing that. With only ~7.5G on the /
partition, filling this up ain't good. :)

We should check why these are so full and tidy things up a bit.


-- 
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 17595] New: Don't use table for page layout

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17595

   Summary: Don't use table for page layout
   Product: MediaWiki
   Version: 1.15-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: jida...@jidanni.org


Allow me to call into question, and perhaps leave here as a long term
goal, MediaWiki's use of table for page layout, in pages like
Special:Allpages.

You are making assumptions about the user's device dimensions!

Please use stylesheets 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 6640] Prefix option for inputbox

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6640


Angela bees...@gmail.com changed:

   What|Removed |Added

 CC||bees...@gmail.com




--- Comment #10 from Angela bees...@gmail.com  2009-02-21 04:56:02 UTC ---
example of prefix not working:
http://en.wikipedia.org/w/index.php?title=User:Angela/Sandboxoldid=272207059

It does on Wikia and is a very useful feature.


-- 
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 13778] Hitting 'enter' in Special:Search fields does a 'go' search instead of fulltext in Internet Exporer

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13778


Alex Z. mrzmanw...@gmail.com changed:

   What|Removed |Added

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




--- Comment #8 from Alex Z. mrzmanw...@gmail.com  2009-02-21 07:39:36 UTC ---
Fixed in r47598


-- 
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 640] Internet Explorer (IE) issues on Windows (tracking)

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=640


Bug 640 depends on bug 13778, which changed state.

Bug 13778 Summary: Hitting 'enter' in Special:Search fields does a 'go' search 
instead of fulltext in Internet Exporer
https://bugzilla.wikimedia.org/show_bug.cgi?id=13778

   What|Old Value   |New Value

 Status|NEW |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 17554] Special:IMport should optionally set timestamp and summary comment

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17554


Alex Z. mrzmanw...@gmail.com changed:

   What|Removed |Added

 CC||mrzmanw...@gmail.com




--- Comment #1 from Alex Z. mrzmanw...@gmail.com  2009-02-21 07:57:08 UTC ---
This isn't really what Import was designed for. If you want to edit the
contents of a page, one should really do this via a normal edit. If a lot of
pages need to have an automatic search and replace done, there is an API for
this. But letting people modify aspects of the page history via the import form
sounds a little scary.


-- 
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 17554] Special:Import should optionally set timestamp and summary comment

2009-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17554


Alex Z. mrzmanw...@gmail.com changed:

   What|Removed |Added

Summary|Special:IMport should   |Special:Import should
   |optionally set timestamp and|optionally set timestamp and
   |summary comment |summary comment




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

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