2008/7/9 Mike Lee <[EMAIL PROTECTED]>: > > Hi all, > > This is my first post on the devel list. > > I am finishing a plugin for Trac that uses XMLRPC calls to synchronize its > milestones with user stories we've stored in a Drupal cms. Since trac > milestone names are used as the keys, it's necessary to let the external > Drupal system know every time a milestone name is modified, so that > everything in the drupal system that relies upon those keys can be updated > too. > > I see that some of you are working on the database model right now, so > thought I'd throw out a suggestion: It could be very nice to have extension > points available before and after any database CRUD transactions, i.e. pre- > and post-commit, at least for tickets and milestones. > > Does this seem like a useful addition?
This already exists for ticket and wiki changes (I(Ticketi|Wiki)ChangeListener). It would be good to have this type of interface available uniformly across all models though, I agree. -- And the next thing you know, you're at the zoo, shaving a yak, all so you can wax your car. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en -~----------~----~----~----~------~----~------~--~---
