News:

Follow BoincTasks on Twitter Facebook        Visit our website here.
Check out BoincTasks-M on Android and iOS

Main Menu

Recent posts

#12
Wish List / Re: Scroll bar appears
Last post by fred - April 01, 2026, 06:41:09 PM
The sollution is is to resize one of the column to fit.
#14
Wish List / Re: Filter Combine doesn't wor...
Last post by fred - April 01, 2026, 06:19:51 PM
#15
Wish List / Scroll bar appears
Last post by hucker - March 17, 2026, 07:45:28 AM
If I add a lot of columns in task view, a scroll bar appears, even though the columns autoresize to fit the screen:

#16
Wish List / Right click not selecting
Last post by hucker - March 16, 2026, 09:19:30 AM
In the task list, when I right click a task then choose WWW, I often get the wrong project's web page, because it doesn't move the highlight and goes to whatever task was previously highlighted.  It seems completely random whether it does it or not.  I have to left click the task first to be sure.

EDIT: This happens in any view.  I just highlighted every project except LHC and chose suspend.  This worked fine.  Then I right clicked LHC and chose update, but since it remembered the highlight of all the others, it updated everything!  Now I have to wait an hour....
#17
Wish List / Re: Mislabelled project
Last post by hucker - March 14, 2026, 09:25:47 PM
All I know is tasks between the odlk family of projects kept changing project name
#18
Wish List / Re: UI Change Persistence Bug ...
Last post by hucker - March 14, 2026, 09:24:55 PM
this is also happening between time to switch between applications
#19
Wish List / Filter Combine doesn't work on...
Last post by Ytterbium - March 14, 2026, 08:52:57 AM
Hello Fred, would it be possiable to combine on this :

Waiting to run, Suspended:  Waiting for memory
#20
Wish List / UI Change Persistence Bug – Di...
Last post by hucker - March 09, 2026, 09:55:25 PM
�I am experiencing an issue where changes made to the Disk Allowance (Maximum Disk Usage) within the BoincTasks JS interface are not being sent to or saved by the BOINC client.
�The Issue:
�The BoincTasks JS interface showed a limit of 1,000 GB after I edited it.
�However, the actual BOINC client continued to operate under a 1 GB limit.
�Upon restarting the BOINC client, BoincTasks JS reverted to showing the 1 GB limit, indicating that the previous change to 1,000 GB was never actually written to the client's configuration files (e.g., global_prefs_override.xml).
�Steps to Reproduce:
�Open BoincTasks JS and navigate to the preferences/settings for a connected client.
�Change the Disk Allowance from a low value (1 GB) to a higher value (1,000 GB).
�Observe that the UI reflects the change.
�Check the local BOINC Manager or the global_prefs_override.xml file; the change is not present.
�Restart the BOINC client/Manager and note that BoincTasks JS reverts to the old 1 GB value.
�Impact:
This caused the GPU scheduler to halt work fetch requests, as it incorrectly believed the disk was full. The only fix was to bypass BoincTasks JS and update the limit directly in the native BOINC Manager.
�Request:
Could you look into whether there is a "silent failure" occurring when BoincTasks JS attempts to write preference overrides back to the BOINC client? It seems the UI updates locally in the browser, but the RPC command to update the client is either not being sent or is being rejected