*** empty log message ***

svn path=/trunk/boinc/; revision=11468
This commit is contained in:
David Anderson 2006-11-04 00:11:46 +00:00
parent bc06b38d36
commit fce5066620
6 changed files with 31 additions and 46 deletions

View File

@ -12197,3 +12197,14 @@ Rom 3 Nov 2006
SkinManager.cpp, .h
ValidateEmailAddress.cpp
David 3 Nov 2006
- User web: remove "team account create" mechanism;
Since accounts are created via GUI,
this is no longer relevant.
html/
inc/
team.inc
user/
clone.php (removed)
team.php

View File

@ -12,8 +12,11 @@ To build these applications:
for both boinc and boinc_samples.
Put them in the same parent directory;
otherwise relative paths won't work.
<li> <a href=compile.php>Build the BOINC software</a>
<li> If you're working on Unix,
<a href=compile.php>Build the BOINC software</a>
(you only need the api/ and lib/ parts of it).
On Windows, this will be done automatically
as part of building the application.
</ul>
The example applications are:
@ -49,7 +52,7 @@ The boinc_samples tree includes project files for the following platforms:
<li> <b>Windows</b>:
includes project files for Microsoft Visual Studio 2003 and 2005.
Also includes a project file samples.dev
for <a href=http://www.bloodshed.net/>Bloodshed<a>,
for <a href=http://www.bloodshed.net/>Dev-C++</a>,
a free development environment for Windows
(this project file doesn't work yet).
These are in the win_build/ directory.

View File

@ -22,21 +22,24 @@ you should check out these modules in the same parent directory.
<h2>CVS tags</h2>
<p>
In the <b>boinc</b> module,
the trunk is the development version;
it may not compile or run.
Other versions are tagged as follows:
<b>We maintain tags for the client software (core client and manager)
in the boinc module.
For other parts of the software (e.g., server and API),
use the current version.
</b>
<dl>
<dt>
stable
<dd>
The latest publicly-released version,
The latest publicly-released version of the client software,
generally well-tested.
<b>DO NOT USE THE STABLE VERSION OF SERVER AND API SOFTWARE.
IF YOU DO, IT WILL BE FAR OUT OF DATE.
USE THE CURRENT VERSION INSTEAD.</b>
<dt>
staging
<dd>
The version currently being alpha-tested
(so at least it compiles).
The version currently being alpha-tested (so at least it compiles).
<dt>
boinc_core_release_x_y_z
<dd>

View File

@ -7,18 +7,13 @@ require_once("../inc/countries.inc");
require_once("../inc/credit.inc");
require_once("../inc/team_types.inc");
function show_team_create_account_url($team) {
$url = URL_BASE."create_account_form.php?teamid=$team->id";
row2("Create team account URL<br><font size=-2>Accounts created via this URL will belong to this team and will have the project preferences of its founder</font>", "<a href=$url>$url</a>");
}
function display_team_page($team, $offset, $sort_by) {
$n = 20;
// there aren't indices to support sorting by credit.
// set the following variable to disable sorted output.
// (though since caching is generally used this shouldn't needed)
//
// there aren't indices to support sorting by credit.
// set the following variable to disable sorted output.
// (though since caching is generally used this shouldn't needed)
//
$nosort = false;
if ($sort_by == "total_credit") {
@ -67,11 +62,10 @@ function display_team_page($team, $offset, $sort_by) {
if (($user->teamid == $team->id) && ($user->id != $founder->id)) {
row2("Initiate team founder transfer", "<a href=\"team_founder_transfer_form.php\">Initiate transfer</a>");
}
show_team_create_account_url($team);
echo "</table>";
echo "<p>";
start_table();
row1("Active members (with nonzero total credit)", 4);
row1("Active members (with credit)", 4);
echo "<tr>
<th>Name</th>
";

View File

@ -1,22 +0,0 @@
<?php
require_once("../inc/util.inc");
page_head("Team-based account creation");
echo "
<p>
A <b>Create team account</b> URL is shown on every team page.
Accounts created through this URL
<ul>
<li> will belong to that team and
<li> will have the same ".PROJECT." preferences as its founder.
</ul>
For example, you can create a team for your school or company,
and set up your preferences to show a team logo
in the screensaver graphics.
Then get your friends and coworkers to register for
".PROJECT." through the URL shown in the team page,
and they will automatically belong to your team
and will have the logo in their screensaver graphics.
";
page_tail();
?>

View File

@ -23,10 +23,6 @@ echo "<p>".PROJECT." participants may form <b>teams</b>.
</ul>
<p>
To join a team, visit its team page and click Join.
<p>
Each team has a <a href=clone.php>Create team account URL</a>;
accounts created through this URL will belong to the team,
and will have the project preferences of its founder.
<hr>
<ul>
<li> <form method=get action=team_lookup.php>