Commit Graph

26570 Commits

Author SHA1 Message Date
Rom Walton e49f3af67c Updating translations for locale/es/BOINC-Web.po [skip ci] 2015-07-24 00:52:05 -04:00
Rom Walton 43ed191287 Merge pull request #1372 from brevilo/web_global_vars
web: make team_types globally accessible (missed in 8be519a616)
2015-07-24 00:39:22 -04:00
Rom Walton cb904a192d Updating translations for locale/ru/BOINC-Manager.po [skip ci] 2015-07-24 00:15:17 -04:00
Rom Walton 5fa7209ed3 Updating translations for locale/zh_CN/BOINC-Manager.po [skip ci] 2015-07-23 23:08:51 -04:00
David Anderson b3f47d1e14 Manager: typo fix 2015-07-23 17:43:16 -07:00
David Anderson 089a63f2b0 Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2 2015-07-23 17:40:10 -07:00
David Anderson 67673ae2d6 Manager: show executable filename in task properties 2015-07-23 17:34:12 -07:00
Rom Walton 92d5de0c5e Updating translations for locale/en/BOINC-Manager.po [skip ci] 2015-07-23 18:54:15 -04:00
Rom Walton 0a6f5d4f28 LOCALE: Update BOINC-Manager.pot with missing strings. 2015-07-23 18:53:33 -04:00
Rom Walton 85fe8a8000 MGR: Make the average and total credit strings translatable and add comments for context. 2015-07-23 18:48:16 -04:00
Rom Walton f4d16893f6 MGR: Tighten up the code to the last commit a bit. 2015-07-23 18:31:18 -04:00
Rom Walton 9fb1a342c1 MGR: Fix the string construction of the 'work fetch deferral' stuff to be more localization friendly. 2015-07-23 18:27:09 -04:00
Rom Walton b109f920ef Updating translations for locale/ru/BOINC-Manager.po [skip ci] 2015-07-23 17:14:15 -04:00
Rom Walton f277af460e Updating translations for locale/it_IT/BOINC-Manager.po [skip ci] 2015-07-23 17:12:20 -04:00
Rom Walton 6852e83f37 Updating translations for locale/ru/BOINC-Web.po [skip ci] 2015-07-23 17:06:59 -04:00
Rom Walton e2898746c0 Updating translations for locale/en/BOINC-Manager.po [skip ci] 2015-07-23 16:57:03 -04:00
Rom Walton 7895b4ce9c LOCALE: Update BOINC-Manager.pot with missing strings. 2015-07-23 16:56:31 -04:00
Rom Walton 82a05369cf MGR: Flag previously untranslatable strings as translatable. 2015-07-23 16:54:03 -04:00
David Anderson 8cd8c8e7ee server software: handle 64-bit database IDs
The SETI@home result table is about to run out of 32-bit IDs,
so we need to move to 64-bit result IDs.
This will happen to the workunit table at some point too.

I changed the server C++ code to use the "long" type for all DB IDs
(and to use appropriate conversion codes like %lu).
"long" is 64 bit on 64-bit machines.
For uniformity I did this for all tables,
even ones (like app) that will never get big.

I chose NOT to change the DB schema for now.
The new code will work with 32-bit ID fields in the DB.
As projects approach the 32-bit limit on a table they can change
its ID field, and fields that reference this table, to BIGINT.
This is likely to happen only on the result and workunit tables.
I put functions in html/ops/db_update.php
to change the IDs of these tables.
2015-07-23 10:11:08 -07:00
David Anderson 94e3162177 Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2 2015-07-22 23:46:39 -07:00
David Anderson e39047b61a web: make "email friends" feature work without project configuration
Previously the feature that lets people send email about the project
to their friends only worked if the project supplied a message.
Remove this restriction; supply a default message.
Also make it work with or without PHPMailer.

Projects can still supply a default subject and message;
the user can now edit these.

Remove the ability to send HTML email
and to macro-substitute names in the message.
2015-07-22 23:37:40 -07:00
Oliver Bock a515a84879 web: make team_types globally accessible (missed in 8be519a616) 2015-07-22 16:21:23 +02:00
Rom Walton 1f76c9ea90 Updating translations for locale/zh_TW/BOINC-Setup.po [skip ci] 2015-07-22 03:29:19 -04:00
David Anderson 40a630e56b web: fix last commit 2015-07-21 23:54:21 -07:00
David Anderson 1a0824bfe5 web: fix bug in family/friends email feature 2015-07-21 23:41:13 -07:00
David Anderson 14f462b44f Manager: use lighter red for error fields 2015-07-21 14:53:58 -07:00
Charlie Fenton 8eefd5a935 MGR: in Advanced Preferences dialog highlight textedit field with illegal value by setting its background to red. 2015-07-21 06:23:15 -07:00
Charlie Fenton 1aaba0d020 MGR: in Advanced Preferences dialog highlight textedit field with illegal value by setting its background to red. 2015-07-21 05:23:50 -07:00
Charlie Fenton be54342486 MGR: in Advanced Preferences dialog highlight textedit field with illegal value by setting its background to red. 2015-07-21 03:06:10 -07:00
David Anderson 588e001c17 web: in thread page, don't show some buttons if not logged in 2015-07-20 10:16:14 -07:00
David Anderson ebf55dfa73 scheduler: remove unneeded include 2015-07-20 10:15:50 -07:00
David Anderson c53f2e0040 Manager: in prefs dialog, buffer size limits are 10, not 100 2015-07-20 09:38:48 -07:00
David Anderson 629fabffb6 client: parse ARM CPU model
Apparently the format of /proc/cpuinfo has changed on some ARM Linuxes,
e.g. Raspbian Wheezy.
The CPU model is something like:

model name  : ARMv7 Processor rev 5 (v7l)

and the chars between "name" and ":" can be either spaces or a tab.
2015-07-19 12:41:45 -07:00
Rom Walton 979a761b1d Updating translations for locale/fr/BOINC-Web.po [skip ci] 2015-07-19 12:15:36 -04:00
Rom Walton 70f267350c Updating translations for locale/it_IT/BOINC-Manager.po [skip ci] 2015-07-18 07:52:07 -04:00
Rom Walton d79db48ab3 Updating translations for locale/it_IT/BOINC-Manager.po [skip ci] 2015-07-18 07:34:12 -04:00
Rom Walton a5207b89ee Updating translations for locale/it_IT/BOINC-Web.po [skip ci] 2015-07-18 06:45:00 -04:00
Rom Walton 992dc05ea3 Updating translations for locale/it_IT/BOINC-Manager.po [skip ci] 2015-07-18 05:51:04 -04:00
Rom Walton 2e2566f084 MGR: Remove some more cruft. Sqlite3 is now included in the manager on the Mac. 2015-07-17 14:45:47 -04:00
Rom Walton 7d2dba83cc MGR: Remove support for looking up cookies on Windows Vista running Internet Explorer 7.0 with UAC turned on.
Internet Explorer 7.0 market share is less than 1/4th of one percent according to:
https://en.wikipedia.org/wiki/Internet_Explorer_7
2015-07-17 13:59:30 -04:00
Rom Walton 2671362bec MGR: Increase browser cookie value look up buffer to 4k since a project description can now be passed by a cookie. 2015-07-17 13:51:05 -04:00
Rom Walton 271149c35e MGR: Remove some duplicate code in the cookie detection routines. 2015-07-17 13:39:46 -04:00
Rom Walton 333349ffc2 MGR: Remove legacy Firefox v1 and Firefox v2 cookie look up support. Firefox is up to v31. 2015-07-17 13:29:12 -04:00
Rom Walton 39c7656ef3 Merge pull request #1369 from brevilo/web_global_vars
HTML: Make various variables accessible to Drupal by declaring them as global
2015-07-16 19:02:54 -04:00
Rom Walton 217f61a6fa DOC: Update dev version to 7.6.6 2015-07-16 12:44:20 -04:00
Rom Walton 6be5e13c4a Updating translations for locale/ja/BOINC-Project-Generic.po [skip ci] 2015-07-15 23:37:04 -04:00
Rom Walton 45b8c8129d Updating translations for locale/ja/BOINC-Manager.po [skip ci] 2015-07-15 23:31:45 -04:00
Rom Walton 34e5f32026 Updating translations for android/BOINC/res/values-ja/strings.xml [skip ci] 2015-07-15 23:30:26 -04:00
Rom Walton 431ec9e48d LIB: setbuf() only disables the CRT buffer and flush only works against the CRT buffers.
At some point MS introduced a Microsoft Extension mode to fopen called 'commit mode'.  This additional mode disables the OS buffers. So when on Windows force stderr redirection to use commit mode.

See:
https://msdn.microsoft.com/en-us/library/yeby3zcb.aspx
2015-07-15 20:35:41 -04:00
David Anderson 9095123d9d locale: Update compiled localization files 2015-07-14 09:49:11 -07:00