aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/map_doesn__39__t_calculate___34__common__95__prefix__34___correctly.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2007-12-28 17:22:17 -0500
committerJoey Hess <joey@kitenet.net>2007-12-28 17:22:17 -0500
commit3e784ea8a1aeb41aa181c29b499cf76ab83dc6d0 (patch)
tree9aba1602658f98515eda1e582d1b8d7e27765f9d /doc/bugs/map_doesn__39__t_calculate___34__common__95__prefix__34___correctly.mdwn
parent191287b72fdd9db48e4ca937f6530015a7d1df91 (diff)
downloadikiwiki-3e784ea8a1aeb41aa181c29b499cf76ab83dc6d0.tar
ikiwiki-3e784ea8a1aeb41aa181c29b499cf76ab83dc6d0.tar.gz
* map: Fix handling of common prefix to handle the case where it's
in a subdirectory. Patch by Larry Clapp.
Diffstat (limited to 'doc/bugs/map_doesn__39__t_calculate___34__common__95__prefix__34___correctly.mdwn')
-rw-r--r--doc/bugs/map_doesn__39__t_calculate___34__common__95__prefix__34___correctly.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/map_doesn__39__t_calculate___34__common__95__prefix__34___correctly.mdwn b/doc/bugs/map_doesn__39__t_calculate___34__common__95__prefix__34___correctly.mdwn
index 9436cbd0c..d6923605d 100644
--- a/doc/bugs/map_doesn__39__t_calculate___34__common__95__prefix__34___correctly.mdwn
+++ b/doc/bugs/map_doesn__39__t_calculate___34__common__95__prefix__34___correctly.mdwn
@@ -66,3 +66,5 @@ Note that you you don't get "blog" or "tags", and "life" and "tech" are links no
Map tries to calculate a "common prefix" between the pagespec and the page being rendered, and then later does some substitutions using the prefix. But the path has /'s in it and the common prefix doesn't, so it never matches correctly. So, add the /'s.
-- [[users/Larry_Clapp]]
+
+> Excellent problem description and analysis. Patch [[applied|done]] --[[Joey]]