From 391ea793846c554f047bac44a19cfc3daf0b5e58 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 18 Jul 2007 23:26:49 +0000 Subject: [PATCH] - back out my last change svn path=/trunk/boinc/; revision=13185 --- checkin_notes | 7 ++++++ client/sim.C | 8 ++++++- doc/sim_form.php | 27 +++++++++++++++++------- html/user/team_founder_transfer_form.php | 10 ++++----- 4 files changed, 38 insertions(+), 14 deletions(-) diff --git a/checkin_notes b/checkin_notes index 3a301b94d8..54038b1767 100755 --- a/checkin_notes +++ b/checkin_notes @@ -7366,3 +7366,10 @@ Rytis 18 July 2007 html/user/ forum_forum.php forum_index.php + +David 18 July 2007 + - back out my last change. + There are a number of situations where this is undesirable. + + html/user/ + team_founder_transfer_form.php diff --git a/client/sim.C b/client/sim.C index d54825eed6..449c0b87ec 100644 --- a/client/sim.C +++ b/client/sim.C @@ -498,8 +498,14 @@ void CLIENT_STATE::html_start(bool show_prev) { } fprintf(html_out, "message log

" - "\n" + "
\n" ); + for (int i=0; iCPU %d
Job name and estimated time left
color denotes project
* means EDF mode
", i + ); + } + fprintf(html_out, "
\n"); } void CLIENT_STATE::html_rec() { diff --git a/doc/sim_form.php b/doc/sim_form.php index 731763dff7..38e862024a 100644 --- a/doc/sim_form.php +++ b/doc/sim_form.php @@ -6,7 +6,7 @@ function show_form() { echo " - sim_projects.xml: + sim_projects.xml (describes a set of projects)

- sim_host.xml: + sim_host.xml: (describes the simulated host)

- sim_prefs.xml: + sim_prefs.xml: (the host's preferences)

- cc_config.xml: + cc_config.xml: (the client configuration options)

+ + The following control how long the simulation runs. + Duration may not exceed TimeStep*10000. +
Time step:
Duration: -
(may not exceed TimeStep*10000) +

+ + The following controls enable various experimental policies. + The standard policy (as of 5.10.13) is no checkboxes enabled, + and the 'Normal' DCF policy. + +

Server does EDF simulation based on current workload?

@@ -189,9 +199,10 @@ if ($_POST['submit']) { page_head("BOINC client simulator"); echo " This is a web interface to the BOINC client simulator. - Fill in the following form to specify the parameters - of your simulation. - Click here for more info. + Fill in the following form to specify the + parameters of your simulation. + The results will be shown in your browser. +

"; show_form(); } diff --git a/html/user/team_founder_transfer_form.php b/html/user/team_founder_transfer_form.php index 11b6f83bb7..720ea1ef10 100644 --- a/html/user/team_founder_transfer_form.php +++ b/html/user/team_founder_transfer_form.php @@ -16,11 +16,11 @@ $now = time(); // don't allow requests from users with no credit // -if ($user->total_credit == 0) { - echo "You must have credit on this project."; - page_tail(); - exit; -} +//if ($user->total_credit == 0) { +// echo "You must have credit on this project."; +// page_tail(); +// exit; +//} // if founder has declined the request and the request was done more than // two months ago, allow new request; if both founder and change initiator

TimeNotes