avoid storing transient state in pagestate
authorJoey Hess <joey@gnu.kitenet.net>
Sun, 21 Dec 2008 01:55:38 +0000 (20:55 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Sun, 21 Dec 2008 01:55:38 +0000 (20:55 -0500)
commitc53a3a1d3e028e4f27acb661cc19341a13801c2b
tree451a69c476a4b2c9889762574e7689f60eadc868
parent155ebc3dbdcb265d5afa61fd46b20bf2fd9387fb
avoid storing transient state in pagestate

None of the comment state needs to be stored through the a later run of
ikiwiki, so move it all from pagestate to a more transient storage.

This is assuming that we'll never want to add pagespecs to search against
the comment state. Pagespecs like author() are why the meta plugin does
store its meta data in pagestate -- the data can be needed later to match
against.
IkiWiki/Plugin/comments.pm