aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/attachments.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-06 17:36:26 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-06 17:36:26 -0400
commit2f3a279f68dcf8c1566d82419fc7257e162ee345 (patch)
tree6d906880657a3f68fb2c19cc5db8fb4b0bca50a9 /doc/todo/attachments.mdwn
parent788c1e9eca84093b01d312e4d9f8e736ecc61ea9 (diff)
downloadikiwiki-2f3a279f68dcf8c1566d82419fc7257e162ee345.tar
ikiwiki-2f3a279f68dcf8c1566d82419fc7257e162ee345.tar.gz
add virus checking to attachments plugin
Diffstat (limited to 'doc/todo/attachments.mdwn')
-rw-r--r--doc/todo/attachments.mdwn6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/todo/attachments.mdwn b/doc/todo/attachments.mdwn
index 8c5c28615..d1d275291 100644
--- a/doc/todo/attachments.mdwn
+++ b/doc/todo/attachments.mdwn
@@ -1,15 +1,9 @@
Stuff the [[plugins/attachment]] plugin is currently missing, that might be
nice to add:
-* Virus scanning.
* Add a progress bar for attachment uploads (needs AJAX stuff..)
* Maybe optimise the "Insert Links" button with javascript, so, if
javascript is available, the link is inserted at the current cursor
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.)
-* Set `$CGI::POST_MAX` to some sane value (ie, larger than the largest
- configured `maxsize()` in the pagespec, or if none is configured,
- something reasonable. Just as a belt-and-suspenders DOS prevention.
-* Only allow attachments to be added to a given list of pages.
- Maybe a pagespec like `parent(patches/*)`