From 714de9f1014441a1a62b0d43912255dc4e760660 Mon Sep 17 00:00:00 2001 From: chrysn Date: Sun, 28 Sep 2008 05:47:20 -0400 Subject: [PATCH 1/2] response --- doc/bugs/unicode_encoded_urls_and_recentchanges.mdwn | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/bugs/unicode_encoded_urls_and_recentchanges.mdwn b/doc/bugs/unicode_encoded_urls_and_recentchanges.mdwn index d8696cb4c..88dbfc39b 100644 --- a/doc/bugs/unicode_encoded_urls_and_recentchanges.mdwn +++ b/doc/bugs/unicode_encoded_urls_and_recentchanges.mdwn @@ -19,10 +19,13 @@ the problem can be shown with an auto-setup'd ikiwiki without cgi when manually >> >>> The problem is that all cgi inputs have to be explicitly decoded to >>> utf-8, which I've now done for `recentchange_link`. +>>>> thanks a lot, i think that closed the bug. >>> >>> I cannot, however, reproduce a problem with meta redir. Here it >>> generated the following html, which redirected the browser ok: >>> +>>>> sorry, my fault -- it was the blank which needed to be replaced by an +>>>> underscore, not the high byte character >> >> update: i've had a look at the git options; you could run git with '-z' (NUL >> termination) in the `git_commit_info` function; this would require some @@ -31,5 +34,5 @@ the problem can be shown with an auto-setup'd ikiwiki without cgi when manually >> >>> If you would like to develop a patch to that effect, I'd be glad to >>> drop the current nasty code. ->> ->> --[[chrysn]] +>>>> i'll have a look, but i'm afraid that's above my current perl skills. +>>>> --[[chrysn]] From 9b279838080de8740f15b7fc91ffc4bd473b8823 Mon Sep 17 00:00:00 2001 From: "http://josephturian.blogspot.com/" Date: Mon, 29 Sep 2008 00:03:23 -0400 Subject: [PATCH 2/2] --- doc/bugs/errors_with_ampersand_in_filename.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/bugs/errors_with_ampersand_in_filename.mdwn b/doc/bugs/errors_with_ampersand_in_filename.mdwn index 01c1d91d0..6b459d4d1 100644 --- a/doc/bugs/errors_with_ampersand_in_filename.mdwn +++ b/doc/bugs/errors_with_ampersand_in_filename.mdwn @@ -17,3 +17,5 @@ Even now, I still get the following error messages: > To help with this I'd need to know, at a minimum, what version of ikiwiki you're using, > and I'd really also probably need a copy of the source of the wiki you are trying to > build with it. (If you'd like to email me a tarball, send it to joey@kitenet.net) --[[Joey]] + +> > Hmm... the most recent ikiwiki seems to fix the issue, so I will mark it as [[done]]. --[[JosephTurian]]