[Bug 24909] New: mwdumper .IOException: java.sql.SQLException: Incorrect string value:

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24909

   Summary: mwdumper .IOException: java.sql.SQLException:
Incorrect  string value:
   Product: mwdumper
   Version: unspecified
  Platform: All
OS/Version: Windows XP
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: general
AssignedTo: br...@pobox.com
ReportedBy: crajapa1...@gmail.com


I am trying to convert the japanese wikipedia's xml dump to sql file with
mwdumper and jawiki-latest-pages-meta-history.xml,
But I get a Java exception, and it doesn't work...

the message is that:
-
Exception in thread main java.io.IOException: java.sql.SQLException:
Incorrect
 string value: '\xF0\xA1\x9A\xB4' for column 'rev_user_text' at row 5014
-


the status of mysql on my PC is like a following:
--
mysql  Ver 14.14 Distrib 5.1.50, for Win32 (ia32)

Connection id:  4
Current database:   wikidb
Current user:   r...@localhost
SSL:Not in use
Using delimiter:;
Server version: 5.1.50-community MySQL Community Server (GPL)
Protocol version:   10
Connection: localhost via TCP/IP
Server characterset:utf8
Db characterset:utf8
Client characterset:utf8
Conn.  characterset:utf8
TCP port:   3306
Uptime: 52 min 20 sec

Threads: 1  Questions: 1594  Slow queries: 1  Opens: 379  Flush tables: 1  Open
tables: 3  Queries per second avg: 0.507
--



I don't understand very much about MySQL or Java, so it can be a simple
problem.
But I could not solve this by myself.
So, please tell me what happens and how to solve.

-- 
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 24910] New: Run tidy on DISPLAYTITLE content

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24910

   Summary: Run tidy on DISPLAYTITLE content
   Product: MediaWiki
   Version: 1.17-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Page rendering
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: liang...@gmail.com


Or some broken HTML in it (eg {{DISPLAYTITLE:12b34}}, an unclosed tag)
corrupts the whole 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 24911] New: $wgSelectCategoryRoot ignored on Special:Upload

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24911

   Summary: $wgSelectCategoryRoot ignored on Special:Upload
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: SelectCategory
AssignedTo: l...@leonweber.de
ReportedBy: mediawiki-b...@cboltz.de


I'm using SelectCategory with:

$wgSelectCategoryRoot = array(
NS_MEDIA= false, # NS_MEDIA = -2
NS_MAIN = Gartenbau,
NS_TALK = false,
NS_USER = false,
NS_USER_TALK= false,
NS_PROJECT  = Hortipendium,
NS_PROJECT_TALK = false,
NS_IMAGE= Bilder,
NS_IMAGE_TALK   = false,
NS_MEDIAWIKI= false,
NS_MEDIAWIKI_TALK   = false,
NS_TEMPLATE = false,
NS_TEMPLATE_TALK= false,
NS_HELP = Hortipendium,
NS_HELP_TALK= false,
NS_CATEGORY = false, # alle
NS_CATEGORY_TALK= false,
NS_PORTAL   = Portal,
NS_PORTAL_TALK  = false,
);

This works on editing pages and images, but does not work when uploading images
on Special:Upload or, in my case, the german version of it (Spezial:Hochladen).
On the upload page, SelectCategory offers _all_ categories.

I'm using SelectCategory from SVN, 1.16 branch, r71217.

According to one of my users it worked before I updated Mediawiki from 1.15 to
1.16 (with SelectCategory from 1.15 branch, r66002). However, I don't see a
relevant code change in SelectCategory - maybe the behaviour of Mediawiki
changed?

-- 
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 24911] $wgSelectCategoryRoot ignored on Special:Upload

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24911

--- Comment #1 from Christian Boltz mediawiki-b...@cboltz.de 2010-08-23 
08:20:41 UTC ---
I just added some debugging code in fnSelectCategoryGetAllCategories after
$wgTitle-getNamespace to print out the result.

Results (Mediawiki 1.16):
- Special:Upload: $m_namespace = -1
- Edit a File:* page: $m_namespace = 6

That explains it ;-) and makes the fix quite easy - if we are on the upload
page, hardcode $m_namespace to NS_IMAGE. I'll attach a patch in a minute.

-- 
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 24911] $wgSelectCategoryRoot ignored on Special:Upload

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24911

--- Comment #2 from Christian Boltz mediawiki-b...@cboltz.de 2010-08-23 
08:21:57 UTC ---
Created attachment 7646
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=7646
patch: honor $wgSelectCategoryRoot on Special:Upload

-- 
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 24070] Provide a dark skin (CSS)

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24070

Lewis Cawte lewisca...@hotmail.co.uk changed:

   What|Removed |Added

 CC||lewisca...@hotmail.co.uk

--- Comment #2 from Lewis Cawte lewisca...@hotmail.co.uk 2010-08-23 08:49:12 
UTC ---
Did anyone ever do this/has anything like this been done on any of the wikis
yet? If not, it looks interesting, I may do it :D

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

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


[Bug 13978] Reverting to a flagged revision should automatically mark the resulting revision as flagged, too

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13978

--- Comment #11 from Hoo man h...@online.de 2010-08-23 13:16:40 UTC ---
(In reply to comment #10)
 Are you a reviewer?
I just have the usual autoconfirmed rights in both wikis (which do not include
either review of autoreview) + the global rollbacker rights, which do not
include autoreview or review as well.
(http://meta.wikimedia.org/wiki/Global_rollback)

-- 
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 18885] Red links for media files do not support shared repositories

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18885

--- Comment #15 from Krinkle krinklem...@gmail.com 2010-08-23 15:38:17 UTC ---
(In reply to comment #14)
 (In reply to comment #13)
  If it's possible, can this be backported to 1.16 ?
 
 No, we're not backporting new features.

Not sure what else is attached/involved to this extra variable, but it seems
more like a little bugfix to me.
Right now = MW 1.16 installs spit out useless and/or illogical links. This
variable is a big yet simple improvement to that.

Take for example a self-hosted wiki with Wikimedia Commons as FileRepo with
local uploads enabled for sysops. Currently produces a link to the local
uploadpage (which shows sysop-only-message) or, if  wgUploadNavigationUrl is
set (which is meant for navigation-link in the sidebar) to
http://commons.wikimedia.org/wiki/Commons:Upload; will give a link that is
great for navigation (hence the variable name) but useless for broken
filenames, as discusses above.

If the existance, function / implementation of this variable is dependant on
other changes then so be it, we'll have to wait for 1.17. But if can be
implemented with a few line changes in 1.16 that would be a great help.

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

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


[Bug 24912] New: Cyrillic letter Palochka is missing from the Special Characters in the Enhanced Toolbar

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24912

   Summary: Cyrillic letter Palochka is missing from the Special
Characters in the Enhanced Toolbar
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Vector Skin
AssignedTo: tpars...@wikimedia.org
ReportedBy: amir.ahar...@mail.huji.ac.il


Several languages need to use the letter [[Palochka]]: Ӏ. It is similar in
appearance to an uppercase Latin I and to the Ukrainian І, but it is a
distinct character. The languages that need it are Chechen, Ingush, Adyghe,
Kabardian, Avar and several others.

These languages are mostly used in Russia. The letter is not well-supported on
the keyboards that are currently used there. Instead of it the number 1 or the
Latin letter I is used, but this is incorrect and creates other problems.

It is important to add it to the Enhanced Toolbar. I think that it doesn't
appear there now. Strangely, the letter İ appears there, and if i am not
mistaken, it is not even Cyrillic. If i am right, then it should probably be
removed.

Palochka is usually written as a capital letter, no matter where it appears in
the word. For example, it appears in the middle of the Kabardian word зыщӀу.
The capital Palochka is number 04C0 in Unicode. There's also a small Palochka
at 04CF, but i'm not sure that it is currently needed in the toolbar.

Thank you.

-- 
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 24913] New: Inline Query template use - Passing Static Arguments

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24913

   Summary: Inline Query template use - Passing Static Arguments
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Semantic MediaWiki
AssignedTo: mar...@semantic-mediawiki.org
ReportedBy: trues...@gmail.com


I've got a couple areas of my wiki where I could use an inline query template
like this:

* {{{1}}} {{#if:{{{2}}} |
** {{{2}}}: {{{3}}} }} {{#if:{{{4}}} |
** {{{4}}}: {{{5}}} }} {{#if:{{{6}}} |
** {{{6}}}: {{{7}}} }} etc.

I've got this great search engine and I'd like the user to pick what
information they want listed.  It would be easy to set up the inline query to
pass only certain values to the template.  What I'm missing is a way to pass a
fixed string to a template through in inline query.  To illustrate, my querey
would be something like:

{{#ask: [[Category:BuildClassifier]]
|mainlabel={{PAGENAME}} 
{{#if: {{{BuildMaterialSelected|}}} | 
{{
|(send Build Material) 
| ?Has BuildMaterial= 
}} }}
{{#if: {{{BuildLocationSelected|}}} |  
{{
| (send Build Location) 
| ?Has BuildLocation= 
}} }}
{{#if: {{{BuildCostSelected|}}} |  
{{
| (send Build Cost) 
| ?Has BuildCost= 
}} }}
format=template 
template=VariableBuildList
}}

My alternative is to be less flexible with the output, or to create every
possible permutation.  My real pages have 7-10 parameters, so the latter won't
work out too 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 24906] Vector should use the common messages like other skins

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24906

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX

--- Comment #1 from Trevor Parscal tpars...@wikimedia.org 2010-08-23 16:47:54 
UTC ---
Message re-use is usually discouraged, and in the case of vector it makes
sense, as the visual context and space constraints are unique to Vector, and
should not be assumed to be the same as other skins.

The software on translatewiki.net is smart enough to be able to use the qqq
messages that indicate the message is similar to another (when appropriate) so
that it's not the same amount of effort to translate the second message once
the first has been done. Often the difference is brevity or more strictly using
verbs for the right-side tabs.

-- 
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 24914] New: rename into nepali

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24914

   Summary: rename into nepali
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Language converter
AssignedTo: philip@gmail.com
ReportedBy: 123ga...@gmail.com


Please rename these words into nepali on nepali wikipedia.

Talk - वार्तालाप
User - प्रयोगकर्ता
Category - श्रेणी
Template - ढाँचा
Portal - पोर्टल
Redirect - रिडाइरेक्ट
Stub - ठुटो

-- 
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 24622] Enable flagged rev with whole reveiwer system on hiwiki

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24622

--- Comment #2 from mayurkumar mayur...@gmail.com 2010-08-23 16:49:58 UTC ---
hi link for our community consensus has been saved in village pump
archieves-http://hi.wikipedia.org/wiki/%E0%A4%B5%E0%A4%BF%E0%A4%95%E0%A4%BF%E0%A4%AA%E0%A5%80%E0%A4%A1%E0%A4%BF%E0%A4%AF%E0%A4%BE:%E0%A4%9A%E0%A5%8C%E0%A4%AA%E0%A4%BE%E0%A4%B2/%E0%A4%AA%E0%A5%81%E0%A4%B0%E0%A4%BE%E0%A4%B2%E0%A5%87%E0%A4%96_20#Apply_reveiwer_.26_partrolled_system_and_Enable_Some_User_Groups_.28autopatroller.2C_reveiwers.29

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

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


[Bug 24070] Provide a dark skin (CSS)

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24070

--- Comment #3 from Trevor Parscal tpars...@wikimedia.org 2010-08-23 16:50:32 
UTC ---
(In reply to comment #2)
 Did anyone ever do this/has anything like this been done on any of the wikis
 yet? If not, it looks interesting, I may do it :D


I could help a bit if someone is interested in owning this. I was the
original/initial author of Vector and know it's working particularly 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 24900] Enable abuse filter manager group in hindi wiki

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24900

--- Comment #1 from mayurkumar mayur...@gmail.com 2010-08-23 16:50:39 UTC ---
hi link for our community consensus has been saved in village pump
archieves-http://hi.wikipedia.org/wiki/%E0%A4%B5%E0%A4%BF%E0%A4%95%E0%A4%BF%E0%A4%AA%E0%A5%80%E0%A4%A1%E0%A4%BF%E0%A4%AF%E0%A4%BE:%E0%A4%9A%E0%A5%8C%E0%A4%AA%E0%A4%BE%E0%A4%B2/%E0%A4%AA%E0%A5%81%E0%A4%B0%E0%A4%BE%E0%A4%B2%E0%A5%87%E0%A4%96_20#Abuse_Filter_Installation_.26_granting_admins.28syopp.29_to_add_Abuse_filter_managers

-- 
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 24914] rename into nepali

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24914

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

   What|Removed |Added

 CC||niklas.laxst...@gmail.com
  Component|Language converter  |Internationalization
 AssignedTo|philip@gmail.com|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 24914] rename into nepali

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24914

Nepaboy 123ga...@gmail.com changed:

   What|Removed |Added

  Component|Internationalization|Language converter
 AssignedTo|wikibug...@lists.wikimedia. |philip@gmail.com
   |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 24505] Enable user group editprotected on hindi wiki

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24505

--- Comment #10 from mayurkumar mayur...@gmail.com 2010-08-23 16:53:47 UTC ---
hi link for our community consensus has been saved in village pump
archieves-http://hi.wikipedia.org/wiki/%E0%A4%B5%E0%A4%BF%E0%A4%95%E0%A4%BF%E0%A4%AA%E0%A5%80%E0%A4%A1%E0%A4%BF%E0%A4%AF%E0%A4%BE:%E0%A4%9A%E0%A5%8C%E0%A4%AA%E0%A4%BE%E0%A4%B2/%E0%A4%AA%E0%A5%81%E0%A4%B0%E0%A4%BE%E0%A4%B2%E0%A5%87%E0%A4%96_20#Enable_protected_page_editing_acess_to_confirmed_user_and_enable_user_group_.22editprotected.22.2C_.22editinterface.22_.26_.22flood.22_and_grant_admins_to_add.2Fremove_this_group

-- 
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 24070] Provide a dark skin (CSS)

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24070

--- Comment #4 from Lewis Cawte lewisca...@hotmail.co.uk 2010-08-23 16:57:33 
UTC ---
(In reply to comment #3)
 (In reply to comment #2)
  Did anyone ever do this/has anything like this been done on any of the wikis
  yet? If not, it looks interesting, I may do it :D
 
 
 I could help a bit if someone is interested in owning this. I was the
 original/initial author of Vector and know it's working particularly well.

I'm interested.
Hm, Dark Version of Vector would (as stated below) another stylesheet I guess,
if it was going to be a team thing, I guess we'd need a repo of some kind.. I
don't have SVN commit access yet :( I do however have a SF.net account..

-- 
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 24466] Enable Collection extension on hiwiki

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24466

--- Comment #4 from mayurkumar mayur...@gmail.com 2010-08-23 16:57:53 UTC ---
hi link for our community consensus has been saved in village pump
archieves-http://hi.wikipedia.org/wiki/%E0%A4%B5%E0%A4%BF%E0%A4%95%E0%A4%BF%E0%A4%AA%E0%A5%80%E0%A4%A1%E0%A4%BF%E0%A4%AF%E0%A4%BE:%E0%A4%9A%E0%A5%8C%E0%A4%AA%E0%A4%BE%E0%A4%B2/%E0%A4%AA%E0%A5%81%E0%A4%B0%E0%A4%BE%E0%A4%B2%E0%A5%87%E0%A4%96_20#PDF_CREATOR_IN_LEFT_SIDE_BAR

-- 
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 24536] Enable flagged rev in hindi wiki with all its extensions flagged protection too and FlaggedRevs custom configuration

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24536

--- Comment #2 from mayurkumar mayur...@gmail.com 2010-08-23 16:59:41 UTC ---
Please install or enable Enable flagged rev with whole reveiwer system as
following

*flagged protection too 
*FlaggedRevs custom configuration
** 1 parameter with 3 levels (unapproved/sighted/reviewed)
** Display latest reviewed version
** Flag all spaces
** Reviewers may set all levels

and give following rights to reveiwer
*Edit semi-protected pages (autoconfirmed)
*Have one's own edits automatically marked as checked (autoreview)
*Mark revisions as being checked (review)
*Mark revisions as being quality (validate)
*View recent changes patrol marks (patrolmarks)
*View the list of unreviewed pages (unreviewedpages)
*Mark others' edits as patrolled (patrol)

Communtity consensus is at this
link-http://hi.wikipedia.org/wiki/%E0%A4%B5%E0%A4%BF%E0%A4%95%E0%A4%BF%E0%A4%AA%E0%A5%80%E0%A4%A1%E0%A4%BF%E0%A4%AF%E0%A4%BE:%E0%A4%9A%E0%A5%8C%E0%A4%AA%E0%A4%BE%E0%A4%B2/%E0%A4%AA%E0%A5%81%E0%A4%B0%E0%A4%BE%E0%A4%B2%E0%A5%87%E0%A4%96_20#PDF_CREATOR_IN_LEFT_SIDE_BAR

-- 
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 24533] Enable install whole reveiwer system or extensions on hindi wiki

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24533

--- Comment #7 from mayurkumar mayur...@gmail.com 2010-08-23 17:01:27 UTC ---
Please install or enable Enable flagged rev with whole reveiwer system as
following

*flagged protection too 
*FlaggedRevs custom configuration
** 1 parameter with 3 levels (unapproved/sighted/reviewed)
** Display latest reviewed version
** Flag all spaces
** Reviewers may set all levels

and give following rights to reveiwer
*Edit semi-protected pages (autoconfirmed)
*Have one's own edits automatically marked as checked (autoreview)
*Mark revisions as being checked (review)
*Mark revisions as being quality (validate)
*View recent changes patrol marks (patrolmarks)
*View the list of unreviewed pages (unreviewedpages)
*Mark others' edits as patrolled (patrol)

Communtity consensus link is
here-http://hi.wikipedia.org/wiki/%E0%A4%B5%E0%A4%BF%E0%A4%95%E0%A4%BF%E0%A4%AA%E0%A5%80%E0%A4%A1%E0%A4%BF%E0%A4%AF%E0%A4%BE:%E0%A4%9A%E0%A5%8C%E0%A4%AA%E0%A4%BE%E0%A4%B2/%E0%A4%AA%E0%A5%81%E0%A4%B0%E0%A4%BE%E0%A4%B2%E0%A5%87%E0%A4%96_20#Apply_reveiwer_.26_partrolled_system_and_Enable_Some_User_Groups_.28autopatroller.2C_reveiwers.29

-- 
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 24536] Enable flagged rev in hindi wiki with all its extensions flagged protection too and FlaggedRevs custom configuration

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24536

--- Comment #3 from mayurkumar mayur...@gmail.com 2010-08-23 17:02:03 UTC ---
Please install or enable Enable flagged rev with whole reveiwer system as
following

*flagged protection too 
*FlaggedRevs custom configuration
** 1 parameter with 3 levels (unapproved/sighted/reviewed)
** Display latest reviewed version
** Flag all spaces
** Reviewers may set all levels

and give following rights to reveiwer
*Edit semi-protected pages (autoconfirmed)
*Have one's own edits automatically marked as checked (autoreview)
*Mark revisions as being checked (review)
*Mark revisions as being quality (validate)
*View recent changes patrol marks (patrolmarks)
*View the list of unreviewed pages (unreviewedpages)
*Mark others' edits as patrolled (patrol)

Communtity consensus link is
here-http://hi.wikipedia.org/wiki/%E0%A4%B5%E0%A4%BF%E0%A4%95%E0%A4%BF%E0%A4%AA%E0%A5%80%E0%A4%A1%E0%A4%BF%E0%A4%AF%E0%A4%BE:%E0%A4%9A%E0%A5%8C%E0%A4%AA%E0%A4%BE%E0%A4%B2/%E0%A4%AA%E0%A5%81%E0%A4%B0%E0%A4%BE%E0%A4%B2%E0%A5%87%E0%A4%96_20#Apply_reveiwer_.26_partrolled_system_and_Enable_Some_User_Groups_.28autopatroller.2C_reveiwers.29

-- 
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 24622] Enable flagged rev with whole reveiwer system on hiwiki

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24622

--- Comment #3 from mayurkumar mayur...@gmail.com 2010-08-23 17:02:49 UTC ---
Please install or enable Enable flagged rev with whole reveiwer system as
following

*flagged protection too 
*FlaggedRevs custom configuration
** 1 parameter with 3 levels (unapproved/sighted/reviewed)
** Display latest reviewed version
** Flag all spaces
** Reviewers may set all levels

and give following rights to reveiwer
*Edit semi-protected pages (autoconfirmed)
*Have one's own edits automatically marked as checked (autoreview)
*Mark revisions as being checked (review)
*Mark revisions as being quality (validate)
*View recent changes patrol marks (patrolmarks)
*View the list of unreviewed pages (unreviewedpages)
*Mark others' edits as patrolled (patrol)

Communtity consensus link is
here-http://hi.wikipedia.org/wiki/%E0%A4%B5%E0%A4%BF%E0%A4%95%E0%A4%BF%E0%A4%AA%E0%A5%80%E0%A4%A1%E0%A4%BF%E0%A4%AF%E0%A4%BE:%E0%A4%9A%E0%A5%8C%E0%A4%AA%E0%A4%BE%E0%A4%B2/%E0%A4%AA%E0%A5%81%E0%A4%B0%E0%A4%BE%E0%A4%B2%E0%A5%87%E0%A4%96_20#Apply_reveiwer_.26_partrolled_system_and_Enable_Some_User_Groups_.28autopatroller.2C_reveiwers.29

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

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


[Bug 24906] Vector should use the common messages like other skins

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24906

Leinad danny.lei...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||danny.lei...@gmail.com
 Resolution|WONTFIX |

--- Comment #2 from Leinad danny.lei...@gmail.com 2010-08-23 17:18:50 UTC ---
(In reply to comment #1)
 Message re-use is usually discouraged, and in the case of vector it makes
 sense, as the visual context and space constraints are unique to Vector, and
 should not be assumed to be the same as other skins.

Please, do not be lazy... Let's be practical, not bureaucratic. Wikimedia users
not only use Vector, but also other skins.

What is the difference between:
* [[MediaWiki:Vector-namespace-main]] and [[MediaWiki:Nstab-main]]
* [[MediaWiki:vector-namespace-category]] and [[MediaWiki:Nstab-category]]
* [[MediaWiki:vector-namespace-help]] and [[MediaWiki:Nstab-help]]
* [[MediaWiki:vector-namespace-image]] and [[MediaWiki:Nstab-image]]
* [[MediaWiki:vector-namespace-media]] and [[MediaWiki:Nstab-media]]
* [[MediaWiki:vector-namespace-mediawiki]] and [[MediaWiki:Nstab-mediawiki]]
* [[MediaWiki:vector-namespace-project]] and [[MediaWiki:Nstab-project]]
* [[MediaWiki:vector-namespace-special]] and [[MediaWiki:Nstab-special]]
* [[MediaWiki:vector-namespace-template]] and [[MediaWiki:Nstab-template]]
* [[MediaWiki:vector-namespace-user]] and [[MediaWiki:Nstab-user]]
etc.
???

Answer: Nothing(!) Both messages will *alwyas* have the same text.

 The software on translatewiki.net is smart enough to be able to use the qqq
 messages that indicate the message is similar to another (when appropriate) so
 that it's not the same amount of effort to translate the second message once
 the first has been done. Often the difference is brevity or more strictly 
 using
 verbs for the right-side tabs.

I said about modifying messages locally where admins do not know that exist
extra messages for Vector. Admins of projects do not see qqq messages.

-- 
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 24914] rename into nepali

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24914

Max Semenik maxsem.w...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
  Component|Language converter  |Internationalization
 Resolution||INVALID
 AssignedTo|philip@gmail.com|wikibug...@lists.wikimedia.
   ||org

--- Comment #1 from Max Semenik maxsem.w...@gmail.com 2010-08-23 17:34:54 UTC 
---
You can translate namespaces yourself on http://translatewiki.net. All
localisation should take place there. Additionally:
* We don't know Nepalese, so we don't know what is User talk, for example.
Don't forget, all namespaces have their corresponding talk namespaces that
should be translated, too.
* Nepalese Wikipedia currently does not have a Portal namespace, so it should
be created first, which requires community consensus to do 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 24892] Check for wrongly set system clock on login

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24892

Aryeh Gregor simetrical+wikib...@gmail.com changed:

   What|Removed |Added

 CC||simetrical+wikib...@gmail.c
   ||om

--- Comment #1 from Aryeh Gregor simetrical+wikib...@gmail.com 2010-08-23 
18:00:57 UTC ---
RFCs 2109 and 2965 both seem to give cookie expiration in terms of max age, not
expiration date: http://tools.ietf.org/html/rfc2109
http://tools.ietf.org/html/rfc2965  If we're serving Expires instead of Max-Age
on cookies, that implies we're using old cookies, so maybe we should just
switch to new ones?  Dunno how this would be accomplished or if it has any
drawbacks.

-- 
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 24907] Bugzilla weekly reports aren't being sent

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24907

Priyanka Dhanda pdha...@wikimedia.org changed:

   What|Removed |Added

 CC||pdha...@wikimedia.org
 AssignedTo|tf...@wikimedia.org |pdha...@wikimedia.org

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

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


[Bug 24903] Need namespace (Wiktionary) to be changed to விக்சனரி

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24903

duplicate...@googlemail.com changed:

   What|Removed |Added

   Keywords||shell
 CC||duplicate...@googlemail.com
  Component|Language setup  |Site requests

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

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


[Bug 24902] Need namespace (portal) to be changed to வலைவாசல்

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24902

duplicate...@googlemail.com changed:

   What|Removed |Added

   Keywords||shell
 CC||duplicate...@googlemail.com
  Component|Language setup  |Site requests

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

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


[Bug 24900] Enable abuse filter manager group in hindi wiki

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24900

duplicate...@googlemail.com changed:

   What|Removed |Added

   Keywords||shell
 CC||duplicate...@googlemail.com
  Component|User interface  |Site requests
Version|1.16|unspecified
Product|MediaWiki   |Wikimedia

-- 
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 24505] Enable user group editprotected on hindi wiki

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24505

duplicate...@googlemail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #11 from duplicate...@googlemail.com 2010-08-23 19:53:36 UTC ---
(In reply to comment #9)
 Hi, there is complain about editprotected group on hindi wiki that they are 
 not
 able to edit pagess that are linked to any protected page(cascading 
 protection)

There is no extra user right for edit a cascade protected page. The user need
the protect right, because a edit to a cascade protected page result into a
protection of other pages, that not allow.

If you need a user right for that, please fill in a new bug under MediaWiki -
page protection. But see first bug 14358.

Reresolved this as 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 24895] add an action-xyz class to the body

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24895

entli...@gmx-topmail.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||entli...@gmx-topmail.de
 Resolution||DUPLICATE

--- Comment #1 from entli...@gmx-topmail.de 2010-08-23 20:43:47 UTC ---


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

-- 
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 4438] No CSS hook exists for distinguishing between actions for a given page title

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4438

entli...@gmx-topmail.de changed:

   What|Removed |Added

 CC||andbe...@web.de

--- Comment #6 from entli...@gmx-topmail.de 2010-08-23 20:43:47 UTC ---
*** Bug 24895 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 24199] DynamicPageList2 has security issues

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24199

--- Comment #4 from mediaw...@kghoffmeyer.de 2010-08-23 21:14:38 UTC ---
(In reply to comment #3)
 It changed at which point the variable was looked at (its looked at when the
 parser is initialized, not at parse time), so extensions abusing it in certain
 ways stopped working. I think this change happened at r61913.
 
 Personally I think extensions messing with it seems like an inherently bad
 idea, and I can't think of one good reason that an extension should set it.

Ah, I see. Thanks for your information. Shouldn't this be worth a bug
requesting the depreciation of $wgRawHtml since there seems to be a consensus
on this?

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

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


[Bug 24199] DynamicPageList2 has security issues

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24199

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

   What|Removed |Added

 CC||greenrea...@hotmail.com

--- Comment #5 from Laurence 'GreenReaper' Parry greenrea...@hotmail.com 
2010-08-23 21:27:21 UTC ---
 Shouldn't this be worth a bug requesting the depreciation of $wgRawHtml
 since there seems to be a consensus on this?

Not sure how you came to that conclusion. A lot of people out there use
$wgRawHtml for one reason or another. Perhaps in an ideal world they would have
found a more secure way to do whatever they wanted to do, but if it doesn't
exist or they can't figure out how to get it working, this is a mechanism for
them to achieve their goal. They are warned of the potential consequences and
offered other options where 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 24199] DynamicPageList2 has security issues

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24199

--- Comment #6 from Bawolff bawolff...@gmail.com 2010-08-23 21:33:09 UTC ---
(In reply to comment #4)
 
 Ah, I see. Thanks for your information. Shouldn't this be worth a bug
 requesting the depreciation of $wgRawHtml since there seems to be a consensus
 on this?

(note: I'm not someone of importance, so my opinion doesn't matter, but...)
$wgRawHtml does what its supposed to (allow normal editors to add html
sections). I do not believe it was ever supposed to be set by extensions (there
are other ways for extensions to output html), and its functionality has not
changed.

-- 
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 24199] DynamicPageList2 has security issues

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24199

--- Comment #7 from mediaw...@kghoffmeyer.de 2010-08-23 21:34:49 UTC ---
(In reply to comment #5)
 Not sure how you came to that conclusion. A lot of people out there use
 $wgRawHtml for one reason or another. Perhaps in an ideal world they would 
 have
 found a more secure way to do whatever they wanted to do, but if it doesn't
 exist or they can't figure out how to get it working, this is a mechanism for
 them to achieve their goal. They are warned of the potential consequences and
 offered other options where available.

EC I have to admit that I was a bit provocative with my reply. I just was not
sure
what to think about this from what I read. Now it is clear. Thank you for your
reply

-- 
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 24912] Cyrillic letter Palochka is missing from the Special Characters in the Enhanced Toolbar

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24912

Platonides platoni...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||platoni...@gmail.com
 Resolution||FIXED

--- Comment #1 from Platonides platoni...@gmail.com 2010-08-23 22:24:10 UTC 
---
Fixed in r71518. Needs deployment.

-- 
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 24906] Vector should use the common messages like other skins

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24906

--- Comment #3 from Platonides platoni...@gmail.com 2010-08-23 22:30:39 UTC 
---
 the visual context and space constraints are unique to Vector, and
 should not be assumed to be the same as other skins.

That could be argued for all skins. My skin is so special it needs an specific
message.

I don't see such need for at least the provided examples. Of course, the
ability of giving eg. a large name for vector, is neat, but that will bite us
later when the two sets of tabs gets desynchronized.

We could get the best of both worlds by doing everywhere
wfEmptyMsg('vector-namespace-main') ? wfMsg( 'nstab-main' ) :
wfMsg('vector-namespace-main') but that looks ugly.

-- 
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 24915] New: Move CSS signatures from body to html

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24915

   Summary: Move CSS signatures from body to html
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: entli...@gmx-topmail.de
Blocks: 19719


Created attachment 7647
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=7647
Testcase

HTML5 allows class attributes on the root element. The CSS signatures (classes
like mediawiki ns-* page-* skin-* etc.) that are currently applied to the
body element could therefore be moved to the root element.

The advantage is that these signatures can then be used to style even the root
element, which is currently impossible (see
http://annevankesteren.nl/2004/08/signatures for the rationale; the post is
about ID attributes, but still applicable).

This already works in every browser that allows styling the root element (IE =
6 and all others) and even in IE 5.5 (which doesn't allow styling the root
element, but still applies rules with selectors that start at the root
element). Testcase attached.

Note, however, that this will break existing rules with unnecessarily specific
selectors (body.mediawiki instead of just .mediawiki). It may therefore be
wise to add the classes to both elements for a while.

-- 
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 19719] HTML5 (tracking)

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19719

entli...@gmx-topmail.de changed:

   What|Removed |Added

 Depends on||24915

-- 
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 24111] Show on select functionality stops mandatory field checking working.

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24111

Yaron Koren yaro...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Yaron Koren yaro...@gmail.com 2010-08-23 22:48:14 UTC ---
I believe this is now fixed in version 2.0 - setting to 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 24827] Mandatory fields busted if any input type=checkboxes field is set to mandatory

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24827

Yaron Koren yaro...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Yaron Koren yaro...@gmail.com 2010-08-23 22:48:43 UTC ---
I believe this is now fixed in version 2.0 - setting to 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 24008] show on select broken for radiobutton input types

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24008

Yaron Koren yaro...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Yaron Koren yaro...@gmail.com 2010-08-23 22:49:59 UTC ---
I believe this is now fixed in version 2.0 - setting to 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 11180] Allow for comboboxes

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11180

Yaron Koren yaro...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #4 from Yaron Koren yaro...@gmail.com 2010-08-23 22:50:51 UTC ---
The 'combobox' input type was finally added to Semantic Forms in version 2.0.

-- 
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 24180] Undefined behavior for #arraymap on empty separator

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24180

Yaron Koren yaro...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Yaron Koren yaro...@gmail.com 2010-08-23 22:51:48 UTC ---
This patch was added in SF version 2.0 - thanks for the code!

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

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


[Bug 23873] Layout of the forminput form with or without autocomplete varies.

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23873

Yaron Koren yaro...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Yaron Koren yaro...@gmail.com 2010-08-23 22:53:48 UTC ---
The layout for the autocomplete version of #forminput now matches that of the
non-autocomplete on in v. 2.0.

-- 
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 24057] text formating fails for text properties

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24057

Yaron Koren yaro...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #3 from Yaron Koren yaro...@gmail.com 2010-08-23 22:55:23 UTC ---
Closing bug - set to invalid.

-- 
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 24906] Vector should use the common messages like other skins

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24906

--- Comment #4 from Leinad danny.lei...@gmail.com 2010-08-23 22:59:36 UTC ---
 later when the two sets of tabs gets desynchronized.

Exactly, for example on Meta we had desynchronized
MediaWiki:Vector-namespace-main and MediaWiki:Nstab-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 15294] Allow blocking of global accounts

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15294

SJ sje...@yahoo.com changed:

   What|Removed |Added

   Priority|Normal  |High
 CC||sje...@yahoo.com

--- Comment #14 from SJ sje...@yahoo.com 2010-08-23 23:08:00 UTC ---
Global locks have been increasingly used for normal accounts (cases in which it
is 'evil', to use Mike's term, and where blocking would be more appropriate in
many ways), which is a pity.  

It would be useful to have this resolved so that more nuanced policies about
global blocking can be developed.

-- 
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 24916] New: SVG renderer makes fonts far too wide and bold

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24916

   Summary: SVG renderer makes fonts far too wide and bold
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: http://en.wikipedia.org/wiki/File:Inuktitut.svg
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Page rendering
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: bugzilla.wikimedia@timwi.de


Compare Wikipedia’s rendering of this SVG file:

http://en.wikipedia.org/wiki/File:Inuktitut.svg

with Firefox’s:

http://upload.wikimedia.org/wikipedia/commons/e/ed/Inuktitut.svg

of which I have posted a screenshot here:

http://imgur.com/7ixmB.png

Of course, the expected behaviour is for the letters to not overlop, not run
off the edge of the picture, and not be this bold.

-- 
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 24906] Vector should use the common messages like other skins

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24906

--- Comment #5 from Leinad danny.lei...@gmail.com 2010-08-24 00:12:49 UTC ---
Before you start
http://usability.wikimedia.org/wiki/Releases/Default_Switch#Phase_V_Deployment
I would suggest you to fix this issue.

A lot of small projects not done translating Vector messages, but these
projects have ready the same messages for other skins.

It is unwise to switch projects, which now have an interface in their mother
tongue, and after switching a number of messages will be in English, because
someone did not want to use the common messages.

-- 
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 24907] Bugzilla weekly reports aren't being sent

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24907

--- Comment #1 from p858snake p858sn...@gmail.com 2010-08-24 00:36:22 UTC ---
I noticed on the datacenter tasks page (wikitech), that the said server as well
storage23 and a db were down from a power issue but that is quite a dated
report.

-- 
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 24829] missing gift data from contributions after beginning of august

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24829

Arthur Richards aricha...@wikimedia.org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #2 from Arthur Richards aricha...@wikimedia.org 2010-08-24 
00:38:14 UTC ---
The bug that caused this has been resolved as of r71529.

I also whipped up a script to loop through all contributions since this became
a problem that are missing /all/ of the custom data fields associated with
contributions (with the exception of donor comments).  It sets the default
values for the contributions in question.

The script also echoes out the contribution ID as well as a serialized JSON
object of the contribution prior to the update in case we need to roll back. 
Unfortunately, only the first 14 contributions recorded do no have serialized
objects representing their original state (I didn't think of adding it in until
after running a few tests on the live data).  But for the most part, we have
backed up data for the updated contributions.  

All in all, 576 contribution records were 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 24917] New: Polish as fallback for Kashubian

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24917

   Summary: Polish as fallback for Kashubian
   Product: MediaWiki
   Version: 1.16-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Internationalization
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: danny.lei...@gmail.com


Please set Polish as fallback for Kashubian language
(http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/languages/messages/MessagesCsb.php):

$fallback = 'pl';

Kashubian, the same as Silesian
(http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/languages/messages/MessagesSzl.php),
is a regional language in Poland and Kashubian speakers are much more familiar
with the Polish language.

About: http://en.wikipedia.org/wiki/Kashubian_language

-- 
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 24917] Polish as fallback for Kashubian

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24917

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Reedy s...@reedyboy.net 2010-08-24 00:57:13 UTC ---
r71538

-- 
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 24661] show stable version of included pages if the page is unreviewed and stable version view is enabled

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24661

Aaron Schulz jschulz_4...@msn.com changed:

   What|Removed |Added

   Severity|normal  |enhancement

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

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


[Bug 24366] ID or class needed for relative-positioned container

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24366

Aaron Schulz jschulz_4...@msn.com changed:

   What|Removed |Added

 AssignedTo|jschulz_4...@msn.com|innocentkil...@gmail.com

--- Comment #2 from Aaron Schulz jschulz_4...@msn.com 2010-08-24 03:14:05 UTC 
---
Assigning to Chad.

-- 
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 13978] Reverting to a flagged revision should automatically mark the resulting revision as flagged, too

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13978

--- Comment #12 from Aaron Schulz jschulz_4...@msn.com 2010-08-24 03:25:53 
UTC ---
(In reply to comment #11)
 (In reply to comment #10)
  Are you a reviewer?
 I just have the usual autoconfirmed rights in both wikis (which do not include
 either review of autoreview) + the global rollbacker rights, which do not
 include autoreview or review as well.
 (http://meta.wikimedia.org/wiki/Global_rollback)

Only self-reverts to the stable version are allowed for people without
'autoreview'.

-- 
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 23888] Support WebM (matroska/VP8/libogg)

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23888

--- Comment #4 from Michael Dale d...@ucsc.edu 2010-08-24 03:27:28 UTC ---
:: WebM support ::

1) Any update on metadata support in getID3? 

1.5) We need to fallback to recent version of ffmpeg for thumbnails where the
assets are WebM. i.e we need to deploy a recent version of ffmpeg. 

2) I don't think support in cortado is that essential since the flash runtime
should be supporting WebM natively and has much broader adoption and 'virtual
machine consistency' than java. 

3 ) I would promote the html5 player 'embedPlayer' that is part of
TimedMediaHandler extension. It already has WebM support and capacity to switch
among available playback engines. Its also well positioned to support the flash
based playback with a consistent html5 like api.  It has other important
features like multilingual timed text, a consistent player interface,
fullscreen, share this media embed code, credits screen etc.

4) I would add that transcoding and derivatives support is pretty essential. A
single video asset should not be tied to its source upload format. Often users
upload a HD source asset that causes confusing long buffer times when embedded
in an article at 200px wide.  We should transcode uploaded assets into both
WebM and ogg formats at web stremable resolutions and let the client software
automatically chose what will work best. i.e something like the
TimedMediaHandler transcode support:
http://prototype.wikimedia.org/s-9/index.php?title=Transcode%20Test 
This runs into the the classical bug 4421 where file extension does not match
embed file but I don't see that as blocker to making progress here. 

I don't think it would be hard to add support for WebM to TimedMediaHandler
since it already has a lot of the other pieces in place. But we need a process
to review and make note of any thing that needs to be changed as a path towards
deployment.

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

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


[Bug 24918] New: Do not allow #, %, [, ], nbsp in fragment identifiers

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24918

   Summary: Do not allow #, %, [, ], nbsp in fragment identifiers
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: entli...@gmx-topmail.de
Blocks: 19719


Created attachment 7648
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=7648
Testcase

The characters #, %, [ and ] as well as any Unicode whitespace
characters (no-break space etc.) should be banned in HTML5 IDs because they
trigger a validation error if used in a href attribute. At least # are %
also causing problems in practice (and not just in IE6 as the comment from
r62134 suggests); see attached testcase.

-- 
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 19719] HTML5 (tracking)

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19719

entli...@gmx-topmail.de changed:

   What|Removed |Added

 Depends on||24918

-- 
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 24918] Do not allow #, %, [, ], nbsp in fragment identifiers

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24918

entli...@gmx-topmail.de changed:

   What|Removed |Added

   Attachment #7648|0   |1
is obsolete||

--- Comment #1 from entli...@gmx-topmail.de 2010-08-24 04:58:01 UTC ---
Created attachment 7649
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=7649
Extended testcase

It seems that percent-encoding (the only way to avoid the validation error)
does not work at all in any IE version and is implemented inconsistently in
other browsers.

-- 
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 24918] Do not allow #, %, [, ], nbsp in fragment identifiers

2010-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24918

--- Comment #2 from entli...@gmx-topmail.de 2010-08-24 05:59:30 UTC ---
It seems that the disallowed characters are based on section 2.2 of RFC 3987:
:, /, ?, #, [, ], @ (gen-delims) minus / and ? (explicitly
allowed for ifragment) minus : and @ (explicitly allowed for ipchar) plus
% (special case) gives #, %, [ and ] in the end.

I don't know why Unicode whitespace characters aren't allowed, but the HTML5
validator complains about a href=#nbsp;/a, a href=#thinsp;/a and
the like.

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