Problem with non latin-like languages

Problem with non latin-like languages

by Dmitry Pupinin -
Number of replies: 3
Core developers колдонуучунун сүрөтү Plugin developers колдонуучунун сүрөтү
I can't enable/disable editing page because
in wiki_ead/lib.php on line 444:
$dfformenconfirm = optional_param('dfformenconfirm','',PARAM_ALPHA);
should use PARAM_MULTILANG.
I russian language not used latin symbols, so variable becomes empty.

And something else:
I don't know why yet, but tables don't renders in my installation and timeline don't works...

NWiki: 2008020501
Moodle: 2007021541
Average of ratings: -
In reply to Dmitry Pupinin

Re: Problem with non latin-like languages

by Dmitry Pupinin -
Core developers колдонуучунун сүрөтү Plugin developers колдонуучунун сүрөтү
Tables renders well (I have missed new nwiki format wink ), but timeline not.
In reply to Dmitry Pupinin

Re: Problem with non latin-like languages

by Ludo (Marc Alier) -
Hi Dmitry, thanks for the bug reports.
I'm also bughunting these days. I'll try to release a version fixing these issues next week (escapd chars, slashes, section editing, on latin languages on edit, etc).
Just notice that the old dfwikimarkup is still there, and that we released the timelines as a course reports plug-in separatelly from nwiki in the 1.9 release.
Cheers

In reply to Dmitry Pupinin

Re: Problem with non latin-like languages

by Jordi Piguillem -
I have commit your fix to our cvs. Thanks

DFWikiTeam, Pigui