Commit Graph

12705 Commits

Author SHA1 Message Date
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
Kevin Reed e3e551a912 Add files from 6.2 to HEAD for WCG
svn path=/trunk/boinc/; revision=16172
2008-10-09 17:15:52 +00:00
Kevin Reed cf5b8c5f95 Add files from 6.2 to HEAD for WCG
svn path=/trunk/boinc/; revision=16171
2008-10-09 17:15:03 +00:00
Kevin Reed e4c9d03acc Revert to prior version, my environment changed more in the build file then desired. I will let Rom add in the CCConfigMd5sum .h/.cpp files
svn path=/trunk/boinc/; revision=16170
2008-10-09 17:13:30 +00:00
Kevin Reed 5bcece3aae Final version. This allows for the removal of the prior version of the cc_config.xml file distribution with the 5.10.45 WCG version of BOINC. It does not remove the file if it has been modified or different from the version distributed.
svn path=/trunk/boinc/; revision=16169
2008-10-09 16:57:37 +00:00
Charlie Fenton d5499c9f5a MGR: Fix build breaks on Linux
svn path=/trunk/boinc/; revision=16165
2008-10-09 00:44:09 +00:00
David Anderson f9b7e262ef - enhancements to upgrade_db.php from Nicolas
svn path=/trunk/boinc/; revision=16164
2008-10-08 22:00:15 +00:00
David Anderson 22773619ca - web: in checking if hosts can be merged,
do time-overlap check if either host has pending results
    Fixes #748

svn path=/trunk/boinc/; revision=16163
2008-10-08 21:49:06 +00:00
David Anderson 535021b8e7 svn path=/trunk/boinc/; revision=16162 2008-10-08 19:44:45 +00:00
David Anderson bc0cfbefb6 - manager: fix strings in Project Properties
svn path=/trunk/boinc/; revision=16161
2008-10-08 19:15:46 +00:00
David Anderson ebe3b090e8 - add a script "upgrade_db.php" that updates project DB structure
(after user confirmation).
    This is called from "upgrade", and can also be run by itself.

    NOTE: this mechanism will handle all DB updates going forward.
    Older updates must be done the old way (edit and run db_update.php)

- Web: let teams determine whether they're accepting new members


svn path=/trunk/boinc/; revision=16160
2008-10-08 16:48:11 +00:00
Rom Walton 284dd18919 Quick Updates
svn path=/trunk/boinc/; revision=16159
2008-10-08 16:36:06 +00:00
Charlie Fenton 5bb346d456 Fix typo
svn path=/trunk/boinc/; revision=16158
2008-10-08 10:58:43 +00:00
Charlie Fenton 3f45e6d0fd client: Fix CUDA detection on Mac
svn path=/trunk/boinc/; revision=16157
2008-10-08 09:59:45 +00:00
Charlie Fenton 8583fd4957 Fix tabs and spaces
svn path=/trunk/boinc/; revision=16156
2008-10-08 08:57:44 +00:00