| 51 |
mhunt |
1 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
|
|
2 |
( 1, 'btnNewVersion',null, '"form_new_version.asp?"&'||' objPMod.ComposeURL()', null,'images/abtn_new_version.gif',null, 'Create new version of this package.','Y', 'Y', 'N');
|
|
|
3 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
|
|
4 |
( 2, 'btnVersionHistory',null, '"javascript:;"','"onClick=""MM_openBrWindow(''_wform_versions_history_release_notes.asp?OLDpv_id="&'||' parPv_id &'||'"&'||'pkg_id="&'||' pkgInfoHash.Item ("pkg_id") &'||'"&'||'FLpkg_version=*"&'||' pkgInfoHash.Item("v_ext") &'||'"&'||'FLuser_name=*&'||'rfile="&'||' scriptName &'||'"&'||'"&'||' objPMod.ComposeURL() &'||'"#ANC_"&'||' parPv_id &'||'"'',''History'',''resizable=yes,width=850,height=''+ ( screen.height - 100 ));"""', 'images/abtn_version_history.gif',null, 'Show version history of this package.','Y', 'Y', 'Y');
|
|
|
5 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
|
|
6 |
( 3, 'btnRemovePackage', null, '"_remove_package.asp?pv_id="&'||' parPv_id &'||'"&'||'rtag_id="&'||' parRtag_id', '"onClick=""return confirmAction(''Are you sure you want to remove this package?'');"""','images/abtn_remove_pkg.gif', null, 'Remove the package from this Release.','Y', 'Y', 'N');
|
|
|
7 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
|
|
8 |
( 4, 'btnMakeRelease', null, '"_make_released.asp?rfile="&'||' ScriptName &'||'"&'||'pv_id="&'||' parPv_id &'||'"&'||'rtag_id="&'||' parRtag_id', '"onClick=""return confirmAction(''Making this package released will prevent any further changes. \nDo you want to proceed?'');"""', 'icons/i_make_released.gif','icons/i_make_released_off.gif','Make this package released, so that other packages can use it.', 'Y', 'Y', 'N');
|
|
|
9 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
|
|
10 |
( 5, 'btnMakeUnrelease', null, '"_make_unreleased.asp?rfile="&'||' ScriptName &'||'"&'||'pv_id="&'||' parPv_id &'||'"&'||'rtag_id="&'||' parRtag_id', '"onClick=""return confirmAction(''You are going to unrelease this package. \nDo you want to proceed?'');"""', 'icons/i_make_unreleased.gif','icons/i_make_unreleased_off.gif','Unlock this package.', 'Y', 'Y', 'N');
|
|
|
11 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
|
|
12 |
( 6, 'btnMakePending', null, '"_make_pending.asp?rfile="&'||' ScriptName &'||'"&'||'pv_id="&'||' parPv_id &'||'"&'||'rtag_id="&'||' parRtag_id','"onClick=""return confirmAction(''Making this package pending for auto-build will prevent any further changes. \nDo you want to proceed?'');"""', 'icons/i_make_pending.gif', 'icons/i_make_pending_off.gif', 'Make this package pending for build/release.', 'Y', 'Y', 'N');
|
|
|
13 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
|
|
14 |
( 7, 'btnRejectPackage', null, '"_make_rejected.asp?rfile="&'||' ScriptName &'||'"&'||'pv_id="&'||' parPv_id &'||'"&'||'rtag_id="&'||' parRtag_id', '"onClick=""return confirmAction(''Rejecting a new package version will move it to Work-In-Progress. Rejecting a merge package version will simply remove it from pending. \nDo you want to proceed?'');"""', 'icons/i_reject_pending.gif', 'icons/i_reject_pending_off.gif', 'Reject this package from Pending.','Y', 'Y', 'N');
|
|
|
15 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
|
|
16 |
( 8, 'btnMoveToView',null, '"javascript:;"','"onClick=""MM_openBrWindow(''_wform_change_group.asp?"&'||' objPMod.ComposeURL() &'||'"'',''MovePackage'',''resizable=yes,width=400,height=200'');"""', 'images/abtn_move_package.gif', null, 'Move this package to different Base View (Group).','Y', 'Y', 'N');
|
|
|
17 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
|
|
18 |
( 9, 'btnReversionPackage',null, '"javascript:;"','"onClick=""MM_openBrWindow(''_wform_rename_version.asp?rfile="&'||' ScriptName &'||' objPMod.ComposeURLWithout("rfile") &'||'"'',''ReversionPackage'',''resizable=yes,width=600,height=200'');"""', 'images/abtn_rename_version.gif', 'images/abtn_rename_version_off.gif', 'Reversion this package.','Y', 'Y', 'N');
|
|
|
19 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
|
|
20 |
(10, 'btnStickyNotes', null, '"javascript:;"','"onClick=""showHideNote();"""', 'notemanager/images/note.gif',null, 'Sticky notes', 'Y', 'Y', 'N');
|
|
|
21 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
|
|
22 |
(11, 'btnObsoletePatch', null, '"javascript:;"','"onClick=""MM_openBrWindow(''_wform_obsolete_patch.asp?rfile="&'||' ScriptName &'||'"&'||'"&'||' objPMod.ComposeURL() &'||'"'',''ObsoletePatch'',''resizable=yes,width=400,height=250'');"""','images/abtn_obsolete_patch.gif', 'images/abtn_obsolete_patch_off.gif', 'Make this patch obsolete.','Y', 'Y', 'N');
|
|
|
23 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
|
|
24 |
(12, 'btnUnobsoletePatch', null, '"javascript:;"','"onClick=""MM_openBrWindow(''_wform_obsolete_patch.asp?action=true&'||'unobsolete=true&'||'rfile="&'||' ScriptName &'||'"&'||'"&'||' objPMod.ComposeURL() &'||'"'',''ObsoletePatch'',''resizable=yes,width=400,height=250'');"""','images/abtn_unobsolete_patch.gif', null, 'Undo patch obsolete.', 'Y', 'Y', 'N');
|
|
|
25 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
|
|
26 |
(13, 'btnApprovePackage',null, '"_make_approved.asp?rfile="&'||' ScriptName &'||'"&'||'pv_id="&'||' parPv_id &'||'"&'||'rtag_id="&'||' parRtag_id', '"onClick=""return confirmAction(''You are about to approve this package for auto-build. \nDo you want to proceed?'');"""','icons/i_make_released.gif','icons/i_make_released_off.gif','Make this package released for automate build.', 'Y', 'Y', 'N');
|
|
|
27 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
|
|
28 |
(14, 'btnNewRelease',null, '"javascript:go_submit( document.FormName, ""btnNewRelease"" );"', null,'images/abtn_new_release.gif','images/abtn_new_release_off.gif','Create new release...','Y', 'Y', 'N');
|
|
|
29 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
|
|
30 |
(15, 'btnEditRelease', null, '"javascript:go_submit( document.FormName, ""btnEditRelease"" );"',null,'images/abtn_edit.gif', 'images/abtn_edit_off.gif', 'Edit selected release details...', 'Y', 'Y', 'N');
|
|
|
31 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
|
|
32 |
(16, 'btnDestroyRelease',null, '"javascript:go_submit( document.FormName, ""btnDestroyRelease"" );"', '"onClick=""return confirmAction(''You are about to destroy selected release.\nYou cannot undo this action.\nDo you want to proceed?'');"""','images/abtn_destroy.gif','images/abtn_destroy_off.gif','Destroy selected release...','Y', 'Y', 'N');
|
|
|
33 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
|
|
34 |
(17, 'btnMergeManager',null, '"javascript:go_submit( document.FormName, ""btnMergeManager"" );"', null,'images/abtn_merge_manager.gif','images/abtn_merge_manager_off.gif','Select two releases to run merge manager...','Y', 'Y', 'N');
|
|
|
35 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
|
|
36 |
(18, 'btnMoveRelease', null, '"javascript:go_submit( document.FormName, ""btnMoveRelease"" );"',null,'images/abtn_move_release.gif', 'images/abtn_move_release_off.gif', 'Move selected release vertically...','Y', 'Y', 'N');
|
|
|
37 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
|
|
38 |
(19, 'btnNewVersion-MASSREF',null, '"form_new_version.asp?rtag_id="&'||' AssocMASSREFValue &'||'"&'||'pv_id="&'||' Request("pv_id")', null,'images/abtn_new_version_MassRef.gif',null, 'Create new version of this package in associated MASS REF.', 'Y', 'Y', 'N');
|
|
|
39 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
|
|
40 |
(20, 'btnRecycleBin',null, '"_destroy_package.asp?pv_id="&'||' pkgInfoHash.Item("pv_id") &'||'"&'||'bfile="&'||' ScriptName &'||'"&'||'pkg_id="&'||' parPkgId &'||'"&'||'listby="&'||' parListBy &'||'""','"onClick=""return confirmAction(''You are about to destroy "&'||' pkgInfoHash.Item ("pkg_name") &'||'" "&'||' pkgInfoHash.Item ("pkg_version") &'||'". You cannot undo this operation.\nDo you want to proceed?'');"""','icons/i_destroy_package.gif','i_destroy_package_off',null, 'Y', 'Y', 'N');
|
|
|
41 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
|
|
42 |
(21, 'btnDeprecation', null, '"javascript:;"','"onClick=''MM_openBrWindow(""_wform_deprecate_package.asp?rfile="&'||' scriptName &'||'"&'||'pv_id="&'||' parPv_id &'||'"&'||'rtag_id="&'||' parRtag_id &'||'""",""DeprecatePackage"",""resizable=yes,width=600,height=300"")'' class=''body_txt'' title=''Deprecate the package.''"','images/BombBorder.gif',null, 'Deprecate this package in this release.','Y', 'Y', 'N');
|
|
|
43 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
|
|
44 |
(22, 'btnUnDeprecation', null, '"_wform_undeprecate_package.asp?rfile="&'||' scriptName &'||'"&'||'pkg_id="&'||' pkgInfoHash.Item("pkg_id") &'||'"&'||'pv_id="&'||' parPv_id &'||'"&'||'rtag_id="&'||' parRtag_id &'||'"'' class=''body_txt'' title=''Undeprecate the package."', '"onClick=""return confirmAction(''You are about to undeprecate package: "&'||' pkgInfoHash.Item ("pkg_name") &'||'". \nDo you want to proceed?'');"""', 'images/BombBorder.gif',null, null, 'Y', 'Y', 'N');
|
|
|
45 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
|
|
46 |
(23, 'btnAdminView', null, '"javascript:go_submit( document.FormName, ""btnAdminView"" );"',null,'images/view_admin.gif',null, 'Administer the views in the project.', 'Y', 'Y', 'N');
|
|
|
47 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
|
|
48 |
(24, 'btnAddProc','Add Process', '"javascript:;"','"onClick=""MM_openBrWindow(''wAddProc.asp?rfile="&'||' SCRIPT_NAME &'||'"&'||'"&'||' objPMod.ComposeURL() &'||'"'',''AddProd'',''scrollbars=yes,resizable=yes,width=800,height=500'');"""', 'icons/btn_add.gif',null, null, 'Y', 'Y', 'N');
|
|
|
49 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
|
|
50 |
(25, 'btnEditGBE_Machtype',null, '"javascript:;"','"onClick=""MM_openBrWindow(''wAddMachtype.asp?type=edit&'||'gbe_id="&'||' gbe_id &'||'"&'||'rfile="&'||' SCRIPT_NAME &'||'"&'||'"&'||' objPMod.ComposeURL() &'||'"'',''EditProd'',''scrollbars=yes,resizable=yes,width=600,height=220'');"""','icons/i_edit.gif', 'icons/i_edit_off.gif', null, 'Y', 'Y', 'N');
|
|
|
51 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
|
|
52 |
(26, 'btnDeleteGBE_Machtype',null, '"_DeleteMachtype.asp?rfile="&'||' SCRIPT_NAME &'||'"&'||'gbe_id="&'||' gbe_id &'||'"&'||'"&'||' objPMod.ComposeURL()','"onClick=""return confirmAction(''Remove \''"&'||' GBE_VALUE &'||'"\'' from this list?'');"""', 'icons/i_remove.gif', null, null, 'Y', 'Y', 'N');
|
|
|
53 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
|
|
54 |
(27, 'btnEditDaemon',null, '"javascript:;"','"onClick=""MM_openBrWindow(''wAddDaemon.asp?type=edit&'||'rcon_id="&'||' rcon_id &'||'"&'||'rfile="&'||' SCRIPT_NAME &'||'"&'||'"&'||' objPMod.ComposeURL() &'||'"'',''EditProd'',''scrollbars=yes,resizable=yes,width=600,height=220'');"""','icons/i_edit.gif', 'icons/i_edit_off.gif', 'Edit Daemon','Y', 'Y', 'N');
|
|
|
55 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
|
|
56 |
(28, 'btnDeleteDaemon',null, '"_DeleteDaemon.asp?rcon_id="&'||' rcon_id &'||'"&'||'"&'||' objPMod.ComposeURL()','"onClick=""return confirmAction(''Remove Daemon:\''"&'||' Daemon &'||'"\'' from this list?'');"""', 'icons/i_remove.gif', null, 'Delete Daemon','Y', 'Y', 'N');
|
|
|
57 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
|
|
58 |
(29, 'btnArchivedVersionHistory',null, '"javascript:;"','"onClick=""MM_openBrWindow(''_wform_archived_versions_history_release_notes.asp?OLDpv_id="&'||' parPv_id &'||'"&'||'pkg_id="&'||' pkgInfoHash.Item ("pkg_id") &'||'"&'||'FLpkg_version=*"&'||' pkgInfoHash.Item("v_ext") &'||'"&'||'FLuser_name=*&'||'rfile="&'||' scriptName &'||'"&'||'"&'||' objPMod.ComposeURL() &'||'"#ANC_"&'||' parPv_id &'||'"'',''History'',''resizable=yes,width=850,height=''+ ( screen.height - 100 ));"""','images/abtn_version_archived_history.gif', null, 'Show archived version history of this package.', 'Y', 'Y', 'Y');
|
|
|
59 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
|
|
60 |
(30, 'btnPendingIntegration',null, '"_modify_product_state.asp?state_id=1&'||'rfile="&'||' ScriptName &'||'"&'||'pv_id="&'||' parPv_id &'||'"&'||'rtag_id="&'||' parRtag_id', '"onClick=""return confirmAction(''Do you want to proceed to make this product pending for INTEGRATION?'');"""', 'icons/PendingIntegration.gif', null, 'Make this product pending for Integration.', 'Y', 'Y', 'N');
|
|
|
61 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
|
|
62 |
(31, 'btnPendingTest', null, '"_modify_product_state.asp?state_id=2&'||'rfile="&'||' ScriptName &'||'"&'||'pv_id="&'||' parPv_id &'||'"&'||'rtag_id="&'||' parRtag_id', '"onClick=""return confirmAction(''Do you want to proceed to make this product pending for TEST?'');"""','icons/PendingTest.gif',null, 'Make this product pending for Test.','Y', 'Y', 'N');
|
|
|
63 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
|
|
64 |
(32, 'btnPendingDeployment', null, '"_modify_product_state.asp?state_id=3&'||'rfile="&'||' ScriptName &'||'"&'||'pv_id="&'||' parPv_id &'||'"&'||'rtag_id="&'||' parRtag_id', '"onClick=""return confirmAction(''Do you want to proceed to make this product pending for DEPLOYMENT?'');"""','icons/PendingDeployment.gif',null, 'Make this product pending for Deployment.','Y', 'Y', 'N');
|
|
|
65 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
|
|
66 |
(33, 'btnRejectProduct', null, '"_modify_product_state.asp?state_id=4&'||'rfile="&'||' ScriptName &'||'"&'||'pv_id="&'||' parPv_id &'||'"&'||'rtag_id="&'||' parRtag_id', '"onClick=""return confirmAction(''Do you want to REJECT this product from DEPLOYMENT?'');"""','icons/i_reject_pending.gif', null, 'Reject this product from Deployment.', 'Y', 'Y', 'N');
|
|
|
67 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
|
|
68 |
(34, 'btnPendingIntegrateAndDeploy', null, '"_modify_product_state.asp?state_id=5&'||'rfile="&'||' ScriptName &'||'"&'||'pv_id="&'||' parPv_id &'||'"&'||'rtag_id="&'||' parRtag_id', '"onClick=""return confirmAction(''Do you want to proceed to make this product pending for INTEGRATION and DEPLOYMENT?'');"""','icons/PendingDeployment.gif',null, 'Make this product pending for Integration and Deployment.','Y', 'Y', 'N');
|
|
|
69 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
|
|
70 |
(35, 'btnDeleteSchedule',null, '"_DeleteSchedule.asp?scheduled_id="&'||' scheduled_id &'||'"&'||'"&'||' objPMod.ComposeURL()','"onClick=""return confirmAction(''Remove Schedule from this list?'');"""','icons/i_remove.gif', null, 'Delete Schedule','Y', 'Y', 'N');
|
|
|
71 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
|
|
72 |
(36, 'btnApproveMerge',null, '"_approve_merge.asp?rfile="&'||' ScriptName &'||'"&'||'pv_id="&'||' parPv_id &'||'"&'||'rtag_id="&'||' parRtag_id ','"onClick=""return confirmAction(''The release will be updated by this merge operation. \nDo you want to proceed?'');"""','icons/i_make_released.gif', 'icons/i_make_released_off.gif', 'Approve and carry out the pending merge operation','Y', 'Y', 'N');
|
| 53 |
mhunt |
73 |
|
|
|
74 |
insert into validation_rules (FIELD_NAME, IS_REQUIRED, MAX_STRING_LENGTH) values
|
|
|
75 |
('be_id_list', 'Y', null);
|
|
|
76 |
insert into validation_rules (FIELD_NAME, IS_REQUIRED, MAX_STRING_LENGTH) values
|
|
|
77 |
('pv_overview', 'Y', 4000);
|
|
|
78 |
insert into validation_rules (FIELD_NAME, IS_REQUIRED, MAX_STRING_LENGTH) values
|
|
|
79 |
('pv_description', 'Y', 2000);
|
|
|
80 |
insert into validation_rules (FIELD_NAME, IS_REQUIRED, MAX_STRING_LENGTH) values
|
|
|
81 |
('FRpath', 'Y', 2000);
|
|
|
82 |
insert into validation_rules (FIELD_NAME, IS_REQUIRED, MAX_STRING_LENGTH) values
|
|
|
83 |
('FRlabel', 'Y', 60);
|
|
|
84 |
insert into validation_rules (FIELD_NAME, IS_REQUIRED, MAX_STRING_LENGTH) values
|
|
|
85 |
('rtag_name', 'Y', 4000);
|
|
|
86 |
insert into validation_rules (FIELD_NAME, IS_REQUIRED, MAX_STRING_LENGTH) values
|
|
|
87 |
('rtag_description', 'N', 4000);
|
|
|
88 |
insert into validation_rules (FIELD_NAME, IS_REQUIRED, MAX_STRING_LENGTH) values
|
|
|
89 |
('config_spec_branch', 'N', 4000);
|
|
|
90 |
|
|
|
91 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
92 |
(1, 'depend_add', 'Dependency Added');
|
|
|
93 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
94 |
(2, 'depend_update', 'Dependency Updated');
|
|
|
95 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
96 |
(3, 'depend_remove', 'Dependency Removed');
|
|
|
97 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
98 |
(4, 'new_version', 'New Version Created');
|
|
|
99 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
100 |
(5, 'delete', 'Deleted from Project');
|
|
|
101 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
102 |
(6, 'add', 'Added to Project');
|
|
|
103 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
104 |
(7, 'copy', 'Copied into Project');
|
|
|
105 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
106 |
(8, 'rename', 'Package Version Renamed');
|
|
|
107 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
108 |
(9, 'note_add', 'NoteManager Note Added');
|
|
|
109 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
110 |
(10, 'note_remove', 'NoteManager Note Removed');
|
|
|
111 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
112 |
(11, 'patch_add', 'Patch Added');
|
|
|
113 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
114 |
(12, 'patch_remove', 'Patch Removed');
|
|
|
115 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
116 |
(13, 'reason_for_release', 'Reason for Release Updated');
|
|
|
117 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
118 |
(14, 'ignore_on', 'Ignore Latest Dependency Version');
|
|
|
119 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
120 |
(15, 'ignore_off', 'Unignore Latest Dependency Version');
|
|
|
121 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
122 |
(16, 'makeofficial', 'Package Released');
|
|
|
123 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
124 |
(17, 'makeunofficial', 'Package UnReleased');
|
|
|
125 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
126 |
(18, 'ignore_reset', 'Ignore Latest Dependency Version Cancelled');
|
|
|
127 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
128 |
(19, 'document_add', 'Document Added');
|
|
|
129 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
130 |
(20, 'document_remove', 'Document Removed');
|
|
|
131 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
132 |
(21, 'owner_change', 'Package Owner Updated');
|
|
|
133 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
134 |
(22, 'runtime_add', 'Run-time Dependency Added');
|
|
|
135 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
136 |
(23, 'runtime_remove', 'Run-time Dependency Removed');
|
|
|
137 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
138 |
(24, 'issue_add', 'ClearQuest Issue Added');
|
|
|
139 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
140 |
(25, 'issue_fixed', 'ClearQuest Issue Set to Fixed');
|
|
|
141 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
142 |
(26, 'issue_outstanding', 'ClearQuest Issue Set to Outstanding');
|
|
|
143 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
144 |
(27, 'issue_removed', 'ClearQuest Issue Removed');
|
|
|
145 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
146 |
(28, 'previous_version_change', 'Package Previous Version Updated');
|
|
|
147 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
148 |
(29, 'replaced_with', 'Replaced With Other Version');
|
|
|
149 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
150 |
(30, 'clone_from', 'Package Details Cloned');
|
|
|
151 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
152 |
(31, 'note_edit', 'NoteManager Note Updated');
|
|
|
153 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
154 |
(32, 'depend_import', 'Dependencies Imported');
|
|
|
155 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
156 |
(33, 'document_update', 'Document Updated');
|
|
|
157 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
158 |
(34, 'work_in_progress', 'Work In Progress');
|
|
|
159 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
160 |
(35, 'delete_from_wip', 'Deleted from Work-In-Progress Area');
|
|
|
161 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
162 |
(36, 'add_to_planned', 'Added to Pending area');
|
|
|
163 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
164 |
(37, 'delete_from_released', 'Deleted from Released Area');
|
|
|
165 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
166 |
(38, 'approve_package', 'Package Approved for Automated Build');
|
|
|
167 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
168 |
(39, 'deleted_from_pending', 'Deleted from Pending Area');
|
|
|
169 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
170 |
(40, 'reject_package', 'Package Rejected for Automated Build');
|
|
|
171 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
172 |
(41, 'change_type_update', 'Change Type Update');
|
|
|
173 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
174 |
(42, 'lock_package', 'Administrator - Lock Package');
|
|
|
175 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
176 |
(43, 'unlock_package', 'Administrator - Unlock Package');
|
|
|
177 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
178 |
(44, 'new_release', 'New Release Created');
|
|
|
179 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
180 |
(45, 'set_to_open_mode', 'Release is set to Open Mode');
|
|
|
181 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
182 |
(46, 'set_to_restrictive_mode', 'Release is set to Restrictive Mode');
|
|
|
183 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
184 |
(47, 'set_to_closed_mode', 'Release is set to Closed Mode');
|
|
|
185 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
186 |
(48, 'import_release_contents', 'Import Release Contents');
|
|
|
187 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
188 |
(49, 'update_release', 'Update Release Details');
|
|
|
189 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
190 |
(50, 'destroy_release', 'Destroy Release');
|
|
|
191 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
192 |
(51, 'merge_release', 'Merge Release');
|
|
|
193 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
194 |
(52, 'patch_obsolete', 'Change Obsolete State');
|
|
|
195 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
196 |
(53, 'action', null);
|
|
|
197 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
198 |
(54, 'link_to_reason_for_release', 'A link to the reason for release of the package');
|
|
|
199 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
200 |
(55, 'jira_issue_removed', 'JIRA Issue Removed.');
|
|
|
201 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
202 |
(56, 'jira_issue_added', 'Added Jira Issue');
|
|
|
203 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
204 |
(57, 'set_to_ccb_mode', 'Release is set to CCB Mode');
|
|
|
205 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
206 |
(58, 'unripple_package', 'Marked for build exclusion/Failed to build');
|
|
|
207 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
208 |
(59, 'ripple_package', 'Marked for build inclusion');
|
|
|
209 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
210 |
(60, 'deprecate_package', 'Package requires to be deprecated');
|
|
|
211 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
212 |
(61, 'undeprecate_package', 'Package requires to be undeprecated');
|
|
|
213 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
214 |
(62, 'add_view_owners', 'Base View owners for the Project Added.');
|
|
|
215 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
216 |
(63, 'remove_view_owners', 'Base View owners for the Project Removed.');
|
|
|
217 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
218 |
(64, 'process_add', 'Added process to the package version');
|
|
|
219 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
220 |
(65, 'process_remove', 'Removed process from the package version');
|
|
|
221 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
222 |
(66, 'move_package_version', 'Moved package version from closed release.');
|
|
|
223 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
224 |
(67, 'set_to_archive_mode', 'Release is set to Archive Mode.');
|
|
|
225 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
226 |
(68, 'build_standard_update', 'Build Standard Update.');
|
|
|
227 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
228 |
(69, 'reproducible_package', 'Package Version can be reproduced by the autobuild tool.');
|
|
|
229 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
230 |
(70, 'unreproducible_package', 'Package Version cannot be reproduced by the autobuild tool.');
|
|
|
231 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
232 |
(71, 'modify_product_state', 'Modified the state of the product.');
|
|
|
233 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
234 |
(72, 'sbom_priority_update', 'SBOM Priority Update');
|
|
|
235 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
236 |
(73, 'ripple_type_update', 'Ripple Type Update');
|
|
|
237 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
238 |
(74, 'set_advisory_ripple', 'Package set to Advisory Ripple');
|
|
|
239 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
|
|
240 |
(75, 'clear_advisory_ripple', 'Package clear from Advisory Ripple');
|