Problem with non latin-like languages

Problem with non latin-like languages

av Dmitry Pupinin -
Antall svar: 3
Bilde av Core developers Bilde av 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
Gjennomsnittlig vurdering: -
Som svar til Dmitry Pupinin

Re: Problem with non latin-like languages

av Dmitry Pupinin -
Bilde av Core developers Bilde av Plugin developers
Tables renders well (I have missed new nwiki format blunker ), but timeline not.
Som svar til Dmitry Pupinin

Re: Problem with non latin-like languages

av 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