diff options
author | Simon McVittie <http://smcv.pseudorandom.co.uk/> | 2008-07-12 22:44:36 +0100 |
---|---|---|
committer | Simon McVittie <http://smcv.pseudorandom.co.uk/> | 2008-07-12 22:44:36 +0100 |
commit | f59d7f1e9b3851dd86acf9d46096ca8de6fad540 (patch) | |
tree | df8b283421a49fe6f8e6228079fb9ab192a619f6 /doc | |
parent | 23a3de5e8c4998c41afc99664fd4a7fe25e7bf29 (diff) | |
parent | ce4c5142b05cb31876bf000ea728db9d56fa39ed (diff) |
Merge branch 'master' of git://git.ikiwiki.info
Diffstat (limited to 'doc')
3 files changed, 18 insertions, 0 deletions
diff --git a/doc/bugs/Undefined_subroutine_IkiWiki::refresh.mdwn b/doc/bugs/Undefined_subroutine_IkiWiki::refresh.mdwn new file mode 100644 index 000000000..932d2de29 --- /dev/null +++ b/doc/bugs/Undefined_subroutine_IkiWiki::refresh.mdwn @@ -0,0 +1,4 @@ +After building a fresh deb from current Git master (9b62dac4bcf62f3a1f76ec5a7ed5a90db16ea1c8) : + + $ ikiwiki --setup ~/ikiwiki.setup --rebuild + Undefined subroutine &IkiWiki::refresh called at /usr/share/perl5/IkiWiki/Setup.pm line 113. diff --git a/doc/bugs/package_build_fails_in_non-English_environment.mdwn b/doc/bugs/package_build_fails_in_non-English_environment.mdwn new file mode 100644 index 000000000..565672a67 --- /dev/null +++ b/doc/bugs/package_build_fails_in_non-English_environment.mdwn @@ -0,0 +1,9 @@ +basewiki_brokenlinks.t fails when running dpkg-buildpackage in non-English environment : it greps for an (non-)error message that is i18n'd. This of course does not happen when building in a proper chroot environment... which happens to fail as well, for other reasons, but this will be for another bug. + +The `LANG=` on line 9 does not seem to do what it's supposed to, go figure. + +I've never had to understand the Unix locales, so I randomly tried to replace `LANG=` in basewiki_brokenlinks.t with : + +- `LANG=C` : fails +- `LANGUAGE=` : fails +- `LANGUAGE=C` : works! diff --git a/doc/todo/Allow_TITLE_to_include_part_of_the_path_in_addition_to_the_basename.mdwn b/doc/todo/Allow_TITLE_to_include_part_of_the_path_in_addition_to_the_basename.mdwn index b7b8296ba..27d238ecd 100644 --- a/doc/todo/Allow_TITLE_to_include_part_of_the_path_in_addition_to_the_basename.mdwn +++ b/doc/todo/Allow_TITLE_to_include_part_of_the_path_in_addition_to_the_basename.mdwn @@ -72,3 +72,8 @@ a dedicated plugin, called `genealogictitle` or whatever, and : -- intrigeri > Plugin sounds reasonable. --[[Joey]] + +>> Well, it seems I once more designed a solution before clearly +>> defining my problem... What I really need is more generic, can be +>> done as a plugin, and deserves its own todo item (yet to come), so +>> I'm tagging this one wontfix^W [[done]]. I'm sorry. -- intrigeri |