Commit Graph

27416 Commits

Author SHA1 Message Date
David Anderson 8916fd9fc9 Merge branch 'master' of github.com:BOINC/boinc 2015-08-23 21:49:58 -07:00
Rom Walton 9e8710213b DOC: Promote 7.6 to public version 2015-08-24 00:48:24 -04:00
David Anderson 193a492f04 BOINC web: clean up Live Help page. 2015-08-22 21:28:48 -07:00
David Anderson b5527b19c7 client: show more (but still not all) config options 2015-08-21 14:18:12 -07:00
David Anderson 2cb97f4b89 web: suppress DB connect warnings 2015-08-21 14:17:59 -07:00
David Anderson a75af409e8 Manager: improve validity checking in advanced prefs dialog 2015-08-20 17:06:20 -07:00
Rom Walton 1b3adf33ae VBOX: When a fraction done file is specified and it has not been created yet, report a non-zero fraction done to prevent BOINC from attempt to calculate it itself. 2015-08-20 19:06:56 -04:00
David Anderson 61d6d9a20a client: don't use estimated fraction done until 1 minute has elapsed 2015-08-20 15:59:18 -07:00
David Anderson 0ec084e705 wrapper: on Unix, get the task exit status with WEXITSTATUS()
How did the wrapper ever work on Unix?
Seems like it would think that every task failed.
2015-08-19 23:28:59 -07:00
David Anderson 21817420af client and API: pass list of app version files in init_data.xml
This lets wrappers check that executables specified in job.xml are signed.
2015-08-19 21:01:09 -07:00
David Anderson 52a9a3e746 user web: fix PHP warning 2015-08-19 21:00:51 -07:00
David Anderson a3d9052448 remove BOINC Monitor from addon list; reports of malware 2015-08-19 21:00:12 -07:00
Rom Walton aa911f4ec3 Updating translations for locale/it_IT/BOINC-Drupal.po [skip ci] 2015-08-19 14:33:16 -04:00
Rom Walton c93a601dc3 Updating translations for locale/ko/BOINC-Project-Generic.po [skip ci] 2015-08-19 04:48:04 -04:00
David Anderson 3777664c9d client: fix bug where elapsed time increased while suspended 2015-08-18 11:09:12 -07:00
David Anderson e4a4bd033c Merge branch 'master' of https://github.com/BOINC/boinc 2015-08-18 10:59:37 -07:00
David Anderson b954d13e93 BOINC web: flesh out front page 2015-08-17 12:02:06 -07:00
David Anderson 72f53a6918 client: if app reports frac done outside [0,1] write message
... conditioned on task_debug; write at most one msg per minute
2015-08-16 12:11:27 -07:00
David Anderson 1431a21d99 client: if a GPU exclusion refers to non-existent device num, ignore it 2015-08-16 01:06:28 -07:00
David Anderson 0f2adb5ab7 client: change cpu_sched_debug log messages to show job's GPU type
Also fix some compile warnings
2015-08-15 10:32:02 -07:00
David Anderson ad5014dd67 user web: change banish period options per Jord's request 2015-08-15 10:31:14 -07:00
David Anderson 4f0cd6b29c client: if app reports fract done > 1, use asymptotic formula 2015-08-14 11:21:23 -07:00
Rom Walton e8c0608f7d Updating translations for locale/en/BOINC-Drupal.po [skip ci] 2015-08-14 10:59:23 -04:00
tristanolive 353d7af9fa Merge pull request #1382 from brevilo/drupal-pot-update
Another Drupal PO template update
2015-08-14 10:59:07 -04:00
Tristan Olive e0e2c9cbad Normalized line breaks (CRLF->LF) 2015-08-14 10:37:26 -04:00
Charlie Fenton c63204bf08 Mac uninstaller: Fix a hang bug on some older versions of OS X (including 10.6.8.) 2015-08-14 06:20:49 -07:00
Oliver Bock b4682ccaa7 Another Drupal PO template update 2015-08-14 13:35:34 +02:00
Charlie Fenton 7c9a76bb70 Mac installer: attempt to prevent a rare installer crash when system is set for a language other than English. 2015-08-14 04:05:19 -07:00
Charlie Fenton 5c1fa20254 client: On Macs, fix failure to recognize CUDA devices when BOINC is launched automatically at login before CUDA has initialized at system boot. 2015-08-14 04:03:38 -07:00
Rom Walton 944835bd21 Updating translations for locale/zh_CN/BOINC-Project-Generic.po [skip ci] 2015-08-14 04:19:48 -04:00
David Anderson f92651a336 client: if app reports fraction done outside 0..1, truncate 2015-08-13 17:33:40 -07:00
David Anderson 5e90e95ada Merge pull request #1380 from brevilo/ops_mav_usability
Improve usability of html/ops/manage_app_versions.php for handling large lists
2015-08-13 14:29:40 -07:00
David Anderson 819283fe06 server: fix bug affecting tables with > 32 bit IDs
Some of the DB functions (e.g. update()) weren't handling 32 bit IDs
2015-08-13 14:05:53 -07:00
David Anderson bedb5b69c2 BOINC web: tweak 2015-08-13 14:05:44 -07:00
Charlie Fenton d6a5ab2241 Mac installer: Fix bug introduced in my commit 3e1428c which prevents installing on OS X older than OS 10.9 unless BOINC users and groups already exist (i.e., which causes a clean install to fail.) 2015-08-13 04:21:19 -07:00
Tristan Olive 344285ec68 Merge branch 'master' of github.com:BOINC/boinc 2015-08-12 17:08:49 -04:00
Tristan Olive 3c3768f963 Added support for edit forum preferences RPC (no passthrough to BOINC, as BOINC forum preferences are not used by Drupal). The following preferences are supported:
* avatar
* hide signatures
* signature
* post order

(DBOINCP-184)
2015-08-12 17:05:08 -04:00
David Anderson 6613560224 Manager: display total credit with thousands separators 2015-08-11 14:47:35 -07:00
David Anderson 18fd1dab5e Drupal files marked as modified even after revert? 2015-08-11 14:27:59 -07:00
David Anderson cf13cb256b lib: add function for formatting numbers w/ digit grouping 2015-08-11 14:18:06 -07:00
Oliver Bock 1c1bcb92d5 admin web: retain state of "Show deprecated app versions" 2015-08-11 12:23:17 +02:00
Oliver Bock a84ba8e1d0 admin web: on update anchor at current app version 2015-08-11 12:23:04 +02:00
Tristan Olive e524670875 Merge branch 'master' of github.com:BOINC/boinc 2015-08-10 11:23:22 -04:00
Tristan Olive e2efffb5c1 Validate XML passed into am_set_info.php RPC in case BOINC does not
(DBOINCP-184)
2015-08-10 11:21:24 -04:00
Tristan Olive ee8e0202e9 Added support for create_team.php RPC; pass-through to BOINC create team methods and add corresponding node in Drupal upon success (delete BOINC record if Drupal fails to sync)
(DBOINCP-184)
2015-08-10 10:53:08 -04:00
Charlie Fenton 272c2b0c68 client: Avoid kernel panics at system boot when running as a service / daemon under Mac OS 10.10.4. 2015-08-08 20:15:59 -07:00
Rom Walton 2ce9113db4 Updating translations for locale/tr/BOINC-Project-Generic.po [skip ci] 2015-08-08 05:19:42 -04:00
David Anderson 04bc445a24 web: cache the results of getting user project list from boinc.netsoft-online.com.
From Janus.
2015-08-07 15:22:10 -07:00
David Anderson 15ac87749c web: suppress mysql connect warnings 2015-08-06 10:46:59 -07:00
Tristan Olive eed9bdd373 Merge branch 'master' of github.com:BOINC/boinc 2015-08-06 00:49:10 -04:00