summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/Default_text_for_new_pages.mdwn5
-rw-r--r--doc/todo/Feature_parity_with_Trac.mdwn2
-rw-r--r--doc/todo/Unit_tests.mdwn5
3 files changed, 12 insertions, 0 deletions
diff --git a/doc/todo/Default_text_for_new_pages.mdwn b/doc/todo/Default_text_for_new_pages.mdwn
index 17feddf7e..590a80a00 100644
--- a/doc/todo/Default_text_for_new_pages.mdwn
+++ b/doc/todo/Default_text_for_new_pages.mdwn
@@ -95,3 +95,8 @@ in-house means instead of this patch; use a procedure as I do in the Hurd wiki?
> [[ikiwiki/directive/edittemplate]] should be added to [[ikiwiki/directive/inline]]
> (and I'd make that change myself, but the edit needs to happen in the underlay,
> not in the online docs). -- [[Will]]
+
+>> Go ahead and make the edit, ikiwiki's source is arranged such that edits
+>> on this wiki to files that form the underlay will affect the underlay.
+>> (Clearly I won't be adding duplicate functionality.)
+>> --[[Joey]]
diff --git a/doc/todo/Feature_parity_with_Trac.mdwn b/doc/todo/Feature_parity_with_Trac.mdwn
index f09301ebe..a1443234f 100644
--- a/doc/todo/Feature_parity_with_Trac.mdwn
+++ b/doc/todo/Feature_parity_with_Trac.mdwn
@@ -10,3 +10,5 @@ Features needed:
* Bug tracking: see [[tips/integrated_issue_tracking_with_ikiwiki]].
* Queries on bug database: e.g. all open bugs that don't depend on an open bug. See [[todo/tracking_bugs_with_dependencies]] and [[todo/structured_page_data]].
* Build Status: Maybe this is just a link to an external (centralised) status board (e.g. [BuildBot](http://buildbot.net/)).
+
+[[!tag wishlist]]
diff --git a/doc/todo/Unit_tests.mdwn b/doc/todo/Unit_tests.mdwn
index b1b0160a0..9c579a62e 100644
--- a/doc/todo/Unit_tests.mdwn
+++ b/doc/todo/Unit_tests.mdwn
@@ -3,3 +3,8 @@ Not sure about this TODO, but here it is anyway...
It would be nice to have unit tests for IkiWiki. This would make sure that we don't break things when adding more functionality.
> mmm unit tests. --[[schmonz]]
+
+>> Ikiwiki has over 500 tests, most of them of the unit test variety. They
+>> are located in the 't' directory and are run by 'make test'. Most of the
+>> core ikiwiki functions are covered. Feel free to contribute more..
+>> --[[Joey]] [[done]]