Changes between Initial Version and Version 2 of Ticket #8475


Ignore:
Timestamp:
Oct 15, 2012, 3:04:27 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

I think your problem is tracked in #9742. Please track that ticket, and once the issue is fixed, drop your tables and reinstall.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8475

    • Property Status changed from new to closed
    • Property Resolution changed from to duplicate
  • Ticket #8475 – Description

    initial v2  
    1 The link for AnnouncerPlugin on http://trac-hacks.org/wiki/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).
     1The 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).
    22
    33I'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.
     
    1313
    1414{{{
     15#!sh
    1516sqlite> select * from subscription_attribute;
    16171|ivoras|1|WatchSubscriber|wiki|WikiStart
     
    2122
    2223{{{
     24#!ini
    2325[announcer]
    2426email_address_resolvers = SpecifiedEmailResolver, SessionEmailResolver