[Bug 27445] When SMW_QueryPrinter maxRecursionDepth >2, properties can get inherited via embed queries

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27445

Alex  changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=26658

-- 
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 27445] New: When SMW_QueryPrinter maxRecursionDepth >2, properties can get inherited via embed queries

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27445

   Summary: When SMW_QueryPrinter maxRecursionDepth >2, properties
can get inherited via embed queries
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: http://sandbox.semantic-mediawiki.org/wiki/Special:Bro
wse/Embed123
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Semantic MediaWiki
AssignedTo: mar...@semantic-mediawiki.org
ReportedBy: amh.pub...@ontolawgy.com
CC: jeroen_ded...@yahoo.com


Created attachment 8149
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=8149
Patch to enable different "classes" of recursion via SMW_QueryPrinter.php:
Semantic and non-Semantic

An example appears in the link above, but this may introduce new issues because
maxRecursionDepth on that wiki appears to be set to 2. (It also demonstrates
how to circumvent maxRecursionDepth to accomplish infinite recursion. This may
be expected behavior because the way I did it to get around maxRecursionDepth
seems to be a very foolish way to do things, but users can be unpredictable, so
you may want to look into this...). 

In any case, based on the following, properties get inherited via embed queries
when maxRecursionDepth is set to >2 (MW 1.16.2, SMW 1.5.5.1; also observed for
MW >1.15, SMW >1.5). maxRecursionDepth must be set to at least 3 for this to
work: 

--Page 1--
[[Property::Page 1's value]]
{{#ask: [[Subpage of::page 1]]
|format=embedded
|embedonly=true
}}

--Page 2--
[[Property::Page 2's value]]
[[Subpage of::Page 1| ]]
{{#ask: [[subpage of::Page 2]]
|format=embedded
|embedonly=true
}}

--Page 3--
[[Property::Page 3's value]]
[[Subpage of::Page 2| ]]
{{#ask: [[Subpage of::Page 3]]
|format=embedded
|embedonly=true
}}

--Page 4--
[[Property::Page 4's value]]
[[Subpage of::Page 3| ]]
{{#ask: [[Subpage of::Page 4]]
|format=embedded
|embedonly=true
}}

Desired/expected result: Page 1 displays all content from pages 1-4, but holds
only its own semantic data. Subpages display all content from lower subpages,
but each page holds only its own semantic data. 

Actual result: Page 1 displays all content from pages 1-4, but holds semantic
data from all pages; Page 2 displays pages 2-4, but also holds property values
for pages 2-4, page 3 displays pages 3-4, but also holds values for 3 and 4,
and only page 4 holds values for itself alone. This appears to run counter to
the comment at the bottom of
http://semantic-mediawiki.org/wiki/Help:Embedded_format that "SMW will take
care that embedded articles do not import their semantic annotations, so these
need not be treated specifically."

Similar bug: https://bugzilla.wikimedia.org/show_bug.cgi?id=26658 ({{#set:
values always inherited). 

The attached patch creates two levels of recursion: The first,
maxRecursionDepth, so that properties never get inherited beyond
maxRecursionDepth unless the user specifically causes that to happen (e.g., by
using an array to set property values via a query against the embedded page;
absent the ability to switch semantics on/off inside a query, I think that is a
good way to go because it prevent accidental property inheritance). The second,
maxRecursionDepthNonSemantic, displays embedded page content with live links
down to 10 levels of recursion so users can click to navigate, but the
associated semantic data is not parsed, thus, properties are not inherited via
embed queries. 

Using this patch and setting maxRecursionDepth to 1 in LocalSettings.php
obtains the desired result, above. 

Access to a private system demonstrating this can be provided on request.
Unfortunately, this patch does not address the issue in bug 26658.

-- 
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 27444] Extension:NewUserMessage stopped working

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27444

--- Comment #2 from Chad H.  2011-02-16 07:22:44 UTC 
---
I've re-enabled this for 1.17 wikis since all of the fixes have been merged
there (but not to 1.16). The extension will begin working again as wikis are
switched over.

I'll resolve this FIXED once all the wikis using NewUserMessage have it again
and there aren't any problems.

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

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


[Bug 27302] RL: Avoid unnecessary and uncached requests for user and site modules

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27302

--- Comment #1 from Roan Kattouw  2011-02-16 07:20:03 
UTC ---
Timestamp issue fixed in r82219.

-- 
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 27444] Extension:NewUserMessage stopped working

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27444

p858snake  changed:

   What|Removed |Added

 CC||p858sn...@gmail.com

--- Comment #1 from p858snake  2011-02-16 07:08:28 UTC ---
It's currently disabled for 1.17 wikis ->
http://wikitech.wikimedia.org/view/Server_admin_log. And was possibly disabled
for 1.16 as well (feb 11)

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

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


[Bug 27444] New: Extension:NewUserMessage stopped working

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27444

   Summary: Extension:NewUserMessage stopped working
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: critical
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: meno25w...@gmail.com


[[mw:Extension:NewUserMessage]] was installed and working on Arabic Wikipedia
(arwiki) (bug 15153) and Arabic Wikisource (bug 18194). 

On arwiki, the account used to welcome users is



On arwikisource it is



On 15 Februaury 2011, it stopped working on both wikis. Extension files exist
in both 1.16wmf4 and 1.17wmf1 branches.




Please fix/enable the extension. 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 27257] Non-Safari iPhone User Agent Not Redirecting Automatically

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27257

--- Comment #15 from smlaw...@me.com 2011-02-16 07:03:52 UTC ---
Not sure how long changes to propagate.

No change regarding above redirect fix is noted as of 0700 UTC

Wednesday, February 16, 2011

-- 
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 26611] Bugs that should be fixed for 1.17 WMF deployment (tracking)

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26611

Bug 26611 depends on bug 27328, which changed state.

Bug 27328 Summary: using relative paths in CSS imports in MediaWiki:Common.css 
broken in 1.17
https://bugzilla.wikimedia.org/show_bug.cgi?id=27328

   What|Old Value   |New Value

 Status|REOPENED|RESOLVED
 Resolution||FIXED

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

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


[Bug 27328] using relative paths in CSS imports in MediaWiki:Common.css broken in 1.17

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27328

Roan Kattouw  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #23 from Roan Kattouw  2011-02-16 06:31:07 
UTC ---
This bug is fixed now with r82000, r82156 and r82218

-- 
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 27443] New pages entry not removed if page is deleted through redirect suppression

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27443

Huji  changed:

   What|Removed |Added

  Component|Recent changes  |Special pages
Summary|Recent changes entry not|New pages entry not removed
   |removed if page is deleted  |if page is deleted through
   |through redirect|redirect suppression
   |suppression |

--- Comment #1 from Huji  2011-02-16 04:54:04 UTC ---
To clarify, I meant Special:NewPages, not Special:RecentChanges, and the
expected outcome can also be "updating New Pages entry to link to the new
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 26816] RenameUser should log out target user to prevent unwanted recreation of old username

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26816

Jeff G.  changed:

   What|Removed |Added

 CC||rsyqfiojg...@spammotel.com

--- Comment #2 from Jeff G.  2011-02-16 04:52:36 
UTC ---
Further prevention of automatic re-creation would be helpful.  I wrote the
following in bug 17313#C22:
"I suggest creating a way to salt the account names that request successful
renames, implementing it on English Wikipedia, and getting consensus of the
Bureaucrats there to use 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 27443] New: Recent changes entry not removed if page is deleted through redirect suppression

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27443

   Summary: Recent changes entry not removed if page is deleted
through redirect suppression
   Product: MediaWiki
   Version: wikimedia-deployment
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: Recent changes
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: huji.h...@gmail.com


Easy to reproduce:
(1) Create a page with a normal user account. An entry will be shown in recent
changes. You can use that to patrol the new page, for example.

(2) Move the page to a different name, but suppress redirect creation.

Expected: The link to the old page should be removed form recent changes.

Observed: The link remains in RC and is shown as a blue link (not a red link).
The page will be shown as if it is not patrolled, and there's no way to get
back to it and patrol the edit.

This causes confusion. Possible cause is that RC is not updated when redirect
source is deleted through the redirect suppression mechanism.

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

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


[Bug 27438] "[unchecked page]" not stylized in 1.17 w/ enhanced recent changes

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27438

Aaron Schulz  changed:

   What|Removed |Added

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

--- Comment #1 from Aaron Schulz  2011-02-16 04:06:11 UTC 
---
HTML has:
http://bits.wikimedia.org/skins-1.17/$wgExtensionAssetsPath/FlaggedRevs/client/flaggedrevs.css?86?301-1";
type="text/css" media="all" />

May have been due to Roan's live hacks.

-- 
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 27338] Gallery in 1.17 breaks for audio/video + ogghandler

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27338

--- Comment #9 from Mark A. Hershberger  2011-02-16 
03:41:27 UTC ---
Trevor said this didn't work on older browsers, that we have to support.  Could
you test r82215 and see if it works for you?

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

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


[Bug 27442] New: Update sitenotice_id automatically

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27442

   Summary: Update sitenotice_id automatically
   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: aokomori...@enmps.net


[[MediaWiki:Sitenotice]] should show its new message to all users when it's
edited.
But sometimes someone forgets to update [[MediaWiki:Sitenotice id]] so the new
message won't be shown to the users if they hide the old message. 

Such situation cannot occurred if MediaWiki software update the sitenotice_id
(or other same parameter) automatically when edit [[MediaWiki:Sitenotice]].

If you need to prevent showing the new message to the users who hid the old
one, how about prevent updating the id when you edit MediaWiki:Sitenotice as
"minor"?


Sorry if duplicated.

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

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


[Bug 27257] Non-Safari iPhone User Agent Not Redirecting Automatically

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27257

--- Comment #14 from smlaw...@me.com 2011-02-16 02:28:56 UTC ---
Hope it fixes it.

Will Watch and let you know.

It has been been sporadic over the past year.

(Redirecting to Mobile and then Not)

Hope the fix works and will stick in future iterations.

Lots of apps that do not use iOS Safari on iPhones with Apple's prior UIWebView
Kit Code.

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

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


[Bug 27257] Non-Safari iPhone User Agent Not Redirecting Automatically

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27257

Hampton Catlin  changed:

   What|Removed |Added

Summary|Wikipedia Mobile Views Not  |Non-Safari iPhone User
   |Functioning on iPhone   |Agent Not Redirecting
   ||Automatically

-- 
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 27257] Wikipedia Mobile Views Not Functioning on iPhone

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27257

--- Comment #13 from Hampton Catlin  2011-02-16 02:23:09 
UTC ---
The CSS is not the problem. This is a temporary bug that has already been fixed
in the redirect
code.

That should be the title of the bug.

As I say that, i will go change it.

WATCH THIS SPACE.

-- 
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 27260] Tracking bug: UploadWizard 1.0

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27260

Ryan Kaldari  changed:

   What|Removed |Added

 Depends on||27441

-- 
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 27441] text for Release rights step is not displayed in IE6 and IE7

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27441

Ryan Kaldari  changed:

   What|Removed |Added

   Priority|Normal  |High
 Blocks||27260

-- 
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 27441] text for Release rights step is not displayed in IE6 and IE7

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27441

Ryan Kaldari  changed:

   What|Removed |Added

   Keywords||elvis

-- 
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 27441] New: text for Release rights step is not displayed in IE6 and IE7

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27441

   Summary: text for Release rights step is not displayed in IE6
and IE7
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: critical
  Priority: Normal
 Component: UploadWizard
AssignedTo: rkald...@wikimedia.org
ReportedBy: rkald...@wikimedia.org
CC: ne...@wikimedia.org, asha...@wikimedia.org


Most of the text fails to display on the Release rights step in IE6 and IE7.
I've been working on troubleshooting this, but haven't found the cause 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 27440] Special:Types non-functional on 1.17

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27440

--- Comment #1 from Jeroen De Dauw  2011-02-16 
02:00:12 UTC ---
Relevant code at
http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/SemanticMediaWiki/specials/QueryPages/SMW_SpecialTypes.php?view=markup,
line 78

-- 
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 27440] New: Special:Types non-functional on 1.17

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27440

   Summary: Special:Types non-functional on 1.17
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Semantic MediaWiki
AssignedTo: mar...@semantic-mediawiki.org
ReportedBy: jeroen_ded...@yahoo.com
CC: jeroen_ded...@yahoo.com


Some recent changes in MediaWiki make Special:Types not show anything. 

The TypesPage class has a getSQL method that returns the SQL to create the
types list, but it's not getting called any more in 1.17 and above. Looks like
getQueryInfo should be used instead. I've given it a try, but am not sure how
to return the equivalent query with the UNIONs.

-- 
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 27426] Set $namespaceGenderAliases for Arabic (ar)

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27426

Siebrand  changed:

   What|Removed |Added

 AssignedTo|wikibugs-l@lists.wikimedia. |s.mazel...@xs4all.nl
   |org |

--- Comment #2 from Siebrand  2011-02-16 00:06:40 UTC ---
(In reply to comment #1)
> Can't these be translated at TranslateWiki?

We do not have support for all information in MessagesXx.php. Only for regular
messages, special pages aliases, magic words and namespace names (not namespace
aliases or namespace gender aliases).

Taking this bug. Will take care of it somewhere in the next day.

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

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


[Bug 14281] Suggestion: Rename "Bad image list" to better title

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14281

--- Comment #23 from Paine Ellsworth  2011-02-16 01:45:46 UTC 
---
(In reply to comment #21)
> As a note, the name is used on all mediawiki installs, it is not something 
> that
> is going to be made a config option, so consensus at wikipedia (on the off
> chance you actually get it) does not necessarily imply it will be changed.
> (otoh it could convince the powers to be that a lot of people care, which 
> might
> convince them that its a worthwhile change, but honestly I can't imagine too
> many devs actually care what this page is called. I certainly don't.).

Assuming you are correct, there may very well be at least one dev who cares,
and that would be Tim Starling, who above indicates that the present name was
settled upon as an ironic term.  A choice bit of "dev humour"?  It is important
to me that Mr. Starling and all devs know that the request for a name change is
in no way meant to be taken personally.  The only reason that I've involved
myself in this issue is to improve this page.  Calling these images, files and
media "bad" is like calling a screwdriver bad just because some idiot criminal
used it to murder somebody. 
Just as important is the actual impact of this request.  Does it involve
changing one line of code that will take maybe 30 seconds to implement? or will
it take many subtle and intricate code modifications involving hours of dev
time?  Nobody seems to know the answer to this. 
Over a fairly long period of time there have been many editors who voiced their
feeling that the present name needs to be changed.  Perusing the archived and
active discussions about this issue would seemingly be enough to convince
anybody that there is a need to rename this page.  The usage of these images,
files and media on this list is being "restricted".  They are not "bad", nor
are they "blacklisted".  For me, the bottom line must be that if this page
could have been renamed in the same fashion as most pages are renamed, then it
would have been renamed a long time ago.

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

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


[Bug 14281] Suggestion: Rename "Bad image list" to better title

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14281

--- Comment #22 from Paine Ellsworth  2011-02-16 01:03:09 UTC 
---
(In reply to comment #20)
> If this move ever happens (I wouldn't hold your breath tbh), it will not be
> before there is a consensus about the new name.
> There is currently a formal move request at [[MediaWiki talk:Bad image
> list#Move request]] that might see such a consensus (but again I wouldn't hold
> your breath).

I took up your final suggestion nearly a year ago, and there have been some who
took it up long before that.
There is consensus.  The problem is that it's a consensus against the old name,
not for a new name.  And it also involves a consensus that just about any new
name Mr. Starling comes up with (except anything that involves the word
"blacklist" - these are not images, files and media that are blacklisted, their
usage is merely being restricted) would be an improvement to MediaWiki. 
I entered another supportive argument on the Talk page you cited, but believe
me, I harbor no illusions about any of this.  And there are other
considerations that I will advance in my response to Bawolff.

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

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


[Bug 27424] resubmit warning when clicking "Upload More Files"

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27424

--- Comment #2 from Ryan Kaldari  2011-02-16 01:00:09 
UTC ---
Roan also reports this behavior in Firefox in Bug 26080.

-- 
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 26080] "Upload more files" button should always skip to 2nd step

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26080

Ryan Kaldari  changed:

   What|Removed |Added

Summary|"Upload more files" button  |"Upload more files" button
   |is broken   |should always skip to 2nd
   ||step

-- 
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 26080] "Upload more files" button is broken

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26080

Ryan Kaldari  changed:

   What|Removed |Added

 CC||rkald...@wikimedia.org

--- Comment #1 from Ryan Kaldari  2011-02-16 00:58:39 
UTC ---
The 1st part of this bug is described at Bug 27424. I'll edit the title to
focus on the 2nd part.

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

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


[Bug 25966] styling for UploadWizard "steps" should not resemble links

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25966

Ryan Kaldari  changed:

   What|Removed |Added

 CC||rkald...@wikimedia.org

--- Comment #1 from Ryan Kaldari  2011-02-16 00:50:40 
UTC ---
This bug may be invalid per Bug 27423, i.e. we may actually want them to be
links in some cases.

-- 
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 27257] Wikipedia Mobile Views Not Functioning on iPhone

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27257

--- Comment #12 from smlaw...@me.com 2011-02-16 00:35:37 UTC ---
This problem with redirect to the Mobile Wikipedia server occurs when I tap
Google search links to content on Wikipedia using the iPhone and the User Agent
above. We do not post content ourselves for websites that we search for.

-- 
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 27165] Add the edit toolbar to the textareas

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27165

Dimitris Mitropoulos  changed:

   What|Removed |Added

 CC||dimitris.i.mitropoulos@gmai
   ||l.com
 AssignedTo|jp.po...@gmail.com  |dimitris.i.mitropoulos@gmai
   ||l.com

-- 
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 25119] Retention of previously-viewed page in Wikipedia Mobile

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25119

Hampton Catlin  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Hampton Catlin  2011-02-16 00:17:30 
UTC ---
There is an official app

Semi-official.

This is a ticket put in by my husband who was doing support questions
for the mobile site when it first launched. Marking resolved.

-hampton.

-- 
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 27439] cross wiki links display nothing, not even the display text

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27439

--- Comment #2 from Hampton Catlin  2011-02-16 00:16:01 
UTC ---
Ah, I am a twat.

So, Windows 7 isn't really that important. Its about parsing
links.

S... its the same mantra (if I had any wish in the world, it would be
to reverse the decision)... "until the new mobile project is launched, we
aren't
supporting discussion and user page"

Sorry! :P

-hampton.

-- 
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 27439] cross wiki links display nothing, not even the display text

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27439

--- Comment #1 from Hampton Catlin  2011-02-16 00:14:34 
UTC ---
We don't actually support Windows 7 since development has been stopped on the
current mobile site.

In the future, we hope to provide support of Windows phones.

-- 
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 26373] Create a mobile homepage for bg.wp

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26373

--- Comment #2 from Hampton Catlin  2011-02-16 00:12:57 
UTC ---
Yes, this can be bundled into the next release since it uses the standard
homepage selectors.

-- 
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 25119] Retention of previously-viewed page in Wikipedia Mobile

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25119

--- Comment #1 from Reedy  2011-02-15 23:37:30 UTC ---
What app?

Wikipedia doesn't make an official app

-- 
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 8086] RealName Userlinks instead of UserName

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8086

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Normal  |High
 CC||m...@everybody.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 25240] Current mobile logging sequence numbers are not consistent causing auditing to report large packet loss

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25240

Nimish Gautam  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #4 from Nimish Gautam  2011-02-15 23:29:35 
UTC ---
Sorry, this was fixed a while ago, communications were via email

-- 
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 27439] New: cross wiki links display nothing, not even the display text

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27439

   Summary: cross wiki links display nothing, not even the display
text
   Product: Wikipedia Mobile
   Version: .5
  Platform: PC
OS/Version: Windows 7
Status: NEW
  Keywords: accessibility, crosswiki
  Severity: normal
  Priority: Normal
 Component: server
AssignedTo: hcat...@wikimedia.org
ReportedBy: banati...@gmail.com
CC: tf...@wikimedia.org, banati...@gmail.com


Cross wiki links display nothing -- not even the text that normally appears. 
For instance:
Am I more of an [[m:Eventualism|Eventualist]] than I am an
[[m:Immediatism|Immediatist]]
is displayed as:
Am I more of an than I am an

This isn't a problem on most Wikipedia pages, except for user pages and
discussion pages (especially policy discussion pages where links to common and
meta articles are fairly relative to the rest of the wiki).

If a double bracket "[[" is encountered  and the mobile parser can't figure out
how to interpret the cross wiki link, it should then go to the bar "|" and
display the rest of the link normally as plain text, ignoring the next double
end bracket ]] that it encounters.

-- 
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 27430] Special:CentralAuth shouldn't use always minutes

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27430

--- Comment #2 from p858snake  2011-02-15 23:19:10 UTC ---
Bah i see where r82165 is coming from.

-- 
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 27430] Special:CentralAuth shouldn't use always minutes

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27430

p858snake  changed:

   What|Removed |Added

   Keywords||code-update-regression
 CC||p858sn...@gmail.com

--- Comment #1 from p858snake  2011-02-15 23:18:39 UTC ---
how is that r82165 relevant here? Meta is running 1.17wmf
([[meta:Special:Version]]).

I'm pretty sure this might be a regression in the extension.

-- 
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 25240] Current mobile logging sequence numbers are not consistent causing auditing to report large packet loss

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25240

Mark A. Hershberger  changed:

   What|Removed |Added

 CC||m...@everybody.org

--- Comment #3 from Mark A. Hershberger  2011-02-15 
23:14:55 UTC ---
It has been months since anywone has looked at this.  Is it no longer an issue?

-- 
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 27438] New: "[unchecked page]" not stylized in 1.17 w/ enhanced recent changes

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27438

   Summary: "[unchecked page]" not stylized in  1.17  w/ enhanced
recent changes
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: FlaggedRevs
AssignedTo: ro...@wikimedia.org
ReportedBy: p858sn...@gmail.com
CC: jschulz_4...@msn.com, innocentkil...@gmail.com


Created attachment 8148
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=8148
screenshot

[unchecked page] isn't getting stylized anymore in 1.17 w/ enhanced recent
changes (noticed at mw wiki).

-- 
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 25445] please create a mobile home page for the romanian wikipedia

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25445

Mark A. Hershberger  changed:

   What|Removed |Added

   Keywords||mobile-lang
 CC||m...@everybody.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 25633] Wikipedia mobile for Albanian Wikipedia.

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25633

Mark A. Hershberger  changed:

   What|Removed |Added

   Keywords||mobile-lang
 CC||m...@everybody.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 25811] Please set up homepage for http://pt.m.wikibooks.org/

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25811

Mark A. Hershberger  changed:

   What|Removed |Added

   Keywords||mobile-lang

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

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


[Bug 26373] Create a mobile homepage for bg.wp

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26373

Mark A. Hershberger  changed:

   What|Removed |Added

   Keywords||mobile-lang

-- 
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 27257] Wikipedia Mobile Views Not Functioning on iPhone

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27257

--- Comment #11 from Mark A. Hershberger  2011-02-15 
22:59:05 UTC ---
After talking with Hampton, I need to know if you can supply a CSS file that
will work with that user agent, or if the current one is satisfactory.  Once he
knows that he can update the UA string for the mobile proxy.

-- 
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 27290] Please make main page of mobile for Persian Wikipedia

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27290

Mark A. Hershberger  changed:

   What|Removed |Added

   Keywords||mobile-lang
 CC||m...@everybody.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 14950] Global preferences

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14950

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Normal  |Highest
 CC||m...@everybody.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 26414] The revision tag pops up a window in the wrong direction in an RTL environment

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26414

--- Comment #17 from Aaron Schulz  2011-02-15 22:17:05 
UTC ---
(In reply to comment #16)
> (In reply to comment #15)
> > Actually this file doesn't use bits, just
> > http://he.wikisource.org/w/extensions/FlaggedRevs/client/flaggedrevs.css.
> Yeah, that'll do it. FlaggedRevs, like LiquidThreads, was assuming that
> $wgExtensionAssetsPath == "$wgScriptPath/extensions" , which breaks now that 
> we
> have /extensions-1.17 for 1.17 wikis. I fixed that, and this bug is now fixed.

Did you live hack it? You can just set $wgFlaggedRevsStylePath instead.

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

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


[Bug 27418] CSS Reflows degrading page load performance

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27418

--- Comment #2 from Trevor Parscal  2011-02-15 22:15:01 
UTC ---
r82200 takes a stab at this. More could be done like this.

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

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


[Bug 9890] Reasonably efficient interwiki transclusion

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9890

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Normal  |Highest
 CC||m...@everybody.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 27420] Message Validationstatistics-pndtime gives incomplete information.

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27420

Aaron Schulz  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #2 from Aaron Schulz  2011-02-15 22:12:36 UTC 
---
(In reply to comment #1)
> The delay time units are formatted via $wgLang. They are not hardcoded into 
> the
> message.

Closing per above.

As a side note, the whole UI for this page will get rewritten 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 27290] Please make main page of mobile for Persian Wikipedia

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27290

Huji  changed:

   What|Removed |Added

 CC||huji.h...@gmail.com

--- Comment #3 from Huji  2011-02-15 22:08:39 UTC ---
Since Bugzilla breaks links with Unicode content in their URL, I'm repasting
the link here, in an encoded manner.

http://fa.wikipedia.org/wiki/%D9%88%DB%8C%DA%A9%DB%8C%E2%80%8C%D9%BE%D8%AF%DB%8C%D8%A7:%D8%B5%D9%81%D8%AD%D9%87_%D8%A7%D8%B5%D9%84%DB%8C_%28%D9%85%D9%88%D8%A8%D8%A7%DB%8C%D9%84%29

-- 
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 27367] change logo of Persian Wikipedia

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27367

Huji  changed:

   What|Removed |Added

   Keywords||shell
 CC||huji.h...@gmail.com

--- Comment #2 from Huji  2011-02-15 22:06:22 UTC ---
Adding shell keyword and notifying JeLuF might help.

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

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


[Bug 23243] Warning before deletion global account

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23243

--- Comment #1 from DF  2011-02-15 22:05:19 UTC ---
Since a global account, once deleted, it cannot be "undeleted" by stewards it
would be good to set this security measure to avoid, ie: deleting a vandal
account by accident.

-- 
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 27195] Grant anonymous users 'createpage' right and enable Extension:FlaggedRevisions on fa.wikipedia.org fawiki_p

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27195

Huji  changed:

   What|Removed |Added

 CC||huji.h...@gmail.com

--- Comment #10 from Huji  2011-02-15 22:04:15 UTC ---
I would like to second this request. Please revoke the create-article
permission from IPs (go back to how it was until a few days ago). This is
adding a lot of burden in Persian 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 27413] Allow eswiki bureaucrats to add/remove the confirmed usergroup

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27413

DF  changed:

   What|Removed |Added

   Keywords|easy|shell
 CC||wmdf...@gmail.com
Summary|enable setting of   |Allow eswiki bureaucrats to
   |"confirmed" flag|add/remove the confirmed
   ||usergroup

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

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


[Bug 18523] Tags with spaces don't work

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18523

Reedy  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||s...@reedyboy.net
 Resolution||FIXED

--- Comment #3 from Reedy  2011-02-15 21:34:28 UTC ---
r82193

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

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


[Bug 27429] Make the subpage part of Special:Log/block localizable

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27429

Roan Kattouw  changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com
Summary|make it possible to have|Make the subpage part of
   |special pages names more|Special:Log/block
   |localized   |localizable

--- Comment #3 from Roan Kattouw  2011-02-15 21:14:16 
UTC ---
This is about Special:Log specifically, not special pages in general. Changing
summary.

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

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


[Bug 27426] Set $namespaceGenderAliases for Arabic (ar)

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27426

Roan Kattouw  changed:

   What|Removed |Added

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

--- Comment #1 from Roan Kattouw  2011-02-15 21:12:16 
UTC ---
Can't these be translated at TranslateWiki?

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

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


[Bug 27281] Add support in the front-end for loading wiki pages as resources

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27281

--- Comment #3 from Roan Kattouw  2011-02-15 21:11:01 
UTC ---
(In reply to comment #2)
> (In reply to comment #1)
> > mw.loader.wikiLoad( 'User:Liangent/Scripts/a.js' ), which internally will 
> > use
> > the same as used for "MediaWiki:Common.js" and "User:Liangent/vector.js"
> 
> They're loaded as modules=site and modules=user, not something generic.
> 
The backend infrastructure does use a generic interface for loading wiki pages
(ResourceLoaderWikiModule.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 745] RTL/bidirectional issues (tracking)

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=745

Bug 745 depends on bug 26414, which changed state.

Bug 26414 Summary: The revision tag pops up a window in the wrong direction in 
an RTL environment
https://bugzilla.wikimedia.org/show_bug.cgi?id=26414

   What|Old Value   |New Value

 Status|REOPENED|RESOLVED
 Resolution||FIXED

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

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


[Bug 26414] The revision tag pops up a window in the wrong direction in an RTL environment

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26414

Roan Kattouw  changed:

   What|Removed |Added

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

--- Comment #16 from Roan Kattouw  2011-02-15 21:04:31 
UTC ---
(In reply to comment #15)
> Actually this file doesn't use bits, just
> http://he.wikisource.org/w/extensions/FlaggedRevs/client/flaggedrevs.css.
Yeah, that'll do it. FlaggedRevs, like LiquidThreads, was assuming that
$wgExtensionAssetsPath == "$wgScriptPath/extensions" , which breaks now that we
have /extensions-1.17 for 1.17 wikis. I fixed that, and this bug is now 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 26611] Bugs that should be fixed for 1.17 WMF deployment (tracking)

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26611

Bug 26611 depends on bug 27435, which changed state.

Bug 27435 Summary: Javascript error in Liquidthreads preview
https://bugzilla.wikimedia.org/show_bug.cgi?id=27435

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

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

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


[Bug 27435] Javascript error in Liquidthreads preview

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27435

Mark A. Hershberger  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #5 from Mark A. Hershberger  2011-02-15 
21:03:44 UTC ---
See r82191

-- 
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 22546] Outline format: Double entries

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22546

--- Comment #4 from Yaron Koren  2011-02-15 20:52:36 UTC ---
Hi - is this still a problem? It looks like it's no longer an issue on those
two pages you linked to.

-- 
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 27435] Javascript error in Liquidthreads preview

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27435

--- Comment #4 from Mark A. Hershberger  2011-02-15 
20:51:25 UTC ---
Also in Chrome 9.0.597.98 on Windows 7

-- 
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 19458] When saving a query the system always puts }} after {{#ask: and so ignores all other arguments

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19458

Yaron Koren  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||WORKSFORME

--- Comment #8 from Yaron Koren  2011-02-15 20:47:23 UTC ---
I'm changing the status once again now to "worksforme". Feel free to re-open it
if it's still a problem.

-- 
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 27435] Javascript error in Liquidthreads preview

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27435

--- Comment #3 from Mark A. Hershberger  2011-02-15 
20:41:13 UTC ---
(In reply to comment #2)
> FF3.5 has a problem

sorry, meant: 3.6.13

-- 
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 27435] Javascript error in Liquidthreads preview

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27435

Mark A. Hershberger  changed:

   What|Removed |Added

 CC||m...@everybody.org

--- Comment #2 from Mark A. Hershberger  2011-02-15 
20:40:09 UTC ---
FF3.5 has a problem

-- 
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 27437] New: Usability of security group option for instance creation

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27437

   Summary: Usability of security group option for instance
creation
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: OpenStackManager
AssignedTo: rlan...@gmail.com
ReportedBy: rlan...@gmail.com


Change the security group option for instance creation to make it a little more
user friendly:

* Have the default group selected by default.
* If the only group available is the default group, don't display the security
group checkboxes, but instead have a label showing that the instance will be
using the default group

-- 
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 27435] Javascript error in Liquidthreads preview

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27435

Krinkle  changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #1 from Krinkle  2011-02-15 20:37:53 UTC ---
Which browser ?

Seems to work fine in recent versions of WebKit browsers.

-- 
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 27339] Bugs that should be fixed post 1.17 WMF deployment (tracking)

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27339

Mark A. Hershberger  changed:

   What|Removed |Added

 Depends on||27330

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

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


[Bug 26611] Bugs that should be fixed for 1.17 WMF deployment (tracking)

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26611

Mark A. Hershberger  changed:

   What|Removed |Added

 Depends on|27330   |

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

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


[Bug 27330] revreview-editnotice is aligned LTR in he.wikisource

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27330

Mark A. Hershberger  changed:

   What|Removed |Added

 Blocks|26611   |27339

--- Comment #7 from Mark A. Hershberger  2011-02-15 
20:20:57 UTC ---
changed to non-blocker and updated subject

-- 
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 27330] revreview-editnotice is aligned LTR in he.wikisource

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27330

Mark A. Hershberger  changed:

   What|Removed |Added

 CC||m...@everybody.org
Summary|revreview-editnotice is |revreview-editnotice is
   |aligned LTR in  |aligned LTR in
   |he.wikisource after 1.17|he.wikisource
   |upgrade |

-- 
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 26611] Bugs that should be fixed for 1.17 WMF deployment (tracking)

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26611

Mark A. Hershberger  changed:

   What|Removed |Added

 Depends on|27396   |

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

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


[Bug 27396] JS minifier breaks URLs in CSS strings

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27396

Mark A. Hershberger  changed:

   What|Removed |Added

 CC||m...@everybody.org
 Blocks|26611   |

--- Comment #2 from Mark A. Hershberger  2011-02-15 
20:17:43 UTC ---
It looks ugly on twn, but seems fine on mw.org.  This+Roan's comment makes me
think it isn't a blocker for 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 26745] Misleading error messages when using uploading less than max files

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26745

Travis D  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||tra...@wikihow.com
 Resolution||FIXED

--- Comment #1 from Travis D  2011-02-15 19:52:54 UTC ---
Fixed with r82186.

-- 
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 27339] Bugs that should be fixed post 1.17 WMF deployment (tracking)

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27339

Mark A. Hershberger  changed:

   What|Removed |Added

 Depends on||27368

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

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


[Bug 26611] Bugs that should be fixed for 1.17 WMF deployment (tracking)

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26611

Mark A. Hershberger  changed:

   What|Removed |Added

 Depends on|27368   |

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

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


[Bug 27368] 1.17 deployment enables enhanced toolbar even when disabled in prefs

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27368

Mark A. Hershberger  changed:

   What|Removed |Added

 Blocks|26611   |27339

--- Comment #6 from Mark A. Hershberger  2011-02-15 
19:48:38 UTC ---
Moving to something to be fixed post (or even pre?) deployment.  Since it seems
to be DB, and not code, related.

-- 
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 27339] Bugs that should be fixed post 1.17 WMF deployment (tracking)

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27339

Mark A. Hershberger  changed:

   What|Removed |Added

 Depends on||27354

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

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


[Bug 26611] Bugs that should be fixed for 1.17 WMF deployment (tracking)

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26611

Mark A. Hershberger  changed:

   What|Removed |Added

 Depends on|27354   |

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

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


[Bug 27354] "log me in globally" is logging me out in 1.17

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27354

Mark A. Hershberger  changed:

   What|Removed |Added

 Blocks|26611   |27339

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

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


[Bug 26611] Bugs that should be fixed for 1.17 WMF deployment (tracking)

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26611

Bug 26611 depends on bug 27338, which changed state.

Bug 27338 Summary: Gallery in 1.17 breaks for audio/video + ogghandler
https://bugzilla.wikimedia.org/show_bug.cgi?id=27338

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

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

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


[Bug 27338] Gallery in 1.17 breaks for audio/video + ogghandler

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27338

Mark A. Hershberger  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||m...@everybody.org
 Resolution||FIXED

--- Comment #8 from Mark A. Hershberger  2011-02-15 
19:41:41 UTC ---
Applied in r82181

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

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


[Bug 26744] Success message broken

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26744

Travis D  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||tra...@wikihow.com
 Resolution||WORKSFORME

--- Comment #1 from Travis D  2011-02-15 19:31:55 UTC ---
It works for me. 

successfulupload is defined in all of the messages files in languages/messages,
it's not a extension specific message. 

What language did you experience this in?

-- 
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 27436] Improve the marking of changes when using Advanced recent changes

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27436

crangasi2...@yahoo.com changed:

   What|Removed |Added

Summary|Improve changes marking |Improve the marking of
   |when using Advanced recent  |changes when using Advanced
   |changes |recent changes

-- 
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 27436] New: Improve changes marking when using Advanced recent changes

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27436

   Summary: Improve changes marking when using Advanced recent
changes
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: http://ro.wikipedia.org/wiki/Special:Schimb%C4%83ri_re
cente
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: AbuseFilter
AssignedTo: agarr...@wikimedia.org
ReportedBy: crangasi2...@yahoo.com
CC: wikibugs-l@lists.wikimedia.org


When using Advanced recent changes (grouping of recent changes for the same
page), marking introduced by AbuseFilter are not very visible. There are
several possible enhancements:

1. If all the changes of a page are marked with a certain tag, put the message
next to the grouped entry

2. If all the changes are marked with different messages, put a meta-message
next to the group (like: "some of the changes triggered the Abuse Filter")

3. If all the changes of a certain user are marked, put the message next to the
username in the group

-- 
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 27339] Bugs that should be fixed post 1.17 WMF deployment (tracking)

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27339

Rob Lanphier  changed:

   What|Removed |Added

 Depends on||27430

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

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


[Bug 26676] Bugs that should be fixed for 1.17 release tarball (tracking)

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26676

Rob Lanphier  changed:

   What|Removed |Added

 Depends on|27430   |

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

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


[Bug 27430] Special:CentralAuth shouldn't use always minutes

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27430

Rob Lanphier  changed:

   What|Removed |Added

 CC||ro...@wikimedia.org
 Blocks|26676   |27339

-- 
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 26611] Bugs that should be fixed for 1.17 WMF deployment (tracking)

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26611

Platonides  changed:

   What|Removed |Added

 Depends on||27435

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

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


[Bug 27435] New: Javascript error in Liquidthreads preview

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27435

   Summary: Javascript error in Liquidthreads preview
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Normal
 Component: LiquidThreads
AssignedTo: agarr...@wikimedia.org
ReportedBy: platoni...@gmail.com
CC: tpars...@wikimedia.org, bhar...@wikimedia.org
Blocks: 26611


Steps to reproduce:
1. Go to http://www.mediawiki.org/wiki/Project:Support_desk
2. Reply to a topic
3. Press preview

Error: $ is not a function
http://bits.wikimedia.org/skins-1.17/common/preview.js Line: 8
Error: $ is undefined
http://bits.wikimedia.org/skins-1.17/common/preview.js Line: 57

-- 
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 27260] Tracking bug: UploadWizard 1.0

2011-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27260

Mark A. Hershberger  changed:

   What|Removed |Added

 Depends on|26107   |

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