Changes between Initial Version and Version 2 of Ticket #8475
- Timestamp:
- Oct 15, 2012, 3:04:27 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8475
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
duplicate
-
Property
Status
changed from
-
Ticket #8475 – Description
initial v2 1 The link for AnnouncerPlugin on http://trac-hacks.org/wiki/AnnouncerPluginfor Trac 0.12 doesn't work so I've downloaded from trunk. Immediately after installation there was a problem with tables not being created in the trac database (and a request for running trac-admin ... upgrade which did nothing and reported that it doesn't need upgrading).1 The link for AnnouncerPlugin for Trac 0.12 doesn't work so I've downloaded from trunk. Immediately after installation there was a problem with tables not being created in the trac database (and a request for running trac-admin ... upgrade which did nothing and reported that it doesn't need upgrading). 2 2 3 3 I've created the tables from looking at the code of the plugins (tables subscription and subscription_attribute from SCHEMA in api.py) and that apparently worked, except e-mails for wiki changes are not sent at all. … … 13 13 14 14 {{{ 15 #!sh 15 16 sqlite> select * from subscription_attribute; 16 17 1|ivoras|1|WatchSubscriber|wiki|WikiStart … … 21 22 22 23 {{{ 24 #!ini 23 25 [announcer] 24 26 email_address_resolvers = SpecifiedEmailResolver, SessionEmailResolver