diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-06-23 00:51:19 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-06-23 00:51:19 +0000 |
commit | cbfe2af8b5e28a1c33125467bee81edc7ac03ccc (patch) | |
tree | 64f9885f8485e055a5af143e5afcf3faa105ad18 /doc/bugs | |
parent | 9289f684bb4fb90acb06013b2059cfb92c7fe354 (diff) |
make the bugs page work like the todo page
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/bestlink_change_update_issue.mdwn | 9 | ||||
-rw-r--r-- | doc/bugs/diff_links_to_backtrace.mdwn | 5 | ||||
-rw-r--r-- | doc/bugs/html_errors.mdwn | 2 | ||||
-rw-r--r-- | doc/bugs/meta_inline.mdwn | 2 | ||||
-rw-r--r-- | doc/bugs/rss_feed_cleanup_on_delete.mdwn | 2 | ||||
-rw-r--r-- | doc/bugs/rss_output_relative_links.mdwn | 3 | ||||
-rw-r--r-- | doc/bugs/source_in_dotdir.mdwn | 2 | ||||
-rw-r--r-- | doc/bugs/svn+ssh_commit_fail.mdwn | 5 | ||||
-rw-r--r-- | doc/bugs/underlaydir_file_expose.mdwn | 3 | ||||
-rw-r--r-- | doc/bugs/utf8_svn_log.mdwn | 9 | ||||
-rw-r--r-- | doc/bugs/word_wrap.mdwn | 3 |
11 files changed, 45 insertions, 0 deletions
diff --git a/doc/bugs/bestlink_change_update_issue.mdwn b/doc/bugs/bestlink_change_update_issue.mdwn new file mode 100644 index 000000000..f8f132327 --- /dev/null +++ b/doc/bugs/bestlink_change_update_issue.mdwn @@ -0,0 +1,9 @@ +* Has bugs updating things if the bestlink of a page changes due to + adding/removing a page. For example, if Foo/Bar links to "Baz", which is + Foo/Baz, and Foo/Bar/Baz gets added, it will update the links in Foo/Bar + 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? (Yes (as of 1.0)) diff --git a/doc/bugs/diff_links_to_backtrace.mdwn b/doc/bugs/diff_links_to_backtrace.mdwn new file mode 100644 index 000000000..16f84fafb --- /dev/null +++ b/doc/bugs/diff_links_to_backtrace.mdwn @@ -0,0 +1,5 @@ +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? + - As a special case, there should certianly be no history link for + pages generated from the underlaydir as it can never work for them. diff --git a/doc/bugs/html_errors.mdwn b/doc/bugs/html_errors.mdwn new file mode 100644 index 000000000..5a60e0449 --- /dev/null +++ b/doc/bugs/html_errors.mdwn @@ -0,0 +1,2 @@ +ikiwiki will generate html formatted error messages to the command +line if --cgi is set, even if it's not yet running as a cgi diff --git a/doc/bugs/meta_inline.mdwn b/doc/bugs/meta_inline.mdwn new file mode 100644 index 000000000..cd3d5ec2b --- /dev/null +++ b/doc/bugs/meta_inline.mdwn @@ -0,0 +1,2 @@ +The meta plugin doesn't affect a page if it's being inlined. Probably +setting the title with it should override the title of the blog post. diff --git a/doc/bugs/rss_feed_cleanup_on_delete.mdwn b/doc/bugs/rss_feed_cleanup_on_delete.mdwn new file mode 100644 index 000000000..5fe2bcd55 --- /dev/null +++ b/doc/bugs/rss_feed_cleanup_on_delete.mdwn @@ -0,0 +1,2 @@ +If a page stops inlining anthing, its rss feed file will linger around and +not be deleted. diff --git a/doc/bugs/rss_output_relative_links.mdwn b/doc/bugs/rss_output_relative_links.mdwn new file mode 100644 index 000000000..ff607cbb3 --- /dev/null +++ b/doc/bugs/rss_output_relative_links.mdwn @@ -0,0 +1,3 @@ +RSS output contains relative links. Ie. +http://kitenet.net/~joey/blog/index.rss contains a link to +http://kitenet.net/~joey/blog/../blog.html diff --git a/doc/bugs/source_in_dotdir.mdwn b/doc/bugs/source_in_dotdir.mdwn new file mode 100644 index 000000000..1b8390bae --- /dev/null +++ b/doc/bugs/source_in_dotdir.mdwn @@ -0,0 +1,2 @@ +Can't put the source in a directory named .source; the page finder skips +that due to too broad exclusion of any dotfile in a path. diff --git a/doc/bugs/svn+ssh_commit_fail.mdwn b/doc/bugs/svn+ssh_commit_fail.mdwn new file mode 100644 index 000000000..a26a0b0e4 --- /dev/null +++ b/doc/bugs/svn+ssh_commit_fail.mdwn @@ -0,0 +1,5 @@ +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, +but commit log shows www-data. So maybe it has the wrong username? Or +EUID/Real UID screwage. diff --git a/doc/bugs/underlaydir_file_expose.mdwn b/doc/bugs/underlaydir_file_expose.mdwn new file mode 100644 index 000000000..0c6f55425 --- /dev/null +++ b/doc/bugs/underlaydir_file_expose.mdwn @@ -0,0 +1,3 @@ +If a file in the srcdir is removed, exposing a file in the underlaydir, +ikiwiki will not notice the change and rebuild it until the file in the +underlaydir gets a mtime newer than the mtime the removed file had. diff --git a/doc/bugs/utf8_svn_log.mdwn b/doc/bugs/utf8_svn_log.mdwn new file mode 100644 index 000000000..7266ab926 --- /dev/null +++ b/doc/bugs/utf8_svn_log.mdwn @@ -0,0 +1,9 @@ +svn log messages containing utf-8 (such as r773) don't get displayed +right in RecentChanges. The problem is ikiwiki runs svn log in locale C, +which makes it spit out eacaped charcters for utf-8 chars. If it's run in +locale en_US.UTF-8, it would be ok, but that would require the system +have that locale. + +Seems that the right fix for this is to use svn log --xml, which is +always utf-8 and come up with a parser for that. Also fixes the spoofing +issue in [[security]]. diff --git a/doc/bugs/word_wrap.mdwn b/doc/bugs/word_wrap.mdwn new file mode 100644 index 000000000..8a69bb31a --- /dev/null +++ b/doc/bugs/word_wrap.mdwn @@ -0,0 +1,3 @@ +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? |