diff options
author | Joey Hess <joey@kitenet.net> | 2012-04-08 15:58:06 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-04-08 15:58:06 -0400 |
commit | 358a95d7addfb5bf50799b51b1175b3831ab4e7c (patch) | |
tree | 96617732e2687704aa6a36691676a12f74bd1eb7 | |
parent | a434e3ed8d40a69de09f5fa94e5ddd495c34d8b6 (diff) | |
download | ikiwiki-358a95d7addfb5bf50799b51b1175b3831ab4e7c.tar ikiwiki-358a95d7addfb5bf50799b51b1175b3831ab4e7c.tar.gz |
remove: Support removing of pages in the transient underlay. (smcv)
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | doc/bugs/removal_of_transient_pages.mdwn | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 7d92ad151..97f5500f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ ikiwiki (3.20120204) UNRELEASED; urgency=low confusing signin form, and go right to the httpauthurl. * rename: Allow rename to be started not from the edit page; return to the renamed page in this case. + * remove: Support removing of pages in the transient underlay. (smcv) -- Joey Hess <joeyh@debian.org> Wed, 21 Mar 2012 14:33:14 -0400 diff --git a/doc/bugs/removal_of_transient_pages.mdwn b/doc/bugs/removal_of_transient_pages.mdwn index 8048ad9cc..dfa14d359 100644 --- a/doc/bugs/removal_of_transient_pages.mdwn +++ b/doc/bugs/removal_of_transient_pages.mdwn @@ -53,3 +53,9 @@ although that would be either an incompatible change to internal API inconsistent between the one-and two-argument forms. Thoughts? --[[smcv]] + +> I've applied the branch as-is, so this bug is [[done]]. +> `prune` is not an exported API so changing it would be ok.. +> I think required 2-argument would be better, but have not checked +> all the call sites to see if the `$file` is available split out +> as that would need. --[[Joey]] |