diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-02 16:38:13 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-02 16:38:13 -0400 |
commit | c987aee47acfcc0df4c1ac2667d9c63133e99d2b (patch) | |
tree | 990aa9bf59bb7b17df797e77ba54f0a902d72acd /doc/todo | |
parent | 33b60e67a79f0929fa47a0d7b01da71c8196218f (diff) | |
parent | aaca4902dd29e7ba7769daedcc2f7ee86d1e058a (diff) |
Merge branch 'tova'
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/attachments.mdwn | 16 | ||||
-rw-r--r-- | doc/todo/attachments_plugin.mdwn | 1 | ||||
-rw-r--r-- | doc/todo/fileupload.mdwn | 2 | ||||
-rw-r--r-- | doc/todo/toggle_initial_state.mdwn | 2 |
4 files changed, 19 insertions, 2 deletions
diff --git a/doc/todo/attachments.mdwn b/doc/todo/attachments.mdwn new file mode 100644 index 000000000..08052f368 --- /dev/null +++ b/doc/todo/attachments.mdwn @@ -0,0 +1,16 @@ +Stuff the [[plugins/attachment]] plugin is currently missing, that might be +nice to add: + +* `mimetype()` pagespecs. (Using a mime type sniffer.) +* 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/*)` diff --git a/doc/todo/attachments_plugin.mdwn b/doc/todo/attachments_plugin.mdwn deleted file mode 100644 index 3b050b43e..000000000 --- a/doc/todo/attachments_plugin.mdwn +++ /dev/null @@ -1 +0,0 @@ -First pass at an attachments plugin. See [[plugins/contrib/attach]] for details/docs. Here's the [diff](http://pastebin.com/f4d889b65), and here's some [technical notes](http://pastebin.com/f584b9d9d). There are still various things I want to fix and tweak, but it works reasonably for me as is.
\ No newline at end of file diff --git a/doc/todo/fileupload.mdwn b/doc/todo/fileupload.mdwn index 1962d6b40..9a9106229 100644 --- a/doc/todo/fileupload.mdwn +++ b/doc/todo/fileupload.mdwn @@ -60,4 +60,4 @@ pagespec lock like the above prevents an edit or upload from happening, ikiwiki could display a reasonable message to the user, indicating what they've done wrong.) -[[tag soc]] +[[tag soc done]] diff --git a/doc/todo/toggle_initial_state.mdwn b/doc/todo/toggle_initial_state.mdwn index f54d33c04..cbbf7e6fd 100644 --- a/doc/todo/toggle_initial_state.mdwn +++ b/doc/todo/toggle_initial_state.mdwn @@ -2,3 +2,5 @@ It would be nice if one could set the initial state of the toggleable area. --[[[rdennis]] [[tag plugins/toggle]] + +[[done]] |