mirror of https://github.com/BOINC/boinc.git
110 lines
3.0 KiB
Plaintext
110 lines
3.0 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.
|
|
- Mac: Update script which sets BOINC up to run as a daemon so it
|
|
works properly under OS 10.5.
|
|
|
|
client/
|
|
hostinfo_unix.C
|
|
main.C
|
|
lib/
|
|
hostinfo.h
|
|
mac_build/
|
|
Make_BOINC_Service.sh
|
|
|
|
David Jan 1 2008
|
|
- web: add "Find friends" link to private friends list
|
|
- web: in user search form, give input focus to name field
|
|
|
|
html/
|
|
inc/
|
|
user.inc
|
|
user/
|
|
user_search.php
|
|
|
|
David Jan 3 2008
|
|
- make_project: prepend "./" to config.xml script names in case "." is not
|
|
in Apache's search path
|
|
- web: show UOTD text correctly
|
|
- web: memoize profile_screening() in attempt to fix out-of-memory error
|
|
when building profile pages on S@h
|
|
- web: move gallery.inc into update_profile_pages and remove it
|
|
|
|
html/
|
|
inc/
|
|
gallery.inc (removed)
|
|
profile.inc
|
|
uotd.inc
|
|
ops/
|
|
update_profile_pages.php
|
|
tools/
|
|
make_project
|
|
|
|
David Jan 3 2008
|
|
- web: fix broken link for profile like/don't like.
|
|
TODO: currently these don't do anything useful. Fix this.
|
|
|
|
html/inc/
|
|
profile.inc
|
|
|
|
David Jan 3 2008
|
|
- API: on Mac, call getrusage() from timer thread
|
|
(since calling it from worker thread causes crashes).
|
|
On Linux, call getrusage() from the worker thread
|
|
(since calling it from the timer thread returns zero on some systems).
|
|
- stripcharts: make it work even if Perl is not in path (from Eric Myers)
|
|
|
|
api/
|
|
boinc_api.C
|
|
stripchart/
|
|
stripchart
|
|
|
|
David Jan 4 2008
|
|
- web: add RSS feed for notifications
|
|
- make_project: disable community-related periodic tasks
|
|
for newly-created projects
|
|
|
|
html/
|
|
inc/
|
|
forum.inc
|
|
friend.inc
|
|
notify.inc (new)
|
|
pm.inc
|
|
user.inc
|
|
user/
|
|
img/
|
|
rss_icon.gif
|
|
sample_index.php
|
|
tools/
|
|
make_project
|