Re: [fossil-users] Notification on new tickets

2013-08-07 Thread Jan Nijtmans
2013/8/6 Mark Janssen : > If I read the source > correctly, the only additional variable that's defined in the ticket scope > is the uuid of the ticket. Correct > I think it would be useful to export more details > of the ticket and document the defined vars in the Admin->Transfer->Ticket > page. A

Re: [fossil-users] Notification on new tickets

2013-08-06 Thread Mark Janssen
On Tue, Aug 6, 2013 at 11:29 AM, Jan Nijtmans wrote: > 2013/8/6 Mark Janssen : > > I have built the leaf of that branch, but I can't find any change with > the > > trunk UI. Any 5 minute getting started doc? > > > > Mark > > In the UI go to "Admin" -> "Transfers" ("Hooks" would be a better > nam

Re: [fossil-users] Notification on new tickets

2013-08-06 Thread Jan Nijtmans
2013/8/6 Mark Janssen : > I have built the leaf of that branch, but I can't find any change with the > trunk UI. Any 5 minute getting started doc? > > Mark In the UI go to "Admin" -> "Transfers" ("Hooks" would be a better name, but this is how it's named currently) Normally there are only "C

Re: [fossil-users] Notification on new tickets

2013-08-06 Thread Eduardo Morras
On Mon, 5 Aug 2013 20:01:12 +0200 Stephan Beal wrote: > On Mon, Aug 5, 2013 at 4:10 PM, Mark Janssen wrote: > > > Fossil has built in RSS feeds with the granularity to only show ticket > > changes. > > > > Historical anecdote: that feature was originally proposed/implemented only > recently (F

Re: [fossil-users] Notification on new tickets

2013-08-06 Thread Mark Janssen
On Tue, Aug 6, 2013 at 12:32 AM, Jan Nijtmans wrote: > 2013/8/5 Mark Janssen : > > Until commit hooks are added (if ever, I do understand the issues behind > > it), I have found a nice workaround which I would like to share. > > There is an experimental branch "tkt-change-hook" which implements >

Re: [fossil-users] Notification on new tickets

2013-08-05 Thread Jan Nijtmans
2013/8/5 Mark Janssen : > Until commit hooks are added (if ever, I do understand the issues behind > it), I have found a nice workaround which I would like to share. There is an experimental branch "tkt-change-hook" which implements exactly that. Feel free to try it and report your findings. Rega

Re: [fossil-users] Notification on new tickets

2013-08-05 Thread Mark Janssen
On Aug 5, 2013 8:01 PM, "Stephan Beal" wrote: > > On Mon, Aug 5, 2013 at 4:10 PM, Mark Janssen wrote: >> >> Fossil has built in RSS feeds with the granularity to only show ticket changes. > > > Historical anecdote: that feature was originally proposed/implemented only recently (February) by David

Re: [fossil-users] Notification on new tickets

2013-08-05 Thread Stephan Beal
On Mon, Aug 5, 2013 at 4:10 PM, Mark Janssen wrote: > Fossil has built in RSS feeds with the granularity to only show ticket > changes. > Historical anecdote: that feature was originally proposed/implemented only recently (February) by David Given. When he first suggested it, it was a "facepalm"

[fossil-users] Notification on new tickets

2013-08-05 Thread Mark Janssen
One of the things that sites like github do much better than fossil at the moment is to keep you informed of new tickets or ticket changes. When you have a reasonable sized userbase this saves a lot of time in needlessly checking the timeline for ticket changes. Until commit hooks are added (if eve