Anonymous | Login | 2024-12-22 00:24 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000242 | ClearOS | app-mail-quarantine - Mail Quarantine | public | 2011-03-01 17:17 | 2013-02-01 15:19 | ||||
Reporter | timb80 | ||||||||
Assigned To | user2 | ||||||||
Priority | normal | Severity | feature | Reproducibility | always | ||||
Status | closed | Resolution | suspended | ||||||
Platform | OS | OS Version | |||||||
Product Version | 5.2-SP1 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0000242: Quarantine does not have a delete all function | ||||||||
Description | Mailzu does not permit users to empty the quarantine, it defaults to only permit users to delete their own mail. Usually as an admin the mail is addressed to many others and not usually themselves. This hack enables the "delete all" button hidden in Mailzu and permits admins to empty it. Forum thread details http://www.clearfoundation.com/component/option,com_kunena/Itemid,232/catid,14/func,view/id,2098/#24179 [^] Users would also request some form of quarantine cron job that empties old mail periodically to save having to log in manually. | ||||||||
Additional Information | /var/webconfig/htdocs/mailzu/templates/quarantine.template.php line 61 Change Code: printActionButtons((! CmnFns::didSearch() && ! ("Site Quarantine" == $_SESSION['sessionNav'])) ); TO printActionButtons(!CmnFns::didSearch()); /var/webconfig/htdocs/mailzu/lib/Quarantine.lib.php line 233 Change Code: $res = $db->get_user_messages($content_type, $emailaddresses, 'msgs.time_num', 'DESC', '', false, 0, 0, true); TO $res = $db->get_user_messages($content_type, $emailaddresses, 'msgs.time_num', 'DESC', '', true, 0, 0, true); | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Issue History | |||
Date Modified | Username | Field | Change |
2011-03-01 17:17 | timb80 | New Issue | |
2011-03-02 15:46 | user2 | Status | new => confirmed |
2013-02-01 15:18 | user2 | Status | confirmed => resolved |
2013-02-01 15:18 | user2 | Resolution | open => suspended |
2013-02-01 15:18 | user2 | Assigned To | => user2 |
2013-02-01 15:19 | user2 | Status | resolved => closed |