From 1a3900d494056fe5bd1cfa9ce3dba3965233ffaa Mon Sep 17 00:00:00 2001 From: Ed Van Duinen Date: Tue, 13 May 2003 15:58:24 +0000 Subject: [PATCH] RFE 654257 - user-separated clipboards and trash --- docs/upgrades/upgrade_5.2.6-5.3.0.sql | 55 ++++++++++++++++++++++++++- 1 file changed, 54 insertions(+), 1 deletion(-) diff --git a/docs/upgrades/upgrade_5.2.6-5.3.0.sql b/docs/upgrades/upgrade_5.2.6-5.3.0.sql index 9a2900582..220e53453 100644 --- a/docs/upgrades/upgrade_5.2.6-5.3.0.sql +++ b/docs/upgrades/upgrade_5.2.6-5.3.0.sql @@ -460,5 +460,58 @@ INSERT INTO template VALUES (3,'Default Acknowlegement','The clipboard contents may be managed individually. You may delete or paste an item by selecting the approriate icon. You may also empty the entire contents of the clipboard to the trash by choosing the Empty clipboard menu option.\r\n

Title
The name of the item in the clipboard. You may view the item by selecting the title.\r\n

Type
The type of content object. For instance, a Page, Article, EventsCalendar, etc.\r\n

Clipboard Date
The date and time the item was added to the clipboard\r\n

Previous Location
The location where the item was previously found. You may view the previous location by selecting the location.

Username
The username of the individual who placed the item in the clipboard. This is an optional field is only visible in shared clipboard environments or when an administrator is managing the system clipboard.', 1050170767); +delete from international where languageId=1 and namespace='WebGUI' and internationalId=959; +insert into international (internationalId,languageId,namespace,message,lastUpdated) values (959,1,'WebGUI','Empty system clipboard.', 1050170767); +delete from help where helpId=65 and namespace='WebGUI'; +INSERT INTO help VALUES (65,'WebGUI',957,958,'66,WebGUI;'); +delete from international where languageId=1 and namespace='WebGUI' and internationalId=960; +insert into international (internationalId,languageId,namespace,message,lastUpdated) values (960,1,'WebGUI','Trash, Manage', 1050170767); +delete from international where languageId=1 and namespace='WebGUI' and internationalId=961; +insert into international (internationalId,languageId,namespace,message,lastUpdated) values (961,1,'WebGUI','The trash is a system location where deleted content is temporarily stored. Items in the trash may be managed individually. You may cut an item to the clipboard or permanently delete it by selecting the approriate icon. You may also purge/delete all items in the trash by choosing the Empty trash menu option.\r\n

Title
The name of the item in the trash. You may view the item by selecting the title.\r\n

Type
The type of content object. For instance, a page, article, EventsCalendar, etc.\r\n

Trash Date
The date and time the item was added to the trash\r\n

Previous Location
The location where the item was previously found. You may view the previous location by selecting the location.

Username
The username of the individual who placed the item in the trash. This is an optional field is only visible in shared trash environments or when an administrator is managing the system trash.', 1050170767); +delete from help where helpId=66 and namespace='WebGUI'; +INSERT INTO help VALUES (66,'WebGUI',960,961,'65,WebGUI;'); +delete from international where languageId=1 and namespace='WebGUI' and internationalId=962; +insert into international (internationalId,languageId,namespace,message,lastUpdated) values (962,1,'WebGUI','Manage Trash', 1050170767); +delete from international where languageId=1 and namespace='WebGUI' and internationalId=963; +insert into international (internationalId,languageId,namespace,message,lastUpdated) values (963,1,'WebGUI','Trash Date', 1050170767); +delete from international where languageId=1 and namespace='WebGUI' and internationalId=964; +insert into international (internationalId,languageId,namespace,message,lastUpdated) values (964,1,'WebGUI','Manage system trash.', 1050170767); +delete from international where languageId=1 and namespace='WebGUI' and internationalId=965; +insert into international (internationalId,languageId,namespace,message,lastUpdated) values (965,1,'WebGUI','Manage System Trash', 1050170767); +delete from international where languageId=1 and namespace='WebGUI' and internationalId=966; +insert into international (internationalId,languageId,namespace,message,lastUpdated) values (966,1,'WebGUI','Are you certain that you wish to permantently purge/delete this item from the trash?', 1050170767); +delete from international where languageId=1 and namespace='WebGUI' and internationalId=967; +insert into international (internationalId,languageId,namespace,message,lastUpdated) values (967,1,'WebGUI','Empty system trash.', 1050170767);