- Reldate now takes an argument "pretty" - when true, it pretty-prints the
interval generated up to 5 days, then pretty-prints the date of last
activity. The issue index and item now use the pretty format.
- Classes list for admin user in CGI interface.
- Made the view configuration more accessible, neater and more realistic.
- Fixed list view grouping handling grouping by a Multilink or String or Link
value of None or Date, ... (mind you, sorting by Date???)
- Fixed bug in the plain formatter when a Link was None.
- Fixed ordering of list view column headings.
- Fixed list view column heading sort links - and limited the number of
columns to sort by to 2.
- Added searching by glob to StringType filtering -
^text - search for text at start of fields
text$ - search for text at end of fields
^text$ - exactly match text in fields
te*xt - search for text matching "te"<any characters>"xt"
te?xt - search for text matching "te"<any one character>"xt"
- Added more fields to the issue.filter and issue.index templates