David Anderson
8677a50473
svn path=/trunk/boinc/; revision=22102
2010-08-03 03:56:13 +00:00
David Anderson
c0776ea188
- user web: put RSS item titles in CDATA
...
- sched: get rid of unused config items
- manager: msg tweak
svn path=/trunk/boinc/; revision=22045
2010-07-22 22:57:15 +00:00
David Anderson
8856092154
svn path=/trunk/boinc/; revision=22032
2010-07-22 18:03:30 +00:00
David Anderson
673d44ad0d
- client: fix bug with --abort_jobs_on_exit that caused the client
...
to request new work on exit
- client: change "unparsed tag" to "unrecognized tag" in msgs
- client: get rid of unused var work_fetch_no_new_work
svn path=/trunk/boinc/; revision=22000
2010-07-19 16:44:43 +00:00
David Anderson
0562df07b1
- user web: don't cache XML version of show_user.php
...
svn path=/trunk/boinc/; revision=21952
2010-07-15 18:10:00 +00:00
David Anderson
fe156c945c
- user web: translation fixes
...
svn path=/trunk/boinc/; revision=21938
2010-07-14 19:20:31 +00:00
David Anderson
b1851ce02c
- user web: PHP 5.3 compatibility fix, from Nicolas. Fixes #787
...
svn path=/trunk/boinc/; revision=21878
2010-07-06 23:31:26 +00:00
David Anderson
1dca36cdc3
svn path=/trunk/boinc/; revision=21851
2010-06-30 20:14:36 +00:00
David Anderson
8fb8548867
- admin web: tweaks
...
svn path=/trunk/boinc/; revision=21848
2010-06-30 19:04:36 +00:00
David Anderson
4b48120b05
- user web: show app name in anonymous platform case on task list
...
svn path=/trunk/boinc/; revision=21846
2010-06-30 18:37:39 +00:00
David Anderson
1d11ad5c61
- user web: notices fix
...
svn path=/trunk/boinc/; revision=21827
2010-06-27 04:05:48 +00:00
David Anderson
21d697fe9f
svn path=/trunk/boinc/; revision=21816
2010-06-25 20:26:08 +00:00
David Anderson
56293c22d1
svn path=/trunk/boinc/; revision=21815
2010-06-25 20:25:42 +00:00
David Anderson
7c51512cbf
- transitioner: the format string for a DB query had %.15d instead of %.15e.
...
That produced a messed-up query that assigned garbage values to:
host_app_version.turnaround_var
host_app_version.turnaround_q
host_app_version.max_jobs_per_day
host_app_version.consecutive_valid
To repair these:
- set turnaround_var and turnaround_q to zero
- if max_jobs_per_day is outside of
(0..config.daily_result_quota)
set it to config.daily_result_quota
- if consecutive_valid is outside (0..1000), set it to zero
I added a script, html/ops/repair_21812.php, that does this;
if you ran server code between [21181] and [21812], run this script.
- scheduler/transitioner: add <debug_quota> log flag
- changed the build system to always use -Wall
(if we'd done this before, this bug wouldn't have happened)
- fixed a bunch of other compile warnings
svn path=/trunk/boinc/; revision=21812
2010-06-25 18:54:37 +00:00
Rytis Slatkevičius
6c5fc14a23
user web: flag to send less information on team member XML requests (from Willy de Zutter).
...
svn path=/trunk/boinc/; revision=21780
2010-06-20 08:35:36 +00:00
David Anderson
30d7ced4ca
- user web: code cleanup in prefs.inc
...
svn path=/trunk/boinc/; revision=21766
2010-06-17 19:11:00 +00:00
David Anderson
e260b47bd5
- database: app.min_avg_pfc should default to 1, not 0
...
svn path=/trunk/boinc/; revision=21763
2010-06-17 16:44:33 +00:00
David Anderson
5978cd0c3b
- user web: don't show claimed credit
...
svn path=/trunk/boinc/; revision=21761
2010-06-16 23:52:28 +00:00
David Anderson
989dda3d43
- translation updates
...
svn path=/trunk/boinc/; revision=21754
2010-06-15 22:23:02 +00:00
David Anderson
2eef482a12
- API: fix bug that caused parallel apps to get compute error
...
when they were suspended without "leave in memory" pref
- user web: if in-progress result has credit, show it; fixes #998
svn path=/trunk/boinc/; revision=21748
2010-06-14 21:24:07 +00:00
David Anderson
4147249de2
- server: delete old credit stuff
...
- user web: show host link in user result list. Fixes #999
svn path=/trunk/boinc/; revision=21735
2010-06-12 22:08:15 +00:00
David Anderson
8b836a391b
- database: remove unused fields from app table
...
svn path=/trunk/boinc/; revision=21728
2010-06-11 03:50:47 +00:00
David Anderson
7802d3f253
- server: change credit constant from 100 to 200.
...
Data from S@h beta (running for a month or so)
suggests that this will almost exactly match the
average credit granted by S@h's old system
(which, in theory, is the reference for other projects)
svn path=/trunk/boinc/; revision=21727
2010-06-10 18:05:42 +00:00
David Anderson
875397d1b0
- admin web: add start/end times to team import log output
...
svn path=/trunk/boinc/; revision=21693
2010-06-04 19:20:19 +00:00
David Anderson
bbad857dbd
svn path=/trunk/boinc/; revision=21691
2010-06-03 20:28:26 +00:00
David Anderson
e80e54fd4d
- user web: add "Application info" link in host page,
...
linking to new page showing host_app_versions for this host
- scheduler: message tweaks
svn path=/trunk/boinc/; revision=21690
2010-06-03 20:26:02 +00:00
David Anderson
9e556fd9fc
- user web: fix forum RSS feed
...
svn path=/trunk/boinc/; revision=21678
2010-06-02 04:20:48 +00:00
Rytis Slatkevičius
d07da32b55
Fixed line order in the last patch
...
svn path=/trunk/boinc/; revision=21669
2010-06-01 18:40:17 +00:00
Rytis Slatkevičius
a3b27efb6f
user web: do not wait for cross-project stats for more than 3 seconds as it slows down "Your account" page load in case stats server is slow to respond.
...
svn path=/trunk/boinc/; revision=21667
2010-06-01 14:07:53 +00:00
Rytis Slatkevičius
a1b375cf4f
user web: extend account manager script to export more information (from Willy de Zutter)
...
svn path=/trunk/boinc/; revision=21603
2010-05-23 11:10:52 +00:00
David Anderson
689f6c1625
- GUI RPC: improved error reporting
...
svn path=/trunk/boinc/; revision=21585
2010-05-19 17:15:33 +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
Rytis Slatkevičius
c2ffa60527
user web: fix boolean type preferences for non-english languages where PREF_BOOL is used
...
svn path=/trunk/boinc/; revision=21553
2010-05-17 16:13:23 +00:00
David Anderson
aa1dcbcfbb
- web: string fix
...
svn path=/trunk/boinc/; revision=21476
2010-05-12 17:09:40 +00:00
Rytis Slatkevičius
328e3ad2b4
user web: use CDATA section for title in the RSS feed
...
svn path=/trunk/boinc/; revision=21474
2010-05-12 15:33:56 +00:00
David Anderson
b8df52bc8a
- client: temporarily enable logic that deallocates memory on exit,
...
so that we can look for memory leaks.
- client: enable bandwidth quota limit only if both
#MB and #days are nonzero.
- scheduler: when resending work, don't send more than
client is requesting
- scheduler: restore Cobblestone factor to 100
svn path=/trunk/boinc/; revision=21460
2010-05-11 19:50:14 +00:00
Rytis Slatkevičius
a002ba4845
- user web: use full output transform for frontpage news posts (to handle newlines and other related stuff).
...
- user web: add a warning in case admin hasn't changed show_news() call to the new format.
svn path=/trunk/boinc/; revision=21459
2010-05-11 19:25:13 +00:00
Rytis Slatkevičius
ea8fd996a0
user web: fix PHP warning when netsoft stats are down
...
svn path=/trunk/boinc/; revision=21422
2010-05-09 08:42:51 +00:00
David Anderson
5fe3ea66a7
- user web: fix PHP warning
...
- admin web: add tool for debugging credit
svn path=/trunk/boinc/; revision=21417
2010-05-07 21:46:04 +00:00
David Anderson
65679fcfca
- user web: in BBCode->HTML conversion there was a limit of
...
20 tags converted.
I don't think a limit is needed.
In any case, I changed it to 1000
svn path=/trunk/boinc/; revision=21329
2010-04-29 15:36:49 +00:00
David Anderson
7933287457
- user web: no limit on PMs for moderators, admins etc.
...
svn path=/trunk/boinc/; revision=21328
2010-04-29 15:28:27 +00:00
David Anderson
b6ec320db9
- client: minor code cleanup
...
- manager: fix typo
svn path=/trunk/boinc/; revision=21327
2010-04-29 15:12:22 +00:00
David Anderson
9f9d98fff1
- client: write daily net history on shutdown
...
- client: remove extraneous calls to calShutdown()
in ATIs available-RAM code.
svn path=/trunk/boinc/; revision=21304
2010-04-27 17:54:29 +00:00
David Anderson
91665c7109
- user web: bug fixes for prefs
...
svn path=/trunk/boinc/; revision=21301
2010-04-26 20:28:54 +00:00
David Anderson
26c0814d26
- client: clean up network suspension logic.
...
There are now separate flags for
"file_xfers_suspended": don't do file transfers
"network_suspended": don't do any network comm
(scheduler RPCs, RSS fetch, master fetch, etc.)
The policy:
if preferences/settings say no network
(quota exceeded, no-network mode, user active, time, excl. app)
then:
file_xfers_suspended = true
if (no recent network-related RPC) network_suspended = true
- user web: code cleanup for project prefs
svn path=/trunk/boinc/; revision=21299
2010-04-26 19:31:28 +00:00
David Anderson
37f08f46b0
- user web: message tweaks
...
svn path=/trunk/boinc/; revision=21290
2010-04-26 02:34:58 +00:00
David Anderson
8f91d96150
- user web: add network quota pref (the goal that spurred all this cleanup)
...
- rename prefs.daily_xfer_period to daily_xfer_period_days
svn path=/trunk/boinc/; revision=21269
2010-04-23 20:29:02 +00:00
David Anderson
a32dca3fbc
- user web: separate general stuff from prefs.inc
...
svn path=/trunk/boinc/; revision=21268
2010-04-23 18:32:30 +00:00
David Anderson
9619791ad3
- user web: more cleanup of prefs.inc
...
- client: code cleanup
svn path=/trunk/boinc/; revision=21267
2010-04-23 17:46:57 +00:00
David Anderson
1b044796c9
- user web: first whack at cleaning up the mess which is prefs.inc
...
(to be continued)
svn path=/trunk/boinc/; revision=21260
2010-04-22 23:19:49 +00:00