Commit Graph

27727 Commits

Author SHA1 Message Date
Rom Walton b0e110d37c Merge pull request #1393 from brevilo/fix-missing-include
Add missing include
2015-09-28 09:02:51 -04:00
Oliver Bock 755e891084 Add missing include
* tra() is defined in translation.inc
* prefs.inc didn't yet include it in any way
2015-09-28 14:44:43 +02:00
Charlie Fenton b8bd091a64 client: fix source code indentation from previous commit. 2015-09-28 03:08:00 -07:00
Charlie Fenton 5e984c0778 client: Fix an issue which can sometimes cause client to take a long time to connect, especially on OS 10.10 Yosemite. 2015-09-28 03:04:50 -07:00
Charlie Fenton 44adb2b0bc MGR: Revert my commits d3db5557ef and cab71d4, which were too controversial: on non-Mac systems, restore logic which allows Manager exit to shut down client whether or not client was not started by Manager. 2015-09-28 00:04:29 -07:00
Rom Walton 87529d337e Updating translations for android/BOINC/res/values-hu/strings.xml [skip ci] 2015-09-24 18:06:37 -04:00
Tristan Olive a23bbdf4fd Drupal: Update global_search_solr feature to remove unnecessary override status
(DBOINCP-205)
2015-09-24 01:33:31 -04:00
Tristan Olive 51b3b4c06c Drupal: Clean up views definitions in user_profiles feature 2015-09-24 01:21:00 -04:00
Tristan Olive e702aa6a5f Drupal: Add text in messages panel to bts() for translation
(DBOINCP-141)
2015-09-24 01:15:51 -04:00
David Anderson a188f311d9 tweaks to worker (test program for wrapper) 2015-09-23 13:21:57 -07:00
Rom Walton cc0cf7ab6d Updating translations for android/BOINC/res/values-da/strings.xml [skip ci] 2015-09-23 11:55:40 -04:00
David Anderson b0aa29dd56 client: fix compile warning 2015-09-23 00:51:50 -07:00
David Anderson d503836a6a wrapper: check that task executables are in the list of app files from client 2015-09-23 00:02:52 -07:00
David Anderson 3b7969b1fd Merge branch 'master' of https://github.com/BOINC/boinc 2015-09-22 11:22:19 -07:00
David Anderson 28e18f6b8d Manager, client: use WxWidgets functions for number formatting
Turns out WxWidgets has functions for localized number formatting.
This was added in 2.9 so we weren't able to use it last time I checked.

Remove our own number-formatting code.
Don't do localized number formatting in client.
2015-09-22 11:22:07 -07:00
Rom Walton 9468bdb8fe Updating translations for locale/fr/BOINC-Drupal.po [skip ci] 2015-09-22 10:56:23 -04:00
David Anderson 32266d31ad locale: Update compiled localization files 2015-09-22 07:36:16 -07:00
Rom Walton eed75f54c5 Merge branch 'master' of https://github.com/BOINC/boinc 2015-09-22 10:24:13 -04:00
Rom Walton bbad0d9d9d client: VirtualBox now installs VboxManage to /usr/local/bin. Make detection of VirtualBox work again. 2015-09-22 10:24:01 -04:00
Rom Walton 9c341402e6 Updating translations for android/BOINC/res/values-cs/strings.xml [skip ci] 2015-09-21 16:40:27 -04:00
David Anderson dfb189e62b client: check for new client version right after state file parse 2015-09-21 12:56:22 -07:00
David Anderson fcb359d2ee Manager/client, Win: use LOCALE_USER_DEFAULT instead of NULL in locale call 2015-09-18 11:15:36 -07:00
Charlie Fenton 0eeb05a894 DOC: Promote 7.6.11 to public release (Mac only) 2015-09-17 15:56:30 -07:00
David Anderson 787225d5d0 Manager: use Wx interfaces for getting number formatting chars 2015-09-17 13:58:40 -07:00
David Anderson c0e6b3b3d2 client/manager: code shuffle to generalize comma_print() 2015-09-17 13:48:04 -07:00
Rom Walton fb7b82354a Updating translations for locale/fr/BOINC-Manager.po [skip ci] 2015-09-17 15:03:57 -04:00
Rom Walton 00d4e1e70d Updating translations for locale/fr/BOINC-Manager.po [skip ci] 2015-09-17 14:34:55 -04:00
Rom Walton e9709b2589 Updating translations for locale/fr/BOINC-Manager.po [skip ci] 2015-09-17 14:19:48 -04:00
Charlie Fenton 57cb07d4ea client: fix a bug introduced in commit [44c82be] which prevented the re-use of empty slots. 2015-09-17 04:27:25 -07:00
David Anderson 5080865d72 project list and addon updates 2015-09-16 15:18:31 -07:00
David Anderson d0c60ef467 client: don't show "not using proxy" message
Otherwise this gets shown each time user changes any "Other options" item
2015-09-16 15:17:11 -07:00
David Anderson 0cef8050c1 Manager: make localized number formating work on Win 2015-09-16 10:55:57 -07:00
Tristan Olive c271e8bd86 Drupal: Adjust foundership placeholder countdown by 30 days
The countdown was using the 60 day target instead of the proper 90 day target, so it was possible for other team members to see a negative number if a user had a request open for more than 60 days

(DBOINCP-214)
2015-09-15 10:24:08 -04:00
Tristan Olive 992957dec2 Drupal: Add countdown to team foundership placeholder panel
Countdown gives the number of days until requests will be allowed again

(DBOINCP-214)
2015-09-15 08:41:09 -04:00
Tristan Olive 88be3791fc Drupal: Add missing whitespace in foundership request message
(DBOINCP-214)
2015-09-14 10:44:58 -04:00
Tristan Olive fd4356eac6 Drupal: Show foundership transfer placeholder panel
If a transfer request has been made in the last 90 days, show a message to indicate this, rather than hide the panel (which is confusing)

(DBOINCP-214)
2015-09-14 10:34:00 -04:00
Rom Walton c84448ab65 Updating translations for locale/ja/BOINC-Manager.po [skip ci] 2015-09-12 23:02:37 -04:00
Charlie Fenton 9daf91b367 Mac: update build instructions to explain how to build with Xcode 5 if you have installed multiple versions of Xcode. 2015-09-11 21:51:11 -07:00
Charlie Fenton 36b6ec93be DOC: Promote 7.6.10 to public release (Mac only) 2015-09-11 19:48:24 -07:00
Charlie Fenton bd8f8ca85e Mac: update build instructions to explain the need to build with Xcode 5 or earlier if you need the screensaver to work with OS 10.7 and OS 10.6. 2015-09-11 19:13:43 -07:00
Charlie Fenton 8ce413fa31 Mac scr: revert to using Objective-C Garbage Collection instead of Automatic Reference Counting, for compatibility with OS 10.6 and OS 10.7, which require GC in screensavers. It is still compatible with OS 10.8 through OS 10.11. This requires building with Xcode 5 or earlier, because Xcode 6 forces converting to ARC. 2015-09-11 18:46:43 -07:00
Rom Walton 51dc2c32f5 Updating translations for locale/pl/BOINC-Client.po [skip ci] 2015-09-11 15:50:00 -04:00
Rom Walton 326e3fd510 Updating translations for locale/pl/BOINC-Client.po [skip ci] 2015-09-11 14:52:32 -04:00
Tristan Olive ae983a587d Drupal: Show notifications to team founder when there is an open transfer request
(DBOINCP-214)
2015-09-11 14:36:12 -04:00
Tristan Olive 4ae90d1f53 Drupal: Add missing function to handle manual UOTD reset
(DBOINCP-213)
2015-09-10 23:38:18 -04:00
Tristan Olive a5daa967be Drupal: Add missing BBCode and HTML Purifier variables to boinc_standard feature 2015-09-10 11:12:09 -04:00
Tristan Olive 8c19515c23 Drupal: Add menu block variables to boinc_standard feature (try to fix revert issue)
(DBOINCP-205)
2015-09-10 10:28:28 -04:00
Tristan Olive 06fda3f6cd Drupal: Add "goto" handler to map request for BOINC user ID to corresponding Drupal profile
(DBOINCP-163)
2015-09-09 19:31:28 -04:00
Tristan Olive b982a61fa2 Drupal: Link user project list items to the user's profile at that project
(DBOINCP-163)
2015-09-09 19:29:32 -04:00
Tristan Olive 77f29bdeea Drupal: Display tertiary level in main menu, as required
(DBOINCP-205)
2015-09-09 15:06:56 -04:00