David Anderson
d27af6214d
- user web: finish dealing with get args spam
...
svn path=/trunk/boinc/; revision=23010
2011-02-09 22:11:34 +00:00
David Anderson
3cab0e3568
- web: don't cache hosts page, and make it more translatable
...
svn path=/trunk/boinc/; revision=21582
2010-05-19 16:28:01 +00:00
David Anderson
e44ac6dede
- web: code shuffle for Drupal
...
svn path=/trunk/boinc/; revision=20417
2010-02-04 16:15:54 +00:00
David Anderson
3bcaefd1d7
- web: show BOINC version in host displays
...
svn path=/trunk/boinc/; revision=19038
2009-09-10 20:30:46 +00:00
David Anderson
6a75b78de4
- client: don't ignore jobs with fraction_done=1 (but still running)
...
in RR simulation; we may need to mark them as deadline miss.
- web: replace & with & various places
svn path=/trunk/boinc/; revision=17278
2009-02-17 17:39:57 +00:00
David Anderson
03a0175d26
- web: add links to cross-project host stats sites
...
(currently just boincstats)
svn path=/trunk/boinc/; revision=17156
2009-02-05 21:19:19 +00:00
David Anderson
3838ac2f19
- web: anywhere we show info about a host, show its GPUs too
...
- web: add script to parse GPU completed-job log
and generate summary data;
also add page to display this data.
svn path=/trunk/boinc/; revision=17069
2009-01-29 17:51:02 +00:00
David Anderson
7a2cc095bc
- web: fix bug in host list page
...
svn path=/trunk/boinc/; revision=15979
2008-09-08 20:47:16 +00:00
David Anderson
1a75514084
- web: various security fixes
...
svn path=/trunk/boinc/; revision=15975
2008-09-07 07:40:56 +00:00
David Anderson
9baf78fe5f
- web: added copyright and license info to PHP files
...
svn path=/trunk/boinc/; revision=15758
2008-08-05 22:43:14 +00:00
David Anderson
90d83d78d9
- web: show venues in private host list
...
- compile fixes
svn path=/trunk/boinc/; revision=14897
2008-03-11 20:27:19 +00:00
David Anderson
5805d5f13a
- web: minor code cleanup
...
svn path=/trunk/boinc/; revision=14854
2008-03-06 00:40:48 +00:00
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
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
334bb2a9b7
- show "merge by name" only to owner
...
svn path=/trunk/boinc/; revision=13976
2007-10-27 20:05:32 +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
05542a460f
- user web: enable the "merge computers by name" feature.
...
I added this on 30 May 07 but accidentally left
"if ($userid==0)" around it.
svn path=/trunk/boinc/; revision=13945
2007-10-24 17:35:28 +00:00
David Anderson
45f04aa04b
- back end: make it possible to run multiple instances of make_work,
...
for WUs of different applications
(need to count unsent results separately by app)
- feeder: major code cleanup
- application interleaving (for -allapps) is now done
by building a static slot-to-app array "app_indices".
Fractional weights now work correctly.
- enum sizes (for -allapps) are now precomputed
in an array "enum_sizes"
- rename "found" (confusing!!) to "collision"
- swapped the names of mod_select_clause and select_clause,
to reflect what they actually are
- file deleter: in finding oldest WU, order by id instead of create_time
(there's no index on create_time)
- user web: show "merge by name" only to host owner
- add cpu_scheduler_period() member to GLOBAL_PREFS
(so you don't have to multiply by 60 everywhere)
- infinite() fix for HPUX
client/
cpu_sched.C
cs_cmdline.C
cs_scheduler.C
rrsim_test.C
sim.C
work_fetch.C
html/user/
hosts_user.php
lib/
parse.h
prefs.h
sched/
feeder.C
file_deleter.C
make_work.C
sample_work_generator.C
sched_util.C,h
tools/
updater.C
svn path=/trunk/boinc/; revision=12968
2007-06-20 16:27:27 +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
Bruce Allen
d2d37b536c
User web page to show hosts: check all GET[] values to
...
be sure they are legal/allowed.
svn path=/trunk/boinc/; revision=9570
2006-02-27 20:49:22 +00:00
Bruce Allen
5559f64ce1
- User web pages. Make RSS feed type application/xml rather than text/xml.
...
Make RSS feed link permanent guid rather than temporary.
- Better caching mechanism for hosts_user.php to prevent malicious user
from passing _GET[] strings that would lead to unbounded cache usage.
Also, checkin change to checkin_notes from Feb 20th that generated a conflict
which I didn't notice until now. Sorry....
svn path=/trunk/boinc/; revision=9523
2006-02-22 06:19:54 +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
David Anderson
32e31d3ede
web fix
...
svn path=/trunk/boinc/; revision=9114
2005-12-21 22:59:21 +00:00
David Anderson
db55337219
web stuff
...
svn path=/trunk/boinc/; revision=9034
2005-12-04 23:39:09 +00:00
David Anderson
d08355f4da
benchmark suspend logic
...
svn path=/trunk/boinc/; revision=8132
2005-09-21 21:39:35 +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
9f5c3c3da8
*** empty log message ***
...
svn path=/trunk/boinc/; revision=6701
2005-07-20 12:49:45 +00:00
David Anderson
d38bdf43ec
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5435
2005-02-15 22:29:32 +00:00
David Anderson
319328e169
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4620
2004-11-22 19:17:13 +00:00
David Anderson
7342b36f2e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4599
2004-11-18 20:01:12 +00:00
Eric J. Korpela
1ca61ba699
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3946
2004-07-23 04:04:21 +00:00
Eric J. Korpela
fd201edeca
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3944
2004-07-23 01:07:18 +00:00
David Anderson
c5b4118a34
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3477
2004-05-31 00:50:06 +00:00
David Anderson
5e178fe1dc
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3381
2004-05-14 22:57:59 +00:00
Karl Chen
545a56d5c8
directory structure change
...
svn path=/trunk/boinc/; revision=2938
2004-02-02 23:34:39 +00:00
David Anderson
a291455df3
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2847
2004-01-05 23:38:13 +00:00
David Anderson
d9ac291a03
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2797
2003-12-15 02:31:29 +00:00
David Anderson
39bc2da38d
admin account creation
...
svn path=/trunk/boinc/; revision=2171
2003-08-22 05:36:25 +00:00
David Anderson
f98c7f0644
user web
...
svn path=/trunk/boinc/; revision=1081
2003-03-19 21:01:32 +00:00
David Anderson
b30f73a15c
user web
...
svn path=/trunk/boinc/; revision=1066
2003-03-17 22:37:49 +00:00