David Anderson
38ba2854a0
svn path=/trunk/boinc/; revision=13750
2007-10-02 16:26:39 +00:00
David Anderson
2272891035
- user web: add "team search" page, which does a multi-criteria
...
search (keywords, country, type).
Have the new-user scenario route the user through this page.
Also, link to it rather than team.php for existing users.
- user web: use cookies rather than URLs to identify new users,
and show "Welcome to X" when they reach their user page.
- user web: don't show user intermediate page for join/quit team.
Just take them to their user page.
svn path=/trunk/boinc/; revision=13731
2007-10-02 03:19:03 +00:00
David Anderson
aee80d8fea
- simplify sql query
...
svn path=/trunk/boinc/; revision=13676
2007-09-26 17:54:35 +00:00
Rytis Slatkevičius
4b8aeabf91
User web: fix an annoyance when team founder transfer is requested and the requester leaves the team.
...
NOTE: DB UPDATE REQUIRED.
svn path=/trunk/boinc/; revision=13673
2007-09-26 15:46:54 +00:00
David Anderson
ac5b3b8455
- client: don't crash if use --detach_project option
...
(fixes #283 )
- client: canonicalize URLs in all cmdlines
- db_update.php: don't prompt for DB name/host; get it from config file
(fixes #356 )
svn path=/trunk/boinc/; revision=13243
2007-07-31 03:25:59 +00:00
David Anderson
14bc500cab
- user web: added mechanism for recording team membership changes.
...
These are stored in a new DB table, "team_delta".
The team founder can view the history in HTML or XML
(links on Management Functions page)
svn path=/trunk/boinc/; revision=13231
2007-07-27 18:30:10 +00:00
Rytis Slatkevičius
bcf948a03d
user web: add a separate preference for private message notification emails.
...
'''NOTE: needs DB update, see html/ops/db_update.php'''
(Fix #167 )
svn path=/trunk/boinc/; revision=12813
2007-06-04 19:35:11 +00:00
Rytis Slatkevičius
670bbd92d7
Donations system (running via PayPal).
...
Implements #211 .
NOTE: DB updated needed. Documented in http://boinc.berkeley.edu/trac/wiki/PayPalDonations
svn path=/trunk/boinc/; revision=12754
2007-05-27 17:33:06 +00:00
Matt Lebofsky
136ce49b84
svn path=/trunk/boinc/; revision=12536
2007-05-02 23:17:52 +00:00
Matt Lebofsky
846ec9fbb0
svn path=/trunk/boinc/; revision=12532
2007-05-02 18:51:51 +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
David Anderson
04b3417483
make scripts executable (SVN change)
...
svn path=/trunk/boinc/; revision=12489
2007-04-26 20:47:37 +00:00
David Anderson
7e2b39c4db
David 24 Apr 2007
...
- Server: add new database field host.error_rate.
Stores a dynamic estimate of the fraction of the hosts's
results that fail validation (updated by the validator).
client/
sim.C
cs_prefs.C
db/
boinc_db.C,h
html/ops/
db_update.php
sched/
handle_request.C
sched_msgs.h
validator.C
svn path=/trunk/boinc/; revision=12466
2007-04-24 23:21:42 +00:00
David Anderson
e8aded2135
David 20 Apr 2007
...
- str_util: don't use std::transform, since it causes problems
with VC++ express edition
clientgui/
sg_SGUIListControl.h
html/ops/
db_update.php
lib/
str_util.C,h
svn path=/trunk/boinc/; revision=12433
2007-04-20 18:49:40 +00:00
David Anderson
eaa534bbd7
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12350
2007-04-12 02:57:09 +00:00
David Anderson
6b43ad0cbc
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12346
2007-04-11 18:05:26 +00:00
Matt Lebofsky
0a720c1da0
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11935
2007-01-22 22:39:22 +00:00
Matt Lebofsky
1ca0535532
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11933
2007-01-22 21:49:55 +00:00
David Anderson
75af81175b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11717
2006-12-22 20:34:58 +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
81a2e9cd7d
DB update was skipped in the last CVS checkin for team page update :(
...
svn path=/trunk/boinc/; revision=11410
2006-10-31 09:06:58 +00:00
David Anderson
190f7d177a
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11337
2006-10-22 01:46:33 +00:00
David Anderson
f8ea3e0797
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11213
2006-09-28 18:51:52 +00:00
David Anderson
38e5c621ba
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11212
2006-09-28 18:01:29 +00:00
David Anderson
886604d12c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11038
2006-08-29 20:39:44 +00:00
David Anderson
0328bd2122
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10867
2006-08-08 20:32:37 +00:00
David Anderson
cc5c1189c0
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10623
2006-07-11 21:56:53 +00:00
David Anderson
091b57c6c1
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10380
2006-06-16 23:53:56 +00:00
Janus B. Kristensen
96f82f3a4f
Display only last Y posts if thread has more than X posts in total.
...
svn path=/trunk/boinc/; revision=8925
2005-11-24 16:36:12 +00:00
David Anderson
adf9748d99
Macedonia
...
svn path=/trunk/boinc/; revision=8150
2005-09-22 23:27:08 +00:00
David Anderson
8a72aef655
remove email munge code
...
svn path=/trunk/boinc/; revision=7518
2005-08-26 22:26:26 +00:00
David Anderson
041b6f24c6
*** empty log message ***
...
svn path=/trunk/boinc/; revision=7492
2005-08-25 23:07:58 +00:00
David Anderson
b3dc4bcbe4
new account setup
...
svn path=/trunk/boinc/; revision=7205
2005-08-07 01:33:15 +00:00
David Anderson
6a0176e6c8
*** empty log message ***
...
svn path=/trunk/boinc/; revision=6415
2005-06-23 07:42:45 +00:00
David Anderson
1ae7d9b042
*** empty log message ***
...
svn path=/trunk/boinc/; revision=6026
2005-05-04 22:38:14 +00:00
Janus B. Kristensen
1de42d1500
Ability to ignore sticky posts (don't reorder them in forum list)
...
svn path=/trunk/boinc/; revision=5990
2005-04-30 10:20:49 +00:00
Janus B. Kristensen
f1a7efccf8
Stickies and new forum rules
...
svn path=/trunk/boinc/; revision=5906
2005-04-20 21:25:18 +00:00
David Anderson
46d84b5802
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5709
2005-03-23 23:58:43 +00:00
David Anderson
f949aa0e35
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5556
2005-03-03 19:36:32 +00:00
David Anderson
d1c93a45ec
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5552
2005-03-02 17:57:20 +00:00
David Anderson
b152c3f453
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5530
2005-02-26 00:24:37 +00:00
David Anderson
cc63aaf090
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5182
2005-01-21 07:54:15 +00:00
David Anderson
81febcb444
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5159
2005-01-20 19:45:46 +00:00
David Anderson
b7a7cd825f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5151
2005-01-20 18:50:49 +00:00
David Anderson
6df7ebc5e8
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5144
2005-01-19 19:08:46 +00:00
David Anderson
240c121a00
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5141
2005-01-19 05:44:12 +00:00
Janus B. Kristensen
b15132830b
Initial test-version of moderation system
...
svn path=/trunk/boinc/; revision=5133
2005-01-18 13:00:38 +00:00
David Anderson
f3d6116223
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5113
2005-01-13 23:06:15 +00:00
David Anderson
b298ed30ab
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5033
2005-01-08 19:45:26 +00:00
David Anderson
86c3728abe
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5020
2005-01-07 19:45:46 +00:00
David Anderson
c417859785
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4944
2004-12-27 21:14:18 +00:00
Bruce Allen
44cef67242
Missing close bracket );
...
svn path=/trunk/boinc/; revision=4776
2004-12-07 11:02:46 +00:00
David Anderson
009d3c890e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4774
2004-12-06 23:21:57 +00:00
David Anderson
2c5f1d1a5b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4772
2004-12-06 22:41:19 +00:00
David Anderson
4cb055dbe8
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4442
2004-10-26 22:27:50 +00:00
David Anderson
465a97c096
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4426
2004-10-25 22:04:15 +00:00
David Anderson
35fbdcc866
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4318
2004-10-12 18:05:38 +00:00
David Anderson
4fd244d5d8
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4249
2004-09-27 04:26:51 +00:00
David Anderson
c5282fdc72
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4158
2004-09-05 19:26:27 +00:00
David Anderson
2634204c88
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4152
2004-09-04 23:37:49 +00:00
David Anderson
bcded77fcb
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3815
2004-07-08 19:20:19 +00:00
David Anderson
e0ddccfb44
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3753
2004-07-02 19:17:53 +00:00
David Anderson
fb06f2f372
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3606
2004-06-16 19:10:24 +00:00
David Anderson
319b4573b7
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3519
2004-06-09 21:42:23 +00:00
David Anderson
9f1e5b1da6
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3457
2004-05-27 18:13:00 +00:00
David Anderson
ee2706cc2f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3373
2004-05-12 22:16:46 +00:00
David Anderson
cd0205a752
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3275
2004-04-20 05:10:40 +00:00
David Anderson
1e13d8e1d9
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3271
2004-04-18 18:40:13 +00:00