X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/2f3a279f68dcf8c1566d82419fc7257e162ee345..b4471d44184a03180ad19a98673d52752ce73b46:/doc/todo/attachments.mdwn diff --git a/doc/todo/attachments.mdwn b/doc/todo/attachments.mdwn index d1d275291..600c6cf7b 100644 --- a/doc/todo/attachments.mdwn +++ b/doc/todo/attachments.mdwn @@ -7,3 +7,16 @@ nice to add: position in the page edit form, without actually reposting the form. (Falling back to the current reposting of the form if javascript is not available of course.) +* An option to not `rcs_add` new attachments, but just write them to the + srcdir. This would allow the admin to review them, and manually + add/delete them before they bloat history. + +> I'd be inclined to implement that one by writing them to a nominated +> underlay, I think, rather than having them in the srcdir but not in +> the VCS. My [[plugins/contrib/album]] plugin could benefit from this +> functionality, although in that case the photos should probably just +> stay in the underlay forever (I already use an underlay on my own +> websites for photos and software releases, which are too big to want +> them in the VCS permanently.) --[[smcv]] + +[[!tag wishlist]]