'''Short description''' Sometimes its wanted to get notified if an attachment is uploaded, moved or deleted on a page. This patch is based on 1.5.8 changeset: 852:ca98a59c5902 [[attachment:AttachFile_notify_patch-1.5.8.txt]] Within wikiconfig.py it is configurable by setting mail_attachment_changes = True. {{{ mail_attachment_changes = True }}} This feature is in 1.7 slightly different implemented. /!\ The mail enabled check seems duplicate at some place(s). right, only the do_notify method needs it. = patch for 1.6 = * the config var is removed * notification for delete too {{attachment:AttachFile_notify_patch-1.6.txt}} ## Tell your story here. ## What is the problem you are trying to solve? ## Is this features useful to most users or just to specific users? ---- CategoryFeaturePatched CategoryFeatureImplemented