Noah Kantrowitz wrote: > > On Jun 26, 2008, at 2:38 PM, Eirik Schwenke wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Noah Kantrowitz skrev 26-06-2008 19:53: >> | >> | On Jun 26, 2008, at 1:50 PM, Eirik Schwenke wrote: >> |> Btw, is there a built in scheduler(aka cron) in trac ? It would >> certainly >> |> be nice to have this feature as part of the system, if it isn't >> already >> |> (eg with automatic escalation of old bugs, optional automatic >> transition >> |> to "won't fix" for "dead" bugs, nagging devs etc). >> | >> | As a webapp, this isn't possible. Some long-running daemon has to >> handle >> | timing, though Trac can handle everything else. I saw a TracCron >> plugin a >> | long time ago that just set things up so you ran "wget >> | http://server/trac/cron" from cron, and it handled the scheduling >> and such. > > Here is the blog post I saw: > > http://weblog.greenpeace.org/it/2006/07/trac_via_email_the_hard_way.html > > I don't see any code though, so maybe it isn't released to the public. > > --Noah >
We are also thinking about implementing some sort of calendar in trac. It would need to send reminders. I think it's best to have a daemon running, like cron or something similar, or maybe even a custom job, and building a Trac plugin to that gives it a web UI. It should be extensible so ppl can implement all sorts of crazy things like closing tickets after no activity for x days. Even if it could just schedule an http callback with some sort of UID to remember what the task was. I don't like the polling idea either. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
