Commit Graph

21017 Commits

Author SHA1 Message Date
Charlie Fenton f94d1822cd Mac installer: Don't load more languages for a catalog if we've already loaded it for English 2013-08-16 21:48:18 -07:00
David Anderson cca4b96152 admin web: fix PHP warning 2013-08-16 12:20:40 -07:00
David Anderson 84a6f89840 client and API, Unix: code cleanup, no functional change 2013-08-16 12:20:01 -07:00
David Anderson 6501519031 admin web: in failure-by-version page, show anon platform versions correctly 2013-08-16 11:59:46 -07:00
David Anderson 7f241ed5b4 Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2 2013-08-16 10:45:56 -07:00
David Anderson 4a8e916399 admin web: fix "error by platform" page if anon platform used 2013-08-16 10:44:58 -07:00
Rom Walton 2c6cde00e8 Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2 2013-08-16 11:12:31 -04:00
Rom Walton 46901a4fa2 WINBUILD: Fix filenames. For some reason the cc_config.xml file was named 'cc_ config.xml' which was causing file not found errors. 2013-08-16 11:11:34 -04:00
Charlie Fenton c9ccf7b402 Mac installer: More robust handling of language codes with and without region codes for translations 2013-08-16 05:11:32 -07:00
Rom Walton 0f8e551b1e WINBUILD: Be sure to launch the correct executable at started when not installed as a service. 2013-08-16 01:46:16 -04:00
David Anderson 0950e35c10 client (Android): put default prefs in code instead of config file; make report_results_immediately the default
- the eliminates the need to include global_prefs_override.xml in the Android distribution
- defering reporting tasks confuses some Android users; since WiFi connectivity is likely to be sporadic, and jobs tend to be long, it's probably better the report them ASAP
2013-08-15 12:32:48 -07:00
Eric J Korpela ea41e944c5 Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2 2013-08-15 11:37:38 -07:00
Eric J Korpela 252b8b2783 - AUTOCONF: hack to permit AX_PTHREADS to work on autoconf 2.59 2013-08-15 11:36:13 -07:00
Charlie Fenton 1f4aac6f87 Mac installer: fix handling of translations for some languages 2013-08-15 04:29:54 -07:00
Charlie Fenton 6d8e8fb0a5 Mac installer: fix handling of translations for some languages 2013-08-15 04:24:20 -07:00
Charlie Fenton 3d679165e7 Mac uninstaller: minor translation fixes 2013-08-15 04:23:17 -07:00
Rom Walton d14046044e LOCALE: Update translations 2013-08-14 12:51:09 -04:00
Rom Walton e3316714ff VBOX: Make the disable USB/COM/LPT/Clipboard/DragDrop VM modifications non-fatal. Some commands appear to have introduced in recent builds of VirtualBox and error out on older builds. 2013-08-14 11:51:30 -04:00
Joachim Fritzsch cebe16ccbe android: re-enable cpu throttling with bug fixes. 2013-08-14 08:56:51 +02:00
Joachim Fritzsch d1ef167b8d Merge branch 'notices' 2013-08-14 08:38:15 +02:00
Joachim Fritzsch 68dff711a5 android: add code for notices to disappear when outdated. 2013-08-14 08:18:50 +02:00
David Anderson fc8eca4216 client: if we request work from a project and don't get any notices, clear that project's scheduler notices
I.e. if you got an "insufficient disk space" notices, and you fixed the problem, the notice should go away.
2013-08-13 14:56:37 -07:00
David Anderson 18f797b6bf client (Android): in check_suspend_processing(), check CPU throttling last. That way if suspend_reason is CPU_THROTTLING, the GUI knows that there is no other source of suspension. 2013-08-13 14:16:18 -07:00
Rom Walton fe63b83625 * LOCALE: Update translations 2013-08-13 13:01:47 -04:00
Joachim Fritzsch 11db1b9741 android: improved logging information on rpc failure, releated issue #1323 2013-08-13 13:28:37 +02:00
Joachim Fritzsch 84c5bd353d android: bug fix for OutOfMemeoryError while loading slideshow, handle exception. reported in PlayStore. 2013-08-13 13:07:45 +02:00
Joachim Fritzsch 984bef78ea Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2 2013-08-13 13:07:07 +02:00
Joachim Fritzsch 3543c6084d android: bug fix for NPE reported in PlayStore, due to changed preference handling 2013-08-13 13:02:07 +02:00
Joachim Fritzsch 752c86015c android: add scheduler notices to Projects tab. Message does not disappear yet. 2013-08-13 12:51:11 +02:00
Rom Walton d0c765b101 VBOX: When running a 32-bit vboxwrapper on a 64-bit Windows machine, exit with a temporary error suggesting that the volunteer upgrade to a 64-bit BOINC client. 32-bit vboxwrapper cannot detect VirtualBox on a 64-bit system. 2013-08-13 00:26:12 -04:00
David Anderson d980f70163 client and manager: the set_cc_config and get_cc_config GUI RPCs had nonstandard replies, which weren't parsed correctly by the calling code.
The reply from a GUI RPC that don't return info is one of:
<success/>
<error>error message</error>
<status>N</status>
2013-08-11 00:23:41 -07:00
David Anderson e0a8ac2427 Wrapper (Android): don't get the CPU time of tasks. The function sometimes crashes (under investigation), and the GUI doesn't show CPU time anyway. 2013-08-10 22:20:17 -07:00
David Anderson c5842ab728 Manager: show "paused" icon if computing is suspended for any reason 2013-08-09 23:23:32 -07:00
David Anderson ead91c6f38 Manager: in Transfers tab, Size refers to total size 2013-08-09 21:08:23 -07:00
David Anderson 1c31f6feaa Condor: fix bug when 2 input files have same contents; fix error messages 2013-08-09 16:06:36 -07:00
David Anderson 74a8a8cad7 Condor: use flockfile() instead of pthread mutex 2013-08-09 14:55:41 -07:00
David Anderson 37e822fe3a Condor: implement asynchronous mode in BOINC GAHP; from Jaime 2013-08-09 13:41:58 -07:00
David Anderson 53f97f9cf1 Condor: fix memory-allocation bugs, from Jaime 2013-08-09 13:33:03 -07:00
David Anderson 99198c889d BOINC web: update Primegrid description 2013-08-09 13:32:14 -07:00
David Anderson 9607f3342c client, FreeBSD: report "pni" instead of "sse3" 2013-08-08 11:52:01 -07:00
Eric J Korpela 48d995061f Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2 2013-08-08 11:31:27 -07:00
Eric J Korpela 60c7814250 SCHED: Removed claimed credit sanity check because GPU machines often have host
scales that cause it to fail. That prevents host_app_version PFCs not to be
updated for perfectly reasonable credit claims.  Since there is a max credit
granted this mechanism is unneccesary, anyway.
2013-08-08 11:23:30 -07:00
David Anderson b156e88208 scheduler: sample code for the SSE3 plan class must check for "pni" rather than "sse3"; clients report "pni" 2013-08-08 11:00:29 -07:00
David Anderson 1dac077a05 client: message tweak 2013-08-08 10:59:49 -07:00
Rom Walton 683fb60623 ANDROID: Remove a script that is not needed anymore. 2013-08-07 17:53:35 -04:00
Rom Walton 43f8e88baa LOCALE: Update translations 2013-08-07 13:30:53 -04:00
David Anderson 174c90218c API (Android): fix typo 2013-08-07 09:11:45 -07:00
Charlie Fenton ee4d0b507c Mac installer: update translations template. 2013-08-06 17:00:02 -07:00
David Anderson 59ba61b323 client (Android): don't use network preferences
Many Android users had existing preferences with settings like
"don't compute when idle" that make sense for PCs but not mobile devices.
When this pref is enforced on Android, no computing happens
and user confusion results.
We're addressing this by using only local prefs on Android.
We considered other approaches - e.g. having a "mobile" venue -
but they're too complex.
2013-08-04 15:13:26 -07:00
David Anderson 6a34f264d4 web: remove mobile venue for the time being 2013-08-04 15:12:34 -07:00