]> sipb.mit.edu Git - ikiwiki.git/commitdiff
remove: Support removing of pages in the transient underlay. (smcv)
authorJoey Hess <joey@kitenet.net>
Sun, 8 Apr 2012 19:58:06 +0000 (15:58 -0400)
committerJoey Hess <joey@kitenet.net>
Sun, 8 Apr 2012 19:58:06 +0000 (15:58 -0400)
debian/changelog
doc/bugs/removal_of_transient_pages.mdwn

index 7d92ad151dbf148b436c001f310eb84976e4a1fe..97f5500f8b68a5bce8dc4d502c9fe223b8268088 100644 (file)
@@ -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
 
index 8048ad9cce9accf7fddfdb14e30ce3385dc06a18..dfa14d359a831eef1749927055628dcd177e8ffb 100644 (file)
@@ -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]]