diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-16 19:35:16 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-16 19:35:16 +0000 |
commit | 9f87bd8d7d801ba29687c68349a5c56e9947948f (patch) | |
tree | 47d79e095eea6d779ce415bd811fb885d30eb15c /debian/changelog | |
parent | 6bcc3339d911cd6c0095a3ed3eacf8560c458d01 (diff) |
* table plugin: Actually specify the delimiter when parsing CSV.
* table plugin: The previous version broke WikiLinks inside quoted values.
Fix this by linkifying CSV data after parsing it, while DSV data is still
linkified before parsing.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 8913d37cc..e55419f91 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,9 +8,12 @@ ikiwiki (2.8) UNRELEASED; urgency=low be shown in the page footer. HTML will also be inserted that should support the rel=license microformat as well as the HTML spec's rel=copyright. - * table plugin: Actually specify the delimiter. + * table plugin: Actually specify the delimiter when parsing CSV. + * table plugin: The previous version broke WikiLinks inside quoted values. + Fix this by linkifying CSV data after parsing it, while DSV data is still + linkified before parsing. - -- Joey Hess <joeyh@debian.org> Sun, 16 Sep 2007 15:07:35 -0400 + -- Joey Hess <joeyh@debian.org> Sun, 16 Sep 2007 15:34:17 -0400 ikiwiki (2.7) unstable; urgency=low |