Re: [fossil-users] limited ticketing

2011-11-18 Thread Jiri Navratil
+1 for simple approach with focus to internal development --- Jiri Navratil 18. 11. 2011 v 3:44, Steve Bennett : > I agree. One of the strengths of the fossil ticketing system is it's > integration with the scm history, which is not what you would not want for a > customer-facing ticketing sys

Re: [fossil-users] limited ticketing

2011-11-18 Thread Stephan Beal
On Thu, Nov 17, 2011 at 10:55 PM, Ron Wilson wrote: > if {$login eq $submitter} { > things that only the submitter is allowed to do > } > > You could do similar with an assignedto field, as well. > Yes, but... then the JSON API would also have to support th1, which it doesn't (and isn't pla

Re: [fossil-users] limited ticketing

2011-11-18 Thread Remigiusz Modrzejewski
On Nov 18, 2011, at 3:41 AM, Tomek Kott wrote: > If we have granular permissions for tickets, then we should probably also > have it for the wiki (view attachments, view history), we should also > separate attach and delete for wiki and tickets, and maybe even throw in > permissions related to th

Re: [fossil-users] limited ticketing

2011-11-18 Thread Ron Wilson
On Fri, Nov 18, 2011 at 5:28 AM, Stephan Beal wrote: > On Thu, Nov 17, 2011 at 10:55 PM, Ron Wilson wrote: >> >> if {$login eq $submitter} { >>      things that only the submitter is allowed to do >> } >> >> You could do similar with an assignedto field, as well. > > Yes, but... then the JSON API

Re: [fossil-users] limited ticketing

2011-11-18 Thread Ron Wilson
On Fri, Nov 18, 2011 at 5:36 AM, Remigiusz Modrzejewski wrote: > > You know that by similar funny "implications" we can "prove" that most of > Fossil is actually > redundant...  Actually, why do we even have a permission system, if Fossil is > an internal > development tool? Last I looked, the

Re: [fossil-users] limited ticketing

2011-11-18 Thread Stephan Beal
On Fri, Nov 18, 2011 at 4:02 PM, Ron Wilson wrote: > In most work environments, I would not expect users outside of the > software team to be knowledgeble enough to use a JSON based "front > end" not served by either Fossil or another company server. > Yes, but "security via obfuscation" isn't a

Re: [fossil-users] limited ticketing

2011-11-18 Thread Ron Wilson
We are not using the limitations the original request suggested, though I did put in some TH1 code for the purpose of encouraging following the process flow. This was mostly to make the non-software people more comfortable. (Fossil's ticket system is quite good. The only people I personaly know wh