I updated my tracdiscussion to:
URL: http://trac-hacks.org/svn/discussionplugin/0.11
Repository Root: http://trac-hacks.org/svn
Repository UUID: 7322e99d-02ea-0310-aa39-e9a107903beb
Revision: 6310
Node Kind: directory
Schedule: normal
Last Changed Author: Blackhex
Last Changed Rev: 6310
Last Changed Date: 2009-07-29 07:32:55 -0400 (Wed, 29 Jul 2009)
The notifications are still not working, seems like the listeners are not being registered.
I added:
self.log.error('self.message_change_listeners: ' + str(self.message_change_listeners))
to line 1167 of api.py and it prints:
2009-07-29 09:11:35,217 Trac[api] ERROR: self.message_change_listeners: []
I read http://trac.edgewall.org/wiki/TracDev/ComponentArchitecture but could not figure out how to get it registered. Is it a configuration issue or something else?
Let me know if there is anything I can do to help. I love the discussions and am excited about the notifications support.