diff --git a/lib/WebGUI/Help/Workflow_Activity_CleanTempStorage.pm b/lib/WebGUI/Help/Workflow_Activity_CleanTempStorage.pm index cf5e6aa26..fdbe01415 100644 --- a/lib/WebGUI/Help/Workflow_Activity_CleanTempStorage.pm +++ b/lib/WebGUI/Help/Workflow_Activity_CleanTempStorage.pm @@ -1,7 +1,7 @@ package WebGUI::Help::Workflow_Activity_CleanTempStorage; our $HELP = { - 'clean file cache' => { + 'clean temp storage' => { title => 'topicName', body => 'clean temp storage body', isa => [ diff --git a/lib/WebGUI/Help/Workflow_Activity_CommitVersionTag.pm b/lib/WebGUI/Help/Workflow_Activity_CommitVersionTag.pm index a783ef9b0..f874b4fc7 100644 --- a/lib/WebGUI/Help/Workflow_Activity_CommitVersionTag.pm +++ b/lib/WebGUI/Help/Workflow_Activity_CommitVersionTag.pm @@ -1,7 +1,7 @@ package WebGUI::Help::Workflow_Activity_CommitVersionTag; our $HELP = { - 'clean login history' => { + 'commit version tag' => { title => 'topicName', body => 'commit version tag body', isa => [ diff --git a/lib/WebGUI/Help/Workflow_Activity_CreateCronJob.pm b/lib/WebGUI/Help/Workflow_Activity_CreateCronJob.pm new file mode 100644 index 000000000..13db53f4b --- /dev/null +++ b/lib/WebGUI/Help/Workflow_Activity_CreateCronJob.pm @@ -0,0 +1,68 @@ +package WebGUI::Help::Workflow_Activity_CreateCronJob; + +our $HELP = { + 'create cron job' => { + title => 'topicName', + body => 'create cron job body', + isa => [ + { + namespace => "Workflow_Activity", + tag => "add/edit workflow activity" + }, + ], + fields => [ + { + title => 'is enabled', + description => 'is enabled help', + namespace => 'Workflow_Cron', + }, + { + title => 'run once', + description => 'run once help', + namespace => 'Workflow_Cron', + }, + { + title => 'workflow', + description => 'workflow help', + namespace => 'Workflow_Cron', + }, + { + title => 'priority', + description => 'priority help', + namespace => 'Workflow_Cron', + }, + { + title => 'minute of hour', + description => 'minute of hour help', + namespace => 'Workflow_Cron', + }, + { + title => 'hour of day', + description => 'hour of day help', + namespace => 'Workflow_Cron', + }, + { + title => 'day of month', + description => 'day of month help', + namespace => 'Workflow_Cron', + }, + { + title => 'month of year', + description => 'month of year help', + namespace => 'Workflow_Cron', + }, + { + title => 'day of week', + description => 'day of week help', + namespace => 'Workflow_Cron', + }, + ], + variables => [ + ], + related => [ + ], + }, + +}; + +1; ##All perl modules must return true diff --git a/lib/WebGUI/Help/Workflow_Activity_DecayKarma.pm b/lib/WebGUI/Help/Workflow_Activity_DecayKarma.pm new file mode 100644 index 000000000..6be5faed9 --- /dev/null +++ b/lib/WebGUI/Help/Workflow_Activity_DecayKarma.pm @@ -0,0 +1,33 @@ +package WebGUI::Help::Workflow_Activity_DecayKarma; + +our $HELP = { + 'decay karma' => { + title => 'topicName', + body => 'decay karma body', + isa => [ + { + namespace => "Workflow_Activity", + tag => "add/edit workflow activity" + }, + ], + fields => [ + { + title => 'minimum karma', + description => 'minimum karma help', + namespace => 'Workflow_Activity_DecayKarma', + }, + { + title => 'decay factor', + description => 'decay factor help', + namespace => 'Workflow_Activity_DecayKarma', + }, + ], + variables => [ + ], + related => [ + ], + }, + +}; + +1; ##All perl modules must return true diff --git a/lib/WebGUI/Help/Workflow_Activity_DeleteExpiredSessions.pm b/lib/WebGUI/Help/Workflow_Activity_DeleteExpiredSessions.pm new file mode 100644 index 000000000..22e09a936 --- /dev/null +++ b/lib/WebGUI/Help/Workflow_Activity_DeleteExpiredSessions.pm @@ -0,0 +1,23 @@ +package WebGUI::Help::Workflow_Activity_DeleteExpiredSessions; + +our $HELP = { + 'delete expired sessions' => { + title => 'topicName', + body => 'delete expired sessions body', + isa => [ + { + namespace => "Workflow_Activity", + tag => "add/edit workflow activity" + }, + ], + fields => [ + ], + variables => [ + ], + related => [ + ], + }, + +}; + +1; ##All perl modules must return true diff --git a/lib/WebGUI/Help/Workflow_Activity_ExpireGroupings.pm b/lib/WebGUI/Help/Workflow_Activity_ExpireGroupings.pm new file mode 100644 index 000000000..4c187c2a8 --- /dev/null +++ b/lib/WebGUI/Help/Workflow_Activity_ExpireGroupings.pm @@ -0,0 +1,23 @@ +package WebGUI::Help::Workflow_Activity_ExpireGroupings; + +our $HELP = { + 'expire groupings' => { + title => 'topicName', + body => 'expire groupings body', + isa => [ + { + namespace => "Workflow_Activity", + tag => "add/edit workflow activity" + }, + ], + fields => [ + ], + variables => [ + ], + related => [ + ], + }, + +}; + +1; ##All perl modules must return true diff --git a/lib/WebGUI/Help/Workflow_Activity_ExpireSubscriptionCodes.pm b/lib/WebGUI/Help/Workflow_Activity_ExpireSubscriptionCodes.pm new file mode 100644 index 000000000..072bc487e --- /dev/null +++ b/lib/WebGUI/Help/Workflow_Activity_ExpireSubscriptionCodes.pm @@ -0,0 +1,23 @@ +package WebGUI::Help::Workflow_Activity_ExpireSubscriptionCodes; + +our $HELP = { + 'expire subscription codes' => { + title => 'topicName', + body => 'expire subscription codes body', + isa => [ + { + namespace => "Workflow_Activity", + tag => "add/edit workflow activity" + }, + ], + fields => [ + ], + variables => [ + ], + related => [ + ], + }, + +}; + +1; ##All perl modules must return true diff --git a/lib/WebGUI/i18n/English/Workflow_Activity_CreateCronJob.pm b/lib/WebGUI/i18n/English/Workflow_Activity_CreateCronJob.pm new file mode 100644 index 000000000..74b10956a --- /dev/null +++ b/lib/WebGUI/i18n/English/Workflow_Activity_CreateCronJob.pm @@ -0,0 +1,18 @@ +package WebGUI::i18n::English::Workflow_Activity_CreateCronJob; + +our $I18N = { + + 'topicName' => { + message => q|Create Cron Job|, + context => q|The name of this workflow activity.|, + lastUpdated => 0, + }, + + 'create cron job body' => { + message => q|
This workflow activity is used to run other Workflows on specified times and days or regular intervals.
|, + lastUpdated => 0, + }, + +}; + +1; diff --git a/lib/WebGUI/i18n/English/Workflow_Activity_DecayKarma.pm b/lib/WebGUI/i18n/English/Workflow_Activity_DecayKarma.pm index 80daa07a1..8cfbe50b6 100644 --- a/lib/WebGUI/i18n/English/Workflow_Activity_DecayKarma.pm +++ b/lib/WebGUI/i18n/English/Workflow_Activity_DecayKarma.pm @@ -31,6 +31,11 @@ our $I18N = { lastUpdated => 0, }, + 'decay karma body' => { + message => q|This workflow activity will cause karma to increase or decrease by a set amount, not by a percentage, if it is above a minimum value specified by the user. To alter the karma of all users, simple set the karma to a large, negative value.
|, + lastUpdated => 0, + }, + }; 1; diff --git a/lib/WebGUI/i18n/English/Workflow_Activity_DeleteExpiredSessions.pm b/lib/WebGUI/i18n/English/Workflow_Activity_DeleteExpiredSessions.pm index 7d20d5ca6..592e432ec 100644 --- a/lib/WebGUI/i18n/English/Workflow_Activity_DeleteExpiredSessions.pm +++ b/lib/WebGUI/i18n/English/Workflow_Activity_DeleteExpiredSessions.pm @@ -7,6 +7,11 @@ our $I18N = { lastUpdated => 0, }, + 'delete expired sessions body' => { + message => q|This workflows cleans up and deletes any expired sessions.
|, + lastUpdated => 0, + }, + }; 1; diff --git a/lib/WebGUI/i18n/English/Workflow_Activity_ExpireGroupings.pm b/lib/WebGUI/i18n/English/Workflow_Activity_ExpireGroupings.pm new file mode 100644 index 000000000..4a315febd --- /dev/null +++ b/lib/WebGUI/i18n/English/Workflow_Activity_ExpireGroupings.pm @@ -0,0 +1,19 @@ +package WebGUI::i18n::English::Workflow_Activity_ExpireGroupings; + +our $I18N = { + 'topicName' => { + message => q|Expire Groupings|, + context => q|The name of this workflow activity.|, + lastUpdated => 0, + }, + + 'expire groupings body' => { + message => q|This workflow activity will go through all Groups and handle changes in group membership. If expiration notification has been setup for the group, users will be notified at the appropriate time before their membership expires. After the delete offset has passed from their expiration date, the user is deleted from the group.
++|, + lastUpdated => 0, + }, + +}; + +1; diff --git a/lib/WebGUI/i18n/English/Workflow_Activity_ExpireSubscriptionCodes.pm b/lib/WebGUI/i18n/English/Workflow_Activity_ExpireSubscriptionCodes.pm new file mode 100644 index 000000000..b581a341b --- /dev/null +++ b/lib/WebGUI/i18n/English/Workflow_Activity_ExpireSubscriptionCodes.pm @@ -0,0 +1,19 @@ +package WebGUI::i18n::English::Workflow_Activity_ExpireSubscriptionCodes; + +our $I18N = { + 'topicName' => { + message => q|Expire Subscription Codes|, + context => q|The name of this workflow activity.|, + lastUpdated => 0, + }, + + 'expire subscription codes body' => { + message => q|
This workflow activity will go through all subscription codes and expire any subscription code whose status is unused after the expiration date for the subscription code has passed. The expiration date is calculated from the date it was created and interval it was set to expire.
++|, + lastUpdated => 0, + }, + +}; + +1;