From 49b256f33878c0966a8be90350b457dee2417d0b Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 1 Oct 2004 07:49:01 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=4280 --- checkin_notes | 18 ++++++++++++++++++ html/inc/host.inc | 2 ++ html/user/host_venue_action.php | 13 ++++++++++++- sched/handle_request.C | 1 - sched/server_types.C | 24 ++++++++++++------------ sched/server_types.h | 1 - 6 files changed, 44 insertions(+), 15 deletions(-) diff --git a/checkin_notes b/checkin_notes index 1415a0ccb1..64584b9bd4 100755 --- a/checkin_notes +++ b/checkin_notes @@ -17925,3 +17925,21 @@ David 30 Sept 2004 client/ gui_rpc_server.C + +David 30 Sept 2004 + - First steps in fixing the venue mess: + venue is passed from server to client, never the other way. + - always pass back host credit info in sched reply + (not just if new hostid - how did that happen??) + - add none (---) as an option for venue in web form + - when user change venue of host, tell them that it + will take effect only after a sched request + + html/ + inc/ + host.inc + user/ + host_venue_action.php + sched/ + handle_request.C + server_types.C,h diff --git a/html/inc/host.inc b/html/inc/host.inc index 402ba7b9d0..7dd36959b4 100644 --- a/html/inc/host.inc +++ b/html/inc/host.inc @@ -1,12 +1,14 @@ venue == "home") $h = "selected"; if ($host->venue == "work") $w = "selected"; if ($host->venue == "school") $s = "selected"; $x = "
id>