X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/ca0a240f31274d1544bebf1c272d26a7524be787..378ae29f172c529fe904e82b555f3d7c55c9c221:/doc/bugs.mdwn diff --git a/doc/bugs.mdwn b/doc/bugs.mdwn index b2fde3def..867ddb599 100644 --- a/doc/bugs.mdwn +++ b/doc/bugs.mdwn @@ -14,4 +14,12 @@ * 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). -* Doesn't update pages that linked to a page when it is removed. +* Various inneficencies cause it to sometimes render the same page 3 times for one change. This could be fixed for a 3 fold speedup on commits. +* 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.