[Bug 18249] New: Changes to DSN for more width and finer css/js control

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

   Summary: Changes to DSN for more width and finer css/js control
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: DismissableSiteNotice
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: c.staff...@gmail.com


Created an attachment (id=5977)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=5977)
very small changes that have a large impact on how useful this extension is

This patch does a few things.

@line 30
When in 'user' mode, the mw:sitenotice-encNotice text is copied into a
javascript variable, then used in output.
Yet, when in 'anon' mode, it is not, it is only directly output and never
assigned to a javascript accessible variable.
This causes any javascript that may be looking for that variable to fail when
the user is logged out.


@line 31
When in 'user' mode, the mw:sitenotice-encNotice is wrapped in a table with
the message and dismiss link in separate cells.
Yet, when in 'anon' mode, there is no table, only direct output.
This causes any css that was affecting the user version via the css ID of
#mw-dismissable-notice to fail as there is now no table with that ID, or a
table at all.
Line 31 corrects this by replicating the table used in the 'user' mode notice.


@line 65:part 1
When in 'user' mode, the sitenotice area is in a table, and the notice is in a
table cell with the hard coded width of 80% of its parent (the table having
width=100%).
This causes the available area to be significantly more narrow for logged in
users then logged out.
My change is to make this cell attempt to take as much width as possible by
setting (still doing an ugly hard coded width sadly) a width of 100%


@line 65:part 2
The table cell with the contents of the message does not have a direct
reference, and any attempt to apply styling to just that requires an odd CSS
syntax (that doesn't even work currently for logged out users because of lack
of table at all, see above change)
To correct this, I set a ID attribute of mw-dismissable-notice-content


@line 66: part 1
The more annoying part of the 80/20 values was the 20% space allowed for the
one tiny [dismiss] link.
This is a very large amount of space to allocate for a link that is only a few
em wide even in the longer languages.
By removing the width=20% attribute, combined with the width=100% set in
line65:p1, this cell will take up as little space as possible.


@line 66: part2
As with L65:2, the cell containing the [dismiss] link is also not easily
accessible via CSS or JavaScript.
Again I simply add a ID attribute to the cell of mw-dismissable-notice-dismiss
to allow CSS or JavaScript to reference it (likely to hide the cell or modify
the link's style)


-- 
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 18250] New: Centralnotice.js causes (non-fatal) error in Safari 3.2.2

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

   Summary: Centralnotice.js causes (non-fatal) error in Safari
3.2.2
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: CentralNotice
AssignedTo: tf...@wikimedia.org
ReportedBy: lupo.bugzi...@gmail.com


Centralnotice.js creates some custom CSS definitions using a document.writeln
(\x3cstyle...).

For some reason unknown to me, this causes Safari 3.2.2 (Webkit 525.28.1) to
note an error [The HTML that caused this error was generated by a script.]
style is not allowed inside div. Moving style into the head.

The error is not fatal (the Safari error message seems to indicate that Safari
can deal with it), but maybe it'd be better to use appendCSS from wikibits.js
to generate that CSS.


-- 
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 18252] New: AbuseFilter string manipulation

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

   Summary: AbuseFilter string manipulation
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: AbuseFilter
AssignedTo: and...@epstone.net
ReportedBy: macgyverma...@gmail.com
CC: wikibugs-l@lists.wikimedia.org


The way the AbuseFilter is currently set, results in an error whenever I try to
introduce a new variable that is not preset. Presumably this is a safeguard to
avoid too much stress on the servers, but it proves particular complicated when
I try to do string manipulations. 

I want to match the title (article_text) of an article that has a modifier in
it -- like [[11 (number)]] or [[Titanic (film)]]. There should be a function
available that:
1. Allows us to make a match, then use the non-matched material to go on.
2. Allows us to remove a match from the initial string before further actions
occur.


-- 
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 18251] New: Changes related Not rollback link

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

   Summary: Changes related Not rollback link
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: http://commons.wikimedia.org/wiki/Special:RecentChangesL
inked/File:CC_some_rights_reserved.svg
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: shiz...@gmail.com


hi, Now Not rollback link in Special:RecentChangesLinked.

see
http://commons.wikimedia.org/wiki/Special:RecentChangesLinked/File:CC_some_rights_reserved.svg


-- 
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 18241] Large problem with vandalism patrolling because restriction Special:Recentchanges

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


Lolsimon lolsi...@wikipedia.be changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #3 from Lolsimon lolsi...@wikipedia.be  2009-03-30 09:48:23 UTC 
---
Indeed, the limit is higher and we don't have any problems any more. Our
vandalism patrollers can get back to work ;-) - 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 18253] New: Edit summary with multiple sections renders incorrectly

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

   Summary: Edit summary with multiple sections renders incorrectly
   Product: MediaWiki
   Version: 1.15-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: Page editing
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: rup...@rupertmillard.net


Unlike what it says on
http://en.wikipedia.org/wiki/Help:Edit_summary#Section_editing, the edit
summary /* Foo */ test /* Bar */ test on the English Wikipedia renders /*
Foo */ test - →Bar:  test not →Foo:  test  →Bar:  test, as you would
expect.

nb. text /* Section */ renders with a dash before the section link. I don't
know if this is intended.

Many thanks,

Rupert Millard


-- 
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 18213] Make Resize Galleries default

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


P.Copp paul.copper...@googlemail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Comment #2 from P.Copp paul.copper...@googlemail.com  2009-03-30 10:59:49 
UTC ---


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


-- 
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 3276] Give image gallerys fluid width

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


P.Copp paul.copper...@googlemail.com changed:

   What|Removed |Added

 CC||subfa...@gmail.com




--- Comment #7 from P.Copp paul.copper...@googlemail.com  2009-03-30 10:59:49 
UTC ---
*** Bug 18213 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 18180] Special:Export ignores parameters limit, dir and offset

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


tani.ka...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Comment #1 from tani.ka...@gmail.com  2009-03-30 12:18:47 UTC ---
This might be misunderstanding. The description says if the history parameter
is true, then all versions of each page are returned.


-- 
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 16410] Enable e-mail notification for watchlist and minor edits on portuguese Wikibooks

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


Helder heldergeov...@gmail.com changed:

   What|Removed |Added

Summary|Enable email notification   |Enable e-mail notification
   |for watchlist and minor |for watchlist and minor
   |edits on portuguese |edits on portuguese
   |wikibooks   |Wikibooks




-- 
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 18253] Edit summary with multiple sections renders incorrectly

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


P.Copp paul.copper...@googlemail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Comment #1 from P.Copp paul.copper...@googlemail.com  2009-03-30 10:58:20 
UTC ---


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


-- 
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 6455] Install the StringFunctions extension

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





--- Comment #65 from Robert Rohde ro...@robertrohde.com  2009-03-30 11:07:10 
UTC ---
Created an attachment (id=5978)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=5978)
New version of string functions

The attached file is complete rewrite of the StringFunctions extension.

It implements the parser functions:

#len - string length
#pos - finding substring position
#rpos - reverse oriented #pos
#sub - fetch a substring specified by start and length
#replace - substring replacement
#explode - partition string by a delimiter and find a specific piece

The other functions, which are mostly already in the core, have been dropped.

In addition, I implemented it so that the unique markers generated by nowiki,
gallery, math, etc. are universally stripped (this is a partial change in
behavior from prior versions).  So the behavior will be more uniform and
predictable than prior versions and there is no risk of partial or unexpected
markers bleeding through.

Where possible PHP's built-in multi-byte string functions are used provide fast
results.  If the mb_ functions are unavailable, their behavior is simulated in
regex in order to provide a graceful (if slower) failure mode.

A global variable is used to define a hard limit for the size of a string to
operate on.  I've set this 1000 characters for now, but I haven't experimented
too much to decide what is reasonable or whether different limits should be
enforced for different functions.  #replace is armored against replacements
that would generate strings longer than this limit.

I believe that this version of StringFunctions (or something close to it)
should be suitable for implementation on WMF sites.


-- 
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 15637] Hiding categories via CSS violates accessibility

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





--- Comment #4 from Niklas Laxström niklas.laxst...@gmail.com  2009-03-30 
09:25:31 UTC ---
How is accessibility relevant in this case when all information is there and
accessible?


-- 
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 16530] Edit summaries containing multiple autocomments are broken

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


P.Copp paul.copper...@googlemail.com changed:

   What|Removed |Added

 CC||rup...@rupertmillard.net




--- Comment #2 from P.Copp paul.copper...@googlemail.com  2009-03-30 10:58:20 
UTC ---
*** Bug 18253 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 17811] Global filters

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


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

   What|Removed |Added

 Status|NEW |ASSIGNED
   Keywords||shell




--- Comment #1 from Andrew Garrett and...@epstone.net  2009-03-30 13:13:44 
UTC ---
Done in r49027, pending testing and deployment on Wikimedia sites.


-- 
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 18256] New: Is this a missing function? array_diff_keys

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

   Summary: Is this a missing function? array_diff_keys
   Product: MediaWiki
   Version: 1.14.0
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: File/Repo
AssignedTo: innocentkil...@gmail.com
ReportedBy: slatt...@uk.ibm.com


https://svn.wikia-code.com/vendor/mediawiki/1.14.0/includes/filerepo/FileCache.php
 

uses array_diff_keys - should this be array_diff_key?


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

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


[Bug 6455] Install the StringFunctions extension

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





--- Comment #66 from Aryeh Gregor simetrical+wikib...@gmail.com  2009-03-30 
13:22:51 UTC ---
(In reply to comment #65)
 The attached file is complete rewrite of the StringFunctions extension.

Shouldn't they just be added to ParserFunctions?

 In addition, I implemented it so that the unique markers generated by 
 nowiki,
 gallery, math, etc. are universally stripped (this is a partial change in
 behavior from prior versions).  So the behavior will be more uniform and
 predictable than prior versions and there is no risk of partial or unexpected
 markers bleeding through.

I'm not sure if stripping them outright is the best solution, but I can't think
of a better one.

 Where possible PHP's built-in multi-byte string functions are used provide 
 fast
 results.  If the mb_ functions are unavailable, their behavior is simulated in
 regex in order to provide a graceful (if slower) failure mode.

We already have some of these compatibility functions in GlobalFunctions.php
(mb_strlen and mb_substr).  You should use those, and add any additional ones
there.


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

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


[Bug 18256] Is this a missing function? array_diff_keys

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


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

   What|Removed |Added

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




--- Comment #1 from Roan Kattouw roan.katt...@home.nl  2009-03-30 13:28:15 
UTC ---
Fixed in r49034


-- 
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 18257] New: wfMsgExt() with 'parse' or 'parseinline' crashes when $wgTitle == null

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

   Summary: wfMsgExt() with 'parse' or 'parseinline' crashes when
$wgTitle == null
   Product: MediaWiki
   Version: 1.15-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Page rendering
AssignedTo: tstarl...@wikimedia.org
ReportedBy: roan.katt...@gmail.com
Blocks: 17852


When wfMsgExt() is called with the 'parse' or 'parseinline' option while
$wgTitle is null (say, from a parser hook while parsing stuff in the API), a
fatal error occurs. Either the dependency on $wgTitle should be removed, or
wfMsgExt() should handle this case gracefully.


-- 
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 17852] API thows internal error: Empty $wgTitle in OutputPage::parse

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


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

   What|Removed |Added

 Depends on||18257




-- 
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 18257] wfMsgExt() with 'parse' or 'parseinline' crashes when $wgTitle == null

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





--- Comment #1 from P.Copp paul.copper...@googlemail.com  2009-03-30 13:57:39 
UTC ---
cf. bug 17329.
IMHO the only way to solve both bugs properly is to write an own member
function of $wgParser (-msgExt)? and use it from within the parser instead
relying on global functions which in turn rely on $wgTitle.


-- 
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 18254] New: inherent article classification

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

   Summary: inherent article classification
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Categories
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: michaelj.wa...@oceanfree.net


There are a lot of bugs here which in some way related to marking out links to
disambiguation and stub articles. We already have ways of telling when a link
is to a non-existent page or to a redirect, so stubs and redirects shouldn't be
that different. Here's how I propose to implement it:

Add a class column to the page table.

Add a new magic word to allow editors to set the class for a particular page.
It would not be possible for pages to be in more than one class. (That would
involve setting up a new table, would be rejected for performance reasons and
IMHO would be unnecessary.)

The magic word would look like this {{class: stub}} and when the given class
corresponded to one set in the LocalSettings.php, the parser would set the
articles class column value (whenever the value was changed in a edit).

A related setting variable would determine whether putting a non-existent class
in the {{class: }} magic word would produce an error.

The linker could set a css class for links based on the article's class.

Special pages (perhaps even category pages) would then easily be able to hide
or show pages based on their class.


-- 
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 18257] wfMsgExt() with 'parse' or 'parseinline' crashes when $wgTitle == null

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


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

   What|Removed |Added

 CC||roan.katt...@gmail.com




--- Comment #2 from Roan Kattouw roan.katt...@gmail.com  2009-03-30 15:30:56 
UTC ---
(In reply to comment #1)
 cf. bug 17329.
 IMHO the only way to solve both bugs properly is to write an own member
 function of $wgParser (-msgExt)? and use it from within the parser instead
 relying on global functions which in turn rely on $wgTitle.
 

I think wfMsgExt() using e.g. Msg as a dummy title (I seem to recall it did
that once) would be good enough. Hardly anyone relies on {{PAGENAME}}-like
stuff in such messages anyway.


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

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


[Bug 18254] inherent article classification

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


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

   What|Removed |Added

 CC||roan.katt...@gmail.com




--- Comment #1 from Roan Kattouw roan.katt...@gmail.com  2009-03-30 15:31:44 
UTC ---
Perhaps this stuff could be administrated in the page_props table?


-- 
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 18257] wfMsgExt() with 'parse' or 'parseinline' crashes when $wgTitle == null

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





--- Comment #3 from ^demon innocentkil...@gmail.com  2009-03-30 15:35:56 UTC 
---
(In reply to comment #2)
 I think wfMsgExt() using e.g. Msg as a dummy title (I seem to recall it did
 that once) would be good enough. Hardly anyone relies on {{PAGENAME}}-like
 stuff in such messages anyway.
 

Not a bad idea. How many places are we working around this so far? It would
make far more sense to just throw a dummy title in there.


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

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


[Bug 18248] Redirects to Images on Shared Repos do not work

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


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

   What|Removed |Added

 Status|NEW |ASSIGNED




-- 
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 18248] Redirects to Images on Shared Repos do not work

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


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

   What|Removed |Added

 CC||innocentkil...@gmail.com,
   ||vasi...@gmail.com
 AssignedTo|innocentkil...@gmail.com|vasi...@gmail.com




--- Comment #1 from ^demon innocentkil...@gmail.com  2009-03-30 15:16:28 UTC 
---
Known bug, just hadn't filed it yet.

Assigning to Victor. He was the one who implemented this, and I've banged me
head up against walls trying to get it work. Told me a week or so ago he'd take
a poke.


-- 
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 18257] wfMsgExt() with 'parse' or 'parseinline' crashes when $wgTitle == null

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





--- Comment #4 from P.Copp paul.copper...@googlemail.com  2009-03-30 16:04:36 
UTC ---
(In reply to comment #2)
 I think wfMsgExt() using e.g. Msg as a dummy title (I seem to recall it did
 that once) would be good enough. Hardly anyone relies on {{PAGENAME}}-like
 stuff in such messages anyway.
Well, that would be another dirty hack, wouldn't it? There could be a
{{PAGENAME}} in nearly any customized message. See for example bug 17442, where
apparently this behavior caused a lot of confusion.


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

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


[Bug 6455] Install the StringFunctions extension

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


Ted Kandell ted_kand...@yahoo.com changed:

   What|Removed |Added

 CC||ted_kand...@yahoo.com




--- Comment #67 from Ted Kandell ted_kand...@yahoo.com  2009-03-30 16:34:54 
UTC ---
A good use of the String functions would be to parse Newick tree format (Newick
notation) files which is the standard way of minimally representing
phylogenetic trees. Trees are now an important data structure in Wikipedia, and
it's very difficult to edit these by hand and to get them to align and display
properly. A simple {{newick}} template could then convert a Newick string into
a properly displayed tree.

This may seem trivial compared to the other reasons, but just check the myriad
ways that trees are now represented in MediaWiki. Having this template would
allow trees to be created and edited in external tools and just dropped in.

I don't see any other way of parsing such a format without the String
Functions.


-- 
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 18258] New: Add functionality to watchlist

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

   Summary: Add functionality to watchlist
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: FlaggedRevs
AssignedTo: jschulz_4...@msn.com
ReportedBy: pbir...@gmail.com


I believe the following watchlist functionality would be useful for editors:

A note saying X articles on your watchlist have unreviewed revisions pending
(show), where show is a link which will give you a list of the appropriate
articles with link to the appropriate diffs, so that you can then review these
easily.


-- 
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 17144] Exhibit: Linking is not correct

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


Fabian Howahl f...@developerweb.de changed:

   What|Removed |Added

 CC||f...@developerweb.de
 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 18259] New: Replace message log with sp-contributions-logs in [[Special:DeletedContributions]]

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

   Summary: Replace message log with sp-contributions-logs in
[[Special:DeletedContributions]]
   Product: MediaWiki
   Version: 1.15-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: trivial
  Priority: Normal
 Component: Internationalization
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: wiki.pierro...@gmail.com


Created an attachment (id=5979)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=5979)
suggested patch

For coherence, the link to the user logs should have the same title as the page
[[Special:Contributions]], which uses the message
[[MediaWiki:Sp-contributions-logs]] instead of [[MediaWiki:Log]]. Note that the
case is different in both messages, so the former has to be used for
consistency.

By the way, maybe this should be in another bug, but it's related, the link to
Special:Contributions in Special:DeletedContributions should use another
message than [[Mediawiki:Contributions]] for the same reasons.


-- 
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 17446] Exhibit: Wrong HTML redirect

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


Fabian Howahl f...@developerweb.de changed:

   What|Removed |Added

 CC||f...@developerweb.de
 Status|NEW |ASSIGNED




-- 
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 18259] Replace message log with sp-contributions-logs in [[Special:DeletedContributions]]

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


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

   What|Removed |Added

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




--- Comment #1 from Alexandre Emsenhuber [IAlex] alex.emsenhu...@bluewin.ch  
2009-03-30 16:55:07 UTC ---
applied in r49036.


-- 
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 6455] Install the StringFunctions extension

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


Robert Rohde ro...@robertrohde.com changed:

   What|Removed |Added

 CC||ro...@robertrohde.com




--- Comment #68 from Robert Rohde ro...@robertrohde.com  2009-03-30 17:05:37 
UTC ---
(In reply to comment #66)
 (In reply to comment #65)
  The attached file is complete rewrite of the StringFunctions extension.
 
 Shouldn't they just be added to ParserFunctions?

I'm happy to write it up that way instead, though I don't know which is
preferred.  Given how long we and other sites have gone without working
StringFunctions, it almost feels more natural to segregate them so that site
operators have a choice.  

My main interest though is getting an implementation somewhere that is
sufficiently reasonable that it can be used on the WMF sites.

  Where possible PHP's built-in multi-byte string functions are used provide 
  fast
  results.  If the mb_ functions are unavailable, their behavior is simulated 
  in
  regex in order to provide a graceful (if slower) failure mode.
 
 We already have some of these compatibility functions in GlobalFunctions.php
 (mb_strlen and mb_substr).  You should use those, and add any additional ones
 there.

Okay.  The one caveat is that my functions more or less assume they are being
passed valid UTF-8 strings, and the encoding parameter for mb_strpos, etc. is
not implemented.  It appears that mb_strlen in GlobalFunctions is making the
same assumption, so I'll assume that is okay for Mediawiki's purposes.


-- 
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 2463] Simple way of retrieving different language-version

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


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

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||DUPLICATE




--- Comment #8 from Roan Kattouw roan.katt...@gmail.com  2009-03-30 17:17:44 
UTC ---


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


-- 
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 14024] Cross-wiki API

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


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

   What|Removed |Added

 CC||mediawiki.wa...@ptaff.ca




--- Comment #17 from Roan Kattouw roan.katt...@gmail.com  2009-03-30 17:17:44 
UTC ---
*** Bug 2463 has been marked as a duplicate of this bug. ***


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

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


[Bug 18260] New: Streamline move process for talk pages

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

   Summary: Streamline move process for talk pages
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Deleting
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: benjamin.bea...@gmail.com


Currently, if you are an administrator on en.wiki, you have the option to move
one page over another; deleting the target page is simply part of the action.
For example, if I rename page Foo to the new name Bar, Bar will be deleted to
make way for the incoming Foo. However, if Talk:Bar exists and has history,
Talk:Foo will be left behind, decoupling the article and talk pages. It is then
necessary to go back and manually move Talk:Foo to Talk:Bar in order to
re-couple the talk pages.  It would be more convenient for administrators if
the software allowed you to overwrite both the target article and target talk
page from the same screen.


-- 
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 18261] New: SQL Errors on set up

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

   Summary: SQL Errors on set up
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: critical
  Priority: Normal
 Component: Semantic MediaWiki
AssignedTo: mar...@semantic-mediawiki.org
ReportedBy: conway.gerald...@gmail.com


Hi Markus,

I am just trying to set up the semantic mediawiki.
I am getting the following error when i try and save something.

A database query syntax error has occurred. This may indicate a bug in the
software. The last attempted database query was: 
(SQL query hidden)
from within function SMW::getSMWPageID. MySQL returned error 1146: Table
'wikidb.mw_smw_ids' doesn't exist (localhost).
Retrieved from http://ger.wbt.wbtsystems.com/Phase_3;

I extracted the files in the extension folder and i ran the update for the
database tables and I receive this page.

Setting up standard database configuration for SMW ...

Selected storage engine is SMWSQLStore2 (or an extension thereof)

Setting up table `mw_smw_ids` ...

Please help


-- 
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 18261] SQL Errors on set up

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


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

   What|Removed |Added

 CC||roan.katt...@gmail.com




--- Comment #1 from Roan Kattouw roan.katt...@gmail.com  2009-03-30 18:14:17 
UTC ---
Looks like you have to run maintenance/update.php ...


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

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


[Bug 18261] SQL Errors on set up

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





--- Comment #2 from geraldine conway.gerald...@gmail.com  2009-03-30 18:24:47 
UTC ---
How do I do that?


-- 
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 17192] Provide statistics about how many books/PDFs have been created/ordered through the Collection extension

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


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

   What|Removed |Added

   Keywords||upstream




-- 
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 18262] New: input fields on login mask are not equal in Internet Explorer

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

   Summary: input fields on login mask are not equal in Internet
Explorer
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: User login/settings
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: umherirrender_de...@web.de
Blocks: 640


Created an attachment (id=5980)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=5980)
Screenshot from different login mask

The input fields on the login mask of the Internet Explorer are not equal. The
input field for the username is longer than the password field. I have attached
a screenshot to show the different between FireFox 3 and Internet Explorer 7.

It can be a browser issue, but I do not know about this. I have only see this
behaviour by MediaWiki installation since months ago.

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

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


Umherirrender umherirrender_de...@web.de changed:

   What|Removed |Added

 Depends on||18262




-- 
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 18261] SQL Errors on set up

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


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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Comment #3 from Roan Kattouw roan.katt...@gmail.com  2009-03-30 19:11:06 
UTC ---
(In reply to comment #2)
 How do I do that?
 

http://www.mediawiki.org/wiki/Manual:Upgrading#Run_the_update_script


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

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


[Bug 6455] Install the StringFunctions extension

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





--- Comment #69 from Robert Rohde ro...@robertrohde.com  2009-03-30 19:20:18 
UTC ---
(In reply to comment #68)
 (In reply to comment #66)
  We already have some of these compatibility functions in GlobalFunctions.php
  (mb_strlen and mb_substr).  You should use those, and add any additional 
  ones
  there.
 
 Okay.  The one caveat is that my functions more or less assume they are being
 passed valid UTF-8 strings, and the encoding parameter for mb_strpos, etc. is
 not implemented.  It appears that mb_strlen in GlobalFunctions is making the
 same assumption, so I'll assume that is okay for Mediawiki's purposes.

Added the necessary mb_ fallbacks to GlobalFunctions in r49043.

Figuring out the merge with ParserFunctions will take more time.

I'll probably post that as an alternative patch here and let someone with more
familiarity decide whether it is better to build StringFunctions as a separate
stand-alone or to merge it into the ParserFunctions.


-- 
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 18262] Name and password fields are different sizes on login form in Internet Explorer

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


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

   What|Removed |Added

Summary|input fields on login mask  |Name and password fields are
   |are not equal in Internet   |different sizes on login
   |Explorer|form in Internet Explorer




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-03-30 19:23:15 UTC 
---
Both fields specify size=20; may be something funky w/ IE deciding password
fields should be displayed with a different font or such.

Sizes could be forced with CSS if we care a lot.


-- 
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 18261] SQL Errors on set up

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





--- Comment #4 from geraldine conway.gerald...@gmail.com  2009-03-30 19:38:51 
UTC ---
ok, maybe it was a stupid question but I still have not resolved my problem.

Could you tell me how to run the maintance script in simple terms please?


-- 
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 18261] SQL Errors on set up

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





--- Comment #5 from Roan Kattouw roan.katt...@gmail.com  2009-03-30 19:39:57 
UTC ---
(In reply to comment #4)
 ok, maybe it was a stupid question but I still have not resolved my problem.
 
 Could you tell me how to run the maintance script in simple terms please?
 

BugZilla is not a support forum. For support, e-mail the wikimedia-l list or
get on IRC: #mediawiki on freenode.


-- 
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 5244] Allow searching in intersections, etc. of categories

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





--- Comment #35 from penubag kevinjd...@yahoo.com  2009-03-30 21:08:37 UTC ---
I'm not sure how to do this but once we have patrolled revisions on en.wiki it
would be nice if we could find pages under Special:Unpatrolled Revisions and
Category:BLP


-- 
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 18263] New: Single quote in file name confuses reupload form

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

   Summary: Single quote in file name confuses reupload form
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: http://commons.wikimedia.org/w/index.php?title=Special:U
ploadwpDestFile=Insigne_de_l%27ETAP.jpgwpForReUpload=1
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Uploading
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: lupo.bugzi...@gmail.com
CC: jschulz_4...@msn.com


Go to the re-upload form for file [[File:Insigne de l'ETAP.jpg]] on the
Commons:

http://commons.wikimedia.org/w/index.php?title=Special:UploadwpDestFile=Insigne_de_l%27ETAP.jpgwpForReUpload=1

The XHTML is invalid, it contains

input tabindex='2' type='hidden' name='wpDestFile' id='wpDestFile' 
value='Insigne_de_l'ETAP.jpg' /ttInsigne_de_l'ETAP.jpg/tt

'Insigne_de_l'ETAP.jpg' is not a valid string.

As a result, you cannot upload a file, the server will always respond
The file has no extension (like .jpg). (At least in Firefox, because
FF passes Insigne_de_l as the value and ignores the rest.)

Somehow, the single quote in the file name does not get escaped.

See also
http://commons.wikimedia.org/wiki/Commons:Bistro#Pb_de_t.C3.A9l.C3.A9chargement_d.27une_nouvelle_version


-- 
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 16777] Upgrade Bugzilla to 3.2

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


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

   What|Removed |Added

   Severity|major   |normal
   Priority|High|Low




--- Comment #3 from Brion Vibber br...@wikimedia.org  2009-03-30 21:26:15 UTC 
---
De-urgenting.


-- 
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 18209] Provide consistent native way to attribute offsite users in revision history

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





--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-03-30 21:28:02 UTC 
---
See bug 323 on the conversion issue; not marking it as a blocker here but
should be considered.


-- 
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 1298] A current version of the upload.tar dir would be nice

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


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

   What|Removed |Added

 CC||br...@wikimedia.org
 AssignedTo|wikibugs-   |tf...@wikimedia.org
   |l...@lists.wikimedia.org   |
 Status|REOPENED|NEW
  Component|General/Unknown |Downloads




--- Comment #3 from Brion Vibber br...@wikimedia.org  2009-03-30 21:30:16 UTC 
---
While actual .tar files are probably not feasible at our current level (~3TB
for Commons files current versions only), getting some offsite image mirrors
and redistribution is on the table. Tomasz, assigning this one to you since
you'll be coordinating the data dump stuff.


-- 
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 1609] SPF (Sender Policy Framework) anti-forgery DNS record

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


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

   What|Removed |Added

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




--- Comment #3 from Brion Vibber br...@wikimedia.org  2009-03-30 21:32:20 UTC 
---
Not sure what the status on SPF, DomainKeys etc is. Fred, can you check up with
Mark on currents status and see what we're most interested ins etting up?


-- 
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 1919] Possible DB corruption on fr.wikipedia.org

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


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

   What|Removed |Added

 Blocks||16660




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

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


[Bug 16660] Database table cleanup (tracking)

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


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

   What|Removed |Added

 Depends on||1919




-- 
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 2219] Incorrect history date on Portuguese Wikipedia

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


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

   What|Removed |Added

 Blocks||16660




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

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


[Bug 16660] Database table cleanup (tracking)

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


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

   What|Removed |Added

 Depends on||2219




-- 
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 2559] Bogus MediaWiki: message entries in page history

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


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

   What|Removed |Added

 Blocks||16660




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

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


[Bug 16660] Database table cleanup (tracking)

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


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

   What|Removed |Added

 Depends on||2559




-- 
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 2923] More optimal download of large files / zsync / rsync

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


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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-03-30 21:36:44 UTC 
---
Since the biggest of our dump files are compressed with things much more
serious than gzip and aren't friendly to rsync/zsync, gonna WONTFIX this. :(


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

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


[Bug 3018] wrong please check back link on overload or down-page

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


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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #5 from Brion Vibber br...@wikimedia.org  2009-03-30 21:37:31 UTC 
---
Assuming 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 4152] Wikimedia Statistics use a nonstandard way of including SVG's in pages.

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


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

   What|Removed |Added

 CC||erikzac...@infodisiac.com




--- Comment #5 from Brion Vibber br...@wikimedia.org  2009-03-30 21:38:56 UTC 
---
No idea if this is still current. :) Poking over to Erik Z...


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

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


[Bug 3507] Invalid usernames on Wikimedia web sites

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


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

   What|Removed |Added

 Blocks||16660




-- 
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 4098] some server hostnames seems wrong

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


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

   What|Removed |Added

 CC||br...@wikimedia.org
 Depends on||17452
 AssignedTo|wikibugs-   |fvass...@wikimedia.org
   |l...@lists.wikimedia.org   |




--- Comment #2 from Brion Vibber br...@wikimedia.org  2009-03-30 21:41:59 UTC 
---
Still seems to be the case with some boxes... should be cleaned up when
completing the Ubuntu transition (bug 17452) with more consistent
configurations, but please check when we get there. :D


-- 
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 17452] Complete migration of all application servers from Fedora to Ubuntu

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


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

   What|Removed |Added

 Blocks||4098




-- 
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 4312] Username of all whitespaces in German Wikipedia dump file

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


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

   What|Removed |Added

 Blocks||16660




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

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


[Bug 16660] Database table cleanup (tracking)

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


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

   What|Removed |Added

 Depends on||4312




-- 
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 4152] Wikimedia Statistics use a nonstandard way of including SVG's in pages.

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


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

   What|Removed |Added

 CC|erikzac...@infodisiac.com   |
 AssignedTo|wikibugs-   |erikzac...@infodisiac.com
   |l...@lists.wikimedia.org   |




--- Comment #6 from Brion Vibber br...@wikimedia.org  2009-03-30 21:43:26 UTC 
---
Woops, s/CC/assignment/


-- 
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 4537] Categories created using Tamil words not recognised in stats

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


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

   What|Removed |Added

 AssignedTo|wikibugs-   |erikzac...@infodisiac.com
   |l...@lists.wikimedia.org   |




--- Comment #6 from Brion Vibber br...@wikimedia.org  2009-03-30 21:43:55 UTC 
---
Another old one that may be obsolete.


-- 
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 4744] Error in editing timestamp?

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


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

   What|Removed |Added

 Blocks||16660




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

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


[Bug 16660] Database table cleanup (tracking)

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


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

   What|Removed |Added

 Depends on||4744




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

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


[Bug 5230] Usernames with initial-lowercase letters need to be cleaned up across Wikimedia projects

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


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

   What|Removed |Added

 Blocks||16660




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

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


[Bug 16660] Database table cleanup (tracking)

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


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

   What|Removed |Added

 Depends on||5230




-- 
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 6064] Include uncompressed file sizes in data dump download pages

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


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

   What|Removed |Added

 AssignedTo|wikibugs-   |tf...@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 6232] Provide/get redirect/view stats for disambig pages

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


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

   What|Removed |Added

 CC||br...@wikimedia.org
 AssignedTo|wikibugs-   |erikzac...@infodisiac.com
   |l...@lists.wikimedia.org   |




--- Comment #2 from Brion Vibber br...@wikimedia.org  2009-03-30 21:46:43 UTC 
---
An old stats-related feature suggest, if you're interested.


-- 
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 6871] Database error: Edits not in correct order (afterwards)

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


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

   What|Removed |Added

 Blocks||16660




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

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


[Bug 16660] Database table cleanup (tracking)

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


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

   What|Removed |Added

 Depends on||6871




-- 
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 7401] multiple users running into phantom page does not exist errors

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


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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #9 from Brion Vibber br...@wikimedia.org  2009-03-30 21:47:59 UTC 
---
Going to assume this one-off issue was resolved. If similar continuing, please
add info. :)


-- 
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 7789] RFE: provide listings for image dump tarballs

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


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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-03-30 21:49:56 UTC 
---
This one's basically obsolete; we no longer do tarball dumps of images. :(

Future image dump access is more likely to be over rsync or other systems that
pull individual files...

(Note that URLs for images *can* be derived from their 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 8854] Install ImportFreeImages (Flickr) extension on Commons

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





--- Comment #8 from Brion Vibber br...@wikimedia.org  2009-03-30 21:51:14 UTC 
---
Note that this function will be handled by the add-media wizard that Michael
Dale is working on, which handles additional sources as well.


-- 
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 9457] eml interwiki broken on srv60

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


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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




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

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


[Bug 9513] Add a syadmin annotation system for backup dump runner

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


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

   What|Removed |Added

 AssignedTo|wikibugs-   |tf...@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 10829] Java interfering with Wikipedia pages but not other Wikimedia pages

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


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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-03-30 21:54:05 UTC 
---
Nobody else seems to have encountered this... :(


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

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


[Bug 15585] Don't report changes to wikibugs-l when only the CC changes

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


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

   What|Removed |Added

 Blocks||10842




-- 
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 10842] Don't post message on channel if changing CC field only

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


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

   What|Removed |Added

 Depends on||15585
 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #4 from Brion Vibber br...@wikimedia.org  2009-03-30 21:54:49 UTC 
---
Yep, that did 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 11186] bug in mailman version 2.1.9

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


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

   What|Removed |Added

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




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-03-30 21:56:11 UTC 
---
Probably long-obsolete, but take a peek if you see such errors logged.


-- 
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 11362] Database statistics for Wikimedia sites

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


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

   What|Removed |Added

 CC||br...@wikimedia.org
 AssignedTo|wikibugs-   |erikzac...@infodisiac.com
   |l...@lists.wikimedia.org   |




--- Comment #2 from Brion Vibber br...@wikimedia.org  2009-03-30 21:56:36 UTC 
---
Another stats suggestion. :D


-- 
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 12168] Ghost entries in bgwiki.categorylinks; wanted categories affected

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


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

   What|Removed |Added

 Blocks||16660




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

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


[Bug 16660] Database table cleanup (tracking)

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


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

   What|Removed |Added

 Depends on||12168




-- 
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 12188] The revision size is not available for old revisions

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


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

   What|Removed |Added

 Blocks||16660




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

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


[Bug 16660] Database table cleanup (tracking)

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


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

   What|Removed |Added

 Depends on||12188




-- 
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 12302] 404 error should be localised

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


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

   What|Removed |Added

 CC||br...@wikimedia.org
 Blocks||17316




--- Comment #3 from Brion Vibber br...@wikimedia.org  2009-03-30 21:59:00 UTC 
---
Adding a block on bug 17316 to remind us we'd want to be able to localize the
new 404 error page.


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

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


[Bug 17316] New 404 error page

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


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

   What|Removed |Added

 Depends on||12302




-- 
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 12361] missing directionality buttons for the 'textarea' when viewing the source of a protected page (project dependent)

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


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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-03-30 22:00:26 UTC 
---
There are no directionality buttons in MediaWiki, unless a customization adds
them.


-- 
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 4357] facilitate syntax for BiDi editing (tracking)

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


Bug 4357 depends on bug 12361, which changed state.

Bug 12361 Summary: missing directionality buttons for the 'textarea' when 
viewing the source of a protected page (project dependent)
https://bugzilla.wikimedia.org/show_bug.cgi?id=12361

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||INVALID



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

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


[Bug 12969] Incomplete Renameuser cases on Wikipedia

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


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

   What|Removed |Added

 Blocks||16660




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

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


[Bug 16660] Database table cleanup (tracking)

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


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

   What|Removed |Added

 Depends on||12969




-- 
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 13637] Wiki data dump bzip2 - 7zip conversion doesn't report failure on corrupt input

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


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

   What|Removed |Added

 AssignedTo|ar...@wikimedia.org |tf...@wikimedia.org




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

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


  1   2   >