Subversion Repositories DevTools

Rev

Rev 4433 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4433 Rev 4477
Line 33... Line 33...
33
Dim param_refreshEnabled
33
Dim param_refreshEnabled
34
Dim bIndefinitelyPaused
34
Dim bIndefinitelyPaused
35
'------------ Constants Declaration -----------
35
'------------ Constants Declaration -----------
36
Const Min_Refresh_Time = 10         ' Seconds
36
Const Min_Refresh_Time = 10         ' Seconds
37
Const Max_Delta = 600               ' Seconds
37
Const Max_Delta = 600               ' Seconds
38
Const Max_DeltaBuild = 14           ' Days
38
Const Max_DeltaBuild = 31           ' Days
39
'------------ Variable Init -------------------
39
'------------ Variable Init -------------------
40
 
40
 
41
styleAlt1="class='body_rowg1'"
41
styleAlt1="class='body_rowg1'"
42
styleAlt2="class='body_rowg2'"
42
styleAlt2="class='body_rowg2'"
43
styleNow = styleAlt1
43
styleNow = styleAlt1
Line 877... Line 877...
877
                                     Else
877
                                     Else
878
                                        bDisplay_whole_set = true
878
                                        bDisplay_whole_set = true
879
                                     End If
879
                                     End If
880
 
880
 
881
                                     If NiceInt(rsQry("last_build_days"), 100) > Max_DeltaBuild Then
881
                                     If NiceInt(rsQry("last_build_days"), 100) > Max_DeltaBuild Then
-
 
882
                                         If dState = "active" OR dState = "idle" Then
882
                                        bDisplay_whole_set = true
883
                                            bDisplay_whole_set = true
883
                                        bShowAge = true
884
                                            bShowAge = true
-
 
885
                                         End If
884
                                     End If
886
                                     End If
885
                                 End If
887
                                 End If
886
                                 
888
                                 
887
                                 ' If the filter is turned on and master daemon looks OK then check out the slaves
889
                                 ' If the filter is turned on and master daemon looks OK then check out the slaves
888
                                 ' If nothing appears wrong with the Master Daemon, look ahead at all the slaves in the set
890
                                 ' If nothing appears wrong with the Master Daemon, look ahead at all the slaves in the set
Line 908... Line 910...
908
                                           Else
910
                                           Else
909
                                              bDisplay_whole_set = true
911
                                              bDisplay_whole_set = true
910
                                           End If
912
                                           End If
911
 
913
 
912
                                           If NiceInt(rsQry("last_build_days"), 100) > Max_DeltaBuild Then
914
                                           If NiceInt(rsQry("last_build_days"), 100) > Max_DeltaBuild Then
-
 
915
                                               If dState = "active" OR dState = "idle" Then
913
                                              bDisplay_whole_set = true
916
                                                  bDisplay_whole_set = true
914
                                              bShowAge = true
917
                                                  bShowAge = true
-
 
918
                                               End If
915
                                           End If
919
                                           End If
916
 
920
 
917
                                          rsQry.MoveNext
921
                                          rsQry.MoveNext
918
                                       Loop
922
                                       Loop
919
                                       For i = 1 to rtag_id_set_count
923
                                       For i = 1 to rtag_id_set_count
Line 971... Line 975...
971
 
975
 
972
                                        <%If bRelease_changed OR NOT bRelease_link_displayed Then%>
976
                                        <%If bRelease_changed OR NOT bRelease_link_displayed Then%>
973
                                          <%bRelease_link_displayed = True%>
977
                                          <%bRelease_link_displayed = True%>
974
                                          <td nowrap <%=styleNow%>><a href='build_status.asp?rtag_id=<%=rsQry("rtag_id")%>' title='Last Build:<%=rsQry("last_build")%>'><%=rsQry("rtag_name")%></a>
978
                                          <td nowrap <%=styleNow%>><a href='build_status.asp?rtag_id=<%=rsQry("rtag_id")%>' title='Last Build:<%=rsQry("last_build")%>'><%=rsQry("rtag_name")%></a>
975
                                       <%If bShowAge Then%>
979
                                       <%If bShowAge Then%>
976
                                            <img src='images/s_warning.gif' width='14' height='13' border='0' title='No Build in this release since <%=rsQry("last_build")%>' style='vertical-align: bottom;'>
980
                                            <img src='images/s_warning.gif' width='14' height='13' border='0' title='No Build in this release since <%=rsQry("last_build")%>. [<%=rsQry("last_build_days")%> Days]' style='vertical-align: bottom;'>
977
                                       <%End If %>
981
                                       <%End If %>
978
                                          </td>
982
                                          </td>
979
                                        <%Else%>
983
                                        <%Else%>
980
                                            <td nowrap <%=styleNow%>></td>
984
                                            <td nowrap <%=styleNow%>></td>
981
                                        <%End If%>
985
                                        <%End If%>