David Anderson
226d70d174
svn path=/trunk/boinc/; revision=23033
2011-02-14 21:01:37 +00:00
David Anderson
7b98cccc37
- user web: various fixes
...
svn path=/trunk/boinc/; revision=23030
2011-02-14 19:49:30 +00:00
David Anderson
c9cf1f85a2
- user web: fix [img] BBcode problem
...
svn path=/trunk/boinc/; revision=23029
2011-02-14 19:06:42 +00:00
David Anderson
e3b2c06823
- user web: fix venue change
...
svn path=/trunk/boinc/; revision=23024
2011-02-13 19:00:08 +00:00
David Anderson
58c5c0c5b3
- user web: disable "delete account" feature
...
svn path=/trunk/boinc/; revision=23022
2011-02-11 18:18:17 +00:00
David Anderson
3e2e5f2fdc
- user web: CSS cleanup.
...
Use classes instead of IDs.
white.css and black.css are cleaned up; style2.css needs work
svn path=/trunk/boinc/; revision=23018
2011-02-10 22:45:39 +00:00
David Anderson
25493bff27
- user web: fix "nowrap" post display
...
svn path=/trunk/boinc/; revision=23017
2011-02-10 19:42:52 +00:00
David Anderson
9552bd3670
- user web: appearance tweaks
...
svn path=/trunk/boinc/; revision=23013
2011-02-09 23:42:05 +00:00
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
ad77989928
- user web: make all forum tables full-width
...
svn path=/trunk/boinc/; revision=23009
2011-02-09 21:45:00 +00:00
David Anderson
fc5ee59787
- user web: apparently if you put links of the form
...
http://setiathome.berkeley.edu/help.php?key=Viagra.uk
all over the web, Google will list "Viagra.uk" in your site outline (why??).
Preliminary checkin for dealing with this.
svn path=/trunk/boinc/; revision=23008
2011-02-09 19:10:10 +00:00
David Anderson
91c251c103
- user web: add "delete account" feature.
...
This allows a user to delete all traces of themselves from a project.
Namely:
- clear fields of user record: email_addr, authenticator,
name, country, postal_code
Note: record is not deleted
- clear the domain_name and last_ip_addr fields of hosts
Note: records are not deleted
- quit team
- delete private messages sent and received
- delete forum posts, subscriptions, and forum prefs
- delete profile and associated images
- server: compile fix
svn path=/trunk/boinc/; revision=23006
2011-02-08 21:38:16 +00:00
David Anderson
8145cb86b0
- create_work: add some debugging printfs for Kamran
...
svn path=/trunk/boinc/; revision=22993
2011-02-03 23:27:30 +00:00
David Anderson
229b1373dc
- client: make "wrong URL" message not be a notice
...
- web: fix caching problem when PHP not installed as Apache module
svn path=/trunk/boinc/; revision=22968
2011-02-01 04:43:19 +00:00
David Anderson
4dbe2c8fdf
- new script sched/transitioner_catchup.php: transitions all WUs
...
that need it, then exits.
For big projects coming up after an outage, run this before bin/start
to minimize startup overload
- tweaks to PHP libraries to allow them to be used
by scripts anywhere in the dir hierarchy
svn path=/trunk/boinc/; revision=22959
2011-01-29 06:28:10 +00:00
David Anderson
43a3036101
- back end: allow the specification of a read-only DB replica
...
(in config.xml) to include DB name, user, and password.
- back end: add read-only replica info to SCHED_CONFIG,
so that C++ programs can use the replica
(currently only PHP code can use it)
- db_dump: use the read-only DB replica if it exists.
svn path=/trunk/boinc/; revision=22958
2011-01-28 22:03:46 +00:00
David Anderson
da19f328e9
- web: tweaks so that BOINC-Wide Teams site can warn people if
...
their email address is not validated
svn path=/trunk/boinc/; revision=22946
2011-01-26 22:43:23 +00:00
David Anderson
5bbafef4b0
- fix some bad file permissions
...
- delist defunct stats site
svn path=/trunk/boinc/; revision=22859
2011-01-02 03:07:14 +00:00
Rytis Slatkevičius
1e55d118e9
user web: change forum RSS encoding from ISO-8859-1 to UTF-8
...
svn path=/trunk/boinc/; revision=22854
2010-12-24 19:35:08 +00:00
Rytis Slatkevičius
e0bcf3805f
user web: add some CSS classes for easier styling
...
svn path=/trunk/boinc/; revision=22850
2010-12-21 17:15:57 +00:00
David Anderson
bbaff5d2da
- web: remove DBNAME hack, which allowed users to see the DB name
...
(not a big deal, but bad form).
Fixes #1028
svn path=/trunk/boinc/; revision=22748
2010-11-25 05:54:09 +00:00
David Anderson
723c764963
- server: add scripts to submit jobs for demo application
...
svn path=/trunk/boinc/; revision=22676
2010-11-10 22:54:56 +00:00
David Anderson
e1e55f5db6
- web: add an option project-specific pref for
...
"accelerate GPU tasks by dedicating a CPU to each one".
Enable this by putting
$accelerate_gpu_apps_pref = true;
in html/project/project.inc
svn path=/trunk/boinc/; revision=22657
2010-11-09 05:10:56 +00:00
David Anderson
0630ffa054
- web: fix "seperator" spelling
...
svn path=/trunk/boinc/; revision=22650
2010-11-08 17:56:39 +00:00
David Anderson
4d79a87eb6
- web: show prefs bools as checkboxes rather than radio yes/no
...
svn path=/trunk/boinc/; revision=22634
2010-11-08 16:44:57 +00:00
David Anderson
e87f289544
- fix formatting in PHP code
...
svn path=/trunk/boinc/; revision=22623
2010-11-04 18:20:57 +00:00
David Anderson
f4345f9dc4
- user web: various enhancements and fixes from Simek.
...
Fixes #1020
svn path=/trunk/boinc/; revision=22620
2010-11-03 21:48:39 +00:00
David Anderson
f484e732cd
- web: fix next-URL mechanism for admin login (from Michael Tarantino)
...
svn path=/trunk/boinc/; revision=22604
2010-10-29 17:49:29 +00:00
David Anderson
020a4d4ed1
- user web: in RSS item for private message, don't say anything
...
about the message (sender, title, or content)
- user web: don't send an RSS item for a thread with no posts (i.e., hidden)
- client simulator: support global_prefs_override.xml
svn path=/trunk/boinc/; revision=22545
2010-10-17 20:12:14 +00:00
David Anderson
56ff7cf37f
- client simulator: get it to work for GPU simulation
...
- web: small fixes to mollify skipfish
svn path=/trunk/boinc/; revision=22485
2010-10-08 23:18:12 +00:00
David Anderson
f3a382154b
- web: fix XSS vulnerability
...
svn path=/trunk/boinc/; revision=22470
2010-10-07 17:11:15 +00:00
David Anderson
f6e9a3c0c1
- fix a few absolutely last messages with "attach", "detach"
...
svn path=/trunk/boinc/; revision=22462
2010-10-06 20:13:34 +00:00
David Anderson
ec4e883ebd
- web: fix bug in "email passwd" page
...
svn path=/trunk/boinc/; revision=22445
2010-10-04 23:48:01 +00:00
David Anderson
1c4422985f
- client: add <no_info_fetch> config option and --no_info_fetch
...
cmdline arg.
Suppresses the fetch of project list and of current client version #.
Use when running on grid nodes.
- debugging on client simulator. Not done yet.
svn path=/trunk/boinc/; revision=22414
2010-09-27 20:34:47 +00:00
David Anderson
d1e66f0427
- web: appearance tweaks from Simek; fixes #1012
...
svn path=/trunk/boinc/; revision=22394
2010-09-20 23:59:25 +00:00
David Anderson
82c80f73be
- web: bug fix
...
svn path=/trunk/boinc/; revision=22379
2010-09-16 19:01:14 +00:00
David Anderson
884a53ff91
svn path=/trunk/boinc/; revision=22378
2010-09-16 18:55:48 +00:00
David Anderson
1c953745ed
- web: don't call filter_var() if it doesn't exist (PHP version < 5.2)
...
svn path=/trunk/boinc/; revision=22377
2010-09-16 18:53:39 +00:00
David Anderson
d3e4c729e5
- web: don't require that SECURE_URL_BASE be set,
...
or that it end with a /
svn path=/trunk/boinc/; revision=22366
2010-09-15 23:47:49 +00:00
David Anderson
3de5a1d410
- client: remove spurious msgs about deleting files while in use
...
- scheduler: add log messages related to max jobs in progress
svn path=/trunk/boinc/; revision=22342
2010-09-13 21:20:30 +00:00
Rytis Slatkevičius
b812b28e5b
Quick fix of result filtering by app
...
svn path=/trunk/boinc/; revision=22340
2010-09-13 16:12:00 +00:00
Rytis Slatkevičius
4c1dfc6701
user web: filter results by application.
...
svn path=/trunk/boinc/; revision=22339
2010-09-12 09:43:20 +00:00
David Anderson
7f0d38ae0c
- web: make strings translatable. From Simek, fixes #1007
...
svn path=/trunk/boinc/; revision=22319
2010-09-07 18:20:29 +00:00
David Anderson
9ed4f892b8
- web: make some strings translatable, fixes #1006 , from Simek
...
svn path=/trunk/boinc/; revision=22316
2010-09-06 13:31:18 +00:00
David Anderson
d6315c7112
- fix various XSS vulnerabilities reported by the
...
Acunetix Web Vulnerability Scanner (free edition)
svn path=/trunk/boinc/; revision=22315
2010-09-04 22:13:27 +00:00
David Anderson
98d44b0120
- web: finish the above
...
svn path=/trunk/boinc/; revision=22313
2010-09-02 19:29:28 +00:00
David Anderson
acb8d8ed0c
- web: if SECURE_URL_BASE is defined in html/project/project.inc,
...
use it a prefix for forms that include passwords,
namely login_form.php and create_account.php.
Typically SECURE_URL_BASE would start with "https://".
svn path=/trunk/boinc/; revision=22307
2010-08-29 10:24:39 +00:00
David Anderson
5d05a8d49e
- web: check the "next URL" passed to login and account
...
creation scripts to ensure they refer only to local pages
(i.e. they don't contain "://").
This prevents cross-site scripting attacks (I think).
svn path=/trunk/boinc/; revision=22300
2010-08-28 00:06:29 +00:00
David Anderson
0894974aa7
Update Translations
...
svn path=/trunk/boinc/; revision=22275
2010-08-20 19:04:09 +00:00
David Anderson
7ca6eeecd2
- web: remove align=right on BBcode images
...
svn path=/trunk/boinc/; revision=22228
2010-08-14 01:49:08 +00:00