Commit Graph

12719 Commits

Author SHA1 Message Date
David Anderson 1a409685e5 - make "make distclean" work in all directories
svn path=/trunk/boinc/; revision=16245
2008-10-21 21:13:52 +00:00
David Anderson 87ff7b07d2 - web: if user tries to edit a BOINC-wide team,
warn them that changes will get overwritten.
    Fixes #758


svn path=/trunk/boinc/; revision=16244
2008-10-21 20:33:16 +00:00
David Anderson 7a3996aba0 - web: add optional $project_http_proxy to project.inc;
if project is behind an HTTP proxy,
    this fixes the SVN fetch in ops/index.php

svn path=/trunk/boinc/; revision=16243
2008-10-21 18:55:17 +00:00
David Anderson 72a24f0404 - manager: fix disk display when talking to pre-6.3 client
svn path=/trunk/boinc/; revision=16242
2008-10-21 17:26:21 +00:00
Kevin Reed 5aa5a5285b Include a fix for the ALLUSERS flag so that based on the user preference, the installation settings are honored
svn path=/trunk/boinc/; revision=16241
2008-10-21 14:40:14 +00:00
David Anderson 065e05d203 - added button images
svn path=/trunk/boinc/; revision=16239
2008-10-20 23:00:20 +00:00
David Anderson 6dd22eec1c - Detect when a refresh has finished
svn path=/trunk/boinc/; revision=16237
2008-10-20 21:19:13 +00:00
David Anderson 2224b8d906 - web: delete all private msgs was broken
svn path=/trunk/boinc/; revision=16236
2008-10-20 18:28:58 +00:00
David Anderson 2952d1f644 - client: if "leave in memory" pref changes, quit suspended tasks
svn path=/trunk/boinc/; revision=16234
2008-10-20 16:37:20 +00:00
Rom Walton 1a7ac3b5e7 - Tag for 6.3.15 release, all platforms
boinc_core_release_6_3_15

    /
        configure.ac
        version.h

svn path=/trunk/boinc/; revision=16231
2008-10-20 15:58:35 +00:00
David Anderson 710c8a3314 - manager: compile fixes from Nicolas
svn path=/trunk/boinc/; revision=16230
2008-10-17 18:37:45 +00:00
David Anderson 3f67133c9b - forgot to add team.joinable to schema.sql
svn path=/trunk/boinc/; revision=16229
2008-10-17 18:08:26 +00:00
David Anderson d786872da7 web tweeak
svn path=/trunk/boinc/; revision=16228
2008-10-17 16:47:02 +00:00
David Anderson 1a1a3d20c3 - web: fix typo
svn path=/trunk/boinc/; revision=16227
2008-10-17 16:40:15 +00:00
Charlie Fenton 6143284ad9 MGR: update all resource share percentages when they change.
svn path=/trunk/boinc/; revision=16226
2008-10-17 06:54:05 +00:00
David Anderson 6e62285252 - web: prevent a cross-site request forgery attack
svn path=/trunk/boinc/; revision=16224
2008-10-16 04:02:59 +00:00
Rom Walton 3a829d1912 Quick Updates
svn path=/trunk/boinc/; revision=16218
2008-10-15 20:14:11 +00:00
Rom Walton d877314c64 Add a call to diagnostics_finish() in BOINCGUIApp::OnExit().
svn path=/trunk/boinc/; revision=16213
2008-10-15 18:12:37 +00:00
Charlie Fenton bad7fed173 MGR: Fix updating task bar icon on disconnect from Client, fix a crash on exiting
svn path=/trunk/boinc/; revision=16212
2008-10-15 06:30:22 +00:00
Charlie Fenton 51ac281e09 MGR: discard only Command, Timer and Mouse Moved events during RPC "Please Wait" dialog; no event processing during first RPC_WAIT_DLG_DELAY seconds of Demand RPC
svn path=/trunk/boinc/; revision=16210
2008-10-15 00:13:16 +00:00
Charlie Fenton 74848aed16 MGR: discard only Command, Timer and Mouse Moved events during RPC "Please Wait" dialog; no event processing during first RPC_WAIT_DLG_DELAY seconds of Demand RPC
svn path=/trunk/boinc/; revision=16209
2008-10-15 00:09:57 +00:00
David Anderson 20d9f92a65 - client: new config flags
<network_test_url>: where to go to see if network is up
    <client_version_check_url>: where to get list of client versions
    <client_download_url>: where to direct user to get new version
- manager: some different text for WCG version


svn path=/trunk/boinc/; revision=16208
2008-10-14 23:07:40 +00:00
David Anderson a4380ee9a6 - web: make some things in sample front page translatable.
TODO: make them all translatable.
- manager: compile fix for Linux

svn path=/trunk/boinc/; revision=16207
2008-10-14 21:40:14 +00:00
David Anderson e24e551bd8 - client: clarify and fix the semantics of "next RPC time".
Here's are the new semantics: a scheduler reply can include
        <next_rpc_delay>
            Make another RPC ASAP after this amount of time elapses.
            This is specified by the <next_rpc_delay> element in config.xml.
        <request_delay>
            Don't make another RPC until this amount of time elapses.
            This is sent automatically (and sometimes with large delays)
            by various parts of the scheduler.
        next_rpc_delay now "overrides" request_delay in the sense that
        request_delay is ignored if it's greater than next_rpc_delay.

        In addition: the client maintains a min_rpc_time which is set based
        on request_delay and also by various exponential backoff schemes.
        new_rpc_delay now overrides this as well, in the same sense.

svn path=/trunk/boinc/; revision=16206
2008-10-14 21:16:04 +00:00
Kevin Reed fc4a7ed2d1 svn path=/trunk/boinc/; revision=16202 2008-10-14 17:55:39 +00:00
Charlie Fenton 252347b952 MGR: Filter events during Please Wait dialog
svn path=/trunk/boinc/; revision=16198
2008-10-14 12:49:07 +00:00
Charlie Fenton 39f17fc77c MGR: Multiple fixes to Async GUI RPCs: Filter events during Please Wait dialog, hide Please Wait dialog when BOINC hidden, use try / catch blocks for all cached list data.
svn path=/trunk/boinc/; revision=16197
2008-10-14 12:35:48 +00:00
Charlie Fenton 655301bfda MGR: Multiple fixes to Async GUI RPCs, message polling, task bar tooltip updates
svn path=/trunk/boinc/; revision=16196
2008-10-14 03:28:34 +00:00
David Anderson bc35ee14cf - client fixes
svn path=/trunk/boinc/; revision=16195
2008-10-13 18:16:11 +00:00
David Anderson 210f9202ea - web: fix bug in profile creation. fixes #755
svn path=/trunk/boinc/; revision=16194
2008-10-13 03:19:34 +00:00
Janus B. Kristensen 46711e4bc8 Fixed #557 - Hightlighting in Forum Search Results applied to HTML tags.
Highlighting is now done before parsing other special code. 

svn path=/trunk/boinc/; revision=16193
2008-10-12 17:11:19 +00:00
Janus B. Kristensen f2dda6f02c Fixed ticket #557 - Hightlighting in Forum Search Results applied to HTML tags.
Highlighting is now done before parsing other special code.

svn path=/trunk/boinc/; revision=16192
2008-10-12 17:09:38 +00:00
David Anderson 4aab5b5cb8 - web: avoid error if subscribed user doesn't exist
fixed #753


svn path=/trunk/boinc/; revision=16191
2008-10-12 15:32:12 +00:00
Janus B. Kristensen f5327c452e - Updated the translation system from token/define-based to string-based.
- Removed language interface code (noone seemed to understand/use it anyways)
- Removed a lot of debug. Compiling the language files will now only show whether the compile worked or not
- Removed automatic change-detection. You must now manually trigger compiles using ops/update_translations.php (improves performance slightly)
- Extended tra() to support arbitrary number of arguments
- Random code documentation fixes
- Fixed language override selection page to now correctly show the possible language alternatives

svn path=/trunk/boinc/; revision=16190
2008-10-12 15:22:16 +00:00
David Anderson a42ba237f3 - client: correctly null-terminate file upload handler reply
- web: fix typo

svn path=/trunk/boinc/; revision=16189
2008-10-11 18:13:33 +00:00
David Anderson 5957d58668 - client: report job resources even when no active task
svn path=/trunk/boinc/; revision=16188
2008-10-10 20:05:34 +00:00
David Anderson a5575875d6 - client: print a message, and recompute ncpus, when reread cc_config.xml
svn path=/trunk/boinc/; revision=16187
2008-10-10 17:23:51 +00:00
Charlie Fenton a1dd6de3a4 MGR: Fix flashing red Messages button in SimpleGUI
svn path=/trunk/boinc/; revision=16186
2008-10-10 09:16:14 +00:00
Charlie Fenton 2277846114 MGR: To reduce flicker, redraw only changed cells in List Control on non-Mac systems
svn path=/trunk/boinc/; revision=16185
2008-10-10 08:47:02 +00:00
Charlie Fenton d2332b193f Release Mac BONC 6.3.14
svn path=/trunk/boinc/; revision=16184
2008-10-10 05:11:11 +00:00
Charlie Fenton e49474b3c4 MGR: Fix for (future) compatibility with wxWidgets 2.8.9; release BOINC Mac 6.3.14
svn path=/trunk/boinc/; revision=16183
2008-10-10 05:08:51 +00:00
Rom Walton 2546d0b738 Quick Updates
svn path=/trunk/boinc/; revision=16182
2008-10-10 04:02:48 +00:00
Charlie Fenton 68d6b3f349 MGR: Fix SimpleGUI to work with wxWidgets 2.8.7
svn path=/trunk/boinc/; revision=16181
2008-10-10 03:36:42 +00:00
David Anderson 89e6131dec compile fix
svn path=/trunk/boinc/; revision=16179
2008-10-09 22:58:28 +00:00
David Anderson e43e8a408d - client: major changes to enforce_schedule() to handle GPUs
svn path=/trunk/boinc/; revision=16178
2008-10-09 22:44:45 +00:00
David Anderson 1d963ce0c6 Add Resources to task properties dialog
svn path=/trunk/boinc/; revision=16177
2008-10-09 19:17:04 +00:00
David Anderson 63a81014fe - line endings
svn path=/trunk/boinc/; revision=16176
2008-10-09 19:06:01 +00:00
David Anderson 37364ab657 - client: show message when suspending because of exclusive app
- web: remove file_get_contents() workaround for PHP4
- web: If Akismet or ReCaptcha failure,
    display the form again with a warning message at the top.
    That way the user doesn't lose the text they just typed.

svn path=/trunk/boinc/; revision=16175
2008-10-09 18:28:55 +00:00
Kevin Reed fa9a2fc20e Add files from 6.2 to HEAD for WCG
svn path=/trunk/boinc/; revision=16174
2008-10-09 17:24:11 +00:00
Kevin Reed c03e4658d8 Add files from 6.2 to HEAD for WCG
svn path=/trunk/boinc/; revision=16173
2008-10-09 17:22:43 +00:00