From: <vb...@us...> - 2003-09-13 06:59:34
|
Update of /cvsroot/webnotes/webnotes/doc In directory sc8-pr-cvs1:/tmp/cvs-serv24376/doc Modified Files: ChangeLog Log Message: Send email notifications to all moderators / administrators when new notes are submitted or updated. M note_add.php - Send email notification on updating bugs. M core/email_api.php - Support sending emails to all administrators/moderators on new notes / updated notes. Index: ChangeLog =================================================================== RCS file: /cvsroot/webnotes/webnotes/doc/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- ChangeLog 12 Sep 2003 10:58:16 -0000 1.30 +++ ChangeLog 13 Sep 2003 06:59:30 -0000 1.31 @@ -13,7 +13,7 @@ * Added current time, last updated time for each page, number of notes of notes for each page to the manage notes page. * Added support for tracking the number of hits on each page. * Display the number of hits on each page in the manage notes page. - * Added support for sending email notifications for note addition to Administrator. + * Send email notifications to moderators/administrators on addition/update of notes. 06.10-2002 - 2.0.0pr1 (2.0.0 pre-release 1) * Fixed bug causing weird "headers already sent in whatever" errors on some servers |