aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/removal_of_transient_pages.mdwn
diff options
context:
space:
mode:
authorhttp://smcv.pseudorandom.co.uk/ <smcv@web>2012-04-09 08:04:10 -0400
committeradmin <admin@branchable.com>2012-04-09 08:04:10 -0400
commita84b8faf741739f853c0cf4c1258f10e027dcbea (patch)
tree26616dd3df6c5d401cab1f369801e8067bb16a3d /doc/bugs/removal_of_transient_pages.mdwn
parent6429c991f6a23a0fc31b9a5281d034964f15e452 (diff)
downloadikiwiki-a84b8faf741739f853c0cf4c1258f10e027dcbea.tar
ikiwiki-a84b8faf741739f853c0cf4c1258f10e027dcbea.tar.gz
Diffstat (limited to 'doc/bugs/removal_of_transient_pages.mdwn')
-rw-r--r--doc/bugs/removal_of_transient_pages.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/removal_of_transient_pages.mdwn b/doc/bugs/removal_of_transient_pages.mdwn
index dfa14d359..4843b5900 100644
--- a/doc/bugs/removal_of_transient_pages.mdwn
+++ b/doc/bugs/removal_of_transient_pages.mdwn
@@ -59,3 +59,15 @@ inconsistent between the one-and two-argument forms. Thoughts?
> 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]]
+
+[[!template id=gitbranch branch=smcv/ready/prune author="[[Simon McVittie|smcv]]"]]
+
+>> Try this, then? I had to make some changes to `attachment`
+>> to make the split versions available. I suggest reviewing
+>> patch-by-patch.
+>>
+>> I also tried to fix a related bug which I found while testing it:
+>> the special case for renaming held attachments didn't seem to work.
+>> (`smcv/wip/rename-held`.) Unfortunately, it seems that with that
+>> change, the held attachment is committed to the `srcdir` when you
+>> rename it, which doesn't seem to be the intention either? --[[smcv]]