History 0.7.11 ====== - Added option "Display in English" for those who prefer english output instead of native language (if present) - removed as option but build in fixed: "Number of pending workunits" - added utf-8 encoded russion translation from Sergey Broudkov 0.7.12 ====== - bugfix: average claimed credit/wu was calculated from the wrong values 0.7.13 ====== - added two values in the column "Number of WUs". Prior it was only the number of pending workunits, now it is pending/granted/all workunits. Suggestion from Trux - On the M$ IIS the script encountered an error because lack of the server variable $_SERVER['SCRIPT_FILENAME']. Changed way of retrieving the script filename. Should be no more problem here. 0.7.14 ====== - changed debug trigger to more automatic. If the script is in a (sub-)directory called "beta" it will turn on debugging, else only if explicitly requested by command-line parameter. No more forgetting turning off debug trigger. - added threshold option to ignore workunits with runtime below the user specified value in seconds from beeing involved in the average time/cc/gc calculations - added value of wu beeing below threshold to column "Number of WUs", displayed in red 0.7.15 ====== - changed the threshold not to look for seconds, but for claimed credit. 0.7.16 ====== - In the column "Number of WUs". moved the last value "ignored WUs" to second row. 0.7.17 ====== - added header information: charset=utf-8; 0.7.18 ====== - added Projects: PrimeGrid, Rosetta@home - added option: credits per hour 0.7.19 ====== - corrected calculation of credit/hour 0.7.20 ====== - fixed: Was calculating the average of total credit/hout and not building the sum of all credit/hour values from the host. - fixed: One variable was left hardcoded into the script instead of beiing addressed in the language file. 0.7.21 ====== - changed design of input mask, hopefully this will be less confusing for new users. Now you will be prompted only for you UserID, but you can click on a button "Query by hostIDs" to change userform. - changed input form now is always on top of the page. So when you abort a query, you can still enter the new parameters. - added while loading host stats now you see which # of how many hosts is queried (eg: "(2/26)") - added option to manipulate the order of the hosts (not, ascending, descending) - added Information for users using the Microsoft Internet Explorer, regarding issues with this script and the IE 0.7.22 ====== - fixed MouseOver positions are now beeing displayed at the right height for the M$ Internet Explorer. Found a workaround, not quite good, but working. - fixed The duplicated host information in the html source is now eliminated. Found another way to size the shadow - added Only with the IE: when loading has finished, the table is scrolled into the actual viewport. So you guys at least have one thing the others don't. ;-) - fixed There was an obsolete

-Tag inside the definition of the buttons. This caused the IE to make the buttons larger than it should be. - fixed host information scrolled out of the vewport. This caused the browsers to display a horizontal scrollbar. 0.7.23 ====== - added where the ignored number of workunits is now there is a second value: number of workunits with zero granted credits 0.7.24 ====== - added added the value for zero claimed credits. The cell is now read: pending workunits / granted workunits / total workunits under or equal threshold / zero claimed credits / zero granted credits 0.7.25 ====== - fixed Berkeley changed the output of the result pages. The last WU received value was not found. 0.7.26 ====== - fixed Cell for Numer of WUs was wrapping text on some browsers where it shouldn't do it. 0.7.27 ====== - fixed Due to changes in the users host list, my script was getting all hosts twice. Always looking to get those pages in XML for better compatibility after changes and easier reading, but no success so far. 0.7.28 ====== - changed The options form is now two columns wide to shorten it's length a bit. - added An email address for contact (bugreport, problems) is added. Please don't expect me to answer very fast. It can take up to a week! - added Project SETI beta (Enhanced) 0.7.29 ====== - fixed Boinc has changed the results page for next page. Parsing didn't work. 0.7.30 ====== - fixed ok, the link "Next 20" is not only at the bottom of the page, but was also added at the top but inside of the table, btw. not according to the W3C rules... Now the values are correct again. 0.7.31 ====== - added under the result table there is a button "printable version" which contains only the table. If you have selected nearly all options you may have to select landscape format though... - added In the input form you have now a button to select all options at once - added special css definition for printing (smaller fonts) 0.7.32 ====== - ??? I don't remember, It's to long ago. 0.7.33 ====== - fixed Burp has some "svn" output after the closing tag which confused my script and let it break with an error... 0.7.34 ====== - added Now fetching the total number of results when getting hosts by user. This number is now displayed when getting the results of that host as a guideline how long it will take. 0.7.35 ====== - fixed The timestamp of the "Last WU received" (from the server to that host) is not related to the first WU in the list anymore, but all results are checked. - fixed after moving to new hoster a warning was displayed while fetching data. 0.7.36 ====== - added Elapsed time and estimated time left in the status window while fetching data. At the moment est. time left only for each host not for all hosts. 0.7.37 ====== - changed Pages are not more loaded one after another and before loading the following page the script waits a little amount of time (from 100ms up to 2s), to reduce database load over time. 0.7.38 ====== - fixed estimated time left was going wild... ;-) 0.7.39 ====== - changed due to the already mentioned high database load this script is generating, BOINC implemented a warning message to wait at least xx seconds when the load gets too high. Of course my script will obey this time. 0.7.40 ====== - fixed getting pending credits entering the host id's was only receiving the first results page for each host. Thanks to Luzi, pointing that out. 0.7.41 ====== - added Projects QMC and RCN were added 0.7.42 ====== - added Project SIMAP was added 0.7.43 ====== - fixed various bugs in CSS and html output. - added Project RieselSieve 0.7.44 ====== - changed sorry, don't remember 0.7.45 ====== - fixed pc_functions.php, adopting the new boinc version output - changed all eregi() to preg_match(), hope there is no error in the conversion