RFE 654257 - user-separated clipboards and trash
This commit is contained in:
parent
8147cbfb41
commit
1a3900d494
1 changed files with 54 additions and 1 deletions
|
|
@ -460,5 +460,58 @@ INSERT INTO template VALUES (3,'Default Acknowlegement','<tmpl_var acknowlegemen
|
|||
alter table groups add column scratchFilter text;
|
||||
insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (945,1,'WebGUI','Scratch Filter', 1052560369,'There is a type of session variable called a "scratch" variable. So a scratch filter allows you to add someone to a group based upon a scratch variable.');
|
||||
update userProfileField set dataType='selectList' where dataType='select';
|
||||
|
||||
alter table page add column bufferUserId int(11) default NULL;
|
||||
alter table page add column bufferDate int(11) default NULL;
|
||||
alter table page add column bufferPrevId int(11) default NULL;
|
||||
alter table wobject add column bufferUserId int(11) default NULL;
|
||||
alter table wobject add column bufferDate int(11) default NULL;
|
||||
alter table wobject add column bufferPrevId int(11) default NULL;
|
||||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=946;
|
||||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (946,1,'WebGUI','Use shared trash?', 1050170767);
|
||||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=947;
|
||||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (947,1,'WebGUI','Use shared clipboard?', 1050170767);
|
||||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=948;
|
||||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (948,1,'WebGUI','Manage Clipboard', 1050170767);
|
||||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=949;
|
||||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (949,1,'WebGUI','Manage clipboard.', 1050170767);
|
||||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=950;
|
||||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (950,1,'WebGUI','Empty clipboard.', 1050170767);
|
||||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=951;
|
||||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (951,1,'WebGUI','Are you certain that you wish to empty the clipboard to the trash?', 1050170767);
|
||||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=952;
|
||||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (952,1,'WebGUI','Clipboard Date', 1050170767);
|
||||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=953;
|
||||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (953,1,'WebGUI','Previous Location', 1050170767);
|
||||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=954;
|
||||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (954,1,'WebGUI','Manage system clipboard.', 1050170767);
|
||||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=955;
|
||||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (955,1,'WebGUI','Manage System Clipboard', 1050170767);
|
||||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=956;
|
||||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (956,1,'WebGUI','Are you certain that you wish to move this item from the clipboard to the trash?', 1050170767);
|
||||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=957;
|
||||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (957,1,'WebGUI','Clipboard, Manage', 1050170767);
|
||||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=958;
|
||||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (958,1,'WebGUI','The clipboard is a system location to which content may be temporarily cut or copied. Items in the clipboard may then be pasted to a new location.\r\n<p>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<p><b>Title</b><br>The name of the item in the clipboard. You may view the item by selecting the title.\r\n<p><b>Type</b><br>The type of content object. For instance, a Page, Article, EventsCalendar, etc.\r\n<p><b>Clipboard Date</b><br>The date and time the item was added to the clipboard\r\n<p><b>Previous Location</b><br>The location where the item was previously found. You may view the previous location by selecting the location.<p><b>Username</b><br>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<p><b>Title</b><br>The name of the item in the trash. You may view the item by selecting the title.\r\n<p><b>Type</b><br>The type of content object. For instance, a page, article, EventsCalendar, etc.\r\n<p><b>Trash Date</b><br>The date and time the item was added to the trash\r\n<p><b>Previous Location</b><br>The location where the item was previously found. You may view the previous location by selecting the location.<p><b>Username</b><br>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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue