mirror of https://github.com/BOINC/boinc.git
- web: in filtered job lists,
"pending" should include "inconclusive", and "invalid" should include "too late to validate" svn path=/trunk/boinc/; revision=17726
This commit is contained in:
parent
74afc41312
commit
c66cba7f8f
|
@ -3557,3 +3557,11 @@ Charlie 2 Apr 2009
|
||||||
screensaver_win.h
|
screensaver_win.h
|
||||||
mac_build/
|
mac_build/
|
||||||
Mac_SA_Secure.sh
|
Mac_SA_Secure.sh
|
||||||
|
|
||||||
|
David 2 Apr 2009
|
||||||
|
- web: in filtered job lists,
|
||||||
|
"pending" should include "inconclusive",
|
||||||
|
and "invalid" should include "too late to validate"
|
||||||
|
|
||||||
|
html/inc/
|
||||||
|
result.inc
|
||||||
|
|
|
@ -71,9 +71,9 @@ $state_name = array(
|
||||||
$state_clause = array(
|
$state_clause = array(
|
||||||
"",
|
"",
|
||||||
" and server_state=4 ",
|
" and server_state=4 ",
|
||||||
" and server_state=5 and outcome=1 and validate_state=0 ",
|
" and server_state=5 and outcome=1 and (validate_state=0 or validate_state=4) ",
|
||||||
" and server_state=5 and outcome=1 and validate_state=1 ",
|
" and server_state=5 and outcome=1 and validate_state=1 ",
|
||||||
" and server_state=5 and outcome=1 and validate_state=2 ",
|
" and server_state=5 and outcome=1 and (validate_state=2 or validate_state=5) ",
|
||||||
" and server_state=5 and outcome=3 ",
|
" and server_state=5 and outcome=3 ",
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue