| Line 673... |
Line 673... |
| 673 |
clipClass = ""
|
673 |
clipClass = ""
|
| 674 |
ExtractText = "Cannot be extracted with JATS"
|
674 |
ExtractText = "Cannot be extracted with JATS"
|
| 675 |
End If
|
675 |
End If
|
| 676 |
%>
|
676 |
%>
|
| 677 |
<tr>
|
677 |
<tr>
|
| 678 |
<td width="20%" bgcolor=#e4e9ec class="sublbox_txt"><strong><%=title%></strong><%=Quick_Help(helpTag)%></td>
|
678 |
<td width="20%" ><%=title%><%=Quick_Help(helpTag)%></td>
|
| 679 |
<td bgcolor=#f5f5f5 class="sublbox_txt">
|
679 |
<td>
|
| 680 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
680 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
| 681 |
<tr class="sublbox_txt">
|
681 |
<tr>
|
| 682 |
<td width=15% colspan=2 nowrap class="sublbox_txt">
|
682 |
<td width=15% colspan=2 nowrap>
|
| 683 |
<%=versionText%>
|
683 |
<%=versionText%>
|
| 684 |
<%If showLink Then %>
|
684 |
<%If showLink Then %>
|
| 685 |
<a href=<%=getLinkUrl(pvid)%>>
|
685 |
<a href=<%=getLinkUrl(pvid)%>>
|
| 686 |
<img src="images/i_link.gif" hspace="2" border="0" align='absmiddle' title="Show this version">
|
686 |
<img src="images/i_link.gif" hspace="2" border="0" align='absmiddle' title="Show this version">
|
| 687 |
</a>
|
687 |
</a>
|
| 688 |
<%End If%>
|
688 |
<%End If%>
|
| 689 |
</td>
|
689 |
</td>
|
| 690 |
<%If NOT IsNull(tagText) Then %>
|
690 |
<%If NOT IsNull(tagText) Then %>
|
| 691 |
<td colspan=2 nowrap class="sublbox_txt <%=clipClass%>">
|
691 |
<td colspan=2 nowrap class="<%=clipClass%>">
|
| 692 |
<%=ExtractText%>
|
692 |
<%=ExtractText%>
|
| 693 |
</td>
|
693 |
</td>
|
| 694 |
<%End If%>
|
694 |
<%End If%>
|
| 695 |
</tr>
|
695 |
</tr>
|
| 696 |
</table>
|
696 |
</table>
|
| Line 725... |
Line 725... |
| 725 |
SvnLabel = "SomeLabel.WIP"
|
725 |
SvnLabel = "SomeLabel.WIP"
|
| 726 |
End If
|
726 |
End If
|
| 727 |
|
727 |
|
| 728 |
%>
|
728 |
%>
|
| 729 |
<tr>
|
729 |
<tr>
|
| 730 |
<td width="20%" bgcolor=#e4e9ec class="sublbox_txt" valign="top"><strong><%=title%></strong><%=Quick_Help("CreationHints")%></td>
|
730 |
<td><%=title%><%=Quick_Help("CreationHints")%></td>
|
| 731 |
<td bgcolor=#f5f5f5 class="sublbox_txt">
|
731 |
<td>
|
| 732 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
732 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
| 733 |
<tr><td nowrap class="sublbox_txt clip"> jats svn create_package -new <%=SvnUrl%> </td></tr>
|
733 |
<tr><td nowrap class="clip"> jats svn create_package -new <%=SvnUrl%> </td></tr>
|
| 734 |
<tr><td nowrap class="sublbox_txt clip"> jats svn create_package -new <%=SvnUrl%> -import=<PkgDir> </td></tr>
|
734 |
<tr><td nowrap class="clip"> jats svn create_package -new <%=SvnUrl%> -import=<PkgDir> </td></tr>
|
| 735 |
<tr><td nowrap class="sublbox_txt clip"> jats svn create_package -new <%=SvnUrl%> -label=<%=SvnLabel%> -import=<PkgDir> </td></tr>
|
735 |
<tr><td nowrap class="clip"> jats svn create_package -new <%=SvnUrl%> -label=<%=SvnLabel%> -import=<PkgDir> </td></tr>
|
| 736 |
<tr><td nowrap class="sublbox_txt clip"> jats svn create_package -new <%=SvnUrl%> -label=<%=SvnLabel%> -import=<%=pkgInfoHash.Item ("pkg_name")%> </td></tr>
|
736 |
<tr><td nowrap class="clip"> jats svn create_package -new <%=SvnUrl%> -label=<%=SvnLabel%> -import=<%=pkgInfoHash.Item ("pkg_name")%> </td></tr>
|
| 737 |
</table>
|
737 |
</table>
|
| 738 |
</td>
|
738 |
</td>
|
| 739 |
</tr>
|
739 |
</tr>
|
| 740 |
<%
|
740 |
<%
|
| 741 |
Else
|
741 |
Else
|
| 742 |
%>
|
742 |
%>
|
| 743 |
<tr>
|
743 |
<tr>
|
| 744 |
<td width="20%" bgcolor=#e4e9ec class="sublbox_txt" valign="top"><strong><%=title%></strong></td>
|
- |
|
| 745 |
<td bgcolor=#f5f5f5 class="sublbox_txt">
|
744 |
<td><%=title%></td>
|
| 746 |
Not supported under this version control system.
|
745 |
<td>Not supported under this version control system.</td>
|
| 747 |
</td>
|
- |
|
| 748 |
</tr>
|
746 |
</tr>
|
| 749 |
<%
|
747 |
<%
|
| 750 |
End If
|
748 |
End If
|
| 751 |
End Sub
|
749 |
End Sub
|
| 752 |
%>
|
750 |
%>
|
| Line 762... |
Line 760... |
| 762 |
<%If pageIsEditable Then%>
|
760 |
<%If pageIsEditable Then%>
|
| 763 |
<span onClick="MM_openVixIFrame('_wform_pkg_info.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','Package Info')" class="txt_linked pointer">Edit<img src="images/i_edit.gif" width="12" height="12" hspace="2" border="0" align='absmiddle'></span>
|
761 |
<span onClick="MM_openVixIFrame('_wform_pkg_info.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','Package Info')" class="txt_linked pointer">Edit<img src="images/i_edit.gif" width="12" height="12" hspace="2" border="0" align='absmiddle'></span>
|
| 764 |
<%End If%>
|
762 |
<%End If%>
|
| 765 |
</div>
|
763 |
</div>
|
| 766 |
<a name="PACKAGE_INFORMATION"></a>
|
764 |
<a name="PACKAGE_INFORMATION"></a>
|
| 767 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
765 |
<table width="100%" border="0" cellspacing="1" cellpadding="2" class='lhsGrey'>
|
| 768 |
<%
|
766 |
<%
|
| 769 |
Set rsQry = OraDatabase.DbCreateDynaset( SQL_Package_Information ( parPv_id ), cint(0))
|
767 |
Set rsQry = OraDatabase.DbCreateDynaset( SQL_Package_Information ( parPv_id ), cint(0))
|
| 770 |
|
768 |
|
| 771 |
Call get_vcs_info_for_package( rsQry("pkg_label"), rsQry("build_type"), rsQry("vcs_type_id"), rsQry("dlocked"), vcsInfoCollector )
|
769 |
Call get_vcs_info_for_package( rsQry("pkg_label"), rsQry("build_type"), rsQry("vcs_type_id"), rsQry("dlocked"), vcsInfoCollector )
|
| 772 |
|
770 |
|
| Line 822... |
Line 820... |
| 822 |
End If
|
820 |
End If
|
| 823 |
End if
|
821 |
End if
|
| 824 |
%>
|
822 |
%>
|
| 825 |
|
823 |
|
| 826 |
<tr>
|
824 |
<tr>
|
| 827 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top">
|
825 |
<td>
|
| 828 |
<% If bcan_unlock Then %>
|
826 |
<% If bcan_unlock Then %>
|
| 829 |
<a class='sublbox_txt' title='<%=stitle%>' href='<%=shref%>'><b>Status:</b> <img src='images/i_edit.gif' width='12' height='12' border='0' align='absmiddle'></a>
|
827 |
<span title='<%=stitle%>' class='pointer' onClick="window.location='<%=shref%>'">Status: <img src='images/i_edit.gif' width='12' height='12' border='0' align='absmiddle'></span>
|
| 830 |
<% Else %>
|
828 |
<% Else %>
|
| 831 |
<b>Status:</b><img src='images/i_edit_disable.gif' width='12' height='12' border='0' title='Cannot change status' align='absmiddle'>
|
829 |
Status:<img src='images/i_edit_disable.gif' width='12' height='12' border='0' title='Cannot change status' align='absmiddle'>
|
| 832 |
<% End If %>
|
830 |
<% End If %>
|
| 833 |
</td>
|
831 |
</td>
|
| 834 |
<td bgcolor=#f5f5f5 class="sublbox_txt"><%=sstate%></td>
|
832 |
<td><%=sstate%></td>
|
| 835 |
</tr>
|
833 |
</tr>
|
| 836 |
|
834 |
|
| 837 |
<tr>
|
835 |
<tr>
|
| 838 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top"><b>Deployable:</b></td>
|
836 |
<td>Deployable:</td>
|
| 839 |
<td bgcolor=#f5f5f5 class="sublbox_txt"><%=iif(IsNull( rsQry("is_deployable") ), "No","Yes")%></td>
|
837 |
<td><%=iif(IsNull( rsQry("is_deployable") ), "No","Yes")%></td>
|
| 840 |
</tr>
|
838 |
</tr>
|
| 841 |
|
839 |
|
| 842 |
<tr>
|
840 |
<tr>
|
| 843 |
<td width="1%" nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top"><b>Short Description:</b></td>
|
841 |
<td>Short Description:</td>
|
| 844 |
<td witdh="100%" bgcolor=#f5f5f5 class="sublbox_txt clip">
|
842 |
<td class="clip">
|
| 845 |
<%If IsNull( rsQry("pv_description") ) Then%>
|
843 |
<%If IsNull( rsQry("pv_description") ) Then%>
|
| 846 |
<span class='err_alert'>Required!</span>
|
844 |
<span class='err_alert'>Required!</span>
|
| 847 |
<%Else%>
|
845 |
<%Else%>
|
| 848 |
<%=NewLine_To_BR ( To_HTML( rsQry("pv_description") ) )%>
|
846 |
<%=NewLine_To_BR ( To_HTML( rsQry("pv_description") ) )%>
|
| 849 |
<%End If%>
|
847 |
<%End If%>
|
| 850 |
</td>
|
848 |
</td>
|
| 851 |
</tr>
|
849 |
</tr>
|
| 852 |
<tr>
|
850 |
<tr>
|
| 853 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top"><b>Package Overview:</b> </td>
|
851 |
<td>Package Overview:</td>
|
| 854 |
<td bgcolor=#f5f5f5 class="sublbox_txt clip">
|
852 |
<td class="clip">
|
| 855 |
<%If IsNull( rsQry("pv_overview") ) Then%>
|
853 |
<%If IsNull( rsQry("pv_overview") ) Then%>
|
| 856 |
<span class='err_alert'>Required!</span>
|
854 |
<span class='err_alert'>Required!</span>
|
| 857 |
<%Else%>
|
855 |
<%Else%>
|
| 858 |
<%=NewLine_To_BR ( To_HTML( rsQry("pv_overview") ) )%>
|
856 |
<%=NewLine_To_BR ( To_HTML( rsQry("pv_overview") ) )%>
|
| 859 |
<%End If%>
|
857 |
<%End If%>
|
| Line 864... |
Line 862... |
| 864 |
Dim sonclick
|
862 |
Dim sonclick
|
| 865 |
Dim imgClass
|
863 |
Dim imgClass
|
| 866 |
Dim sClass
|
864 |
Dim sClass
|
| 867 |
%>
|
865 |
%>
|
| 868 |
<tr>
|
866 |
<tr>
|
| 869 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top">
|
867 |
<td>
|
| 870 |
<%BuildEditButtonRaw canActionControlInProject ("EditPackageLicence") OR canActionControl("MSMaintainer"), _
|
868 |
<%BuildEditButtonRaw canActionControlInProject ("EditPackageLicence") OR canActionControl("MSMaintainer"), _
|
| 871 |
"Package Licence:", "Edit", False, "src='images/i_edit.gif' width='12' height='12' border='0' align='absmiddle'",_
|
869 |
"Package Licence:", "Edit", False, "src='images/i_edit.gif' width='12' height='12' border='0' align='absmiddle'",_
|
| 872 |
"MM_openVixIFrame('_wform_change_licence.asp?pv_id="& parPv_id &"&rtag_id="& parRtag_id &"','Change License')" %>
|
870 |
"MM_openVixIFrame('_wform_change_licence.asp?pv_id="& parPv_id &"&rtag_id="& parRtag_id &"','Change License')" %>
|
| 873 |
</td>
|
871 |
</td>
|
| 874 |
<td bgcolor=#f5f5f5 class="sublbox_txt">
|
872 |
<td>
|
| 875 |
<%=getLicence()%>
|
873 |
<%=getLicence()%>
|
| 876 |
</td>
|
874 |
</td>
|
| 877 |
</tr>
|
875 |
</tr>
|
| 878 |
<!-- Build Owner -->
|
876 |
<!-- Build Owner -->
|
| 879 |
<tr class="sublbox_txt" >
|
877 |
<tr>
|
| 880 |
<td nowrap bgcolor=#e4e9ec valign="top">
|
878 |
<td>
|
| 881 |
<%BuildEditButtonRaw objAccessControl.UserLogedIn() AND NOT pkgInfoHash.Item("is_sdkpkg"),_
|
879 |
<%BuildEditButtonRaw objAccessControl.UserLogedIn() AND NOT pkgInfoHash.Item("is_sdkpkg"),_
|
| 882 |
"Build Owner:", "Edit", False, "src='images/i_edit.gif' width='12' height='12' border='0' align='absmiddle'",_
|
880 |
"Build Owner:", "Edit", False, "src='images/i_edit.gif' width='12' height='12' border='0' align='absmiddle'",_
|
| 883 |
"MM_openVixIFrame('_wform_change_owner.asp?pv_id="& parPv_id &"&rtag_id="& parRtag_id &"','Change Owner')" %>
|
881 |
"MM_openVixIFrame('_wform_change_owner.asp?pv_id="& parPv_id &"&rtag_id="& parRtag_id &"','Change Owner')" %>
|
| 884 |
<%=Quick_Help("BuildOwner")%>
|
882 |
<%=Quick_Help("BuildOwner")%>
|
| 885 |
</td>
|
883 |
</td>
|
| 886 |
<td bgcolor=#f5f5f5><%=emailField(pkgInfoHash.Item ("owner"),pkgInfoHash.Item ("owner_email"))%></td>
|
884 |
<td><%=emailField(pkgInfoHash.Item ("owner"),pkgInfoHash.Item ("owner_email"))%></td>
|
| 887 |
</tr>
|
885 |
</tr>
|
| 888 |
|
886 |
|
| 889 |
<%
|
- |
|
| 890 |
' Created:
|
- |
|
| 891 |
%>
|
- |
|
| 892 |
<tr>
|
887 |
<tr>
|
| 893 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top"><b>Created:</b></td>
|
888 |
<td>Created:</td>
|
| 894 |
<td bgcolor=#f5f5f5 class="sublbox_txt">
|
889 |
<td>
|
| 895 |
<%=DisplayDate(pkgInfoHash.Item ("created_stamp"))&" by "& emailField(pkgInfoHash.Item ("creator"),pkgInfoHash.Item ("creator_email"))%>
|
890 |
<%=DisplayDate(pkgInfoHash.Item ("created_stamp"))&" by "& emailField(pkgInfoHash.Item ("creator"),pkgInfoHash.Item ("creator_email"))%>
|
| 896 |
</td>
|
891 |
</td>
|
| 897 |
</tr>
|
892 |
</tr>
|
| 898 |
|
893 |
|
| 899 |
<%
|
894 |
<%
|
| 900 |
' Last Modified:
|
895 |
' Last Modified:
|
| 901 |
%>
|
896 |
%>
|
| 902 |
<tr>
|
897 |
<tr>
|
| 903 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top"><b>Last Modified:</b></td>
|
898 |
<td>Last Modified:</td>
|
| 904 |
<td bgcolor=#f5f5f5 class="sublbox_txt">
|
899 |
<td>
|
| 905 |
<%=DisplayDateTimeSecs(pkgInfoHash.Item ("modified_stamp"))&" by "& emailField(pkgInfoHash.Item ("modifier"),pkgInfoHash.Item ("modifier_email"))%>
|
900 |
<%=DisplayDateTimeSecs(pkgInfoHash.Item ("modified_stamp"))&" by "& emailField(pkgInfoHash.Item ("modifier"),pkgInfoHash.Item ("modifier_email"))%>
|
| 906 |
</td>
|
901 |
</td>
|
| 907 |
</tr>
|
902 |
</tr>
|
| 908 |
|
903 |
|
| 909 |
<%
|
904 |
<%
|
| 910 |
' Added to Release
|
905 |
' Added to Release
|
| 911 |
If IsNull(pkgInfoHash.Item ("is_patch")) AND (Request("rtag_id") <> "") AND (pkgInfoHash.Item ("insertor") <> "") Then
|
906 |
If IsNull(pkgInfoHash.Item ("is_patch")) AND (Request("rtag_id") <> "") AND (pkgInfoHash.Item ("insertor") <> "") Then
|
| 912 |
%>
|
907 |
%>
|
| 913 |
<tr>
|
908 |
<tr>
|
| 914 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top"><b>Added to Release:</b></td>
|
909 |
<td>Added to Release:</td>
|
| 915 |
<td bgcolor=#f5f5f5 class="sublbox_txt">
|
910 |
<td>
|
| 916 |
<%=DisplayDate(pkgInfoHash.Item ("insert_stamp")) &" by "& emailField(pkgInfoHash.Item ("insertor"),pkgInfoHash.Item ("insertor_email"))%>
|
911 |
<%=DisplayDate(pkgInfoHash.Item ("insert_stamp")) &" by "& emailField(pkgInfoHash.Item ("insertor"),pkgInfoHash.Item ("insertor_email"))%>
|
| 917 |
</td>
|
912 |
</td>
|
| 918 |
</tr>
|
913 |
</tr>
|
| 919 |
<%End If%>
|
914 |
<%End If%>
|
| 920 |
|
915 |
|
| 921 |
<%If (vcsInfoCollector.Item("vcs_tag") = enum_VCS_CLEARCASE_TAG) OR (vcsInfoCollector.Item("vcs_tag") = enum_VCS_CVS_TAG) Then%>
|
916 |
<%If (vcsInfoCollector.Item("vcs_tag") = enum_VCS_CLEARCASE_TAG) OR (vcsInfoCollector.Item("vcs_tag") = enum_VCS_CVS_TAG) Then%>
|
| 922 |
<tr>
|
917 |
<tr>
|
| 923 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top"><b>Version Control System:</b></td>
|
918 |
<td>Version Control System:</td>
|
| 924 |
<td bgcolor=#f5f5f5 class="sublbox_txt">
|
919 |
<td>
|
| 925 |
<%=NewLine_To_BR ( To_HTML( vcsInfoCollector.Item("vcs_name") ) )%>
|
920 |
<%=NewLine_To_BR ( To_HTML( vcsInfoCollector.Item("vcs_name") ) )%>
|
| 926 |
<%If (vcsInfoCollector.Item("vcs_tag") = enum_VCS_CVS_TAG) AND pkgInfoHash.Item ("build_type") = "A" Then%>
|
921 |
<%If (vcsInfoCollector.Item("vcs_tag") = enum_VCS_CVS_TAG) AND pkgInfoHash.Item ("build_type") = "A" Then%>
|
| 927 |
<span class='err_alert'>[Requires Manual Build]</span>
|
922 |
<span class='err_alert'>[Requires Manual Build]</span>
|
| 928 |
<%End If%>
|
923 |
<%End If%>
|
| 929 |
<td>
|
924 |
<td>
|
| 930 |
</tr>
|
925 |
</tr>
|
| 931 |
|
926 |
|
| 932 |
<tr>
|
927 |
<tr>
|
| 933 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top"><b>Source Path:</b> </td>
|
928 |
<td>Source Path:</td>
|
| 934 |
<td bgcolor=#f5f5f5 class="sublbox_txt">
|
929 |
<td>
|
| 935 |
<%If IsNull( rsQry("src_path") ) Then%>
|
930 |
<%If IsNull( rsQry("src_path") ) Then%>
|
| 936 |
<span class='err_alert'>Required!</span><%Else%><%=NewLine_To_BR ( To_HTML( rsQry("src_path") ) )%>
|
931 |
<span class='err_alert'>Required!</span><%Else%><%=NewLine_To_BR ( To_HTML( rsQry("src_path") ) )%>
|
| 937 |
<%End If%>
|
932 |
<%End If%>
|
| 938 |
</td>
|
933 |
</td>
|
| 939 |
</tr>
|
934 |
</tr>
|
| 940 |
|
935 |
|
| 941 |
<tr>
|
936 |
<tr>
|
| 942 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top"><b>Label:</b></td>
|
937 |
<td>Label:</td>
|
| 943 |
<td bgcolor=#f5f5f5 class="sublbox_txt">
|
938 |
<td>
|
| 944 |
<%If IsNull( rsQry("pkg_label") ) Then%>
|
939 |
<%If IsNull( rsQry("pkg_label") ) Then%>
|
| 945 |
<span class='err_alert'>Required!</span><%Else%><%=NewLine_To_BR ( To_HTML( rsQry("pkg_label") ) )%>
|
940 |
<span class='err_alert'>Required!</span><%Else%><%=NewLine_To_BR ( To_HTML( rsQry("pkg_label") ) )%>
|
| 946 |
<%End If%>
|
941 |
<%End If%>
|
| 947 |
</td>
|
942 |
</td>
|
| 948 |
</tr>
|
943 |
</tr>
|
| 949 |
<%ElseIf vcsInfoCollector.Item("vcs_tag") = enum_VCS_SUBVERSION_TAG Then%>
|
944 |
<%ElseIf vcsInfoCollector.Item("vcs_tag") = enum_VCS_SUBVERSION_TAG Then%>
|
| 950 |
<tr>
|
945 |
<tr>
|
| 951 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top"><b>Version Control System:</b></td>
|
946 |
<td>Version Control System:</td>
|
| 952 |
<td bgcolor=#f5f5f5 class="sublbox_txt">
|
947 |
<td>
|
| 953 |
<%=NewLine_To_BR ( To_HTML( vcsInfoCollector.Item("vcs_name") ) )%>
|
948 |
<%=NewLine_To_BR ( To_HTML( vcsInfoCollector.Item("vcs_name") ) )%>
|
| 954 |
</td>
|
949 |
</td>
|
| 955 |
</tr>
|
950 |
</tr>
|
| 956 |
|
951 |
|
| 957 |
<tr>
|
952 |
<tr>
|
| 958 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top"><b>Source Path:</b> </td>
|
953 |
<td>Source Path:</td>
|
| 959 |
<td bgcolor=#f5f5f5 class="sublbox_txt clip">
|
954 |
<td class="clip">
|
| 960 |
<%If IsNull( rsQry("src_path") ) Then%>
|
955 |
<%If IsNull( rsQry("src_path") ) Then%>
|
| 961 |
<span class='err_alert'>Required!</span><%Else%><%=NewLine_To_BR ( To_HTML( rsQry("src_path") ) )%>
|
956 |
<span class='err_alert'>Required!</span><%Else%><%=NewLine_To_BR ( To_HTML( rsQry("src_path") ) )%>
|
| 962 |
<%End If%>
|
957 |
<%End If%>
|
| 963 |
</td>
|
958 |
</td>
|
| 964 |
</tr>
|
959 |
</tr>
|
| 965 |
|
960 |
|
| 966 |
<tr>
|
961 |
<tr>
|
| 967 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top"><b>Tag:</b></td>
|
962 |
<td>Tag:</td>
|
| 968 |
<td bgcolor=#f5f5f5 class="sublbox_txt clip">
|
963 |
<td class="clip">
|
| 969 |
<%If IsNull( rsQry("pkg_label") ) Then%>
|
964 |
<%If IsNull( rsQry("pkg_label") ) Then%>
|
| 970 |
<span class='err_alert'>Required!</span><%Else%><%=NewLine_To_BR ( To_HTML( rsQry("pkg_label") ) )%>
|
965 |
<span class='err_alert'>Required!</span><%Else%><%=NewLine_To_BR ( To_HTML( rsQry("pkg_label") ) )%>
|
| 971 |
<%End If%>
|
966 |
<%End If%>
|
| 972 |
</td>
|
967 |
</td>
|
| 973 |
</tr>
|
968 |
</tr>
|
| 974 |
|
969 |
|
| 975 |
<%ElseIf vcsInfoCollector.Item("vcs_tag") = enum_VCS_UNCONTROLLED_TAG Then%>
|
970 |
<%ElseIf vcsInfoCollector.Item("vcs_tag") = enum_VCS_UNCONTROLLED_TAG Then%>
|
| 976 |
<tr>
|
971 |
<tr>
|
| 977 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top"><b>Version Control System:</b></td>
|
972 |
<td>Version Control System:</td>
|
| 978 |
<td bgcolor=#f5f5f5 class="sublbox_txt">
|
973 |
<td>
|
| 979 |
<%=NewLine_To_BR ( To_HTML( vcsInfoCollector.Item("vcs_name") ) )%>
|
974 |
<%=NewLine_To_BR ( To_HTML( vcsInfoCollector.Item("vcs_name") ) )%>
|
| 980 |
</td>
|
975 |
</td>
|
| 981 |
</tr>
|
976 |
</tr>
|
| 982 |
<%Else%>
|
977 |
<%Else%>
|
| 983 |
<tr>
|
978 |
<tr>
|
| 984 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top"><b>Version Control System:</b></td>
|
979 |
<td>Version Control System:</td>
|
| 985 |
<td bgcolor=#f5f5f5 class="sublbox_txt">
|
980 |
<td>
|
| 986 |
<span class='err_alert'>Required!</span>
|
981 |
<span class='err_alert'>Required!</span>
|
| 987 |
</td>
|
982 |
</td>
|
| 988 |
</tr>
|
983 |
</tr>
|
| 989 |
<%End If%>
|
984 |
<%End If%>
|
| 990 |
|
985 |
|
| 991 |
<tr>
|
986 |
<tr>
|
| 992 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top">
|
987 |
<td>
|
| 993 |
<%BuildEditButtonRaw (pkgInfoHash.Item("can_edit_in_project") = "1") AND (objAccessControl.UserLogedIn) AND (canActionInProject()) AND pkgInfoHash.Item("base_view_id") <> "",_
|
988 |
<%BuildEditButtonRaw (pkgInfoHash.Item("can_edit_in_project") = "1") AND (objAccessControl.UserLogedIn) AND (canActionInProject()) AND pkgInfoHash.Item("base_view_id") <> "",_
|
| 994 |
"Base View:", "Edit", False, "src='images/i_edit.gif' width='12' height='12' border='0' align='absmiddle'",_
|
989 |
"Base View:", "Edit", False, "src='images/i_edit.gif' width='12' height='12' border='0' align='absmiddle'",_
|
| 995 |
"MM_openVixIFrame('_wform_change_group.asp?pv_id="& parPv_id &"&rtag_id="& parRtag_id &"','Set Package Base View')" %>
|
990 |
"MM_openVixIFrame('_wform_change_group.asp?pv_id="& parPv_id &"&rtag_id="& parRtag_id &"','Set Package Base View')" %>
|
| 996 |
</td>
|
991 |
</td>
|
| 997 |
<td bgcolor=#f5f5f5 class="sublbox_txt clip">
|
992 |
<td class="clip">
|
| 998 |
<% Dim CleanView : CleanView = pkgInfoHash.Item("view_name")
|
993 |
<% Dim CleanView : CleanView = pkgInfoHash.Item("view_name")
|
| 999 |
If CleanView = "" Then CleanView = "N/A"
|
994 |
If CleanView = "" Then CleanView = "N/A"
|
| 1000 |
Response.Write CleanView
|
995 |
Response.Write CleanView
|
| 1001 |
%>
|
996 |
%>
|
| 1002 |
</td>
|
997 |
</td>
|
| 1003 |
</tr>
|
998 |
</tr>
|
| 1004 |
|
999 |
|
| 1005 |
<tr>
|
1000 |
<tr>
|
| 1006 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top"><b>Following:</b><%=Quick_Help("following")%></td>
|
1001 |
<td>Following:<%=Quick_Help("following")%></td>
|
| 1007 |
<td bgcolor=#f5f5f5 class="sublbox_txt"><%=GetFollowing()%></td>
|
1002 |
<td><%=GetFollowing()%></td>
|
| 1008 |
</tr>
|
1003 |
</tr>
|
| 1009 |
|
1004 |
|
| 1010 |
<tr>
|
1005 |
<tr>
|
| 1011 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top">
|
- |
|
| 1012 |
<b>Build Standard:</b>
|
1006 |
<td>Build Standard:</td>
|
| 1013 |
</td>
|
- |
|
| 1014 |
<%
|
1007 |
<%
|
| 1015 |
If pkgInfoHash.Item ("bs_id") <> "" Then
|
1008 |
If pkgInfoHash.Item ("bs_id") <> "" Then
|
| 1016 |
If pkgInfoHash.Item ("bs_id") = "1" Then
|
1009 |
If pkgInfoHash.Item ("bs_id") = "1" Then
|
| 1017 |
Response.write "<td bgcolor=#f5f5f5 class='sublbox_txt'>JATS<br></td>"
|
1010 |
Response.write "<td>JATS<br></td>"
|
| 1018 |
|
1011 |
|
| 1019 |
ElseIf pkgInfoHash.Item ("bs_id") = "2" Then
|
1012 |
ElseIf pkgInfoHash.Item ("bs_id") = "2" Then
|
| 1020 |
Response.write "<td bgcolor=#f5f5f5 class='sublbox_txt'>ANT<br></td>"
|
1013 |
Response.write "<td>ANT<br></td>"
|
| 1021 |
|
1014 |
|
| 1022 |
ElseIf pkgInfoHash.Item ("bs_id") = "3" Then
|
1015 |
ElseIf pkgInfoHash.Item ("bs_id") = "3" Then
|
| 1023 |
Response.write "<td bgcolor=#f5f5f5 class='sublbox_txt'>NONE"
|
1016 |
Response.write "<td>NONE"
|
| 1024 |
If pkgInfoHash.Item("build_type") = "A" Then
|
1017 |
If pkgInfoHash.Item("build_type") = "A" Then
|
| 1025 |
Response.write "<span class='err_alert'> [Must be specified for an automated build]</span>"
|
1018 |
Response.write "<span class='err_alert'> [Must be specified for an automated build]</span>"
|
| 1026 |
End If
|
1019 |
End If
|
| 1027 |
Response.write "<br></td>"
|
1020 |
Response.write "<br></td>"
|
| 1028 |
End If
|
1021 |
End If
|
| 1029 |
Else
|
1022 |
Else
|
| 1030 |
If vcsInfoCollector.Item("vcs_tag") <> enum_VCS_UNCONTROLLED_TAG Then
|
1023 |
If vcsInfoCollector.Item("vcs_tag") <> enum_VCS_UNCONTROLLED_TAG Then
|
| 1031 |
Response.write "<td bgcolor=#f5f5f5 class='sublbox_txt'><span class='err_alert'>Required!</span><br></td>"
|
1024 |
Response.write "<td><span class='err_alert'>Required!</span><br></td>"
|
| 1032 |
Else
|
1025 |
Else
|
| 1033 |
Response.write "<td bgcolor=#f5f5f5 class='sublbox_txt'>Unspecified<br></td>"
|
1026 |
Response.write "<td>Unspecified<br></td>"
|
| 1034 |
End If
|
1027 |
End If
|
| 1035 |
End If
|
1028 |
End If
|
| 1036 |
%>
|
1029 |
%>
|
| 1037 |
</tr>
|
1030 |
</tr>
|
| 1038 |
<%If (NOT IsNull(pkgInfoHash.Item ("bs_id"))) AND (pkgInfoHash.Item ("bs_id") <> "3") Then%>
|
1031 |
<%If (NOT IsNull(pkgInfoHash.Item ("bs_id"))) AND (pkgInfoHash.Item ("bs_id") <> "3") Then%>
|
| 1039 |
<tr>
|
1032 |
<tr>
|
| 1040 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top"><b>Build Environment:</b> </td>
|
1033 |
<td>Build Environment:</td>
|
| 1041 |
<%
|
1034 |
<%
|
| 1042 |
'--- Get Build Env Details
|
1035 |
'--- Get Build Env Details
|
| 1043 |
Set rsTemp = OraDatabase.DbCreateDynaset( SQL_Build_Env ( parPv_id ), cint(0))
|
1036 |
Set rsTemp = OraDatabase.DbCreateDynaset( SQL_Build_Env ( parPv_id ), cint(0))
|
| 1044 |
%>
|
1037 |
%>
|
| 1045 |
<td bgcolor=#f5f5f5 class="sublbox_txt">
|
1038 |
<td>
|
| 1046 |
<%If rsTemp.RecordCount = 0 Then%>
|
1039 |
<%If rsTemp.RecordCount = 0 Then%>
|
| 1047 |
<%If rsQry("is_build_env_required") = enumDB_NO Then%>
|
1040 |
<%If rsQry("is_build_env_required") = enumDB_NO Then%>
|
| 1048 |
Not Required
|
1041 |
Not Required
|
| 1049 |
<%Else%>
|
1042 |
<%Else%>
|
| 1050 |
<span class='err_alert'>Required!</span>
|
1043 |
<span class='err_alert'>Required!</span>
|
| Line 1059... |
Line 1052... |
| 1059 |
<%
|
1052 |
<%
|
| 1060 |
currG1 = 0
|
1053 |
currG1 = 0
|
| 1061 |
While (NOT rsTemp.BOF) AND (NOT rsTemp.EOF)
|
1054 |
While (NOT rsTemp.BOF) AND (NOT rsTemp.EOF)
|
| 1062 |
If currG1 <> CInt(rsTemp("bm_id")) Then%>
|
1055 |
If currG1 <> CInt(rsTemp("bm_id")) Then%>
|
| 1063 |
<tr>
|
1056 |
<tr>
|
| 1064 |
<td colspan="2" nowrap class="sublbox_txt">
|
1057 |
<td colspan="2" nowrap>
|
| 1065 |
<%=rsTemp("bm_name")%> <%=GetBuildType( rsTemp("bsa_id"),rsTemp("bsa_name") )%>
|
1058 |
<%=rsTemp("bm_name")%> <%=GetBuildType( rsTemp("bsa_id"),rsTemp("bsa_name") )%>
|
| 1066 |
</td>
|
1059 |
</td>
|
| 1067 |
</tr>
|
1060 |
</tr>
|
| 1068 |
<%currG1 = CInt(rsTemp("bm_id"))
|
1061 |
<%currG1 = CInt(rsTemp("bm_id"))
|
| 1069 |
End If
|
1062 |
End If
|
| Line 1091... |
Line 1084... |
| 1091 |
|
1084 |
|
| 1092 |
ElseIf IsNull(pkgInfoHash.Item ("is_patch")) Then
|
1085 |
ElseIf IsNull(pkgInfoHash.Item ("is_patch")) Then
|
| 1093 |
|
1086 |
|
| 1094 |
If canActionControlInProject("ChangePreviousVersion") AND NOT pkgInfoHash.Item("is_sdkpkg") Then
|
1087 |
If canActionControlInProject("ChangePreviousVersion") AND NOT pkgInfoHash.Item("is_sdkpkg") Then
|
| 1095 |
sonclick="MM_openVixIFrame('_wform_change_previous_version.asp?rfile="& scriptName &"&pv_id="& parPv_id &"&rtag_id="& parRtag_id &"','Change Previous Version')"
|
1088 |
sonclick="MM_openVixIFrame('_wform_change_previous_version.asp?rfile="& scriptName &"&pv_id="& parPv_id &"&rtag_id="& parRtag_id &"','Change Previous Version')"
|
| 1096 |
PrevVerTitle = "<a href='javascript:;' onClick=""" & sonclick & """ class='sublbox_txt'> " & PrevVerTitle & " <img src='images/i_edit.gif' width='12' height='12' border='0' align='absmiddle'></a>"
|
1089 |
PrevVerTitle = "<span onClick=""" & sonclick & """ class='sublbox_txt'> " & PrevVerTitle & " <img src='images/i_edit.gif' width='12' height='12' border='0' align='absmiddle'></span>"
|
| 1097 |
Else
|
1090 |
Else
|
| 1098 |
PrevVerTitle = PrevVerTitle & "<img src='images/i_edit_disable.gif' width='12' height='12' border='0' align='absmiddle'>"
|
1091 |
PrevVerTitle = PrevVerTitle & "<img src='images/i_edit_disable.gif' width='12' height='12' border='0' align='absmiddle'>"
|
| 1099 |
End If
|
1092 |
End If
|
| 1100 |
Call DisplayVersionRow(pkgInfoHash.Item ("last_pv_id"), PrevVerTitle, "PreviousVcsTag")
|
1093 |
Call DisplayVersionRow(pkgInfoHash.Item ("last_pv_id"), PrevVerTitle, "PreviousVcsTag")
|
| 1101 |
|
1094 |
|
| Line 1106... |
Line 1099... |
| 1106 |
Call DisplayVersionRow(iRippleBasePVID, "Previous NonRipple Version:", "PreviousNonRippleVcsTag")
|
1099 |
Call DisplayVersionRow(iRippleBasePVID, "Previous NonRipple Version:", "PreviousNonRippleVcsTag")
|
| 1107 |
Call DisplayVersionRow(iLastSignificantPVID, "Previous Significant Version:", "PreviousSignificantVcsTag")
|
1100 |
Call DisplayVersionRow(iLastSignificantPVID, "Previous Significant Version:", "PreviousSignificantVcsTag")
|
| 1108 |
End If
|
1101 |
End If
|
| 1109 |
%>
|
1102 |
%>
|
| 1110 |
<tr>
|
1103 |
<tr>
|
| 1111 |
<td width="20%" bgcolor=#e4e9ec class="sublbox_txt" valign="top">
|
- |
|
| 1112 |
<strong>JATS extraction commands:</strong>
|
- |
|
| 1113 |
<%=Quick_Help ( "JatsExtraction_" & sjats_cmds_qh )%>
|
1104 |
<td>JATS extraction commands:<%=Quick_Help ( "JatsExtraction_" & sjats_cmds_qh )%></td>
|
| 1114 |
</td>
|
- |
|
| 1115 |
<td style="padding: 0px;">
|
1105 |
<td style="padding: 0px;">
|
| 1116 |
<table class="full_table">
|
1106 |
<table class="full_table">
|
| 1117 |
<% Dim ii : For ii = 0 to UBound(sjats_cmds) %>
|
1107 |
<% Dim ii : For ii = 0 to UBound(sjats_cmds) %>
|
| 1118 |
<tr><td bgcolor=#f5f5f5 class="sublbox_txt clip">
|
- |
|
| 1119 |
<%=NewLine_To_BR ( To_HTML(sjats_cmds(ii)) )%>
|
1108 |
<tr><td class="clip"><%=NewLine_To_BR ( To_HTML(sjats_cmds(ii)) )%> </td>
|
| 1120 |
</td>
|
- |
|
| 1121 |
<% Next %>
|
1109 |
<% Next %>
|
| 1122 |
</td>
|
1110 |
</td>
|
| 1123 |
</tr>
|
1111 |
</tr>
|
| 1124 |
</table>
|
1112 |
</table>
|
| 1125 |
</tr>
|
1113 |
</tr>
|
| 1126 |
<tr>
|
1114 |
<tr>
|
| 1127 |
<td width="20%" bgcolor=#e4e9ec class="sublbox_txt">
|
- |
|
| 1128 |
<strong>JATS Test:</strong><%=Quick_Help ( "JatsTest" )%>
|
1115 |
<td>JATS Test:<%=Quick_Help ( "JatsTest" )%></td>
|
| 1129 |
</td>
|
- |
|
| 1130 |
<td bgcolor=#f5f5f5 class="sublbox_txt clip">
|
- |
|
| 1131 |
<%=NewLine_To_BR ( To_HTML(sjats_cmd_test) )%>
|
1116 |
<td class="clip"><%=NewLine_To_BR ( To_HTML(sjats_cmd_test) )%></td>
|
| 1132 |
</td>
|
- |
|
| 1133 |
</tr>
|
1117 |
</tr>
|
| 1134 |
|
1118 |
|
| 1135 |
<%
|
1119 |
<%
|
| 1136 |
' Beyond Compare difference command
|
1120 |
' Beyond Compare difference command
|
| 1137 |
Dim prevVcsTag
|
1121 |
Dim prevVcsTag
|
| Line 1154... |
Line 1138... |
| 1154 |
Else
|
1138 |
Else
|
| 1155 |
sBcCmd = "jats vcsdiff -old=" & prevVcsTag & " -new=" & curVcsTag
|
1139 |
sBcCmd = "jats vcsdiff -old=" & prevVcsTag & " -new=" & curVcsTag
|
| 1156 |
sBcClass = "clip"
|
1140 |
sBcClass = "clip"
|
| 1157 |
End If
|
1141 |
End If
|
| 1158 |
sBcCmd = NewLine_To_BR( To_HTML (sBcCmd) )
|
1142 |
sBcCmd = NewLine_To_BR( To_HTML (sBcCmd) )
|
| - |
|
1143 |
%>
|
| 1159 |
|
1144 |
|
| 1160 |
' Codestriker commands - Only for ClearCase
|
- |
|
| 1161 |
Dim sCsCmd, sCsClass
|
- |
|
| 1162 |
sCsCmd = ""
|
- |
|
| 1163 |
sCsClass = ""
|
- |
|
| 1164 |
|
- |
|
| 1165 |
If vcsInfoCollector.Item("vcs_tag") = enum_VCS_CLEARCASE_TAG Then
|
- |
|
| 1166 |
Dim oldLabel
|
- |
|
| 1167 |
Dim old_vcs_tag
|
- |
|
| 1168 |
If (pv_id_exists(iLastSignificantPVID) = TRUE) Then
|
- |
|
| 1169 |
old_vcs_tag = get_vcs_tag(iLastSignificantPVID)
|
- |
|
| 1170 |
If (old_vcs_tag = enum_VCS_CLEARCASE_TAG) Then
|
- |
|
| 1171 |
oldLabel = get_Pkg_Label(iLastSignificantPVID)
|
- |
|
| 1172 |
sCsCmd = NewLine_To_BR ( To_HTML( Codestriker_Command (oldLabel, pkgInfoHash.Item("pkg_label")) ) )
|
- |
|
| 1173 |
sCsClass = "clip"
|
- |
|
| 1174 |
End If
|
- |
|
| 1175 |
End If
|
- |
|
| 1176 |
End If%>
|
- |
|
| 1177 |
|
- |
|
| 1178 |
<tr>
|
- |
|
| 1179 |
<td width="20%" bgcolor=#e4e9ec class="sublbox_txt">
|
- |
|
| 1180 |
<strong>Codestriker command:</strong><%=Quick_Help ( "Codestriker" )%>
|
- |
|
| 1181 |
</td>
|
- |
|
| 1182 |
<td bgcolor=#f5f5f5 class="sublbox_txt <%=sCsClass%>">
|
- |
|
| 1183 |
<%=sCsCmd%>
|
- |
|
| 1184 |
</td>
|
- |
|
| 1185 |
</tr>
|
- |
|
| 1186 |
<tr>
|
1145 |
<tr>
|
| 1187 |
<td width="20%" bgcolor=#e4e9ec class="sublbox_txt">
|
- |
|
| 1188 |
<strong>Beyond Compare command:</strong><%=Quick_Help ( "BeyondCompare" )%>
|
1146 |
<td>Beyond Compare command:<%=Quick_Help ( "BeyondCompare" )%></td>
|
| 1189 |
</td>
|
- |
|
| 1190 |
<td bgcolor=#f5f5f5 class="sublbox_txt <%=sBcClass%>">
|
1147 |
<td class="<%=sBcClass%>"><%=sBcCmd%></td>
|
| 1191 |
<%=sBcCmd%>
|
- |
|
| 1192 |
</td>
|
- |
|
| 1193 |
</tr>
|
1148 |
</tr>
|
| 1194 |
|
1149 |
|
| 1195 |
|
1150 |
|
| 1196 |
<%If pkgInfoHash.Item("is_deployable") = "Y" Then
|
1151 |
<%If pkgInfoHash.Item("is_deployable") = "Y" Then
|
| 1197 |
OraDatabase.Parameters.Add "PV_ID", pkgInfoHash.Item ("pv_id"), ORAPARM_INPUT, ORATYPE_NUMBER
|
1152 |
OraDatabase.Parameters.Add "PV_ID", pkgInfoHash.Item ("pv_id"), ORAPARM_INPUT, ORATYPE_NUMBER
|
| 1198 |
Set rsTemp = OraDatabase.DbCreateDynaset( GetQuery("DeploymentManagerReference.sql"), cint(0))
|
1153 |
Set rsTemp = OraDatabase.DbCreateDynaset( GetQuery("DeploymentManagerReference.sql"), cint(0))
|
| 1199 |
If rsTemp.RecordCount = 0 Then%>
|
1154 |
If rsTemp.RecordCount = 0 Then%>
|
| 1200 |
<tr>
|
1155 |
<tr>
|
| 1201 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top"><b>SBOM Information:</b></td>
|
1156 |
<td>SBOM Information:</td>
|
| 1202 |
<%If pkgInfoHash.Item("product_state") = 3 Then%>
|
1157 |
<%If pkgInfoHash.Item("product_state") = 3 Then%>
|
| 1203 |
<td bgcolor=#f5f5f5 class="err_alert"><b>Ready For Deployment!</b></td>
|
1158 |
<td class="err_alert"><b>Ready For Deployment!</b></td>
|
| 1204 |
<%ElseIf pkgInfoHash.Item("product_state") = 2 Then%>
|
1159 |
<%ElseIf pkgInfoHash.Item("product_state") = 2 Then%>
|
| 1205 |
<td bgcolor=#f5f5f5 class="err_alert"><b>Ready For Testing!</b></td>
|
1160 |
<td class="err_alert"><b>Ready For Testing!</b></td>
|
| 1206 |
<%ElseIf pkgInfoHash.Item("product_state") = 1 Then%>
|
1161 |
<%ElseIf pkgInfoHash.Item("product_state") = 1 Then%>
|
| 1207 |
<td bgcolor=#f5f5f5 class="err_alert"><b>Ready For Integration!</b></td>
|
1162 |
<td class="err_alert"><b>Ready For Integration!</b></td>
|
| 1208 |
<%ElseIf pkgInfoHash.Item("product_state") = 5 Then%>
|
1163 |
<%ElseIf pkgInfoHash.Item("product_state") = 5 Then%>
|
| 1209 |
<td bgcolor=#f5f5f5 class="err_alert"><b>Ready For Integration and Deployment!</b></td>
|
1164 |
<td class="err_alert"><b>Ready For Integration and Deployment!</b></td>
|
| 1210 |
<%ElseIf IsNull(pkgInfoHash.Item("product_state")) Then%>
|
1165 |
<%ElseIf IsNull(pkgInfoHash.Item("product_state")) Then%>
|
| 1211 |
<td bgcolor=#f5f5f5 class="err_alert"><b>Information Unavailable!</b></td>
|
1166 |
<td class="err_alert"><b>Information Unavailable!</b></td>
|
| 1212 |
<%End If%>
|
1167 |
<%End If%>
|
| 1213 |
|
1168 |
|
| 1214 |
</tr>
|
1169 |
</tr>
|
| 1215 |
<%Else%>
|
1170 |
<%Else%>
|
| 1216 |
<tr>
|
1171 |
<tr>
|
| 1217 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top"><b>SBOM Added/Updated:</b></td>
|
- |
|
| 1218 |
<td bgcolor=#f5f5f5 class="sublbox_txt">
|
1172 |
<td>SBOM Added/Updated:</td>
|
| 1219 |
<%=rsTemp("branch_name")%> - <%=rsTemp("bom_name")%><%=VBNewLine%><%=rsTemp("version")%>
|
1173 |
<td><%=rsTemp("branch_name")%> - <%=rsTemp("bom_name")%><%=VBNewLine%><%=rsTemp("version")%></td>
|
| 1220 |
</td>
|
- |
|
| 1221 |
</tr>
|
1174 |
</tr>
|
| 1222 |
<%End If
|
1175 |
<%End If
|
| 1223 |
rsTemp.Close()
|
1176 |
rsTemp.Close()
|
| 1224 |
Set rsTemp = Nothing
|
1177 |
Set rsTemp = Nothing
|
| 1225 |
OraDatabase.Parameters.Remove "PV_ID"
|
1178 |
OraDatabase.Parameters.Remove "PV_ID"
|
| Line 1245... |
Line 1198... |
| 1245 |
<div name="pkg_metrics_filler" id="pkg_metrics_filler" style="display:block;" class="div_filler">
|
1198 |
<div name="pkg_metrics_filler" id="pkg_metrics_filler" style="display:block;" class="div_filler">
|
| 1246 |
<span class="txt_linked pointer">Show...</span>
|
1199 |
<span class="txt_linked pointer">Show...</span>
|
| 1247 |
</div>
|
1200 |
</div>
|
| 1248 |
<div name="divPkgMetrics" id="divPkgMetrics" style="display:none;">
|
1201 |
<div name="divPkgMetrics" id="divPkgMetrics" style="display:none;">
|
| 1249 |
<a name="PACKAGE_METRICS"></a>
|
1202 |
<a name="PACKAGE_METRICS"></a>
|
| 1250 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
1203 |
<table width="100%" border="0" cellspacing="1" cellpadding="2" class='lhsGrey'>
|
| 1251 |
<tr>
|
1204 |
<tr>
|
| 1252 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" width="20%"><b>Autobuilt:</b></td>
|
1205 |
<td width='20%'>Autobuilt:</td>
|
| 1253 |
<td nowrap bgcolor=#f5f5f5 class="form_item"><%If rsPkgMetrics("is_autobuildable") = "Y" Then%>Yes<%Else%>No<%End If%></td>
|
1206 |
<td><%If rsPkgMetrics("is_autobuildable") = "Y" Then%>Yes<%Else%>No<%End If%></td>
|
| 1254 |
</tr>
|
1207 |
</tr>
|
| 1255 |
<tr>
|
1208 |
<tr>
|
| 1256 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Unit Tested:</b></td>
|
1209 |
<td>Unit Tested:</td>
|
| 1257 |
<td nowrap bgcolor=#f5f5f5 class="form_item"><%If rsPkgMetrics("unit_tested") = "Y" Then%>Yes<%Else%>No<%End If%></td>
|
1210 |
<td><%If rsPkgMetrics("unit_tested") = "Y" Then%>Yes<%Else%>No<%End If%></td>
|
| 1258 |
</tr>
|
1211 |
</tr>
|
| 1259 |
<tr>
|
1212 |
<tr>
|
| 1260 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Autotested:</b></td>
|
1213 |
<td>Autotested:</td>
|
| 1261 |
<td nowrap bgcolor=#f5f5f5 class="form_item"><%If rsPkgMetrics("autotested") = "Y" Then%>Yes<%Else%>No<%End If%></td>
|
1214 |
<td><%If rsPkgMetrics("autotested") = "Y" Then%>Yes<%Else%>No<%End If%></td>
|
| 1262 |
</tr>
|
1215 |
</tr>
|
| 1263 |
<%If NOT IsNull(rsPkgMetrics("code_lines")) Then%>
|
1216 |
<%If NOT IsNull(rsPkgMetrics("code_lines")) Then%>
|
| 1264 |
<tr>
|
1217 |
<tr>
|
| 1265 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Code Lines:</b></td>
|
1218 |
<td>Code Lines:</td>
|
| 1266 |
<td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("code_lines")%></td>
|
1219 |
<td><%=rsPkgMetrics("code_lines")%></td>
|
| 1267 |
</tr>
|
1220 |
</tr>
|
| 1268 |
<%End If%>
|
1221 |
<%End If%>
|
| 1269 |
<%If NOT IsNull(rsPkgMetrics("comment_lines")) Then%>
|
1222 |
<%If NOT IsNull(rsPkgMetrics("comment_lines")) Then%>
|
| 1270 |
<tr>
|
1223 |
<tr>
|
| 1271 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Comment Lines:</b></td>
|
1224 |
<td>Comment Lines:</td>
|
| 1272 |
<td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("comment_lines")%></td>
|
1225 |
<td><%=rsPkgMetrics("comment_lines")%></td>
|
| 1273 |
</tr>
|
1226 |
</tr>
|
| 1274 |
<%End If%>
|
1227 |
<%End If%>
|
| 1275 |
<%If NOT IsNull(rsPkgMetrics("blank_lines")) Then%>
|
1228 |
<%If NOT IsNull(rsPkgMetrics("blank_lines")) Then%>
|
| 1276 |
<tr>
|
1229 |
<tr>
|
| 1277 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Blank Lines:</b></td>
|
1230 |
<td>Blank Lines:</td>
|
| 1278 |
<td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("blank_lines")%></td>
|
1231 |
<td><%=rsPkgMetrics("blank_lines")%></td>
|
| 1279 |
</tr>
|
1232 |
</tr>
|
| 1280 |
<%End If%>
|
1233 |
<%End If%>
|
| 1281 |
<%If NOT IsNull(rsPkgMetrics("branches")) Then%>
|
1234 |
<%If NOT IsNull(rsPkgMetrics("branches")) Then%>
|
| 1282 |
<tr>
|
1235 |
<tr>
|
| 1283 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Number of Branches:</b></td>
|
1236 |
<td>Number of Branches:</td>
|
| 1284 |
<td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("branches")%></td>
|
1237 |
<td><%=rsPkgMetrics("branches")%></td>
|
| 1285 |
</tr>
|
1238 |
</tr>
|
| 1286 |
<%End If%>
|
1239 |
<%End If%>
|
| 1287 |
<%If NOT IsNull(rsPkgMetrics("branch_list")) Then%>
|
1240 |
<%If NOT IsNull(rsPkgMetrics("branch_list")) Then%>
|
| 1288 |
<tr>
|
1241 |
<tr>
|
| 1289 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Branch List:</b></td>
|
1242 |
<td>Branch List:</td>
|
| 1290 |
<td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("branch_list")%></td>
|
1243 |
<td><%=rsPkgMetrics("branch_list")%></td>
|
| 1291 |
</tr>
|
1244 |
</tr>
|
| 1292 |
<%End If%>
|
1245 |
<%End If%>
|
| 1293 |
<%If NOT IsNull(rsPkgMetrics("code_files")) Then%>
|
1246 |
<%If NOT IsNull(rsPkgMetrics("code_files")) Then%>
|
| 1294 |
<tr>
|
1247 |
<tr>
|
| 1295 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Code Files:</b></td>
|
1248 |
<td>Code Files:</td>
|
| 1296 |
<td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("code_files")%></td>
|
1249 |
<td><%=rsPkgMetrics("code_files")%></td>
|
| 1297 |
</tr>
|
1250 |
</tr>
|
| 1298 |
<%End If%>
|
1251 |
<%End If%>
|
| 1299 |
<%If NOT IsNull(rsPkgMetrics("ignored_files")) Then%>
|
1252 |
<%If NOT IsNull(rsPkgMetrics("ignored_files")) Then%>
|
| 1300 |
<tr>
|
1253 |
<tr>
|
| 1301 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Ignored Files:</b></td>
|
1254 |
<td>Ignored Files:</td>
|
| 1302 |
<td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("ignored_files")%></td>
|
1255 |
<td><%=rsPkgMetrics("ignored_files")%></td>
|
| 1303 |
</tr>
|
1256 |
</tr>
|
| 1304 |
<%End If%>
|
1257 |
<%End If%>
|
| 1305 |
<%If NOT IsNull(rsPkgMetrics("makefiles")) Then%>
|
1258 |
<%If NOT IsNull(rsPkgMetrics("makefiles")) Then%>
|
| 1306 |
<tr>
|
1259 |
<tr>
|
| 1307 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Makefiles:</b></td>
|
1260 |
<td>Makefiles:</td>
|
| 1308 |
<td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("makefiles")%></td>
|
1261 |
<td><%=rsPkgMetrics("makefiles")%></td>
|
| 1309 |
</tr>
|
1262 |
</tr>
|
| 1310 |
<%End If%>
|
1263 |
<%End If%>
|
| 1311 |
<%If NOT IsNull(rsPkgMetrics("total_files")) Then%>
|
1264 |
<%If NOT IsNull(rsPkgMetrics("total_files")) Then%>
|
| 1312 |
<tr>
|
1265 |
<tr>
|
| 1313 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Total Files:</b></td>
|
1266 |
<td>Total Files:</td>
|
| 1314 |
<td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("total_files")%></td>
|
1267 |
<td><%=rsPkgMetrics("total_files")%></td>
|
| 1315 |
</tr>
|
1268 |
</tr>
|
| 1316 |
<%End If%>
|
1269 |
<%End If%>
|
| 1317 |
<%If NOT IsNull(rsPkgMetrics("directories")) Then%>
|
1270 |
<%If NOT IsNull(rsPkgMetrics("directories")) Then%>
|
| 1318 |
<tr>
|
1271 |
<tr>
|
| 1319 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Number of Directories:</b></td>
|
1272 |
<td>Number of Directories:</td>
|
| 1320 |
<td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("directories")%></td>
|
1273 |
<td><%=rsPkgMetrics("directories")%></td>
|
| 1321 |
</tr>
|
1274 |
</tr>
|
| 1322 |
<%End If%>
|
1275 |
<%End If%>
|
| 1323 |
<%If NOT IsNull(rsPkgMetrics("directory_depth")) Then%>
|
1276 |
<%If NOT IsNull(rsPkgMetrics("directory_depth")) Then%>
|
| 1324 |
<tr>
|
1277 |
<tr>
|
| 1325 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Directory Depth:</b></td>
|
1278 |
<td>Directory Depth:</td>
|
| 1326 |
<td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("directory_depth")%></td>
|
1279 |
<td><%=rsPkgMetrics("directory_depth")%></td>
|
| 1327 |
</tr>
|
1280 |
</tr>
|
| 1328 |
<%End If%>
|
1281 |
<%End If%>
|
| 1329 |
<%If NOT IsNull(rsPkgMetrics("created_stamp")) Then%>
|
1282 |
<%If NOT IsNull(rsPkgMetrics("created_stamp")) Then%>
|
| 1330 |
<tr>
|
1283 |
<tr>
|
| 1331 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Metrics Collected:</b></td>
|
1284 |
<td>Metrics Collected:</td>
|
| 1332 |
<td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("created_stamp")%></td>
|
1285 |
<td><%=rsPkgMetrics("created_stamp")%></td>
|
| 1333 |
</tr>
|
1286 |
</tr>
|
| 1334 |
<%End If%>
|
1287 |
<%End If%>
|
| 1335 |
<%If NOT IsNull(rsPkgMetrics("build_time")) Then%>
|
1288 |
<%If NOT IsNull(rsPkgMetrics("build_time")) Then%>
|
| 1336 |
<tr>
|
1289 |
<tr>
|
| 1337 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt"><b>Build Time:</b></td>
|
1290 |
<td>Build Time:</td>
|
| 1338 |
<td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsPkgMetrics("build_time")%> Seconds</td>
|
1291 |
<td><%=rsPkgMetrics("build_time")%> Seconds</td>
|
| 1339 |
</tr>
|
1292 |
</tr>
|
| 1340 |
<%End If%>
|
1293 |
<%End If%>
|
| 1341 |
|
1294 |
|
| 1342 |
</table>
|
1295 |
</table>
|
| 1343 |
</div>
|
1296 |
</div>
|
| Line 1353... |
Line 1306... |
| 1353 |
<!-- REASON FOR DEPRECATION/DEPENDANCY DEPRECATED ----------------------------------------------------------------------------------------------------------------->
|
1306 |
<!-- REASON FOR DEPRECATION/DEPENDANCY DEPRECATED ----------------------------------------------------------------------------------------------------------------->
|
| 1354 |
<%If pkgInfoHash.Item("deprecated_state") = 6 Then %>
|
1307 |
<%If pkgInfoHash.Item("deprecated_state") = 6 Then %>
|
| 1355 |
|
1308 |
|
| 1356 |
<fieldset class="fset"><legend class="body_colb"><img src='images/s_notes.gif' width='21' height='24' hspace='4' border='0' align='absmiddle'>Reason for deprecation</legend>
|
1309 |
<fieldset class="fset"><legend class="body_colb"><img src='images/s_notes.gif' width='21' height='24' hspace='4' border='0' align='absmiddle'>Reason for deprecation</legend>
|
| 1357 |
<a name="REASON_FOR_DEPRECATION"></a>
|
1310 |
<a name="REASON_FOR_DEPRECATION"></a>
|
| 1358 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
1311 |
<table width="100%" border="0" cellspacing="1" cellpadding="2" class='allGrey'>
|
| 1359 |
<tr>
|
1312 |
<tr>
|
| 1360 |
<td bgcolor=#f5f5f5>
|
1313 |
<td>
|
| 1361 |
|
- |
|
| 1362 |
<%
|
1314 |
<%
|
| 1363 |
Dim rsComment
|
1315 |
Dim rsComment
|
| 1364 |
Set rsComment = OraDatabase.DbCreateDynaset("SELECT * FROM DEPRECATED_PACKAGES WHERE RTAG_ID ="& Request("rtag_id") &" AND PKG_ID = "& pkgInfoHash.Item ("pkg_id") &"", cint(0))
|
1316 |
Set rsComment = OraDatabase.DbCreateDynaset("SELECT * FROM DEPRECATED_PACKAGES WHERE RTAG_ID ="& Request("rtag_id") &" AND PKG_ID = "& pkgInfoHash.Item ("pkg_id") &"", cint(0))
|
| 1365 |
If rsComment("comments") <> "" Then
|
1317 |
If rsComment("comments") <> "" Then
|
| 1366 |
Response.write "<table border='0' cellspacing='0' cellpadding='0'>"
|
1318 |
Response.write "<table border='0' cellspacing='0' cellpadding='0'>"
|
| Line 1392... |
Line 1344... |
| 1392 |
<div style="display: block;float: right;margin-top: -20px;background-color: #FFF;padding: 0 5px;">
|
1344 |
<div style="display: block;float: right;margin-top: -20px;background-color: #FFF;padding: 0 5px;">
|
| 1393 |
<span onClick="MM_openVixIFrame('_wform_sbom_priority.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','SBOM Priority')" class="pointer txt_linked">Edit<img src="images/i_edit.gif" width="12" height="12" hspace="2" border="0" align='absmiddle'></span>
|
1345 |
<span onClick="MM_openVixIFrame('_wform_sbom_priority.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','SBOM Priority')" class="pointer txt_linked">Edit<img src="images/i_edit.gif" width="12" height="12" hspace="2" border="0" align='absmiddle'></span>
|
| 1394 |
</div>
|
1346 |
</div>
|
| 1395 |
<%End If%>
|
1347 |
<%End If%>
|
| 1396 |
<a name="SBOM_PRIORITY"></a>
|
1348 |
<a name="SBOM_PRIORITY"></a>
|
| 1397 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
1349 |
<table width="100%" border="0" cellspacing="1" cellpadding="2" class=allGrey>
|
| 1398 |
<tr>
|
1350 |
<tr>
|
| 1399 |
<td bgcolor=#f5f5f5>
|
1351 |
<td>
|
| 1400 |
<%If pkgInfoHash.Item ("sbom_priority") <> "" Then%>
|
1352 |
<%If pkgInfoHash.Item ("sbom_priority") <> "" Then%>
|
| 1401 |
<table border='0' cellspacing='0' cellpadding='0'>
|
1353 |
<table border='0' cellspacing='0' cellpadding='0'>
|
| 1402 |
<tr>
|
1354 |
<tr>
|
| 1403 |
<td class='sublbox_txt'>
|
1355 |
<td>
|
| 1404 |
<%
|
1356 |
<%
|
| 1405 |
If pkgInfoHash.Item ("sbom_priority") = "C" Then
|
1357 |
If pkgInfoHash.Item ("sbom_priority") = "C" Then
|
| 1406 |
Response.write "<b><font color='red'>Critical.</font></b>"
|
1358 |
Response.write "<b><font color='red'>Critical.</font></b>"
|
| 1407 |
ElseIf pkgInfoHash.Item ("sbom_priority") = "I" Then
|
1359 |
ElseIf pkgInfoHash.Item ("sbom_priority") = "I" Then
|
| 1408 |
Response.write "<b>Important.</b>"
|
1360 |
Response.write "<b>Important.</b>"
|
| Line 1432... |
Line 1384... |
| 1432 |
<div style="display: block;float: right;margin-top: -20px;background-color: #FFF;padding: 0 5px;">
|
1384 |
<div style="display: block;float: right;margin-top: -20px;background-color: #FFF;padding: 0 5px;">
|
| 1433 |
<%If (pkgInfoHash.Item ("dlocked") <> "A") AND (pkgInfoHash.Item ("dlocked") <> "Y") AND criticalSectionIsEditable Then%>
|
1385 |
<%If (pkgInfoHash.Item ("dlocked") <> "A") AND (pkgInfoHash.Item ("dlocked") <> "Y") AND criticalSectionIsEditable Then%>
|
| 1434 |
<span onClick="MM_openVixIFrame('_wform_rename_version.asp?renameMode=2&rfile=<%=ScriptName%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','Change Ripple Type')" class="txt_linked pointer">Edit<img src="images/i_edit.gif" width="12" height="12" hspace="2" border="0" align='absmiddle'></span>
|
1386 |
<span onClick="MM_openVixIFrame('_wform_rename_version.asp?renameMode=2&rfile=<%=ScriptName%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','Change Ripple Type')" class="txt_linked pointer">Edit<img src="images/i_edit.gif" width="12" height="12" hspace="2" border="0" align='absmiddle'></span>
|
| 1435 |
<%End If%>
|
1387 |
<%End If%>
|
| 1436 |
</div>
|
1388 |
</div>
|
| 1437 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
1389 |
<table width="100%" border="0" cellspacing="1" cellpadding="2" class='allGrey'>
|
| 1438 |
<tr>
|
1390 |
<tr>
|
| 1439 |
<td bgcolor=#f5f5f5>
|
1391 |
<td>
|
| 1440 |
<%
|
1392 |
<%
|
| 1441 |
If pkgInfoHash.Item ("change_type") <> "" Then
|
1393 |
If pkgInfoHash.Item ("change_type") <> "" Then
|
| 1442 |
Response.write "<table border='0' cellspacing='0' cellpadding='0'>"
|
1394 |
Response.write "<table border='0' cellspacing='0' cellpadding='0'>"
|
| 1443 |
Response.write "<tr>"
|
1395 |
Response.write "<tr>"
|
| 1444 |
If pkgInfoHash.Item ("change_type") = "M" Then
|
1396 |
If pkgInfoHash.Item ("change_type") = "M" Then
|
| Line 1461... |
Line 1413... |
| 1461 |
</td>
|
1413 |
</td>
|
| 1462 |
</tr>
|
1414 |
</tr>
|
| 1463 |
</table>
|
1415 |
</table>
|
| 1464 |
<%ElseIf pkgInfoHash.Item ("build_type") = "M" Then%>
|
1416 |
<%ElseIf pkgInfoHash.Item ("build_type") = "M" Then%>
|
| 1465 |
<legend class="body_colb"><img src='icons/i_pkg_change_type.gif' hspace='4' border='0' align='absmiddle'>Build Type</legend>
|
1417 |
<legend class="body_colb"><img src='icons/i_pkg_change_type.gif' hspace='4' border='0' align='absmiddle'>Build Type</legend>
|
| 1466 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
1418 |
<table width="100%" border="0" cellspacing="1" cellpadding="2" class='allGrey'>
|
| 1467 |
<tr>
|
1419 |
<tr>
|
| 1468 |
<td bgcolor=#f5f5f5>
|
- |
|
| 1469 |
<span class='sublbox_txt'>Manually Built Package.</span>
|
1420 |
<td>Manually Built Package.
|
| 1470 |
<%If pkgInfoHash.Item ("change_type") <> "F" Then%>
|
1421 |
<%If pkgInfoHash.Item ("change_type") <> "F" Then%>
|
| 1471 |
<span class='err_alert'>Unexpected Change Type: <%=pkgInfoHash.Item ("change_type")%></span>
|
1422 |
<span class='err_alert'>Unexpected Change Type: <%=pkgInfoHash.Item ("change_type")%></span>
|
| 1472 |
<%End If%>
|
1423 |
<%End If%>
|
| 1473 |
</td>
|
1424 |
</td>
|
| 1474 |
</tr>
|
1425 |
</tr>
|
| 1475 |
</table>
|
1426 |
</table>
|
| 1476 |
<%ElseIf pkgInfoHash.Item ("build_type") = "U" Then%>
|
1427 |
<%ElseIf pkgInfoHash.Item ("build_type") = "U" Then%>
|
| 1477 |
<legend class="body_colb"><img src='icons/i_pkg_change_type.gif' hspace='4' border='0' align='absmiddle'>Build Type</legend>
|
1428 |
<legend class="body_colb"><img src='icons/i_pkg_change_type.gif' hspace='4' border='0' align='absmiddle'>Build Type</legend>
|
| 1478 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
1429 |
<table width="100%" border="0" cellspacing="1" cellpadding="2" class='allGrey'>
|
| 1479 |
<tr>
|
1430 |
<tr>
|
| 1480 |
<td bgcolor=#f5f5f5>
|
1431 |
<td>
|
| 1481 |
<span class='sublbox_txt'><span class='err_alert'>UnbuildablePackage.</span> This version has been created outside of the build system, possibly via Deployment Manager</span>
|
1432 |
<span class='err_alert'>UnbuildablePackage.</span> This version has been created outside of the build system, possibly via Deployment Manager
|
| 1482 |
</td>
|
1433 |
</td>
|
| 1483 |
</tr>
|
1434 |
</tr>
|
| 1484 |
</table>
|
1435 |
</table>
|
| 1485 |
<%ElseIf pkgInfoHash.Item ("build_type") = "Y" Then%>
|
1436 |
<%ElseIf pkgInfoHash.Item ("build_type") = "Y" Then%>
|
| 1486 |
<legend class="body_colb"><img src='icons/i_pkg_change_type.gif' hspace='4' border='0' align='absmiddle'>Build Type</legend>
|
1437 |
<legend class="body_colb"><img src='icons/i_pkg_change_type.gif' hspace='4' border='0' align='absmiddle'>Build Type</legend>
|
| 1487 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
1438 |
<table width="100%" border="0" cellspacing="1" cellpadding="2" class='allGrey'>
|
| 1488 |
<tr>
|
1439 |
<tr>
|
| 1489 |
<td bgcolor=#f5f5f5>
|
1440 |
<td>Ripple Built</td>
|
| 1490 |
<span class='sublbox_txt'>Ripple Built</span>
|
- |
|
| 1491 |
</td>
|
- |
|
| 1492 |
</tr>
|
1441 |
</tr>
|
| 1493 |
</table>
|
1442 |
</table>
|
| 1494 |
<%Else%>
|
1443 |
<%Else%>
|
| 1495 |
<legend class="body_colb"><img src='icons/i_pkg_change_type.gif' hspace='4' border='0' align='absmiddle'>Build Type</legend>
|
1444 |
<legend class="body_colb"><img src='icons/i_pkg_change_type.gif' hspace='4' border='0' align='absmiddle'>Build Type</legend>
|
| 1496 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
1445 |
<table width="100%" border="0" cellspacing="1" cellpadding="2" class='allGrey'>
|
| 1497 |
<tr>
|
1446 |
<tr>
|
| 1498 |
<td bgcolor=#f5f5f5>
|
- |
|
| 1499 |
<span class='err_alert'>Unknown Build Type (<%=pkgInfoHash.Item ("build_type")%>) Change Type (<%=pkgInfoHash.Item ("change_type")%>)</span>
|
1447 |
<td><span class='err_alert'>Unknown Build Type (<%=pkgInfoHash.Item ("build_type")%>) Change Type (<%=pkgInfoHash.Item ("change_type")%>)</span></td>
|
| 1500 |
</td>
|
- |
|
| 1501 |
</tr>
|
1448 |
</tr>
|
| 1502 |
</table>
|
1449 |
</table>
|
| 1503 |
<%End If%>
|
1450 |
<%End If%>
|
| 1504 |
</fieldset>
|
1451 |
</fieldset>
|
| 1505 |
<br>
|
1452 |
<br>
|
| Line 1519... |
Line 1466... |
| 1519 |
If canEditRippleProperties Then%>
|
1466 |
If canEditRippleProperties Then%>
|
| 1520 |
<span onClick="MM_openVixIFrame('_wform_ripple_properties.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','Edit Ripple Type')" class="txt_linked pointer">Edit<img src="images/i_edit.gif" width="12" height="12" hspace="2" border="0" align='absmiddle'></span>
|
1467 |
<span onClick="MM_openVixIFrame('_wform_ripple_properties.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','Edit Ripple Type')" class="txt_linked pointer">Edit<img src="images/i_edit.gif" width="12" height="12" hspace="2" border="0" align='absmiddle'></span>
|
| 1521 |
<%End If%>
|
1468 |
<%End If%>
|
| 1522 |
</div>
|
1469 |
</div>
|
| 1523 |
<a name="RIPPLE_PROPERTIES"></a>
|
1470 |
<a name="RIPPLE_PROPERTIES"></a>
|
| 1524 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
1471 |
<table width="100%" border="0" cellspacing="1" cellpadding="2" class='lhsGrey'>
|
| 1525 |
<%If Request("rtag_id") <> "" Then
|
1472 |
<%If Request("rtag_id") <> "" Then
|
| 1526 |
If pkgInfoHash.Item ("is_pegged") Then %>
|
1473 |
If pkgInfoHash.Item ("is_pegged") Then %>
|
| 1527 |
<tr>
|
1474 |
<tr>
|
| 1528 |
<td width="20%" bgcolor=#e4e9ec class="sublbox_txt">
|
- |
|
| 1529 |
<strong>Is Pegged</strong>
|
- |
|
| 1530 |
<%=Quick_Help ( "pegged_version" )%>
|
1475 |
<td>Is Pegged <%=Quick_Help ( "pegged_version" )%></td>
|
| 1531 |
</td>
|
1476 |
<td>Yes</td>
|
| 1532 |
<td bgcolor=#f5f5f5 class="sublbox_txt">Yes</td>
|
- |
|
| 1533 |
</tr>
|
1477 |
</tr>
|
| 1534 |
<%End If%>
|
1478 |
<%End If%>
|
| 1535 |
<%End If%>
|
1479 |
<%End If%>
|
| 1536 |
|
1480 |
|
| 1537 |
<%If NOT pkgInfoHash.Item ("is_pegged") Then%>
|
1481 |
<%If NOT pkgInfoHash.Item ("is_pegged") Then%>
|
| 1538 |
<%If Request("rtag_id") <> "" Then%>
|
1482 |
<%If Request("rtag_id") <> "" Then%>
|
| 1539 |
<tr>
|
1483 |
<tr>
|
| 1540 |
<td width="20%" bgcolor=#e4e9ec class="sublbox_txt">
|
- |
|
| 1541 |
<strong>Build Inclusion</strong>
|
- |
|
| 1542 |
<%=Quick_Help ( "ripple_build" )%>
|
1484 |
<td>Build Inclusion<%=Quick_Help ( "ripple_build" )%>
|
| 1543 |
</td>
|
1485 |
</td>
|
| 1544 |
<%Dim rsQryRipple
|
1486 |
<%Dim rsQryRipple
|
| 1545 |
Set rsQryRipple = OraDatabase.DbCreateDynaset( "SELECT p.PKG_NAME, pv.PV_OVERVIEW, pv.PKG_ID,nvl(dnr.root_pv_id, -1) as root_pv_id, dnr.* FROM DO_NOT_RIPPLE dnr, PACKAGE_VERSIONS pv, PACKAGES p WHERE dnr.RTAG_ID ="& Request("rtag_id") &"AND dnr.PV_ID ="&Request("pv_id") &" AND pv.pv_id(+) = dnr.ROOT_PV_ID AND p.PKG_ID(+) = pv.PKG_ID", cint(0))
|
1487 |
Set rsQryRipple = OraDatabase.DbCreateDynaset( "SELECT p.PKG_NAME, pv.PV_OVERVIEW, pv.PKG_ID,nvl(dnr.root_pv_id, -1) as root_pv_id, dnr.* FROM DO_NOT_RIPPLE dnr, PACKAGE_VERSIONS pv, PACKAGES p WHERE dnr.RTAG_ID ="& Request("rtag_id") &"AND dnr.PV_ID ="&Request("pv_id") &" AND pv.pv_id(+) = dnr.ROOT_PV_ID AND p.PKG_ID(+) = pv.PKG_ID", cint(0))
|
| 1546 |
If rsQryRipple.RecordCount <> 0 Then
|
1488 |
If rsQryRipple.RecordCount <> 0 Then
|
| 1547 |
Dim CauseText
|
1489 |
Dim CauseText
|
| Line 1563... |
Line 1505... |
| 1563 |
" Log file may have expired."" " &_
|
1505 |
" Log file may have expired."" " &_
|
| 1564 |
"href=""" & shref_base & rsQryRipple("root_file") & """>" &_
|
1506 |
"href=""" & shref_base & rsQryRipple("root_file") & """>" &_
|
| 1565 |
"Build Failure Log File</a>"
|
1507 |
"Build Failure Log File</a>"
|
| 1566 |
End If
|
1508 |
End If
|
| 1567 |
%>
|
1509 |
%>
|
| 1568 |
<td bgcolor=#f5f5f5 class="sublbox_txt">No. <%=CauseText%>
|
1510 |
<td>No. <%=CauseText%></td>
|
| 1569 |
</td>
|
- |
|
| 1570 |
<%Else%>
|
1511 |
<%Else%>
|
| 1571 |
<td bgcolor=#f5f5f5 class="sublbox_txt">Yes</td>
|
1512 |
<td>Yes</td>
|
| 1572 |
<%End If%>
|
1513 |
<%End If%>
|
| 1573 |
<%rsQryRipple.Close()
|
1514 |
<%rsQryRipple.Close()
|
| 1574 |
Set rsQryRipple = nothing%>
|
1515 |
Set rsQryRipple = nothing%>
|
| 1575 |
</tr>
|
1516 |
</tr>
|
| 1576 |
<%End If%>
|
1517 |
<%End If%>
|
| 1577 |
<%If pkgInfoHash.Item ("advisory_ripple") Then%>
|
1518 |
<%If pkgInfoHash.Item ("advisory_ripple") Then%>
|
| 1578 |
<tr class="sublbox_txt">
|
1519 |
<tr>
|
| 1579 |
<td width="20%" bgcolor=#e4e9ec>
|
- |
|
| 1580 |
<strong>Advisory Ripple</strong>
|
- |
|
| 1581 |
<%=Quick_Help ( "advisory_ripple" )%>
|
1520 |
<td>Advisory Ripple <%=Quick_Help ( "advisory_ripple" )%></td>
|
| 1582 |
</td>
|
- |
|
| 1583 |
<td width="80%" bgcolor=#f5f5f5>
|
- |
|
| 1584 |
Enabled
|
1521 |
<td>Enabled</td>
|
| 1585 |
</td>
|
- |
|
| 1586 |
</tr>
|
1522 |
</tr>
|
| 1587 |
<%End If%>
|
1523 |
<%End If%>
|
| 1588 |
<tr>
|
1524 |
<tr>
|
| 1589 |
<td width="20%" bgcolor=#e4e9ec class="sublbox_txt">
|
- |
|
| 1590 |
<strong>Ripple Type</strong>
|
- |
|
| 1591 |
<%=Quick_Help ( "ripple_type" )%>
|
1525 |
<td>Ripple Type <%=Quick_Help ( "ripple_type" )%></td>
|
| 1592 |
</td>
|
1526 |
<td>
|
| 1593 |
<td width="80%" bgcolor=#f5f5f5>
|
- |
|
| 1594 |
<%
|
1527 |
<%
|
| 1595 |
Response.write "<table border='0' cellspacing='0' cellpadding='0'>"
|
1528 |
Response.write "<table border='0' cellspacing='0' cellpadding='0'>"
|
| 1596 |
Response.write "<tr>"
|
1529 |
Response.write "<tr>"
|
| 1597 |
Response.write "<td class='sublbox_txt'>"
|
1530 |
Response.write "<td class='sublbox_txt'>"
|
| 1598 |
Dim selectedRippleType, selectedRippleName, selectedRippleState
|
1531 |
Dim selectedRippleType, selectedRippleName, selectedRippleState
|
| Line 1668... |
Line 1601... |
| 1668 |
End If
|
1601 |
End If
|
| 1669 |
End If
|
1602 |
End If
|
| 1670 |
|
1603 |
|
| 1671 |
%>
|
1604 |
%>
|
| 1672 |
<tr>
|
1605 |
<tr>
|
| 1673 |
<td width="20%" bgcolor=#e4e9ec class="sublbox_txt">
|
- |
|
| 1674 |
<strong>Ripple Stop</strong>
|
- |
|
| 1675 |
<%=Quick_Help ( "ripple_stop" )%>
|
1606 |
<td>Ripple Stop <%=Quick_Help ( "ripple_stop" )%></td>
|
| 1676 |
<td bgcolor=#f5f5f5 class='sublbox_txt'>
|
- |
|
| 1677 |
<%=sStopText%><%=sPersistText%>
|
1607 |
<td><%=sStopText%><%=sPersistText%>
|
| 1678 |
<%If canActionInProject() AND sClickStop <> "" Then%>
|
1608 |
<%If canActionInProject() AND sClickStop <> "" Then%>
|
| 1679 |
<span onClick="<%=sClickStop%>" class="txt_linked pointer"><%=sButtonText%><img src="images/i_edit.gif" width="12" height="12" hspace="2" border="0" align='absmiddle'></span>
|
1609 |
<span onClick="<%=sClickStop%>" class="txt_linked pointer"><%=sButtonText%><img src="images/i_edit.gif" width="12" height="12" hspace="2" border="0" align='absmiddle'></span>
|
| 1680 |
<%End If%>
|
1610 |
<%End If%>
|
| - |
|
1611 |
</td>
|
| 1681 |
</tr>
|
1612 |
</tr>
|
| 1682 |
<%End If%>
|
1613 |
<%End If%>
|
| 1683 |
</table>
|
1614 |
</table>
|
| 1684 |
</fieldset>
|
1615 |
</fieldset>
|
| 1685 |
<br>
|
1616 |
<br>
|
| Line 1689... |
Line 1620... |
| 1689 |
<fieldset class="fset">
|
1620 |
<fieldset class="fset">
|
| 1690 |
<legend class="body_colb"><img src='images/s_notes.gif' width='21' height='24' hspace='4' border='0' align='absmiddle'>Reason for this version</legend>
|
1621 |
<legend class="body_colb"><img src='images/s_notes.gif' width='21' height='24' hspace='4' border='0' align='absmiddle'>Reason for this version</legend>
|
| 1691 |
<div style="display: block;float: right;margin-top: -25px;background-color: #FFF;padding: 0 5px;">
|
1622 |
<div style="display: block;float: right;margin-top: -25px;background-color: #FFF;padding: 0 5px;">
|
| 1692 |
<span class="clipElement txt_linked" title="Copy to Clipboard" data-target="releaseReason">Copy<%=enum_imgClipBoard12%></span>
|
1623 |
<span class="clipElement txt_linked" title="Copy to Clipboard" data-target="releaseReason">Copy<%=enum_imgClipBoard12%></span>
|
| 1693 |
<%If pageIsEditable Then%>
|
1624 |
<%If pageIsEditable Then%>
|
| - |
|
1625 |
<span title='Insert dependency changes as the comment' onClick="return vixConfirm('Current comments would be deleted.<br>Do you wish to continue?',{url :'_update_versions.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>' })" class="txt_linked pointer">Update Dependencies<img src="images/i_new.gif" width="12" height="12" hspace="2" border="0" align='absmiddle'></span>
|
| 1694 |
<span onClick="MM_openVixIFrame('_wform_reason_for_version.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','Reason For Release')" class="txt_linked pointer">Edit<img src="images/i_edit.gif" width="12" height="12" hspace="2" border="0" align='absmiddle'></span>
|
1626 |
<span onClick="MM_openVixIFrame('_wform_reason_for_version.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','Reason For Release')" class="txt_linked pointer">Edit<img src="images/i_edit.gif" width="12" height="12" hspace="2" border="0" align='absmiddle'></span>
|
| 1695 |
<%End If%>
|
1627 |
<%End If%>
|
| 1696 |
</div>
|
1628 |
</div>
|
| 1697 |
<a name="REASON_FOR_THIS_RELEASE"></a>
|
1629 |
<a name="REASON_FOR_THIS_RELEASE"></a>
|
| 1698 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
1630 |
<table width="100%" border="0" cellspacing="1" cellpadding="2" >
|
| 1699 |
<tr>
|
- |
|
| 1700 |
<td align="right" valign="bottom">
|
- |
|
| 1701 |
<%If pageIsEditable Then%>
|
- |
|
| 1702 |
<button class="form_btn" onClick="return vixConfirm('Current comments would be deleted.<br>Do you wish to continue?',{url :'_update_versions.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>' })">Update Dependencies</button>
|
- |
|
| 1703 |
<%End If%>
|
- |
|
| 1704 |
</td>
|
- |
|
| 1705 |
</tr>
|
- |
|
| 1706 |
</table>
|
- |
|
| 1707 |
|
- |
|
| 1708 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
- |
|
| 1709 |
<tr>
|
1631 |
<tr>
|
| 1710 |
<td bgcolor=#f5f5f5>
|
1632 |
<td>
|
| 1711 |
<%If pkgInfoHash.Item ("comments") <> "" Then%>
|
1633 |
<%If pkgInfoHash.Item ("comments") <> "" Then%>
|
| 1712 |
<table border='0' cellspacing='0' cellpadding='0'>
|
1634 |
<table width="100%" border='0' cellspacing='0' cellpadding='0' class='allGrey'>
|
| 1713 |
<tr>
|
1635 |
<tr>
|
| 1714 |
<td id=releaseReason class='sublbox_txt '> <%Response.Write( NewLine_To_BR(pkgInfoHash.Item("comments")) )%><br></td>
|
1636 |
<td id=releaseReason> <%Response.Write( NewLine_To_BR(pkgInfoHash.Item("comments")) )%><br></td>
|
| 1715 |
</tr>
|
1637 |
</tr>
|
| 1716 |
</table>
|
1638 |
</table>
|
| 1717 |
<%ElseIf FixedIssues ( parPv_id ) Then%>
|
1639 |
<%ElseIf FixedIssues ( parPv_id ) Then%>
|
| 1718 |
<span class='sublbox_txt'>Not specified.</span><br>
|
1640 |
<span>Not specified.</span><br>
|
| 1719 |
<%Else%>
|
1641 |
<%Else%>
|
| 1720 |
<span class='err_alert'>Required!</span><br>
|
1642 |
<span class='err_alert'>Required!</span><br>
|
| 1721 |
<%End If%>
|
1643 |
<%End If%>
|
| 1722 |
</td>
|
1644 |
</td>
|
| 1723 |
</tr>
|
1645 |
</tr>
|
| Line 1727... |
Line 1649... |
| 1727 |
<!-- REASON FOR NON_RIPPLE RELEASE ----------------------------------------------------------------------------------------------------------------->
|
1649 |
<!-- REASON FOR NON_RIPPLE RELEASE ----------------------------------------------------------------------------------------------------------------->
|
| 1728 |
<%If pkgInfoHash.Item ("comments") = "Rippled Build." Then%>
|
1650 |
<%If pkgInfoHash.Item ("comments") = "Rippled Build." Then%>
|
| 1729 |
|
1651 |
|
| 1730 |
<fieldset class="fset">
|
1652 |
<fieldset class="fset">
|
| 1731 |
<legend class="body_colb"><img src='images/s_notes.gif' width='21' height='24' hspace='4' border='0' align='absmiddle'>Reason for last non-ripple build</legend>
|
1653 |
<legend class="body_colb"><img src='images/s_notes.gif' width='21' height='24' hspace='4' border='0' align='absmiddle'>Reason for last non-ripple build</legend>
|
| 1732 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
1654 |
<table width="100%" border="0" cellspacing="1" cellpadding="2" class='allGrey'>
|
| 1733 |
<tr>
|
1655 |
<tr>
|
| 1734 |
<td bgcolor=#f5f5f5>
|
1656 |
<td>
|
| 1735 |
<%
|
1657 |
<%
|
| 1736 |
'Dim rsQry
|
1658 |
'Dim rsQry
|
| 1737 |
Call LastPvId(pkgInfoHash.Item ("pv_id"))
|
1659 |
Call LastPvId(pkgInfoHash.Item ("pv_id"))
|
| 1738 |
|
1660 |
|
| 1739 |
While rsQry("comments") = "Rippled Build."
|
1661 |
While rsQry("comments") = "Rippled Build."
|
| Line 1765... |
Line 1687... |
| 1765 |
If (retVal > 0) Then
|
1687 |
If (retVal > 0) Then
|
| 1766 |
retVal = Get_CQ_Issues ( SQLstr, rsCQ )
|
1688 |
retVal = Get_CQ_Issues ( SQLstr, rsCQ )
|
| 1767 |
If retVal = 0 Then%>
|
1689 |
If retVal = 0 Then%>
|
| 1768 |
<table width="100%" border="0" cellspacing="1" cellpadding="3">
|
1690 |
<table width="100%" border="0" cellspacing="1" cellpadding="3">
|
| 1769 |
<tr>
|
1691 |
<tr>
|
| 1770 |
<td bgcolor=#e4e9ec nowrap width="1" class="form_field" align="center">Fixed</td>
|
1692 |
<td bgcolor=#e4e9ec nowrap width="1%" class="form_field" align="center">Fixed</td>
|
| 1771 |
<td bgcolor=#e4e9ec nowrap width="1" class="form_field">Issue Id </td>
|
1693 |
<td bgcolor=#e4e9ec nowrap width="1%" class="form_field">Issue Id </td>
|
| 1772 |
<td bgcolor=#e4e9ec nowrap width="1" class="form_field">Issue DB </td>
|
1694 |
<td bgcolor=#e4e9ec nowrap width="1%" class="form_field">Issue DB </td>
|
| 1773 |
<td bgcolor=#e4e9ec nowrap width="100%" class="form_field">Summary</td>
|
1695 |
<td bgcolor=#e4e9ec nowrap width="100%" class="form_field">Summary</td>
|
| 1774 |
<td bgcolor=#e4e9ec nowrap width="1" class="form_field">Issue Type </td>
|
1696 |
<td bgcolor=#e4e9ec nowrap width="1%" class="form_field">Issue Type </td>
|
| 1775 |
<td bgcolor=#e4e9ec nowrap width="1" class="form_field">Priority</td>
|
1697 |
<td bgcolor=#e4e9ec nowrap width="1%" class="form_field">Priority</td>
|
| 1776 |
<td bgcolor=#e4e9ec nowrap width="1" class="form_field">Status</td>
|
1698 |
<td bgcolor=#e4e9ec nowrap width="1%" class="form_field">Status</td>
|
| 1777 |
<td bgcolor=#e4e9ec nowrap width="1" class="form_field">Note</td>
|
1699 |
<td bgcolor=#e4e9ec nowrap width="1%" class="form_field">Note</td>
|
| 1778 |
<td bgcolor=#e4e9ec nowrap width="1" class="form_field"> </td>
|
1700 |
<td bgcolor=#e4e9ec nowrap width="1%" class="form_field"> </td>
|
| 1779 |
</tr>
|
1701 |
</tr>
|
| 1780 |
<%If ((NOT rsCQ.BOF) AND (NOT rsCQ.EOF)) Then%>
|
1702 |
<%If ((NOT rsCQ.BOF) AND (NOT rsCQ.EOF)) Then%>
|
| 1781 |
<%While ((NOT rsCQ.BOF) AND (NOT rsCQ.EOF))%>
|
1703 |
<%While ((NOT rsCQ.BOF) AND (NOT rsCQ.EOF))%>
|
| 1782 |
<tr>
|
1704 |
<tr>
|
| 1783 |
<td align="center" nowrap bgcolor=#e4e9ec><img src="images/i_tick_black.gif" width="7" height="7" vspace="2"></td>
|
1705 |
<td align="center" nowrap bgcolor=#e4e9ec><img src="images/i_tick_black.gif" width="7" height="7" vspace="2"></td>
|
| 1784 |
<td bgcolor=#f5f5f5 nowrap class="form_item"><span onClick="MM_openVixIFrame('_wform_issues_details.asp?iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>','Issue Details')" class="txt_linked pointer"><%=rsCQ("iss_num")%></span></td>
|
1706 |
<td nowrap class="form_item"><span onClick="MM_openVixIFrame('_wform_issues_details.asp?iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>','Issue Details')" class="txt_linked pointer"><%=rsCQ("iss_num")%></span></td>
|
| 1785 |
<td bgcolor=#f5f5f5 class="form_item">
|
1707 |
<td class="form_item">
|
| 1786 |
<%If Cint(rsCQ("iss_db")) = enumCLEARQUEST_DEVI_ID Then%>
|
1708 |
<%If Cint(rsCQ("iss_db")) = enumCLEARQUEST_DEVI_ID Then%>
|
| 1787 |
DEVI
|
1709 |
DEVI
|
| 1788 |
<%Else%>
|
1710 |
<%Else%>
|
| 1789 |
UNKNOWN
|
1711 |
UNKNOWN
|
| 1790 |
<%End If%></td>
|
1712 |
<%End If%></td>
|
| 1791 |
<td bgcolor=#f5f5f5 class="form_item"><%=NewLine_To_BR ( To_HTML ( rsCQ("summary") ) )%></td>
|
1713 |
<td class="form_item"><%=NewLine_To_BR ( To_HTML ( rsCQ("summary") ) )%></td>
|
| 1792 |
<td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsCQ("issue_type")%></td>
|
1714 |
<td nowrap class="form_item"><%=rsCQ("issue_type")%></td>
|
| 1793 |
<td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsCQ("priority")%></td>
|
1715 |
<td nowrap class="form_item"><%=rsCQ("priority")%></td>
|
| 1794 |
<td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsCQ("Status")%></td>
|
1716 |
<td nowrap class="form_item"><%=rsCQ("Status")%></td>
|
| 1795 |
<%If sectionIsEditable Then%>
|
1717 |
<%If sectionIsEditable Then%>
|
| 1796 |
<%If notesIssDict.Exists (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id"))) Then%>
|
1718 |
<%If notesIssDict.Exists (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id"))) Then%>
|
| 1797 |
<td align="center" bgcolor=#f5f5f5 class="form_item"><span class='pointer' onClick="MM_openVixIFrame('_wform_issue_notes.asp?rtag_id=<%=parRtag_id%>&pv_id=<%=parPv_id%>&iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>','Issue Notes')"><img src="images/i_note_on.gif" width="11" height="12" border="0" title="<%=notesIssDict.Item (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id")))%>"></span></td>
|
1719 |
<td align="center" class="form_item"><span class='pointer' onClick="MM_openVixIFrame('_wform_issue_notes.asp?rtag_id=<%=parRtag_id%>&pv_id=<%=parPv_id%>&iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>','Issue Notes')"><img src="images/i_note_on.gif" width="11" height="12" border="0" title="<%=notesIssDict.Item (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id")))%>"></span></td>
|
| 1798 |
<%Else%>
|
1720 |
<%Else%>
|
| 1799 |
<td align="center" bgcolor=#f5f5f5 class="form_item"><span class='pointer' onClick="MM_openVixIFrame('_wform_issue_notes.asp?rtag_id=<%=parRtag_id%>&pv_id=<%=parPv_id%>&iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>','Issue Notes')"><img src="images/i_note_off.gif" width="11" height="12" border="0" title="Add Note"></span></td>
|
1721 |
<td align="center" class="form_item"><span class='pointer' onClick="MM_openVixIFrame('_wform_issue_notes.asp?rtag_id=<%=parRtag_id%>&pv_id=<%=parPv_id%>&iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>','Issue Notes')"><img src="images/i_note_off.gif" width="11" height="12" border="0" title="Add Note"></span></td>
|
| 1800 |
<%End If%>
|
1722 |
<%End If%>
|
| 1801 |
<%Else%>
|
1723 |
<%Else%>
|
| 1802 |
<%If notesIssDict.Exists (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id"))) Then%>
|
1724 |
<%If notesIssDict.Exists (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id"))) Then%>
|
| 1803 |
<td align="center" bgcolor=#f5f5f5 class="form_item"><img src="images/i_note_on.gif" width="11" height="12" border="0" title="<%=notesIssDict.Item (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id")))%>"></td>
|
1725 |
<td align="center" class="form_item"><img src="images/i_note_on.gif" width="11" height="12" border="0" title="<%=notesIssDict.Item (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id")))%>"></td>
|
| 1804 |
<%Else%>
|
1726 |
<%Else%>
|
| 1805 |
<td align="center" bgcolor=#f5f5f5 class="form_item"><img src="images/i_note_off.gif" width="11" height="12" border="0"></td>
|
1727 |
<td align="center" class="form_item"><img src="images/i_note_off.gif" width="11" height="12" border="0"></td>
|
| 1806 |
<%End If%>
|
1728 |
<%End If%>
|
| 1807 |
<%End If%>
|
1729 |
<%End If%>
|
| 1808 |
<%If NOT pageIsEditable Then%>
|
1730 |
<%If NOT pageIsEditable Then%>
|
| 1809 |
<td align="center" bgcolor=#f5f5f5 class="form_item"><img src="images/i_delete_disable.gif" width="13" height="12" hspace="2" border="0"></td>
|
1731 |
<td align="center" class="form_item"><img src="images/i_delete_disable.gif" width="13" height="12" hspace="2" border="0"></td>
|
| 1810 |
<%Else%>
|
1732 |
<%Else%>
|
| 1811 |
<td align="center" bgcolor=#f5f5f5 class="form_item"><a href="_remove_issue.asp?iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" onClick="return vixConfirmDelete('this issue from Release Manager');"><img src="images/i_delete.gif" width="13" height="12" hspace="2" border="0" alt="Delete this issue from the list"></a></td>
|
1733 |
<td align="center" class="form_item"><span class=pointer data-href="_remove_issue.asp?iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" onClick="return vixConfirmDelete('this issue from Release Manager');"><img src="images/i_delete.gif" width="13" height="12" hspace="2" border="0" alt="Delete this issue from the list"></span></td>
|
| 1812 |
<%End If%>
|
1734 |
<%End If%>
|
| 1813 |
</tr>
|
1735 |
</tr>
|
| 1814 |
<%rsCQ.MoveNext
|
1736 |
<%rsCQ.MoveNext
|
| 1815 |
WEnd
|
1737 |
WEnd
|
| 1816 |
rsCQ.Close()%>
|
1738 |
rsCQ.Close()%>
|
| 1817 |
<%Else%>
|
1739 |
<%Else%>
|
| 1818 |
<tr>
|
1740 |
<tr>
|
| 1819 |
<td bgcolor=#e4e9ec nowrap> </td>
|
1741 |
<td bgcolor=#e4e9ec nowrap> </td>
|
| 1820 |
<td bgcolor=#f5f5f5 nowrap></td>
|
1742 |
<td nowrap></td>
|
| 1821 |
<td bgcolor=#f5f5f5 class="form_item"></td>
|
1743 |
<td class="form_item"></td>
|
| 1822 |
<td bgcolor=#f5f5f5 class="form_item"></td>
|
1744 |
<td class="form_item"></td>
|
| 1823 |
<td bgcolor=#f5f5f5 class="form_item"></td>
|
1745 |
<td class="form_item"></td>
|
| 1824 |
<td bgcolor=#f5f5f5 class="form_item"></td>
|
1746 |
<td class="form_item"></td>
|
| 1825 |
<td bgcolor=#f5f5f5 class="form_item"></td>
|
1747 |
<td class="form_item"></td>
|
| 1826 |
<td bgcolor=#f5f5f5 class="form_item"></td>
|
1748 |
<td class="form_item"></td>
|
| 1827 |
<td align="center" bgcolor=#f5f5f5 class="form_item"></td>
|
1749 |
<td align="center" class="form_item"></td>
|
| 1828 |
</tr>
|
1750 |
</tr>
|
| 1829 |
<%End If%>
|
1751 |
<%End If%>
|
| 1830 |
</table>
|
1752 |
</table>
|
| 1831 |
<%End If%>
|
1753 |
<%End If%>
|
| 1832 |
<%If retVal <> 0 Then Response.write enumMSSQL_ERROR
|
1754 |
<%If retVal <> 0 Then Response.write enumMSSQL_ERROR
|
| Line 1869... |
Line 1791... |
| 1869 |
Set issueInfo = CreateObject( "Scripting.Dictionary" )
|
1791 |
Set issueInfo = CreateObject( "Scripting.Dictionary" )
|
| 1870 |
Call getJiraIssueDetails(parPv_id,issueInfo, 0)
|
1792 |
Call getJiraIssueDetails(parPv_id,issueInfo, 0)
|
| 1871 |
If issueInfo.Count > 0 Then
|
1793 |
If issueInfo.Count > 0 Then
|
| 1872 |
%>
|
1794 |
%>
|
| 1873 |
|
1795 |
|
| 1874 |
<table width="100%" border="0" cellspacing="1" cellpadding="3">
|
1796 |
<table width="100%" border="0" cellspacing="1" cellpadding="3" class=stdGrey>
|
| 1875 |
<tr>
|
1797 |
<thead>
|
| 1876 |
<td bgcolor=#e4e9ec nowrap width="1" class="form_field" align="center">Fixed</td>
|
1798 |
<th width="1%" align="center">Fixed</th>
|
| 1877 |
<td bgcolor=#e4e9ec nowrap width="1" class="form_field">Issue Id </td>
|
1799 |
<th width="1%" >IssueId</th>
|
| 1878 |
<td bgcolor=#e4e9ec nowrap width="1" class="form_field">Issue DB </td>
|
1800 |
<th width="1%" >IssueDB</th>
|
| 1879 |
<td bgcolor=#e4e9ec nowrap width="100%" class="form_field">Summary</td>
|
1801 |
<th width="100%" >Summary</th>
|
| 1880 |
<td bgcolor=#e4e9ec nowrap width="1" class="form_field">Issue Type </td>
|
1802 |
<th width="1%" >IssueType</th>
|
| 1881 |
<td bgcolor=#e4e9ec nowrap width="1" class="form_field">Priority</td>
|
1803 |
<th width="1%" >Priority</th>
|
| 1882 |
<td bgcolor=#e4e9ec nowrap width="1" class="form_field">Status</td>
|
1804 |
<th width="1%" >Status</th>
|
| 1883 |
<td bgcolor=#e4e9ec nowrap width="1" class="form_field">Note</td>
|
1805 |
<th width="1%" >Note</th>
|
| 1884 |
<td bgcolor=#e4e9ec nowrap width="1" class="form_field"> </td>
|
1806 |
<th width="1%" ></th>
|
| 1885 |
</tr>
|
1807 |
</thead>
|
| 1886 |
<%
|
1808 |
<%
|
| 1887 |
For Each key In issueInfo
|
1809 |
For Each key In issueInfo
|
| 1888 |
Set el = issueInfo.item(key)
|
1810 |
Set el = issueInfo.item(key)
|
| 1889 |
%>
|
1811 |
%>
|
| 1890 |
<tr>
|
1812 |
<tr>
|
| 1891 |
<%If el.Exists("resolution") Then %>
|
1813 |
<%If el.Exists("resolution") Then %>
|
| 1892 |
<td align="center" nowrap bgcolor=#e4e9ec>
|
1814 |
<td align="center" nowrap>
|
| 1893 |
<img src="images/i_tick_black.gif" width="7" height="7" vspace="2">
|
1815 |
<img src="images/i_tick_black.gif" width="7" height="7" vspace="2">
|
| 1894 |
</td>
|
1816 |
</td>
|
| 1895 |
<%Else%>
|
1817 |
<%Else%>
|
| 1896 |
<td align="center" nowrap bgcolor=#e4e9ec></td>
|
1818 |
<td align="center" nowrap></td>
|
| 1897 |
<%End If%>
|
1819 |
<%End If%>
|
| 1898 |
<td bgcolor=#f5f5f5 nowrap class="form_item">
|
1820 |
<td nowrap class="form_item">
|
| 1899 |
<a href="<%=el.item("url")%>" target="_blank" class="txt_linked"><%=key%></a>
|
1821 |
<a href="<%=el.item("url")%>" target="_blank" class="txt_linked"><%=key%></a>
|
| 1900 |
</td>
|
1822 |
</td>
|
| 1901 |
<td bgcolor=#f5f5f5 class="form_item"><%=el.item("type")%></td>
|
1823 |
<td><%=el.item("type")%></td>
|
| 1902 |
<td bgcolor=#f5f5f5 class="form_item"><%=NewLine_To_BR ( To_HTML ( el.item("summary") ) )%></td>
|
1824 |
<td><%=NewLine_To_BR ( To_HTML ( el.item("summary") ) )%></td>
|
| 1903 |
<td nowrap bgcolor=#f5f5f5 class="form_item"><%=el.item("issuetype")%></td>
|
1825 |
<td nowrap><%=el.item("issuetype")%></td>
|
| 1904 |
<td nowrap bgcolor=#f5f5f5 class="form_item"><%=el.item("priority")%></td>
|
1826 |
<td nowrap><%=el.item("priority")%></td>
|
| 1905 |
<td nowrap bgcolor=#f5f5f5 class="form_item"><%=el.item("status")%></td>
|
1827 |
<td nowrap><%=el.item("status")%></td>
|
| 1906 |
<td nowrap bgcolor=#f5f5f5 class="form_item"></td>
|
1828 |
<td nowrap></td>
|
| 1907 |
<%If NOT pageIsEditable Then%>
|
1829 |
<%If NOT pageIsEditable Then%>
|
| 1908 |
<td align="center" bgcolor=#f5f5f5 class="form_item">
|
1830 |
<td align="center">
|
| 1909 |
<img src="images/i_delete_disable.gif" width="13" height="12" hspace="2" border="0">
|
1831 |
<img src="images/i_delete_disable.gif" width="13" height="12" hspace="2" border="0">
|
| 1910 |
</td>
|
1832 |
</td>
|
| 1911 |
<%Else%>
|
1833 |
<%Else%>
|
| 1912 |
<td align="center" bgcolor=#f5f5f5 class="form_item">
|
1834 |
<td align="center">
|
| 1913 |
<a href="_remove_jira_issue.asp?iss_link=<%=el.item("key")%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" onClick="return vixConfirmDelete('this issue from Release Manager');">
|
1835 |
<span class=pointer data-href="_remove_jira_issue.asp?iss_link=<%=el.item("key")%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" onClick="return vixConfirmDelete('this issue from Release Manager');">
|
| 1914 |
<img src="images/i_delete.gif" width="13" height="12" hspace="2" border="0" alt="Delete this issue from the list">
|
1836 |
<img src="images/i_delete.gif" width="13" height="12" hspace="2" border="0" alt="Delete this issue from the list">
|
| 1915 |
</a>
|
1837 |
</span>
|
| 1916 |
</td>
|
1838 |
</td>
|
| 1917 |
<%End If%>
|
1839 |
<%End If%>
|
| 1918 |
</tr>
|
1840 |
</tr>
|
| 1919 |
<%
|
1841 |
<%
|
| 1920 |
Next
|
1842 |
Next
|
| Line 1935... |
Line 1857... |
| 1935 |
|
1857 |
|
| 1936 |
<%retVal = Get_Package_Issues ( parPv_id, SQLstr, fixedIssDict, notesIssDict, enumISSUES_STATE_FIXED )
|
1858 |
<%retVal = Get_Package_Issues ( parPv_id, SQLstr, fixedIssDict, notesIssDict, enumISSUES_STATE_FIXED )
|
| 1937 |
If (retVal > 0) Then
|
1859 |
If (retVal > 0) Then
|
| 1938 |
retVal = Get_CQ_Issues ( SQLstr, rsCQ )
|
1860 |
retVal = Get_CQ_Issues ( SQLstr, rsCQ )
|
| 1939 |
If retVal = 0 Then%>
|
1861 |
If retVal = 0 Then%>
|
| 1940 |
<table width="100%" border="0" cellspacing="1" cellpadding="3">
|
1862 |
<table width="100%" border="0" cellspacing="1" cellpadding="3" class=stdGrey>
|
| 1941 |
<tr>
|
1863 |
<thead>
|
| 1942 |
<td bgcolor=#e4e9ec nowrap width="1" class="form_field" align="center">Fixed</td>
|
1864 |
<th width="1%" align="center">Fixed</th>
|
| 1943 |
<td bgcolor=#e4e9ec nowrap width="1" class="form_field">Issue Id </td>
|
1865 |
<th width="1%" >IssueId</th>
|
| 1944 |
<td bgcolor=#e4e9ec nowrap width="1" class="form_field">Issue DB </td>
|
1866 |
<th width="1%" >IssueDB</th>
|
| 1945 |
<td bgcolor=#e4e9ec nowrap width="100%" class="form_field">Summary</td>
|
1867 |
<th width="100%">Summary</th>
|
| 1946 |
<td bgcolor=#e4e9ec nowrap width="1" class="form_field">Issue Type </td>
|
1868 |
<th width="1%" >IssueType</th>
|
| 1947 |
<td bgcolor=#e4e9ec nowrap width="1" class="form_field">Priority</td>
|
1869 |
<th width="1%" >Priority</th>
|
| 1948 |
<td bgcolor=#e4e9ec nowrap width="1" class="form_field">Status</td>
|
1870 |
<th width="1%" >Status</th>
|
| 1949 |
<td bgcolor=#e4e9ec nowrap width="1" class="form_field">Note</td>
|
1871 |
<th width="1%" >Note</th>
|
| 1950 |
<td bgcolor=#e4e9ec nowrap width="1" class="form_field"> </td>
|
1872 |
<th width="1%" ></th>
|
| 1951 |
</tr>
|
1873 |
</thead>
|
| 1952 |
<%If ((NOT rsCQ.BOF) AND (NOT rsCQ.EOF)) Then%>
|
1874 |
<%If ((NOT rsCQ.BOF) AND (NOT rsCQ.EOF)) Then%>
|
| 1953 |
<%While ((NOT rsCQ.BOF) AND (NOT rsCQ.EOF))%>
|
1875 |
<%While ((NOT rsCQ.BOF) AND (NOT rsCQ.EOF))%>
|
| 1954 |
<tr>
|
1876 |
<tr>
|
| 1955 |
<td align="center" nowrap bgcolor=#e4e9ec><img src="images/i_tick_black.gif" width="7" height="7" vspace="2"></td>
|
1877 |
<td align="center" nowrap bgcolor=#e4e9ec><img src="images/i_tick_black.gif" width="7" height="7" vspace="2"></td>
|
| 1956 |
<td bgcolor=#f5f5f5 nowrap class="form_item">
|
1878 |
<td nowrap class="form_item">
|
| 1957 |
<%BuildEditButtonRaw TRUE, rsCQ("iss_num") , "Edit", TRUE, "", "MM_openVixIFrame('_wform_issues_details.asp?iss_db="&rsCQ("iss_db")&"&iss_id="&rsCQ("iss_id")&"','Issue Details')" %>
|
1879 |
<%BuildEditButtonRaw TRUE, rsCQ("iss_num") , "Edit", TRUE, "", "MM_openVixIFrame('_wform_issues_details.asp?iss_db="&rsCQ("iss_db")&"&iss_id="&rsCQ("iss_id")&"','Issue Details')" %>
|
| 1958 |
</td>
|
1880 |
</td>
|
| 1959 |
<td bgcolor=#f5f5f5 class="form_item">
|
1881 |
<td class="form_item">
|
| 1960 |
<%If CInt(rsCQ("iss_db")) = enumCLEARQUEST_DEVI_ID Then%>
|
1882 |
<%If CInt(rsCQ("iss_db")) = enumCLEARQUEST_DEVI_ID Then%>
|
| 1961 |
DEVI
|
1883 |
DEVI
|
| 1962 |
<%Else%>
|
1884 |
<%Else%>
|
| 1963 |
UNKNOWN
|
1885 |
UNKNOWN
|
| 1964 |
<%End If%>
|
1886 |
<%End If%>
|
| 1965 |
</td>
|
1887 |
</td>
|
| 1966 |
<td bgcolor=#f5f5f5 class="form_item"><%=NewLine_To_BR ( To_HTML ( rsCQ("summary") ) )%></td>
|
1888 |
<td class="form_item"><%=NewLine_To_BR ( To_HTML ( rsCQ("summary") ) )%></td>
|
| 1967 |
<td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsCQ("issue_type")%></td>
|
1889 |
<td nowrap class="form_item"><%=rsCQ("issue_type")%></td>
|
| 1968 |
<td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsCQ("priority")%></td>
|
1890 |
<td nowrap class="form_item"><%=rsCQ("priority")%></td>
|
| 1969 |
<td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsCQ("Status")%></td>
|
1891 |
<td nowrap class="form_item"><%=rsCQ("Status")%></td>
|
| 1970 |
<%If sectionIsEditable AND pageIsEditable Then
|
1892 |
<%If sectionIsEditable AND pageIsEditable Then
|
| 1971 |
Dim noteImage
|
1893 |
Dim noteImage
|
| 1972 |
If notesIssDict.Exists (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id"))) Then
|
1894 |
If notesIssDict.Exists (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id"))) Then
|
| 1973 |
noteImage = "images/i_note_on.gif"
|
1895 |
noteImage = "images/i_note_on.gif"
|
| 1974 |
Else
|
1896 |
Else
|
| Line 1978... |
Line 1900... |
| 1978 |
%>
|
1900 |
%>
|
| 1979 |
|
1901 |
|
| 1980 |
|
1902 |
|
| 1981 |
<%If sectionIsEditable AND pageIsEditable Then%>
|
1903 |
<%If sectionIsEditable AND pageIsEditable Then%>
|
| 1982 |
<%If notesIssDict.Exists (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id"))) Then%>
|
1904 |
<%If notesIssDict.Exists (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id"))) Then%>
|
| 1983 |
<td align="center" bgcolor=#f5f5f5 class="form_item">
|
1905 |
<td align="center" class="form_item">
|
| 1984 |
<a href="javascript:;" onClick="MM_openVixIFrame('_wform_issue_notes.asp?rtag_id=<%=parRtag_id%>&pv_id=<%=parPv_id%>&iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>','Issue Notes')">
|
1906 |
<span class='pointer txt_linked' onClick="MM_openVixIFrame('_wform_issue_notes.asp?rtag_id=<%=parRtag_id%>&pv_id=<%=parPv_id%>&iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>','Issue Notes')">
|
| 1985 |
<img src="images/i_note_on.gif" width="11" height="12" border="0" title="<%=notesIssDict.Item (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id")))%>">
|
1907 |
<img src="images/i_note_on.gif" width="11" height="12" border="0" title="<%=notesIssDict.Item (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id")))%>">
|
| 1986 |
</a>
|
1908 |
</span>
|
| 1987 |
</td>
|
1909 |
</td>
|
| 1988 |
<%Else%>
|
1910 |
<%Else%>
|
| 1989 |
<td align="center" bgcolor=#f5f5f5 class="form_item">
|
1911 |
<td align="center" class="form_item">
|
| 1990 |
<a href="javascript:;" onClick="MM_openVixIFrame('_wform_issue_notes.asp?rtag_id=<%=parRtag_id%>&pv_id=<%=parPv_id%>&iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>','Issue Notes')">
|
1912 |
<span class='pointer txt_linked' onClick="MM_openVixIFrame('_wform_issue_notes.asp?rtag_id=<%=parRtag_id%>&pv_id=<%=parPv_id%>&iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>','Issue Notes')">
|
| 1991 |
<img src="images/i_note_off.gif" width="11" height="12" border="0" title="Add Note">
|
1913 |
<img src="images/i_note_off.gif" width="11" height="12" border="0" title="Add Note">
|
| 1992 |
</a>
|
1914 |
</span>
|
| 1993 |
</td>
|
1915 |
</td>
|
| 1994 |
<%End If%>
|
1916 |
<%End If%>
|
| 1995 |
<%Else%>
|
1917 |
<%Else%>
|
| 1996 |
<%If notesIssDict.Exists (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id"))) Then%>
|
1918 |
<%If notesIssDict.Exists (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id"))) Then%>
|
| 1997 |
<td align="center" bgcolor=#f5f5f5 class="form_item">
|
1919 |
<td align="center" class="form_item">
|
| 1998 |
<img src="images/i_note_on.gif" width="11" height="12" border="0" title="<%=notesIssDict.Item (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id")))%>">
|
1920 |
<img src="images/i_note_on.gif" width="11" height="12" border="0" title="<%=notesIssDict.Item (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id")))%>">
|
| 1999 |
</td>
|
1921 |
</td>
|
| 2000 |
<%Else%>
|
1922 |
<%Else%>
|
| 2001 |
<td align="center" bgcolor=#f5f5f5 class="form_item">
|
1923 |
<td align="center" class="form_item">
|
| 2002 |
<img src="images/i_note_off.gif" width="11" height="12" border="0">
|
1924 |
<img src="images/i_note_off.gif" width="11" height="12" border="0">
|
| 2003 |
</td>
|
1925 |
</td>
|
| 2004 |
<%End If%>
|
1926 |
<%End If%>
|
| 2005 |
<%End If%>
|
1927 |
<%End If%>
|
| 2006 |
<%If NOT pageIsEditable Then%>
|
1928 |
<%If NOT pageIsEditable Then%>
|
| 2007 |
<td align="center" bgcolor=#f5f5f5 class="form_item">
|
1929 |
<td align="center" class="form_item">
|
| 2008 |
<img src="images/i_delete_disable.gif" width="13" height="12" hspace="2" border="0">
|
1930 |
<img src="images/i_delete_disable.gif" width="13" height="12" hspace="2" border="0">
|
| 2009 |
</td>
|
1931 |
</td>
|
| 2010 |
<%Else%>
|
1932 |
<%Else%>
|
| 2011 |
<td align="center" bgcolor=#f5f5f5 class="form_item">
|
1933 |
<td align="center" class="form_item">
|
| 2012 |
<a href="_remove_issue.asp?iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" onClick="return vixConfirmDelete('this issue from Release Manager');">
|
1934 |
<span class=pointer data-href="_remove_issue.asp?iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" onClick="return vixConfirmDelete('this issue from Release Manager');">
|
| 2013 |
<img src="images/i_delete.gif" width="13" height="12" hspace="2" border="0" alt="Delete this issue from the list">
|
1935 |
<img src="images/i_delete.gif" width="13" height="12" hspace="2" border="0" alt="Delete this issue from the list">
|
| 2014 |
</a>
|
1936 |
</span>
|
| 2015 |
</td>
|
1937 |
</td>
|
| 2016 |
<%End If%>
|
1938 |
<%End If%>
|
| 2017 |
</tr>
|
1939 |
</tr>
|
| 2018 |
<%rsCQ.MoveNext
|
1940 |
<%rsCQ.MoveNext
|
| 2019 |
WEnd
|
1941 |
WEnd
|
| 2020 |
rsCQ.Close()%>
|
1942 |
rsCQ.Close()%>
|
| 2021 |
<%Else%>
|
1943 |
<%Else%>
|
| 2022 |
<tr>
|
1944 |
<tr>
|
| 2023 |
<td bgcolor=#e4e9ec nowrap> </td>
|
1945 |
<td> </td>
|
| 2024 |
<td bgcolor=#f5f5f5 nowrap></td>
|
1946 |
<td></td>
|
| 2025 |
<td bgcolor=#f5f5f5 class="form_item"></td>
|
1947 |
<td></td>
|
| 2026 |
<td bgcolor=#f5f5f5 class="form_item"></td>
|
1948 |
<td></td>
|
| 2027 |
<td bgcolor=#f5f5f5 class="form_item"></td>
|
1949 |
<td></td>
|
| 2028 |
<td bgcolor=#f5f5f5 class="form_item"></td>
|
1950 |
<td></td>
|
| 2029 |
<td bgcolor=#f5f5f5 class="form_item"></td>
|
1951 |
<td></td>
|
| 2030 |
<td bgcolor=#f5f5f5 class="form_item"></td>
|
1952 |
<td></td>
|
| 2031 |
<td align="center" bgcolor=#f5f5f5 class="form_item"></td>
|
1953 |
<td></td>
|
| 2032 |
</tr>
|
1954 |
</tr>
|
| 2033 |
<%End If%>
|
1955 |
<%End If%>
|
| 2034 |
|
1956 |
|
| 2035 |
</table>
|
1957 |
</table>
|
| 2036 |
<%End If%>
|
1958 |
<%End If%>
|
| Line 2041... |
Line 1963... |
| 2041 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
1963 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
| 2042 |
<tr>
|
1964 |
<tr>
|
| 2043 |
<td valign="top" class="body_colb">Outstanding Issues</td>
|
1965 |
<td valign="top" class="body_colb">Outstanding Issues</td>
|
| 2044 |
<td align="right" valign="top">
|
1966 |
<td align="right" valign="top">
|
| 2045 |
<%If pageIsEditable Then%>
|
1967 |
<%If pageIsEditable Then%>
|
| 2046 |
<a href="javascript:;" onClick="MM_openVixIFrame('_wform_import_issues.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','Import Issues')" class="txt_linked">
|
1968 |
<span class='pointer txt_linked' onClick="MM_openVixIFrame('_wform_import_issues.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','Import Issues')" class="txt_linked">
|
| 2047 |
Import Outstanding Issues from ClearQuest
|
1969 |
Import Outstanding Issues from ClearQuest
|
| 2048 |
<img src="images/i_download.gif" width="12" height="12" hspace="2" border="0" align='absmiddle'>
|
1970 |
<img src="images/i_download.gif" width="12" height="12" hspace="2" border="0" align='absmiddle'>
|
| 2049 |
</a>
|
1971 |
</span>
|
| 2050 |
<%End If%>
|
1972 |
<%End If%>
|
| 2051 |
</td>
|
1973 |
</td>
|
| 2052 |
</tr>
|
1974 |
</tr>
|
| 2053 |
</table>
|
1975 |
</table>
|
| 2054 |
|
1976 |
|
| 2055 |
<%retVal = Get_Package_Issues ( parPv_id, SQLstr, fixedIssDict, notesIssDict, enumISSUES_STATE_IMPORTED )
|
1977 |
<%retVal = Get_Package_Issues ( parPv_id, SQLstr, fixedIssDict, notesIssDict, enumISSUES_STATE_IMPORTED )
|
| 2056 |
If (retVal > 0) Then
|
1978 |
If (retVal > 0) Then
|
| 2057 |
retVal = Get_CQ_Issues ( SQLstr, rsCQ )
|
1979 |
retVal = Get_CQ_Issues ( SQLstr, rsCQ )
|
| 2058 |
If retVal = 0 Then%>
|
1980 |
If retVal = 0 Then%>
|
| 2059 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
1981 |
<table width="100%" border="0" cellspacing="1" cellpadding="2" class=stdGrey>
|
| 2060 |
<form name="fixedissues" method="get" action="_update_issues_state.asp">
|
1982 |
<form name="fixedissues" method="get" action="_update_issues_state.asp">
|
| 2061 |
<tr>
|
1983 |
<thead>
|
| 2062 |
<%If pageIsEditable Then%>
|
1984 |
<%If pageIsEditable Then%>
|
| 2063 |
<td bgcolor=#e4e9ec nowrap width="1%" class="form_field" align="center">Fixed</td>
|
1985 |
<th nowrap width="1%" align="center">Fixed</th>
|
| 2064 |
<%End If%>
|
1986 |
<%End If%>
|
| 2065 |
<td bgcolor=#e4e9ec nowrap width="1%" class="form_field">Issue Id </td>
|
1987 |
<th nowrap width="1%" >Issue Id </th>
|
| 2066 |
<td bgcolor=#e4e9ec nowrap width="1%" class="form_field">Issue DB </td>
|
1988 |
<th nowrap width="1%" >Issue DB </th>
|
| 2067 |
<td bgcolor=#e4e9ec nowrap width="100%" class="form_field">Summary</td>
|
1989 |
<th nowrap width="100%" >Summary</th>
|
| 2068 |
<td bgcolor=#e4e9ec nowrap width="1%" class="form_field">Issue Type </td>
|
1990 |
<th nowrap width="1%" >Issue Type </th>
|
| 2069 |
<td bgcolor=#e4e9ec nowrap width="1%" class="form_field">Priority</td>
|
1991 |
<th nowrap width="1%" >Priority</th>
|
| 2070 |
<td bgcolor=#e4e9ec nowrap width="1%" class="form_field">Status</td>
|
1992 |
<th nowrap width="1%" >Status</th>
|
| 2071 |
<td bgcolor=#e4e9ec nowrap width="1%" class="form_field">Note</td>
|
1993 |
<th nowrap width="1%" >Note</th>
|
| 2072 |
<td bgcolor=#e4e9ec nowrap width="1%" class="form_field"> </td>
|
1994 |
<th nowrap width="1%" > </th>
|
| 2073 |
</tr>
|
1995 |
</thead>
|
| 2074 |
<%If ((NOT rsCQ.BOF) AND (NOT rsCQ.EOF)) Then%>
|
1996 |
<%If ((NOT rsCQ.BOF) AND (NOT rsCQ.EOF)) Then%>
|
| 2075 |
<%While ((NOT rsCQ.BOF) AND (NOT rsCQ.EOF))%>
|
1997 |
<%While ((NOT rsCQ.BOF) AND (NOT rsCQ.EOF))%>
|
| 2076 |
<tr>
|
1998 |
<tr>
|
| 2077 |
<%If pageIsEditable Then%>
|
1999 |
<%If pageIsEditable Then%>
|
| 2078 |
<td align="center" nowrap bgcolor=#e4e9ec>
|
2000 |
<td align="center" nowrap>
|
| 2079 |
<input type="checkbox" name="FRfixed" value="<%=rsCQ("iss_db") &"."& rsCQ("iss_id")%>">
|
2001 |
<input type="checkbox" name="FRfixed" value="<%=rsCQ("iss_db") &"."& rsCQ("iss_id")%>">
|
| 2080 |
</td>
|
2002 |
</td>
|
| 2081 |
<%End If%>
|
2003 |
<%End If%>
|
| 2082 |
<td bgcolor=#f5f5f5 nowrap class="form_item">
|
2004 |
<td nowrap class="form_item">
|
| 2083 |
<a href="javascript:;" onClick="MM_openVixIFrame('_wform_issues_details.asp?iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>','Issue Details')" class="txt_linked">
|
2005 |
<span class='pointer txt_linked' onClick="MM_openVixIFrame('_wform_issues_details.asp?iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>','Issue Details')" class="txt_linked">
|
| 2084 |
<%=rsCQ("iss_num")%>
|
2006 |
<%=rsCQ("iss_num")%>
|
| 2085 |
</a>
|
2007 |
</span>
|
| 2086 |
</td>
|
2008 |
</td>
|
| 2087 |
<td bgcolor=#f5f5f5 class="form_item">
|
2009 |
<td class="form_item">
|
| 2088 |
<%If CInt(rsCQ("iss_db")) = enumCLEARQUEST_DEVI_ID Then%>
|
2010 |
<%If CInt(rsCQ("iss_db")) = enumCLEARQUEST_DEVI_ID Then%>
|
| 2089 |
DEVI
|
2011 |
DEVI
|
| 2090 |
<%Else%>
|
2012 |
<%Else%>
|
| 2091 |
UNKNOWN
|
2013 |
UNKNOWN
|
| 2092 |
<%End If%>
|
2014 |
<%End If%>
|
| 2093 |
</td>
|
2015 |
</td>
|
| 2094 |
<td bgcolor=#f5f5f5 class="form_item"><%=NewLine_To_BR ( To_HTML ( rsCQ("summary") ) )%></td>
|
2016 |
<td class="form_item"><%=NewLine_To_BR ( To_HTML ( rsCQ("summary") ) )%></td>
|
| 2095 |
<td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsCQ("issue_type")%></td>
|
2017 |
<td nowrap class="form_item"><%=rsCQ("issue_type")%></td>
|
| 2096 |
<td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsCQ("priority")%></td>
|
2018 |
<td nowrap class="form_item"><%=rsCQ("priority")%></td>
|
| 2097 |
<td nowrap bgcolor=#f5f5f5 class="form_item"><%=rsCQ("Status")%></td>
|
2019 |
<td nowrap class="form_item"><%=rsCQ("Status")%></td>
|
| 2098 |
<%If sectionIsEditable AND pageIsEditable Then%>
|
2020 |
<%If sectionIsEditable AND pageIsEditable Then%>
|
| 2099 |
<%If notesIssDict.Exists (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id"))) Then%>
|
2021 |
<%If notesIssDict.Exists (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id"))) Then%>
|
| 2100 |
<td align="center" bgcolor=#f5f5f5 class="form_item">
|
2022 |
<td align="center" class="form_item">
|
| 2101 |
<a href="javascript:;" onClick="MM_openVixIFrame('_wform_issue_notes.asp?rtag_id=<%=parRtag_id%>&pv_id=<%=parPv_id%>&iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>','Issue Notes')">
|
2023 |
<span class='pointer txt_linked' onClick="MM_openVixIFrame('_wform_issue_notes.asp?rtag_id=<%=parRtag_id%>&pv_id=<%=parPv_id%>&iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>','Issue Notes')">
|
| 2102 |
<img src="images/i_note_on.gif" width="11" height="12" border="0" alt="<%=notesIssDict.Item (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id")))%>">
|
2024 |
<img src="images/i_note_on.gif" width="11" height="12" border="0" alt="<%=notesIssDict.Item (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id")))%>">
|
| 2103 |
</a>
|
2025 |
</span>
|
| 2104 |
</td>
|
2026 |
</td>
|
| 2105 |
<%Else%>
|
2027 |
<%Else%>
|
| 2106 |
<td align="center" bgcolor=#f5f5f5 class="form_item">
|
2028 |
<td align="center" class="form_item">
|
| 2107 |
<a href="javascript:;" onClick="MM_openVixIFrame('_wform_issue_notes.asp?rtag_id=<%=parRtag_id%>&pv_id=<%=parPv_id%>&iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>','Issue Notes')">
|
2029 |
<span class='pointer txt_linked' onClick="MM_openVixIFrame('_wform_issue_notes.asp?rtag_id=<%=parRtag_id%>&pv_id=<%=parPv_id%>&iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>','Issue Notes')">
|
| 2108 |
<img src="images/i_note_off.gif" width="11" height="12" border="0" alt="Add Note">
|
2030 |
<img src="images/i_note_off.gif" width="11" height="12" border="0" alt="Add Note">
|
| 2109 |
</a>
|
2031 |
</span>
|
| 2110 |
</td>
|
2032 |
</td>
|
| 2111 |
<%End If%>
|
2033 |
<%End If%>
|
| 2112 |
<%Else%>
|
2034 |
<%Else%>
|
| 2113 |
<%If notesIssDict.Exists (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id"))) Then%>
|
2035 |
<%If notesIssDict.Exists (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id"))) Then%>
|
| 2114 |
<td align="center" bgcolor=#f5f5f5 class="form_item">
|
2036 |
<td align="center" class="form_item">
|
| 2115 |
<img src="images/i_note_on.gif" width="11" height="12" border="0" alt="<%=notesIssDict.Item (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id")))%>">
|
2037 |
<img src="images/i_note_on.gif" width="11" height="12" border="0" alt="<%=notesIssDict.Item (Cstr(rsCQ("iss_db") &"."& rsCQ("iss_id")))%>">
|
| 2116 |
</td>
|
2038 |
</td>
|
| 2117 |
<%Else%>
|
2039 |
<%Else%>
|
| 2118 |
<td align="center" bgcolor=#f5f5f5 class="form_item">
|
2040 |
<td align="center" class="form_item">
|
| 2119 |
<img src="images/i_note_off.gif" width="11" height="12" border="0">
|
2041 |
<img src="images/i_note_off.gif" width="11" height="12" border="0">
|
| 2120 |
</td>
|
2042 |
</td>
|
| 2121 |
<%End If%>
|
2043 |
<%End If%>
|
| 2122 |
<%End If%>
|
2044 |
<%End If%>
|
| 2123 |
<%If NOT pageIsEditable Then%>
|
2045 |
<%If NOT pageIsEditable Then%>
|
| 2124 |
<td align="center" bgcolor=#f5f5f5 class="form_item">
|
2046 |
<td align="center" class="form_item">
|
| 2125 |
<img src="images/i_delete_disable.gif" width="13" height="12" hspace="2" border="0">
|
2047 |
<img src="images/i_delete_disable.gif" width="13" height="12" hspace="2" border="0">
|
| 2126 |
</td>
|
2048 |
</td>
|
| 2127 |
<%Else%>
|
2049 |
<%Else%>
|
| 2128 |
<td align="center" bgcolor=#f5f5f5 class="form_item">
|
2050 |
<td align="center" class="form_item">
|
| 2129 |
<a href="_remove_issue.asp?iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" onClick="return vixConfirmDelete('this issue from Release Manager');">
|
2051 |
<span class=pointer data-href="_remove_issue.asp?iss_db=<%=rsCQ("iss_db")%>&iss_id=<%=rsCQ("iss_id")%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" onClick="return vixConfirmDelete('this issue from Release Manager');">
|
| 2130 |
<img src="images/i_delete.gif" width="13" height="12" hspace="2" border="0" alt="Delete this issue from the list">
|
2052 |
<img src="images/i_delete.gif" width="13" height="12" hspace="2" border="0" alt="Delete this issue from the list">
|
| 2131 |
</a>
|
2053 |
</span>
|
| 2132 |
</td>
|
2054 |
</td>
|
| 2133 |
<%End If%>
|
2055 |
<%End If%>
|
| 2134 |
</tr>
|
2056 |
</tr>
|
| 2135 |
<%rsCQ.MoveNext
|
2057 |
<%rsCQ.MoveNext
|
| 2136 |
WEnd
|
2058 |
WEnd
|
| 2137 |
rsCQ.Close()%>
|
2059 |
rsCQ.Close()%>
|
| 2138 |
<%If pageIsEditable Then%>
|
2060 |
<%If pageIsEditable Then%>
|
| 2139 |
<tr>
|
2061 |
<tr class=blank>
|
| 2140 |
<td align="center" nowrap bgcolor=#e4e9ec>
|
2062 |
<td align="center" nowrap bgcolor=#e4e9ec>
|
| 2141 |
<input type="submit" name="Apply" value="Apply" class="form_btn">
|
2063 |
<input type="submit" name="Apply" value="Apply" class="form_btn">
|
| 2142 |
</td>
|
2064 |
</td>
|
| 2143 |
<td></td>
|
2065 |
<td></td>
|
| 2144 |
<td></td>
|
2066 |
<td></td>
|
| Line 2153... |
Line 2075... |
| 2153 |
<%Else%>
|
2075 |
<%Else%>
|
| 2154 |
<tr>
|
2076 |
<tr>
|
| 2155 |
<%If pageIsEditable Then%>
|
2077 |
<%If pageIsEditable Then%>
|
| 2156 |
<td bgcolor=#e4e9ec nowrap> </td>
|
2078 |
<td bgcolor=#e4e9ec nowrap> </td>
|
| 2157 |
<%End If%>
|
2079 |
<%End If%>
|
| 2158 |
<td bgcolor=#f5f5f5 nowrap></td>
|
2080 |
<td nowrap></td>
|
| 2159 |
<td bgcolor=#f5f5f5 class="form_item"></td>
|
2081 |
<td class="form_item"></td>
|
| 2160 |
<td bgcolor=#f5f5f5 class="form_item"></td>
|
2082 |
<td class="form_item"></td>
|
| 2161 |
<td bgcolor=#f5f5f5 class="form_item"></td>
|
2083 |
<td class="form_item"></td>
|
| 2162 |
<td bgcolor=#f5f5f5 class="form_item"></td>
|
2084 |
<td class="form_item"></td>
|
| 2163 |
<td bgcolor=#f5f5f5 class="form_item"></td>
|
2085 |
<td class="form_item"></td>
|
| 2164 |
<td bgcolor=#f5f5f5 class="form_item"></td>
|
2086 |
<td class="form_item"></td>
|
| 2165 |
<td align="center" bgcolor=#f5f5f5 class="form_item"></td>
|
2087 |
<td align="center" class="form_item"></td>
|
| 2166 |
</tr>
|
2088 |
</tr>
|
| 2167 |
<%End If%>
|
2089 |
<%End If%>
|
| 2168 |
<input name="pv_id" type="hidden" value="<%=parPv_id%>">
|
2090 |
<input name="pv_id" type="hidden" value="<%=parPv_id%>">
|
| 2169 |
<input name="rtag_id" type="hidden" value="<%=parRtag_id%>">
|
2091 |
<input name="rtag_id" type="hidden" value="<%=parRtag_id%>">
|
| 2170 |
</form>
|
2092 |
</form>
|
| Line 2181... |
Line 2103... |
| 2181 |
<br>
|
2103 |
<br>
|
| 2182 |
<!-- DEPENDENCY ISSUES (NOT FOR PATCHES!) ------------------------------------------------------------------------------------------------------->
|
2104 |
<!-- DEPENDENCY ISSUES (NOT FOR PATCHES!) ------------------------------------------------------------------------------------------------------->
|
| 2183 |
|
2105 |
|
| 2184 |
<%If IsNull(pkgInfoHash.Item ("is_patch")) Then%>
|
2106 |
<%If IsNull(pkgInfoHash.Item ("is_patch")) Then%>
|
| 2185 |
<fieldset class="fset"><legend class="body_colb"><img src="images/s_bugs.gif" width="21" height="18" border="0" hspace="4" align='absmiddle'>Dependency Issues</legend>
|
2107 |
<fieldset class="fset"><legend class="body_colb"><img src="images/s_bugs.gif" width="21" height="18" border="0" hspace="4" align='absmiddle'>Dependency Issues</legend>
|
| 2186 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
2108 |
<table width="100%" border="0" cellspacing="1" cellpadding="2" class=stdGrey>
|
| 2187 |
|
2109 |
|
| 2188 |
<%
|
2110 |
<%
|
| 2189 |
If Request("ShowIssues") <> "" Then
|
2111 |
If Request("ShowIssues") <> "" Then
|
| 2190 |
retVal = Get_Package_Issues ( parPv_id, SQLstr, NULL, NULL, NULL )
|
2112 |
retVal = Get_Package_Issues ( parPv_id, SQLstr, NULL, NULL, NULL )
|
| 2191 |
Else
|
2113 |
Else
|
| 2192 |
retVal = 0
|
2114 |
retVal = 0
|
| 2193 |
%>
|
2115 |
%>
|
| 2194 |
<tr>
|
2116 |
<tr>
|
| 2195 |
<td class="sublbox_txt">
|
2117 |
<td>
|
| 2196 |
<a href="javascript:window.location.href=window.location.href+'&ShowIssues=1'">Show Issues of Dependent Packages</a>
|
2118 |
<span class='pointer txt_linked' onClick="window.location.href=window.location.href+'&ShowIssues=1'">Show Issues of Dependent Packages</span>
|
| 2197 |
</td>
|
2119 |
</td>
|
| 2198 |
</tr>
|
2120 |
</tr>
|
| 2199 |
<%
|
2121 |
<%
|
| 2200 |
End If
|
2122 |
End If
|
| 2201 |
If (retVal > 0) Then
|
2123 |
If (retVal > 0) Then
|
| Line 2233... |
Line 2155... |
| 2233 |
|
2155 |
|
| 2234 |
Call Group_By ( rsDepIss("pv_id"), G1_style, currG1 )
|
2156 |
Call Group_By ( rsDepIss("pv_id"), G1_style, currG1 )
|
| 2235 |
If NOT IsNull(rsDepIss("iss_id")) Then
|
2157 |
If NOT IsNull(rsDepIss("iss_id")) Then
|
| 2236 |
If rsDepIss("pv_id") <> currG1 Then
|
2158 |
If rsDepIss("pv_id") <> currG1 Then
|
| 2237 |
currG1 = rsDepIss("pv_id")%>
|
2159 |
currG1 = rsDepIss("pv_id")%>
|
| 2238 |
<tr>
|
2160 |
<thead>
|
| 2239 |
<td bgcolor=#e4e9ec nowrap width="1%" class="form_field" align="center"></td>
|
2161 |
<th width="1%" align="center"></th>
|
| 2240 |
<td bgcolor=#e4e9ec nowrap width="1%" class="form_field" align="center">Fixed</td>
|
2162 |
<th width="1%" align="center">Fixed</th>
|
| 2241 |
<td bgcolor=#e4e9ec nowrap width="1%" class="form_field">Issue Id </td>
|
2163 |
<th width="1%" >IssueId</th>
|
| 2242 |
<td bgcolor=#e4e9ec nowrap width="1%" class="form_field">Issue DB </td>
|
2164 |
<th width="1%" >Issue DB</th>
|
| 2243 |
<td bgcolor=#e4e9ec nowrap width="100%" class="form_field">Summary</td>
|
2165 |
<th width="100%">Summary</th>
|
| 2244 |
<td bgcolor=#e4e9ec nowrap width="1%" class="form_field">Issue Type </td>
|
2166 |
<th width="1%" >IssueType</th>
|
| 2245 |
<td bgcolor=#e4e9ec nowrap width="1%" class="form_field">Priority</td>
|
2167 |
<th width="1%" >Priority</th>
|
| 2246 |
</tr>
|
2168 |
</thead>
|
| 2247 |
<%End If%>
|
2169 |
<%End If%>
|
| 2248 |
<tr>
|
2170 |
<tr>
|
| 2249 |
<td bgcolor=#e4e9ec></td>
|
2171 |
<td bgcolor=#e4e9ec></td>
|
| 2250 |
<td align="center" nowrap bgcolor=#f5f5f5>
|
2172 |
<td align="center" nowrap>
|
| 2251 |
<%If CInt(rsDepIss("iss_state")) = enumISSUES_STATE_FIXED Then%>
|
2173 |
<%If CInt(rsDepIss("iss_state")) = enumISSUES_STATE_FIXED Then%>
|
| 2252 |
<img src="images/i_tick_black.gif" width="7" height="7" vspace="2">
|
2174 |
<img src="images/i_tick_black.gif" width="7" height="7" vspace="2">
|
| 2253 |
<%Else%>
|
2175 |
<%Else%>
|
| 2254 |
<img src="images/spacer.gif" width="7" height="7" vspace="2">
|
2176 |
<img src="images/spacer.gif" width="7" height="7" vspace="2">
|
| 2255 |
<%End If%>
|
2177 |
<%End If%>
|
| 2256 |
</td>
|
2178 |
</td>
|
| 2257 |
<td bgcolor=#f5f5f5 nowrap class="form_item"><a href="javascript:;" onClick="MM_openVixIFrame('_wform_issues_details.asp?iss_db=<%=asDepIss( iss_db_id, enumLoc_iss_db )%>&iss_id=<%=asDepIss( iss_db_id, enumLoc_iss_id )%>','Issue Details')" class="txt_linked"><%=asDepIss( iss_db_id, enumLoc_iss_num )%></a></td>
|
2179 |
<td nowrap class="form_item"><span class='pointer txt_linked' onClick="MM_openVixIFrame('_wform_issues_details.asp?iss_db=<%=asDepIss( iss_db_id, enumLoc_iss_db )%>&iss_id=<%=asDepIss( iss_db_id, enumLoc_iss_id )%>','Issue Details')" class="txt_linked"><%=asDepIss( iss_db_id, enumLoc_iss_num )%></span></td>
|
| 2258 |
<td bgcolor=#f5f5f5 class="form_item">
|
2180 |
<td class="form_item">
|
| 2259 |
<%If CInt(asDepIss( iss_db_id, enumLoc_iss_db )) = enumCLEARQUEST_DEVI_ID Then%>
|
2181 |
<%If CInt(asDepIss( iss_db_id, enumLoc_iss_db )) = enumCLEARQUEST_DEVI_ID Then%>
|
| 2260 |
DEVI
|
2182 |
DEVI
|
| 2261 |
<%Else%>
|
2183 |
<%Else%>
|
| 2262 |
UNKNOWN
|
2184 |
UNKNOWN
|
| 2263 |
<%End If%></td>
|
2185 |
<%End If%></td>
|
| 2264 |
<td bgcolor=#f5f5f5 class="form_item"><%=asDepIss( iss_db_id, enumLoc_summary)%></td>
|
2186 |
<td class="form_item"><%=asDepIss( iss_db_id, enumLoc_summary)%></td>
|
| 2265 |
<td nowrap bgcolor=#f5f5f5 class="form_item"><%=asDepIss( iss_db_id, enumLoc_issue_type)%></td>
|
2187 |
<td nowrap class="form_item"><%=asDepIss( iss_db_id, enumLoc_issue_type)%></td>
|
| 2266 |
<td nowrap bgcolor=#f5f5f5 class="form_item"><%=asDepIss( iss_db_id, enumLoc_priority)%></td>
|
2188 |
<td nowrap class="form_item"><%=asDepIss( iss_db_id, enumLoc_priority)%></td>
|
| 2267 |
</tr>
|
2189 |
</tr>
|
| 2268 |
<%End If%>
|
2190 |
<%End If%>
|
| 2269 |
<%rsDepIss.MoveNext
|
2191 |
<%rsDepIss.MoveNext
|
| 2270 |
WEnd
|
2192 |
WEnd
|
| 2271 |
rsDepIss.Close()
|
2193 |
rsDepIss.Close()
|
| 2272 |
Set rsDepIss = nothing%>
|
2194 |
Set rsDepIss = nothing%>
|
| 2273 |
<%Else%>
|
2195 |
<%Else%>
|
| 2274 |
<tr>
|
2196 |
<tr>
|
| 2275 |
<td bgcolor=#e4e9ec nowrap> </td>
|
2197 |
<td nowrap></td>
|
| 2276 |
<td bgcolor=#f5f5f5></td>
|
2198 |
<td></td>
|
| 2277 |
<td bgcolor=#f5f5f5></td>
|
2199 |
<td></td>
|
| 2278 |
<td bgcolor=#f5f5f5 class="form_item"></td>
|
2200 |
<td></td>
|
| 2279 |
<td bgcolor=#f5f5f5 class="form_item"></td>
|
2201 |
<td></td>
|
| 2280 |
<td bgcolor=#f5f5f5 class="form_item"></td>
|
2202 |
<td></td>
|
| 2281 |
<td bgcolor=#f5f5f5 class="form_item"></td>
|
2203 |
<td></td>
|
| 2282 |
</tr>
|
2204 |
</tr>
|
| 2283 |
<%End If%>
|
2205 |
<%End If%>
|
| 2284 |
<%End If%>
|
2206 |
<%End If%>
|
| 2285 |
<%If retVal <> 0 Then Response.write enumMSSQL_ERROR%>
|
2207 |
<%If retVal <> 0 Then Response.write enumMSSQL_ERROR%>
|
| 2286 |
<%End If%>
|
2208 |
<%End If%>
|
| Line 2300... |
Line 2222... |
| 2300 |
<%=testCheckMSG%>
|
2222 |
<%=testCheckMSG%>
|
| 2301 |
<%End If%></legend>
|
2223 |
<%End If%></legend>
|
| 2302 |
<div style="display: block;float: right;margin-top: -20px;background-color: #FFF;padding: 0 5px;">
|
2224 |
<div style="display: block;float: right;margin-top: -20px;background-color: #FFF;padding: 0 5px;">
|
| 2303 |
<%If ( scriptName = "fixed_issues.asp" ) Then%>
|
2225 |
<%If ( scriptName = "fixed_issues.asp" ) Then%>
|
| 2304 |
<%If objAccessControl.UserLogedIn AND (pageIsEditable OR (pkgInfoHash.Item("dlocked") = "Y")) Then%>
|
2226 |
<%If objAccessControl.UserLogedIn AND (pageIsEditable OR (pkgInfoHash.Item("dlocked") = "Y")) Then%>
|
| 2305 |
<a href='javascript:;' onClick="MM_openVixIFrame('_wform_unit_test.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','Add Unit Test')" class="txt_linked">New Test<img src="images/i_new.gif" width="13" height="13" hspace="2" border="0" align='absmiddle' alt="Add new test."></a>
|
2227 |
<span class='pointer txt_linked' onClick="MM_openVixIFrame('_wform_unit_test.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','Add Unit Test')" class="txt_linked">New Test<img src="images/i_new.gif" width="13" height="13" hspace="2" border="0" align='absmiddle' alt="Add new test."></span>
|
| 2306 |
<%End If%>
|
2228 |
<%End If%>
|
| 2307 |
<%If (NOT testCheckTestsFound) AND (testCheckMSG_ID = 0) Then%>
|
2229 |
<%If (NOT testCheckTestsFound) AND (testCheckMSG_ID = 0) Then%>
|
| 2308 |
<a href='_not_done_unit_test.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>¬done=Y' class='txt_linked'>Click here if Not Done!<img src="images/i_new.gif" width="13" height="13" hspace="2" border="0" align='absmiddle' alt="Add new test."></a>
|
2230 |
<a href='_not_done_unit_test.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>¬done=Y' class='txt_linked'>Click here if Not Done!<img src="images/i_new.gif" width="13" height="13" hspace="2" border="0" align='absmiddle' alt="Add new test."></a>
|
| 2309 |
<%End If%>
|
2231 |
<%End If%>
|
| 2310 |
<%End If%>
|
2232 |
<%End If%>
|
| 2311 |
</div>
|
2233 |
</div>
|
| 2312 |
<a name="UNIT_TESTS"></a>
|
2234 |
<a name="UNIT_TESTS"></a>
|
| 2313 |
<%If (NOT testCheckTestsFound) AND (testCheckMSG_ID = -1) Then%>
|
2235 |
<%If (NOT testCheckTestsFound) AND (testCheckMSG_ID = -1) Then%>
|
| 2314 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
2236 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
| 2315 |
<tr>
|
2237 |
<tr>
|
| 2316 |
<td bgcolor=#f5f5f5 class="form_item">
|
2238 |
<td class="form_item">
|
| 2317 |
<%Call DisplayInfo ( "UNIT_TEST_NOT_DONE", 300 )%>
|
2239 |
<%Call DisplayInfo ( "UNIT_TEST_NOT_DONE", 300 )%>
|
| 2318 |
<span class="rep_small">Last Modified: <%=testCheckMSG%></span><br>
|
2240 |
<span class="rep_small">Last Modified: <%=testCheckMSG%></span><br>
|
| 2319 |
<%=NewLine_To_BR( To_HTML ( testCheckNote ) )%>
|
2241 |
<%=NewLine_To_BR( To_HTML ( testCheckNote ) )%>
|
| 2320 |
</td>
|
2242 |
</td>
|
| 2321 |
</tr>
|
2243 |
</tr>
|
| 2322 |
</table>
|
2244 |
</table>
|
| 2323 |
<%End If%>
|
2245 |
<%End If%>
|
| 2324 |
|
2246 |
|
| 2325 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
2247 |
<table width="100%" border="0" cellspacing="1" cellpadding="2" class='stdGrey'>
|
| 2326 |
<form name="review" method="get" action="_update_unit_test_accepted_state.asp">
|
2248 |
<form name="review" method="get" action="_update_unit_test_accepted_state.asp">
|
| 2327 |
<tr>
|
2249 |
<thead>
|
| 2328 |
<td width="1%" nowrap bgcolor=#e4e9ec class="form_field" valign="middle"> Test Type </td>
|
2250 |
<th width="1%" nowrap valign="middle">Test Type</th>
|
| 2329 |
<td width="100%" nowrap bgcolor=#e4e9ec class="form_field" valign="middle"> Test Summary </td>
|
2251 |
<th width="100%" nowrap valign="middle">Test Summary</th>
|
| 2330 |
<td width="1%" nowrap bgcolor=#e4e9ec class="form_field" align="center" valign="middle">Test<br>Completed</td>
|
2252 |
<th width="1%" nowrap align="center" valign="middle">Test<br>Completed</th>
|
| 2331 |
<td width="1%" nowrap bgcolor=#e4e9ec class="form_field" align="center" valign="middle"> Passed<br># / Total </td>
|
2253 |
<th width="1%" nowrap align="center" valign="middle">Passed<br># / Total</th>
|
| 2332 |
<td width="1%" nowrap bgcolor=#e4e9ec class="form_field" align="center" valign="middle"> Results </td>
|
2254 |
<th width="1%" nowrap align="center" valign="middle">Results</th>
|
| 2333 |
<td width="1%" nowrap bgcolor=#e4e9ec class="form_field" align="center" valign="middle"> Accepted </td>
|
2255 |
<th width="1%" nowrap align="center" valign="middle">Accepted</th>
|
| 2334 |
<td width="1%" nowrap bgcolor=#e4e9ec class="form_field" align="center" valign="middle">Review<br>Completed</td>
|
2256 |
<th width="1%" nowrap align="center" valign="middle">Review<br>Completed</th>
|
| 2335 |
<td width="1%" nowrap bgcolor=#e4e9ec class="form_field" valign="middle">Comments /<br>Issue#</td>
|
2257 |
<th width="1%" nowrap valign="middle">Comments /<br>Issue#</th>
|
| 2336 |
<td width="1%" bgcolor=#e4e9ec></td>
|
2258 |
<th width="1%" ></th>
|
| 2337 |
</tr>
|
2259 |
</thead>
|
| - |
|
2260 |
<%
|
| - |
|
2261 |
Dim ShowApply: ShowApply = FALSE
|
| 2338 |
<%While ((NOT rsQry.BOF) AND (NOT rsQry.EOF) )%>
|
2262 |
While ((NOT rsQry.BOF) AND (NOT rsQry.EOF) )%>
|
| 2339 |
<tr>
|
2263 |
<tr>
|
| 2340 |
<%If NOT pageIsEditable Then%>
|
2264 |
<%If NOT pageIsEditable Then%>
|
| 2341 |
<%If NOT IsNull(rsQry("test_id")) AND ( scriptName = "fixed_issues.asp") Then%>
|
2265 |
<%If NOT IsNull(rsQry("test_id")) AND ( scriptName = "fixed_issues.asp") Then %>
|
| 2342 |
<td nowrap bgcolor=#f5f5f5 class="form_item" valign="top"><a href="javascript:;" onClick="MM_openVixIFrame('_wform_update_unit_test.asp?test_id=<%=rsQry("test_id")%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','Update Unit Test')" class="txt_linked"><img src="images/i_test.gif" width="16" height="16" hspace="3" align='absmiddle' border="0"><%=rsQry("test_type_name")%></a></td>
|
2266 |
<td nowrap valign="top"><span class='pointer txt_linked' onClick="MM_openVixIFrame('_wform_update_unit_test.asp?test_id=<%=rsQry("test_id")%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','Update Unit Test')" class="txt_linked"><img src="images/i_test.gif" width="16" height="16" hspace="3" align='absmiddle' border="0"><%=rsQry("test_type_name")%></span></td>
|
| 2343 |
<%Else%>
|
2267 |
<%Else %>
|
| 2344 |
<td nowrap bgcolor=#f5f5f5 class="form_item" valign="top"><img src="images/i_test.gif" width="16" height="16" hspace="3" align='absmiddle'><%=rsQry("test_type_name")%></td>
|
2268 |
<td nowrap valign="top"><img src="images/i_test.gif" width="16" height="16" hspace="3" align='absmiddle'><%=rsQry("test_type_name")%></td>
|
| 2345 |
<%End If%>
|
2269 |
<%End If%>
|
| 2346 |
<%Else%>
|
2270 |
<%Else %>
|
| 2347 |
<td nowrap bgcolor=#f5f5f5 class="form_item" valign="top"><a href="javascript:;" onClick="MM_openVixIFrame('<%If Not IsNull(rsQry("test_id")) Then%>_wform_update_unit_test.asp<%Else%>_wform_unit_test.asp<%End If%>?test_id=<%=rsQry("test_id")%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&test_type_id=<%=rsQry("test_type_id")%>','Update Unit Test')" class="txt_linked"><img src="images/i_test.gif" width="16" height="16" hspace="3" align='absmiddle' border="0"><%=rsQry("test_type_name")%></a></td>
|
2271 |
<td nowrap valign="top"><span class='pointer txt_linked' onClick="MM_openVixIFrame('<%If Not IsNull(rsQry("test_id")) Then%>_wform_update_unit_test.asp<%Else%>_wform_unit_test.asp<%End If%>?test_id=<%=rsQry("test_id")%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&test_type_id=<%=rsQry("test_type_id")%>','Update Unit Test')" class="txt_linked"><img src="images/i_test.gif" width="16" height="16" hspace="3" align='absmiddle' border="0"><%=rsQry("test_type_name")%></span></td>
|
| 2348 |
<%End If%>
|
2272 |
<%End If %>
|
| - |
|
2273 |
<%If rsQry("test_type_id") <> CStr(enumTEST_TYPE_AUTOBUILD_UTF) Then %>
|
| 2349 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"><%=NewLine_To_BR( To_HTML( rsQry("test_summary") ))%></td>
|
2274 |
<td valign="top"><%=NewLine_To_BR( To_HTML( rsQry("test_summary") ))%></td>
|
| 2350 |
<td nowrap bgcolor=#f5f5f5 class="form_item" valign="top"><%If ( NOT IsNull(rsQry("tester")) ) Then%><%=DisplayDate ( rsQry("completion_date") )%><br>by <%=emailField(rsQry("tester"),rsQry("tester_email"))%><%End If%></td>
|
2275 |
<td nowrap valign="top"><%If ( NOT IsNull(rsQry("tester")) ) Then%><%=DisplayDate ( rsQry("completion_date") )%><br>by <%=emailField(rsQry("tester"),rsQry("tester_email"))%><%End If%></td>
|
| 2351 |
<td nowrap bgcolor=#f5f5f5 class="form_item" valign="top" align="center"><%=rsQry("numof_test")%></td>
|
2276 |
<td nowrap valign="top" align="center"><%=rsQry("numof_test")%></td>
|
| 2352 |
|
2277 |
|
| 2353 |
<%If CInt(rsQry("test_type_id")) = enumTEST_TYPE_AUTOMATIC Then%>
|
2278 |
<%If CInt(rsQry("test_type_id")) = enumTEST_TYPE_AUTOMATIC Then %>
|
| 2354 |
<td bgcolor=#f5f5f5 class="form_item" align="center" valign="top">
|
2279 |
<td align="center" valign="top">
|
| 2355 |
<%If NOT IsNull( rsQry("results_url") ) Then%>
|
2280 |
<%If NOT IsNull( rsQry("results_url") ) Then%>
|
| 2356 |
<%If InStr( rsQry("results_url"), "http://" ) = 1 Then%>
|
2281 |
<%If InStr( rsQry("results_url"), "http://" ) = 1 Then%>
|
| 2357 |
<a href="<%=rsQry("results_url")%>" target="_blank"><img src="images/i_results.gif" width="15" height="16" border="0" alt="View test results"></a>
|
2282 |
<a href="<%=rsQry("results_url")%>" target="_blank"><img src="images/i_results.gif" width="15" height="16" border="0" alt="View test results"></a>
|
| 2358 |
<%Else%>
|
2283 |
<%Else%>
|
| 2359 |
<a href="<%=dpkg_archiveURL & pkgInfoHash.Item ("pkg_name") &"/"& pkgInfoHash.Item ("pkg_version") & rsQry("results_url")%>" target="_blank"><img src="images/i_results.gif" width="15" height="16" border="0" alt="View test results"></a>
|
2284 |
<a href="<%=dpkg_archiveURL & pkgInfoHash.Item ("pkg_name") &"/"& pkgInfoHash.Item ("pkg_version") & rsQry("results_url")%>" target="_blank"><img src="images/i_results.gif" width="15" height="16" border="0" alt="View test results"></a>
|
| 2360 |
<%End If%>
|
2285 |
<%End If%>
|
| 2361 |
<%End If%>
|
2286 |
<%End If%>
|
| 2362 |
</td>
|
2287 |
</td>
|
| 2363 |
<%Else%>
|
2288 |
<% Else %>
|
| 2364 |
<td bgcolor=#f5f5f5 class="form_item" align="center" valign="top">
|
2289 |
<td align="center" valign="top">
|
| 2365 |
<%If NOT IsNull( rsQry("results_attachment_name") ) Then%>
|
2290 |
<%If NOT IsNull( rsQry("results_attachment_name") ) Then%>
|
| 2366 |
<a href="<%=TEMP_FOLDER &"/"& pkgInfoHash.Item ("pkg_name") &"/"& pkgInfoHash.Item ("pkg_version") &"/"& rsQry("results_attachment_name")%>" target="_blank"><img src="images/i_results.gif" width="15" height="16" border="0" alt="View test results"></a>
|
2291 |
<a href="<%=TEMP_FOLDER &"/"& pkgInfoHash.Item ("pkg_name") &"/"& pkgInfoHash.Item ("pkg_version") &"/"& rsQry("results_attachment_name")%>" target="_blank"><img src="images/i_results.gif" width="15" height="16" border="0" alt="View test results"></a>
|
| 2367 |
<%End If%>
|
2292 |
<%End If%>
|
| 2368 |
</td>
|
2293 |
</td>
|
| 2369 |
<%End If%>
|
2294 |
<%End If%>
|
| 2370 |
|
2295 |
|
| 2371 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top" align="center"><%=FormatAccepted( rsQry("test_accepted"), rsQry("test_id") )%></td>
|
2296 |
<td nowrap bgcolor=#e4e9ec class="sublbox_txt" valign="top" align="center">
|
| - |
|
2297 |
<%=FormatAccepted(rsQry("test_accepted"), rsQry("test_id"))%>
|
| - |
|
2298 |
<%ShowApply = true%>
|
| - |
|
2299 |
</td>
|
| 2372 |
<td nowrap bgcolor=#f5f5f5 class="form_item" valign="top"><%If NOT IsNull(rsQry("reviewee")) Then%><%=DisplayDate ( rsQry("acceptance_date") )%><br>by <%=emailField(rsQry("reviewee"),rsQry("reviewee_email"))%><%End If%></td>
|
2300 |
<td nowrap valign="top"><%If NOT IsNull(rsQry("reviewee")) Then%><%=DisplayDate ( rsQry("acceptance_date") )%><br>by <%=emailField(rsQry("reviewee"),rsQry("reviewee_email"))%><%End If%></td>
|
| 2373 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"><%=NewLine_To_BR( To_HTML( rsQry("review_comments") ))%></td>
|
2301 |
<td valign="top"><%=NewLine_To_BR( To_HTML( rsQry("review_comments") ))%></td>
|
| 2374 |
|
- |
|
| - |
|
2302 |
<%Else%>
|
| - |
|
2303 |
<td colspan=7><a class=txt_linked href='unit_test_log.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>'>See Unit Tests tab</a></td>
|
| - |
|
2304 |
<%End If%>
|
| 2375 |
<%
|
2305 |
<%
|
| 2376 |
If ( ( pageIsEditable _
|
2306 |
If ( ( pageIsEditable _
|
| 2377 |
AND (scriptName = "fixed_issues.asp") _
|
2307 |
AND (scriptName = "fixed_issues.asp") _
|
| 2378 |
AND (IsNull(rsQry("test_accepted")) OR (rsQry("test_accepted") = enumUNIT_TEST_NOTACCEPTED))) _
|
2308 |
AND (IsNull(rsQry("test_accepted")) OR (rsQry("test_accepted") = enumUNIT_TEST_NOTACCEPTED))) _
|
| 2379 |
OR _
|
2309 |
OR _
|
| Line 2381... |
Line 2311... |
| 2381 |
AND (scriptName = "fixed_issues.asp") _
|
2311 |
AND (scriptName = "fixed_issues.asp") _
|
| 2382 |
AND (pkgInfoHash.Item("dlocked") = "Y") _
|
2312 |
AND (pkgInfoHash.Item("dlocked") = "Y") _
|
| 2383 |
AND (IsNull(rsQry("test_accepted")) OR (rsQry("test_accepted") = enumUNIT_TEST_NOTACCEPTED)) _
|
2313 |
AND (IsNull(rsQry("test_accepted")) OR (rsQry("test_accepted") = enumUNIT_TEST_NOTACCEPTED)) _
|
| 2384 |
AND (rsQry("test_type_id") <> CStr(enumTEST_TYPE_AUTOBUILD_UTF))) ) Then
|
2314 |
AND (rsQry("test_type_id") <> CStr(enumTEST_TYPE_AUTOBUILD_UTF))) ) Then
|
| 2385 |
%>
|
2315 |
%>
|
| 2386 |
<td bgcolor=#f5f5f5 valign="top"><%If NOT IsNull(rsQry("test_id")) Then%><a href="_remove_unit_test.asp?test_id=<%=rsQry("test_id")%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" onClick="return vixConfirmDelete('this unit test');"><img src="images/i_delete.gif" alt="Remove this test." width="13" height="12" hspace="3" border="0"></a><%End If%></td>
|
2316 |
<td valign="top"><%If NOT IsNull(rsQry("test_id")) Then%><span class=pointer data-href="_remove_unit_test.asp?test_id=<%=rsQry("test_id")%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" onClick="return vixConfirmDelete('this unit test');"><img src="images/i_delete.gif" alt="Remove this test." width="13" height="12" hspace="3" border="0"></span><%End If%></td>
|
| 2387 |
<%Else%>
|
2317 |
<% Else %>
|
| 2388 |
<td bgcolor=#f5f5f5 valign="top"></td>
|
2318 |
<td valign="top"></td>
|
| 2389 |
<%End If%>
|
2319 |
<%End If%>
|
| 2390 |
</tr>
|
2320 |
</tr>
|
| 2391 |
<%
|
2321 |
<%
|
| 2392 |
rsQry.MoveNext
|
2322 |
rsQry.MoveNext
|
| 2393 |
WEnd
|
2323 |
WEnd
|
| 2394 |
%>
|
2324 |
%>
|
| 2395 |
<tr>
|
2325 |
<tr class=blank>
|
| 2396 |
<td class="form_field"></td>
|
2326 |
<td></td>
|
| 2397 |
<td class="form_field"></td>
|
2327 |
<td></td>
|
| 2398 |
<td class="form_field"></td>
|
2328 |
<td></td>
|
| 2399 |
<td class="form_field"></td>
|
2329 |
<td></td>
|
| 2400 |
<td class="form_field"></td>
|
2330 |
<td></td>
|
| 2401 |
<td class="form_field" align="center">
|
2331 |
<td align="center">
|
| 2402 |
<%If (testCheckTestsFound) AND (testCheckMSG_ID = 0) AND ( scriptName = "fixed_issues.asp" ) AND pageIsEditable Then%>
|
2332 |
<%If ShowApply AND (testCheckTestsFound) AND (testCheckMSG_ID = 0) AND ( scriptName = "fixed_issues.asp" ) AND pageIsEditable Then%>
|
| 2403 |
<input type="submit" name="Apply" value="Apply" class="form_btn">
|
2333 |
<input type="submit" name="Apply" value="Apply" class="form_btn">
|
| 2404 |
<%End If%>
|
2334 |
<%End If%>
|
| 2405 |
</td>
|
2335 |
</td>
|
| 2406 |
<td class="form_field"></td>
|
2336 |
<td></td>
|
| 2407 |
<td class="form_field"></td>
|
2337 |
<td></td>
|
| 2408 |
<td class="form_field"></td>
|
2338 |
<td></td>
|
| 2409 |
</tr>
|
2339 |
</tr>
|
| 2410 |
<input name="pv_id" type="hidden" value="<%=parPv_id%>">
|
2340 |
<input name="pv_id" type="hidden" value="<%=parPv_id%>">
|
| 2411 |
<input name="rtag_id" type="hidden" value="<%=parRtag_id%>">
|
2341 |
<input name="rtag_id" type="hidden" value="<%=parRtag_id%>">
|
| 2412 |
</form>
|
2342 |
</form>
|
| 2413 |
</table>
|
2343 |
</table>
|
| Line 2418... |
Line 2348... |
| 2418 |
<fieldset class="fset">
|
2348 |
<fieldset class="fset">
|
| 2419 |
<legend class="body_colb"><img src='images/s_code_review.gif' width='21' height='23' hspace='4' border='0' align='absmiddle'>Code Review</legend>
|
2349 |
<legend class="body_colb"><img src='images/s_code_review.gif' width='21' height='23' hspace='4' border='0' align='absmiddle'>Code Review</legend>
|
| 2420 |
<div style="display: block;float: right;margin-top: -20px;background-color: #FFF;padding: 0 5px;">
|
2350 |
<div style="display: block;float: right;margin-top: -20px;background-color: #FFF;padding: 0 5px;">
|
| 2421 |
<%If ( scriptName = "fixed_issues.asp" ) Then%>
|
2351 |
<%If ( scriptName = "fixed_issues.asp" ) Then%>
|
| 2422 |
<%If objAccessControl.UserLogedIn AND (pageIsEditable OR (pkgInfoHash.Item("dlocked") = "Y")) Then%>
|
2352 |
<%If objAccessControl.UserLogedIn AND (pageIsEditable OR (pkgInfoHash.Item("dlocked") = "Y")) Then%>
|
| 2423 |
<a href='javascript:;' onClick="MM_openBrWindow('_wform_update_code_review.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','CodeReviewEdit','scrollbars=yes,status=yes,resizable=yes,width=950,height='+ ( screen.height - 100 ) +',top=0,left=0')" class="txt_linked">Edit<img src="images/i_edit.gif" width="12" height="12" hspace="2" border="0" align='absmiddle'></a>
|
2353 |
<span class='pointer txt_linked' onClick="MM_openBrWindow('_wform_update_code_review.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','CodeReviewEdit','scrollbars=yes,status=yes,resizable=yes,width=950,height='+ ( screen.height - 100 ) +',top=0,left=0')" class="txt_linked">Edit<img src="images/i_edit.gif" width="12" height="12" hspace="2" border="0" align='absmiddle'></span>
|
| 2424 |
<%End If%>
|
2354 |
<%End If%>
|
| 2425 |
<%If rsQry.RecordCount > 0 Then%>
|
2355 |
<%If rsQry.RecordCount > 0 Then%>
|
| 2426 |
<%If NOT IsNull(rsQry("date_of_review")) Then%>
|
2356 |
<%If NOT IsNull(rsQry("date_of_review")) Then%>
|
| 2427 |
|
2357 |
|
| 2428 |
<a href='javascript:;' onClick="MM_openBrWindow('_wform_code_review.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','CodeReviewView','scrollbars=yes,status=yes,resizable=yes,width=950,height='+ ( screen.height - 100 ) +',top=0,left=0')" class="txt_linked">View<img src="images/i_open.gif" width="12" height="12" hspace="2" border="0" align='absmiddle'></a>
|
2358 |
<span class='pointer txt_linked' onClick="MM_openBrWindow('_wform_code_review.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','CodeReviewView','scrollbars=yes,status=yes,resizable=yes,width=950,height='+ ( screen.height - 100 ) +',top=0,left=0')" class="txt_linked">View<img src="images/i_open.gif" width="12" height="12" hspace="2" border="0" align='absmiddle'></span>
|
| 2429 |
<%End If%>
|
2359 |
<%End If%>
|
| 2430 |
<%End If%>
|
2360 |
<%End If%>
|
| 2431 |
<%End If%>
|
2361 |
<%End If%>
|
| 2432 |
</div>
|
2362 |
</div>
|
| 2433 |
<a name="CODE_REVIEW" id="CODE_REVIEW"></a>
|
2363 |
<a name="CODE_REVIEW" id="CODE_REVIEW"></a>
|
| 2434 |
<%If ((NOT rsQry.BOF) AND (NOT rsQry.EOF)) Then%>
|
2364 |
<%If ((NOT rsQry.BOF) AND (NOT rsQry.EOF)) Then%>
|
| 2435 |
<%If NOT IsNull(rsQry("date_of_review")) Then%>
|
2365 |
<%If NOT IsNull(rsQry("date_of_review")) Then%>
|
| 2436 |
<table width="100%" border="0" cellspacing="1" cellpadding="4">
|
2366 |
<table width="100%" border="0" cellspacing="1" cellpadding="4" class=lhsGrey>
|
| 2437 |
<tr>
|
2367 |
<tr>
|
| 2438 |
<td width="1%" align="right" nowrap bgcolor=#e4e9ec class="form_field">Date of Review</td>
|
2368 |
<td>Date of Review</td>
|
| 2439 |
<td width="1%" nowrap bgcolor=#f5f5f5 class="form_item"><%=DisplayDate ( rsQry("date_of_review") )%> </td>
|
2369 |
<td width='1%' nowrap><%=DisplayDate ( rsQry("date_of_review") )%> </td>
|
| 2440 |
<td width="1%" align="right" nowrap bgcolor=#e4e9ec class="form_field"> Time Spent:</td>
|
2370 |
<td width='1%' align="right" nowrap class="hdr"> Time Spent:</td>
|
| 2441 |
<td width="100%" bgcolor=#f5f5f5 class="form_item"><%=rsQry("time_spent")%> hrs </td>
|
2371 |
<td><%=rsQry("time_spent")%> hrs </td>
|
| 2442 |
</tr>
|
2372 |
</tr>
|
| 2443 |
<tr>
|
2373 |
<tr>
|
| 2444 |
<td align="right" valign="top" nowrap bgcolor=#e4e9ec class="form_field">Reason for Review</td>
|
2374 |
<td>Reason for Review</td>
|
| 2445 |
<td colspan="3" bgcolor=#f5f5f5 class="form_item"><%=NewLine_To_BR( To_HTML( rsQry("review_reason") ))%></td>
|
2375 |
<td colspan="3" ><%=NewLine_To_BR( To_HTML( rsQry("review_reason") ))%></td>
|
| 2446 |
</tr>
|
2376 |
</tr>
|
| 2447 |
<tr>
|
2377 |
<tr>
|
| 2448 |
<td align="right" nowrap bgcolor=#e4e9ec class="form_field">Review Results </td>
|
2378 |
<td>Review Results </td>
|
| 2449 |
<td colspan="3" bgcolor=#f5f5f5 class="form_item">
|
2379 |
<td colspan="3" >
|
| 2450 |
<%=DecodeOverallResult( rsQry("review_results") )%>
|
2380 |
<%=DecodeOverallResult( rsQry("review_results") )%>
|
| 2451 |
</td>
|
2381 |
</td>
|
| 2452 |
</tr>
|
2382 |
</tr>
|
| 2453 |
<tr>
|
2383 |
<tr>
|
| 2454 |
<td align="right" nowrap bgcolor=#e4e9ec class="form_field">Issues Raised </td>
|
2384 |
<td>Issues Raised </td>
|
| 2455 |
<td colspan="3" bgcolor=#f5f5f5 class="form_item"><%=NewLine_To_BR( To_HTML( rsQry("issues_raised") ))%></td>
|
2385 |
<td colspan="3" ><%=NewLine_To_BR( To_HTML( rsQry("issues_raised") ))%></td>
|
| 2456 |
</tr>
|
2386 |
</tr>
|
| 2457 |
</table>
|
2387 |
</table>
|
| 2458 |
<%Else%>
|
2388 |
<%Else%>
|
| 2459 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
2389 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
| 2460 |
<tr>
|
2390 |
<tr>
|
| 2461 |
<td bgcolor=#f5f5f5><span class='sublbox_txt'>No details found.</span></td>
|
2391 |
<td><span class='sublbox_txt'>No details found.</span></td>
|
| 2462 |
</tr>
|
2392 |
</tr>
|
| 2463 |
</table>
|
2393 |
</table>
|
| 2464 |
<%End If%>
|
2394 |
<%End If%>
|
| 2465 |
<%Else%>
|
2395 |
<%Else%>
|
| 2466 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
2396 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
| 2467 |
<tr>
|
2397 |
<tr>
|
| 2468 |
<td bgcolor=#f5f5f5><span class='sublbox_txt'>No details found.</span></td>
|
2398 |
<td><span class='sublbox_txt'>No details found.</span></td>
|
| 2469 |
</tr>
|
2399 |
</tr>
|
| 2470 |
</table>
|
2400 |
</table>
|
| 2471 |
<%End If%>
|
2401 |
<%End If%>
|
| 2472 |
|
2402 |
|
| 2473 |
<!-- Code Review URL section for this version -->
|
2403 |
<!-- Code Review URL section for this version -->
|
| 2474 |
<%Call GetCodeReviewURLs( parPv_id, rsCodeReviewURL )%>
|
2404 |
<%Call GetCodeReviewURLs( parPv_id, rsCodeReviewURL )%>
|
| 2475 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
2405 |
<table width="100%" border="0" cellspacing="1" cellpadding="2" class=stdGrey>
|
| 2476 |
<tr>
|
2406 |
<tr>
|
| 2477 |
<td align="left" valign="top" class="body_colb">Code Review URL for this version</td>
|
2407 |
<td align="left" valign="top" class="body_colb">Code Review URL for this version</td>
|
| 2478 |
<td align="right" valign="top" <%If NOT IsNull(rsCodeReviewURL("url")) Then Response.Write("colspan='5'")%>>
|
2408 |
<td align="right" valign="top" <%If NOT IsNull(rsCodeReviewURL("url")) Then Response.Write("colspan='5'")%>>
|
| 2479 |
<%If (scriptName = "fixed_issues.asp") AND objAccessControl.UserLogedIn AND (pageIsEditable OR (pkgInfoHash.Item("dlocked") = "Y")) Then%>
|
2409 |
<%If (scriptName = "fixed_issues.asp") AND objAccessControl.UserLogedIn AND (pageIsEditable OR (pkgInfoHash.Item("dlocked") = "Y")) Then%>
|
| 2480 |
<a href="javascript:;" onclick="MM_openVixIFrame('_wform_edit_code_review_url.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','Edit Code Review URL')" class="txt_linked">New<img src="images/i_new.gif" width="13" height="13" hspace="2" border="0" align='absmiddle'></a>
|
2410 |
<span class='pointer txt_linked' onclick="MM_openVixIFrame('_wform_edit_code_review_url.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','Edit Code Review URL')" class="txt_linked">New<img src="images/i_new.gif" width="13" height="13" hspace="2" border="0" align='absmiddle'></span>
|
| 2481 |
<%End If%>
|
2411 |
<%End If%>
|
| 2482 |
</td>
|
2412 |
</td>
|
| 2483 |
</tr>
|
2413 |
</tr>
|
| 2484 |
<%If IsNull(rsCodeReviewURL("full_url")) Then %>
|
2414 |
<%If IsNull(rsCodeReviewURL("full_url")) Then %>
|
| 2485 |
<tr>
|
2415 |
<tr>
|
| 2486 |
<td bgcolor=#f5f5f5 width="100%" class="form_item" colspan="2">
|
2416 |
<td width="100%" colspan="2">
|
| 2487 |
<span class='sublbox_txt'>No details found.</span>
|
2417 |
<span class='sublbox_txt'>No details found.</span>
|
| 2488 |
</td>
|
2418 |
</td>
|
| 2489 |
</tr>
|
2419 |
</tr>
|
| 2490 |
<%Else%>
|
2420 |
<%Else%>
|
| 2491 |
<tr>
|
2421 |
<tr>
|
| Line 2498... |
Line 2428... |
| 2498 |
</tr>
|
2428 |
</tr>
|
| 2499 |
<%If ((NOT rsCodeReviewURL.BOF) AND (NOT rsCodeReviewURL.EOF)) Then
|
2429 |
<%If ((NOT rsCodeReviewURL.BOF) AND (NOT rsCodeReviewURL.EOF)) Then
|
| 2500 |
While ((NOT rsCodeReviewURL.BOF) AND (NOT rsCodeReviewURL.EOF))%>
|
2430 |
While ((NOT rsCodeReviewURL.BOF) AND (NOT rsCodeReviewURL.EOF))%>
|
| 2501 |
<tr>
|
2431 |
<tr>
|
| 2502 |
<%If (Left(rsCodeReviewURL("url"),4) = "http") Then%>
|
2432 |
<%If (Left(rsCodeReviewURL("url"),4) = "http") Then%>
|
| 2503 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"><a href="<%=rsCodeReviewURL("url")%>" target="_blank" class="txt_linked"><%=rsCodeReviewURL("url")%></a></td>
|
2433 |
<td valign="top"><a href="<%=rsCodeReviewURL("url")%>" target="_blank" class="txt_linked"><%=rsCodeReviewURL("url")%></a></td>
|
| 2504 |
<%Else%>
|
2434 |
<%Else%>
|
| 2505 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"><a href="<%=rsCodeReviewURL("full_url")%>" target="_blank" class="txt_linked"><%=rsCodeReviewURL("full_url")%></a></td>
|
2435 |
<td valign="top"><a href="<%=rsCodeReviewURL("full_url")%>" target="_blank" class="txt_linked"><%=rsCodeReviewURL("full_url")%></a></td>
|
| 2506 |
<%End If%>
|
2436 |
<%End If%>
|
| 2507 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"><%=rsCodeReviewURL("reason")%></td>
|
2437 |
<td valign="top"><%=rsCodeReviewURL("reason")%></td>
|
| 2508 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"><%=DisplayDate(rsCodeReviewURL("date_of_review"))%></td>
|
2438 |
<td valign="top"><%=DisplayDate(rsCodeReviewURL("date_of_review"))%></td>
|
| 2509 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"><%=DisplayDate(rsCodeReviewURL("last_modified"))%></td>
|
2439 |
<td valign="top"><%=DisplayDate(rsCodeReviewURL("last_modified"))%></td>
|
| 2510 |
<%If (scriptName = "fixed_issues.asp") AND objAccessControl.UserLogedIn AND (pageIsEditable OR (pkgInfoHash.Item("dlocked") = "Y")) Then%>
|
2440 |
<%If (scriptName = "fixed_issues.asp") AND objAccessControl.UserLogedIn AND (pageIsEditable OR (pkgInfoHash.Item("dlocked") = "Y")) Then%>
|
| 2511 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"><a href="javascript:;" onclick="MM_openVixIFrame('_wform_edit_code_review_url.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&cr_id=<%=rsCodeReviewURL("cr_id")%>','Edit Code Review URL')" class="txt_linked"><img src="images/i_edit.gif" width="12" height="12" hspace="2" border="0" align='absmiddle' alt="Edit this code review URL"></a></td>
|
2441 |
<td valign="top"><span class='pointer txt_linked' onclick="MM_openVixIFrame('_wform_edit_code_review_url.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&cr_id=<%=rsCodeReviewURL("cr_id")%>','Edit Code Review URL')" class="txt_linked"><img src="images/i_edit.gif" width="12" height="12" hspace="2" border="0" align='absmiddle' alt="Edit this code review URL"></span></td>
|
| 2512 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"><a href="_remove_code_review_url.asp?cr_id=<%=rsCodeReviewURL("cr_id")%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" onclick="return vixConfirmDelete('this code review URL from Release Manager');"><img src="images/i_delete.gif" width="13" height="12" hspace="2" border="0" alt="Delete this code review URL" align='absmiddle'></a></td>
|
2442 |
<td valign="top"><span calss=pointer data-href="_remove_code_review_url.asp?cr_id=<%=rsCodeReviewURL("cr_id")%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" onclick="return vixConfirmDelete('this code review URL from Release Manager');"><img src="images/i_delete.gif" width="13" height="12" hspace="2" border="0" alt="Delete this code review URL" align='absmiddle'></span></td>
|
| 2513 |
<%Else%>
|
2443 |
<%Else%>
|
| 2514 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"></td>
|
2444 |
<td valign="top"></td>
|
| 2515 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"></td>
|
2445 |
<td valign="top"></td>
|
| 2516 |
<%End If%>
|
2446 |
<%End If%>
|
| 2517 |
</tr>
|
2447 |
</tr>
|
| 2518 |
<%rsCodeReviewURL.MoveNext
|
2448 |
<%rsCodeReviewURL.MoveNext
|
| 2519 |
WEnd
|
2449 |
WEnd
|
| 2520 |
Else%>
|
2450 |
Else%>
|
| 2521 |
<tr>
|
2451 |
<tr>
|
| 2522 |
<td bgcolor=#f5f5f5 class="form_item"></td>
|
2452 |
<td></td>
|
| 2523 |
<td bgcolor=#f5f5f5 class="form_item"></td>
|
2453 |
<td></td>
|
| 2524 |
<td bgcolor=#f5f5f5 class="form_item"></td>
|
2454 |
<td></td>
|
| 2525 |
<td bgcolor=#f5f5f5 class="form_item"></td>
|
2455 |
<td></td>
|
| 2526 |
<td bgcolor=#f5f5f5 class="form_item"></td>
|
2456 |
<td></td>
|
| 2527 |
<td bgcolor=#f5f5f5 class="form_item"></td>
|
2457 |
<td></td>
|
| 2528 |
</tr>
|
2458 |
</tr>
|
| 2529 |
<%End If
|
2459 |
<%End If
|
| 2530 |
End If%>
|
2460 |
End If%>
|
| 2531 |
</table>
|
2461 |
</table>
|
| 2532 |
|
2462 |
|
| Line 2545... |
Line 2475... |
| 2545 |
<tr>
|
2475 |
<tr>
|
| 2546 |
<td align="left" valign="top" class="body_colb" <%If NOT IsNull(rsCodeReviewURL("url")) Then Response.Write("colspan='6'")%>>Code Review URL for last non-ripple build (<a class="lbl_link" href="fixed_issues.asp?pv_id=<%=rsQry("pv_id")%>"><%=sOldPkgVersion%></a>)</td>
|
2476 |
<td align="left" valign="top" class="body_colb" <%If NOT IsNull(rsCodeReviewURL("url")) Then Response.Write("colspan='6'")%>>Code Review URL for last non-ripple build (<a class="lbl_link" href="fixed_issues.asp?pv_id=<%=rsQry("pv_id")%>"><%=sOldPkgVersion%></a>)</td>
|
| 2547 |
</tr>
|
2477 |
</tr>
|
| 2548 |
<%If IsNull(rsCodeReviewURL("url")) Then%>
|
2478 |
<%If IsNull(rsCodeReviewURL("url")) Then%>
|
| 2549 |
<tr>
|
2479 |
<tr>
|
| 2550 |
<td bgcolor=#f5f5f5 width="100%" class="form_item" colspan="2">
|
2480 |
<td width="100%" colspan="2">
|
| 2551 |
<span class='sublbox_txt'>No details found.</span>
|
2481 |
<span class='sublbox_txt'>No details found.</span>
|
| 2552 |
</td>
|
2482 |
</td>
|
| 2553 |
</tr>
|
2483 |
</tr>
|
| 2554 |
<%Else%>
|
2484 |
<%Else%>
|
| 2555 |
<tr>
|
2485 |
<tr>
|
| Line 2562... |
Line 2492... |
| 2562 |
</tr>
|
2492 |
</tr>
|
| 2563 |
<%If ((NOT rsCodeReviewURL.BOF) AND (NOT rsCodeReviewURL.EOF)) Then
|
2493 |
<%If ((NOT rsCodeReviewURL.BOF) AND (NOT rsCodeReviewURL.EOF)) Then
|
| 2564 |
While ((NOT rsCodeReviewURL.BOF) AND (NOT rsCodeReviewURL.EOF))%>
|
2494 |
While ((NOT rsCodeReviewURL.BOF) AND (NOT rsCodeReviewURL.EOF))%>
|
| 2565 |
<tr>
|
2495 |
<tr>
|
| 2566 |
<%If (Left(rsCodeReviewURL("url"),4) = "http") Then%>
|
2496 |
<%If (Left(rsCodeReviewURL("url"),4) = "http") Then%>
|
| 2567 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"><a href="<%=rsCodeReviewURL("url")%>" target="_blank" class="txt_linked"><%=rsCodeReviewURL("url")%></a></td>
|
2497 |
<td valign="top"><a href="<%=rsCodeReviewURL("url")%>" target="_blank" class="txt_linked"><%=rsCodeReviewURL("url")%></a></td>
|
| 2568 |
<%Else%>
|
2498 |
<%Else%>
|
| 2569 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"><a href="<%=rsCodeReviewURL("full_url")%>" target="_blank" class="txt_linked"><%=rsCodeReviewURL("full_url")%></a></td>
|
2499 |
<td valign="top"><a href="<%=rsCodeReviewURL("full_url")%>" target="_blank" class="txt_linked"><%=rsCodeReviewURL("full_url")%></a></td>
|
| 2570 |
<%End If%>
|
2500 |
<%End If%>
|
| 2571 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"><%=rsCodeReviewURL("reason")%></td>
|
2501 |
<td valign="top"><%=rsCodeReviewURL("reason")%></td>
|
| 2572 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"><%=rsCodeReviewURL("date_of_review")%></td>
|
2502 |
<td valign="top"><%=rsCodeReviewURL("date_of_review")%></td>
|
| 2573 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"><%=rsCodeReviewURL("last_modified")%></td>
|
2503 |
<td valign="top"><%=rsCodeReviewURL("last_modified")%></td>
|
| 2574 |
<%If (scriptName = "fixed_issues.asp") AND objAccessControl.UserLogedIn AND (pageIsEditable OR (oldDlocked = "Y")) Then%>
|
2504 |
<%If (scriptName = "fixed_issues.asp") AND objAccessControl.UserLogedIn AND (pageIsEditable OR (oldDlocked = "Y")) Then%>
|
| 2575 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"><a href="javascript:;" onclick="MM_openVixIFrame('_wform_edit_code_review_url.asp?pv_id=<%=rsCodeReviewURL("pv_id")%>&rtag_id=<%=parRtag_id%>&cr_id=<%=rsCodeReviewURL("cr_id")%>','Edit Code Review URL')" class="txt_linked"><img src="images/i_edit.gif" width="12" height="12" hspace="2" border="0" align='absmiddle' alt="Edit this code review URL"></a></td>
|
2505 |
<td valign="top"><span class='pointer txt_linked' onclick="MM_openVixIFrame('_wform_edit_code_review_url.asp?pv_id=<%=rsCodeReviewURL("pv_id")%>&rtag_id=<%=parRtag_id%>&cr_id=<%=rsCodeReviewURL("cr_id")%>','Edit Code Review URL')" class="txt_linked"><img src="images/i_edit.gif" width="12" height="12" hspace="2" border="0" align='absmiddle' alt="Edit this code review URL"></span></td>
|
| 2576 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"><a href="_remove_code_review_url.asp?cr_id=<%=rsCodeReviewURL("cr_id")%>&pv_id=<%=rsCodeReviewURL("pv_id")%>&rtag_id=<%=parRtag_id%>" onclick="return vixConfirmDelete('this code review URL from Release Manager');"><img src="images/i_delete.gif" width="13" height="12" hspace="2" border="0" alt="Delete this code review URL" align='absmiddle'></a></td>
|
2506 |
<td valign="top"><span class=pointer data-href="_remove_code_review_url.asp?cr_id=<%=rsCodeReviewURL("cr_id")%>&pv_id=<%=rsCodeReviewURL("pv_id")%>&rtag_id=<%=parRtag_id%>" onclick="return vixConfirmDelete('this code review URL from Release Manager');"><img src="images/i_delete.gif" width="13" height="12" hspace="2" border="0" alt="Delete this code review URL" align='absmiddle'></span></td>
|
| 2577 |
<%Else%>
|
2507 |
<%Else%>
|
| 2578 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"></td>
|
2508 |
<td valign="top"></td>
|
| 2579 |
<td bgcolor=#f5f5f5 class="form_item" valign="top"></td>
|
2509 |
<td valign="top"></td>
|
| 2580 |
<%End If%>
|
2510 |
<%End If%>
|
| 2581 |
</tr>
|
2511 |
</tr>
|
| 2582 |
<%rsCodeReviewURL.MoveNext
|
2512 |
<%rsCodeReviewURL.MoveNext
|
| 2583 |
WEnd
|
2513 |
WEnd
|
| 2584 |
Else%>
|
2514 |
Else%>
|
| 2585 |
<tr>
|
2515 |
<tr>
|
| 2586 |
<td bgcolor=#f5f5f5 class="form_item"></td>
|
2516 |
<td></td>
|
| 2587 |
<td bgcolor=#f5f5f5 class="form_item"></td>
|
2517 |
<td></td>
|
| 2588 |
<td bgcolor=#f5f5f5 class="form_item"></td>
|
2518 |
<td></td>
|
| 2589 |
<td bgcolor=#f5f5f5 class="form_item"></td>
|
2519 |
<td></td>
|
| 2590 |
<td bgcolor=#f5f5f5 class="form_item"></td>
|
2520 |
<td></td>
|
| 2591 |
<td bgcolor=#f5f5f5 class="form_item"></td>
|
2521 |
<td></td>
|
| 2592 |
</tr>
|
2522 |
</tr>
|
| 2593 |
<%End If
|
2523 |
<%End If
|
| 2594 |
End If%>
|
2524 |
End If%>
|
| 2595 |
</table>
|
2525 |
</table>
|
| 2596 |
<%End If%>
|
2526 |
<%End If%>
|
| Line 2600... |
Line 2530... |
| 2600 |
<!-- ADDITIONAL NOTES ------------------------------------------------------------------------------------------------------------------->
|
2530 |
<!-- ADDITIONAL NOTES ------------------------------------------------------------------------------------------------------------------->
|
| 2601 |
<fieldset class="fset">
|
2531 |
<fieldset class="fset">
|
| 2602 |
<legend class="body_colb"><img src="images/i_additional_notes.gif" width="26" height="20" hspace="4" border="0" align='absmiddle' alt="">Additional Notes</legend>
|
2532 |
<legend class="body_colb"><img src="images/i_additional_notes.gif" width="26" height="20" hspace="4" border="0" align='absmiddle' alt="">Additional Notes</legend>
|
| 2603 |
<div style="display: block;float: right;margin-top: -20px;background-color: #FFF;padding: 0 5px;">
|
2533 |
<div style="display: block;float: right;margin-top: -20px;background-color: #FFF;padding: 0 5px;">
|
| 2604 |
<%If pageIsEditable Then%>
|
2534 |
<%If pageIsEditable Then%>
|
| 2605 |
<a href='javascript:;' onClick="MM_openVixIFrame('_wform_additional_note.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','Additional Notes')" class="txt_linked">New Note<img src="images/i_new.gif" width="13" height="13" hspace="2" border="0" align='absmiddle' alt="Add new note."></a>
|
2535 |
<span class='pointer txt_linked' onClick="MM_openVixIFrame('_wform_additional_note.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','Additional Notes')" class="txt_linked">New Note<img src="images/i_new.gif" width="13" height="13" hspace="2" border="0" align='absmiddle' title="Add new note."></span>
|
| 2606 |
<%End If%>
|
2536 |
<%End If%>
|
| 2607 |
</div>
|
2537 |
</div>
|
| 2608 |
<a name="ADDITIONAL_NOTES"></a>
|
2538 |
<a name="ADDITIONAL_NOTES"></a>
|
| 2609 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
2539 |
<table width="100%" border="0" cellspacing="1" cellpadding="2" class=stdGrey>
|
| 2610 |
<%Set rsQry = OraDatabase.DbCreateDynaset( SQL_Additional_Notes ( parPv_id ), cint(0))%>
|
2540 |
<%Set rsQry = OraDatabase.DbCreateDynaset( SQL_Additional_Notes ( parPv_id ), cint(0))%>
|
| 2611 |
<%If rsQry.RecordCount < 1 Then%>
|
2541 |
<%If rsQry.RecordCount < 1 Then%>
|
| 2612 |
<tr>
|
2542 |
<tr>
|
| 2613 |
<td class="form_field" width="100%" bgcolor=#f5f5f5> </td>
|
2543 |
<td> </td>
|
| 2614 |
</tr>
|
2544 |
</tr>
|
| 2615 |
<%End If%>
|
2545 |
<%End If%>
|
| 2616 |
<%While ((NOT rsQry.BOF) AND (NOT rsQry.EOF))%>
|
2546 |
<%While ((NOT rsQry.BOF) AND (NOT rsQry.EOF))%>
|
| 2617 |
<tr>
|
2547 |
<tr class=hdr>
|
| 2618 |
<td width="100%" nowrap bgcolor=#e4e9ec class="body_col">
|
2548 |
<td width="100%" nowrap>
|
| 2619 |
<%If pageIsEditable Then%>
|
2549 |
<%If pageIsEditable Then%>
|
| 2620 |
<a href="javascript:;" onClick="MM_openVixIFrame('_wform_update_additional_note.asp?note_id=<%=rsQry("note_id")%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','Update Note')" class="body_col"><img src="images/i_edit.gif" alt="Edit" width="12" height="12" hspace="3" vspace="3" border="0" align='absmiddle'><%=To_HTML (rsQry("note_title"))%></a>
|
2550 |
<span onClick="MM_openVixIFrame('_wform_update_additional_note.asp?note_id=<%=rsQry("note_id")%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','Update Note')" class="pointer"><img src="images/i_edit.gif" alt="Edit" width="12" height="12" hspace="3" vspace="3" border="0" align='absmiddle'><%=To_HTML (rsQry("note_title"))%></span>
|
| 2621 |
<%Else%>
|
2551 |
<%Else%>
|
| 2622 |
<%=To_HTML (rsQry("note_title"))%>
|
2552 |
<%=To_HTML (rsQry("note_title"))%>
|
| 2623 |
<%End If%>
|
2553 |
<%End If%>
|
| 2624 |
</td>
|
2554 |
</td>
|
| 2625 |
<td width="1" bgcolor=#e4e9ec>
|
2555 |
<td width="1%">
|
| 2626 |
<%If pageIsEditable Then%>
|
2556 |
<%If pageIsEditable Then%>
|
| 2627 |
<a href="_remove_additional_note.asp?note_id=<%=rsQry("note_id")%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" onClick="return vixConfirmDelete('this note');"><img src="images/i_delete.gif" alt="Remove this note." width="13" height="12" hspace="3" border="0"></a>
|
2557 |
<span class=pointer data-href="_remove_additional_note.asp?note_id=<%=rsQry("note_id")%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" onClick="return vixConfirmDelete('this note');"><img src="images/i_delete.gif" alt="Remove this note." width="13" height="12" hspace="3" border="0"></span>
|
| 2628 |
<%End If%>
|
2558 |
<%End If%>
|
| 2629 |
</td>
|
2559 |
</td>
|
| 2630 |
</tr>
|
2560 |
</tr>
|
| 2631 |
<tr>
|
2561 |
<tr>
|
| 2632 |
<td colspan="2" bgcolor=#f5f5f5 class="sublbox_txt">
|
2562 |
<td colspan="2">
|
| 2633 |
<%=NewLine_To_BR( To_HTML ( rsQry("note_body") ) )%><br>
|
2563 |
<%=NewLine_To_BR( To_HTML ( rsQry("note_body") ) )%><br>
|
| 2634 |
<span class="rep_small">Last Modified: <%=rsQry("lastmod")%></span>
|
2564 |
<span class="rep_small">Last Modified: <%=rsQry("lastmod")%></span>
|
| 2635 |
</td>
|
2565 |
</td>
|
| 2636 |
</tr>
|
2566 |
</tr>
|
| 2637 |
<tr>
|
2567 |
<tr>
|