* 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.
master
joey 2007-03-11 04:59:03 +00:00
parent 6a01fac911
commit e5ddd9b581
2 changed files with 9 additions and 1 deletions

View File

@ -458,7 +458,7 @@ sub htmllink ($$$;@) { #{{{
cgiurl(
do => "create",
page => pagetitle(lc($link), 1),
from => $page
from => $lpage
).
"\">?</a>$linktext</span>"
}

8
debian/changelog vendored
View File

@ -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 <joeyh@debian.org> 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