[Bug 15735] Non-clickable links (from #ifexist) should be flagged in pagelinks

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15735


Splarka h...@goldrush.com changed:

   What|Removed |Added

 CC||h...@goldrush.com
 Status|REOPENED|RESOLVED
 Resolution||DUPLICATE




--- Comment #4 from Splarka h...@goldrush.com  2009-07-19 06:22:42 UTC ---
 I'd imagine the pagelinks entry has to exist to ensure the page containing the
 #ifexist test is properly re-evaluated should someone come along and create 
 (or
 un-create) its subject.

Exactly. that is bug 10857.

Probably.(In reply to comment #2)
 Re-opening. Not sure why this is closed as INVALID.

Well, how about a dupe then. Bug 12019 looks good. But really, this is an
expected behavior.

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


-- 
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 12019] ifexist function uses pagelinks table in lieu of better options

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12019





--- Comment #7 from Splarka h...@goldrush.com  2009-07-19 06:22:42 UTC ---
*** Bug 15735 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 19818] New: User CSS/JS cannot be marked as patrolled by users without editusercssjs right

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19818

   Summary: User CSS/JS cannot be marked as patrolled by users
without editusercssjs right
   Product: MediaWiki
   Version: 1.16-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Recent changes
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: liang...@gmail.com


If a user has patrol permission but not editusercssjs, he/she cannot mark a
user custom css/js page as patrolled. I don't think marking as patrolled is
editing, so users without editusercssjs right should be allow to do it.


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

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


[Bug 19819] New: Activate revisiondelete for sysops on simple wiki.

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19819

   Summary: Activate revisiondelete for sysops on simple wiki.
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: http://simple.wikipedia.org/wiki/Wikipedia:AN#RevisionDe
lete
OS/Version: All
Status: NEW
  Keywords: shell
  Severity: enhancement
  Priority: Normal
 Component: User interface
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: scr...@nonvocalscream.com


Please activate revisiondelete for simple.wikipedia


-- 
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 19819] Activate revisiondelete for sysops on simple wiki.

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19819





--- Comment #1 from Jon scr...@nonvocalscream.com  2009-07-19 07:28:12 UTC ---
http://simple.wikipedia.org/wiki/Wikipedia:Administrators%27_noticeboard#RevisionDelete


-- 
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 16175] Clean up the rendering of messages displayed at the top of the edit window (patch)

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16175


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

   What|Removed |Added

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




--- Comment #3 from Niklas Laxström niklas.laxst...@gmail.com  2009-07-19 
08:25:18 UTC ---
Why are you turning addWikiMsg and wrapWikiMsg calls to something horrible?


-- 
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 16175] Clean up the rendering of messages displayed at the top of the edit window (patch)

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16175





--- Comment #4 from Happy-melon happy-me...@live.com  2009-07-19 09:10:20 UTC 
---
Would you rather add *another* wfMsgXxx function, that automatically adds the
mw-message_name id?  I'd be equally happy with that, but I was under the
impression that we were moving *away* from using zillions of little variations
of wfMsg functions?  Xml::tags should be used (either directly or through such
a wrapper) as good coding practice; plus it'll be useful/necessary for, eg, the
transition to HTML5 that's currently being discussed on wikitech-l.  It looks
like eventually we'll switch, and then we can remove the closing /div tag and
some of the attribute quotes.  I'd rather be able to do that just by changing
Xml::tags than have to go trawling through the codebase looking for hardcoded
divs.  This is elementary software encapsulation, no?


-- 
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 19820] New: Garbage in Special:Preferences

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19820

   Summary: Garbage in Special:Preferences
   Product: MediaWiki
   Version: 1.16-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Vector Skin
AssignedTo: tpars...@wikimedia.org
ReportedBy: bugzilla.wikime...@publi.purodha.net
CC: bugzilla.wikime...@publi.purodha.net


Created an attachment (id=6365)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=6365)
Screenshot: Detail of Special:Preferences under Sector skin.

In the Vector skin in Special:Preferences,
there are (a) pieces of html rendered verbatim instead of executed,
and (b) lines of mixed text elements that do not make sense.

See attached screen shot:
- top line (a)
- two lines at bottom (a) and (b)

The text:
 Beshtätejung Ding E-Mail Adress wood aam strong26. Määz 2006/strong
övver e-mail: öm strong15:33/strong Uhr bestätich.

should be:
 Beshtätejung övver e-mail:
 Ding E-Mail Adress wood aam 26. Määz 2006 öm 15:33 Uhr bestätich.


-- 
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 14901] Email notification mistakes edit for new page creation

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14901


Tom  Gries m...@tgries.de changed:

   What|Removed |Added

 CC||m...@tgries.de
   Severity|minor   |normal
Version|1.13-svn|1.16-svn




--- Comment #3 from Tom  Gries m...@tgries.de  2009-07-19 13:22:14 UTC ---
This problem is still ongoing, wrong notification texts are sent for cases,
where a watched page is _deleted_

Texts like

Subject:  File:xx.jpg has been created by 
Body:
...
This is a new page.

are sent mistakenly when the watched page xx.jpg is _deleted_.

It deals with an edit (here: deletion), but the E-Mail notification should not
send a subject and a text in the body saying This is a new page. which is
fully wrong.


-- 
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 19821] New: move NAMESPACE

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19821

   Summary: move NAMESPACE
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://zh.wikisource.org/wiki/Wikisource:%E5%86%99%E5%AD
%97%E9%97%B4#.E6.96.B0.E7.9A.84namespace.E5.B7.B2.E7.BB.
8F.E5.AE.8C.E6.88.90
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: wmr89502...@gmail.com


please move all 作者: to Author: on Chinese Wikisource.


-- 
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 19822] New: Remove unnecessary restrictions on DISPLAYTITLE

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19822

   Summary: Remove unnecessary restrictions on DISPLAYTITLE
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: cat...@vp.pl


As far as I can tell, we can currently only use the magic word DISPLAYTITLE in
certain special cases, i.e. to change the case of the initial letter of the
title, to add italics and bolding (maybe there are others). It seems to be
impossible to use it to work around other technical restrictions on titles,
such as the prohibitions on using certain characters. Surely this isn't
necessary - just because there are technical problems with using a character in
wikilinks, there should be no need to prevent it from being displayed to users
in the article header.


-- 
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 19822] Remove unnecessary restrictions on DISPLAYTITLE

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19822


Conrad Irwin conrad.ir...@gmail.com changed:

   What|Removed |Added

 CC||conrad.ir...@gmail.com
 Status|NEW |RESOLVED
 Resolution||WORKSFORME




--- Comment #1 from Conrad Irwin conrad.ir...@gmail.com  2009-07-19 14:21:20 
UTC ---
See the note at http://www.mediawiki.org/wiki/Manual:$wgAllowDisplayTitle and
http://www.mediawiki.org/wiki/Manual:$wgRestrictDisplayTitle .


-- 
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 19823] New: RevisionDelete: No recreate-warning after a page has been suppress-deleted

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19823

   Summary: RevisionDelete: No recreate-warning after a page has
been suppress-deleted
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Page editing
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: church.of.emacs...@gmail.com


If an oversight user deletes an article while another user is editing it, the
other user gets no warning on saving the page.
Before an article is saved, EditPage::wasDeletedSinceLastEdit() is checked (if
it returns true, a warning is given). wasDeletedSinceLastEdit() calls
Title::isDeleted() (since r47750 it's isDeletedQuick()) which seems to fail to
return true if the page was deleted with suppress (both methods have this
problem).
Since there are probably other parts of MediaWiki as well, who call isDeleted
and isDeletedQuick, those functions should be made compatible with
RevisionDelete.


-- 
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 14900] __INDEX__ and __NOINDEX__ should not override $wgArticleRobotPolicies

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14900


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

   What|Removed |Added

Attachment #5670 is|0   |1
   obsolete||




--- Comment #3 from Happy-melon happy-me...@live.com  2009-07-19 15:21:53 UTC 
---
Created an attachment (id=6366)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=6366)
Updated patch, against r53416

Updated patch. This moves all robots handling to a new
Article::setRobotPolicyForView (reborn from Article::getRobotPolicyForView ),
which uses array_merge to build a single policy from the various layers of
config.  This has the nice freebie that you can now say something like:

$wgDefaultRobotPolicy = 'index, nofollow';
$wgNamespaceRobotPolicies[NS_USER] = 'noindex';

And the 'nofollow' attribute will be inherited from the default policy, which
would be expected behaviour.  Currently the policy would be lost and the
hardcoded default of 'follow' would be used... :(

The patch also cleans up Article::view() a little, to avoid the fourfold
duplication of the do-this-when-the-body-has-been-constructed section; prompted
because the call to setRobotPolicyForView() is moved there, so it has access to
the parser output (which is now stored as a member variable $mParserOutput,
rather than discarded) to check for __NOINDEX__ tags.  

I've also encapsulated the do we allow __NOINDEX__ tags in this namespace
logic in Title::canUseNoindex(), so it can be called from both
Article::setRobotPolicyForView() and the Parser. This makes it trivial to
resolve bug16979, which I've done in this patch; the modifications to
Parser.php aren't strictly necessary to resolve *this* bug, but it's quite a
nice (and useful) change.  

My first efforts at the change involved using the page_props table, which might
still be a good idea.  This led me to improve the documentation for
$wgPagePropLinkInvalidations, which I've left in because at the moment it's
totally rubbish.


-- 
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 19796] Checkuser watchlist feature

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19796





--- Comment #6 from Mike.lifeguard mike.lifegu...@gmail.com  2009-07-19 
15:49:20 UTC ---
(In reply to comment #5)
 If done, this would likely be global only, but not cross-wiki.
 

Sorry, I'm not sure what the difference between global and cross-wiki is
here. Can you clarify?


-- 
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 19819] Activate revisiondelete for sysops on simple wiki.

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19819


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

   What|Removed |Added

 CC||rhals...@wikimedia.org
  Component|User interface  |Site requests
Product|MediaWiki   |Wikimedia




--- Comment #2 from Chad H. innocentkil...@gmail.com  2009-07-19 15:52:26 UTC 
---
Component change, add Rob's CC.


-- 
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 19819] Activate revisiondelete for sysops on simple wiki.

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19819


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

   What|Removed |Added

 CC||mike.lifegu...@gmail.com,
   ||br...@wikimedia.org




--- Comment #3 from Mike.lifeguard mike.lifegu...@gmail.com  2009-07-19 
15:56:45 UTC ---
(In reply to comment #2)
 Component change, add Rob's CC.
 

Actually, I think Brion has generally been giving Rob the go-ahead first.


-- 
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 19820] Garbage in Special:Preferences

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19820


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

   What|Removed |Added

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




--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com  2009-07-19 
15:58:56 UTC ---
(a) Has nothing to do with Vector, happens with all skins.
(b) I said long ago that | alignment sucks in Special:Preferences, I'd prefer
left-left, and have overridden this in my personal styles.
(c) There is more than one issue in this bug.
(d) a) is because Xml-functions are used. They do not allow any kind of
mark-up, and this is known and no fix is currently being implemented.


-- 
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 19820] Garbage in Special:Preferences

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19820


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

   What|Removed |Added

 CC||innocentkil...@gmail.com
  Component|Vector Skin |User preferences




--- Comment #2 from Chad H. innocentkil...@gmail.com  2009-07-19 15:59:57 UTC 
---
Changing to Preferences.


-- 
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 19821] move NAMESPACE

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19821





--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-07-19 16:04:03 UTC 
---
Can you clarify -- is a namespace name or alias requested here, or just some
batch renaming?


-- 
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 19815] Enable Rollback on en.Wikinews tie into editor group

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19815


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

   What|Removed |Added

 AssignedTo|wikibugs-   |rhals...@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 19813] Enable the rollback usergroup at Simple English Wikiquote

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19813


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

   What|Removed |Added

 AssignedTo|wikibugs-   |rhals...@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 16175] Clean up the rendering of messages displayed at the top of the edit window (patch)

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16175





--- Comment #5 from Niklas Laxström niklas.laxst...@gmail.com  2009-07-19 
16:10:29 UTC ---
You can very well add the id with wrapWikiMsg too, (are you sure classes are
not enough? we've got jQuery soon). Don't over engineer, because I have nowhere
seen even a suggestion that we would change what Xml-functions would do. The
only proposal was to create a new HTML class by Simetrical, which sounds much
more sane.

What you are suggesting now, is not readable, even ignoring the unsusual
indendation. And oh, did you mention that you changed some class names too? And
if you really really want it, you can even combine wrapWikiMsg and
Xml-functions, something like this:

-wrapWikiMsg( Xml::element( 'div', array( 'class' = 'foo', 'id' = 'daa' ),
'$1' ), 'baz' );


-- 
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 19587] secure.wikimedia.org speed and status

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19587





--- Comment #4 from William Allen Simpson william.allen.simp...@gmail.com  
2009-07-19 16:12:19 UTC ---
Created an attachment (id=6367)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=6367)
peaks during off-peak time

Thank you for the ganglia link. The server list had ssl 
instead of secure.wikimedia.org, so I'd missed it.

I've been looking at the graphs from time to time, and 
this was a fine example.


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

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


[Bug 19792] Article actually exists, but won't come up.

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19792





--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-07-19 16:14:07 UTC 
---
1) What's the URL to the page?

2) Are you sure this was on en.wikipedia.org and not another site?

3) What username did you use?


-- 
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 10593] Namespace filter in Special:Linksearch on WMF wikis

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10593


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

   What|Removed |Added

 CC||pub...@mzmcbride.com




--- Comment #6 from Brion Vibber br...@wikimedia.org  2009-07-19 16:14:57 UTC 
---
*** Bug 19789 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 19789] LinkSearch has no namespace selector in its interface

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19789


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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-07-19 16:14:57 UTC 
---


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


-- 
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 19587] secure.wikimedia.org speed and status

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19587





--- Comment #5 from William Allen Simpson william.allen.simp...@gmail.com  
2009-07-19 16:23:57 UTC ---
Noting for the record that http://nagios.wikimedia.org/ has been reporting 
MEMCACHED CRITICAL - Can not connect to 10.0.2.159:11000 (Connection refused) 
for some time now


-- 
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 19824] New: Drafts' summary shall be displayed in existing list and Special:Draft

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19824

   Summary: Drafts' summary shall be displayed in existing list and
Special:Draft
   Product: MediaWiki extensions
   Version: any
  Platform: PC
OS/Version: Windows Vista
Status: NEW
  Severity: trivial
  Priority: Normal
 Component: Drafts
AssignedTo: tpars...@wikimedia.org
ReportedBy: jan...@calcey.com
CC: wikibugs-l@lists.wikimedia.org


In the current implementation user is allowed to set summary for a draft.
User can see them only when a draft is opened for editing. (Detailed view)

It would be better if the summary is displayed in summary views.
1) Existing draft list panel 
2) Special:Draft page


-- 
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 19796] Checkuser watchlist feature

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19796





--- Comment #7 from Mark Pellegrini mapellegr...@comcast.net  2009-07-19 
16:40:15 UTC ---
There are three levels of watchlist being proposed/discussed right now:

* User level - a user's ranges/comments are visible only to that user
* Global level - a user's ranges/comments are visible to all checkusers on that
wiki
* Cross-wiki level - a user's ranges/comments are visible to all checkusers on
all wikis 


-- 
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 19821] move NAMESPACE

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19821





--- Comment #2 from wmr wmr89502...@gmail.com  2009-07-19 16:44:18 UTC ---
Batch renaming, nearly 3000 pages. and please redirect the old pages to new
pages.


-- 
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 19784] date option ISO 8601 produce illegal id

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19784


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

   What|Removed |Added

 AssignedTo|wikibugs-   |br...@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 19825] New: User shall be able to discard multiple drafts at once

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19825

   Summary: User shall be able to discard multiple drafts at once
   Product: MediaWiki extensions
   Version: any
  Platform: PC
OS/Version: Windows Vista
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Drafts
AssignedTo: tpars...@wikimedia.org
ReportedBy: jan...@calcey.com
CC: wikibugs-l@lists.wikimedia.org


In the current implementation user has to discard drafts one by one.
It would be better if there is an option to discard multiple drafts at once.

e.g: Selecting check boxes and click Discard button 

Additional information:
Some popular email clients has this feature.
Also this will require the summary to be displayed for user to be sure about
discarding.


-- 
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 19826] New: Draft count shall be displayed in Special:Draft page

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19826

   Summary: Draft count shall be displayed in Special:Draft page
   Product: MediaWiki extensions
   Version: any
  Platform: PC
OS/Version: Windows Vista
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Drafts
AssignedTo: tpars...@wikimedia.org
ReportedBy: jan...@calcey.com
CC: wikibugs-l@lists.wikimedia.org


It would be better if Draft count is displayed in Special:Draft page. 

In the current implementation the count is displayed in 'Show Preview' and
'Show Changes' 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 19785] tablerow for gadgets-prefstext not valid

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19785


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

   What|Removed |Added

 AssignedTo|brightb...@gmail.com|br...@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


[Bug 19785] tablerow for gadgets-prefstext not valid

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19785


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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-07-19 16:54:44 UTC 
---
Fixed in r53481


-- 
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 19827] New: Special:SpecialPages title is Upload file

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19827

   Summary: Special:SpecialPages title is Upload file
   Product: MediaWiki
   Version: 1.16-svn
  Platform: All
   URL: http://translatewiki.net/wiki/Special:SpecialPages?usela
ng=en
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: siebr...@wikipedia.be


See URL. On trunk (1.16alpha - r53479) the [[Special:SpecialPages]] title is
Upload file.


-- 
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 19827] Special:SpecialPages title is Upload file

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19827


Siebrand siebr...@wikipedia.be changed:

   What|Removed |Added

   Priority|Normal  |High




-- 
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 19769] Only date shall be considered for draft expireation

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19769


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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-07-19 16:57:17 UTC 
---
Expiration of forgotten drafts is intended behavior.


-- 
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 19767] User can access the expired drafts throug saved bookmarks

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19767


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

   What|Removed |Added

   Severity|critical|normal




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-07-19 16:58:21 UTC 
---
Not critical.


-- 
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 19826] Draft count shall be displayed in Special:Draft page

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19826


Janesh Kodikara jan...@calcey.com changed:

   What|Removed |Added

   Severity|normal  |enhancement




-- 
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 19761] Remove worse-than-useless meta keywords feature

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19761


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

   What|Removed |Added

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




--- Comment #3 from Brion Vibber br...@wikimedia.org  2009-07-19 17:00:51 UTC 
---
Could have sworn I removed this misfeature a year or two ago. :) Gettin' out
the scissors...


-- 
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 19796] Checkuser watchlist feature

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19796





--- Comment #8 from Mark Pellegrini mapellegr...@comcast.net  2009-07-19 
17:04:17 UTC ---
Note - the possibility that this feature could violate the WMF privacy policy
was brought up on the checkuser mailing list. Mike Godwin was asked to comment,
and he said that such a feature would not violate the policy. 


-- 
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 19761] Remove worse-than-useless meta keywords feature

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19761


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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #4 from Brion Vibber br...@wikimedia.org  2009-07-19 17:07:52 UTC 
---
Done in r53482.

Note the functionality could be replicated in an extension easily enough should
someone actually want such things. :) But modern search engines don't use the
field, and the values were poorly selected, so I'm happy to kill it.


-- 
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 7614] New Meta keyword entry added each time addWikiText is called

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=7614


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

   What|Removed |Added

 CC||br...@wikimedia.org
 Status|NEW |RESOLVED
 Resolution||INVALID




--- Comment #3 from Brion Vibber br...@wikimedia.org  2009-07-19 17:08:40 UTC 
---
Obsoleted; link-based meta keywords have been removed per bug 19761.


-- 
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 570] Mediawiki incorrectly sorts link names before selecting the first n links to be keywords in meta tags

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=570


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

   What|Removed |Added

 CC||br...@wikimedia.org
 Status|NEW |RESOLVED
 Resolution||INVALID




--- Comment #4 from Brion Vibber br...@wikimedia.org  2009-07-19 17:08:55 UTC 
---
Obsoleted; link-based meta keywords have been removed per bug 19761.


-- 
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 19760] Match ordering of GlobalBlocking fields to local block form

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19760


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

   What|Removed |Added

Summary|Match ordering of fields to |Match ordering of
   |local block form|GlobalBlocking fields to
   ||local block form




--- Comment #2 from Brion Vibber br...@wikimedia.org  2009-07-19 17:09:23 UTC 
---
clarifying summary


-- 
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 19757] Tool icon for indentation

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19757


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

   What|Removed |Added

 CC||br...@wikimedia.org




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-07-19 17:10:13 UTC 
---
Note you'll probably want a de-indent to go with it. :)


-- 
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 19829] New: Ganglia link to wikitech

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19829

   Summary: Ganglia link to wikitech
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://ganglia.wikimedia.org/
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: General/Unknown
AssignedTo: br...@wikimedia.org
ReportedBy: william.allen.simp...@gmail.com
CC: rhals...@wikimedia.org


Every http://ganglia.wikimedia.org/ page has a link to [ Server admin log ], 
currently pointing at https://wikitech.leuksman.com/view/Server_admin_log, 
giving me security errors in Firefox:

  wikitech.leuksman.com uses an invalid security certificate.

  The certificate is not trusted because the issuer certificate is not trusted.

Should be http://wikitech.wikimedia.org/view/Server_admin_log


-- 
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 16175] Clean up the rendering of messages displayed at the top of the edit window (patch)

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16175





--- Comment #6 from Happy-melon happy-me...@live.com  2009-07-19 17:12:56 UTC 
---
(In reply to comment #5)
 You can very well add the id with wrapWikiMsg too, (are you sure classes are
 not enough? we've got jQuery soon). Don't over engineer, 
IMO this is just standard encapsulation; in the same way that we are now
hunting down and destroying all hardcoded SQL statements to allow proper
database abstraction, the codebase would, in an ideal world, not contain any
hardcoded HTML for the same reasons.  

 because I have nowhere
 seen even a suggestion that we would change what Xml-functions would do. The
 only proposal was to create a new HTML class by Simetrical, which sounds much
 more sane.
Which would then be deployed by a steady conversion of Xml::... to
Html::... across the codebase.  Which can be greped for, unlike hardcoded
instances.

 
 What you are suggesting now, is not readable, even ignoring the unsusual
 indendation. And oh, did you mention that you changed some class names too? 
Where? error is added to cascadeprotectedwarning and titleprotectedwarning to
be consistent with longpage-error, but I don't see any classes *changed*.  I'm
not wedded to the error class; I can see the distinction between
longpage-error and the other notices.  I used id=mw-*edit*-... to match the
one warning (longpage-error) that *does* currently have an ID; I don't like it
(they should be the standard mw-message_name like everywhere else), but it
was to *avoid* changing ids.


 if you really really want it, you can even combine wrapWikiMsg and
 Xml-functions, something like this:
 
 -wrapWikiMsg( Xml::element( 'div', array( 'class' = 'foo', 'id' = 'daa' ),
 '$1' ), 'baz' );
 
What's better about that?  The $1 string injection in wrapWikiMsg() is *even
more* obfuscated than addHTML().

As I said, I'd be perfecly happy to add another global function, but I was
under the impression that we wanted fewer message functions (and global
functions generally), not more.  Maybe a method in OutputPage would be
preferable... $wgOut-outputMsgDiv() or somesuch...?


-- 
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 19761] Remove worse-than-useless meta keywords feature

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19761


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

   What|Removed |Added

 Status|RESOLVED|CLOSED




-- 
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 19758] Slightly wrong grammar in description of when e-mail address was confirmed

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19758


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

   What|Removed |Added

 CC||br...@wikimedia.org
 Status|NEW |RESOLVED
 Resolution||WORKSFORME




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-07-19 17:15:09 UTC 
---
This was already changed this way in r40799 (September 2008), and should appear
as such in current releases.


-- 
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 19829] Ganglia link to wikitech

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19829


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

   What|Removed |Added

 CC||br...@wikimedia.org
 AssignedTo|br...@wikimedia.org |fvass...@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


[Bug 19827] Special:SpecialPages title is Upload file

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19827


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

   What|Removed |Added

 AssignedTo|wikibugs-   |br...@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 19758] Slightly wrong grammar in description of when e-mail address was confirmed

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19758





--- Comment #2 from Earle Martin ea...@downlode.org  2009-07-19 17:24:10 UTC 
---
Okay - but I'm currently seeing it on enwp. This is with the Vector skin, if
that makes any difference. Cheers.


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

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


[Bug 19827] Special:SpecialPages title is Upload file

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19827


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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-07-19 17:25:57 UTC 
---
Fixed in r53483. Restructured SpecialUpload class was performing output in
constructor; this messed up other pages using the object in the background, as
Special:Specialpages... split out the initialization and moved header output to
execute()


-- 
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 19758] Slightly wrong grammar in description of when e-mail address was confirmed

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19758


Siebrand siebr...@wikipedia.be changed:

   What|Removed |Added

 CC||siebr...@wikipedia.be
  Component|User preferences|Site requests
Product|MediaWiki   |Wikimedia




--- Comment #4 from Siebrand siebr...@wikipedia.be  2009-07-19 17:30:00 UTC 
---
Changed product/component to Wikimedia/Site requests


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

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


[Bug 19752] Add option for PHP version

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19752


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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-07-19 17:30:10 UTC 
---
Adding more structured fields like this usually doesn't help much, but just
makes it harder to get in or out in the first place.


-- 
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 19724] Create strategy.wikimedia.org

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19724


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

   What|Removed |Added

 AssignedTo|wikibugs-   |rhals...@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 19796] Checkuser watchlist feature

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19796





--- Comment #9 from Mike.lifeguard mike.lifegu...@gmail.com  2009-07-19 
17:31:32 UTC ---
(In reply to comment #7)
 * Global level - a user's ranges/comments are visible to all checkusers on 
 that
 wiki

Using the word global to describe this is wrong - it is not global at all
(that is why I didn't understand the difference between global and
cross-wiki -- there isn't any such difference). This should more correctly be
called shared or shared locally if there is a need to differentiate between
this and cross-wiki sharing.

For steward use, cross-wiki sharing is really critical - without that it will
be nearly useless for us.


-- 
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 19804] localize value acceptance of function ref name= /

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19804


Siebrand siebr...@wikipedia.be changed:

   What|Removed |Added

 CC||siebr...@wikipedia.be
  Component|Internationalization|Cite
Product|MediaWiki   |MediaWiki extensions
Version|unspecified |any




-- 
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 19804] localize value acceptance of function ref name= /

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19804


Siebrand siebr...@wikipedia.be changed:

   What|Removed |Added

   Keywords||i18n




-- 
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 19723] Update index table when pages are deleted.

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19723


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

   What|Removed |Added

 AssignedTo|wikibugs-   |mrzmanw...@gmail.com
   |l...@lists.wikimedia.org   |
  Component|General/Unknown |IndexFunction




-- 
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 19708] Wiki does not exist while mhr wiki does exist

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19708


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

   What|Removed |Added

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




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-07-19 17:36:37 UTC 
---
This should be resolved by recent fixups to our software deployment.


-- 
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 19707] Set up a logo for mhr.wikipedia

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19707


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

   What|Removed |Added

 AssignedTo|wikibugs-   |rhals...@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 19796] Checkuser watchlist feature

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19796





--- Comment #10 from Larry Pieniazek l...@miltontrainworks.com  2009-07-19 
17:39:50 UTC ---
Agree with Mike

Suggest instead that the terms be

* personal - User level - a user's ranges/comments are visible only to that
user
* local - One wiki level - a user's ranges/comments are visible to all
checkusers on that wiki
* Global - Cross-wiki level - a user's ranges/comments are visible to all
allowed users on
all wikis 


-- 
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 19681] add an explicit action=view_source to present a page's markup

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19681


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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Comment #6 from Brion Vibber br...@wikimedia.org  2009-07-19 17:46:05 UTC 
---
Source is available in editing view. There's no benefit to adding a second way
to get at the same thing, but arbitrarily restricted.


-- 
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 19511] 404 error when navigating away from the mobile site to regular Wikipedia

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19511


Hampton Catlin hcat...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #2 from Hampton Catlin hcat...@wikimedia.org  2009-07-19 17:51:08 
UTC ---
I believe this issue has been resolved and the redirect script is now properly
in place.


-- 
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 19830] New: PDF prints don't join Arabic letters properly

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19830

   Summary: PDF prints don't join Arabic letters properly
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Collection
AssignedTo: supp...@pediapress.com
ReportedBy: oba...@gmail.com


The book tool does not produce correct Arabic: letters don't get joined
properly. Please compare any PDF produced with its Arabic original page. The
issue affects all Arabic projects.


-- 
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 19451] links to Unicode combined forms should appear blue if they autoredirect to component forms

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19451


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

   What|Removed |Added

  Component|Database|Page rendering




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-07-19 18:19:41 UTC 
---
I could swear there's already a bug entry on 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 19484] Remove MediaWiki:noexactmatch usage.

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19484


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

   What|Removed |Added

 CC||br...@wikimedia.org




--- Comment #8 from Brion Vibber br...@wikimedia.org  2009-07-19 18:24:19 UTC 
---
Could someone maybe give an example of what these templates look like and how
you expect to use them? Most likely there's a better way to implement this that
won't interfere with search results, but it's hard for us to comment when we're
not familiar with the results-page hack that was used to display the template.


-- 
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 19490] Clear button on search bar

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19490


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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-07-19 18:24:53 UTC 
---
This got added a while back :D


-- 
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 19490] Clear button on search bar

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19490


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

   What|Removed |Added

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




--- Comment #2 from Brion Vibber br...@wikimedia.org  2009-07-19 18:26:39 UTC 
---
This was added on the iPhone client, but not on the mobile web client (served
rigth out of server and viewed in regular browser).


-- 
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 19484] Remove MediaWiki:noexactmatch usage.

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19484





--- Comment #9 from Robert Stojnic rain...@eunet.yu  2009-07-19 18:32:54 UTC 
---
Apparently people re-added these templates using the new message:

http://en.wiktionary.org/w/index.php?title=Special%3ASearchsearch=a+new+wordgo=Go


-- 
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 19484] Remove MediaWiki:noexactmatch usage.

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19484


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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME




--- Comment #10 from Brion Vibber br...@wikimedia.org  2009-07-19 18:40:14 
UTC ---
Resolving WORKSFORME


-- 
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 577] Go and search button are confusing

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=577


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

   What|Removed |Added

 CC||br...@wikimedia.org
 AssignedTo|wikibugs-   |tpars...@wikimedia.org
   |l...@lists.wikimedia.org   |
 Status|REOPENED|NEW




--- Comment #8 from Brion Vibber br...@wikimedia.org  2009-07-19 18:43:53 UTC 
---
Usability team is working on this issue. :) Assigning to Trevor.


-- 
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 19831] New: Add an icon to Wikinews for iPhone's iPod Touch's

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19831

   Summary: Add an icon to Wikinews for iPhone's  iPod Touch's
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://commons.wikimedia.org/wiki/File:Apple-touch-
icon.png
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: tristan.tho...@wikinewsie.org


Can you add the icon at
http://commons.wikimedia.org/wiki/File:Apple-touch-icon.png to
http://en.wikinews.org/apple-touch-icon.png so that it then displays on Apple
devices on the home screen.  Wikipedia currently has one at the equivalent
address.  Hope I filed this right, it's my first. 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 19831] Add an icon to Wikinews for iPhone's iPod Touch's

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19831


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

   What|Removed |Added

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




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-07-19 18:54:37 UTC 
---
Looks like there's a line of pixels cut off at the end here...


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

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


[Bug 19484] Remove MediaWiki:noexactmatch usage.

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19484


spacebirdy spacebi...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |




--- Comment #11 from spacebirdy spacebi...@gmail.com  2009-07-19 19:00:15 UTC 
---
(In reply to comment #10)
 Resolving WORKSFORME
 

What do You mean, closing this as Worksforme is not a resolution to the
problem described.
They implemented the templates at
http://en.wiktionary.org/wiki/MediaWiki:Searchmenu-new where they should not
be, because then they will also be shown at the full text search, where we
don't want them, which is why this bug was opened.

Please give us a message, it can be an empty one!, which is only implemented in
the search in ...go but not in ...fulltext

Many thanks in advance, best regards.


-- 
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 19715] Special:AbuseFilter/tools produce javascript error in IE7 when typing

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19715





--- Comment #3 from Umherirrender umherirrender_de...@web.de  2009-07-19 
19:02:37 UTC ---
Oh, Missing: You should not have permission to edit abuse filter or so one.
Maybe fixed by r53407, because there is no change to enter that page.


-- 
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 19484] Provide clean interface for new-page template selection as on Wiktionary (was: Remove MediaWiki:noexactmatch usage.)

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19484


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

   What|Removed |Added

 Depends on||577
 AssignedTo|wikibugs-   |tpars...@wikimedia.org
   |l...@lists.wikimedia.org   |
 Status|REOPENED|NEW
Summary|Remove  |Provide clean interface for
   |MediaWiki:noexactmatch  |new-page template selection
   |usage.  |as on Wiktionary (was:
   ||Remove
   ||MediaWiki:noexactmatch
   ||usage.)




--- Comment #12 from Brion Vibber br...@wikimedia.org  2009-07-19 19:06:41 
UTC ---
Ok then I guess you aren't happy with current state. No way to tell when it
seems to have already been reimplemented without further comment. :)


Trevor, can you guys follow up on this in your consideration of the search box
UI redesign?

Spacebirdy, note that we're planning to phase out the separate go button
entirely. Perhaps what would be best here would be to have the create a page
link optionally take you to a form/wizard page which can provide the predefined
template text options.

Adding a create page 'Blah' item into the dropdown to take the place of the
planned 'Go to page Blah' when Blah doesn't exist may also help here, as it'd
allow for a sensible keyboard workflow that's only slightly different from the
current one (type, down arrow, hit enter).

Added some details to summary and hitched to bug 577 (go vs search confusion).


-- 
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 577] Go and search button are confusing

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=577


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

   What|Removed |Added

 Blocks||19484




-- 
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 12129] Log events occasionally not logged

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12129


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

   What|Removed |Added

Summary|Log events occassionally not|Log events occasionally not
   |logged  |logged




--- Comment #10 from Mike.lifeguard mike.lifegu...@gmail.com  2009-07-19 
19:10:09 UTC ---
(In reply to comment #9)
 If it's still occurring (is it?), then evidently there hasn't been progress, 
 or
 at least it hasn't been perfect.
 

It is. In particular, Commons users notice unlogged (and sometimes incomplete)
deletions like http://commons.wikimedia.org/wiki/File:Dan_Brown.jpg

Would listing cases here help figure out what's going on?


-- 
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 19586] jQuery is breaking mwsuggest preventing users of Opera 8 to log into en.wp

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19586


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

   What|Removed |Added

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




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-07-19 19:15:36 UTC 
---
Trevor, can you confirm this? I can't even get Opera 8 or 8.5 to run without
crashing on my Mac, and 9.6 doesn't seem to have any problems that I can
clearly identify... not that we actually have jQuery enabled by default now.
Possibly a side effect of the old bug w/ edit toolbar JS getting loaded when
not needed?


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

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


[Bug 19669] PHP warning on opening 'my preferences'

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19669


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

   What|Removed |Added

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




--- Comment #2 from Brion Vibber br...@wikimedia.org  2009-07-19 19:16:41 UTC 
---
Prefs; assigning to Andrew's queue.


-- 
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 19492] I am unable to login or use the search on certain pages, but search works fine on other pages.

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19492


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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME




--- Comment #3 from Brion Vibber br...@wikimedia.org  2009-07-19 19:21:09 UTC 
---
Working fine for me... If continuing, please include details of platform,
browser, and any user preferences (such as skin selection).


-- 
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 19564] Missing hook docs

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19564


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

   What|Removed |Added

   Keywords||easy




--- Comment #3 from Brion Vibber br...@wikimedia.org  2009-07-19 19:22:49 UTC 
---
Trunk as of r53485:

undocumented: DatabaseOraclePostInit
undocumented: InitPreferencesForm
undocumented: LocalisationCacheRecache
undocumented: PreferencesUserInformationPanel
undocumented: RenderPreferencesForm
undocumented: ResetPreferences
undocumented: SavePreferences
undocumented: SpecialUploadComplete
not found: UploadComplete
not found: UploadVerification


-- 
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 19445] PostgreSQL FK constraint oldimage_oi_name_fkey_cascade needs ON UPDATE CASCADE

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19445


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

   What|Removed |Added

 AssignedTo|wikibugs-   |g...@turnstep.com
   |l...@lists.wikimedia.org   |
   Keywords||patch




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

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


[Bug 19426] Order of transcluded templates changes between edit preview views

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19426


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

   What|Removed |Added

 Depends on|878 |
 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Comment #2 from Brion Vibber br...@wikimedia.org  2009-07-19 19:32:25 UTC 
---
Dupe of bug 12644, fixed last year.

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


-- 
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 12644] Template links on article preview page should be in alphanumeric (alphabetic) order

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12644


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

   What|Removed |Added

 CC||lati...@apple.com




--- Comment #7 from Brion Vibber br...@wikimedia.org  2009-07-19 19:32:25 UTC 
---
*** Bug 19426 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 878] Templates used on this page on section edit should show templates used in the section at initial edit as well as preview

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=878


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

   What|Removed |Added

 Blocks|19426   |




-- 
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 19355] $wgFileBlacklist should include 'xhtml'

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19355


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

   What|Removed |Added

 AssignedTo|wikibugs-   |br...@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 19355] $wgFileBlacklist should include 'xhtml'

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19355


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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-07-19 19:42:26 UTC 
---
.xhtml and .xht added in r53487


-- 
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 19519] Special:UserRights not allowing Flood flag if user in not capitalised

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19519


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

   What|Removed |Added

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




--- Comment #6 from Mike.lifeguard mike.lifegu...@gmail.com  2009-07-19 
19:43:46 UTC ---
Why would it affect one user group but not another?


-- 
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 19519] Special:UserRights not allowing Flood flag if user in not capitalised

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19519





--- Comment #7 from Mike.lifeguard mike.lifegu...@gmail.com  2009-07-19 
19:44:18 UTC ---
Also note bug 17864, which is another issue with Special:Userrights input
validation.


-- 
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 19287] Lag on history page in Firefox 3.5

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19287


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

   What|Removed |Added

 AssignedTo|wikibugs-   |br...@wikimedia.org
   |l...@lists.wikimedia.org   |
 Status|REOPENED|NEW




-- 
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 19287] Lag on history page in Firefox 3.5

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19287


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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #4 from Brion Vibber br...@wikimedia.org  2009-07-19 20:00:19 UTC 
---
Should be fixed now in r53490...

Added id attributes to diff radios and show/hide check boxes; this is to work
around a bug in Firefox 3.5 where form session saving hangs for a while after
each change when a page contains hundreds of anonymous radio and checkboxes.

Note this isn't live on Wikipedia yet.


-- 
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 1381] Mozilla issues (Gecko, Firefox) (tracking)

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1381


Bug 1381 depends on bug 19287, which changed state.

Bug 19287 Summary: Lag on history page in Firefox 3.5
https://bugzilla.wikimedia.org/show_bug.cgi?id=19287

   What|Old Value   |New Value

 Status|REOPENED|NEW
 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 19564] Missing hook docs

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19564


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

   What|Removed |Added

 CC||mrzmanw...@gmail.com




--- Comment #4 from Alex Z. mrzmanw...@gmail.com  2009-07-19 20:04:29 UTC ---
The results I got were different, when I ran it, none of the preferences hooks
were in the results.

Updated hooks.txt in r53491. Online docs still need updating:
$ php maintenance/findhooks.php --online
undocumented: DatabaseOraclePostInit
undocumented: EditPage::importFormData
undocumented: EditPageCopyrightWarning
undocumented: EditPageTosSummary
undocumented: LocalisationCacheRecache
undocumented: SkinCopyrightFooter
undocumented: SkinTemplateNavigation
undocumented: SpecialUploadComplete
undocumented: UserLoginMailPassword
not found: AutoAuthenticate
not found: BeforeWatchlist
not found: BrokenLink
not found: EditSectionLinkForOther
not found: InitPreferencesForm
not found: LoadAllMessages
not found: MessageNotInMwNs
not found: PreferencesUserInformationPanel
not found: RenderPreferencesForm
not found: ResetPreferences
not found: SavePreferences
not found: SpecialPageExecuteAfterPage
not found: SpecialPageExecuteBeforeHeader
not found: SpecialPageExecuteBeforePage
not found: SpecialPageGetRedirect
not found: UserrightsChangeableGroups


-- 
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 19828] Invalid chars in the output

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19828


Splarka h...@goldrush.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Comment #1 from Splarka h...@goldrush.com  2009-07-19 20:04:52 UTC ---
Where is the bug? When you ask for prop=revisions you get /exactly/ what you
ask for: the contents of the page. In this case the contents are: #REDIRECT
[[self:Dark Aura (Deactivating R.O.X.)\u200e\u200e\u200e]]. 

The Title.php regex only strips these out when parsing the title (in this case,
to make a redirect):
http://wiki.guildwars.com/api.php?action=queryredirectstitles=Game%20link:Skill%202898


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