From 3e298365934ba928700d01730be8649bd72ae9b6 Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 25 Jul 2007 01:55:45 +0000 Subject: [PATCH] move some bugs to todo items add a wishlist tag, that can be used to separate some todos off onto a wishlist page --- doc/bugs/Problem_with_toc.pm_plug-in.mdwn | 2 +- doc/bugs/format_bug.mdwn | 2 ++ doc/todo.mdwn | 5 +++-- .../Add_label_to_search_form_input_field.mdwn | 10 +++++++++- doc/{bugs => todo}/Buggy_dependency_graph.mdwn | 2 ++ .../Post-compilation_inclusion_of_the_sidebar.mdwn | 8 +++++++- doc/wishlist.mdwn | 6 ++++++ 7 files changed, 30 insertions(+), 5 deletions(-) rename doc/{bugs => todo}/Add_label_to_search_form_input_field.mdwn (57%) rename doc/{bugs => todo}/Buggy_dependency_graph.mdwn (99%) rename doc/{bugs => todo}/Post-compilation_inclusion_of_the_sidebar.mdwn (82%) create mode 100644 doc/wishlist.mdwn diff --git a/doc/bugs/Problem_with_toc.pm_plug-in.mdwn b/doc/bugs/Problem_with_toc.pm_plug-in.mdwn index 88516780e..a5fe6b923 100644 --- a/doc/bugs/Problem_with_toc.pm_plug-in.mdwn +++ b/doc/bugs/Problem_with_toc.pm_plug-in.mdwn @@ -29,4 +29,4 @@ Here is a patch for toc.pm for producing non-empty 'a' elements. + $page.="$text"; } else { - $page.=$text; \ No newline at end of file + $page.=$text; diff --git a/doc/bugs/format_bug.mdwn b/doc/bugs/format_bug.mdwn index e8971076f..3d4b4a94e 100644 --- a/doc/bugs/format_bug.mdwn +++ b/doc/bugs/format_bug.mdwn @@ -21,3 +21,5 @@ encouraging. > do that, use the form to generate a new per-bug page..) > --[[Joey]] + +Marking this [[done]] since it's not a ikiwiki bug directly. diff --git a/doc/todo.mdwn b/doc/todo.mdwn index a2211ba2c..01c4cf158 100644 --- a/doc/todo.mdwn +++ b/doc/todo.mdwn @@ -1,7 +1,8 @@ Welcome to ikiwiki's todo list. Link items to [[todo/done]] when done. -Also see the [Debian bugs](http://bugs.debian.org/ikiwiki). +Also see the [[wishlist]] and [[bugs]] pages. -[[inline pages="todo/* and !todo/done and !link(todo/done) and !todo/*/*" +[[inline pages="todo/* and !todo/done and !link(todo/done) and +!link(wishlist) and !todo/*/*" feedpages="created_after(todo/supporting_comments_via_disussion_pages)" actions=yes rootpage="todo" postformtext="Add a new todo item titled:" show=0]] diff --git a/doc/bugs/Add_label_to_search_form_input_field.mdwn b/doc/todo/Add_label_to_search_form_input_field.mdwn similarity index 57% rename from doc/bugs/Add_label_to_search_form_input_field.mdwn rename to doc/todo/Add_label_to_search_form_input_field.mdwn index b7afc61a4..68e24b4d4 100644 --- a/doc/bugs/Add_label_to_search_form_input_field.mdwn +++ b/doc/todo/Add_label_to_search_form_input_field.mdwn @@ -10,4 +10,12 @@ The patch below adds a label for the field to improve usability: + - \ No newline at end of file + + +> I don't do this by default because putting in the label feels to me make +> the action bar too wide. YMMV. What I'd really like to do is make the +> _content_ of the search field say "search". You see that on some other +> sites, but so far the only way I've seen to do it is by inserting a +> nasty lump of javascript. --[[Joey]] + +[[wishlist]] diff --git a/doc/bugs/Buggy_dependency_graph.mdwn b/doc/todo/Buggy_dependency_graph.mdwn similarity index 99% rename from doc/bugs/Buggy_dependency_graph.mdwn rename to doc/todo/Buggy_dependency_graph.mdwn index 116a2aea4..980435111 100644 --- a/doc/bugs/Buggy_dependency_graph.mdwn +++ b/doc/todo/Buggy_dependency_graph.mdwn @@ -78,3 +78,5 @@ I can think about reducung the size of my wiki source and making it available on > We'd have to see the code to the simplifier to know. > > --[[Joey]] + +[[tag wishlist]] diff --git a/doc/bugs/Post-compilation_inclusion_of_the_sidebar.mdwn b/doc/todo/Post-compilation_inclusion_of_the_sidebar.mdwn similarity index 82% rename from doc/bugs/Post-compilation_inclusion_of_the_sidebar.mdwn rename to doc/todo/Post-compilation_inclusion_of_the_sidebar.mdwn index 129bb7de9..7586c060b 100644 --- a/doc/bugs/Post-compilation_inclusion_of_the_sidebar.mdwn +++ b/doc/todo/Post-compilation_inclusion_of_the_sidebar.mdwn @@ -21,4 +21,10 @@ NicolasLimare > Especially if the only way to do it is with .shtml. > But I really like the idea of not rebuilding the sidebar all the time. > Definitly a TODO, for me, if I can figure out how to do it. Patches -> eagerly accepted. --[[Joey]] +> eagerly accepted. +> +> I have implemented a htmlext configuration item, that lets you control +> what extension ikiwiki uses for output html pages. So in theory, a +> sidebar could be done as you describe using .shtml. --[[Joey]] + +[[wishlist]] diff --git a/doc/wishlist.mdwn b/doc/wishlist.mdwn new file mode 100644 index 000000000..0c67fa975 --- /dev/null +++ b/doc/wishlist.mdwn @@ -0,0 +1,6 @@ +These [[todo]] items constitute a wishlist of all kinds of features and +improvements people would like to see in ikiwiki. Good patches for any of +these will likely be accepted. + +[[inline pages="todo/* and !todo/done and !link(todo/done) and +link(wishlist) and !todo/*/*" archive=yes show=0]] -- 2.32.0.93.g670b81a890