mirror of https://github.com/BOINC/boinc.git
41 lines
1.1 KiB
Plaintext
41 lines
1.1 KiB
Plaintext
David Jan 1 2008
|
|
- fixed bug in upgrade
|
|
|
|
checkin_notes_2007 (new)
|
|
tools/
|
|
upgrade
|
|
|
|
David Jan 1 2008
|
|
- web: My Account page, other user account page, and profile pages
|
|
now have community info in a 2nd column on the right.
|
|
This accomplishes two things:
|
|
1) it puts community info in more places;
|
|
2) it provides a reasonable way to format long lists of friends;
|
|
they just continue down the right column.
|
|
|
|
html/
|
|
inc/
|
|
profile.inc
|
|
user.inc
|
|
util.inc
|
|
ops/
|
|
profile_screen_form.php
|
|
user/
|
|
home.php
|
|
profile_rate.php
|
|
show_user.php
|
|
view_profile.php
|
|
|
|
Charlie Jan 2 2008
|
|
- Mac Client: revert to using older API NXIdleTime() to get user
|
|
idle time because the newer APIs CGSSecondsSinceLastInputEvent()
|
|
and CGEventSourceSecondsSinceLastEventType() don't work properly
|
|
when running as a daemon.
|
|
|
|
client/
|
|
hostinf_unix.C
|
|
main.C
|
|
lib/
|
|
hostinfo.h
|
|
|