Custom Query (73 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 73)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#10 fixed Beware that unix command names are all lower case "gnumims" not "gnuMims" Gavin
Description

See here for project names: http://en.tldp.org/HOWTO/Software-Release-Practice-HOWTO/naming.html

Fancy "marketing" names may be ok in documentation but on the command line the are clumsy. Discussion and comments?

Well gnuMims being a webapp is unlikely to ever have a command line interface and if it did it would simply be gnumims or gnumims-admin like trac and svn. GnuMims may be written with a starting capital if it starts a sentence otherwise gnuMims is working just great.

#11 fixed Implement home page view and navigation Gavin Gavin
Description

Implement navigation menus for "Tasks", "Inventory", "Assets" etc For example "Tasks" menu item could have Search, New, Today etc.

#12 fixed After an update or save sometimes old/stale data/vaules are shown Gavin Gavin
Description

A browser refresh causes the new data to be shown, so the data is persisted but just not fetched in time to show updated values after redirect.

This is not due to query caching, as previously believed. (Higher level caching is on in the global config but still needs to be turned on for each case where it is wanted).

The solution is to add flush:true to save(), implemented in r178 as per http://jira.codehaus.org/browse/GRAILS-5111

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Note: See TracQuery for help on using queries.