Commit Graph

20570 Commits

Author SHA1 Message Date
Kevin Reed 53ae69f670 Modify the behavior of the blinking box around the notices button
in the simple view.  The color of the blinking box will be Red by
default but can be overriden by a tag <notices_alert_color> in a
skin.xml file.
2013-05-13 17:57:32 -05:00
David Anderson e12280909f web: fix PHP warnings, and a small bug in forum search 2013-05-13 12:29:07 -07:00
Rom Walton 24e46aebe2 WIN: Reintroduce the application manifest for the core client. If BOINC was launched from an unprivileged (non-admin/not part of boinc_users/boinc_admin) attempts to write state files were re-directed to the VirtualStore instead of failing. Once things were fixed other random issues would occur. 2013-05-13 10:48:48 -04:00
David Anderson 9ae633a9bb Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2 2013-05-10 22:36:43 -07:00
David Anderson 2ea7038f71 Unix install: use $(INSTALL) for directories 2013-05-10 14:34:42 -07:00
Rytis Slatkevicius f34e7c10df Show the number of feeder slots for each application (based on app weight) in the ops pages 2013-05-10 10:17:39 +03:00
David Anderson b8edb91ec1 web: fix PHP warnings, and use HTTPS for all forms with password 2013-05-09 22:49:25 -07:00
David Anderson 4323afee1f client: task schedule tweak to avoid starvation case
In enforce_run_list(), don't count the RAM usage of NCI tasks.
NCI tasks run sporadically, so it doesn't make to count it;
doing so can starve regular jobs in some cases.
2013-05-09 15:24:44 -07:00
David Anderson 287074628b Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2 2013-05-09 15:24:35 -07:00
David Anderson ea114741b9 volunteer data archival: various fixes 2013-05-09 14:53:26 -07:00
Rom Walton a627b1a9a5 VBOX: Break the modify VM phase into smaller chunks. Some platforms do not support turning off LPT ports for instance. 2013-05-09 10:04:26 -04:00
David Anderson 7a63c1bb71 web: PHP warning fix 2013-05-08 23:08:50 -07:00
David Anderson 78c6cac276 web: fix PHP warnings 2013-05-08 22:42:43 -07:00
David Anderson bb2ee893d3 wrapper: add task time limit feature 2013-05-08 22:38:44 -07:00
David Anderson dd89b5a5e9 Unix install: copy .po files as non-executable 2013-05-08 15:36:19 -07:00
David Anderson 4927acf25a scheduler: fix bug in copying long XML elements 2013-05-08 15:34:37 -07:00
Joachim Fritzsch 8e566a62fc android: optimization of client start/stop routine
android: show suspend by user of tasks
android: bugfix persistent preferences after update
2013-05-08 18:28:17 +02:00
Charlie Fenton 94cf746fde Mac: Update SetVersion utility for better compatibility with GIT, update product copyright strings to 2013 2013-05-08 03:11:57 -07:00
Joachim Fritzsch 8e333117cb Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2 2013-05-07 19:53:36 +02:00
Joachim Fritzsch c945adf33c android: visual feedback for task operations
android: corrected status strings
android: higher GUI update rate (1s)
2013-05-07 19:53:20 +02:00
Joachim Fritzsch 9c23a48792 android: longer interval for graceful client shutdown. 2013-05-07 12:42:41 +02:00
David Anderson b0555bbf24 web: fix some PHP warnings 2013-05-07 00:53:06 -07:00
David Anderson 4cf6a26341 Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2 2013-05-06 18:46:17 -07:00
David Anderson 250251d258 Move comment blocks to the end of .xpm files so tools can parse them 2013-05-06 18:46:11 -07:00
David Anderson 82b153b75d admin web pages: validate some input values 2013-05-06 16:41:55 -07:00
Rom Walton b16f08042e Update vbox project file to 26020 2013-05-06 15:27:23 -04:00
David Anderson 9c0da17e2f Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2 2013-05-06 11:58:06 -07:00
David Anderson 767054fa87 wrapper: resolve names of zip and unzip files 2013-05-06 01:48:06 -07:00
Charlie Fenton fc0e6d20a0 VBOX: a value of 0 in <cpu_usage_limit> means "no limit", so set it to 100 if it is 0. 2013-05-06 01:06:08 -07:00
Charlie Fenton 99c0b80b96 VBoxWrapper: Balance braces because unbalanced braces confuse Xcode's text editor. 2013-05-06 00:47:50 -07:00
David Anderson ac66666ed6 fix PHP warnings 2013-05-05 01:26:17 -07:00
Joachim Fritzsch d50d0f9495 Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2 2013-05-04 19:25:44 +02:00
Joachim Fritzsch 346a1bbcf5 android: fix graphics bug
android: fix notification bugs
2013-05-04 19:25:27 +02:00
David Anderson c93b12dd60 web: fix PHP warnings 2013-05-04 10:15:04 -07:00
Joachim Fritzsch e5c698863a android: harmonized status strings 2013-05-04 12:08:50 +02:00
Keith Uplinger 69ab6f570c Remove extra logging from getStatus 2013-05-04 10:25:14 +02:00
Keith Uplinger a597c2d24f Changes to the rpc api that gets more details for the results and applications. Used in the task pull down. 2013-05-04 10:21:34 +02:00
Keith Uplinger ddc2d02e6e Task expansion capability. 2013-05-04 10:16:33 +02:00
Keith Uplinger ef6b24fe2b Changes to show elapsed time on Android Changes to be committed:
modified:   res/layout/tasks_layout_listitem.xml
	modified:   src/edu/berkeley/boinc/adapter/TasksListAdapter.java

Signed-off-by: Keith Uplinger <uplink@us.ibm.com>
2013-05-04 10:16:33 +02:00
Keith Uplinger a5890aa1be Add notification for Android. 2013-05-04 10:16:32 +02:00
Keith Uplinger aa5776e00b Added a change to show the status of the agent in the top menu bar... 2013-05-04 10:16:32 +02:00
Keith Uplinger 20dc090739 Create an add projects button below the last active project in the projects page. 2013-05-04 10:16:32 +02:00
David Anderson 6b22ba2902 web: fix PHP warning 2013-05-04 00:01:20 -07:00
David Anderson 98751b9046 - remote job submission (i.e. Condor interface): add missing fclose() 2013-05-03 22:40:46 -07:00
David Anderson 4f7bd9e7ad web: user $x = new StdClass instead of $x = null for new objects 2013-05-03 22:12:26 -07:00
David Anderson f1dd8cec18 - comment tweaks 2013-05-03 15:14:00 -07:00
David Anderson c8c1140be2 Unix build: install locale files as regular files, not executable 2013-05-03 15:13:17 -07:00
David Anderson 55bb13a441 - minor security fix for online help page 2013-05-03 15:11:37 -07:00
David Anderson 1a1a01c103 - server: initialize result.size_class and workunit.size_class to -1 2013-05-03 15:09:45 -07:00
David Anderson 735e2ef394 - client emulator: show jobs in summary file 2013-05-03 15:08:06 -07:00