]> git.mjollnir.org Git - s9y.git/commit
Fixes from Boris from the forums:
authorgarvinhicking <garvinhicking>
Mon, 24 Oct 2005 17:29:05 +0000 (17:29 +0000)
committergarvinhicking <garvinhicking>
Mon, 24 Oct 2005 17:29:05 +0000 (17:29 +0000)
commitbf2cac017058a70eb49886f953f09e6c81f35829
treeb2bf590f3dc97088d78c85e5af2d72ee55ea8209
parent5a16b835003f4e51ac55bd6455ff9b95e5b4b06e
Fixes from Boris from the forums:
The first bug is located in include/plugin_internal.inc.php:
in the long switch-statement is a duplicate Entry for show_atom0.3 and none for show_atom1.0 with the result, that there's no Atom 1.0-Option in the configuration.

Second: The function serendipity_makeFilename in include/functions_permalinks.inc.php is not utf-8 ready. I always helped myself converting it manually in 0.8x, but now s9y supports utf-8 this function should do this too. Smile
If not, all those special chars are not converted, but striped from the URLs.
docs/NEWS
include/functions_permalinks.inc.php
include/plugin_internal.inc.php