diff options
author | http://smcv.pseudorandom.co.uk/ <smcv@web> | 2014-02-22 11:21:28 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-02-22 11:21:28 -0400 |
commit | de980870aa7abd36c21f0a0c5df7cac6e49caf27 (patch) | |
tree | 72c2747547f7a0021f1759639f3e587c20af63f8 /doc/bugs | |
parent | 3a8700c4d7e8797dba4f66a5469a8535ea180e44 (diff) | |
download | ikiwiki-de980870aa7abd36c21f0a0c5df7cac6e49caf27.tar ikiwiki-de980870aa7abd36c21f0a0c5df7cac6e49caf27.tar.gz |
I'd merge it
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/syslog_fails_with_non-ASCII_wikinames.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/syslog_fails_with_non-ASCII_wikinames.mdwn b/doc/bugs/syslog_fails_with_non-ASCII_wikinames.mdwn index dad974a81..f48d8526e 100644 --- a/doc/bugs/syslog_fails_with_non-ASCII_wikinames.mdwn +++ b/doc/bugs/syslog_fails_with_non-ASCII_wikinames.mdwn @@ -21,3 +21,5 @@ Yet I am not sure how to fix that kind of problem in Perl... --[[anarcat]] > I have improved a little the error handling in log_message() so that we see *something* when syslog fails, see the branch documented above. I can also confirm that reverting [[todo/syslog_should_show_wiki_name]] fixes the bug. Finally, I have a unit test that reproduces the problem in git, and a working [[!taglink patch]] for the bug, again in git. > > > One last note: I noticed that this problem also happens elsewhere in ikiwiki. For example, the [[plugins/notifyemail]] plugin will silently fail to send notifications if the pages contain unicode. The [[plugins/notifychanges]] plugin I am working on (in [[todo/option to send only the diff in notifyemail]]) seems to be working around the issue so far, but there's no telling which similar problem are out there. + +>> [[I'd merge it|/users/smcv/approved]]. --[[smcv]] |