From d3d8890ee904982e3b1ae81c8a5f6571bfcf3eab Mon Sep 17 00:00:00 2001 From: joey Date: Fri, 10 Mar 2006 07:00:09 +0000 Subject: foo --- doc/bugs.mdwn | 6 ++++++ doc/todo.mdwn | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 doc/bugs.mdwn (limited to 'doc') diff --git a/doc/bugs.mdwn b/doc/bugs.mdwn new file mode 100644 index 000000000..235f06fb7 --- /dev/null +++ b/doc/bugs.mdwn @@ -0,0 +1,6 @@ +* 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. diff --git a/doc/todo.mdwn b/doc/todo.mdwn index 1a0dd6fb4..b7b23ef56 100644 --- a/doc/todo.mdwn +++ b/doc/todo.mdwn @@ -50,3 +50,5 @@ Being case insensative is handy, but it does make the [[BackLinks]] a bit ugly compared to other links. It should be possible to support pagenames that have uppercase, while still allowing them to be linked to using any case. + +## [[Bugs]] -- cgit v1.2.3