[Bug 27736] Mailing list for Odia (Oriya) wiki projects

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

--- Comment #2 from Jayanta Nath  2011-02-27 06:56:34 UTC 
---
Thanks Casey Brown.

-- 
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 27757] create an API command just for retrieving tokens (not page-based)

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

--- Comment #3 from Ryan Kaldari  2011-02-27 06:49:01 
UTC ---
Actually I was wrong. Indexpageid is listed in the auto-generated
documentation. I've added it to the on-wiki documentation now as well.

-- 
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 27757] create an API command just for retrieving tokens (not page-based)

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

--- Comment #2 from Ryan Kaldari  2011-02-27 06:32:57 
UTC ---
Yeah, looks like the JSON issue was fixed with Bug 9121 (although not
documented anywhere). This is the wordaround mentioned by Krinkle above. I
still think it would be much more elegant in the long term to have a simple
dedicated command for retrieving the token by itself, rather than having to
specify a page and dig it out from the data tree.

-- 
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 27757] create an API command just for retrieving tokens (not page-based)

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

Krinkle  changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #1 from Krinkle  2011-02-27 02:51:37 UTC ---
Since it's hard to know the pageid (and thus the array item from pages), this
can be used as a work-around with &indexpageids


 $.getJSON(
wgScriptPath + '/api.php?',
{
format: 'json',
action: 'query',
titles: 'Main Page',
prop: 'info',
indexpageids: '',
intoken: 'edit'
},
function( data ) {
if ( data.query.pages && data.query.pageids ) {
pageid = data.query.pageids[0];
token = data.query.pages[pageid].edittoken;
alert( token );
} else {
alert( 'Fail!' );
}
}
 )

-- 
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 27757] New: create an API command just for retrieving tokens (not page-based)

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

   Summary: create an API command just for retrieving tokens (not
page-based)
   Product: MediaWiki
   Version: wikimedia-deployment
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: rkald...@wikimedia.org
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
vasi...@gmail.com, soxre...@gmail.com


Since tokens are session specific rather than page specific, it doesn't make
sense that you have to tie your request for a token to a specific page. Most
APIs that I've used with other web applications have an API command that just
returns an editing token by itself. The current method is especially
problematic when trying to get a token via JSON since you have to know the page
ID beforehand: http://pastie.org/1611746 (although this could be fixed
separately)

It would be nice to be able to make a request like:
http://en.wikipedia.org/w/api.php?action=query&prop=token&format=json

and get a response like:
{"query":{"token":"0ee46bb725c621d23f55c16d0b7b3d6e+\\"}}

(The URL and response above don't distinguish token type since they are
actually all the same token.)

-- 
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 27750] Save redirects to wrong diff

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

--- Comment #5 from Aaron Schulz  2011-02-27 02:00:56 UTC 
---
According to the history, your change was sighted 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 27754] Two archaic Greek letters in TeX

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

--- Comment #2 from Michael Hardy  2011-02-27 01:36:37 UTC 
---
But mixing things in math tags with things not in math tags usually results in
visually horrifying mismatches in size, alignment, etc.

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

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


[Bug 27575] The revision tag pop up disappears without giving the user a chance to click the links in it

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

--- Comment #3 from Aaron Schulz  2011-02-27 01:28:08 UTC 
---
(In reply to comment #2)
> Do you have an javascript errors?

Any more on 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 22243] Make reviewed versions more visible

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

Aaron Schulz  changed:

   What|Removed |Added

 Blocks|26335   |

-- 
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 26335] Tracking: FlaggedRevs/Pending Changes 2011 UI pass

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

Aaron Schulz  changed:

   What|Removed |Added

 Depends on|22243   |

-- 
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 24068] Add API for querying the FlaggedRevs protection level

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

Aaron Schulz  changed:

   What|Removed |Added

Summary|Missing API for querying|Add API for querying the
   |the FlaggedRevs protection  |FlaggedRevs protection
   |level   |level

-- 
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 27756] When viewing diffs, syntax highlight is not being applyed anymore

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

Aaron Schulz  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 on the CC list for the bug.

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


[Bug 27754] Two archaic Greek letters in TeX

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

Bawolff  changed:

   What|Removed |Added

 CC||bawolff...@gmail.com
  Component|General/Unknown |texvc
Version|wikimedia-deployment|any
Product|MediaWiki   |MediaWiki extensions

--- Comment #1 from Bawolff  2011-02-27 01:14:31 UTC ---
As an aside, stigma characters can be typed normally (outside of math tags)
using 
Ϛ and ϛ (similar codes exist for Koppa).

-- 
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 27756] New: When viewing diffs, syntax highlight is not being applyed anymore

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

   Summary: When viewing diffs, syntax highlight is not being
applyed anymore
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: https://secure.wikimedia.org/wikipedia/mediawiki/w/ind
ex.php/?diff=prev&oldid=386858
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: FlaggedRevs
AssignedTo: ro...@wikimedia.org
ReportedBy: mybugs.m...@gmail.com
CC: jschulz_4...@msn.com, innocentkil...@gmail.com


In the diff above, the sections which contains source code in  tags are not being properly formated (GeSHi). The code is displayed
as if it were in  tags.

I believe this is another consequence of the page content being loaded via AJAX
(bug 25289). See also another similar bug:
https://secure.wikimedia.org/wikipedia/mediawiki/w/index.php/?diff=386071&oldid=367003

-- 
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 27739] Install RandomSelection extension on pt.wiki

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

--- Comment #2 from Danilo  2011-02-27 00:16:03 UTC ---
We are planning a collaboration campaign that will use random banners on the
SiteNotice, and it will be used in some portals to generate random images and
other contents.

-- 
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 27755] The command \pmatrix and \matrix doesn't work.

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

Reedy  changed:

   What|Removed |Added

   Severity|enhancement |minor

-- 
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 27755] New: The command \pmatrix and \matrix doesn't work.

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

   Summary: The command \pmatrix and \matrix doesn't work.
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: http://en.wikipedia.org/
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: texvc
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: m8r-ipg...@mailinator.com


The command \pmatrix and \matrix doesn't work.

-- 
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 27754] New: Two archaic Greek letters in TeX

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

   Summary: Two archaic Greek letters in TeX
   Product: MediaWiki
   Version: wikimedia-deployment
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: ha...@math.umn.edu


This is a feature request rather than a bug report.

Wikipedia's limited version of [[TeX]] is immensely useful in mathematics
articles.  In particular one can type any and all of the 24 letters of the
standard Greek alphabet:
: 
: 
\alpha\beta\gamma\delta\epsilon\zeta\eta\theta\iota\kappa\lambda\mu\nu\xi\omicron\pi\rho\sigma\tau\upsilon\varphi\chi\psi\omega.
\, 
: 
However, one cannot (as far as I can tell so far) type the lower-case [[stigma
(letter)|stigma]] or [[koppa (letter)|koppa]].  These were used in ancient
[[Greek numerals]], and in Wikipedia articles that need to mention ancient
Greek arithmetic, they would be useful.  For examlpe, the 2nd-century
trigonometric table on page 48 of
[http://www.wilbourhall.org/pdfs/HeibergAlmagestComplete.pdf this pdf file]
uses both stigma and koppa.  I think these can be found in some [[LaTex]]
packages.  I would like to see them available for use in Wikipedia articles. 
Can someone here help with that?

-- 
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 18840] RevDelete/HideUser (tracking)

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

duplicate...@googlemail.com changed:

   What|Removed |Added

 Depends on||27715

-- 
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 27715] prop=imageinfo shows suppressed data for oldimages

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

duplicate...@googlemail.com changed:

   What|Removed |Added

 Blocks||18840

-- 
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 18840] RevDelete/HideUser (tracking)

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

duplicate...@googlemail.com changed:

   What|Removed |Added

 Depends on||27748

-- 
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 27748] Add better revision delete handling for list=recentchanges

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

duplicate...@googlemail.com changed:

   What|Removed |Added

 Blocks||18840

-- 
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 27750] Save redirects to wrong diff

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

--- Comment #4 from Aaron Schulz  2011-02-26 22:27:22 UTC 
---
Does this occur regularly or randomly?

I can't see how this happens in injectPostEditURLParams()

-- 
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 27752] Add functionality to specify which server a page is served by

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

Krinkle  changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #1 from Krinkle  2011-02-26 22:23:26 UTC ---
Toolserver does this by allowing to call a server directly.

eg. http://wolfsbane.toolserver.org/%7Ekrinkle/wikimedia-svn-search/ or
http://ortelius.toolserver.org/%7Ekrinkle/wikimedia-svn-search/

Perhaps we can do this and give them a secure.wikimedia-like url structure.


eg. http://srv158.wikimedia.org/wikipedia/en/wiki/Main_Page

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

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


[Bug 27749] Wikimedia's declaration of $wgLocalFileRepo doesn't include scriptDirUrl and scriptExtension options

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

--- Comment #7 from Bryan Tong Minh  2011-02-26 
22:19:40 UTC ---
Bug 27477

-- 
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 27749] Wikimedia's declaration of $wgLocalFileRepo doesn't include scriptDirUrl and scriptExtension options

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

--- Comment #6 from Krinkle  2011-02-26 22:18:09 UTC ---
bawolff...@gmail.com2011-02-26 20:07:03 UTC
> Keywords +shell
> Component -API+Site requests
> Product   -MediaWiki  +Wikimedia
> Summary   -[Regression!] 'description' imageinfo propety is 'false' for 
> local files
> + Wikimedia's declaration of $wgLocalFileRepo doesn't include 
> scriptDirUrl and scriptExtension options

Are you sure it's wikimedia dependant and not a bug in MediaWiki ? If it can
happen at Wikimedia with an upgrade, it can happen to others as well I guess.

-- 
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 27749] Wikimedia's declaration of $wgLocalFileRepo doesn't include scriptDirUrl and scriptExtension options

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

Krinkle  changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #5 from Krinkle  2011-02-26 22:16:50 UTC ---
The boolean false is fine, that is, if there really isn't a description url
available.

The fact that NavPopups link to [[false]] is most likely because it doesn't
check it and var foo = '[[' + false /* boolean false, without quotes */ +
']]';  gives '[[false]]'.

-- 
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 27750] Save redirects to wrong diff

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

✓  changed:

   What|Removed |Added

 CC||andbe...@web.de

--- Comment #3 from ✓  2011-02-26 21:37:26 UTC ---
Exactly. I'm sorry that I didnt' point it out clearly.

-- 
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 27750] Save redirects to wrong diff

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

--- Comment #2 from Aaron Schulz  2011-02-26 21:21:03 UTC 
---
So the oldid parameter is for the revision just made?

-- 
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 18840] RevDelete/HideUser (tracking)

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

Bawolff  changed:

   What|Removed |Added

 Depends on||27747

-- 
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 27747] Add better revision delete handling for list=deletedrevs

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

Bawolff  changed:

   What|Removed |Added

 CC||bawolff...@gmail.com
 Blocks||18840

-- 
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 27744] Add the neuter gender

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

Bawolff  changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #1 from Bawolff  2011-02-26 21:14:36 UTC ---
related Bug 25834

-- 
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 27622] Setup internal wikis as https only

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

Nemo_bis  changed:

   What|Removed |Added

 CC||federicol...@tiscali.it

--- Comment #1 from Nemo_bis  2011-02-26 21:13:58 UTC 
---
http://meta.wikimedia.org/wiki/Wikimedia_wikis#Private_wikis contains an
organized list of internal/private 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 on 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-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27339

Nemo_bis  changed:

   What|Removed |Added

 Depends on||27753

-- 
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 27753] New: NewUserMessage extension doesn't subst where it should or adds the wrong template

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

   Summary: NewUserMessage extension doesn't subst where it should
or adds the wrong template
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Normal
 Component: [other]
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: federicol...@tiscali.it
CC: bryan.tongm...@gmail.com
Blocks: 27339


See r82088 comments.

-- 
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 27752] New: Add functionality to specify which server a page is served by

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

   Summary: Add functionality to specify which server a page is
served by
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: b...@mzmcbride.com


I think it'd be nice if a URL parameter (or some other means) could control
which server a page is served by. On Wikimedia wikis, sometimes there's a
specific server that's problematic, and as far as I know, there isn't any way
currently to tell the servers (or MediaWiki) to use a particular server when
outputting a page. This can make debugging more difficult.

-- 
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 27751] New: Should not show if username exists on failed login on private wikis.

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

   Summary: Should not show if username exists on failed login on
private wikis.
   Product: MediaWiki
   Version: 1.18-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: User login
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: bawolff...@gmail.com


Currently on failed log in, users are shown different messages if the username
does or does not exist. If anons don't have read rights to special:listusers,
the same message for auth failure should be used regardless of if the tried
username exists or not.

Otherwise a user could discover who has an account at the secret cabal wikis by
trying different account names in the log in form and observing the error
message.

This was discussed the other day on irc, and I thought i'd file a bug so it
isn't forgotten about.

-- 
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 27750] Save redirects to wrong diff

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

Bawolff  changed:

   What|Removed |Added

 CC||bawolff...@gmail.com,
   ||innocentkil...@gmail.com,
   ||jschulz_4...@msn.com
  Component|Page editing|FlaggedRevs
Version|1.17|any
 AssignedTo|wikibugs-l@lists.wikimedia. |ro...@wikimedia.org
   |org |
Product|MediaWiki   |MediaWiki extensions

--- Comment #1 from Bawolff  2011-02-26 20:29:47 UTC ---
I'm going to go with flagged revs fault, since the extension is the thing
redirecting 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 27750] New: Save redirects to wrong diff

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

   Summary: Save redirects to wrong diff
   Product: MediaWiki
   Version: 1.17
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Page editing
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: andbe...@web.de


I'm not sure whether this bug belongs to the edit process or to diff handling.

I just edited a template, and when I submitted it I got redirected to
http://de.wikipedia.org/w/index.php?title=Vorlage:Navigationsleiste_Musik&oldid=85800660&diff=cur&diffonly=0&shownotice=1,
I guess to sight my change. Thats OK, but the diff is strange: the older
version shown just is the same as the newer (current) one, the edit comment,
the oldid-link: all the same.

I guess the correct link would be without the oldid parameter, or with the
oldid parameter set to the previous revision.

-- 
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 27749] Wikimedia's declaration of $wgLocalFileRepo doesn't include scriptDirUrl and scriptExtension options

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

--- Comment #4 from Bawolff  2011-02-26 20:27:08 UTC ---
(In reply to comment #2)
> As an aside, if the file->getDescriptionUrl returns false, we should probably
> just not output that field, instead of saying its value is a literal 'false'.
> (That's a separate issue, since local images should have desc page).

or maybe not. Its giving a boolean value of false in json, not a literal string
of a false, so maybe its not that inappropriate to return that (I don't really
know). in the xml format it returns an empty descriptionurl attribute.

-- 
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 27749] Wikimedia's declaration of $wgLocalFileRepo doesn't include scriptDirUrl and scriptExtension options

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

Bawolff  changed:

   What|Removed |Added

   Keywords||shell
  Component|API |Site requests
Version|1.17|unspecified
 AssignedTo|roan.katt...@gmail.com  |wikibugs-l@lists.wikimedia.
   ||org
Product|MediaWiki   |Wikimedia
Summary|[Regression!] 'description' |Wikimedia's declaration of
   |imageinfo propety is|$wgLocalFileRepo doesn't
   |'false' for local files |include scriptDirUrl and
   ||scriptExtension options

--- Comment #3 from Bawolff  2011-02-26 20:07:03 UTC ---
Appears to be caused by r70296. However, I think the appropriate course of
action would be for Wikimedia to change its declaration of $wgLocalFileRepo to
more match the default in Setup.php.

Changing to a shell bug.

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

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


[Bug 27749] [Regression!] 'description' imageinfo propety is 'false' for local files

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

--- Comment #2 from Bawolff  2011-02-26 19:41:29 UTC ---
As an aside, if the file->getDescriptionUrl returns false, we should probably
just not output that field, instead of saying its value is a literal 'false'.
(That's a separate issue, since local images should have desc page).

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

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


[Bug 27749] [Regression!] 'description' imageinfo propety is 'false' for local files

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

Bawolff  changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #1 from Bawolff  2011-02-26 19:37:04 UTC ---
Looking at the wmf config files, it has an entry:


$wgLocalFileRepo = array(
'class' => 'LocalRepo',
'name' => 'local',
'directory' => $wgUploadDirectory,
'url' => $wgUploadBaseUrl ? $wgUploadBaseUrl . $wgUploadPath :
$wgUploadPath,
'hashLevels' => 2,
'thumbScriptUrl' => $wgThumbnailScriptPath,
'transformVia404' => true,
'initialCapital' => $wgCapitalLinks,
'deletedDir' => "/mnt/upload6/private/archive/$site/$lang",
'deletedHashLevels' => 3,
'thumbDir' => str_replace( '/mnt/upload6', '/mnt/thumbs',
"$wgUploadDirectory/thumb" ),
);

This doesn't include scriptDirUrl, like the equivalent definition in Setup.php.
I think this causes FileRepo::getDescriptionUrl to fail on local images on wmf
wikis.

However, with that said, I'm at a loss as to why it would work on test2. (and
why this just started breaking)

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

Krinkle  changed:

   What|Removed |Added

 Depends on||27749

-- 
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 27749] New: [Regression!] 'description' imageinfo propety is 'false' for local files

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

   Summary: [Regression!] 'description' imageinfo propety is
'false' for local files
   Product: MediaWiki
   Version: 1.17
  Platform: All
OS/Version: All
Status: NEW
  Keywords: code-update-regression
  Severity: major
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: krinklem...@gmail.com
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
vasi...@gmail.com, soxre...@gmail.com
Blocks: 27339


Since 1.17 the API output for action=query&prop=imageinfo&iiprop=url returns
false in the 'descriptionurl' property of the imageinfo object.

See the following two urls of en.wikipedia (MW 1.17)

* (shared)
http://en.wikipedia.org/w/api.php?format=jsonfm&action=query&titles=File:Albert%20Einstei%20Head.jpg&prop=imageinfo&iiprop=url%7Cmime&iiurlwidth=200
* (local)
http://en.wikipedia.org/w/api.php?format=jsonfm&action=query&titles=File:BahamasCoin.jpg&prop=imageinfo&iiprop=url%7Cmime&iiurlwidth=200

compared t the following two urls of test2.wikipedia (MW 1.16)

* (shared)
http://test2.wikipedia.org/w/api.php?format=jsonfm&action=query&titles=File:Albert%20Einstein%20Head.jpg&prop=imageinfo&iiprop=url%7Cmime&iiurlwidth=200
* (local)
http://test2.wikipedia.org/w/api.php?format=jsonfm&action=query&titles=File:030a%20Shrady%20portrait.tiff&prop=imageinfo&iiprop=url%7Cmime&iiurlwidth=200

According to Bawollf (via IRC) in the MW PHP source code it says getting
descriptionurl may return false if it's not applicable or when it's
unavailable.

However the description for the url should be available just fine, just like it
was fine in 1.16.

This is currently affecting the highly used gadget 'Navigation popups', which,
when hovering a link to an article shows the excerpt of an article and the
first image. Whenever that image is a local file the anchor-tag around the
image will link to 'false' and when hovering the thumb it'll show the excerpt
of [[false]].

It will undoubtly screw up many other uses of the API.

-- 
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 27741] Problem with file sorting in categories on Commons

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

Bawolff  changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #2 from Bawolff  2011-02-26 18:58:13 UTC ---
Note, the category changes in 1.17 aren't live yet. Presumably this is caused
by the category changes being patched out, but the removing of
$wgCategoryPrefixedDefaultSortkey in r70416 still (Accidentally?) kept in. It
should all be fixed when category collations are deployed to wmf.

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

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


[Bug 17577] Images can't have far future expires

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

--- Comment #14 from Sergey Chernyshev  2011-02-26 
18:58:01 UTC ---
Basically, there are a few ways to get versions:
 - from asset itself
- ideally crc32/md5 of content (it's actually pretty fast)
- or modification time (which is not very good)
 - from meta-data (in case of MW, it's file revision number)

Ideally, it should be part of the file name, e.g. 
http://upload.wikimedia.org/wikipedia/commons/thumb/e/e0/Hillary_Rodham_Clinton_Signature.svg/rev125/128px-Hillary_Rodham_Clinton_Signature.svg.png

Notice "rev125" between last two slashes. It can be a real folder if you prefer
to keep old files or just pseudo-folder which can only be used for cache
busting.

Cache busting is a must as we have assets infinitely stored in all possible
caches, not only in SQuid. Don't know if you need to tell SQuid to clean old
URLs or they'll be just LRU-ed later.

BTW, all this goes for skin files as well - it should probably be done
differently though - as build script or post-commit hook or something like
SVN-Assets tool that checks repository revision or hash of the file and
generates file names accordingly.

  Sergey

-- 
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 27748] New: Add better revision delete handling for list=recentchanges

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

   Summary: Add better revision delete handling for
list=recentchanges
   Product: MediaWiki
   Version: 1.18-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: duplicate...@googlemail.com
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
vasi...@gmail.com, soxre...@gmail.com


list=recentchanges blocks all revision deleted revision due to 'rc_deleted =
0'.

Please add deleted revision but add userhidden and commenthidden when the part
is not visible.

Thanks.

-- 
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 27747] New: Add better revision delete handling for list=deletedrevs

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

   Summary: Add better revision delete handling for
list=deletedrevs
   Product: MediaWiki
   Version: 1.18-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: duplicate...@googlemail.com
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
vasi...@gmail.com, soxre...@gmail.com


list=deletedrevs blocks all revision deleted revision due to 'ar_deleted = 0'.

Please add deleted revision but add userhidden, commenthidden and texthidden
when the part is not visible.

Thanks.

-- 
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 27741] Problem with file sorting in categories on Commons

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

duplicate...@googlemail.com changed:

   What|Removed |Added

 CC||duplicate...@googlemail.com

--- Comment #1 from duplicate...@googlemail.com 2011-02-26 18:46:20 UTC ---
Due to changes at the category system the namespace is not any more inside the
sortkey. All files uploaded before the 1.17 have the old sortkey with
namespace.

You can fix this by nulledit (save without changes) all the pages inside the
category.

With the api you get the sortkey:
http://commons.wikimedia.org/w/api.php?action=query&list=categorymembers&cmtitle=Category:Gerbovnik%20Vinklera&cmprop=sortkey&cmlimit=500

-- 
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 27746] New: A special page should be added to execute marking tests

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

   Summary: A special page should be added to execute marking
tests
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: InlineEditor
AssignedTo: jp.po...@gmail.com
ReportedBy: jp.po...@gmail.com


I'm proposing a special page where users or admins can select pages (or have
them chosen randomly) to test whether or not the marking of elements succeeds.

There are a few tests that could be done:

* Removing the markings from the parsed page and checking if this is the same
as parsing without markings.
* Partial rendering can be tested by checking if markings are parsed the same
way when in the page as when parsed independently.
* Dependency resolving can be checked by randomly changing text and see if the
changes in the output are correctly updated.

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

Bug 27165 depends on bug 27164, which changed state.

Bug 27164 Summary: Decouple the edit toolbar: make the activator more re-usable
https://bugzilla.wikimedia.org/show_bug.cgi?id=27164

   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 on the CC list for the bug.

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


[Bug 27164] Decouple the edit toolbar: make the activator more re-usable

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

Jan Paul Posma  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #7 from Jan Paul Posma  2011-02-26 18:34:41 UTC 
---
Fixed in r82706.

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

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

Platonides  changed:

   What|Removed |Added

 CC||russnel...@gmail.com

--- Comment #13 from Platonides  2011-02-26 18:05:28 UTC 
---
No, it's not a problem for wikimedia since it is -for now- nfs mounted.

It is a problem for people using us as a remote repository.

-- 
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 27745] New: Column number sorting

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

   Summary: Column number sorting
   Product: MediaWiki
   Version: 1.17
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Javascript
AssignedTo: d...@ucsc.edu
ReportedBy: predragbal...@gmail.com
CC: tpars...@wikimedia.org, predragbal...@gmail.com


During the column's number sorting we have sorting based on text instead on
numbers.

Example (Ascending): 
1, 10, 100... instead of 1, 2, 3...

Page:
http://sr.wikipedia.org/wiki/Spisak_država_po_stanovništvu

-- 
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 21716] Log entries assume sentence starts with username

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

Purodha Blissenbach  changed:

   What|Removed |Added

 CC||bugzilla.wikime...@publi.pu
   ||rodha.net

--- Comment #2 from Purodha Blissenbach  
2011-02-26 17:10:53 UTC ---
There is generally always the option to make each log entry a message in the
MediaWiki name space in it entirety, with the apropriate set of parameters.

A downside may be that sometimes log entries are read by programs and acted
upon programmatically. If formats differ between languages, this becomes more
difficult. Frankly, I think, a technically better, language independent way
should be used to access log data from within programs, such as via the API.

-- 
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 27744] New: Add the neuter gender

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

   Summary: Add the neuter gender
   Product: MediaWiki
   Version: 1.18-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Internationalization
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: bugzilla.wikime...@publi.purodha.net
CC: bugzilla.wikime...@publi.purodha.net


Currently, we have gender support for
- the male gender
- the female gender
- gender unknown (although caguely attributed "neutral" in the code sometimes)

Many germanic languages, including English, require the neuter gender at times,
such as when having to make a distinction between:
- (Missis Smith) "she"
- (Mister Miller) "he"
- (a bot program, a person nicknamed by a word of neuter gender) "it"

Gender agnostic wordings such as "user xyzzy" fits them all and is not outright
wrong in the neuter gender case, but having the correct grammatical gender at
hand even in these comaparatively rare cases will be much better language use.

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

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


[Bug 18840] RevDelete/HideUser (tracking)

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

Bawolff  changed:

   What|Removed |Added

 Depends on||27722

-- 
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 27722] filearchive api module doesn't respect revdelete

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

Bawolff  changed:

   What|Removed |Added

 Blocks||18840

-- 
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 18840] RevDelete/HideUser (tracking)

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

Bawolff  changed:

   What|Removed |Added

 Depends on||23594

-- 
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 23594] User gets an incorrect/uncaught error message on undelete/revdelete edge case

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

Bawolff  changed:

   What|Removed |Added

   Keywords||testme
 Blocks||18840

--- Comment #1 from Bawolff  2011-02-26 16:57:25 UTC ---
I can't reproduce. When doing your steps (on trunk) i get:

Undelete failed; someone else may have undeleted the page first.

Undeletion will not be performed if it will result in the top page or file
revision being partially deleted. In such cases, you must uncheck or unhide the
newest deleted revision. 


Can you confirm if the error is still present?

-- 
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 27722] filearchive api module doesn't respect revdelete

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

--- Comment #3 from Bawolff  2011-02-26 16:52:57 UTC ---
Considering that filearchive already does permission checks (and thus has a
private cache mode), we might want to show DELETE_RESTRICTED data to users who
have the relevant permissions.

-- 
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 24156] Messages of log entries should support GENDER

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

Purodha Blissenbach  changed:

   What|Removed |Added

 CC||bugzilla.wikime...@publi.pu
   ||rodha.net

--- Comment #3 from Purodha Blissenbach  
2011-02-26 16:36:34 UTC ---
While you look at these, maybe having an eye on another problem at the same
time may help to structurally better solutions. Details in bug 27743.

-- 
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 27743] New: Handle GENDER more effectively,

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

   Summary: Handle GENDER more effectively,
   Product: MediaWiki
   Version: 1.18-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Internationalization
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: bugzilla.wikime...@publi.purodha.net
CC: bugzilla.wikime...@publi.purodha.net


Currently, user names are passed as parameters to message handling
routines and used there to detemine the users gender and return
language texts varying with the gender.

Sometimes, user names are also used to be included verbatim in messages.
Sometimes, rather links such as [[User:$2|$2]] are used instead.
Sometimes, series of links such as "Username (contribs, block, log, ...) "
are used and passed as parameters to messages.

This pactice has drawbacks:

A: Localizers often cannot immediately identify a parameter as being a plain
name suitable for GENDER use, or a link or series of links which cannot be
used.

B: When parameters for a message are evaluated, often a user object is already
there, then only a name is passed to message handling which has to evaluate its
own user object from the name in order to determine the gender. That's a waste.

C: Messages used outside the context of the wiki, where database lookups are
not readily available (e.g. in JavaScripts) cannot support gender.

Suggestion:
When messages need gender, pass the evaluated gender to them, and alter gender
handlincg accordingly. We need an additional parameter per independent
occurrence of gender per message, which can be seen as a structural advantage,
and the above drawbacks are avoided.

-- 
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 27732] Support of PostgreSQL

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

--- Comment #7 from Anton Kochkov  2011-02-26 16:29:32 
UTC ---
And here an example of some error with LIMIT and OFFSET:

A database error has occurred
Query: SELECT UNIX_TIMESTAMP(rc_timestamp) AS item_date, rc_title,
rc_user, rc_user_text, rc_comment, rc_id, rc_minor, rc_new,
rc_namespace, rc_cur_id, rc_this_oldid, rc_last_oldid,
rc_log_action
FROM recentchanges

ORDER BY rc_id DESC LIMIT 0,50
Function: UserActivity::setEdits
Error: 1 ERROR: LIMIT #,# syntax is not supported
LINE 7: ORDER BY rc_id DESC LIMIT 0,50
^
HINT: Use separate LIMIT and OFFSET clauses.
Backtrace:

#0 /usr/home/droid-dev/www/includes/db/Database.php(538):
DatabasePostgres->reportQueryError('ERROR: LIMIT #...', 1, 'SELECT
UNIX_TIM...', 'UserActivity::s...', false)
#1
/usr/home/droid-dev/www/extensions/SocialProfile/UserActivity/UserActivityClass.php(85):
DatabaseBase->query('SELECT UNIX_TIM...', 'UserActivity::s...')
#2
/usr/home/droid-dev/www/extensions/SocialProfile/UserActivity/UserActivityClass.php(605):
UserActivity->setEdits()
#3
/usr/home/droid-dev/www/extensions/SocialProfile/UserActivity/UserActivityClass.php(639):
UserActivity->getActivityList()
#4
/usr/home/droid-dev/www/extensions/SocialProfile/UserActivity/UserActivity.body.php(75):
UserActivity->getActivityListGrouped()
#5 /usr/home/droid-dev/www/includes/SpecialPage.php(559):
UserHome->execute(NULL)
#6 /usr/home/droid-dev/www/includes/Wiki.php(254):
SpecialPage::executePath(Object(Title))
#7 /usr/home/droid-dev/www/includes/Wiki.php(64):
MediaWiki->handleSpecialCases(Object(Title), Object(OutputPage),
Object(WebRequest))
#8 /usr/home/droid-dev/www/index.php(117):
MediaWiki->performRequestForTitle(Object(Title), NULL, Object(OutputPage),
Object(User), Object(WebRequest))
#9 {main}

-- 
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 27732] Support of PostgreSQL

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

--- Comment #6 from Anton Kochkov  2011-02-26 16:26:47 
UTC ---
Hm. main problems was with postgresql creating tables - your postgresql files
are not work on postgresql. (at least on 9.0 and later). So, I'm attached my
tables, functions (in SQL unixtime, etc), and sequences for PostgreSQL, which
works ok.

-- 
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 27742] New: French Wikiquote search engine refresh bug

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

   Summary: French Wikiquote search engine refresh bug
   Product: MediaWiki
   Version: wikimedia-deployment
  Platform: All
   URL: http://fr.wikiquote.org/wiki/Wikiquote:Le_Salon/f%C3%A
9vrier_2011#J.27en_remets_une_couche
OS/Version: All
Status: NEW
  Severity: critical
  Priority: Normal
 Component: Search
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: hubert.bos...@gmail.com


Hello, our readers can't find our article posterior to July!
Please refresh the search engine:

For example
http://fr.wikiquote.org/w/index.php?title=Sp%C3%A9cial%3ARecherche&search=Gladiator+est+un+film+am%C3%A9ricain%22&go=Lire
isn't found but exists in [[Gladiator]] for more than one week.

On the contrary, on the English Wikiquote,
http://en.wikiquote.org/w/index.php?title=Special%3ASearch&search=%22Marnie+is+a+1964+film%22&go=Go
is working as well.

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

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


[Bug 27741] New: Problem with file sorting in categories on Commons

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

   Summary: Problem with file sorting in categories on Commons
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: eugene.zele...@gmail.com


There is problem with file sorting in category on Commons (see
http://commons.wikimedia.org/wiki/Category:Gerbovnik_Vinklera). Newly uploaded
files appeared after set of old files. Names are on Cyrillic, but it's possible
to notice first letters appeared in 2 places.

This problem was introduced after upgrade to 1.17.

It may be MediaWiki problem, or some database tebles was not properly updated
during/after upgrade.

-- 
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 27736] Mailing list for Odia (Oriya) wiki projects

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

Casey Brown  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||b...@caseybrown.org
 Resolution||FIXED

--- Comment #1 from Casey Brown  2011-02-26 15:58:35 UTC 
---
List "Wikipedia-OR" created and password sent to Shiju, Subhashish, and
Jayanta.

-- 
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 27732] Support of PostgreSQL

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

--- Comment #5 from Jack Phoenix  2011-02-26 
15:50:59 UTC ---
SocialProfile has had (theoretical) PostgreSQL support for a while already, see
the appropriate .postgres.sql files in the SocialProfile subdirectories
(http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/SocialProfile/UserBoard/user_board.postgres.sql?view=markup
for example).

As for your first patch, it looks OK but I'm not sure, and I certainly don't
want to break MySQL compatibility (although if I did, I'm sure someone would
spot it quickly and report back). In any case, I'd like to get rid of that raw
SQL construction altogether instead of just patching the existing raw SQL. That
way maybe one day SocialProfile will work with Oracle, too. :)

Mark commented on SocialProfile's MySQL-isms on
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75007#c11339; I
implemented one of his suggestions on r77339 but later had to revert it in
r79748 because the Database::unixTimestamp function was removed.

Long story short, there is some support for PostgreSQL already, but there are
plenty of code-related issues that should be fixed in order to support
PostgreSQL and other DBMSes properly. I'd like to get rid of all the raw SQL
queries first; IIRC there are also some rather nasty subqueries somewhere, too.
I unfortunately don't know much about non-MySQL DBMSes, but I'm interested in
building PostgreSQL support. Feel free to submit patches or even apply for
commit access (see http://www.mediawiki.org/wiki/Commit_access for information
about that).

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

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


[Bug 27599] Add page= parameter to Special:Contributions

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

--- Comment #2 from duplicate...@googlemail.com 2011-02-26 14:38:24 UTC ---
see also bug 10788

-- 
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 27691] Complete namespaceGenderAliases for all languages we support

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

The Evil IP address  changed:

   What|Removed |Added

 CC||theevilipaddr...@hotmail.de

--- Comment #1 from The Evil IP address  
2011-02-26 14:19:54 UTC ---
Maybe send a mail to mediawiki-i18n mailing list?
https://lists.wikimedia.org/mailman/listinfo/mediawiki-i18n

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

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


[Bug 27339] Bugs that should be fixed post 1.17 WMF deployment (tracking)

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

Bug 27339 depends on bug 27700, which changed state.

Bug 27700 Summary: Regression: Upload protection for non existing files broken
https://bugzilla.wikimedia.org/show_bug.cgi?id=27700

   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 27700] Regression: Upload protection for non existing files broken

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

Bryan Tong Minh  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #4 from Bryan Tong Minh  2011-02-26 
14:13:08 UTC ---
r82853

-- 
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 27740] give sysop the abusefilter-modify-restricted right in the Hebrew Wikipedia

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

Platonides  changed:

   What|Removed |Added

   Keywords||shell
 CC||platoni...@gmail.com

-- 
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 27739] Install RandomSelection extension on pt.wiki

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

Platonides  changed:

   What|Removed |Added

 CC||platoni...@gmail.com

--- Comment #1 from Platonides  2011-02-26 14:01:22 UTC 
---
It disables the cache (preferable to give a short cache time), doesn't pass
frames. That preg_match_all looks ugly, but wouldn't probably be run too much.

-- 
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 27740] New: give sysop the abusefilter-modify-restricted right in the Hebrew Wikipedia

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

   Summary: give sysop the abusefilter-modify-restricted right in
the Hebrew Wikipedia
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: yonideb...@gmail.com


Please give sysops the abusefilter-modify-restricted right in the Hebrew
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 27739] New: Install RandomSelection extension on pt.wiki

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

   Summary: Install RandomSelection extension on pt.wiki
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: dan.ma...@gmail.com


Install [[mw:Extension:RandomSelection]] on portuguese wikipedia. Consensus
[[w:pt:Wikipédia:Esplanada/propostas/Adicionar extensão para exibir conteúdo
aleatório (22fev2011)|here]].

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


[Bug 27738] New: ParserTests break when BagOStuff is not able to cache

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

   Summary: ParserTests break when BagOStuff is not able to cache
   Product: MediaWiki
   Version: wikimedia-deployment
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Unit tests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: bryan.tongm...@gmail.com
CC: m...@everybody.org


The following ParserTests break:

Running test Bad images - basic functionality... FAILED!
Running test Bad images - bug 16039: text after bad image disappears... FAILED!

But only if BagOStuff::set returns false, indicating that storing in the user
cache failed. If BagOStuff::set returns true even if it is not able to store
into the cache, the tests pass. If the cache type is CACHE_NONE, the tests
pass.

I only tested this with wincache.


(For reference, r78322 introduced the false return value on failure)

-- 
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 27480] Maintenance script to update page_props

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

--- Comment #7 from Reedy  2011-02-26 12:56:58 UTC ---
I'm sure nikerabbit couldn't get this to fix some missing category members. Oh
well

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

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


[Bug 20742] No del/undel links for current version of filearchive lists

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

Umherirrender  changed:

   What|Removed |Added

   Keywords||patch, schema-change

-- 
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 20742] No del/undel links for current version of filearchive lists

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

--- Comment #2 from Umherirrender  2011-02-26 
12:41:55 UTC ---
Created attachment 8219
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=8219
schema-change: add img_deleted to image table

The schema-change is not complex (see patch).

-- 
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 1379] install can't find config/index.php

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

Max Semenik  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #18 from Max Semenik  2011-02-26 12:40:27 
UTC ---
Fixed in r82845.

-- 
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 27571] GRAMMAR rules from $wgGrammarForms don't work with fallback-languages

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

--- Comment #9 from Niklas Laxström  2011-02-26 
12:35:06 UTC ---
According to $wgDummyLanguageCodes be-x-old should not be shown in the language
selector in preferences. It sill doesn't help us migrate user preferences away
from it.

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


[Bug 27480] Maintenance script to update page_props

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

Bryan Tong Minh  changed:

   What|Removed |Added

 CC||bryan.tongm...@gmail.com

--- Comment #6 from Bryan Tong Minh  2011-02-26 
12:32:45 UTC ---
refreshLinks.php will work, it does a full re-parse and LinksUpdate.

-- 
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 27571] GRAMMAR rules from $wgGrammarForms don't work with fallback-languages

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

--- Comment #8 from Paul Selitskas  2011-02-26 12:27:38 UTC ---
(In reply to comment #7)
> Hoi,
> be-tarask and be-x-old are the same. be would be the fall back language for 
> it.
> However the localisation for be-tarask is (almost) complete.
> Thanks,
> GerardM

MediaWiki core translation is done for 'be-tarask' so there is no reason for
this. Our users hardly ever see English-written labels, so 'en' fallback is OK.

(In reply to comment #6)
> I think the real bug is that the compatibility alias "be-x-old" is listed in
> the language selector in Special:Preferences to begin with.  It should just be
> left out of the list and silently and automatically replaced with "be-tarask"
> for any users who happen to have selected it before.  (The same should be done
> for other language code aliases, such as "als" -> "gsw".)
> 
> I'm trying to think of a way to fix this with minimal code bloat.  One way to
> do it would be to remove these aliases from $wgLanguageNames and move them to 
> a
> new list, say, $wgLanguageAliases or something.  Of course, this would 
> probably
> involve changes to other parts of MediaWiki which use $wgLanguageNames, such 
> as
> interwiki link handling.
> 
> Or maybe just leave $wgLanguageNames as it is, but include a list of obsolete
> language codes and their replacements so that they can be filtered out of
> language selectors.
> 
> (Actually, I'm not even sure what simply removing these aliases from
> $wgLanguageNames would break.  Fixing language selectors for users who have
> selected an alias before should be easy, since we could just check if their
> chosen language is in the list and use the fallback if not.  Hmm... looks like
> wfGetLangObj() assumes all valid languages are listed in either
> $wgLanguageNames or $wgExtraLanguageNames, even though Language::factory()
> doesn't.  We could probably just drop that check, or add an extra check for
> aliases.)

I'm not sure, but 'be-x-old' exists because of the domain name
be-x-old.wikipedia.org. If default MediaWiki language is not tied to the domain
in WFM, so there's a reason to safely delete 'be-x-old'. Despite this, 3rd
party tools may use domain name for language identification, so it can't be
done.

-- 
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 27737] New: update uploader of deleted files after rename

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

   Summary: update uploader of deleted files after rename
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Renameuser
AssignedTo: jschulz_4...@msn.com
ReportedBy: duplicate...@googlemail.com


The fa_user_text is not updated after a rename.

The code contains a FIXME: not indexed yet

The index fa_user_timestamp was added with r34637. I do not know if that index
is enough to let renameuser update the field.

Thanks.

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

Bug 27339 depends on bug 27679, which changed state.

Bug 27679 Summary: Ugly encoding in red file links containing an ampersand
https://bugzilla.wikimedia.org/show_bug.cgi?id=27679

   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 27679] Ugly encoding in red file links containing an ampersand

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

Bryan Tong Minh  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||bryan.tongm...@gmail.com
 Resolution||FIXED

--- Comment #1 from Bryan Tong Minh  2011-02-26 
12:10:02 UTC ---
r82843

-- 
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 27615] add fa_deleted_user_text to filearchive table

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

duplicate...@googlemail.com changed:

   What|Removed |Added

   Keywords||schema-change

--- Comment #1 from duplicate...@googlemail.com 2011-02-26 12:07:31 UTC ---
Need population script and Renameuser must update the new database field.

-- 
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 23135] blocking user is not updated after rename

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

duplicate...@googlemail.com changed:

   What|Removed |Added

 CC||duplicate...@googlemail.com
Summary|usernames changes are not   |blocking user is not
   |updated on  |updated after rename
   |[[Special:BlockList]]   |

--- Comment #2 from duplicate...@googlemail.com 2011-02-26 12:04:25 UTC ---
The blocked user is updated, but the blocking user is not updated.

-- 
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 27732] Support of PostgreSQL

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

--- Comment #4 from Anton Kochkov  2011-02-26 11:41:44 
UTC ---
These schemas for my wiki and this small little patch works ok on some parts of
SocialProfile features, but do crash for others. Hope you can fix that in
future :)

-- 
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 27732] Support of PostgreSQL

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

--- Comment #3 from Anton Kochkov  2011-02-26 11:40:35 
UTC ---
Created attachment 8218
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=8218
Some functions and sequencies needed for SocialProfile

-- 
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 27723] Error warnings of SyntaxHighlighting should be in user language, not content language

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

--- Comment #6 from Niklas Laxström  2011-02-26 
11:39:58 UTC ---
Yes I'm wrong. Plain wfMsg() wouldn't work though.

-- 
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 27732] Support of PostgreSQL

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

--- Comment #2 from Anton Kochkov  2011-02-26 11:39:08 
UTC ---
Created attachment 8217
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=8217
Schema for my wiki installation, which works (partially) with SocialProfile on
PostgreSQL

User Board/User properties works ok.

-- 
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 27723] Error warnings of SyntaxHighlighting should be in user language, not content language

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

duplicate...@googlemail.com changed:

   What|Removed |Added

 CC||duplicate...@googlemail.com

--- Comment #5 from duplicate...@googlemail.com 2011-02-26 11:38:26 UTC ---
The error message is not stored as literally text in the database, only in the
cache. The parser never change wikitext before saving to the database. It would
contain  in old version of a page.

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

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


[Bug 27732] Support of PostgreSQL

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

--- Comment #1 from Anton Kochkov  2011-02-26 11:37:19 
UTC ---
Created attachment 8216
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=8216
little patch for fix postgresql offset query

-- 
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 27722] filearchive api module doesn't respect revdelete

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

--- Comment #2 from duplicate...@googlemail.com 2011-02-26 11:33:43 UTC ---
Or you use "fa_deleted = 0" inside the query like list=deletedrevs for 1.17.

But having some userhidden, commenthidden or filehidden information is also a
good idea.

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

Bug 27339 depends on bug 27713, which changed state.

Bug 27713 Summary: list=filearchive does not check fa_deleted
https://bugzilla.wikimedia.org/show_bug.cgi?id=27713

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

-- 
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 27722] filearchive api module doesn't respect revdelete

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

duplicate...@googlemail.com changed:

   What|Removed |Added

 CC||duplicate...@googlemail.com

--- Comment #1 from duplicate...@googlemail.com 2011-02-26 11:31:53 UTC ---
*** Bug 27713 has been marked as a duplicate of this bug. ***

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

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


  1   2   >