From e5ddd9b5812cfe57c1dce38509e3922715f62cda Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 11 Mar 2007 04:59:03 +0000 Subject: [PATCH] * Fix a bug with inlined create page links, including Discussion links on blog post pages. The links will now create pages relative to the page that actually contains the link. --- IkiWiki.pm | 2 +- debian/changelog | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/IkiWiki.pm b/IkiWiki.pm index 29add5c34..9e71cc153 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -458,7 +458,7 @@ sub htmllink ($$$;@) { #{{{ cgiurl( do => "create", page => pagetitle(lc($link), 1), - from => $page + from => $lpage ). "\">?$linktext" } diff --git a/debian/changelog b/debian/changelog index 73aa966fc..956202f81 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +ikiwiki (1.46) UNRELEASED; urgency=low + + * Fix a bug with inlined create page links, including Discussion links on + blog post pages. The links will now create pages relative to the page that + actually contains the link. + + -- Joey Hess Sat, 10 Mar 2007 23:56:23 -0500 + ikiwiki (1.45) unstable; urgency=low * Allow for underscores to appear in page titles, if encoded appropriately -- 2.44.0