Re: [fossil-users] ticket assignment

2010-05-14 Thread zachtodd
I have introduced a new capability 'q', or "assign ticket". It is not a default out of the box, but can easily be added to groups or individuals as needed. This is in addition to the "my tickets" report that is now displayed as part of the ticket reports page. diff -rupN fossil_src_orig/src

Re: [fossil-users] ticket assignment

2010-05-13 Thread zachtodd
round with this to see what feels right. If anyone has further suggestions on the look/feel, or implementation, please let me know. -Original Message- From: "Joshua Paine" Sent: Thursday, May 13, 2010 11:11am To: fossil-users@lists.fossil-scm.org Subject: Re: [fossil-user

Re: [fossil-users] ticket assignment

2010-05-13 Thread Chris
This is precisely the capability I need for a documentation project rather than coding project. I want reassignments within the ticket system but do not want to grant all assignees the developer permissions applicable to the source code side of fossil. Chris Peachment On Thu, 2010-05-13 at 11:11

Re: [fossil-users] ticket assignment

2010-05-13 Thread Joshua Paine
On 05/12/2010 10:37 PM, zachtodd wrote: > Jeremy, a per project security attribute that allows all developers > to assign to each other is an interesting idea. That's not what's being asked for. In fossil there are a set of available capabilities. For each user, admin can check a box whether tha

Re: [fossil-users] ticket assignment

2010-05-12 Thread zachtodd
I have added some additional features to ticket assignment. Administrators may assign on ticket creation/editing. Normal developers may now assign and unassign themselves without any special privileges. Viewing who has what ticket and self assigning/unassigning is done right in the "all ticke

Re: [fossil-users] ticket assignment

2010-05-09 Thread Gour
On Sun, 09 May 2010 11:46:39 -0400 >> "Jeremy" == Jeremy Cowgar wrote: Jeremy> I would make it a simple security attribute that can be Jeremy> controlled per project. i.e. in many projects, I'd allow any Jeremy> developer to assign to any other developer. Maybe John is stuck Jeremy> and wants

Re: [fossil-users] ticket assignment

2010-05-09 Thread Jeremy Cowgar
On 5/9/2010 11:27 AM, zacht...@cis-partners.com wrote: > I have continued work on ticket assignment. Tickets can now be assigned by > administrators. Users have a "My Tickets" report, and an Assigned column now > exists in the ticket listings. I would like to give users the ability to > assign

Re: [fossil-users] ticket assignment

2010-05-09 Thread zachtodd
static const char zDefaultNew[] = @ affect the operation of the product? @ @ +@ +@ if {[hascap a]} { +@ html "" +@ html "Assigned To:" +@ html "" +@ html "" +@ html "Should this issue be assigned to a particular developer?" +@ html ""

Re: [fossil-users] ticket assignment

2010-05-06 Thread Gour
On Thu, 6 May 2010 11:30:05 -0400 >> "Erik" == Erik Lechak wrote: Erik> Thumbs up from me. I would like to see an "assigned-to" feature Erik> added to Fossil. It would be great if it was available right out Erik> of the box. +1 Sincerely, Gour -- Gour | Hlapicina, Croatia | GPG key:

Re: [fossil-users] ticket assignment

2010-05-06 Thread Jeremy Cowgar
On 5/6/2010 11:30 AM, Erik Lechak wrote: > Hello, > > Thumbs up from me. I would like to see an "assigned-to" feature added > to Fossil. It would be great if it was available right out of the > box. > > Some interesting features might be: >* Only admins can assign tasks to others >* Non

Re: [fossil-users] ticket assignment

2010-05-06 Thread Erik Lechak
Hello, Thumbs up from me. I would like to see an "assigned-to" feature added to Fossil. It would be great if it was available right out of the box. Some interesting features might be: * Only admins can assign tasks to others * Non admins can assign tasks to themselves * Non admins can

Re: [fossil-users] ticket assignment

2010-05-05 Thread Gour
On Thu, 6 May 2010 06:44:21 +0300 >> "Ron" == Ron Aaron wrote: Ron> Did you look at this link (which is on the Fossil main page)? Ron> Ron> http://www.fossil-scm.org/index.html/doc/tip/www/custom_ticket.wiki Heh, as it usually happens, I've discovered it 15mins after posting. :-> I had to r

Re: [fossil-users] ticket assignment

2010-05-05 Thread Ron Aaron
On Thursday 06 May 2010 04:18:20 zacht...@cis-partners.com wrote: > I have developed a simple patch to introduce ticket assignment. I have yet > to add an "assigned to" column in all places that may be necessary. Is this > something people would be interested in seeing included with the standar

Re: [fossil-users] ticket assignment

2010-05-05 Thread Gour
On Wed, 05 May 2010 21:25:51 -0400 >> "Joshua" == "Joshua Paine" wrote: Joshua> Put me down as a big don't care one way or the other. It wasn't Joshua> hard to add it on the repos where I needed it. May I suggest to add it to the wiki's Cookbook section? Sincerely, Gour -- Gour | Hlapic

Re: [fossil-users] ticket assignment

2010-05-05 Thread Joshua Paine
On 05/05/2010 09:18 PM, zachtodd wrote: > I have developed a simple patch to introduce ticket assignment. Is > this something people would be interested in seeing included with the > standard fossil distribution? Put me down as a big don't care one way or the other. It wasn't hard to add it on th

[fossil-users] ticket assignment

2010-05-05 Thread zachtodd
I have developed a simple patch to introduce ticket assignment. I have yet to add an "assigned to" column in all places that may be necessary. Is this something people would be interested in seeing included with the standard fossil distribution? diff -rupN fossil_src_orig/src/schema.c fossil_