Changes between Version 18 and Version 19 of PrivateCommentPlugin


Ignore:
Timestamp:
Jul 8, 2010, 9:58:20 AM (14 years ago)
Author:
Michael Henke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PrivateCommentPlugin

    v18 v19  
    3030in the private_comment table.
    3131Just place the script cpce.py into your trac context and run it
     32
     33=== Email notification ===
     34
     35Email notifcations are not filtered and, as far as I know, can't be filtered via a plugin.
     36To filter the notications I made some minor core changes. If a comment is private the text
     37'the ticket is processed internally' will be set a comment text.
     38
     39You can install the filtering by using the notification_patch.patch file from svn.
    3240
    3341=== Other Bugs  ===