diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-16 12:42:06 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-16 12:42:06 +0000 |
commit | 08d4a3bd03835bada59d60a26247002db21581d2 (patch) | |
tree | 9924f1c532801101e3eff039fe6a468a95e04678 /doc/todo/preview_changes.mdwn | |
parent | 7cd5e0169712ba560b1d789decb5c56d0dc903ff (diff) | |
download | ikiwiki-08d4a3bd03835bada59d60a26247002db21581d2.tar ikiwiki-08d4a3bd03835bada59d60a26247002db21581d2.tar.gz |
web commit by http://jeremie.koenig.myopenid.com/: one more
Diffstat (limited to 'doc/todo/preview_changes.mdwn')
-rw-r--r-- | doc/todo/preview_changes.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/preview_changes.mdwn b/doc/todo/preview_changes.mdwn index f927c6065..9533b993c 100644 --- a/doc/todo/preview_changes.mdwn +++ b/doc/todo/preview_changes.mdwn @@ -24,6 +24,9 @@ But: * Doing the formbuilder trick for adding a button needs the following patch. (note that this is not the only template which has its submit buttons hardcoded; is this supposed to work around something?) + * Coercing `editpage()` into showing the edit form again rather that + saving the page would be tricky and hackish to do from a module; + maybe this would better be implemented directly in `showpage`? <pre> Index: templates/editpage.tmpl |