From ee166d1b6d59e30729f1ab18e96eddd4d5bc0b6e Mon Sep 17 00:00:00 2001 From: intrigeri Date: Mon, 20 Oct 2008 08:53:36 -0400 Subject: fixes confirmed --- doc/bugs/unicode_chars_in_wikiname_break_auth.mdwn | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/bugs') diff --git a/doc/bugs/unicode_chars_in_wikiname_break_auth.mdwn b/doc/bugs/unicode_chars_in_wikiname_break_auth.mdwn index 5d5e90f7a..472597c46 100644 --- a/doc/bugs/unicode_chars_in_wikiname_break_auth.mdwn +++ b/doc/bugs/unicode_chars_in_wikiname_break_auth.mdwn @@ -11,6 +11,10 @@ Replacing "ยท" with "-" in `wikiname` fixed this login issue. > issues too.) Seems like I will have to possibly break some sessions and > entity-encode the wikiname in the cookie.. [[done]]. --[[Joey]] +>> I confirm it fixes the bug for me. --[[intrigeri]] + (BTW, such a char was replaced by -I don't remember what encoding thingie- in my setup file, when running `ikiwiki-transition setupformat`.) > Thanks for the heads up, fixed that too. --[[Joey]] + +>> I confirm it fixes the bug for me. --[[intrigeri]] -- cgit v1.2.3 From cc311beef30bb73a460ce3c573401d6db2d85a80 Mon Sep 17 00:00:00 2001 From: AndrewGreenberg Date: Mon, 20 Oct 2008 21:34:02 -0400 Subject: Added "SVG aren't images" bug. --- doc/bugs/SVG_files_not_recognized_as_images.mdwn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/bugs/SVG_files_not_recognized_as_images.mdwn (limited to 'doc/bugs') diff --git a/doc/bugs/SVG_files_not_recognized_as_images.mdwn b/doc/bugs/SVG_files_not_recognized_as_images.mdwn new file mode 100644 index 000000000..2339b075a --- /dev/null +++ b/doc/bugs/SVG_files_not_recognized_as_images.mdwn @@ -0,0 +1,5 @@ +In ikiwiki 2.66, SVG images are not recognized as images. In ikiwiki.pm, the hardcoded list of image file extensions does not include ".svg", which it probably should unless there's some other issue about rendering SVGs? + +The 'img' plugin also seems to not support SVGs. + + -- cgit v1.2.3 From 59ef1ebe5dbe10b48024f48f665dceef8d735a88 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 20 Oct 2008 21:51:33 -0400 Subject: response --- doc/bugs/SVG_files_not_recognized_as_images.mdwn | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'doc/bugs') diff --git a/doc/bugs/SVG_files_not_recognized_as_images.mdwn b/doc/bugs/SVG_files_not_recognized_as_images.mdwn index 2339b075a..41452e7c1 100644 --- a/doc/bugs/SVG_files_not_recognized_as_images.mdwn +++ b/doc/bugs/SVG_files_not_recognized_as_images.mdwn @@ -1,5 +1,15 @@ -In ikiwiki 2.66, SVG images are not recognized as images. In ikiwiki.pm, the hardcoded list of image file extensions does not include ".svg", which it probably should unless there's some other issue about rendering SVGs? +In ikiwiki 2.66, SVG images are not recognized as images. In ikiwiki.pm, +the hardcoded list of image file extensions does not include ".svg", which +it probably should unless there's some other issue about rendering SVGs? The 'img' plugin also seems to not support SVGs. - +> SVG images can only be included via an ``, ``, or +> `