From 19ac33738a181c8f4ea019637032ce6c58b3a353 Mon Sep 17 00:00:00 2001 From: "Janus B. Kristensen" Date: Sun, 5 Oct 2008 16:33:46 +0000 Subject: [PATCH] svn path=/trunk/boinc/; revision=16135 --- checkin_notes | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/checkin_notes b/checkin_notes index 2b5a93f9f9..606466d7c2 100644 --- a/checkin_notes +++ b/checkin_notes @@ -8048,3 +8048,33 @@ David 4 Oct 2008 - changed some comments for Doxygen client/*.h + +Janus 5 Oct 2008 + - Projects can override the login form by defining their own replacement + print_login_form_aux/print_login_form in their project.inc file + - Fixed a case of bad coding where variables where called "1", "2"... instead + of something more telling like "role1" etc. + - Fixed forum posts display to work even in the case of minor + database inconsistencies + - Added "Highlight special user"-feature which will highlight special user + posts on the forum. (requires database update) + - Made the forum post body background 25% transparent in white.css for + browsers that support transparency. This gives a nice effect combined + with the highlight-feature. + + html/ + inc/ + forum.inc + util.inc + ops/ + db_update.php + manage_special_users_action.php + manage_special_users.php + user/ + img/ + 75pct_white.png + edit_forum_preferences_action.php + edit_forum_preferences_form.php + white.css + forum_forum.php +