| 119 |
ghuddy |
1 |
/*
|
| 4230 |
dpurdie |
2 |
***** HELP TIPS ****
|
|
|
3 |
*
|
|
|
4 |
* Note: Use of this file is deprecated
|
|
|
5 |
* Preferred technique is to define page-specific tips within the page using the tips
|
|
|
6 |
* See _form_new_version_page.asp for an example
|
|
|
7 |
* Can still be used for tips that are used in multiple locations
|
| 119 |
ghuddy |
8 |
*/
|
|
|
9 |
|
|
|
10 |
with (formTips)
|
|
|
11 |
{
|
| 3959 |
dpurdie |
12 |
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>' +
|
|
|
13 |
'To move package to a new Base View, click on <img src="images/i_new_group.gif" width="17" height="17" align="absmiddle">');
|
|
|
14 |
tips.depsant = newTip(-150, 0, 150, 10, 'DEPENDENCIES','Paste in <b>sandbox</b> tags.');
|
|
|
15 |
tips.dependencies = newTip(-150, 0, 150, 10, 'DEPENDENCIES','Paste <b>BuildPackageArchive</b> lines from build.pl file.<br>' +
|
|
|
16 |
'You may use single ( \' ) OR double ( \" ) quotes.');
|
|
|
17 |
tips.addoldpkg = newTip(-150, 0, 150, 10, 'PACKAGES','Select package(s) and click NEXT. Hold CTRL key to select multiple packages.' +
|
|
|
18 |
'<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">');
|
|
|
19 |
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.');
|
|
|
20 |
tips.ripple_type = newTip(-150, 20, 150, 10, 'RIPPLE TYPE','This enables a package to advertise how it will be numbered when rippled.');
|
| 6370 |
dpurdie |
21 |
tips.ripple_build = newTip(-150, 20, 200, 10, 'BUILD INCLUSION','When set to No, this package and all packages which depend on this package are excluded from the build.');
|
| 6642 |
dpurdie |
22 |
tips.advisory_ripple = newTip(-150, 20, 150, 10, 'ADVISORY RIPPLE','When set to Yes, changes to this package-version will not cause dependent packages to be rippled.');
|
| 3959 |
dpurdie |
23 |
tips.pubread = newTip(-150, 0, 150, 10, 'PUBLIC READ','Allow other users to use your view with no permissions to alter.');
|
|
|
24 |
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.');
|
|
|
25 |
tips.ut_test_type = newTip(-150, 0, 150, 10, 'TEST TYPE','Describes the type of test performed.');
|
|
|
26 |
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 %.');
|
|
|
27 |
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.');
|
|
|
28 |
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.');
|
|
|
29 |
tips.v_ext = newTip(-150, 0, 150, 10, 'VERSION EXTENSION','Supply version extension if required. <br>(e.g. .mas, .syd, .project)');
|
| 119 |
ghuddy |
30 |
|
| 3959 |
dpurdie |
31 |
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.');
|
|
|
32 |
tips.JatsTest = newTip(-150, 20, 150, 10, 'JATS TEST','Use this jats command to test-build a package before release.');
|
| 125 |
ghuddy |
33 |
|
|
|
34 |
|
| 3959 |
dpurdie |
35 |
tips.AdditionPending = newTip(-150, 20, 160, 10, 'ADDITION PENDING', 'This item is pending approval in Release B (the destination release).<p></p><p>'+
|
|
|
36 |
'Go to the Pending Tab in Release B to approve this and other similar items.</p>');
|
| 125 |
ghuddy |
37 |
|
| 3959 |
dpurdie |
38 |
tips.RemovalPending = newTip(-150, 20, 160, 10, 'REMOVAL PENDING',
|
|
|
39 |
'This items removal is pending approval in Release B (the destination release).<p></p><p>'+
|
|
|
40 |
'Go to the Pending Tab in Release B to approve this and other similar items.</p>');
|
| 125 |
ghuddy |
41 |
|
| 3959 |
dpurdie |
42 |
tips.Top10ChangeCounts = newTip(-150, 20, 250, 10, 'CHANGE COUNTS',
|
|
|
43 |
'These counts include changes to these packages that may have occured in other releases.<p></p><p>'+
|
|
|
44 |
'The selected and enclosing release is used just to select names of packages, '+
|
|
|
45 |
'and extensions of package versions that are to be included in the metric data set.</p>');
|
| 125 |
ghuddy |
46 |
|
| 3959 |
dpurdie |
47 |
tips.pegged_version = newTip(-100, 10, 400, 10, 'PEGGED VERSION',
|
| 131 |
ghuddy |
48 |
'If a package version in a release is denoted as pegged, it means: '+
|
|
|
49 |
'<p>The release will use the package at the pegged version, and the package will '+
|
|
|
50 |
'not be ripple built within the release.</p>'+
|
|
|
51 |
'<p>The release will NOT have to contain the dependecies of the pegged package.</p>'+
|
|
|
52 |
'<p>The state (good or otherwise) of the package\'s dependencies will have no effect upon the '+
|
| 151 |
ghuddy |
53 |
'release, or the ability to build packages that depend upon it.</p>' +
|
|
|
54 |
'<p></P><p>Modifying this setting can only be done when editing the ripple properties of an official/released package version</p>');
|
| 131 |
ghuddy |
55 |
|
| 3959 |
dpurdie |
56 |
tips.advisory_ripple_version= newTip(-100, 10, 400, 10,'ADVISORY RIPPLE VERSION',
|
| 151 |
ghuddy |
57 |
'If a package in a release is marked with advisory ripple, it means that when '+
|
|
|
58 |
'a new version of the package is made official (i.e. released), it will not cause '+
|
|
|
59 |
'higher level packages that depend upon it to be rippled.' +
|
|
|
60 |
'<p></P><p>Modifying this setting can only be done when editing the ripple properties of an official/released package version</p>');
|
|
|
61 |
|
|
|
62 |
|
| 3959 |
dpurdie |
63 |
tips.err1 = newTip(10, 0, 150, 10, 'VERSION NOT FOUND','Specified version was never used before and it will be CREATED for this package.');
|
|
|
64 |
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.');
|
|
|
65 |
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.');
|
|
|
66 |
tips.err5 = newTip(10, 0, 150, 10, 'EXISTS IN THIS RELEASE','This package already exists in your release.<br>This package will be IGNORED.');
|
| 119 |
ghuddy |
67 |
|
| 3959 |
dpurdie |
68 |
tips.firefox_root_cause = newTip(-300, 10, 400, 100,'ATTENTION FIREFOX USERS',
|
| 157 |
ghuddy |
69 |
'Downloading local files via a UNC path is a security hazard and Firefox (silently) ignores such links by default.<p>'+
|
|
|
70 |
'Please follow this link to read the instructions on how to enable local file downloads in the Firefox browser.');
|
| 119 |
ghuddy |
71 |
|
|
|
72 |
|
| 3959 |
dpurdie |
73 |
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.');
|
| 157 |
ghuddy |
74 |
|
| 3959 |
dpurdie |
75 |
tips.RepRDS_iss = newTip(10, 0, 150, 10, 'ISSUE LIST FILTER','Specify which Release Manager issue list(s) to consider.');
|
| 157 |
ghuddy |
76 |
|
| 3959 |
dpurdie |
77 |
tips.RepRDS_trav = newTip(10, 0, 350, 10, 'FROM RELEASED FILTER','These options are only relevant when the "From Released" checkbox is checked. '+
|
| 159 |
ghuddy |
78 |
'<p>Selecting to traverse ripples forces the report to look back over the history of released package versions until it finds '+
|
|
|
79 |
'versions that were not ripple built. It will list the issues it finds in those found versions against the latest ripple versions '+
|
|
|
80 |
'in the release.</p><p>Selecting this option can drammatically slow down report generation. To counter this, users are advised to '+
|
|
|
81 |
'set the date limit back in time to no more than a few weeks or perhaps 1 month (the default limit)</p>');
|
| 5684 |
dpurdie |
82 |
tips.SchedTime = stdTip(200, 'Color Code', '<SPAN style=color:Red>Red</SPAN> = overdue<br><SPAN style=color:Green>Green</SPAN> = ready' );
|
| 7291 |
dpurdie |
83 |
tips.FindFile = stdTip(200, 'Find Files', 'Use \'*\' as a wildcard character<br>Use \'Return\' to initiate searching<br>Individual fields can be filtered.<br>The fields can be sorted.' );
|
| 119 |
ghuddy |
84 |
}
|