Custom Query (73 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 73)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Ticket Owner Reporter Resolution Summary
#29 Gavin fixed Pictures for online demo and when running in dev mode
Description

WebAlbum? does this so look for example there.

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

A task modification should be recorded for the above.

Implemented in r247, r248, r249 and r251.

#36 Gavin Gavin fixed Store configuration settings in database
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 21
Note: See TracQuery for help on using queries.