diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-10-19 19:13:40 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-10-19 19:21:44 -0400 |
commit | 2b569f99d9e7f1d4d30c7f3adde9729ff4d868cf (patch) | |
tree | 0b060526113707326edcf1c8fd47eda7e817102e /debian | |
parent | ac8e8f5ad7387a815cb0eb1b0a662694c86f2439 (diff) | |
download | ikiwiki-2b569f99d9e7f1d4d30c7f3adde9729ff4d868cf.tar ikiwiki-2b569f99d9e7f1d4d30c7f3adde9729ff4d868cf.tar.gz |
fix relativedate timezone inclusion
The machine parseable date needs to include a timezone.
Also, simplified the interface for date display.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e42255d08..1f47f614e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,9 @@ ikiwiki (2.68) UNRELEASED; urgency=low * recentchanges: Make feed links point back to anchors on the recentchanges page. (JasonBlevins) * Updated French translation. Closes: #502694 + * Plugins that used to override displaytime should instead override + formattime. displaytime will call that, and may wrap markup around the + formatted time. -- Joey Hess <joeyh@debian.org> Fri, 17 Oct 2008 20:11:02 -0400 |