X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/7144eb3973ac73a5f79440f91a7c01665fb83aa4..90923561734f17ad777237bed5e7b40e682344eb:/doc/bugs.mdwn diff --git a/doc/bugs.mdwn b/doc/bugs.mdwn index 3fbdadd45..ede1c4837 100644 --- a/doc/bugs.mdwn +++ b/doc/bugs.mdwn @@ -5,10 +5,8 @@ And if Foo/Bar/Baz is then removed, it forgets to update Foo/Bar to link back to Foo/Baz. - Basically this makes creating new pages painful, top of TODO list.. + -- is this still true? -* Foo/Bar/Baz shows up as Bar/Baz in the linkbacks on page Foo/Bar. Should - show as just Baz there. * If I try to do a web commit, to a svn+ssh repo, it fails with "Host key verification failed." I think that the setuid isn't fully taking; it should be running as me, @@ -19,6 +17,11 @@ * RecentChanges is a regular page, perhaps it should be automatically replaced with a link to the [[CGI]]? * [[ikiwiki]] should go to the same place as [[index]] (on this wiki). -* There's no way to escape a [[WikiLink]] when discussing one on a wiki. -* Seems to be losing track of just-created pages and not adding them to the - index. +* Web browsers don't word-wrap lines in submitted text, which makes editing a + page that someone wrote in a web browser annoying (`gqip` is vim user's + friend here). Is there any way to improve this? +* The diff links in RecentChanges go to a viewcvs backtrace if the rev in question is when the page was added. Is this a viewcvs bug, or a behavior ikiwiki needs to work around? +* If a page stops inlining anthing, its rss feed file + will linger around and not be deleted. +* Currently only one blog is supported per page. Attempts to add more + will make it only update one of the blogs on the page.