diff options
author | http://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web> | 2009-07-26 07:23:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-07-26 07:23:05 -0400 |
commit | a1d31e6db2141a6d2fe176f8d44c6de278fe9704 (patch) | |
tree | 000d1c3d68ca9b51385595acc80eb2c09d35ef70 | |
parent | a722a855074193cb7f98b4110e9fb4a65bf60fdd (diff) |
plugins/contrib/album will also want attachment uploads into an underlay
-rw-r--r-- | doc/todo/attachments.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/todo/attachments.mdwn b/doc/todo/attachments.mdwn index 56b2249ea..600c6cf7b 100644 --- a/doc/todo/attachments.mdwn +++ b/doc/todo/attachments.mdwn @@ -11,4 +11,12 @@ nice to add: 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]] |