add missing docs for new workflow activities
This commit is contained in:
parent
ca21c7d5da
commit
44ec1454a2
4 changed files with 71 additions and 0 deletions
23
lib/WebGUI/Help/Workflow_Activity_CalendarUpdateFeeds.pm
Normal file
23
lib/WebGUI/Help/Workflow_Activity_CalendarUpdateFeeds.pm
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
package WebGUI::Help::Workflow_Activity_CalendarUpdateFeeds;
|
||||
|
||||
our $HELP = {
|
||||
'calendar update feeds' => {
|
||||
title => 'activityName',
|
||||
body => 'calendar update feeds body',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Workflow_Activity",
|
||||
tag => "add/edit workflow activity"
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
],
|
||||
variables => [
|
||||
],
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1; ##All perl modules must return true
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
package WebGUI::Help::Workflow_Activity_ExpireUnvalidatedEmailUsers;
|
||||
|
||||
our $HELP = {
|
||||
'expire unvalidated email users' => {
|
||||
title => 'activityName',
|
||||
body => 'expire unvalidated email users body',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Workflow_Activity",
|
||||
tag => "add/edit workflow activity"
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
],
|
||||
variables => [
|
||||
],
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1; ##All perl modules must return true
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
package WebGUI::i18n::English::Workflow_Activity_CalendarUpdateFeeds;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
'activityName' => {
|
||||
message => q|Update Calendar iCal Feeds|,
|
||||
context => q|The name of this workflow activity.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'calendar update feeds body' => {
|
||||
message => q|<p>This workflow activity fetches all iCal feeds for Calendars.</p>|,
|
||||
lastUpdated => 1165865159,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
@ -16,6 +16,13 @@ our $I18N = {
|
|||
message => q|Expiry Time|,
|
||||
lastUpdated => 1165406607,
|
||||
},
|
||||
|
||||
'expire unvalidated email users' => {
|
||||
message => q|<p>This workflow activity will go through all users who requested new accounts but who never validated their email addresses and expire their accounts. The expiration date is configurable.</p>
|
||||
<p>
|
||||
|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue