move some bugs to todo items
add a wishlist tag, that can be used to separate some todos off onto a wishlist pagemaster
parent
eb5f8531fe
commit
3e29836593
|
@ -29,4 +29,4 @@ Here is a patch for toc.pm for producing non-empty 'a' elements.
|
|||
+ $page.="</a>$text";
|
||||
}
|
||||
else {
|
||||
$page.=$text;
|
||||
$page.=$text;
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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]]
|
||||
|
|
|
@ -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" />
|
||||
<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]]
|
|
@ -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]]
|
|
@ -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]]
|
|
@ -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]]
|
Loading…
Reference in New Issue