summaryrefslogtreecommitdiff
path: root/doc/bugs.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-10 07:00:09 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-10 07:00:09 +0000
commitd3d8890ee904982e3b1ae81c8a5f6571bfcf3eab (patch)
treedf8767ef91834cb2285df53ea57faf3bee6b8da7 /doc/bugs.mdwn
parentaa0afc56cb17934c4c62f179327489ae505549e9 (diff)
foo
Diffstat (limited to 'doc/bugs.mdwn')
-rw-r--r--doc/bugs.mdwn6
1 files changed, 6 insertions, 0 deletions
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.