-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am 03.10.2011 22:47, schrieb j98789 hotmail: > [...] > RepositoryManager::notify() is called and gets a changeset generated by > my repository that even has the correct commit message. > But no tickets are updated .... :-(( > > It looks the repository manager has no change_listeners. But I don't > know why. Something missing in the configuration, must I subclass > repositorymanager too?? > > What's missing???
I can't see any IRepositoryChangeListener implementation in Trac core. Because I don't use any repository with Trac I'm not experienced at all with this stuff, but I think the repository manager is ok. You'll need to write your own ticket manipulator, that `implements(IRepositoryChangeListener)` in it's class instead. Just my 2ct's, as far as I understand the interface and Trac component system in general. Steffen Hoffmann (hasienda) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk6KKtQACgkQ31DJeiZFuHeQCgCg5tSnQfcIyHcIVMYJ7sXzWx1d VuAAn0gsEhffMuwdKH/kGagZcR/lwwmv =KJrF -----END PGP SIGNATURE----- _______________________________________________ th-users mailing list [email protected] https://lists.trac-hacks.org/mailman/listinfo/th-users
