Commit Graph

10531 Commits

Author SHA1 Message Date
Charlie Fenton bd51a1f9f2 Release Mac BOINC 5.10.16
svn path=/trunk/boinc/; revision=13234
2007-07-27 23:12:03 +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
David Anderson 803152369a - client: fix bug that caused "no shared memory segment" errors,
introduced in 20 July checkin

svn path=/trunk/boinc/; revision=13230
2007-07-27 18:22:52 +00:00
Rom Walton 593457f733 Quick Updates
svn path=/trunk/boinc/; revision=13227
2007-07-27 04:50:46 +00:00
David Anderson 71e081f97f - mode changE
svn path=/trunk/boinc/; revision=13224
2007-07-26 21:57:42 +00:00
David Anderson 2d9df04429 - more team stuff
svn path=/trunk/boinc/; revision=13223
2007-07-26 21:50:45 +00:00
Charlie Fenton 08dceed5ad withdraw BOINC Mac 5.10.14 due to serious bug
svn path=/trunk/boinc/; revision=13222
2007-07-26 08:36:12 +00:00
Charlie Fenton aa949ba461 withdraw BOINC Mac 5.10.14 due to serious bug
svn path=/trunk/boinc/; revision=13221
2007-07-26 08:34:24 +00:00
Charlie Fenton f1b7b6f33f Release Mac BOINC 5.10.14 to alpha
svn path=/trunk/boinc/; revision=13219
2007-07-26 00:13:35 +00:00
David Anderson 3990e817e3 - add support for "BOINC teams" (to be explained later)
svn path=/trunk/boinc/; revision=13218
2007-07-25 20:58:36 +00:00
Rom Walton 5b7095b97e Quick Updates
svn path=/trunk/boinc/; revision=13217
2007-07-25 15:50:52 +00:00
David Anderson 12ed1228d2 - user web: code cleanup related to user creation.
Make a single function that creates users and cleanses args.

svn path=/trunk/boinc/; revision=13216
2007-07-25 15:11:14 +00:00
David Anderson 2af893b0f2 - user web: code cleanup related to team creation.
Make a single function that creates teams
    and cleanses arguments.
- API: don't include config.h in parse.h.
    This file is included from apps
    (indirectly, via graphics_api.h)
    so it shouldn't assume that config.h exists

svn path=/trunk/boinc/; revision=13212
2007-07-25 03:17:31 +00:00
David Anderson ef247eed41 - user web: moved functions to send specific messages out of email.inc
- user web: code cleanup involving team founder transfer,
    and improved the text of some messages

svn path=/trunk/boinc/; revision=13210
2007-07-23 20:30:30 +00:00
Charlie Fenton afc6cef0e9 Update applicable BOINC version number
svn path=/trunk/boinc/; revision=13208
2007-07-21 07:32:04 +00:00
David Anderson aefd2d4c88 - client: add mechanism to abort results if they get > 100
"premature exits" (exit(0) without finish file) between checkpoints


svn path=/trunk/boinc/; revision=13207
2007-07-20 23:42:20 +00:00
Charlie Fenton 2b35e02bb7 Mac: changes for libcurl 7.16.4
svn path=/trunk/boinc/; revision=13205
2007-07-20 23:32:11 +00:00
Rom Walton 899e2d3db7 Update to libcurl 7.16.4
svn path=/trunk/boinc/; revision=13204
2007-07-20 20:59:23 +00:00
David Anderson 462bbffd1c svn path=/trunk/boinc/; revision=13202 2007-07-20 20:20:07 +00:00
David Anderson 7594e57b05 - update_versions: don't accept a multi-file application
unless there's a main program with same name as dir
    (previously it was treating the first executable file found
    as the main program, with occasionally disastrous consequences).

svn path=/trunk/boinc/; revision=13201
2007-07-20 20:19:35 +00:00
David Anderson fa86831af6 svn path=/trunk/boinc/; revision=13200 2007-07-20 18:48:19 +00:00
David Anderson c38c8fc4df - sample app: adapt the one from boinc_samples
svn path=/trunk/boinc/; revision=13199
2007-07-20 18:47:52 +00:00
Rom Walton 207d6ced68 Quick Updates
svn path=/trunk/boinc/; revision=13197
2007-07-20 16:16:08 +00:00
Charlie Fenton b3d5290ad6 Update URLs to point to newer Wiki pages.
svn path=/trunk/boinc/; revision=13194
2007-07-20 05:24:32 +00:00
David Anderson eaed993f4c - User web and client: added a new pref "suspend_if_no_recent_input"
that lets you suspend computation after a specified period of idleness.
        This is necessary to allow some machines to go into low-power mode
        when they're not being used.
    - Change the wording of some existing prefs; for example, changed
        "Do work while computer is in use?" to
        "Suspend work while computer is in use".
        The former is confusing - if you say yes, BOINC may in fact
        NOT do work while the computer is in use,
        due to other factors (time of day, etc.)
    TODO: HOST_INFO::users_idle() should be changed so that it
        returns the idle time
        (rather than telling you whether we've been idle for X)

svn path=/trunk/boinc/; revision=13193
2007-07-19 23:22:19 +00:00
David Anderson 2fdb646ed3 - removed boincwapstats
svn path=/trunk/boinc/; revision=13192
2007-07-19 21:55:42 +00:00
Charlie Fenton b530dde5f1 Manager: don't call GetWorkCount() unnecesaarily in ViewWorkGrid.cpp.
svn path=/trunk/boinc/; revision=13188
2007-07-19 01:38:30 +00:00
Charlie Fenton d0d99aec23 Manager: Update disk pie chart only if something has changed (from Frank Weiler)
svn path=/trunk/boinc/; revision=13187
2007-07-19 01:29:57 +00:00
David Anderson 391ea79384 - back out my last change
svn path=/trunk/boinc/; revision=13185
2007-07-18 23:26:49 +00:00
Rytis Slatkevičius f9ccdeb264 Rework HTML of index page a little
svn path=/trunk/boinc/; revision=13183
2007-07-18 19:57:52 +00:00
Rytis Slatkevičius b24c43f06f - user web: add a feature to mark all threads as read (forums). (fix #52)
svn path=/trunk/boinc/; revision=13182
2007-07-18 15:48:07 +00:00
David Anderson 4eb40183f2 - user web: team founder transfer request requires nonzero total credit
svn path=/trunk/boinc/; revision=13181
2007-07-18 15:16:04 +00:00
Janus B. Kristensen fae9933c0b Database setup instructions
svn path=/trunk/boinc/; revision=13179
2007-07-18 13:55:18 +00:00
Janus B. Kristensen 2303fc8e9d Example configuration file
svn path=/trunk/boinc/; revision=13178
2007-07-18 13:53:20 +00:00
Charlie Fenton 71502f5700 Charlie 17 July 2007
Manager GridCtrl: Fix Compile error on some platforms.

svn path=/trunk/boinc/; revision=13176
2007-07-17 23:12:55 +00:00
Charlie Fenton 814e92815d Manager GridCtrl: Don't save/restore width of hidden/invisible columns.
svn path=/trunk/boinc/; revision=13174
2007-07-17 22:20:06 +00:00
David Anderson 30ec49bba6 svn path=/trunk/boinc/; revision=13173 2007-07-17 21:12:59 +00:00
David Anderson 2d74b133a1 - scheduler: move startup checks (stop_sched, shmem) inside FCGI loop.
Hopefully this will make it feasible to run scheduler
    even when project is down.
- lib: fix cygwin build error

svn path=/trunk/boinc/; revision=13172
2007-07-17 20:34:37 +00:00
Charlie Fenton 1cb66f1c8b MGR ViewTaskGrid: Force full refresh only if sort order has changed
svn path=/trunk/boinc/; revision=13169
2007-07-17 11:14:03 +00:00
Charlie Fenton 1624e3bd8c Manager: Fixed bug in task grid view: added hidden column COLUMN_RESULTS_INDEX to hold index into results vector.
svn path=/trunk/boinc/; revision=13167
2007-07-17 10:45:29 +00:00
Charlie Fenton 757383393d Add tip about install problems upgrading from version < 5.5.4
svn path=/trunk/boinc/; revision=13166
2007-07-16 23:09:40 +00:00
David Anderson 40cc228523 - Manager: changed wording the "Choose a project" page
of attach wizard.
		At least one person was confused by 'WWW';
		he thought you clicked there to choose project.

svn path=/trunk/boinc/; revision=13163
2007-07-16 20:57:19 +00:00
David Anderson 79adf59f98 - client: if can't write state file, don't immediately exit,
but don't do anything other than handle GUI RPCs.
    After 50 secs, print an "about to exit" message.
    After 60 seconds, exit

svn path=/trunk/boinc/; revision=13162
2007-07-16 20:30:21 +00:00
David Anderson 0a7422f5f7 - Manager: in grid views, don't sort unless needed (from Frank)
- client: show OS name/version in message at startup

svn path=/trunk/boinc/; revision=13161
2007-07-16 18:09:54 +00:00
Matt Lebofsky 260f3bf026 svn path=/trunk/boinc/; revision=13160 2007-07-16 17:41:37 +00:00
Charlie Fenton 9d868cd52d Mac client: always show UNIX error if state file rename fails.
svn path=/trunk/boinc/; revision=13157
2007-07-16 08:59:14 +00:00
David Anderson 32d1665178 - client: print time zone message at startup
- Manager: removed ForceRefresh() calls in grid views;
		reduces CPU usage, still seems to work (from Frank Weiler)

svn path=/trunk/boinc/; revision=13155
2007-07-14 20:04:47 +00:00
David Anderson 2cb1a64fe3 - user web: fix image URL on home page. Fixes #340
svn path=/trunk/boinc/; revision=13154
2007-07-14 19:34:33 +00:00
Rytis Slatkevičius 8ae1777f6f Use web: move named anchor used for "jump to post" feature (fix #323).
svn path=/trunk/boinc/; revision=13153
2007-07-14 18:33:48 +00:00
David Anderson 7951b86c03 - GUI RPC: added "detach_when_done" and "dont_detach_when_done"
project-control options.
    Made these available in boinc_cmd.
    Fixes #335.

svn path=/trunk/boinc/; revision=13152
2007-07-13 21:11:40 +00:00