From b77be2204b4e6f655d7e9f462bb3dc9c935ac120 Mon Sep 17 00:00:00 2001 From: "Janus B. Kristensen" Date: Thu, 6 Jan 2005 12:09:59 +0000 Subject: [PATCH] Users can ignore other users in the forums svn path=/trunk/boinc/; revision=5001 --- checkin_notes | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/checkin_notes b/checkin_notes index 8ee2622050..2aaf440ead 100755 --- a/checkin_notes +++ b/checkin_notes @@ -22092,3 +22092,19 @@ Bruce 6 Jan 2005 make-sea.sh Makefile.in BOINC/ [THIS DIRECTORY IS SPURIOUS: NO LONGER NEEDED] + +Janus 6 Jan 2005 + - Added support for an "Ignore" function in the forums + Users can now ignore a list of other users. The ignored + posts will appear as filtered. + + To use this the forum_preferences table needs a new + column: + + ALTER TABLE `forum_preferences` ADD `ignorelist` VARCHAR( 254 ) NOT NULL ; + /html/user + edit_forum_preferences_form.php + edit_forum_preferences_action.php + /html/inc + forum.inc +