David Anderson
40f594b07c
- upgrade script: fix it, and add --web_only option ( fixes #527 )
...
- web: replace "Result" by "Task" a couple of places
svn path=/trunk/boinc/; revision=14446
2007-12-28 05:23:52 +00:00
David Anderson
5229a414f2
- web: clean up moderation emails for post hide/unhide.
...
TODO: other moderation emails
- web: fix small bug in host merge function
svn path=/trunk/boinc/; revision=14316
2007-11-28 17:40:28 +00:00
David Anderson
19267f06e1
- team import: fix string-escaping bugs
...
- user web: don't show links to sched logs if they don't exist
- user web: add new team types
svn path=/trunk/boinc/; revision=14295
2007-11-24 04:51:03 +00:00
David Anderson
c9429ad7a4
- user web: if join team while already in a team,
...
create outgoing delta also
svn path=/trunk/boinc/; revision=14244
2007-11-17 21:59:46 +00:00
David Anderson
000a3e5594
- user web: code cleanup, deleted unused files
...
svn path=/trunk/boinc/; revision=14200
2007-11-14 16:03:47 +00:00
David Anderson
ee1621c566
- user web: more of the above.
...
Also, try to make it PHP 4 compatible
svn path=/trunk/boinc/; revision=13982
2007-10-29 04:02:41 +00:00
David Anderson
dc4ca1e5cd
- user web: changes to use new DB framework and eliminate PHP warnings
...
svn path=/trunk/boinc/; revision=13981
2007-10-28 15:03:14 +00:00
David Anderson
ee4e3fba01
- user web: Add BoincDb::escape_string(),
...
and have boinc_real_escape_string
call it rather than mysql_real_escape_string(),
to ensure that a DB connection exists
(you need one to call mysql_real_escape_string()).
- some additional conversion to BoincDb-based classes
svn path=/trunk/boinc/; revision=13977
2007-10-27 20:38:12 +00:00
David Anderson
d4cd3ac853
- user web: change "host" to "computer" in a few places
...
svn path=/trunk/boinc/; revision=13946
2007-10-24 17:59:08 +00:00
David Anderson
015ef7be04
- user web: remove debugging text from host merge page
...
svn path=/trunk/boinc/; revision=13790
2007-10-07 19:37:31 +00:00
David Anderson
d09bf92af3
- user web: add format_credit_large() function to show
...
credit in situations where it's likely to be large (e.g. team totals)
svn path=/trunk/boinc/; revision=13789
2007-10-07 19:27:59 +00:00
David Anderson
066f01dc26
- Terminology in user web and client:
...
"task" instead of "result";
"computer" instead of "host";
"scheduler request" instead of "scheduler RPC"
"access to Internet" instead of "access to reference web site"
svn path=/trunk/boinc/; revision=13774
2007-10-04 17:30:28 +00:00
David Anderson
49bf68fbbb
- user web: make it possible to merge hosts with OS other
...
than win/mac/linux/solaris;
when can't merge hosts, explain why better
svn path=/trunk/boinc/; revision=13592
2007-09-17 13:34:46 +00:00
Rytis Slatkevičius
d49cfa2a85
-user web: when merging hosts, remove CPU capabilities before any other action.
...
svn path=/trunk/boinc/; revision=13322
2007-08-15 14:09:10 +00:00
David Anderson
e8f9807a81
- user web: host merge: consider CPUs compatible if both
...
are vendor "AuthenticAMD".
html/inc/
host.inc
svn path=/trunk/boinc/; revision=13045
2007-06-28 03:46:06 +00:00
David Anderson
6f94f032a4
- user web: host merge: don't require OS names to match exactly;
...
OK if both contain "Windows", "Linux", "SunOS" or "Darwin".
html/inc/
host.inc
svn path=/trunk/boinc/; revision=13038
2007-06-27 18:14:25 +00:00
David Anderson
c9ac734ae9
- user web: host merge: skip disjoint-time check
...
if one of the hosts has zero credit
html/inc/
host.inc
svn path=/trunk/boinc/; revision=13035
2007-06-27 16:12:25 +00:00
David Anderson
f2fd5da3ff
- user web: added new feature to merge hosts by name.
...
This is handy if you have a lot of hosts,
and every now and then they get a new host ID
(e.g. because you delete and reinstall BOINC).
You can now merge all of them with a single click.
html/
inc/
host.inc
user/
host_edit_action.php
merge_by_name.php (new)
hosts_user.php
svn path=/trunk/boinc/; revision=12785
2007-05-30 20:30:28 +00:00
David Anderson
c4069d8097
- user web: host-merging logic was wrong for Intel CPUs
...
with MHz instead of GHz in their names.
- user web: it no hosts eligible for merging, say so
instead of showing blank table
html/
inc/
host.inc
user/
host_edit_form.php
svn path=/trunk/boinc/; revision=12760
2007-05-29 04:38:54 +00:00
Rytis Slatkevičius
036bb03d5c
Modified host merge facility to work with the new processor model strings
...
svn path=/trunk/boinc/; revision=12114
2007-02-19 18:37:00 +00:00
David Anderson
7b66693f21
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11995
2007-01-29 18:15:16 +00:00
Bruce Allen
24a80c66a1
user web: allow sorting of columns of host data for a given user. I
...
have done this in a general way, which should permit any page to
be easily modified to permit sorting by any column.
svn path=/trunk/boinc/; revision=9516
2006-02-20 19:11:51 +00:00
Bruce Allen
a5fa21f6dc
user web pages: in list of hosts, add link to show results
...
if project is configured to show results.
svn path=/trunk/boinc/; revision=9247
2006-01-16 17:34:54 +00:00
Bruce Allen
d68c82518a
user host info page: when giving IP data, show both private
...
AND external IP (only for owner of host machine)
svn path=/trunk/boinc/; revision=9245
2006-01-16 12:36:14 +00:00
Bruce Allen
5f61674bad
Made 'last scheduler contact' values a link to the posted server-side
...
scheduler logs. On projects that don't post logs, these links will
simply give a 'not found' error if the user clicks on them.
svn path=/trunk/boinc/; revision=9070
2005-12-15 17:16:48 +00:00
David Anderson
8bf23a52b5
host merge fixes
...
svn path=/trunk/boinc/; revision=8740
2005-10-23 07:45:56 +00:00
David Anderson
cf50f9bbe9
host merge fixes
...
svn path=/trunk/boinc/; revision=8738
2005-10-23 07:11:23 +00:00
David Anderson
c6c2422207
be careful deleting project_init.xml
...
svn path=/trunk/boinc/; revision=8705
2005-10-19 21:04:45 +00:00
Bruce Allen
18799e34d0
Sort users list of hosts by last rpc time received and add a
...
corresponding table column. David's going
to clean this up to sort by any column.
svn path=/trunk/boinc/; revision=6708
2005-07-21 06:57:40 +00:00
David Anderson
6a0176e6c8
*** empty log message ***
...
svn path=/trunk/boinc/; revision=6415
2005-06-23 07:42:45 +00:00
Bruce Allen
e99cac1155
More undefined variables
...
svn path=/trunk/boinc/; revision=6109
2005-05-11 09:27:14 +00:00
Bruce Allen
60fe324f96
Eliminate some annoying 'undefined index' errors in PHP log. Note
...
that in general the right way to use _GET[] is like this:
$x=default_value;
if (isset($_GET["x"])) $x=$_GET["x"];
This prevents PHP notice-type error messages.
svn path=/trunk/boinc/; revision=6104
2005-05-11 08:29:35 +00:00
Bruce Allen
58b5a09fa5
Oops
...
svn path=/trunk/boinc/; revision=6029
2005-05-05 05:15:26 +00:00
Bruce Allen
367d0daa8e
Change php functions to correctly describe timezone field.
...
svn path=/trunk/boinc/; revision=6028
2005-05-05 05:06:16 +00:00
Bruce Allen
0ce0500e17
in host page visible to ordinary users, include daily result
...
quota info.
svn path=/trunk/boinc/; revision=6011
2005-05-04 05:01:18 +00:00
David Anderson
cfbf124d4d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5809
2005-04-08 21:40:32 +00:00
David Anderson
e952710159
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4905
2004-12-20 18:29:15 +00:00
David Anderson
2c5f1d1a5b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4772
2004-12-06 22:41:19 +00:00
David Anderson
caf92bd692
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4535
2004-11-12 22:50:58 +00:00
David Anderson
e8cb263ff7
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4470
2004-11-01 23:10:02 +00:00
David Anderson
49b256f338
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4280
2004-10-01 07:49:01 +00:00
David Anderson
db161a8064
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4116
2004-08-25 19:04:47 +00:00
David Anderson
6a92c0ea93
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4056
2004-08-12 15:06:35 +00:00
David Anderson
64bf0d7651
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3978
2004-08-04 15:30:52 +00:00
David Anderson
a8676cad0c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3769
2004-07-03 19:42:59 +00:00
David Anderson
e0ddccfb44
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3753
2004-07-02 19:17:53 +00:00
David Anderson
e3026a1ddc
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3488
2004-06-01 18:55:59 +00:00
David Anderson
c5b4118a34
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3477
2004-05-31 00:50:06 +00:00
David Anderson
ec78e50fb6
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3476
2004-05-30 21:47:11 +00:00
David Anderson
8690e8eb85
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3461
2004-05-28 05:53:24 +00:00