Commit Graph

30977 Commits

Author SHA1 Message Date
Charlie Fenton cb45ab59d2 Mac: Fix wxWidgets 3.1.0 Mac-only bug when wxStaticBox has no label (this bug has been fixed in wxWidgets 3.1.1) 2018-03-20 02:01:28 -07:00
tristanolive 20b634b0fd
Merge pull request #2408 from drshawnkwang/drupal_fix-prefxmltrim
Drupal: Trim strings in project-specific XML to help translators.
2018-03-15 10:49:40 -04:00
tristanolive 8c7c645b1d
Merge pull request #2407 from drshawnkwang/drupal_feature-deleteteam-utility
Drupal: Add team  delete utility for SPAMMER teams
2018-03-15 10:44:21 -04:00
Shawn Kwang 9a7627c9e8 Drupal: Trim strings in project-specific XML to help translators.
Add custom trim function to code where the strings in the project-specific XML are aded to translation table(s).
Custom function removes whitespace from beginning and end of each line, separated by newline.

https://dev.gridrepublic.org/browse/DBOINCP-418
2018-03-14 10:27:51 -05:00
Shawn Kwang e4414e1e90 Drupal: Fixed minor scrutinizer issues in PHP. 2018-03-14 09:06:30 -05:00
Shawn Kwang dd4a0e969e Drupal: Added misc help text. 2018-03-14 08:25:06 -05:00
Shawn Kwang 5f2d678c1f Drupal: Fixed bugs.
Fixed link to teams, use relative URL.
Added link in message to site maintenance admin page.
2018-03-14 08:12:43 -05:00
Shawn Kwang 2686231299 Drupal: Add boincteam utility to delete spammer teams.
Adds an admin page where the admin may select and delete teams that meet a certain SPAMMER criteria. Deletion is handled through drupal batch operation.

https://dev.gridrepublic.org/browse/DBOINCP-364
2018-03-14 08:12:43 -05:00
tristanolive bb695bb256
Merge pull request #2402 from drshawnkwang/drupal_fix-boinc_standard-Feature
Drupal: updated Strongarm variable to reflect new HTMLPurifier version
2018-03-09 11:11:23 -05:00
Oliver Bock c17e730d78 Drupal: updated Strongarm variable to reflect new HTMLPurifier version
Regression/missing in 9de2db9a
2018-03-09 08:20:28 -06:00
tristanolive f95ebc5e27
Merge pull request #2397 from drshawnkwang/drupal_update-htmlpurifierlibrary
Drupal: updated HTMLpurifier library to version 4.10.0.
2018-03-08 10:03:34 -05:00
tristanolive 64f75f7154
Merge pull request #2400 from drshawnkwang/drupal_fix-rules-updates
Drupal: Rules updates
2018-03-08 09:41:34 -05:00
tristanolive 2f093446c1
Merge pull request #2396 from drshawnkwang/drupal_feature-views-readonlyDB
Drupal: Set additional Views to use replica DB.
2018-03-08 09:36:25 -05:00
Shawn Kwang d298973366 Drupal: Added additional text to email message. 2018-03-07 13:49:17 -06:00
Shawn Kwang 267a83572e Drupal: Added rule for forum topic moving. 2018-03-07 13:49:16 -06:00
Shawn Kwang 8fcbe781db Drupal: Modified some name/title strings to be more clear and concise. 2018-03-07 13:49:16 -06:00
Shawn Kwang f6d7688437 Drupal: Fixed bug where wrong 'parent' variable was used. 2018-03-07 13:49:16 -06:00
Shawn Kwang e0190c8876 Drupal: Added rule when topic is moved to a separate forum. Edited rule 'edit' notification will only trigger when body text has changed. 2018-03-07 13:49:16 -06:00
Shawn Kwang fdfc2ce848 Drupal: Added rules to send separate notifications for lock, sticky, and edit (not lock or sticky) actions. 2018-03-07 13:49:15 -06:00
Shawn Kwang 03d8d99076 Drupal: Added line breaks to rules email messages.
https://dev.gridrepublic.org/browse/DBOINCP-298
2018-03-07 13:49:15 -06:00
Kevin Reed 0ada71f227
Merge pull request #2387 from BOINC/dpa_parse
Fix VS compile warnings.  No functional change.
2018-03-07 11:37:10 -06:00
Kevin Reed ce5d3ed79f
Merge pull request #2385 from BOINC/dpa_token
web: in download.php, use current login token if recent
2018-03-07 11:11:42 -06:00
Kevin Reed 7b7a1843f1
Merge pull request #2384 from BOINC/dpa_filenames
client: not an error if a file starts with account_ but is not accounting file
2018-03-07 10:54:38 -06:00
Kevin Reed 8cac8d1617
Merge pull request #2382 from BOINC/dpa_passwd4
web: add "show password" checkbox to login form
2018-03-06 19:52:11 -06:00
Kevin Reed 85d598abc7
Merge pull request #2381 from BOINC/dpa_passwd3
web: fix bugs in change-password page.
2018-03-06 19:26:19 -06:00
Kevin Reed 876278fecc
Merge pull request #2355 from BOINC/dpa_download
Make download.php (for auto-attach) work for both test and production
2018-03-06 18:34:01 -06:00
Kevin Reed 93bb8d0117
Merge pull request #2376 from marius311/revert_urlbase
Revert "web: always use secure URL base if available."
2018-03-06 15:41:06 -06:00
Shawn Kwang eaffc603a4 Drupal: View boinc_users to use boinc_ro replica DB. Some boinc_teams sub-views set to use replica DB as well, on a title-by-title basis. 2018-03-06 12:28:13 -06:00
Shawn Kwang 9de2db9a0a Drupal: updated HTMLpurifier library to version 4.10.0.
https://dev.gridrepublic.org/browse/DBOINCP-424
2018-03-06 12:04:08 -06:00
David Anderson 2444971f69 Fix VS compile warnings. No functional change. 2018-03-01 14:16:53 -08:00
David Anderson 3338fcdd19 web: in download.php, use current login token if recent
Generate a new login token only if the current one is older than a day.
That way if a user does several downloads in quick succession
(for whatever reason) autoattach will work with all of them.
2018-02-28 16:27:00 -08:00
David Anderson 66127de897 client: not an error if a file starts with account_ but is not account file
For example, if you rename account_X.xml to account_X.xml.bak,
if should not be reported as an error.
Same for statistics files.
2018-02-28 16:16:52 -08:00
David Anderson 17222d1662 change ops/get_versions.php to get dev versions too 2018-02-28 01:15:53 -08:00
David Anderson c6744a830c web: add "show password" checkbox to login form 2018-02-27 16:56:59 -08:00
David Anderson 07e09b0b04 web: fix bugs in change-password page.
BTW, I'd like to have a "show password" checkbox here
for people with no one looking over their shoulder.
Maybe later.
2018-02-27 16:29:49 -08:00
David Anderson 4d3a787498
Merge pull request #2378 from AenBleidd/fix_copyright
Fix copyright year
2018-02-26 11:45:44 -08:00
Vitalii Koshura a9d5b8ef1a
Fix copyright year
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2018-02-26 16:49:02 +02:00
marius e65aaa4c08 Revert "web: always use secure URL base if available."
This reverts commit 1140ec069d.
2018-02-25 22:57:15 +01:00
David Anderson 26f7c8fc3f
Merge pull request #2375 from AenBleidd/fix_2372_copyright
[Manager] Fix copyright year in About window
2018-02-22 19:39:19 -08:00
David Anderson 5b2eaeea35
Merge pull request #2374 from BOINC/fix_client_crash_Mac_OS10.6-10.11
Fix client crash on Mac OS 10.6 - 10.11 when built under OS 10.12 or later
2018-02-22 19:38:58 -08:00
Vitalii Koshura d5e8ab2c64
[Manager] Fix copyright year in About window
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2018-02-23 03:20:51 +02:00
Charlie Fenton b0e8ef703e Mac (fix comments in previous commit): Patch ares_config.h and curl_config.h to not use clock_gettime(), which is defined in OS 10.12 SDK but was not available before OS 10.12. This caused the client built on OS 10.12 or OS 10.13 to crash on launch when run on older versions of OS X. 2018-02-22 06:23:16 -08:00
Charlie Fenton 8df90ff022 Mac: Patch ares_config.h andcurl_config.h to not use clock_gettime(), which is defined in OS 10.11 SDK but was not available before OS 10.11. This caused the client built on OS 10.11 or OS 10.12 to crash on launch when run on older versions of OS X. 2018-02-22 06:09:41 -08:00
Kevin Reed f96100f621
Merge pull request #2362 from AenBleidd/fix_2357_la
Update links in license files to point correct link to sources
2018-02-21 08:32:45 -06:00
Vitalii Koshura fc1aaebe80
Fix fsf.org links
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2018-02-18 03:29:48 +02:00
Vitalii Koshura b13f09d066
Update links in license files to point correct link to sources
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2018-02-18 00:53:30 +02:00
David Anderson 233e843bff Make download.php (for auto-attach) work for both test and production
A new ?dev=1 arg tells it to show Development versions of the client
2018-02-16 15:40:38 -08:00
Kevin Reed 7db5260f87
Merge pull request #2311 from BOINC/dpa_sim
fix client simulator build
2018-02-16 13:21:48 -06:00
Kevin Reed 35457cbc70
Merge pull request #2344 from RichardHaselgrove/update_development_version_7.11
Update development version to 7.11
2018-02-16 10:57:07 -06:00
tristanolive f3692261cd
Merge pull request #2295 from drshawnkwang/drupal_feature-rules-notifymoderators
Drupal: Add additional rules to notify moderators when forum related actions occur.
2018-02-15 10:08:44 -05:00