[Bug 8143] Localized magic words don't ignore case if containing nonASCII characters

2009-08-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8143


Alexandre Emsenhuber [IAlex] alex.emsenhu...@bluewin.ch changed:

   What|Removed |Added

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




--- Comment #6 from Alexandre Emsenhuber [IAlex] alex.emsenhu...@bluewin.ch  
2009-08-26 15:48:12 UTC ---
Fixed in r55601.


-- 
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 8143] Localized magic words don't ignore case if containing nonASCII characters

2009-07-31 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8143


Matěj Grabovský mgrabov...@yahoo.com changed:

   What|Removed |Added

   Keywords||patch




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


[Bug 8143] Localized magic words don't ignore case if containing nonASCII characters

2009-07-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8143





--- Comment #5 from Matěj Grabovský mgrabov...@yahoo.com  2009-07-30 14:51:20 
UTC ---
Created an attachment (id=6406)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=6406)
Use $wgContLang-lc() instead of strtolower in some cases


-- 
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 8143] Localized magic words don't ignore case if containing nonASCII characters

2009-03-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8143





--- Comment #4 from Danny B. dann...@email.cz  2009-03-01 11:11:39 UTC ---
Looks like only where additional params are, it won't work correctly. Magic
words without params seem to work correctly though I didn't test all marked
case-insensitive.


-- 
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 8143] Localized magic words don't ignore case if containing nonASCII characters

2009-02-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8143


Danny B. dann...@email.cz changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |




--- Comment #2 from Danny B. dann...@email.cz  2009-03-01 00:23:43 UTC ---
They do not. Did you check localized magic words of those I mentioned above?

Excerpt from MessagesCs.php:

'lcfirst' = array( '0', 'PRVNÍMALÉ:', 'LCFIRST:' ), // contains non-ASCII
char(s)
'ucfirst' = array( '0', 'PRVNÍVELKÉ:', 'UCFIRST:' ),
'lc'  = array( '0', 'MALÁ:', 'LC:' ),
'uc'  = array( '0', 'VELKÁ:', 'UC:' ),
...
'padleft' = array( '0', 'ZAROVNATVLEVO', 'PADLEFT' ), // ASCII only
'padright'= array( '0', 'ZAROVNATVPRAVO', 'PADRIGHT' ),

Tested on w:cs: sandbox:

{{PRVNÍVELKÉ:ěščř}} - OK
{{prvnívelké:ěščř}} - redlink to nonexisting template
{{PRVNÍMALÉ:ěščř}} - OK
{{prvnímalé:ěščř}} - redlink to nonexisting template
{{MALÁ:ěščř}} - OK
{{malá:ěščř}} - redlink to nonexisting template
{{VELKÁ:ěščř}} - OK
{{velká:ěščř}} - redlink to nonexisting template

etc., etc...

but:

{{zarovnatvlevo:12|5|x}} - OK
{{ZAROVNATVLEVO:12|5|x}} - OK
{{zarovnatvpravo:12|5|x}} - OK
{{ZAROVNATVPRAVO:12|5|x}} - OK


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