[Bug 22283] Add "Author" namespace to Telugu Wikisource

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22283

--- Comment #5 from రాకేశ్వరం  2010-01-30 06:55:03 UTC 
---
The google group is more for helping newbies, and less for gathering consensus. 

Will organize a consensus gathering for a set of changes on the wikis locally,
in a short time.

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 watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 22312] Provide crosswiki statistics on Special:CentralAuth through the API

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22312

--- Comment #3 from Andrew Garrett  2010-01-30 01:14:13 
UTC ---
(In reply to comment #2)
> Werdna, it is already published via the toolserver
> http://toolserver.org/~vvv/sulutil.php

So there should be no problem putting it in the interface, where somebody can
actually find it, and which works for non-Wikimedia wikis.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.

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


[Bug 22312] Provide crosswiki statistics on Special:CentralAuth through the API

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22312

p858snake  changed:

   What|Removed |Added

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

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.

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


[Bug 22320] Unable to upload file under IE8

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22320

Reedy  changed:

   What|Removed |Added

   Priority|Highest |Normal

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.

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


[Bug 18758] API read/reset of watchlist's wl_notificationtimestamp

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18758

--- Comment #2 from mk  2010-01-30 00:31:42 UTC ---
(In reply to comment #1)
> Are you wanting the value of wl_notificationtimestamp ?

Yes. 


And also to set the value, using e.g. 

api.php ? action=watch & title=Main_Page & notificationtimestamp=...

where notificationtimestamp is an optional parameter. This would allow user
scripts to set pages read/unread, or otherwise use the value.

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


[Bug 22312] Provide crosswiki statistics on Special:CentralAuth through the API

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22312

Roan Kattouw  changed:

   What|Removed |Added

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

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.

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


[Bug 22312] Provide crosswiki statistics on Special:CentralAuth through the API

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22312

Platonides  changed:

   What|Removed |Added

 CC||platoni...@gmail.com

--- Comment #2 from Platonides  2010-01-30 00:03:48 UTC 
---
Werdna, it is already published via the toolserver
http://toolserver.org/~vvv/sulutil.php

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.

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


[Bug 22297] There should be syntax for substitution that doesn't break normal transclusion

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22297

--- Comment #6 from Conrad Irwin  2010-01-29 22:37:01 
UTC ---
Created an attachment (id=7050)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=7050)
A "for interest" patch implementing {{subst}}

This is an alternative solution, instead of having subst: and safesubst:, we
have subst: and {{subst}}. 

{{subst}} is a magic word that is automatically substituted (i.e.
{{subst:subst}} == {{subst}}) and which returns "subst:" during the PST and ""
thereafter. The `problem` with this is that it feels too "magic"; I don't
expect things to substitute themselves unless they are prefixed by subst:
(obviously if the patch were changed to require {{subst:subst}} to be used
intstead of {{subst}}, the "magic" happens in the other direction). - maybe
this isn't so much of a problem?

subst}}#if:{{subst}}||Please substitute this
template}}

may be clearer than

{{safesubst:#if:{{subst:ns:0}}||Please substitute this template}}


In the examples above, "safesubst:" may be replaced directly by "{{subst}}" and
preserve the intended meaning; however I feel sticking to an alternative prefix
is more consistent.

(Sorry Voyagerfan, I'll just let it lie)

-- 
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 watching all bug changes.

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


[Bug 14683] Password reset appears to fail

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14683

spatialg...@shaw.ca changed:

   What|Removed |Added

   Priority|Normal  |High
 CC||spatialg...@shaw.ca
  Component|CentralAuth |User login
Version|any |1.15.1
Product|MediaWiki extensions|MediaWiki
   Severity|normal  |critical

--- Comment #2 from spatialg...@shaw.ca 2010-01-29 22:15:34 UTC ---
Confirmed this in 1.13 today, receive "no form data" response after entering
new password on ResetPass.

Also tested in 1.15 and still failing but gives response "You must be logged in
to access this page directly." on page ChangePassword.

At a total loss as to why and really stuck with this.  Hard to find docs on it
for some reason, though I see lots of google hits for pages showing the error.

Marking it critical since it's a blocker for one of my installations at least
:)  Moving from "extensions" to main.  Correct as required...

-- 
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 watching all bug changes.

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


[Bug 14636] Blocking/Permissions Rewrite

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14636

--- Comment #3 from Platonides  2010-01-29 22:15:09 UTC 
---
Also for the rewrite: determine a syntax to give the permissions per-namespace.

-- 
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 watching all bug changes.

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


[Bug 22319] Enable/Install Lockout extension on OTRS wiki

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22319

Rjd0060  changed:

   What|Removed |Added

 CC||rjd0060.w...@gmail.com

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.

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


[Bug 14636] Blocking/Permissions Rewrite

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14636

Chad H.  changed:

   What|Removed |Added

 Blocks||22316

-- 
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 watching all bug changes.

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


[Bug 22316] Separate upload protection from edit protection

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22316

Chad H.  changed:

   What|Removed |Added

 Depends on||14636

--- Comment #1 from Chad H.  2010-01-29 19:39:53 UTC 
---
Yet another thing that could be fixable by rewriting blocks to be per-right,
adding dependency.

-- 
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 watching all bug changes.

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


[Bug 22314] Error: console is not defined

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22314

Adam Miller  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Adam Miller  2010-01-29 17:32:36 UTC 
---
Just a bit of debugging code that accidentally got committed. Fixed in r61669.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.

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


[Bug 22315] hook SpecialRecentChangesQuery should pass $query_options ; and respect return value

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22315

--- Comment #3 from T. Gries  2010-01-29 17:30:42 UTC ---
danke

-- 
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 watching all bug changes.

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


[Bug 22315] hook SpecialRecentChangesQuery should pass $query_options ; and respect return value

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22315

Alexandre Emsenhuber [IAlex]  changed:

   What|Removed |Added

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

--- Comment #2 from Alexandre Emsenhuber [IAlex]  
2010-01-29 17:28:14 UTC ---
Fixed in r61670.

-- 
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 watching all bug changes.

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


[Bug 22311] Tabbing from the editor should go to the edit summary field

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22311

Roan Kattouw  changed:

   What|Removed |Added

 AssignedTo|tpars...@wikimedia.org  |amil...@wikimedia.org

--- Comment #1 from Roan Kattouw  2010-01-29 17:19:26 
UTC ---
Should be trivial: setting the tabindex on the  equal to the one on the
 should do it.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.

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


[Bug 22319] Enable/Install Lockout extension on OTRS wiki

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22319

--- Comment #2 from Chad H.  2010-01-29 16:33:58 UTC 
---
(In reply to comment #1)
> If we do that, we should do it on all private WMF wikis listed in bug 13177
> (and subsequently mark bug 13177 as wontfix)

I think the two are independent of another. Bug 13177 requires me to get
password resetting for other users working properly again. I've got an outdated
patch for it, but it still needs some work.

I'm inclined to say WONTFIX on this bug per
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/56415#c4568. It would be
fairly trivial to integrate this extension into core, and I'm going to have a
hack at it today.

-- 
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 watching all bug changes.

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


[Bug 22320] Unable to upload file under IE8

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22320

Thu Ya Win  changed:

   What|Removed |Added

   Priority|Normal  |Highest

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.

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


[Bug 22319] Enable/Install Lockout extension on OTRS wiki

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22319

Guillaume Paumier  changed:

   What|Removed |Added

 CC||gpaum...@wikimedia.org

--- Comment #1 from Guillaume Paumier  2010-01-29 
16:29:24 UTC ---
If we do that, we should do it on all private WMF wikis listed in bug 13177
(and subsequently mark bug 13177 as wontfix)

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

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


[Bug 22320] Unable to upload file under IE8

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22320

Chad H.  changed:

   What|Removed |Added

  Component|Images and files|General/Unknown
 AssignedTo|wikibug...@lists.wikimedia. |d...@ucsc.edu
   |org |
Product|MediaWiki   |mwEmbed
   Severity|blocker |critical

--- Comment #1 from Chad H.  2010-01-29 16:29:14 UTC 
---
Not a core MW bug, re-assigning to mwEmbed stuff.

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

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


[Bug 22320] New: Unable to upload file under IE8

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22320

   Summary: Unable to upload file under IE8
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: other
Status: NEW
  Severity: blocker
  Priority: Normal
 Component: Images and files
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: wincho...@googlemail.com
CC: gpaum...@wikimedia.org, innocentkil...@gmail.com


Created an attachment (id=7049)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=7049)
This what I'm seeing

I'm getting upload in progress (Do not Close this Window).  However, this is
going on forever.  Other image upload sites like image shack works perfectly

-- 
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 watching all bug changes.

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


[Bug 22319] New: Enable/Install Lockout extension on OTRS wiki

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22319

   Summary: Enable/Install Lockout extension on OTRS wiki
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://www.mediawiki.org/wiki/Extension:Lockout
OS/Version: All
Status: NEW
  Keywords: shell
  Severity: enhancement
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: raimond.spekk...@gmail.com


Per (short) discussion on otrs-admin-l I ask to install/enable the Lockout
extension on the OTRS wiki.

If done before the next big scap deployment of r61664 is needed.

BTW: This extension could be useful for all private WMF wikis.

-- 
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 watching all bug changes.

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


[Bug 22318] Special:Templates doesn´t look for localized category entries in template body

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22318

--- Comment #1 from Uwe  2010-01-29 15:31:28 UTC ---
Use of option \w leads to the situation, that special characters in category
names (e.g. ä, ö, ü, Ä, Ö, Ü, ß for  Germans) -- that standard MediaWiki can
handle -- "cut off" themselves and the rest of category name. So for a

Category:Mühle

parser only will find 

Category:M

Seems to be better use of

'/\[\[(Category|'.$wgContLang->getNsText(14).'):.+\]\])/'

so at least one following character after ":", and cut off "]]" after this. So
special characters could be accepted.

-- 
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.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 22314] Error: console is not defined

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22314

Liangent  changed:

   What|Removed |Added

   Severity|enhancement |normal

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.

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


[Bug 22318] New: Special:Templates doesn´t look for localized category entries in template body

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22318

   Summary: Special:Templates doesn´t look for localized category
entries in template body
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: SemanticForms
AssignedTo: yaro...@gmail.com
ReportedBy: u.baumb...@web.de
CC: wikibugs-l@lists.wikimedia.org


In SF_Templates.php function getCategoryDefinedByTemplate(...) looks for
(least) category entry in each template body to show this as "defined
category". Doing this a regex is used:

'/\[\[Category:([\w ]*)/' 

So a potentially localized namespace name (in German "Kategorie:") cannot be
found, only canonical "Category:"!

A solution might be:
In function getCategoryDefinedByTemplate(...):
1. use of MediaWiki global variable $wgContLang
2. replacement of the regexp with:

'/\[\[(Category|'.$wgContLang->getNsText(14).'):([\w ]*)/'

-- 
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.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 18758] API read/reset of watchlist's wl_notificationtimestamp

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18758

Reedy  changed:

   What|Removed |Added

 CC||s...@reedyboy.net

--- Comment #1 from Reedy  2010-01-29 14:28:38 UTC ---
Are you wanting the value of wl_notificationtimestamp ?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.

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


[Bug 22317] New: Do not prevent unification if home wiki is blocked

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22317

   Summary: Do not prevent unification if home wiki is blocked
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Keywords: easy
  Severity: normal
  Priority: Normal
 Component: CentralAuth
AssignedTo: vasi...@gmail.com
ReportedBy: pathoschild+wmb...@gmail.com
CC: agarr...@wikimedia.org


Account unification should be permitted even if the home wiki is blocked. Even
if the user is a blatant vandal, this is beneficial because it allows stewards
to lock or hide the global account.

There is at least one legitimate user reported to stewards who cannot unify
because of this.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.

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


[Bug 22181] Do not truncate if the ellipsis actually make the string longer

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22181

Raimond Spekking  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 CC||raimond.spekk...@gmail.com
 Resolution||FIXED

--- Comment #2 from Raimond Spekking  2010-01-29 
13:39:56 UTC ---
Fixed with r61661.

-- 
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 watching all bug changes.

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


[Bug 22181] Do not truncate if the ellipsis actually make the string longer

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22181

Raimond Spekking  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
  Component|CodeReview  |General/Unknown
Version|any |1.16-svn
Product|MediaWiki extensions|MediaWiki
Summary|Code review comment |Do not truncate if the
   |truncation is too eager |ellipsis actually make the
   ||string longer

-- 
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 watching all bug changes.

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


[Bug 22192] PHP Notice on missing array index

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22192

Jure Kajzer  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #2 from Jure Kajzer  2010-01-29 11:16:23 UTC ---
typo in an extension

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.

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


[Bug 22316] New: Separate upload protection from edit protection

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22316

   Summary: Separate upload protection from edit protection
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Page protection
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: liang...@gmail.com


For files. And if a file is used on a cascading protected page, use a upload
protection instead of edit protection.

-- 
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 watching all bug changes.

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


[Bug 22283] Add "Author" namespace to Telugu Wikisource

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22283

--- Comment #4 from p858snake  2010-01-29 10:01:33 UTC 
---
Consensus for site changes must be shown and voted for locally on the requested
wiki.

Also why is the community using Google Groups for it discussions compared to
the WikiMedia mailing lists that are provided?

-- 
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 watching all bug changes.

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


[Bug 22283] Add "Author" namespace to Telugu Wikisource

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22283

--- Comment #3 from రాకేశ్వరం  2010-01-29 09:41:13 UTC 
---
This change has been discussed and approved in the teluguwiki google group (the
official group of Telugu wikipedians) in the following thread. 
http://groups.google.com/group/teluguwiki/browse_thread/thread/2e9fa12e92a7e752

Some Author pages have also been created in the wikisource, with the namespace
రచయిత (racayita) in them.

Regards
Rakesh

-- 
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 watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 22315] hook SpecialRecentChangesQuery should pass $query_options ; and respect return value

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22315

T. Gries  changed:

   What|Removed |Added

   Keywords||need-review
URL||http://svn.wikimedia.org/vi
   ||ewvc/mediawiki/trunk/phase3
   ||/includes/specials/SpecialR
   ||ecentchanges.php?view=marku
   ||p&sortby=date&pathrev=61652

-- 
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 watching all bug changes.

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


[Bug 22315] hook SpecialRecentChangesQuery should pass $query_options ; and respect return value

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22315

T. Gries  changed:

   What|Removed |Added

   Attachment #7047|0   |1
is obsolete||

--- Comment #1 from T. Gries  2010-01-29 08:10:58 UTC ---
Created an attachment (id=7048)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=7048)
diff 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 watching all bug changes.

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


[Bug 22315] New: hook SpecialRecentChangesQuery should pass $query_options ; and respect return value

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22315

   Summary: hook SpecialRecentChangesQuery should pass
$query_options ; and respect return value
   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: m...@tgries.de


Created an attachment (id=7047)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=7047)
diff patch

In SpecialRecentChangesQuery function doMainQuery hook parameters should also
pass $query_options to enable external modification such as 'group by
rc_namespace, rc_title'

wfRunHooks('SpecialRecentChangesQuery', array( &$conds, &$tables, &$join_conds,
$opts ) );

 ==>

wfRunHooks('SpecialRecentChangesQuery', array( &$conds, &$tables, &$join_conds,
$opts, &$query_options ) );

The hook call lacks also checking the return value (a false return value should
skip/abort further processing in case the extension took over processing).

-- 
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 watching all bug changes.

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


[Bug 22314] Error: console is not defined

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22314

--- Comment #1 from Liangent  2010-01-29 08:04:50 UTC ---
Not only this action triggers this error, but many else.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.

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


[Bug 22314] New: Error: console is not defined

2010-01-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22314

   Summary: Error: console is not defined
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: UsabilityInitiative
AssignedTo: tpars...@wikimedia.org
ReportedBy: liang...@gmail.com
CC: roan.katt...@gmail.com, ngau...@wikimedia.org,
amil...@wikimedia.org


Error: console is not defined
Source File:
http://example.com/w/extensions/UsabilityInitiative/js/plugins.combined.min.js?264
Line: 459

When setting  tag with the editor, on my own wiki.

MediaWiki  1.16alpha (r61652)
UsabilityInitiative (Version 0.1.1)  (r61655)
WikiEditor (Version 0.2.0)  (r61655)

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