removed start/end dates from assets in favor of workflows that can do the same thing only better

This commit is contained in:
JT Smith 2006-03-01 18:02:36 +00:00
parent 8b6198220d
commit 103969816e
25 changed files with 316 additions and 251 deletions

View file

@ -309,20 +309,6 @@ a URL will be made from the parent's URL and the <b>Menu Title</b>.<br />
lastUpdated => 1127426194,
},
'497 description' => {
message => q|<p>The date when users may begin viewing this asset. Before this date only Content Managers with the rights to edit this asset will see it<br />
<i>UI level: 6</i>.
</p>|,
lastUpdated => 1127426192,
},
'498 description' => {
message => q|<p>The date when users will stop viewing this asset. After this date only Content Managers with the rights to edit this asset will see it.<br />
<i>UI level: 6</i>
</p>|,
lastUpdated => 1127426188,
},
'108 description' => {
message => q|The owner of a asset is usually the person who created the asset. This user always has full edit and viewing rights on the asset.<br>
<i>UI level: 6</i>
@ -709,14 +695,6 @@ each asset under the tab &quot;Meta&quot; in the asset properties.</p>
lastUpdated => 1031514049,
message => q|Data Type|
},
'497' => {
lastUpdated => 1031514049,
message => q|Start Date|
},
'498' => {
lastUpdated => 1031514049,
message => q|End Date|
},
'949' => {
lastUpdated => 1052850265,
message => q|Manage clipboard.|

View file

@ -186,11 +186,6 @@ our $I18N = {
lastUpdated => 1109618544,
},
'endDate' => {
message => q|End Date|,
lastUpdated => 1109618544,
},
'exactPhrase' => {
message => q|Exact Phrase|,
lastUpdated => 1109618544,
@ -361,11 +356,6 @@ our $I18N = {
lastUpdated => 1109696029,
},
'start date' => {
message => q|Start Date|,
lastUpdated => 1109696029,
},
'sticky' => {
message => q|Make Sticky|,
lastUpdated => 1109697033,
@ -635,10 +625,6 @@ our $I18N = {
^International("word","Asset_Collaboration"); "^International("edit","Asset_Collaboration");".
<p>
<b>endDate.label</b><br>
^International("phrase","Asset_Collaboration"); "^International("endDate","Asset_Collaboration");".
<p>
<b>exactphrase.label</b><br>
^International("phrase","Asset_Collaboration"); "^International("exactPhrase","Asset_Collaboration");".
<p>
@ -767,10 +753,6 @@ our $I18N = {
^International("phrase","Asset_Collaboration"); "^International("edit submission","Asset_Collaboration");".
<p>
<b>startDate.label</b><br>
^International("phrase","Asset_Collaboration"); "^International("start date","Asset_Collaboration");".
<p>
<b>stick.label</b><br>
^International("phrase","Asset_Collaboration"); "^International("sticky","Asset_Collaboration");".
<p>
@ -1070,11 +1052,6 @@ The URL to edit this Post.
<b>controls</b><br>
A set of editing icons to delete or re-order this Post.
<p>
<b>inDateRange</b><br>
A conditional indicating that the current time is greater than the start date and less than
the end date.
<p>
<b>isSecond</b><br>
A conditional indicating that is true if this Post is the second in this Collaboration Asset.

View file

@ -141,14 +141,6 @@ A form field that will describe how the content of the post is formatted, HTML,
Defaults to mixed.
<p>
<b>startDate.form</b><br>
A form that will set when the post starts to be available.
<p>
<b>endDate.form</b><br>
A form that will set when the post stops being available.
<p>
|,
lastUpdated => 1134670945,
},
@ -365,14 +357,6 @@ The ID of the group with permission to view this Post.
An alias for <b>userId</b>.
<p>
<b>startDate</b><br>
The date when the Post is first available, in epoch format.
<p>
<b>endDate</b><br>
The date when the Post is stops being available, in epoch format.
<p>
<b>assetSize</b><br>
The formatted size of this Post.
<p>

View file

@ -998,11 +998,6 @@ removed from the system after a set period of time. That period of time is set
lastUpdated => 1127337912,
},
'498' => {
message => q|End Date|,
lastUpdated => 1031514049
},
'483' => {
message => q|Yes or No|,
lastUpdated => 1031514049
@ -2543,11 +2538,6 @@ The headings of columns on things like message boards and user contributions.
lastUpdated => 1058092984
},
'497' => {
message => q|Start Date|,
lastUpdated => 1031514049
},
'518' => {
message => q|Inbox Notifications|,
lastUpdated => 1031514049

View file

@ -13,24 +13,6 @@ our $I18N = {
lastUpdated => 0,
},
'none' => {
message => q|None|,
context => q|Workflow doesn't work on objects.|,
lastUpdated => 0,
},
'versiontag' => {
message => q|Version Tag|,
context => q|Workflow can work on version tag objects.|,
lastUpdated => 0,
},
'user' => {
message => q|User|,
context => q|Workflow can work on user objects.|,
lastUpdated => 0,
},
'object type help' => {
message => q|What type of objects do you want this workflow to be able to handle?|,
context => q|the hover help for the object type field|,

View file

@ -0,0 +1,13 @@
package WebGUI::i18n::English::Workflow_Activity_TrashVersionTag;
our $I18N = {
'topicName' => {
message => q|Trash Version Tag|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
};
1;

View file

@ -169,6 +169,12 @@ our $I18N = {
lastUpdated => 0,
},
'create cron job' => {
message => q|Create a Scheduled Event|,
context => q|the title of the CreateCronJob workflow activity|,
lastUpdated => 0,
},
'topicName' => {
message => q|Scheduler|,
context => q|The title of the cron/scheduler interface.|,