diff options
author | www-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-24 05:41:10 +0000 |
---|---|---|
committer | www-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-24 05:41:10 +0000 |
commit | 0ce894d18c618e5686bc2183d08e8add0c777dfd (patch) | |
tree | 17bd96c6d8b35a61a89107e7dad7bc1be3579e42 /doc | |
parent | b424cc47f1ac36cf807b082f879bcdd0ac6e6dc3 (diff) | |
download | ikiwiki-0ce894d18c618e5686bc2183d08e8add0c777dfd.tar ikiwiki-0ce894d18c618e5686bc2183d08e8add0c777dfd.tar.gz |
web commit by joey
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/bugs.mdwn b/doc/bugs.mdwn index 867ddb599..ede1c4837 100644 --- a/doc/bugs.mdwn +++ b/doc/bugs.mdwn @@ -4,6 +4,9 @@ to point to it, but will forget to update the linkbacks in Foo/Baz. And if Foo/Bar/Baz is then removed, it forgets to update Foo/Bar to link back to Foo/Baz. + + -- is this still true? + * 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, @@ -14,7 +17,6 @@ * 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). -* 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? |