[Bug 25026] Wikispecies logo needs to be shorter for Vector

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25026

--- Comment #1 from Cary Bass cb...@wikimedia.org 2010-09-04 06:02:38 UTC ---
Local uploads are turned off, the site logo should be reset to
http://upload.wikimedia.org/wikipedia/commons/b/b2/Wikispecies-logo-en.png.

-- 
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 25026] Wikispecies logo needs to be shorter for Vector

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25026

Cary Bass cb...@wikimedia.org changed:

   What|Removed |Added

 AssignedTo|cb...@wikimedia.org |wikibug...@lists.wikimedia.
   ||org

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

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


[Bug 25026] Wikispecies logo needs to be shorter for Vector

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25026

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

   Keywords||shell
 CC||p858sn...@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 25043] New: Old-style extension scripts load too early

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25043

   Summary: Old-style extension scripts load too early
   Product: MediaWiki
   Version: 1.17-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Resource Loader
AssignedTo: tpars...@wikimedia.org
ReportedBy: tpars...@wikimedia.org
CC: roan.katt...@gmail.com, tpars...@wikimedia.org


Things like Gadgets and other scripts added by extensions the old-fashioned
(pre-resource loader) way are loaded too early. They should be loaded after the
inline script with the go() call.

-- 
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 25044] New: Make URL to load.php configurable

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25044

   Summary: Make URL to load.php configurable
   Product: MediaWiki
   Version: 1.17-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Resource Loader
AssignedTo: tpars...@wikimedia.org
ReportedBy: tpars...@wikimedia.org
CC: roan.katt...@gmail.com, tpars...@wikimedia.org


This is useful for people that want to run load.php off of a separate
cookieless domain. Also needed for WMF deployment if we're gonna do the
bits.wikimedia.org/wikiname/load.php thing.

-- 
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 25045] New: Inability to determine MIME type results in invalid data URL

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25045

   Summary: Inability to determine MIME type results in invalid
data URL
   Product: MediaWiki
   Version: 1.17-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Resource Loader
AssignedTo: tpars...@wikimedia.org
ReportedBy: tpars...@wikimedia.org
CC: roan.katt...@gmail.com, tpars...@wikimedia.org


Per http://www.mediawiki.org/wiki/Special:Code/MediaWiki/72349#c8904 and below,
the resource loader outputs invalid CSS when it fails to determine the MIME
type of the file it's embedding, resulting in CSS like url(data:;base64,) ,
which is invalid and causes problems.

When the MIME type cannot be determined, we could try to guess based on the
extension but we probably really should not embed the file at all.

-- 
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 25044] Make URL to load.php configurable

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25044

--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com 2010-09-04 
09:13:39 UTC ---
Created attachment 7671
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=7671
Patch for $wgLoadScript

Here's a patch you can use as a starting point if you want.

-- 
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 25046] New: commonPrint.css needs to be included separately with media=print tag

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25046

   Summary: commonPrint.css needs to be included separately with
media=print tag
   Product: MediaWiki
   Version: 1.17-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Resource Loader
AssignedTo: tpars...@wikimedia.org
ReportedBy: tpars...@wikimedia.org
CC: roan.katt...@gmail.com, tpars...@wikimedia.org


commonPrint.css is currently being included as part of the normal
media=screen style sheet, which is causing display issues with the Save
button on the preferences form in Monobook. It needs to be included separately
with a media=print tag.

-- 
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 25047] New: Introduce more flexible handling for different media-specific style sheets

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25047

   Summary: Introduce more flexible handling for different
media-specific style sheets
   Product: MediaWiki
   Version: 1.17-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Resource Loader
AssignedTo: tpars...@wikimedia.org
ReportedBy: tpars...@wikimedia.org
CC: roan.katt...@gmail.com, tpars...@wikimedia.org


We need to support combining and RL-processing of style sheets per media type.

-- 
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 25047] Introduce more flexible handling for different media-specific style sheets

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25047

Trevor Parscal tpars...@wikimedia.org changed:

   What|Removed |Added

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

-- 
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 25046] commonPrint.css needs to be included separately with media=print tag

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25046

Trevor Parscal tpars...@wikimedia.org changed:

   What|Removed |Added

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

-- 
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 25048] New: Google chrome doesn't load inline images from CSS

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25048

   Summary: Google chrome doesn't load inline images from CSS
   Product: MediaWiki
   Version: 1.16.0
  Platform: All
   URL: http://translatewiki.net/sw/
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Resource Loader
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: niklas.laxst...@gmail.com
CC: roan.katt...@gmail.com, tpars...@wikimedia.org


Only error is: Failed to load resource

Version: 6.0.472.53 beta

-- 
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 25049] New: Add hook for extensions to register

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25049

   Summary: Add hook for extensions to register
   Product: MediaWiki
   Version: 1.17-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Resource Loader
AssignedTo: tpars...@wikimedia.org
ReportedBy: tpars...@wikimedia.org
CC: roan.katt...@gmail.com, tpars...@wikimedia.org


It'd be nice for extensions to register from a hook so they don't cause
ResourceLoader.php and Resources.php to be loaded on every single request.

-- 
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 25048] Google chrome doesn't load inline images from CSS

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25048

--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com 2010-09-04 
10:04:42 UTC ---
Culprit is the following line in CSSMin.php

// Strip off any trailing = symbols (makes browsers freak out)
$data = rtrim( base64_encode( file_get_contents( $file ) ), '=' );

Removing trimming fixes the problem.

-- 
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 25048] Google chrome doesn't load inline images from CSS

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25048

Trevor Parscal tpars...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Trevor Parscal tpars...@wikimedia.org 2010-09-04 10:31:23 
UTC ---
Fixed in r72365.

-- 
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 25049] Add hook for extensions to register

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25049

--- Comment #1 from Trevor Parscal tpars...@wikimedia.org 2010-09-04 10:36:25 
UTC ---
Something like...

// Allow extensions to register modules
wfRunHooks( 'ResourceLoaderBeforeRespond', $context );

...inside of ResourceLoader::respond().

-- 
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 25050] New: Right-to-left flipping doesn't work for Site CSS

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25050

   Summary: Right-to-left flipping doesn't work for Site CSS
   Product: MediaWiki
   Version: 1.17-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Resource Loader
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: tpars...@wikimedia.org
CC: roan.katt...@gmail.com, tpars...@wikimedia.org


While skin and extension CSS are being flipped, and now Vector is even
outputting it's HTML flipped, since site CSS is not yet run through
ResrouceLoader, it's not being flipped yet, and could cause issues.

-- 
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 24859] Redirect to mobile gateway should be handled on the server-side rather than the client-side

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24859

--- Comment #4 from Derk-Jan Hartman hart...@videolan.org 2010-09-04 13:08:47 
UTC ---
Another config example: http://en.positon.org/post/Squid-26-redirection

The problem is of course that the cookie value needs to be taken into account.
Apparently 

http://www.squid-cache.org/mail-archive/squid-users/200703/0129.html

might make that possible.

-- 
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 20697] Decrease size of remove.png and add.png for aesthetic reasons

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20697

Huib abigor Laurens abi...@forgotten-beauty.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #9 from Huib abigor Laurens abi...@forgotten-beauty.com 
2010-09-04 13:56:13 UTC ---
Done in r72376.

-- 
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 15581] Denominators of inline fractions disappear in MSIE7

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15581

Erwin Dokter er...@darcoury.nl changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||er...@darcoury.nl
 Resolution||DUPLICATE

--- Comment #1 from Erwin Dokter er...@darcoury.nl 2010-09-04 14:25:40 UTC ---


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

-- 
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 9119] Improper base font size

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9119

--- Comment #8 from Erwin Dokter er...@darcoury.nl 2010-09-04 14:25:40 UTC ---
*** Bug 15581 has been marked as a duplicate of this bug. ***

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

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


[Bug 2074] PNG transparency fixes for IE users

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2074

--- Comment #18 from Erwin Dokter er...@darcoury.nl 2010-09-04 14:36:05 UTC 
---
Recommend this bug be closed as WONTFIX. It is apparrent there will be no
native solution available.

-- 
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 25051] New: Localize namespaces

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25051

   Summary: Localize namespaces
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://ne.wikipedia.org
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Language setup
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: 123ga...@gmail.com


Please localize these namespaces on nepali wikipedia.

English namespaces - nepali namespaces
Mediawiki - मीडियाविकि
User - प्रयोगकर्ता
Special - विशेष
Talk - वार्ता
User talk - प्रयोगकर्ता वार्ता
Wikipedia - विकिपीडिया
Wikipedia talk - विकिपीडिया वार्ता
File - फाईल
File talk - फाईल वार्ता
Template - ढाँचा
Template talk - ढाँचा वार्ता
Category - श्रेणी
Category talk - श्रेणी वार्ता

-- 
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 25051] Localize namespaces

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25051

Platonides platoni...@gmail.com changed:

   What|Removed |Added

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

--- Comment #1 from Platonides platoni...@gmail.com 2010-09-04 14:55:53 UTC 
---
Wikipedia is already localised.
Shell access required to change Wikipedia_talk from विकिपीडिया_talk to
विकिपीडिया वार्ता.
The other namespaces should be localised in translatewiki.net

-- 
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 25052] New: Localize namespaces

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25052

   Summary: Localize namespaces
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://ne.wikipedia.org
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Language setup
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: 123ga...@gmail.com


Please localize these namespaces on nepali wikipedia.

English namespaces - nepali namespaces
Mediawiki - मीडियाविकि
User - प्रयोगकर्ता
Special - विशेष
Talk - वार्ता
User talk - प्रयोगकर्ता वार्ता
Wikipedia - विकिपीडिया
Wikipedia talk - विकिपीडिया वार्ता
File - फाईल
File talk - फाईल वार्ता
Template - ढाँचा
Template talk - ढाँचा वार्ता
Category - श्रेणी
Category talk - श्रेणी वार्ता

-- 
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 25052] Localize namespaces

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25052

Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||ialex.w...@gmail.com
 Resolution||DUPLICATE

--- Comment #1 from Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com 
2010-09-04 15:03:11 UTC ---


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

-- 
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 25051] Localize namespaces

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25051

--- Comment #2 from Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com 
2010-09-04 15:03:11 UTC ---
*** Bug 25052 has been marked as a duplicate of this bug. ***

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

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


[Bug 24850] Replies posted by bots are not marked as such in Special:RecentChanges

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24850

Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it

--- Comment #1 from Nemo_bis federicol...@tiscali.it 2010-09-04 16:06:08 UTC 
---
Bug 24819 is similar.

-- 
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 24819] Default minor/not minor edit preference is forced to all replies/new threads edits

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24819

--- Comment #2 from Nemo_bis federicol...@tiscali.it 2010-09-04 16:06:27 UTC 
---
Bug 24850 is similar.

-- 
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 25015] LQT tells me a thread has -289 replies

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25015

Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||federicol...@tiscali.it
 Resolution||DUPLICATE

--- Comment #3 from Nemo_bis federicol...@tiscali.it 2010-09-04 16:15:57 UTC 
---


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

-- 
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 21058] Reports that multi-level reply counting is not working correctly

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21058

Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

 CC||theevilipaddr...@hotmail.de

--- Comment #2 from Nemo_bis federicol...@tiscali.it 2010-09-04 16:15:58 UTC 
---
*** Bug 25015 has been marked as a duplicate of this bug. ***

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

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


[Bug 20542] Experiment with embedding LiquidThreads discussion forums on other random pages (CodeReview etc)

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20542

Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

URL||http://liquidthreads.labs.w
   ||ikimedia.org/wiki/Thread:Fe
   ||edback/No_way_to_multi-home
   ||_a_thread%3F#No_way_to_mult
   ||i-home_a_thread.3F_855
 CC||federicol...@tiscali.it

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

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


[Bug 20961] Per-page configurable thread limit

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20961

Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it

--- Comment #3 from Nemo_bis federicol...@tiscali.it 2010-09-04 16:23:11 UTC 
---
See also bug 21690.

-- 
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 25053] New: Replace user / talk pages feature of Get users creates a user/talk page if it doesnt exist

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25053

   Summary: Replace user / talk pages feature of Get users
creates a user/talk page if it doesnt exist
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: trivial
  Priority: Normal
 Component: CheckUser
AssignedTo: jschulz_4...@msn.com
ReportedBy: chari...@gmail.com


This is undesired behavior in certain cases. An option should exist where you
don't create a page, another option should exist where you can choose to delete
the userspace pages while blocking the accounts (instead of replacing them with
some template or something)

-- 
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 25054] New: Per-page configurable date-based thread limit

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25054

   Summary: Per-page configurable date-based thread limit
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: LiquidThreads
AssignedTo: agarr...@wikimedia.org
ReportedBy: federicol...@tiscali.it
CC: amil...@wikimedia.org, bhar...@wikimedia.org


Bug 20961 has been fixed, but it should also be possible to set per-page how
old the last included thread should be (e.g., 7 days). It makes sense that on
some pages you show all recent discussions, even if they're many, because they
all need the same attention (e.g. [[WP:AN/I]] and similar pages or the village
pump), espcially if you can't mark a thread as closed/resolved (see also bug
24815).

-- 
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 25055] New: Allow to transclude/show only threads (talk) TOC/titles

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25055

   Summary: Allow to transclude/show only threads (talk)
TOC/titles
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: LiquidThreads
AssignedTo: agarr...@wikimedia.org
ReportedBy: federicol...@tiscali.it
CC: amil...@wikimedia.org, bhar...@wikimedia.org


Some talk or requests pages are necessarily very big. Apart from the absurd
[[WP:AN/I]], the usual solution is to subpage them. LQT, to be really useful,
should allow to easily manage such pages. 
Beside bug 25054 and especially until bug 20542 has not been fixed, it would be
useful to be able to show only the TOC of bigger talk/requests pages, to avoid
loading of full text still allowing to quickly see all recent threads. 
An example of system that should be replaced by this one is it.wiki's village
pump ([[it:Wikipedia:Bar]]), where every discussion has its subpage and the
main page contains only an index of recent discussions, updated by bot
([[it:Template:Bar3/titoli/0]] and so on: several thousands of edits per year
which could be avoided by LQT with an automatic, configurable index). 
This could be also a sort of workaround for bug 21690 and bug 25054 (if the
index dimension could be set by date and not only number of threads).
If you was able to tranclude the TOC of other talks, this would also reduce the
importance of bug 20542.

-- 
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 21690] Allow users to set thread paging limit with preferences or view options.

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21690

Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it

--- Comment #4 from Nemo_bis federicol...@tiscali.it 2010-09-04 16:44:26 UTC 
---
See also bug 25055 for a sort of workaround.

-- 
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 25054] Per-page configurable date-based thread limit

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25054

--- Comment #1 from Nemo_bis federicol...@tiscali.it 2010-09-04 16:44:30 UTC 
---
See also bug 25055 for a sort of workaround.

-- 
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 20542] Experiment with embedding LiquidThreads discussion forums on other random pages (CodeReview etc)

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20542

--- Comment #5 from Nemo_bis federicol...@tiscali.it 2010-09-04 16:44:36 UTC 
---
See also bug 25055 for a sort of workaround.

-- 
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 24289] Special:Search should have automatic interwiki links

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24289

--- Comment #2 from 01m...@gmail.com 2010-09-04 17:17:35 UTC ---
I just wanted to know if there is any progress on this bug? The latter feature
Robert proposed, having automatically generated interwiki links from available
languages, seems to me like the way to go ...

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

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


[Bug 25022] Add Extension Highly Automated Welcome Tool

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25022

Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it

--- Comment #5 from Nemo_bis federicol...@tiscali.it 2010-09-04 17:26:09 UTC 
---
NewUserMessage extension has been installed on some WMF wikis (strategy, to
name one).

-- 
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 25022] Add NewUserMessage extension on ru.wikiversity

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25022

Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|LATER   |
Summary|Add Extension Highly|Add NewUserMessage
   |Automated Welcome Tool  |extension on ru.wikiversity

-- 
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 25056] New: Persian Wikinews setup

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25056

   Summary: Persian Wikinews setup
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Language setup
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mill...@gmail.com


Persian Wikinews has been approved; please set up it. Necessary data are below:

* Language code: fa
* Site url: fa.wikinews.org
* Project name: ویکی‌خبر
* Project namespace: ویکی‌خبر
* Project talk namespace: بحث_ویکی‌خبر
* Project logo (135x135):
http://upload.wikimedia.org/wikipedia/commons/thumb/9/9d/Fawikinews.svg/135px-Fawikinews.svg.png
* Default project timezone: IRST (UTC+03:30), DST is IRDT (UTC+4:30)

-- 
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 25057] New: Request for a private mailing list

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25057

   Summary: Request for a private mailing list
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Mailing lists
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: anirudh...@gmail.com


Hi Cary, the proposed EC for the WM India chapter have unanimously decided to
request a private and closed mailing list for the members.

-- 
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 25057] Request for a private mailing list

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25057

Platonides platoni...@gmail.com changed:

   What|Removed |Added

 CC||platoni...@gmail.com
 AssignedTo|wikibug...@lists.wikimedia. |cb...@wikimedia.org
   |org |

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

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


[Bug 25056] Persian Wikinews setup

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25056

Platonides platoni...@gmail.com changed:

   What|Removed |Added

URL||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 14892] Allow external links in edit summary and log reason

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14892

✓ andbe...@web.de changed:

   What|Removed |Added

 CC||andbe...@web.de

--- Comment #14 from ✓ andbe...@web.de 2010-09-04 19:16:24 UTC ---
I also think this feature would be great. It is requested frequently by the
German Wikipedia community.
In my opinion the usual link form with http:// should be supported as well as
the {{fullurl:, because it easier works with cp. I dont think the length of
the link matters, as far as you dont type it manually :-)

Another question would be whether the feature should work with already existing
log entries. Is that possible?

-- 
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 25057] Request for a private mailing list

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25057

Huib abigor Laurens abi...@forgotten-beauty.com changed:

   What|Removed |Added

 CC||abi...@forgotten-beauty.com

--- Comment #1 from Huib abigor Laurens abi...@forgotten-beauty.com 
2010-09-04 19:19:23 UTC ---
Hi, 

I don't want to break in but it could come in handy when you say what the name
of the list should be and say who should be the admin.

-- 
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 25056] Persian Wikinews setup

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25056

--- Comment #1 from Max Semenik maxsem.w...@gmail.com 2010-09-04 19:30:35 UTC 
---
This logo shouldn't be used, it's 3KB heavier than it could. Once the wiki had
been creasted, the logo should be uploaded locally as Wiki.png, optimized with
pngcrush beforehand.

-- 
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 25058] New: Show replies link malfunctions with odd User preference

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25058

   Summary: Show replies link malfunctions with odd User
preference
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: LiquidThreads
AssignedTo: agarr...@wikimedia.org
ReportedBy: be...@stanfordalumni.org
CC: amil...@wikimedia.org, bhar...@wikimedia.org


When Maximum reply depth to show is set to 0, the Show X replies link does
not work (the spinner shows briefly but nothing happens).

-- 
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 25059] New: Admins can delete pages that they can't edit

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25059

   Summary: Admins can delete pages that they can't edit
   Product: MediaWiki
   Version: 1.16.0
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Normal
 Component: Page protection
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mozillawater...@gmail.com


When you set up a custom protection level that isn't available to users that
don't have special user groups apart from admins, admins can still delete those
pages.

For example, if you create a restricted protection level and give the right
to edit those pages to the restricted user group, admins (probably because
they have the protect and delete rights) who aren't in the restricted group
won't be able to edit pages that are protected at the restricted level, but
they'll be able to delete them.

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

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


[Bug 25022] Add NewUserMessage extension on ru.wikiversity

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25022

--- Comment #6 from SergeyJ t...@inbox.lv 2010-09-05 00:26:38 UTC ---
Please, then establish Extension:NewUserMessage in
http://ru.wikiversity.org.

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

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


[Bug 25057] Request for a private mailing list

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25057

Cary Bass cb...@wikimedia.org changed:

   What|Removed |Added

 CC||b...@caseybrown.org

--- Comment #2 from Cary Bass cb...@wikimedia.org 2010-09-05 00:48:43 UTC ---
We don't mention committees of chapter lists on
http://meta.wikimedia.org/wiki/Mailing_lists/Standardization.  To avoid
confusion with the Wikimedia-XX-XX (for local groups); I would suggest we use:

Wikimedia-IN-ExecComm

-- 
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 25057] Request for a private mailing list

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25057

--- Comment #3 from Casey Brown b...@caseybrown.org 2010-09-05 00:52:25 UTC 
---
Is it for the members of the chapter or just the board members of the chapter? 
If it's the former, I'd suggest Wikimedia-IN-Members.  If it's the latter, I'd
suggest Wikimedia-IN-Board (or Wikimedia-IN-ExecComm like Cary suggests, if
you would never refer to it as board).

-- 
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 25061] New: Term of content problem on right to left languages

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25061

   Summary: Term of content problem on right to left languages
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: http://ar.wikipedia.org/wiki/%D9%85%D8%B3%D8%AA%D8%AE%
D8%AF%D9%85:Ebraminio/TOC
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Internationalization
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: ebrami...@gmail.com


Term of content number have problem on Right To Left language.

something same this:
== a ==
== b ==
=== c ===
== a ==
== b ==
=== c ===
must become this on toc:

Contents [hide]
1 a
2 b
2.1 c
3 a
4 b
4.1 c

but on RTL wiki, we are seeing other thing! something same:
1 a
2 b
1.2 c
3 a
4 b
1.4 c

(numbers are inverted)

for fix this problem, we can easily put

.tocnumber {
unicode-bidi:bidi-override;
direction:rtl;
}

on main-rtl.css that can fix this problem on rtl languages.

thanks.

thanks.

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

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


[Bug 25061] Term of content problem on right to left languages

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25061

--- Comment #1 from ebrami...@gmail.com 2010-09-05 01:01:44 UTC ---
Created attachment 7672
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=7672
arabic wiki TOC problem

-- 
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 25061] Term of content problem on right to left languages

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25061

Casey Brown b...@caseybrown.org changed:

   What|Removed |Added

 CC||b...@caseybrown.org

--- Comment #2 from Casey Brown b...@caseybrown.org 2010-09-05 01:25:35 UTC 
---
(In reply to comment #0)
 but on RTL wiki, we are seeing other thing! something same:
 1 a
 2 b
 1.2 c
 3 a
 4 b
 1.4 c
 

Hmm?  In the screenshot you gave, I see

   a 1
   b 2
c 2.1
   a 3
   b 4
c 4.1

which is, afaik, the intended look.

-- 
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 25061] Term of content problem on right to left languages

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25061

--- Comment #3 from ebrami...@gmail.com 2010-09-05 01:27:21 UTC ---
   a 1
   b 2
c 1.2
   a 3
   b 4
c 1.4

is true.

-- 
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 25061] Term of content problem on right to left languages

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25061

Casey Brown b...@caseybrown.org changed:

   What|Removed |Added

 CC||huji.h...@gmail.com,
   ||meno25w...@gmail.com,
   ||mido.archit...@gmail.com,
   ||mohsensa...@gmail.com

--- Comment #4 from Casey Brown b...@caseybrown.org 2010-09-05 01:33:53 UTC 
---
Hrm, that's not what I would think it would from my knowledge of the way
numbers are handled in right-to-left languages, but I don't know *that* much
about RTL languages.  I'm CC'ing a few other RTL users to see if they can
confirm that this is wrong.  (Mardetanha/Huji from fawiki and Mido/Meno25 from
arwiki)

-- 
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 25061] Term of content problem on right to left languages

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25061

--- Comment #5 from ebrami...@gmail.com 2010-09-05 01:40:27 UTC ---
okay, i will tell mardetanha and huji,
also i must say that my css is not good solution for this problem (because it
will convert 23.1 to 1.32 that is not true(we want 1.23!).)

-- 
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 25061] Term of content problem on right to left languages

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25061

Muhammad Yahia shipmas...@gmail.com changed:

   What|Removed |Added

 CC||shipmas...@gmail.com

--- Comment #6 from Muhammad Yahia shipmas...@gmail.com 2010-09-05 05:12:03 
UTC ---
Ebraminio,

The numbers display correctly in both the screenshot you provided and on my
machine. I don't see the problem?

-- 
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 23525] new extension for testwiki

2010-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23525

James Lu james@education.nsw.gov.au changed:

   What|Removed |Added

 CC||james@education.nsw.gov
   ||.au

--- Comment #5 from James Lu james@education.nsw.gov.au 2010-09-05 
05:43:14 UTC ---
I was wondering if this same extension exists on enwiki? Thanks

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

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