diff --git a/checkin_notes b/checkin_notes index e269bf1bea..eef1e3a399 100644 --- a/checkin_notes +++ b/checkin_notes @@ -5857,3 +5857,16 @@ Rom 18 July 2008 win_build/installerv2/redist/Windows/src/boinccas/ CAShutdownBOINCManager.cpp + +David 18 July 2008 + - web: fiddle around with style2.css and sample front page; + change font, etc. + + html/ + project.sample/ + project.inc + user/ + sample_index.php + style2.css + weak_auth.php + white.css diff --git a/db/bossa_constraints.sql b/db/bossa_constraints.sql index f307b8ecc1..8761c206bb 100644 --- a/db/bossa_constraints.sql +++ b/db/bossa_constraints.sql @@ -3,8 +3,7 @@ alter table bossa_app add unique(short_name); alter table bossa_job - add unique(name), - add index bj_conf_needed(app_id, conf_needed); + add index bj_conf_needed(app_id, calibration, priority_0); alter table bossa_job_inst add index bji_job(job_id), diff --git a/db/bossa_schema.sql b/db/bossa_schema.sql index 48421cf748..f7b78fbe05 100644 --- a/db/bossa_schema.sql +++ b/db/bossa_schema.sql @@ -46,8 +46,9 @@ create table bossa_user ( category integer not null, flags integer not null, -- debug, show_all - info text + info text, -- Project-dependent info about users ability and performance. + primary key(user_id) ) engine = InnoDB; create table bossa_batch ( diff --git a/doc/boinc_news.php b/doc/boinc_news.php index 79790bc875..d614610f24 100644 --- a/doc/boinc_news.php +++ b/doc/boinc_news.php @@ -1,6 +1,15 @@ $project_news = array( +array("July 17, 2008", + "GPU computing has arrived to BOINC! + The GPUGRID.net project + from the Barcelona Biomedical Research Park (PRBB) + uses CUDA-capable NVIDIA chips + to create an infrastructure for biomolecular simulations. + (Currently available for Linux64; other platforms to follow soon. + To participate, follow the instructions on the web site)." +), array("July 10, 2008", "BOINC-logo merchandise (T-shirts, mouse pads) is now available." ), diff --git a/html/inc/bossa_example3.inc b/html/inc/bossa_example3.inc index 05929143b9..8ecdade1f0 100644 --- a/html/inc/bossa_example3.inc +++ b/html/inc/bossa_example3.inc @@ -26,7 +26,6 @@ define("PROB_LIMIT", 1e-3); function job_show($job, $inst, $user) { $info = $job->get_info($job); $path = $info->path; - echo "JOB SHOW"; echo "