| Line 1... |
Line 1... |
| 1 |
/*
|
1 |
/*
|
| 2 |
***** HELP TIPS ****
|
2 |
***** HELP TIPS ****
|
| 3 |
*/
|
3 |
*/
|
| - |
|
4 |
// stdTip: width, Title, Body
|
| - |
|
5 |
function stdTip( w,t,b) {
|
| - |
|
6 |
return newTip(10,0,w,10,t,b);
|
| - |
|
7 |
}
|
| - |
|
8 |
// newTip( x,y,width,height, title, body)
|
| - |
|
9 |
function newTip(x,y,w,h,t,b) {
|
| - |
|
10 |
var tip = new Array(x,y,w,h,10);
|
| - |
|
11 |
tip[4] = '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">' +
|
| - |
|
12 |
t + '<hr size="1" noshade>' + b;
|
| - |
|
13 |
return tip;
|
| - |
|
14 |
}
|
| - |
|
15 |
|
| 4 |
|
16 |
|
| 5 |
var formTips = new TipObj('formTips');
|
17 |
var formTips = new TipObj('formTips');
|
| 6 |
with (formTips)
|
18 |
with (formTips)
|
| 7 |
{
|
19 |
{
|
| 8 |
tips.group = new Array('page.scrollX()', 'page.scrollY()', 150, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">Base View<hr size="1" noshade>Move package to a different Base View by selecting it from a dropdown list.<br>' +
|
20 |
tips.group = newTip('page.scrollX()', 'page.scrollY()', 150, 10, 'Base View','Move package to a different Base View by selecting it from a dropdown list.<br>' +
|
| 9 |
'To move package to a new Base View, click on <img src="images/i_new_group.gif" width="17" height="17" align="absmiddle">');
|
21 |
'To move package to a new Base View, click on <img src="images/i_new_group.gif" width="17" height="17" align="absmiddle">');
|
| 10 |
tips.depsant = new Array(-150, 0, 150, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">DEPENDENCIES<hr size="1" noshade>Paste in <b>sandbox</b> tags.');
|
22 |
tips.depsant = newTip(-150, 0, 150, 10, 'DEPENDENCIES','Paste in <b>sandbox</b> tags.');
|
| 11 |
tips.dependencies = new Array(-150, 0, 150, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">DEPENDENCIES<hr size="1" noshade>Paste <b>BuildPackageArchive</b> lines from build.pl file.<br>' +
|
23 |
tips.dependencies = newTip(-150, 0, 150, 10, 'DEPENDENCIES','Paste <b>BuildPackageArchive</b> lines from build.pl file.<br>' +
|
| 12 |
'You may use single ( \' ) OR double ( \" ) quotes.');
|
24 |
'You may use single ( \' ) OR double ( \" ) quotes.');
|
| 13 |
tips.addoldpkg = new Array(-150, 0, 150, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">PACKAGES<hr size="1" noshade>Select package(s) and click NEXT. Hold CTRL key to select multiple packages.' +
|
25 |
tips.addoldpkg = newTip(-150, 0, 150, 10, 'PACKAGES','Select package(s) and click NEXT. Hold CTRL key to select multiple packages.' +
|
| 14 |
'<br>To add package(s) not shown in the list, click on <img src="images/i_new_pkg.gif" width="17" height="18" align="absmiddle">');
|
26 |
'<br>To add package(s) not shown in the list, click on <img src="images/i_new_pkg.gif" width="17" height="18" align="absmiddle">');
|
| 15 |
tips.depnotdef = new Array(10, 0, 150, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">DEPENDENCIES NOT DEFINED<hr size="1" noshade>Dependencies for this package was never defined. Click on DEPENDENCIES link above to define it.');
|
27 |
tips.depnotdef = newTip(10, 0, 150, 10, 'DEPENDENCIES NOT DEFINED','Dependencies for this package was never defined. Click on DEPENDENCIES link above to define it.');
|
| 16 |
tips.pkg_label = new Array(-150, 20, 150, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">LABEL<hr size="1" noshade>Enter the ClearCase label used to tag all the source code in this release.');
|
28 |
tips.pkg_label = newTip(-150, 20, 150, 10, 'LABEL','Enter the ClearCase label used to tag all the source code in this release.');
|
| 17 |
tips.deployable = new Array(-150, 20, 150, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">DEPLOYABLE<hr size="1" noshade>Select YES if this package or certain files of this package have to be deployed to the field.');
|
29 |
tips.deployable = newTip(-150, 20, 150, 10, 'DEPLOYABLE','Select YES if this package or certain files of this package have to be deployed to the field.');
|
| 18 |
tips.ripple_type = new Array(-150, 20, 150, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">RIPPLE TYPE<hr size="1" noshade>This enables a package to advertise how it will be numbered when rippled.');
|
30 |
tips.ripple_type = newTip(-150, 20, 150, 10, 'RIPPLE TYPE','This enables a package to advertise how it will be numbered when rippled.');
|
| 19 |
tips.ripple_build = new Array(-150, 20, 150, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">BUILD INCLUSION<hr size="1" noshade>When set to No, this package and all packages which depend on this package will be excluded from the build.');
|
31 |
tips.ripple_build = newTip(-150, 20, 150, 10, 'BUILD INCLUSION','When set to No, this package and all packages which depend on this package will be excluded from the build.');
|
| 20 |
tips.advisory_ripple = new Array(-150, 20, 150, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">ADVISORY RIPPLE<hr size="1" noshade>When set to Yes, it will have a benign ripple build impact.');
|
32 |
tips.advisory_ripple = newTip(-150, 20, 150, 10, 'ADVISORY RIPPLE','When set to Yes, it will have a benign ripple build impact.');
|
| 21 |
tips.src_path = new Array(-180, 20, 180, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">SOURCE PATH<hr size="1" noshade>Enter the path to the source code in a ClearCase VOB. This is used to create a "load rule". ie: /MASS_Dev/%package_name%');
|
33 |
tips.src_path = newTip(-180, 20, 180, 10, 'SOURCE PATH','Enter the path to the source code in a ClearCase VOB. This is used to create a "load rule". ie: /MASS_Dev/%package_name%');
|
| 22 |
tips.pubread = new Array(-150, 0, 150, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">PUBLIC READ<hr size="1" noshade>Allow other users to use your view with no permissions to alter.');
|
34 |
tips.pubread = newTip(-150, 0, 150, 10, 'PUBLIC READ','Allow other users to use your view with no permissions to alter.');
|
| 23 |
tips.domain_user = new Array(10, 0, 150, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">DOMAIN USER<hr size="1" noshade>Authenticates the username against a Domain. This means that you can use your workstation login.');
|
35 |
tips.domain_user = newTip(10, 0, 150, 10, 'DOMAIN USER','Authenticates the username against a Domain. This means that you can use your workstation login.');
|
| 24 |
tips.pkg_info_short_desc = new Array(-150, 20, 150, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">SHORT DESCRIPTION<hr size="1" noshade>Describe the meaning of the package name.');
|
36 |
tips.pkg_info_short_desc = newTip(-150, 20, 150, 10, 'SHORT DESCRIPTION','Describe the meaning of the package name.');
|
| 25 |
tips.pkg_info_overview = new Array(-150, 20, 150, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">PACKAGE OVERVIEW<hr size="1" noshade>Describe in a paragraph what does the package do.<br>NOTE: You have to do this only once!');
|
37 |
tips.pkg_info_overview = newTip(-150, 20, 150, 10, 'PACKAGE OVERVIEW','Describe in a paragraph what does the package do.<br>NOTE: You have to do this only once!');
|
| 26 |
tips.build_environment = new Array(-150, 20, 150, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">BUILD ENVIRONMENT<hr size="1" noshade>Select which build environments are used to build this package.');
|
38 |
tips.build_environment = newTip(-150, 20, 150, 10, 'BUILD ENVIRONMENT','Select which build environments are used to build this package.');
|
| 27 |
tips.ut_test_type = new Array(-150, 0, 150, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">TEST TYPE<hr size="1" noshade>Describes the type of test performed.');
|
39 |
tips.ut_test_type = newTip(-150, 0, 150, 10, 'TEST TYPE','Describes the type of test performed.');
|
| 28 |
tips.ut_passed = new Array(-150, 0, 150, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">PASSED # / Total<hr size="1" noshade>Number of tests passed and total number of tests performed (e.g. 9/10).<br>For Coverage test, give the total line coverage for the package in %.');
|
40 |
tips.ut_passed = newTip(-150, 0, 150, 10, 'PASSED # / Total','Number of tests passed and total number of tests performed (e.g. 9/10).<br>For Coverage test, give the total line coverage for the package in %.');
|
| 29 |
tips.ut_summary = new Array(-150, 0, 150, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">TEST SUMMARY<hr size="1" noshade>It is optional if the test document is attached.<br>If not, detail the setup, stimulus, and what to check for.');
|
41 |
tips.ut_summary = newTip(-150, 0, 150, 10, 'TEST SUMMARY','It is optional if the test document is attached.<br>If not, detail the setup, stimulus, and what to check for.');
|
| 30 |
tips.ut_review_comments = new Array(-150, 0, 150, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">REVIEW COMMENTS<hr size="1" noshade>If the package is not accepted, this will be the Issue number that contains the details of what needs to be done.');
|
42 |
tips.ut_review_comments = newTip(-150, 0, 150, 10, 'REVIEW COMMENTS','If the package is not accepted, this will be the Issue number that contains the details of what needs to be done.');
|
| 31 |
tips.v_ext = new Array(-150, 0, 150, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">VERSION EXTENSION<hr size="1" noshade>Supply version extension if required. <br>(e.g. .mas, .syd, .project)');
|
43 |
tips.v_ext = newTip(-150, 0, 150, 10, 'VERSION EXTENSION','Supply version extension if required. <br>(e.g. .mas, .syd, .project)');
|
| 32 |
tips.existingVersion = new Array(-150, 20, 150, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">EXISTING VERSION<hr size="1" noshade>Select a version from a list of existing versions.');
|
44 |
tips.existingVersion = newTip(-150, 20, 150, 10, 'EXISTING VERSION','Select a version from a list of existing versions.');
|
| 33 |
|
45 |
|
| 34 |
tips.Codestriker = new Array(-150, 20, 150, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">CODESTRIKER<hr size="1" noshade>'+
|
- |
|
| 35 |
'ClearCase Only.' +
|
- |
|
| 36 |
'<br>Use this jats command to make a difference report for uploading to codestriker when creating a new code review topic.');
|
46 |
tips.Codestriker = newTip(-150, 20, 150, 10, 'CODESTRIKER','ClearCase Only.<br>Use this jats command to make a difference report for uploading to codestriker when creating a new code review topic.');
|
| 37 |
|
- |
|
| 38 |
tips.BeyondCompare = new Array(-150, 20, 150, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">BEYOND COMPARE<hr size="1" noshade>'+
|
- |
|
| 39 |
'Use this jats command to manually inspect and compare two versions of the package using Beyond Compare.');
|
47 |
tips.BeyondCompare = newTip(-150, 20, 150, 10, 'BEYOND COMPARE','Use this jats command to manually inspect and compare two versions of the package using Beyond Compare.');
|
| 40 |
|
- |
|
| 41 |
tips.JatsTest = new Array(-150, 20, 150, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">JATS TEST<hr size="1" noshade>'+
|
- |
|
| 42 |
'Use this jats command to test-build a package before release.');
|
48 |
tips.JatsTest = newTip(-150, 20, 150, 10, 'JATS TEST','Use this jats command to test-build a package before release.');
|
| 43 |
|
49 |
|
| 44 |
tips.PreviousSignificantVcsTag= new Array(-150, 20, 200, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">PREVIOUS SIGNIFICANT VCS TAG<hr size="1" noshade>'+
|
50 |
tips.PreviousSignificantVcsTag= newTip(-150, 20, 200, 10, 'PREVIOUS SIGNIFICANT VCS TAG',
|
| 45 |
'This is a vcs tag of an ancestor version immediately preceding a significant (non-ripple) change that led to the current package version.'+
|
51 |
'This is a vcs tag of an ancestor version immediately preceding a significant (non-ripple) change that led to the current package version.'+
|
| 46 |
'<br><br>NOTE:<br>Derivation of this has no sensitivity to the selected release.');
|
52 |
'<br><br>NOTE:<br>Derivation of this has no sensitivity to the selected release.');
|
| 47 |
|
53 |
|
| 48 |
tips.PreviousVcsTag = new Array(-150, 20, 150, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">PREVIOUS VCS TAG<hr size="1" noshade>'+
|
54 |
tips.PreviousVcsTag = newTip(-150, 20, 150, 10, 'PREVIOUS VCS TAG','This is a vcs tag of the immediate ancestor version to the current package version.');
|
| - |
|
55 |
|
| - |
|
56 |
tips.AdditionPending = newTip(-150, 20, 160, 10, 'ADDITION PENDING', 'This item is pending approval in Release B (the destination release).<p></p><p>'+
|
| 49 |
'This is a vcs tag of the immediate ancestor version to the current package version.');
|
57 |
'Go to the Pending Tab in Release B to approve this and other similar items.</p>');
|
| 50 |
|
58 |
|
| 51 |
tips.AdditionPending = new Array(-150, 20, 160, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">ADDITION PENDING<hr size="1" noshade>'+
|
- |
|
| 52 |
'This item is pending approval in Release B (the destination release).<p></p><p>'+
|
- |
|
| 53 |
'Go to the Pending Tab in Release B to approve this and other similar items.</p>');
|
- |
|
| 54 |
|
- |
|
| 55 |
tips.RemovalPending = new Array(-150, 20, 160, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">REMOVAL PENDING<hr size="1" noshade>'+
|
59 |
tips.RemovalPending = newTip(-150, 20, 160, 10, 'REMOVAL PENDING',
|
| 56 |
'This items removal is pending approval in Release B (the destination release).<p></p><p>'+
|
60 |
'This items removal is pending approval in Release B (the destination release).<p></p><p>'+
|
| 57 |
'Go to the Pending Tab in Release B to approve this and other similar items.</p>');
|
61 |
'Go to the Pending Tab in Release B to approve this and other similar items.</p>');
|
| 58 |
|
62 |
|
| 59 |
tips.Top10ChangeCounts = new Array(-150, 20, 250, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">CHANGE COUNTS<hr size="1" noshade>'+
|
63 |
tips.Top10ChangeCounts = newTip(-150, 20, 250, 10, 'CHANGE COUNTS',
|
| 60 |
'These counts include changes to these packages that may have occured in other releases.<p></p><p>'+
|
64 |
'These counts include changes to these packages that may have occured in other releases.<p></p><p>'+
|
| 61 |
'The selected and enclosing release is used just to select names of packages, '+
|
65 |
'The selected and enclosing release is used just to select names of packages, '+
|
| 62 |
'and extensions of package versions that are to be included in the metric data set.</p>');
|
66 |
'and extensions of package versions that are to be included in the metric data set.</p>');
|
| 63 |
|
67 |
|
| 64 |
tips.svn_tag = new Array(-180, 20, 180, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">SUBVERSION TAG<hr size="1" noshade>'+
|
68 |
tips.svn_tag = newTip(-180, 20, 180, 10, 'SUBVERSION TAG',
|
| 65 |
'Enter the Subversion tag. This is a named directory within the packages \'tags\' directory. It may be pegged.');
|
69 |
'Enter the Subversion tag. This is a named directory within the packages \'tags\' directory. It may be pegged.');
|
| 66 |
|
70 |
|
| 67 |
tips.svn_source_path = new Array(-180, 20, 180, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">SUBVERSION SOURCE PATH<hr size="1" noshade>'+
|
71 |
tips.svn_source_path = newTip(-180, 20, 180, 10, 'SUBVERSION SOURCE PATH',
|
| 68 |
'Enter the Subversion path to the development branch of the package. <p>The first element will be a symbolic repository reference. '+
|
72 |
'Enter the Subversion path to the development branch of the package. <p>The first element will be a symbolic repository reference. '+
|
| 69 |
'<p>The last element will be the packages development branch - which may be the trunk.'
|
73 |
'<p>The last element will be the packages development branch - which may be the trunk.');
|
| 70 |
);
|
- |
|
| 71 |
|
74 |
|
| 72 |
|
75 |
|
| 73 |
tips.pegged_version = new Array(-100, 10, 400, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">PEGGED VERSION<hr size="1" noshade>'+
|
76 |
tips.pegged_version = newTip(-100, 10, 400, 10, 'PEGGED VERSION',
|
| 74 |
'If a package version in a release is denoted as pegged, it means: '+
|
77 |
'If a package version in a release is denoted as pegged, it means: '+
|
| 75 |
'<p>The release will use the package at the pegged version, and the package will '+
|
78 |
'<p>The release will use the package at the pegged version, and the package will '+
|
| 76 |
'not be ripple built within the release.</p>'+
|
79 |
'not be ripple built within the release.</p>'+
|
| 77 |
'<p>The release will NOT have to contain the dependecies of the pegged package.</p>'+
|
80 |
'<p>The release will NOT have to contain the dependecies of the pegged package.</p>'+
|
| 78 |
'<p>The state (good or otherwise) of the package\'s dependencies will have no effect upon the '+
|
81 |
'<p>The state (good or otherwise) of the package\'s dependencies will have no effect upon the '+
|
| 79 |
'release, or the ability to build packages that depend upon it.</p>' +
|
82 |
'release, or the ability to build packages that depend upon it.</p>' +
|
| 80 |
'<p></P><p>Modifying this setting can only be done when editing the ripple properties of an official/released package version</p>');
|
83 |
'<p></P><p>Modifying this setting can only be done when editing the ripple properties of an official/released package version</p>');
|
| 81 |
|
84 |
|
| 82 |
tips.advisory_ripple_version= new Array(-100, 10, 400, 10,'<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">ADVISORY RIPPLE VERSION<hr size="1" noshade>'+
|
85 |
tips.advisory_ripple_version= newTip(-100, 10, 400, 10,'ADVISORY RIPPLE VERSION',
|
| 83 |
'If a package in a release is marked with advisory ripple, it means that when '+
|
86 |
'If a package in a release is marked with advisory ripple, it means that when '+
|
| 84 |
'a new version of the package is made official (i.e. released), it will not cause '+
|
87 |
'a new version of the package is made official (i.e. released), it will not cause '+
|
| 85 |
'higher level packages that depend upon it to be rippled.' +
|
88 |
'higher level packages that depend upon it to be rippled.' +
|
| 86 |
'<p></P><p>Modifying this setting can only be done when editing the ripple properties of an official/released package version</p>');
|
89 |
'<p></P><p>Modifying this setting can only be done when editing the ripple properties of an official/released package version</p>');
|
| 87 |
|
90 |
|
| 88 |
|
91 |
|
| 89 |
tips.err1 = new Array(10, 0, 150, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">VERSION NOT FOUND<hr size="1" noshade>Specified version was never used before and it will be CREATED for this package.');
|
92 |
tips.err1 = newTip(10, 0, 150, 10, 'VERSION NOT FOUND','Specified version was never used before and it will be CREATED for this package.');
|
| 90 |
tips.err3 = new Array(10, 0, 150, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">DUPLICATE PACKAGE NAME<hr size="1" noshade>Duplicate package names are found. First occurrence will be used and other duplicates will be IGNORED.');
|
93 |
tips.err3 = newTip(10, 0, 150, 10, 'DUPLICATE PACKAGE NAME','Duplicate package names are found. First occurrence will be used and other duplicates will be IGNORED.');
|
| 91 |
tips.err4 = new Array(10, 0, 150, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">CIRCULAR DEPENDENCY<hr size="1" noshade>This package is dependent on the same package you are trying to update. It could be directly dependent or through a few levels of dependencies.<br>This package will be IGNORED.');
|
94 |
tips.err4 = newTip(10, 0, 150, 10, 'CIRCULAR DEPENDENCY','This package is dependent on the same package you are trying to update. It could be directly dependent or through a few levels of dependencies.<br>This package will be IGNORED.');
|
| 92 |
tips.err5 = new Array(10, 0, 150, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">EXISTS IN THIS RELEASE<hr size="1" noshade>This package already exists in your release.<br>This package will be IGNORED.');
|
95 |
tips.err5 = newTip(10, 0, 150, 10, 'EXISTS IN THIS RELEASE','This package already exists in your release.<br>This package will be IGNORED.');
|
| 93 |
|
96 |
|
| 94 |
tips.firefox_root_cause= new Array(-300, 10, 400, 100,'<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">ATTENTION FIREFOX USERS<hr size="1" noshade>'+
|
97 |
tips.firefox_root_cause = newTip(-300, 10, 400, 100,'ATTENTION FIREFOX USERS',
|
| 95 |
'Downloading local files via a UNC path is a security hazard and Firefox (silently) ignores such links by default.<p>'+
|
98 |
'Downloading local files via a UNC path is a security hazard and Firefox (silently) ignores such links by default.<p>'+
|
| 96 |
'Please follow this link to read the instructions on how to enable local file downloads in the Firefox browser.');
|
99 |
'Please follow this link to read the instructions on how to enable local file downloads in the Firefox browser.');
|
| 97 |
|
100 |
|
| 98 |
|
101 |
|
| 99 |
tips.RepRDS_pv = new Array(10, 0, 150, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">PACKAGE VERSION FILTER<hr size="1" noshade>Specify what type of Release Manager Package Versions to enquire upon, and whether to include versions that do not (yet) have any issues assigned to them.');
|
102 |
tips.RepRDS_pv = newTip(10, 0, 150, 10, 'PACKAGE VERSION FILTER','Specify what type of Release Manager Package Versions to enquire upon, and whether to include versions that do not (yet) have any issues assigned to them.');
|
| 100 |
|
103 |
|
| 101 |
tips.RepRDS_iss = new Array(10, 0, 150, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">ISSUE LIST FILTER<hr size="1" noshade>Specify which Release Manager issue list(s) to consider.');
|
104 |
tips.RepRDS_iss = newTip(10, 0, 150, 10, 'ISSUE LIST FILTER','Specify which Release Manager issue list(s) to consider.');
|
| 102 |
|
105 |
|
| 103 |
tips.RepRDS_trav = new Array(10, 0, 350, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">FROM RELEASED FILTER<hr size="1" noshade>These options are only relevant when the "From Released" checkbox is checked. '+
|
106 |
tips.RepRDS_trav = newTip(10, 0, 350, 10, 'FROM RELEASED FILTER','These options are only relevant when the "From Released" checkbox is checked. '+
|
| 104 |
'<p>Selecting to traverse ripples forces the report to look back over the history of released package versions until it finds '+
|
107 |
'<p>Selecting to traverse ripples forces the report to look back over the history of released package versions until it finds '+
|
| 105 |
'versions that were not ripple built. It will list the issues it finds in those found versions against the latest ripple versions '+
|
108 |
'versions that were not ripple built. It will list the issues it finds in those found versions against the latest ripple versions '+
|
| 106 |
'in the release.</p><p>Selecting this option can drammatically slow down report generation. To counter this, users are advised to '+
|
109 |
'in the release.</p><p>Selecting this option can drammatically slow down report generation. To counter this, users are advised to '+
|
| 107 |
'set the date limit back in time to no more than a few weeks or perhaps 1 month (the default limit)</p>');
|
110 |
'set the date limit back in time to no more than a few weeks or perhaps 1 month (the default limit)</p>');
|
| 108 |
|
111 |
|
| 109 |
tips.JatsExtraction_SVN = new Array(10, 0, 250, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">' +
|
- |
|
| 110 |
'Subversion<hr size="1" noshade>' +
|
- |
|
| 111 |
'Various extraction commands.<br>Choose a command that suits the current requirements.' +
|
112 |
tips.JatsExtraction_SVN = stdTip(250,'Subversion', 'Various extraction commands.<br>Choose a command that suits the current requirements.' +
|
| 112 |
'<p>Default - suits most requirements' +
|
113 |
'<p>Default - suits most requirements' +
|
| 113 |
'<br>Tag - Trace Tag back to development branch' +
|
114 |
'<br>Tag - Trace Tag back to development branch' +
|
| 114 |
'<br>Tip - Tip of the development branch' +
|
115 |
'<br>Tip - Tip of the development branch' +
|
| 115 |
'<br>Work - Default' +
|
116 |
'<br>Work - Default' +
|
| 116 |
'<br>Exact - Extract the tagged instance'
|
117 |
'<br>Exact - Extract the tagged instance' );
|
| 117 |
);
|
- |
|
| 118 |
|
118 |
|
| 119 |
tips.JatsExtraction_CC = new Array(10, 0, 200, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">' +
|
119 |
tips.JatsExtraction_CC = stdTip(200, 'ClearCase', 'Various extraction commands.<br>Choose a command that suits the current requirements.' +
|
| - |
|
120 |
'<p>A Project Branch will be displayed if configured, but it may not be suitable for all packages.');
|
| 120 |
'ClearCase<hr size="1" noshade>' +
|
121 |
|
| 121 |
'Various extraction commands.<br>Choose a command that suits the current requirements.' +
|
122 |
tips.JatsExtraction_CVS = stdTip(200,'CVS','Various extraction commands.<br>Choose a command that suits the current requirements.' );
|
| - |
|
123 |
tips.JatsExtraction_ = stdTip(200,'Unknown Version Control System','Various extraction commands.<br>Choose a command that suits the current requirements.' );
|
| - |
|
124 |
|
| - |
|
125 |
tips.ad_action = stdTip(200, 'ACTION', 'The internal name of the access control element.' );
|
| - |
|
126 |
tips.ad_description = stdTip(200, 'DESCRIPTION', 'A description of the access control element. );
|
| - |
|
127 |
tips.ad_access = stdTip(200, 'Project Independent Permissions', 'These are the basic permissions before project specific control elements have been applied.' );
|
| - |
|
128 |
tips.ad_data = stdTip(200, 'Project Specific Permissions', 'These are the permissions after project-specfic control elements have been applied.' );
|
| 122 |
'<p>A Project Branch will be displayed if configured, but it may not be suitable for all packages.');
|
129 |
tips.ad_active = stdTip(200, 'ACTIVE', 'The associated action should be available.<br>Controls do not need to visible for an action to be available.' );
|
| - |
|
130 |
tips.ad_visible = stdTip(200, 'VISIBLE', 'The associated action may have a control button that is shown to the user.<br>If the action is not active then the action should not be available to the user.' );
|
| 123 |
|
131 |
|
| 124 |
tips.JatsExtraction_CVS = new Array(10, 0, 200, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">' +
|
- |
|
| 125 |
'CVS<hr size="1" noshade>' +
|
- |
|
| 126 |
'Various extraction commands.<br>Choose a command that suits the current requirements.' );
|
- |
|
| 127 |
|
- |
|
| 128 |
tips.JatsExtraction_ = new Array(10, 0, 200, 10, '<img src="images/i_help.gif" width="12" height="12" hspace="2" align="absmiddle">' +
|
- |
|
| 129 |
'Unknown Version Control System<hr size="1" noshade>' +
|
- |
|
| 130 |
'Various extraction commands.<br>Choose a command that suits the current requirements.' );
|
- |
|
| 131 |
|
132 |
|
| 132 |
|
133 |
|
| 133 |
// TIP TEMPLATE
|
134 |
// TIP TEMPLATE
|
| 134 |
template = '<table bgcolor="#000000" cellpadding="1" cellspacing="0" width="%2%" border="0">' +
|
135 |
template = '<table bgcolor="#000000" cellpadding="1" cellspacing="0" width="%2%" border="0">' +
|
| 135 |
'<tr><td><table bgcolor="#FFFFCC" cellpadding="2" cellspacing="0" width="100%" border="0">' +
|
136 |
'<tr><td><table bgcolor="#FFFFCC" cellpadding="2" cellspacing="0" width="100%" border="0">' +
|