From: <vb...@us...> - 2002-09-19 05:15:50
|
Update of /cvsroot/webnotes/webnotes/doc In directory usw-pr-cvs1:/tmp/cvs-serv6789/doc Modified Files: ChangeLog Log Message: - Fixed a typo in the name of note_update_visibility() - Added to the phpnet theme the [ actions ] to change the visibility of a note. - Display in phpnet theme the visibility of notes if the user can moderate. - Filtering all notes in the pages based on access rights, rather than only viewing accepted independent of access rights. Index: ChangeLog =================================================================== RCS file: /cvsroot/webnotes/webnotes/doc/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- ChangeLog 18 Sep 2002 13:17:42 -0000 1.16 +++ ChangeLog 19 Sep 2002 05:15:47 -0000 1.17 @@ -32,6 +32,8 @@ * Added user sign up support ($g_allow_signup) * Added core/enum_api.php to support enumeration strings. * Built infrastructure for multiple access levels. + * Implemented inline moderation where the moderators can moderate notes on the actual pages. + * Viewing notes based on access level rather than displaying all accepted notes for everybody. 03.12.2000 - 1.0.0 |