Re: [fossil-users] new ticket script changes

2014-09-30 Thread Andreas Kupries
On Tue, Sep 30, 2014 at 11:23 AM, Stephan Beal sgb...@googlemail.com wrote: On Tue, Sep 30, 2014 at 8:14 PM, Gaurav M. Bhandarkar gaurav.a...@gmail.com wrote: I get following error while creating new ticket : ERROR: SQL error: access to table user is restricted error code 23: access to

Re: [fossil-users] new ticket script changes

2014-09-30 Thread Gaurav M. Bhandarkar
OK. Thanks for pointing those out. Another question, is TH1 used only for ticketing? or does it generates most of the web ui too? On Tue, Sep 30, 2014 at 11:53 PM, Stephan Beal sgb...@googlemail.com wrote: On Tue, Sep 30, 2014 at 8:14 PM, Gaurav M. Bhandarkar gaurav.a...@gmail.com wrote: I

Re: [fossil-users] new ticket script changes

2014-09-30 Thread Stephan Beal
On Tue, Sep 30, 2014 at 8:51 PM, Gaurav M. Bhandarkar gaurav.a...@gmail.com wrote: OK. Thanks for pointing those out. Another question, is TH1 used only for ticketing? or does it generates most of the web ui too? th1 is a major component in the ticketing system and has a role in the

Re: [fossil-users] new ticket script changes

2014-09-30 Thread Stephan Beal
On Tue, Sep 30, 2014 at 9:16 PM, Stephan Beal sgb...@googlemail.com wrote: On Tue, Sep 30, 2014 at 8:51 PM, Gaurav M. Bhandarkar gaurav.a...@gmail.com wrote: OK. Thanks for pointing those out. Another question, is TH1 used only for ticketing? or does it generates most of the web ui too?

Re: [fossil-users] new ticket script changes

2014-09-30 Thread Gaurav M. Bhandarkar
Well, I attempted it because http://www.fossil-scm.org/index.html/doc/tip/www/custom_ticket.wiki suggested it was possible. it might be good to automatically scoop up the user's email and put it here On Wed, Oct 1, 2014 at 12:02 AM, Andreas Kupries andre...@activestate.com wrote: On Tue, Sep

Re: [fossil-users] new ticket script changes

2014-09-30 Thread Andreas Kupries
Now I wonder if wrapping the user table into a VIEW is good enough to allow access. Likely not, because that would then be a much too easy way of circumventing the authorizer. On Tue, Sep 30, 2014 at 12:25 PM, Gaurav M. Bhandarkar gaurav.a...@gmail.com wrote: Well, I attempted it because

Re: [fossil-users] new ticket script changes

2014-09-30 Thread Gaurav M. Bhandarkar
views did not work when I executed sql from http://localhost:8080/admin_sql FYI, same error for the http://localhost:8080/tktsetup_com (Edit Ticket Common Script) My script was: ... set assigned_choices { unassigned Mendelssohn another-user } query {SELECT login as xlogin from user} { set

Re: [fossil-users] new ticket script changes

2014-09-30 Thread Ron W
On Tue, Sep 30, 2014 at 2:32 PM, Andreas Kupries andre...@activestate.com wrote: On Tue, Sep 30, 2014 at 11:23 AM, Stephan Beal sgb...@googlemail.com wrote: On Tue, Sep 30, 2014 at 8:14 PM, Gaurav M. Bhandarkar gaurav.a...@gmail.com wrote: I get following error while creating new ticket

Re: [fossil-users] new ticket script changes

2014-09-30 Thread Andy Bradford
Thus said Gaurav M. Bhandarkar on Wed, 01 Oct 2014 00:55:39 +0530: Well, I attempted it because http://www.fossil-scm.org/index.html/doc/tip/www/custom_ticket.wiki suggested it was possible. it might be good to automatically scoop up the user's email and put it here Access may be