From: joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> Date: Wed, 21 Feb 2007 00:09:22 +0000 (+0000) Subject: remove this, it's covered by fileupload X-Git-Tag: 1.44~65 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/45c62f7d64152865f9559c8b01d950e6344d7d3f?ds=inline remove this, it's covered by fileupload --- diff --git a/doc/todo/optional_ability_to_edit_non-wiki_files_through_web_interface.mdwn b/doc/todo/optional_ability_to_edit_non-wiki_files_through_web_interface.mdwn deleted file mode 100644 index a19f596ef..000000000 --- a/doc/todo/optional_ability_to_edit_non-wiki_files_through_web_interface.mdwn +++ /dev/null @@ -1,18 +0,0 @@ -I actually appreciate the feature you added which prohibits editing arbitrary -files in the repository through the web interface, just by editing the URL. :) -However, for some ikiwikis I manage, I trust all the users with accounts, and -I'd thus like to grant them access to edit certain non-wiki files, such as the -CSS. Given the new framework for access control plugins, how about a plugin -to set the policy for editing non-wiki files? Configured correctly, this -could even allow policies like "you have to have an account to edit non-wiki -files". - ---[[JoshTriplett]] - -I'd prefer to handle this with a file upload feature, since the security -issues it will need to deal with are the same, and the set of non-wiki -files that can be edited in a text editor is a lot smaller than the set of -files a user might want to upload. --[[Joey]] - -> Fair enough; file upload would solve this problem for me, and I need it -> for other reasons as well. --[[JoshTriplett]] \ No newline at end of file