move some bugs to todo items
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 25 Jul 2007 01:55:45 +0000 (01:55 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 25 Jul 2007 01:55:45 +0000 (01:55 +0000)
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
doc/bugs/format_bug.mdwn
doc/todo.mdwn
doc/todo/Add_label_to_search_form_input_field.mdwn [moved from doc/bugs/Add_label_to_search_form_input_field.mdwn with 57% similarity]
doc/todo/Buggy_dependency_graph.mdwn [moved from doc/bugs/Buggy_dependency_graph.mdwn with 99% similarity]
doc/todo/Post-compilation_inclusion_of_the_sidebar.mdwn [moved from doc/bugs/Post-compilation_inclusion_of_the_sidebar.mdwn with 82% similarity]
doc/wishlist.mdwn [new file with mode: 0644]

index 88516780ed483c1cd335537993cc0ad8a105ffbd..a5fe6b923d9323a4d13de173e82490d9761451c9 100644 (file)
@@ -29,4 +29,4 @@ Here is a patch for toc.pm for producing non-empty 'a' elements.
     +                  $page.="</a>$text";
                }
                else {
-                       $page.=$text;
\ No newline at end of file
+                       $page.=$text;
index e8971076f722ec233d294516600681916b9ccff4..3d4b4a94e0edf45962a3943109ae95f69c0e42bf 100644 (file)
@@ -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.
index a2211ba2c3092f8fb3634f5a09353c20794d60eb..01c4cf158d9e108bab7352876d1df3fce223ece3 100644 (file)
@@ -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]]
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 b7afc61a4e905cb40159b659d26baf42700be6fc..68e24b4d44c88d74b6f07a0b16cb0e1fb75a5b1f 100644 (file)
@@ -10,4 +10,12 @@ The patch below adds a label for the field to improve usability:
     +<label for="phrase">Search:</label>
      <input type="text" name="phrase" value="" size="16" />
      <input type="hidden" name="enc" value="UTF-8" />
-     <input type="hidden" name="do" value="hyperestraier" />
\ No newline at end of file
+     <input type="hidden" name="do" value="hyperestraier" />
+
+> 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]]
similarity index 99%
rename from doc/bugs/Buggy_dependency_graph.mdwn
rename to doc/todo/Buggy_dependency_graph.mdwn
index 116a2aea4cf090a1e64bab74dab50e9f6c8f07fc..9804351118c63c35c9343b5cf73d75c7f28eb164 100644 (file)
@@ -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]]
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 129bb7de9868381207b100c5dd91fb9ccbcfc670..7586c060bcd34264902a7d9b329528ab9e7e29f9 100644 (file)
@@ -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 (file)
index 0000000..0c67fa9
--- /dev/null
@@ -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]]