diff --git a/checkin_notes b/checkin_notes index 36802d6686..bf1d3546d6 100644 --- a/checkin_notes +++ b/checkin_notes @@ -9538,3 +9538,15 @@ David 24 Nov 2008 client/ rr_sim.cpp,h + +David 24 Nov 2008 + - web: rename Bossa functions to avoid name conflict + - web: bug fix in example core for app selection + + html/ + ops/ + bossa_admin.php + project.sample/ + project_specific_prefs.php + test/ + shrm diff --git a/doc/boinc_news.php b/doc/boinc_news.php index cce00e04d3..a59a6677c0 100644 --- a/doc/boinc_news.php +++ b/doc/boinc_news.php @@ -1,6 +1,15 @@ $project_news = array( +array("November 20, 2008", + "See a video celebrating the + fourth anniversary of IBM World Community Grid." +), +array("November 20, 2008", + "Jarifa, + a system for organizational grid computing using BOINC, + has a new name, logo, and domain." +), array("November 7, 2008", "On 27-28 November 2008, AlmereGrid and EDGeS will organise a two-day Desktop Grid workshop in Almere, The Netherlands." ), diff --git a/doc/links.php b/doc/links.php index 217ad7080a..a6bc51a0a2 100644 --- a/doc/links.php +++ b/doc/links.php @@ -301,6 +301,7 @@ language("Slovak", array( site("http://www.boinc.sk/", "www.boinc.sk") )); language("Spanish", array( + site("http://www.seti.cl/", "BOINC SETI Chile"), site("http://www.easyboinc.org/", "Computación Distribuida"), site("http://foro.noticias3d.com/vbulletin/showthread.php?t=192297", "Noticias3D"), site("http://elmajo.blogspot.com", "Computación Distribuida"), diff --git a/html/ops/bossa_admin.php b/html/ops/bossa_admin.php index 99cfc48038..b7b5ba3190 100644 --- a/html/ops/bossa_admin.php +++ b/html/ops/bossa_admin.php @@ -34,7 +34,7 @@ function include_app_file($app_id) { require_once($file); } -function show_app($app, $i) { +function show_bossa_app($app, $i) { $j = $i%2; echo "
"; add_app_form(); echo "
";
diff --git a/html/project.sample/project_specific_prefs.inc b/html/project.sample/project_specific_prefs.inc
index 02cd19d7b8..cec689d1d9 100644
--- a/html/project.sample/project_specific_prefs.inc
+++ b/html/project.sample/project_specific_prefs.inc
@@ -148,7 +148,7 @@ function project_specific_prefs_parse_form(&$error) {
$app_id = $app[0];
$present = isset($_GET["app_id_$app_id"]);
if ($present) {
- $x .= "