Rom Walton
2e944052a6
- Add a project config.xml option to allow moderators to ban
...
accounts.
<moderators_allowed_to_ban>1</moderators_allowed_to_ban>
html/inc/
forum.inc
forum_moderators.inc
svn path=/trunk/boinc/; revision=12643
2007-05-11 02:43:57 +00:00
David Anderson
a37403a673
- scheduler: add <workload_sim> config option.
...
If set, the scheduler will use EDF simulation,
together with the in-progress workload reported by the client,
to avoid sending results that
1) will miss their deadline, or
2) will cause an in-progress result to miss its deadline, or
3) will make an in-progress result miss its deadline
by more than is already predicted.
If this option is not set, or if the client request doesn't
include a workload description (i.e. the client is old)
use the existing approach, which assumes there's no workload.
NOTE: this is experimental. Production projects should not use it.
- EDF sim: write debug stuff to stderr instead of stdout
- Account manager:
- if an account is detach_when_done, set dont_request_more_work
- check done_request_more_work even for first-time projects
- update_uotd: generate a file for use by Google gadget
- user_links(): use full URLs (so can use in Google gadget)
client/
acct_mgr.C
work_fetch.C
html/
inc/
uotd.inc
util.inc
user/
uotd_gadget.php (new)
sched/
Makefile.am
edf_sim.C
sched_config.C,h
sched_resend.C
sched_send.C,h
server_types.C,h
svn path=/trunk/boinc/; revision=12639
2007-05-10 21:50:52 +00:00
David Anderson
a3c22a1bf7
- client: add constructor/destructor for APP_VERSION, WORKUNIT, RESULT
...
- client: with anonymous platform, don't link app version twice
client/
client_types.h
client_state.C
cs_apps.C
cs_files.C
cs_prefs.C
cs_scheduler.C
cs_statefile.C
sim_util.C
html/
uotd.inc
sched/
edf_sim.h
server_types.h
svn path=/trunk/boinc/; revision=12638
2007-05-10 16:23:10 +00:00
Rytis Slatkevičius
0379a5a655
Fix #114 : update BBCode to allow easy linking to Trac tickets, wiki and changesets.
...
svn path=/trunk/boinc/; revision=12632
2007-05-09 19:30:46 +00:00
David Anderson
f6a06c60ac
- client simulator:
...
- Add --server_uses_workload option
(simulate server that does EDF simulation)
- Add simulation of exponential backoff when don't get work.
Otherwise it will keep asking forever.
- move non-interesting stuff to sim_util.C
- change simulator code to use ' instead of " in compiled translations
client/
makefile_sim
sim_util.C
sim.C,h
work_fetch.C
html/inc/
translation.inc
sched/
edf_sim.C
edf_sim.h (new)
svn path=/trunk/boinc/; revision=12604
2007-05-08 01:55:28 +00:00
Janus B. Kristensen
5a28d40e57
Removed BOINC.dk from stats sites as it is in the process of shutting down several of those services.
...
svn path=/trunk/boinc/; revision=12593
2007-05-07 11:05:46 +00:00
Janus B. Kristensen
80d875b076
Removed some old debug and changed a bogus error message with a more sane one
...
svn path=/trunk/boinc/; revision=12580
2007-05-06 22:38:43 +00:00
David Anderson
c72634456d
- make_project and upgrade now write a file 'local.revision'
...
in the project home directory.
It contains the output of /usr/bin/svnversion,
i.e. the code revision from which the server software was built.
- Web files that create directories now give them g+rwx permissions
html/inc/
cache.inc
translation.inc
sched/
edf_sim.C
tools/
make_project
upgrade
svn path=/trunk/boinc/; revision=12521
2007-05-01 21:21:13 +00:00
Rytis Slatkevičius
dd9f10a2db
Add rel="nofollow" to URLs in the forum because of spammers
...
svn path=/trunk/boinc/; revision=12509
2007-04-30 17:23:44 +00:00
David Anderson
e4f26ad2c4
- UOTD code: don't generate a static page; add uotd.php
...
html/
ops/
update_uotd.php
inc/
uotd.inc
user/
uotd.php (new)
svn path=/trunk/boinc/; revision=12505
2007-04-30 15:29:14 +00:00
Rytis Slatkevičius
c0bf6fe21a
Fix for ticket #125 - problems with websites using PHP setting short_open_tag (additional files)
...
svn path=/trunk/boinc/; revision=12500
2007-04-29 14:45:44 +00:00
Rytis Slatkevičius
4332736ae9
Private message functionality for the forums.
...
NOTE: needs database update.
svn path=/trunk/boinc/; revision=12499
2007-04-29 14:22:28 +00:00
Rytis Slatkevičius
4ccd2698ef
<no_forum_rating/> should be parsed as bool, not as string
...
svn path=/trunk/boinc/; revision=12497
2007-04-29 13:02:35 +00:00
David Anderson
3c9f9102e6
David 27 Apr 2007
...
- bug in language_select.php made 'auto' not work,
i.e. its impossible to return to browser settings
after doing a cookie-based language choice
- translation.inc and language_select.php were using $HTTP_SERVER_VARS,
which appears to be deprecated in PHP 5.
Use $_SERVER instead.
- made strings at top of web site translatable
html/
inc/
translation.inc
user/
language_select.php
languages/translations/
en.po
svn path=/trunk/boinc/; revision=12493
2007-04-27 16:27:12 +00:00
Rytis Slatkevičius
606263161d
Fix for ticket #125 - problems with websites using PHP setting short_open_tag
...
svn path=/trunk/boinc/; revision=12475
2007-04-25 19:05:12 +00:00
Rytis Slatkevičius
8f960088ef
Fixing a bug where not having akismet key would block forum posting
...
svn path=/trunk/boinc/; revision=12462
2007-04-24 16:04:04 +00:00
David Anderson
fe32380dcf
David 23 Apr 2007
...
- make_project: remove --no_test_app option, add --test_app option
- make_project: initial config in all cases has
one_result_per_user_per_wu = 0
- sample_assimilator: make it able to handle > 1 output file
- boinc_cmd: make --help output more readable
- User web: fix some undefined vars in translation.inc
Rytis: let's try to fix PHP runtime warnings
- DB: add default values for app table (avoid MySQL warnings)
db/
schema.sql
html/
inc/
translation.inc
uotd.inc
ops/
update_forum_activities.php
lib/
str_util.C
boinc_cmd.C
py/Boinc/
setup_project.py
sched/
sample_work_generator.C
sample_assimilator.C
tools/
make_project
uc_wu, uc_result (new)
svn path=/trunk/boinc/; revision=12450
2007-04-23 16:14:47 +00:00
Rytis Slatkevičius
49841b2ef6
Change behaviour of BBCode [code] tag: get rid of multiple newlines, change <pre> to <div>, alter CSS so that long strings no longer break layout.
...
svn path=/trunk/boinc/; revision=12442
2007-04-21 12:10:15 +00:00
Rytis Slatkevičius
f198d8c78e
Adding anti-spam protection from akismet.com to the forums. Disabled by default; see http://boinc.berkeley.edu/trac/wiki/ProtectionFromSpam for information on how to enable it.
...
svn path=/trunk/boinc/; revision=12420
2007-04-19 18:22:38 +00:00
David Anderson
3f915e647f
svn path=/trunk/boinc/; revision=12407
2007-04-17 22:24:53 +00:00
David Anderson
49afbfe4e3
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12348
2007-04-11 22:46:42 +00:00
David Anderson
33a4319a42
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12336
2007-04-09 17:58:07 +00:00
Rytis Slatkevičius
7cbbd3667a
Implement web RPC for setting forum preferences (something should be done about separate DB calls for every setting)
...
svn path=/trunk/boinc/; revision=12284
2007-03-29 18:58:17 +00:00
David Anderson
ab2871e99c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12278
2007-03-29 03:29:41 +00:00
Rytis Slatkevičius
b0822ac3bf
Allow projects to modify text under user's avatar (from Eric Myers)
...
svn path=/trunk/boinc/; revision=12270
2007-03-27 14:43:00 +00:00
Rytis Slatkevičius
a3e53a0004
Updated banishing feature
...
svn path=/trunk/boinc/; revision=12268
2007-03-24 14:57:30 +00:00
Matt Lebofsky
9e0b73e9d3
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12223
2007-03-14 18:05:30 +00:00
David Anderson
c695c0f1e6
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12193
2007-03-06 18:22:04 +00:00
David Anderson
2b67a5e84e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12185
2007-03-04 02:30:48 +00:00
David Anderson
81effa6a7b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12127
2007-02-21 16:26:51 +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
e980ba94af
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12096
2007-02-15 21:11:05 +00:00
Rytis Slatkevičius
3d9e92055f
Fix for the security fix (allow reading forums when logged out)
...
svn path=/trunk/boinc/; revision=12067
2007-02-09 21:07:51 +00:00
Rytis Slatkevičius
aa396080c0
Fix XSS vulnerability in the forum
...
svn path=/trunk/boinc/; revision=12055
2007-02-08 19:54:05 +00:00
David Anderson
ea10b88346
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12052
2007-02-07 21:24:34 +00:00
David Anderson
8cc3b29180
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11997
2007-01-29 22:57:10 +00:00
David Anderson
7b66693f21
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11995
2007-01-29 18:15:16 +00:00
Rytis Slatkevičius
8fa9ae3074
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11940
2007-01-23 20:48:05 +00:00
Matt Lebofsky
0a720c1da0
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11935
2007-01-22 22:39:22 +00:00
Rytis Slatkevičius
ff9d0b94ed
correct RSS feed link type to make IE7 and Safari recognise the feed
...
svn path=/trunk/boinc/; revision=11909
2007-01-19 18:50:29 +00:00
David Anderson
65cdb2055d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11891
2007-01-17 18:17:03 +00:00
David Anderson
375ba7fdaa
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11838
2007-01-11 17:39:23 +00:00
Rytis Slatkevičius
5f5bd66eae
Make BBCode [url] accept HTTPS links
...
svn path=/trunk/boinc/; revision=11823
2007-01-10 18:42:01 +00:00
David Anderson
6b300c8048
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11817
2007-01-09 20:48:41 +00:00
David Anderson
8a212faa05
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11805
2007-01-08 19:58:37 +00:00
David Anderson
80d6938194
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11799
2007-01-07 20:00:15 +00:00
David Anderson
5479cf9a86
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11767
2007-01-04 15:54:10 +00:00
Matt Lebofsky
ae5748636c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11762
2007-01-03 19:12:53 +00:00
Rytis Slatkevičius
90ad37471b
Team types display (from Eric Myers)
...
svn path=/trunk/boinc/; revision=11761
2007-01-03 18:07:44 +00:00
Rytis Slatkevičius
4a74e82f16
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11760
2007-01-03 16:18:43 +00:00
Eric J. Korpela
82028f530a
Added action and usernames to forum moderation messages.
...
svn path=/trunk/boinc/; revision=11750
2007-01-01 21:18:49 +00:00
David Anderson
caa9ac6276
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11744
2006-12-29 23:36:24 +00:00
Rytis Slatkevičius
e1bf139562
Multiple forum related fixes
...
svn path=/trunk/boinc/; revision=11739
2006-12-29 20:57:29 +00:00
David Anderson
c6ee2edf87
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11738
2006-12-29 19:01:03 +00:00
David Anderson
e4e447ad26
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11735
2006-12-29 03:29:13 +00:00
Matt Lebofsky
6986a1d785
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11731
2006-12-28 18:39:58 +00:00
David Anderson
f4953d1829
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11723
2006-12-27 18:22:17 +00:00
Rytis Slatkevičius
0870cce03d
Signature encoding issues
...
svn path=/trunk/boinc/; revision=11719
2006-12-23 15:35:49 +00:00
Rytis Slatkevičius
eedd0db6c9
HTML stripping issue
...
svn path=/trunk/boinc/; revision=11718
2006-12-23 14:59:47 +00:00
David Anderson
19785132bc
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11712
2006-12-21 16:56:33 +00:00
Rytis Slatkevičius
1259b6dbe8
Getting rid of PHP Warning (from Eric Myers)
...
svn path=/trunk/boinc/; revision=11693
2006-12-17 17:19:29 +00:00
Rytis Slatkevičius
570dde3783
Reorder login page fields
...
svn path=/trunk/boinc/; revision=11692
2006-12-17 16:05:56 +00:00
David Anderson
582942b864
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11637
2006-12-07 23:39:23 +00:00
Rytis Slatkevičius
6275463cda
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11551
2006-11-19 16:23:13 +00:00
Rytis Slatkevičius
d4d93cdc25
Show UOTD counter in the ops page (from Eric Myers)
...
svn path=/trunk/boinc/; revision=11533
2006-11-16 19:03:07 +00:00
Rytis Slatkevičius
e63b227c02
Show result link in the list on mouse hover
...
svn path=/trunk/boinc/; revision=11531
2006-11-15 15:41:02 +00:00
David Anderson
6f6f62c955
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11515
2006-11-10 17:55:22 +00:00
Rytis Slatkevičius
67b3f9a911
Forum thread locking
...
svn path=/trunk/boinc/; revision=11514
2006-11-10 17:09:09 +00:00
Rytis Slatkevičius
6f97facae9
New RPCs to get last user's posts/threads from the forum (requested by Matthew Blumberg)
...
svn path=/trunk/boinc/; revision=11506
2006-11-09 19:06:20 +00:00
David Anderson
abb5fa690c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11477
2006-11-06 18:32:04 +00:00
Rytis Slatkevičius
f18d253948
Enable multiple moderation emails on post report (new defined value in project.inc!)
...
svn path=/trunk/boinc/; revision=11469
2006-11-04 19:21:05 +00:00
David Anderson
fce5066620
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11468
2006-11-04 00:11:46 +00:00
Rytis Slatkevičius
c73cdd3d74
Fix team cache bug
...
svn path=/trunk/boinc/; revision=11463
2006-11-03 18:41:34 +00:00
David Anderson
db10852294
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11457
2006-11-03 04:36:21 +00:00
Rytis Slatkevičius
3263a5d303
Update team_display.php to use object cache instead of full page cache to fix cache bug with team founder transfer
...
svn path=/trunk/boinc/; revision=11449
2006-11-02 19:34:02 +00:00
Rytis Slatkevičius
f007ab0d75
Count team members on the fly, remove team_update_nusers()
...
svn path=/trunk/boinc/; revision=11424
2006-10-31 20:07:09 +00:00
David Anderson
aca360eb82
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11423
2006-10-31 19:31:22 +00:00
David Anderson
71fbfb9fa8
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11416
2006-10-31 17:14:03 +00:00
David Anderson
da173a0dc1
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11404
2006-10-31 00:29:30 +00:00
Rytis Slatkevičius
8f7c1467b8
Function to lookup all teams where the user is founder
...
svn path=/trunk/boinc/; revision=11398
2006-10-30 09:03:52 +00:00
Rytis Slatkevičius
ccff6971ca
Big team change to allow founder transfer when he's no longer available
...
svn path=/trunk/boinc/; revision=11367
2006-10-27 16:06:42 +00:00
David Anderson
7918111de2
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11356
2006-10-25 21:15:08 +00:00
David Anderson
68b8204b53
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11351
2006-10-24 23:53:59 +00:00
David Anderson
e3d66f6411
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11330
2006-10-20 20:33:15 +00:00
Rytis Slatkevičius
a292281946
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11327
2006-10-20 17:15:31 +00:00
Rytis Slatkevičius
22798e94af
account creation via RPC with invitation code
...
svn path=/trunk/boinc/; revision=11314
2006-10-19 18:09:02 +00:00
David Anderson
2ab25bdfd2
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11313
2006-10-19 15:08:26 +00:00
Matt Lebofsky
44435b0191
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11289
2006-10-17 05:40:33 +00:00
David Anderson
631883dfe2
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11238
2006-10-03 17:24:25 +00:00
David Anderson
5e406b783c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11236
2006-10-03 15:43:38 +00:00
David Anderson
60a4426031
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11211
2006-09-28 17:15:07 +00:00
David Anderson
7f4a2c5e19
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11196
2006-09-26 17:02:46 +00:00
David Anderson
6ecbc8ef12
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11188
2006-09-25 18:51:50 +00:00
David Anderson
2ffc4b02e0
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11176
2006-09-19 16:55:28 +00:00
David Anderson
efa7b7a3ad
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11175
2006-09-19 12:57:57 +00:00
Matt Lebofsky
d5edfcfe23
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11153
2006-09-13 16:47:48 +00:00
David Anderson
7fa8c7c8dd
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11125
2006-09-08 19:51:33 +00:00
David Anderson
02bb061b6d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11117
2006-09-06 20:56:55 +00:00
Bruce Allen
40017db1aa
Ops pages: modify to include new client state outcome (aborted)
...
svn path=/trunk/boinc/; revision=11093
2006-09-04 08:02:11 +00:00
Bruce Allen
6857d64879
ops pages, missing client state value
...
svn path=/trunk/boinc/; revision=11045
2006-08-30 22:43:22 +00:00
David Anderson
75b24e215d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10996
2006-08-24 03:04:12 +00:00
David Anderson
5fea7f0226
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10976
2006-08-23 03:34:30 +00:00
Janus B. Kristensen
4a7088ca0a
Fixed two off-by-one errors in the monster if-sentence that controls which posts are to be displayed.
...
svn path=/trunk/boinc/; revision=10965
2006-08-22 10:49:46 +00:00
Janus B. Kristensen
1a886b519e
Make page_head and page_tail overrideable so that projects that want to integrate BOINC with existing systems can more easily do so.
...
svn path=/trunk/boinc/; revision=10960
2006-08-22 08:33:15 +00:00
David Anderson
ba63f6c949
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10955
2006-08-21 19:41:25 +00:00
David Anderson
15b02359cd
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10950
2006-08-21 01:44:03 +00:00
Matt Lebofsky
ab75c88183
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10929
2006-08-15 23:02:52 +00:00
David Anderson
b8c02cd8af
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10913
2006-08-14 22:50:51 +00:00
David Anderson
44658e81e5
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10912
2006-08-14 22:11:53 +00:00
David Anderson
67bddbea91
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10906
2006-08-14 17:04:57 +00:00
David Anderson
6c8c7477e8
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10904
2006-08-13 21:51:15 +00:00
David Anderson
8230f9ca6c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10900
2006-08-13 04:27:24 +00:00
David Anderson
a8e771e02e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10876
2006-08-09 21:54:38 +00:00
David Anderson
f4a37c6130
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10875
2006-08-09 19:12:54 +00:00
David Anderson
dfc5e8e231
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10869
2006-08-08 21:29:59 +00:00
David Anderson
0328bd2122
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10867
2006-08-08 20:32:37 +00:00
David Anderson
1de783dd7d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10842
2006-08-04 21:39:03 +00:00
David Anderson
2585ff086e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10812
2006-08-01 22:28:03 +00:00
David Anderson
6e4da982f7
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10809
2006-08-01 21:45:05 +00:00
David Anderson
a97ab02183
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10748
2006-07-25 17:39:54 +00:00
David Anderson
edafe87ad4
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10731
2006-07-22 18:24:01 +00:00
David Anderson
70d7bd0395
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10677
2006-07-18 20:39:05 +00:00
David Anderson
dd093341ac
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10676
2006-07-18 20:08:25 +00:00
David Anderson
486e704ba4
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10654
2006-07-17 16:38:53 +00:00
Matt Lebofsky
43a742bc1c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10635
2006-07-12 16:18:12 +00:00
Matt Lebofsky
953e6fa7d8
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10621
2006-07-11 19:27:52 +00:00
Matt Lebofsky
52e3352c1f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10614
2006-07-10 17:18:42 +00:00
David Anderson
dc57c257c1
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10595
2006-07-06 18:03:35 +00:00
David Anderson
7f00b2fa3f
outcome CLIENT_DETACHED
...
svn path=/trunk/boinc/; revision=10593
2006-07-06 17:30:03 +00:00
David Anderson
440c667e8a
mass email
...
svn path=/trunk/boinc/; revision=10580
2006-07-05 21:38:08 +00:00
David Anderson
aeac868c11
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10559
2006-07-01 20:03:48 +00:00
David Anderson
091b57c6c1
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10380
2006-06-16 23:53:56 +00:00
Matt Lebofsky
3f0f7a9429
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10364
2006-06-15 22:18:25 +00:00
Rom Walton
44d70ff082
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10355
2006-06-15 07:23:26 +00:00
Rom Walton
a8078f11b8
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10354
2006-06-15 06:51:21 +00:00
David Anderson
ac596a924c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10331
2006-06-13 20:56:05 +00:00
David Anderson
d10805d116
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10316
2006-06-12 18:53:09 +00:00
David Anderson
d1caa3b689
pass rsc_fpops_est to app
...
svn path=/trunk/boinc/; revision=10276
2006-06-09 02:33:00 +00:00
Bruce Allen
e72a39be86
HTML ops page: close <head> tag in page head.
...
svn path=/trunk/boinc/; revision=10250
2006-06-04 12:55:27 +00:00
David Anderson
e811df5409
server can request result abort
...
svn path=/trunk/boinc/; revision=10202
2006-05-25 20:10:08 +00:00
David Anderson
033cab5e44
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10195
2006-05-25 05:22:10 +00:00
David Anderson
7c6619c122
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10167
2006-05-21 21:11:28 +00:00
Rom Walton
c83f31e03e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10166
2006-05-21 21:04:58 +00:00
Rom Walton
9baee53447
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10165
2006-05-21 01:59:07 +00:00
David Anderson
805c004eb2
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10129
2006-05-15 00:27:15 +00:00
David Anderson
5617df5f47
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10118
2006-05-09 18:25:15 +00:00
David Anderson
a9183d00dc
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10097
2006-05-04 04:29:28 +00:00
David Anderson
3c67823ca3
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10071
2006-05-01 18:54:01 +00:00
David Anderson
14e67a6e09
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10064
2006-04-28 21:26:23 +00:00
David Anderson
22853c9ab6
command line in template
...
svn path=/trunk/boinc/; revision=10053
2006-04-28 16:59:53 +00:00
David Anderson
a43babc42d
user web fixes
...
svn path=/trunk/boinc/; revision=9768
2006-03-30 00:45:24 +00:00
David Anderson
85f11e0592
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9727
2006-03-24 23:37:32 +00:00
Bruce Allen
1eba6cc013
On user web pages, outcome validate error was being reported as unknown.
...
svn path=/trunk/boinc/; revision=9688
2006-03-20 20:04:31 +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
49f1a1be8f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9515
2006-02-20 07:55:32 +00:00
David Anderson
f351e21bf8
show posts
...
svn path=/trunk/boinc/; revision=9500
2006-02-17 22:01:22 +00:00
Matt Lebofsky
5f605a5070
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9493
2006-02-16 22:50:28 +00:00
David Anderson
d939951843
crypt_prog on Win
...
svn path=/trunk/boinc/; revision=9481
2006-02-16 04:05:38 +00:00
David Anderson
19d1c8269c
stats pages
...
svn path=/trunk/boinc/; revision=9468
2006-02-14 22:30:42 +00:00
David Anderson
888823aaff
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9450
2006-02-13 06:53:46 +00:00
David Anderson
9dc70ab8fb
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9449
2006-02-12 18:59:31 +00:00
David Anderson
b8ee2a050e
user web
...
svn path=/trunk/boinc/; revision=9448
2006-02-12 06:19:00 +00:00
David Anderson
710be691c3
LTD calculation
...
svn path=/trunk/boinc/; revision=9397
2006-02-02 23:59:47 +00:00
David Anderson
5f8f7f6acd
create team RPC
...
svn path=/trunk/boinc/; revision=9380
2006-02-01 20:19:51 +00:00
Bruce Allen
2dc85757c3
user web: modify David's previous change. Make 'pending
...
credit link display only if 'show_results' enabled in
project config.xml file.
svn path=/trunk/boinc/; revision=9374
2006-02-01 04:00:11 +00:00
David Anderson
fa5f5e96a6
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9369
2006-02-01 00:23:49 +00:00
David Anderson
f6f1835534
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9368
2006-01-31 22:21:11 +00:00
David Anderson
51aefe4979
rss
...
svn path=/trunk/boinc/; revision=9270
2006-01-20 07:39:29 +00:00
David Anderson
cd3fbc0ed1
Mauritius
...
svn path=/trunk/boinc/; revision=9257
2006-01-17 20:22:25 +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
25ce5f8069
ops page: add external IP to data shown for host
...
svn path=/trunk/boinc/; revision=9244
2006-01-16 12:19:40 +00:00
Janus B. Kristensen
705410fc04
Small fix that should enable the serverside cache and clientside cache to cooperate (instead of only the serverside cache).
...
svn path=/trunk/boinc/; revision=9232
2006-01-14 23:48:30 +00:00
David Anderson
0e92e2974a
forum fix
...
svn path=/trunk/boinc/; revision=9230
2006-01-14 08:23:57 +00:00
David Anderson
2c1bf9fb82
team lookup web RPC
...
svn path=/trunk/boinc/; revision=9209
2006-01-10 23:21:23 +00:00
Bruce Allen
57f89046ef
fix bug on page that shows profile for a given user. The total
...
number of posts made by a given user is not shown correctly.
The PHP code assumes that this numberis given by user.posts. However
in html/inc/db_forum.inc, the value of user.posts is NOT
incremented each time a user makes a new post (either starting
a new thread or replying to an existing one). For the moment, my
the fix is to simply scan the database and count the number of posts by the
user, to give the right value on the profile page.
An alternative fix (which would be less DB intensive, overall)
is to (1) fix db_forum.inc so that it properly increments user.posts and
then (2) add an update_db.php script entry that correctly sets user.posts
by counting the number of posts for each user.
svn path=/trunk/boinc/; revision=9197
2006-01-09 09:43:17 +00:00
David Anderson
a941a17019
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9162
2005-12-30 06:48:19 +00:00
David Anderson
d19b6419bb
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9136
2005-12-23 22:36:37 +00:00
David Anderson
fb225fcad4
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9128
2005-12-22 21:46:35 +00:00
David Anderson
829bc4c678
translation fixes
...
svn path=/trunk/boinc/; revision=9121
2005-12-22 08:22:44 +00:00
Matt Lebofsky
d33d440b43
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9113
2005-12-21 21:58:34 +00:00
Matt Lebofsky
96fdfb0f67
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9094
2005-12-19 21:20:32 +00:00
David Anderson
6374d88da0
web RPC additions
...
svn path=/trunk/boinc/; revision=9088
2005-12-19 07:42:40 +00:00
Bruce Allen
b87eed0dd0
[From Walt Gribben]
...
Cleanup of parameters that define disk free space requirements.
Previously these were spread around in different places. Now
these are defined by some config.xml options that are used by
PHP pages and by the scheduler code. See a description in
doc/configuration.php.
svn path=/trunk/boinc/; revision=9081
2005-12-17 04:53:48 +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
d0df76e6aa
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9063
2005-12-14 01:07:10 +00:00
David Anderson
b451979ab0
user web fixes
...
svn path=/trunk/boinc/; revision=9059
2005-12-10 02:21:06 +00:00
David Anderson
877f39921f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9048
2005-12-06 23:00:44 +00:00
Janus B. Kristensen
55abab8a0b
mysql_escape input strings for profiles.
...
svn path=/trunk/boinc/; revision=9007
2005-11-29 21:28:12 +00:00
Janus B. Kristensen
c81f8769a1
Take sort order into account when displaying only the X last posts
...
svn path=/trunk/boinc/; revision=8973
2005-11-28 00:24:32 +00:00
Janus B. Kristensen
bfbd0d6bd1
More layout moved to CSS and corrections in the text transformer.
...
svn path=/trunk/boinc/; revision=8924
2005-11-24 16:26:05 +00:00
David Anderson
66209eca82
*** empty log message ***
...
svn path=/trunk/boinc/; revision=8914
2005-11-23 03:28:31 +00:00
Bruce Allen
7127761bd7
user ops page now shows passwd_hash and a bit of other info
...
svn path=/trunk/boinc/; revision=8884
2005-11-19 21:26:20 +00:00
David Anderson
2fd5bf26d8
web RPC for setting venue
...
svn path=/trunk/boinc/; revision=8854
2005-11-14 18:38:09 +00:00
David Anderson
0d7f8d16a7
*** empty log message ***
...
svn path=/trunk/boinc/; revision=8794
2005-11-02 23:47:25 +00:00
David Anderson
acc3b042f8
*** empty log message ***
...
svn path=/trunk/boinc/; revision=8772
2005-10-29 05:30:57 +00:00
David Anderson
c2dff598d9
language list fix
...
svn path=/trunk/boinc/; revision=8771
2005-10-29 04:56:33 +00:00
Janus B. Kristensen
30a156a2e9
Fixed a typo that supposedly caused random forum layout errors.
...
svn path=/trunk/boinc/; revision=8741
2005-10-23 17:28:02 +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