Opened 12 years ago

Closed 12 years ago

#59 closed task (fixed)

Trac.ini setting for new status of 'testing' also notification settings

Reported by: EliL Owned by: theduckylittle
Priority: major Milestone:
Component: Infrastructure Version:
Keywords: Trac, testing, status, notification Cc:

Description

It would help to have a status of 'testing'. This requires a change to Trac.ini which will have to be done by SAC.

Trac.ini is also where notification settings can be controlled. Consider making suggestions for this ticket, http://trac.osgeo.org/osgeo/ticket/876

This could best be done by someone running an instance of Trac so that they may be able to figure out specifically what needs to be done. OSGeo Trac version is currently 0.11.7

Change History (3)

comment:1 by EliL, 12 years ago

Owner: set to theduckylittle
Status: newassigned

comment:2 by theduckylittle, 12 years ago

[ticket-workflow]
leave = * -> *
leave.default = 1
leave.operations = leave_status
;leave.name = Deal with it later.

accept = needs_work,new -> assigned
accept.operations = set_owner_to_self
accept.permissions = TICKET_MODIFY
accept.name = I'm on it.

reassign = assigned,needs_work -> assigned
reassign.name = Reassign (Blame this guy-->).
reassign.operations = set_owner
reassign.permissions = TICKET_MODIFY

flip = new,assigned,kibbitz -> testing
flip.permissions = TICKET_MODIFY
flip.name = Offer to testing.

discuss = new,assigned,needs_work,testing -> kibbitz
discuss.permissions = TICKET_MODIFY
discuss.name = Think on it.

redo = needs_work -> testing
redo.permissions = TICKET_MODIFY
redo.name = Return to testing. (Blame IE.)

rebuff = testing,kibbitz -> needs_work
rebuff.permissions = TICKET_MODIFY
rebuff.name = Failed testing, return to coding.

pass = testing,kibbitz -> closed
pass.permissions = TICKET_MODIFY
pass.name = Job well done.
pass.operations = set_resolution

comment:3 by theduckylittle, 12 years ago

Resolution: fixed
Status: assignedclosed

Submitted to SAC/OSGeo Trac:

Note: See TracTickets for help on using tickets.