diff options
author | Simon McVittie <smcv@debian.org> | 2017-06-20 23:36:21 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2017-06-20 23:47:08 +0100 |
commit | 5a84cd308d817c9e509e5f4baf514a3681f48dc1 (patch) | |
tree | 85f2fafa60b5bedf3c97d6d22257f8365fcc6f35 /debian | |
parent | 18c4559f4ee7ec5adc5be22921ea943dadd3b09f (diff) | |
download | ikiwiki-5a84cd308d817c9e509e5f4baf514a3681f48dc1.tar ikiwiki-5a84cd308d817c9e509e5f4baf514a3681f48dc1.tar.gz |
osm: Convert savestate hook into a changes hook
savestate is not the right place to write wiki content, and in particular
this breaks websetup if osm's dependencies are not installed, even if
the osm plugin is not actually enabled. (Closes: #719913)
This is not a full solution: it should be possible to render the PoI files
for only the maps that changed, from the format, changes or rendered
hook. However, getting that right would require more understanding of
this plugin, and this version is enough to not break websetup. This
version is the closest correct hook to the one where this previously
took place.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 455e5981f..437890a7b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,10 @@ ikiwiki (3.20170112) UNRELEASED; urgency=medium default when using the default Discount implementation. A new mdwn_alpha_list option can be used to restore the old interpretation. + * osm: Convert savestate hook into a changes hook. savestate is not + the right place to write wiki content, and in particular this + breaks websetup if osm's dependencies are not installed, even + if the osm plugin is not actually enabled. (Closes: #719913) -- Simon McVittie <smcv@debian.org> Sun, 14 May 2017 15:34:52 +0100 |