diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-12 20:48:19 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-12 20:48:19 +0000 |
commit | 8c8ce06a1b267a5c5d0b1a4f2b229b6d15e63b71 (patch) | |
tree | d829bc29734f5ae0abbe64728a1a5050cdc28347 /debian | |
parent | b26b1d51ab4e71fb04674815c6b08f401ec22993 (diff) | |
download | ikiwiki-8c8ce06a1b267a5c5d0b1a4f2b229b6d15e63b71.tar ikiwiki-8c8ce06a1b267a5c5d0b1a4f2b229b6d15e63b71.tar.gz |
* Search in default location for templates as a fallback when templatedir is
pointed elsewhere, so that only modified templates need to be copied into
a templatedir. Based on work by JeremyReed.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 0fd77766a..fa0ab16d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,8 +10,11 @@ ikiwiki (1.39) UNRELEASED; urgency=low * Fix encoding issue with use of Locale::Gettext. Seems that the OO interface returns proper utf-8 decoded strings, unlike the traditional interface, so use the OO interface. + * Search in default location for templates as a fallback when templatedir is + pointed elsewhere, so that only modified templates need to be copied into + a templatedir. Based on work by JeremyReed. - -- Joey Hess <joeyh@debian.org> Thu, 11 Jan 2007 18:59:49 -0500 + -- Joey Hess <joeyh@debian.org> Fri, 12 Jan 2007 15:34:14 -0500 ikiwiki (1.38) unstable; urgency=low |