Custom Query (73 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 73)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#25 fixed Complete recurring task implementation with quartz Gavin Gavin
Description

The core classes and services have been implemented. Some logic, refactoring, help and testing required.

Done, see r199 through r213.

#35 fixed Adding or removing assigned groups should trigger a modification to be recorded. Gavin Gavin
Description

A task modification should be recorded for the above.

Implemented in r247, r248, r249 and r251.

#36 fixed Store configuration settings in database Gavin Gavin
Description

Create a new AppConfig class.
The system can record events and configuration settings in this class.

e.g:

Class AppConfig {
    String name
    String value
}

This will be used for recording:

  • Base data created, then can be tested to disable double creation.
  • Demo data created, then can be tested to disable double creation.
  • Date formats.
  • and other configuration settings.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Note: See TracQuery for help on using queries.