aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-05-05 20:06:50 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-05-05 20:06:50 -0400
commite77d0030d61b8b8ad44f296a003c8713766ffd51 (patch)
tree0b397fa4da20a5299f61b6aad6726a52cb250b60 /debian
parentad2f1805a9994440b68c6972b92a88a520ad98fc (diff)
downloadikiwiki-e77d0030d61b8b8ad44f296a003c8713766ffd51.tar
ikiwiki-e77d0030d61b8b8ad44f296a003c8713766ffd51.tar.gz
inline: Minor optimisation.
When finding the pageurl, it was calling bestlink unnecessarily. Since at this point $page contains the full name of the page that is being inlined, there is no need to do bestlink's scan for it. This is only a minor optimisation, since bestlink is only called once per displayed, inlined page.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index ae7ce90be..9244ccdb8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ ikiwiki (3.12) UNRELEASED; urgency=low
* ikiwiki-makerepo: Avoid using abs_path, as it apparently
fails on nonexistant directories with some broken perl
versions.
+ * inline: Minor optimisation.
-- Joey Hess <joeyh@debian.org> Mon, 04 May 2009 19:17:39 -0400