aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-25 01:55:45 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-25 01:55:45 +0000
commit3e298365934ba928700d01730be8649bd72ae9b6 (patch)
tree90a92c7f336fc1cec0a5af309fbf5b52f4925127
parenteb5f8531fe3d9cc752a10343bb52abf8d0858196 (diff)
downloadikiwiki-3e298365934ba928700d01730be8649bd72ae9b6.tar
ikiwiki-3e298365934ba928700d01730be8649bd72ae9b6.tar.gz
move some bugs to todo items
add a wishlist tag, that can be used to separate some todos off onto a wishlist page
-rw-r--r--doc/bugs/Problem_with_toc.pm_plug-in.mdwn2
-rw-r--r--doc/bugs/format_bug.mdwn2
-rw-r--r--doc/todo.mdwn5
-rw-r--r--doc/todo/Add_label_to_search_form_input_field.mdwn (renamed from doc/bugs/Add_label_to_search_form_input_field.mdwn)10
-rw-r--r--doc/todo/Buggy_dependency_graph.mdwn (renamed from doc/bugs/Buggy_dependency_graph.mdwn)2
-rw-r--r--doc/todo/Post-compilation_inclusion_of_the_sidebar.mdwn (renamed from doc/bugs/Post-compilation_inclusion_of_the_sidebar.mdwn)8
-rw-r--r--doc/wishlist.mdwn6
7 files changed, 30 insertions, 5 deletions
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.="</a>$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
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:
+<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]]
diff --git a/doc/bugs/Buggy_dependency_graph.mdwn b/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
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]]