- add: Move revisions from one version tag to another

- add: Delete multiple revisions from a version tag at the same time
 - add: Approval activities now have a better parent class and more 
        flexibility (multiple groups to approve, do on approve)
 - fix: weirdness in upgrade file
This commit is contained in:
Doug Bell 2008-05-20 03:10:50 +00:00
parent ca9278190e
commit ab0b1b2200
10 changed files with 640 additions and 198 deletions

View file

@ -338,6 +338,49 @@ our $I18N = {
lastUpdated => 0,
},
'manageRevisionsInTag moveTo new' => {
message => q{-> New Version Tag},
lastUpdated => 0,
context => q{Option to move revisions to a new version tag},
},
'manageRevisionsInTag with selected' => {
message => q{With Selected: },
lastUpdated => 0,
context => q{Lead-in for actions to perform after selecting revisions},
},
'manageRevisionsInTag purge' => {
message => q{Purge},
lastUpdated => 0,
context => q{Label for button to purge revisions},
},
'manageRevisionsInTag move' => {
message => q{Move To:},
lastUpdated => 0,
context => q{Label for button to move revisions},
},
'continue with workflow' => {
message => q{-- Continue with this workflow},
lastUpdated => 0,
context => q{Label to disable branching in workflow},
},
'do on approve' => {
message => q{Do On Approve},
lastUpdated => 0,
context => q{Label for activity property},
},
'do on approve help' => {
message => q{The workflow to perform when the version tag is approved by this activity.},
lastUpdated => 0,
context => q{Help for activity property},
},
'topicName' => {
message => q|Version Control|,
lastUpdated => 1148360141,

View file

@ -250,6 +250,12 @@ our $I18N = {
lastUpdated => 0,
},
'form control none label' => {
message => q{None},
context => q{Default label to select "None" for a workflow},
lastUpdated => 0,
},
'topicName' => {
message => q|Workflow|,
context => q|The title of the workflow interface.|,