Custom Query (981 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 981)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#741 fixed "Requesting 0 seconds of work"-text may be confusing davea jbk
Description

In certain situations (for instance when a project has flagged that the client should check back for aborted results now and then) the repeated log messages "Sending scheduler request: Requested by project. Requesting 0 seconds of work, reporting 0 completed tasks" seem to annoy users. This is especially the case when they have selected "No more work" or similar (does this also happen when a project is suspended?) when the log message is still printed.

Solution: To make users happy find another wording for 0 second scheduler requests that does not include the word "work". For instance only include text about work and completed tasks if the relevant number is greater than 0.

#820 fixed "Terms of use" feature causes warning in get_project_config.php davea Nicolas
Description

I just looked at my project's get_project_config.php. I'm not using the "terms of use" feature (only one project is using it as far as I know). The get_project_config output looks like this:

<?xml version="1.0" encoding="ISO-8859-1" ?>
<project_config>
    <name>...</name>
    <master_url>...</master_url>
<local_revision>16766M</local_revision>
<web_stopped>0</web_stopped>
    <account_creation_disabled/>

        <min_passwd_length>6</min_passwd_length>
    <sched_stopped>0</sched_stopped>
<platforms>
  <platform>
    <platform_name>i686-apple-darwin</platform_name>
    <user_friendly_name>Mac OS 10.4 or later running on Intel</user_friendly_name>
  </platform>
  <platform>
    <platform_name>i686-pc-linux-gnu</platform_name>
    <user_friendly_name>Linux running on an Intel x86-compatible CPU</user_friendly_name>
  </platform>
  <platform>
    <platform_name>windows_intelx86</platform_name>
    <user_friendly_name>Microsoft Windows (98 or later) running on an Intel x86-compatible CPU</user_friendly_name>
  </platform>
  <platform>
    <platform_name>x86_64-pc-linux-gnu</platform_name>
    <user_friendly_name>Linux running on an AMD x86_64 or Intel EM64T CPU</user_friendly_name>
  </platform>
</platforms>
<br />
<b>Warning</b>:  file_get_contents(../../terms_of_use.txt)
[<a href='function.file-get-contents'>function.file-get-contents</a>]:
failed to open stream: No such file or directory in
<b>/home/nicolas/projects/boinctest/html/user/get_project_config.php</b>
on line <b>122</b><br />

</project_config>

The script should be checking if the file exists before trying to read it.

#1016 fixed "ati_check" in sched_customize davea sesef
Description

I think here should be

hu.natis = ndevs; 

not

hu.ncudas = ndevs;
1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracQuery for help on using queries.