- added: Inbox is now pruned after 1 year
- Added about a hundred tests for Collaboration system, Post, and Thread permissions - Cleaned up code tested by the aforementioned tests - Fixed all Test::WWW::Mechanize tests and updated the skeleton. Should be usable now.
This commit is contained in:
parent
ea1dac4064
commit
98992b8920
16 changed files with 742 additions and 120 deletions
|
|
@ -0,0 +1,25 @@
|
|||
package WebGUI::i18n::English::Workflow_Activity_PurgeOldInboxMessages;
|
||||
|
||||
use strict;
|
||||
|
||||
our $I18N = {
|
||||
'activityName' => {
|
||||
message => q{Purge Old Inbox Messages},
|
||||
lastUpdated => 0,
|
||||
context => 'Title of workflow activity',
|
||||
},
|
||||
|
||||
'editForm purgeAfter label' => {
|
||||
message => q{Purge After},
|
||||
lastUpdated => 0,
|
||||
context => 'Label for workflow property',
|
||||
},
|
||||
|
||||
'editForm purgeAfter description' => {
|
||||
message => q{The length of time a message is allowed to remain in the inbox after it has been set to "completed"},
|
||||
lastUpdated => 0,
|
||||
context => 'Description of workflow property',
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue