Commit Graph

29498 Commits

Author SHA1 Message Date
David Anderson eacd111d75 web: allow customization of navbar "brand" (leftmost item in navbar) 2016-11-14 21:58:12 -08:00
David Anderson 9e5c8c7eb0 web: add optional left-column width arg to grid() 2016-11-14 14:47:40 -08:00
David Anderson 3df12e48a1 web: tweaks. disable "friends and family email" (abused by spammers) 2016-11-11 20:10:12 -08:00
David Anderson b33c463cf3 web: various bug fixes
- fix "jump to first unread post" feature
- use <pre> for bbcode [code]
- don't use table-responsive class for tables.
  It does bad/funky things, especially on small displays
- remove start_table_noborder()
2016-11-11 19:11:57 -08:00
David Anderson c5b948020d Initial commit for Bootstrap 2016-11-11 12:36:27 -08:00
David Anderson 05f61ea1d7 Merge branch 'master' of github.com:BOINC/boinc 2016-11-10 22:53:32 -08:00
tristanolive 3bbc53c129 Merge pull request #1705 from brevilo/harden-team-rpc
Drupal: harden team email list RPC wrapper
2016-11-09 22:41:41 -05:00
Oliver Bock e2f0f1b9fd Drupal: harden team email list RPC wrapper 2016-11-09 14:58:17 +01:00
David Anderson 54d12f7650 BOINC web site: tweak GPUgrid platform list 2016-11-08 14:57:39 -08:00
Tristan Olive eed66cc916 Drupal: Fix additional omission in signature display logic
Commit 891537c restored functionality inadvertently removed by f64e644, but lacked global declaration of the $user object, so didn't quite work as expected; adding this declaration ensures that the $user object (and thus the current user's preferences) are referenced in the proper scope
2016-11-04 11:32:07 -04:00
tristanolive 90a89b95d3 Merge pull request #1696 from BOINC/drupal_fix_signatures
Drupal: show signatures in comments again
2016-11-04 11:22:09 -04:00
Christian Beer 891537cfe1 Drupal: show signatures in comments again
Commit f64e644f inadvertently removed a crucial line that prevents signatures from being shown. I also got rid of the commented out comment that gave the impression that this function is not used.
2016-11-03 14:03:27 +01:00
tristanolive 5d91fd67c2 Merge pull request #1695 from drshawnkwang/drupal_fix-linksorder
Drupal: Changed order of comment/forum topic links.
2016-11-02 17:23:12 -04:00
Shawn Kwang 7bdc66ef8a Drupal: Changed order of comment/forum topic links.
Edit link has been moved into the standard user links. Moderator/Admin links have been reordered.
In addition, some indent and whitespace changes to match Drupal coding standards.

https://dev.gridrepublic.org/browse/DBOINCP-334
2016-11-02 09:43:13 -05:00
tristanolive be18e67fae Merge pull request #1694 from drshawnkwang/drupal_fix-bugforumread
Drupal: Fix bug where "Mark forums as read" link led to Access Denied.
2016-11-01 16:11:47 -04:00
tristanolive f1da9e882c Merge pull request #1693 from drshawnkwang/drupal_fix-teampanel
Drupal: Fix bug where team view panel could view any node.
2016-11-01 16:10:34 -04:00
tristanolive 46f8549eec Merge pull request #1691 from drshawnkwang/drupal_fix-nolinks
Drupal: Fix bug- handle case where no $links generator
2016-11-01 16:09:27 -04:00
Shawn Kwang 384f527758 Drupal: Fix bug where team view panel could view any node.
Added test to make sure node content is of type==team.

https://dev.gridrepublic.org/browse/DBOINCP-333
2016-11-01 14:21:11 -05:00
Shawn Kwang 0f263df9ee Drupal: Modified CSS to adjust space around comment links. 2016-11-01 13:52:19 -05:00
Shawn Kwang 2f5dcd0157 Drupal: Reordered comment links, new function to add "first" to moderator links.
Reorders comment links, standard links have QUOTE and REPLY first, followed by the flag-abuse links.
Created private function to add class "first" to first moderator link. This is used because the links are split now manaully split by the theme.
2016-11-01 13:49:39 -05:00
Shawn Kwang 1c11997f6a Drupal: Fix bug where "Mark forum as read" link led to Access Denied.
https://dev.gridrepublic.org/browse/DBOINCP-332
2016-11-01 11:34:49 -05:00
Shawn Kwang ec3dd7f705 Drupal: Fix bug- when no $links are generated, the function _boinc_create_moderator_links() should exit without doing anything.
https://dev.gridrepublic.org/browse/DBOINCP-316
2016-10-31 08:03:53 -05:00
Charlie Fenton 49275b0727 client: consolidate comments in GPU code 2016-10-28 19:55:24 -07:00
David Anderson bdbbb0b193 Web: don't show email addrs to team owners.
Consensus is that showing team member addrs to team admins is bad for privacy,
even if members can opt out.

So: omit email addr from all forms of member list.

Instead, add a feature where team admins can send a PM to all team members.
2016-10-28 02:59:08 -07:00
David Anderson ca3cb0c5c6 Client: add some comments to GPU code 2016-10-27 22:57:19 -07:00
tristanolive 5040694dfb Merge pull request #1690 from drshawnkwang/drupal_fix-ahahformcancel
Drupal: Fix bug where Cancel link in AHAH form
2016-10-27 10:30:20 -04:00
tristanolive 2cf8c8ec6b Merge pull request #1685 from drshawnkwang/drupal_fix-prefscustom
Drupal: Fixed bug where user cannot select preset radio button.
2016-10-27 10:29:51 -04:00
Tristan Olive 52fc13e2e8 Merge branch 'drshawnkwang-drupal_feature-commentperm' 2016-10-27 09:54:06 -04:00
Tristan Olive 9a79faf523 Drupal: Fix typo in comment 2016-10-27 09:50:26 -04:00
Christian Beer b3ff3b8fcb Ops: increase mod_time when repairing preferences
Increasing mod_time will trigger a resend of the repaired preferences on the next RPC to the Client updating the preferences there.
2016-10-27 14:51:13 +02:00
Tristan Olive ecc6a47bd6 Merge branch 'drupal_feature-commentperm' of https://github.com/drshawnkwang/boinc into drshawnkwang-drupal_feature-commentperm 2016-10-27 01:52:09 -04:00
David Anderson 2e07e83275 Merge branch 'master' of github.com:BOINC/boinc 2016-10-26 15:45:09 -07:00
Shawn Kwang 33a811e83b Drupal: Fix bug where Cancel link in AHAH form resulting in wrong page loading.
Changed cancel link from current URL to a pre-defined URL, the computing preference edit page.

https://dev.gridrepublic.org/browse/DBOINCP-307
2016-10-26 12:31:37 -05:00
Rom Walton b9f19dfb5b Updating translations for locale/pt_BR/BOINC-Project-Generic.po [skip ci] 2016-10-25 14:40:38 -07:00
SETIguy 773e8a8e3c Merge pull request #1676 from BOINC/fix_global_prefs_parsing
Scheduler: fix global preference parsing
2016-10-25 12:04:18 -07:00
David Anderson 47b93e7170 show OpenCL GPUs on host web page
- parse <opencl_device_prop> in <coproc> elements
- add entry in host.serialnum string for OpenCL GPUs
- display this in human-readable string on web
2016-10-25 11:08:16 -07:00
David Anderson ca9061f70f client: add ability to fake an OpenCL GPU
Goal: improved support for OpenCL GPUs of random types
(i.e. not Nvidia/AMD/Intel).
2016-10-25 11:06:43 -07:00
David Anderson c43ce703c1 boinccmd: add some items to app_version, result display 2016-10-23 00:38:58 -07:00
David Anderson ca89efd9fb BOINC web: new function name 2016-10-23 00:38:11 -07:00
Shawn Kwang 0e2bf5b072 Drupal: Fixed bug where user cannot select preset radio button.
Also fix bug where user can have <preset> tag set from another project. Upon initial loading of the preferences form, the preferences are filled from the user's database entry.

https://dev.gridrepublic.org/browse/DBOINCP-325
2016-10-21 14:01:28 -05:00
Tristan Olive 95f424dd3b Merge branch 'drshawnkwang-drupal_fix-removeprefsviewpage' 2016-10-20 16:13:00 -04:00
Tristan Olive 60eac4d63f Merge branch 'drupal_fix-removeprefsviewpage' of https://github.com/drshawnkwang/boinc into drshawnkwang-drupal_fix-removeprefsviewpage 2016-10-20 16:11:56 -04:00
Tristan Olive 1a95e9972f Merge branch 'drshawnkwang-drupal_fix-prefmodtime' 2016-10-20 16:02:43 -04:00
Tristan Olive e9fc311f3d Merge branch 'drupal_fix-prefmodtime' of https://github.com/drshawnkwang/boinc into drshawnkwang-drupal_fix-prefmodtime 2016-10-20 16:02:04 -04:00
tristanolive e42144152a Merge pull request #1684 from drshawnkwang/drupal_fix-teamforumeditpost
Drupal: Fixed bug, user can edit own team forum topic
2016-10-20 15:54:24 -04:00
Shawn Kwang cbea11085b Drupal: Fixed bug- Post New Topic link only appears to team members, even in a Public team forum. 2016-10-20 13:48:21 -05:00
Shawn Kwang 5cc7545f10 Drupal: Fixed bug- user can now edit their own team forum topics.
https://dev.gridrepublic.org/browse/DBOINCP-319
2016-10-20 13:47:47 -05:00
Shawn Kwang a4fced6723 Drupal: Changed forum_access install schema to use type unsigned int for field 'rid'.
https://dev.gridrepublic.org/browse/DBOINCP-324
2016-10-20 11:39:41 -05:00
Shawn Kwang c93a6f24cf Drupal: Removed view page/option from project preferences.
https://dev.gridrepublic.org/browse/DBOINCP-327
2016-10-20 08:18:37 -05:00
Shawn Kwang 4e9ebe7028 Drupal: Removed view page/option from computing/general preferences.
https://dev.gridrepublic.org/browse/DBOINCP-327
2016-10-20 08:17:27 -05:00