pruning Workflow and VersionTag help
This commit is contained in:
parent
9c43c79a3a
commit
74498f4490
4 changed files with 3 additions and 309 deletions
|
|
@ -1,132 +0,0 @@
|
|||
package WebGUI::Help::VersionTag;
|
||||
|
||||
our $HELP = {
|
||||
'versions manage' => {
|
||||
title => 'manage version tags',
|
||||
body => 'manage version tags body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'commit version tag',
|
||||
namespace => 'VersionTag'
|
||||
},
|
||||
{
|
||||
tag => 'manage pending versions',
|
||||
namespace => 'VersionTag'
|
||||
},
|
||||
{
|
||||
tag => 'manage committed versions',
|
||||
namespace => 'VersionTag'
|
||||
},
|
||||
{
|
||||
tag => 'edit version tag',
|
||||
namespace => 'VersionTag'
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'manage pending versions' => {
|
||||
title => 'manage pending versions',
|
||||
body => 'manage pending versions body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'versions manage',
|
||||
namespace => 'VersionTag'
|
||||
},
|
||||
{
|
||||
tag => 'manage committed versions',
|
||||
namespace => 'VersionTag'
|
||||
},
|
||||
{
|
||||
tag => 'edit version tag',
|
||||
namespace => 'VersionTag'
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'commit version tag' => {
|
||||
title => 'commit version tag',
|
||||
body => 'commit version tag body',
|
||||
fields => [
|
||||
{
|
||||
title => 'version tag name',
|
||||
description => 'version tag name description commit',
|
||||
namespace => 'VersionTag',
|
||||
},
|
||||
{
|
||||
title => 'comments',
|
||||
description => 'comments description commit',
|
||||
namespace => 'VersionTag',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'versions manage',
|
||||
namespace => 'VersionTag'
|
||||
},
|
||||
{
|
||||
tag => 'manage committed versions',
|
||||
namespace => 'VersionTag'
|
||||
},
|
||||
{
|
||||
tag => 'edit version tag',
|
||||
namespace => 'VersionTag'
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'manage committed versions' => {
|
||||
title => 'manage committed versions',
|
||||
body => 'manage committed versions body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'versions manage',
|
||||
namespace => 'VersionTag'
|
||||
},
|
||||
{
|
||||
tag => 'manage committed versions',
|
||||
namespace => 'VersionTag'
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'edit version tag' => {
|
||||
title => 'edit version tag',
|
||||
body => 'edit version tag body',
|
||||
fields => [
|
||||
{
|
||||
title => 'version tag name',
|
||||
description => 'version tag name description',
|
||||
namespace => 'VersionTag',
|
||||
},
|
||||
{
|
||||
title => 'workflow',
|
||||
description => 'workflow help',
|
||||
namespace => 'VersionTag',
|
||||
},
|
||||
{
|
||||
title => 'group to use',
|
||||
description => 'group to use help',
|
||||
namespace => 'VersionTag',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'versions manage',
|
||||
namespace => 'VersionTag'
|
||||
},
|
||||
{
|
||||
tag => 'manage committed versions',
|
||||
namespace => 'VersionTag'
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1; ##All perl modules must return true
|
||||
|
|
@ -1,96 +0,0 @@
|
|||
package WebGUI::Help::Workflow;
|
||||
|
||||
our $HELP = {
|
||||
'manage workflows' => {
|
||||
title => 'manage workflows',
|
||||
body => 'manage workflow help body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'show running workflows',
|
||||
namespace => 'Workflow'
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'show running workflows' => {
|
||||
title => 'show running workflows',
|
||||
body => 'show running workflows body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'manage workflows',
|
||||
namespace => 'Workflow'
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'add a new workflow' => {
|
||||
title => 'add a new workflow',
|
||||
body => 'add a new workflow body',
|
||||
fields => [
|
||||
{
|
||||
title => 'object type',
|
||||
description => 'object type help',
|
||||
namespace => 'Workflow',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'manage workflows',
|
||||
namespace => 'Workflow'
|
||||
},
|
||||
{
|
||||
tag => 'edit workflow',
|
||||
namespace => 'Workflow'
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'edit workflow' => {
|
||||
title => 'edit workflow',
|
||||
body => 'edit workflow body',
|
||||
fields => [
|
||||
{
|
||||
title => 'object type',
|
||||
description => 'object type help2',
|
||||
namespace => 'Workflow',
|
||||
},
|
||||
{
|
||||
title => 'title',
|
||||
description => 'title help',
|
||||
namespace => 'Workflow',
|
||||
},
|
||||
{
|
||||
title => 'description',
|
||||
description => 'description help',
|
||||
namespace => 'Workflow',
|
||||
},
|
||||
{
|
||||
title => 'is enabled',
|
||||
description => 'is enabled help',
|
||||
namespace => 'Workflow',
|
||||
},
|
||||
{
|
||||
title => 'mode',
|
||||
description => 'mode help',
|
||||
namespace => 'Workflow',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'manage workflows',
|
||||
namespace => 'Workflow'
|
||||
},
|
||||
{
|
||||
tag => 'add a new workflow',
|
||||
namespace => 'Workflow'
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1; ##All perl modules must return true
|
||||
|
|
@ -209,12 +209,6 @@ our $I18N = {
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'commit version tag' => {
|
||||
message => q|Commit Version Tag|,
|
||||
context => q|The name of the workflow activity.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'group to use help' => {
|
||||
message => q|Which group is allowed to use this tag?|,
|
||||
lastUpdated => 0,
|
||||
|
|
@ -327,11 +321,6 @@ our $I18N = {
|
|||
context => q|The prompt for purging a revision from the manage revisios screen.|
|
||||
},
|
||||
|
||||
'manage version tags' => {
|
||||
message => q|Manage Version Tags|,
|
||||
lastUpdated => 1148359381,
|
||||
},
|
||||
|
||||
'workflow' => {
|
||||
message => q|Workflow|,
|
||||
lastUpdated => 1148445024,
|
||||
|
|
@ -342,37 +331,12 @@ our $I18N = {
|
|||
lastUpdated => 1148445024,
|
||||
},
|
||||
|
||||
'manage version tags body' => {
|
||||
message => q|<p>This screen lists all uncommitted version tags in WebGUI, their status and an interface to manage them. If you are currently working under a tag, the name of the tag is prominently displayed for reference.</p>
|
||||
<p>The icons next to each tag allow each tag to be edited, or deleted. The name of the tag is a link to manage work done in the tag. The date the tag was created and the username of the user who created are shown as well. A link is provided so that the tag can be committed</p>
|
||||
<p>Links are also provided to set any other version tag as your new current working version tag. From that point forward, all work will be done under the new tag.</p>|,
|
||||
lastUpdated => 1165518479,
|
||||
},
|
||||
|
||||
'manage pending versions body' => {
|
||||
message => q|<p>This screen presents a list of pending version tags by name. Version tags are pending after they have been committed and before they have been approved and/or processed, or if they are in the process of becoming unlocked to be re-edited. Each name is a link to display the list of revisions in this tag.</p>|,
|
||||
'commit version tag' => {
|
||||
message => q|Commit Version Tag|,
|
||||
context => q|The name of the workflow activity.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'manage committed versions body' => {
|
||||
message => q|<p>This screen lists all committed version tags in WebGUI, information about the tags and an interface to manage them.</p>
|
||||
<p>The name of the tag is a link to display what work was performed in the tag. The date the tag was committed and the username of the user who committed the tag are shown as well. A link is provided so that the tag can be rolled back.</p>
|
||||
|,
|
||||
lastUpdated => 1148359381,
|
||||
},
|
||||
|
||||
'commit version tag body' => {
|
||||
message => q|<p>Committing the version tag will make its content the current version of content that is used and displayed on your website.</p>
|
||||
|,
|
||||
lastUpdated => 1148444236,
|
||||
},
|
||||
|
||||
'edit version tag body' => {
|
||||
message => q|<p>In this screen you will create a new version tag for use on the site, or edit an existing version tag. Members of the Manage Version Tag group will have the additionaly ability to define how the version tag is handled via a workflow and which group is allowed to make edits under the tag.</p>
|
||||
|,
|
||||
lastUpdated => 1148444236,
|
||||
},
|
||||
|
||||
'topicName' => {
|
||||
message => q|Version Control|,
|
||||
lastUpdated => 1148360141,
|
||||
|
|
|
|||
|
|
@ -154,48 +154,6 @@ our $I18N = {
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'manage workflow help body' => {
|
||||
message => q|
|
||||
<p>This is the master screen for managing workflows. All configured workflows are shown in a table by the title of the workflow, along with icons to edit or delete the workflow and the workflow's status, enabled or disabled. Links are provided to add new workflows and to show which, if any, workflows are presently running.</p>
|
||||
<p>The Manage Workflow screen is accessed from the Admin Console.</p>
|
||||
|,
|
||||
lastUpdated => 1151719637,
|
||||
},
|
||||
|
||||
'show running workflows body' => {
|
||||
message => q|
|
||||
<p>This screen can help you debug problems with workflows by showing which workflows are currently running. The workflows are grouped by status, with their names, current and original priorities, current activities (if any), last state, and when the workflow was last run.</p>
|
||||
<p>You can edit the priority of workflows by clicking on the priority links and submitting the form that appears. You can also run a workflow by clicking the "Run" link in the right column of the table, if present.</p>
|
||||
<p>The screen will not automatically update. To update the list of running workflows, reload the page.</p>
|
||||
|,
|
||||
lastUpdated => 1151719633,
|
||||
},
|
||||
|
||||
'add a new workflow body' => {
|
||||
message => q|
|
||||
<p>Adding a workflow is a two-step process:</p>
|
||||
<div>
|
||||
<ol>
|
||||
<li>Select the type of workflow to add in this screen.</li>
|
||||
<li>Edit the workflow and add activities to it in the screen that follows.</li>
|
||||
</ol>
|
||||
</div>
|
||||
<p>Workflow types, and the kinds of activities that can be added to each, are configured in your WebGUI.conf file.</p>
|
||||
|,
|
||||
lastUpdated => 1151719633,
|
||||
},
|
||||
|
||||
'edit workflow body' => {
|
||||
message => q|
|
||||
<p>Now that you have selected which type of workflow you want to add, you will edit the workflow
|
||||
and add activities to it.</p>
|
||||
<p>Below the fields in two columns are the set of activities that are available to be added, and activities, if any, that have already been added to the worflow.</p>
|
||||
<p>To add a new activity to the workflow, click on its name. This will take you to the screen to configure that activity for this workflow.</p>
|
||||
<p>Activities that have already been added and configured are displayed by name in the order they will be executed by Spectre. Icons next to the name of the activity allow it to be reordered, edited, deleted from this workflow.</p>
|
||||
|,
|
||||
lastUpdated => 1151721687,
|
||||
},
|
||||
|
||||
'edit priority success' => {
|
||||
message => q|Workflow priority updated successfully.|,
|
||||
context => q||,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue