Add methods for creating and getting date specific folders below the Archive for

holding stories.  With tests.
Code for the approval workflow for stories.
This commit is contained in:
Colin Kuskie 2009-03-02 16:49:26 +00:00
parent b1add0ebdf
commit 716ef998a7
3 changed files with 145 additions and 28 deletions

View file

@ -105,6 +105,18 @@ our $I18N = {
lastUpdated => 0
},
'approval workflow' => {
message => q|Story Approval Workflow|,
context => q|Label in the edit screen and template.|,
lastUpdated => 0,
},
'approval workflow help' => {
message => q|Choose a workflow to be executed on each Story as it gets submitted.|,
context => q|Hoverhelp in the edit screen and template.|,
lastUpdated => 0,
},
};
1;