Commit Graph

30471 Commits

Author SHA1 Message Date
David Anderson 874caec2f0 Merge pull request #2057 from progger/computing_display_fix
Fixed displaying the menu "Computing"
2017-08-21 14:07:46 -07:00
Michael Kulabuhov a7d322cb05 Fixed displaying the menu "Computing" 2017-08-22 00:59:43 +07:00
David Anderson 6a91481cc4 BOINC web: make home page title translatable 2017-08-21 02:30:52 -07:00
David Anderson b43ca26675 Merge pull request #2053 from BOINC/button_colors
Button colors
2017-08-20 22:54:52 -07:00
David Anderson d8e9b69f6f Merge branch 'master' of github.com:BOINC/boinc 2017-08-20 15:08:50 -07:00
David Anderson 6dcd19919e web: fix error message on WU page if DB update not applied yet 2017-08-20 15:08:06 -07:00
David Anderson 8e4aab1918 Merge pull request #2050 from AenBleidd/fix_601_change_title
Manager: Change OK button on Advanced Preferences to Save button
2017-08-20 12:42:07 -07:00
David Anderson 0a94ab9d30 web: fixes for dark background; make button text normal size 2017-08-20 01:39:39 -07:00
David Anderson dfe7261cda web: improve button colors and appearance
principles:
- primary action buttons are green (btn-success)
- secondary action buttons are blue (btn-primary)
- potentially risky action buttons are yellow (btn-warning)
- if there are a lot of buttons (e.g. forum posts) use btn-xs
2017-08-20 01:17:21 -07:00
David Anderson 3a5aa7e9c6 Merge pull request #2049 from BOINC/web_fixes
web: team-related fixes
2017-08-20 00:27:37 -07:00
David Anderson e445541f4b web: allow parts of web functionality to be disabled
See issue #2051
2017-08-20 00:21:33 -07:00
David Anderson 2649921232 client: show how many project files are being checked 2017-08-19 19:02:10 -07:00
Vitalii Koshura dd0d62b396
Manager: Change OK button on Advanced Preferences to Save button
Change text labels to remove inconsistency betweeb them and button text as described in #601

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2017-08-19 04:52:58 +03:00
David Anderson 6cca16e2f1 Merge pull request #2047 from BOINC/startup_msgs
client: more startup messages, hopefully find source of delay
2017-08-18 14:07:30 -07:00
David Anderson 5114f5fe0e web: team-related fixes
At some point we added several team categories (national, computer type, etc.)
but there were a couple of places in the code where the # of categories
was hardwired, so the new categories weren't shown.

Also, for white-backbround color schemes,
in table headers with bg-default,
links were invisible because the text color was same as background.
Fix this in custom.css.
2017-08-18 13:44:05 -07:00
Charlie Fenton 61c3c64b3d Manager: Include android_debug in Event Log Options and in cc_config.xml file only if running on Android 2017-08-18 02:12:51 -07:00
David Anderson 2ef16f1769 Merge pull request #2046 from BOINC/remote_job_version
Remote job submission: support app_version_num argument
2017-08-18 02:07:25 -07:00
David Anderson 09d5123c4f client: more startup messages, hopefully find source of delay 2017-08-18 01:35:10 -07:00
David Anderson 8821ff6e8c Merge branch 'master' of github.com:BOINC/boinc 2017-08-18 01:33:46 -07:00
David Anderson 080df0da0a client: fix keyword parse in AM account file 2017-08-18 01:33:16 -07:00
David Anderson 46571e9199 Merge branch 'master' of https://github.com/BOINC/boinc 2017-08-18 01:25:40 -07:00
David Anderson c0de76d4be Remote job submission: support app_version_num argument
Change the submit_batch RPC, and the various bindings of it (PHP, Python, C++)
to support an app_version_num arg,
specifying which app version number should be used to process the jobs in the batch.
2017-08-17 23:55:15 -07:00
tristanolive 6585523042 Merge pull request #2026 from drshawnkwang/drupal_fix-i18n-wording
Drupal: Changed wording of node-edit section for boinc translate.
2017-08-17 00:06:11 -04:00
David Anderson c5281d0a4d client: fix keyword parsing 2017-08-16 17:17:51 -07:00
David Anderson d7a38ca6fa Merge pull request #2036 from BOINC/win_exe
Client, Win: append .exe to service process program name if missing
2017-08-15 23:30:55 -07:00
David Anderson 1adb89d838 Merge pull request #2035 from BOINC/coproc_process
client: do coproc detect in a separate process even for debug
2017-08-15 23:30:10 -07:00
David Anderson 36cfaca6c5 Merge pull request #2032 from BOINC/buttons
Improve button appearance in prefs page
2017-08-15 23:29:25 -07:00
David Anderson 48b93495e6 Merge pull request #2034 from BOINC/notice_blank
Manager: remove excess blank lines in notices
2017-08-15 23:28:56 -07:00
David Anderson 872244df48 Merge pull request #2043 from AenBleidd/advancedpreferences_change_ok_to_save
Manager: Rename OK button to Save button
2017-08-15 23:18:26 -07:00
Vitalii Koshura 5079a121ee
Manager: Rename OK button to Save button
Originally requested in #601: Change OK button on Advanced Preferences to Save button.
Button renamed in all dialogs with settings for consistency.
Also now 'Cancel' button is default button.

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2017-08-16 06:32:41 +03:00
David Anderson 7e6a718e29 Merge pull request #2042 from BOINC/result_error
client: eliminate possible buffer overflow in reporting result errors
2017-08-15 17:25:04 -07:00
David Anderson b355a13f8d client: use snprintf() instead of sprintf() in a few places
... none of which was a possible overrun, but doesn't hurt to check.
2017-08-15 17:06:29 -07:00
David Anderson 8e7857623e client: eliminate possible buffer overflow in reporting result errors
A result with a lot of failed uploads could overflow a 4K buffer.
Change report_result_error() so you just pass it the error message,
rather than va_args nonsense.
2017-08-15 16:31:33 -07:00
David Anderson 12d13917cd client: hardware client executable name: boinc or boinc.exe
The GPU detection code was already doing this;
do for Win daemon process startup as well.
2017-08-15 15:13:50 -07:00
David Anderson eeb31fe06a Merge branch 'master' of github.com:BOINC/boinc 2017-08-15 15:01:10 -07:00
David Anderson 83d720531d BOINC web: show Win64 before Win32 in download_all page 2017-08-15 15:00:33 -07:00
David Anderson 3f852c0faa BOINC web: email_lists.php is obsolete; wiki page used instead 2017-08-15 14:59:55 -07:00
David Anderson f6884c7263 Merge pull request #2037 from bema-ligo/boinc_gahp_svn_version
BOINC GAHP: add git SHA1 to version message
2017-08-15 14:50:02 -07:00
Charlie Fenton 07e55b93e4 Manager: remove unnecessary Mac-specific code which was added in commit 7b7e099 Properties Window fix 2017-08-15 03:15:51 -07:00
Bernd Machenschalk 563af50792 BOINC GAHP: add git SHA1 to version message
- also define BOINC_GAHP_VERSION to conform to GAHP spec (major.minor.subminor)
2017-08-15 09:10:48 +02:00
David Anderson da64baf29d Merge pull request #1895 from AenBleidd/PVS_V814_for_pr
Move 'strlen' function outside of the loop
2017-08-14 17:37:12 -07:00
David Anderson d1561a7402 Merge pull request #1638 from BOINC/fix_c++11_build
Fix c++11 build
2017-08-14 16:56:02 -07:00
David Anderson 7930686128 Client, Win: append .exe to service process program name if missing 2017-08-14 14:57:32 -07:00
David Anderson a3b4191ca9 client: do coproc detect in a separate process even for debug
Better for the debug version to do the same thing as release.
There's a #define you can change if you want GPU detection to happen in the main process.
2017-08-14 14:54:31 -07:00
David Anderson 8b40609a74 Manager: remove excess blank lines in notices
Notices may have e.g.
   foo
   <br />
   blah
The manager replaces the newlines with <br>, resulting in three blank lines.
Change this to one.
TODO: the fix is a kludge.
2017-08-14 14:51:34 -07:00
David Anderson 1c6fddb4e8 Merge branch 'master' of https://github.com/BOINC/boinc 2017-08-14 14:21:35 -07:00
David Anderson b3d8a0c6e9 Merge pull request #1604 from bema-ligo/boinc_gahp_svn_version
BOINC GAHP: print SVN_VERSION with --version CLA
2017-08-14 13:52:06 -07:00
David Anderson 8b5e2edd5f Merge pull request #2020 from BOINC/wu_version_num
back end: add feature for assigning WUs to a particular version num
2017-08-14 12:43:28 -07:00
David Anderson c952413cc5 Merge pull request #2030 from AenBleidd/fix_properties_window_for_pr
Manager: Properties Window fix
2017-08-14 12:42:18 -07:00
David Anderson a5bf5b4958 Merge pull request #2027 from BOINC/daemon
Manager: use "client" instead of "daemon"
2017-08-14 12:40:53 -07:00