Custom Query (73 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 73)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Resolution Summary Owner Reporter
#31 fixed Remove the auto inserted login credentials and message in production mode. Gavin
Description

Wrap these in a <g:if env="production"> tag.

#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 16 17 18 19 20
Note: See TracQuery for help on using queries.