View Issue Details

IDProjectCategoryView StatusLast Update
0003662mantisbtbugtrackerpublic2004-07-08 07:30
Reportervboctor Assigned Tovboctor  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Product Version0.18.2 
Fixed in Version0.19.0a1 
Summary0003662: Provide more config vars to control viewing/downloading/deleting bug attachments
Description
  • Add $g_view_attachments_threshold (default VIEWER). Access level needed to view bugs attachments. View means to see the file names sizes, and timestamps of the attachments.
  • Add $g_download_attachments_threshold (default VIEWER). Access level needed to download bug attachments.
  • Add $g_delete_attachments_threshold (default VIEWER). Access level needed to delete bug attachments.
  • Add $g_allow_view_own_attachments (default ON). Allow users to view attachments uploaded by themselves even if their access level is below view_attachments_threshold.
  • Add $g_allow_download_own_attachments (default ON). Allow users to download attachments uploaded by themselves even if their access level is below download_attachments_threshold.
  • Add $g_allow_delete_own_attachments (default OFF). Allow users to delete attachments uploaded by themselves even if their access level is below delete_attachments_threshold.
TagsNo tags attached.

Activities

vboctor

vboctor

2004-03-18 09:28

manager   ~0005230

Implemented in CVS and will be available in the next release.