Recent Changes - Search:

Cookbook

PmWiki

pmwiki.org

AttachDelete

Summary: An enhancement to the current upload feature to allow the deletion of uploaded files.
Version: 0.05 24 Nov 2006
Prerequisites: Requires PmWiki version: 2.0; last tested on PmWiki version: 2.1 beta 12;
Status:
Maintainer:
Categories: Functions Uploads

Questions answered by this recipe

An enhancement to the current upload feature to allow the deletion of uploaded files.

This cookbook entry creates a new markup (:newattachlist:) which includes a delete link for each file listed. The user needs to have upload permission to see the link and the associated action delattach requires upload permission as well.

If you want to replace the standard list PmWiki uses for the upload action you have to edit the page Site.UploadQuickReference and replace (:attachlist:) with (:newattachlist:).

This is my first PmWiki extension and I am still learning how to properly write those enhancements. Feedback is highly encouraged so I can learn.

I don't want to forget to mention that the base code for this script was taken from the standard upload.php script. Maybe down the road this could be integrated with the core upload.php script.

Notes

Copy the attachdel.php to your cookbook folder. Add the line include_once('cookbook/attachdel.php'); to your local/config.php file

Releases

DateVersionNotes
14 Dec 20050.01Initial release, still testing
14 Dec 20050.02* Changed delete actions from a get URL to a post form
* Multiple Files can be deleted at once
* File names go through a very basic validation filter
17 Jan 20060.03Fixed a bug that occured when no files were selected when pressing delete. Thanks Peter for reporting this
23 Jan 20060.04ΔWas too quick to fix the previous problem and introduced more problems. All tested now and working properly.
24 Nov 20060.05Show upload input field after deleting an attachment (they were missing in older versions)
01 Aug 20080.06Fixed bug for filenames containing quotes + cosmetic changes
26 Feb 20090.07Added variable $IsAttachDeleteRecipeLoaded to allow

                 (:if enabled IsAttachDeleteRecipeLoaded:)
                 (:newattachlist:)
                 (:else:)
                 (:attachlist:)
                 (:ifend:)

                 in Site.UploadQuickReference 

Comments

Hi Dan, it's a nice cookbook, thanks! In the wiki philosophy there is a "mantra" that you can not delete anything, this is of course infeasible by deleting files, ;-) but could you make it a little bit less dangerous. It would be fine, if there were at least a promt "would you really delete this files" next pressing the button "delete checked files".

cg 2006-03-29


After talking to Dan I added a patch which prevent upload input fields from disappearing ater deleting an attachment and I increased the version number to 0.05 :-)

-- Jann November 24, 2006, at 09:11 AM

-- Ulli? January 11, 2007

Is it possible to chnage the delete to move the file to a spezial folder with an timestamp, so may it can be restored....?

I think this is important. The deletepage? recipe leaves the file, but appends it. This wouldn't work here because it will show all files in the directory. However, if [=(:newattachlist:)=) hid all files with an extension of .deleted, then there would be no problem!

Verion 0.07 in my installation lead to downloads not opening on the client side as desired. Instead, the various applications seem to consider them binary files not conforming with the expected file type's structure. I've been forced to disable the recipe now ... but of course I'd like to keep it! Your suggestions for a fix would be appreciated ... Thanks in advance! --Henning February 27, 2009, at 09:36 AM

See Also

Contributors

Dan Weber

Edit - History - Print - Recent Changes - Search
Page last modified on February 27, 2009, at 09:36 AM