Re: [PATCH v2] nmbug-status: add support for specifying sort order for each view

2015-09-29 Thread David Bremner
Jani Nikula writes: > Let each view have a "sort" key, typically used with values > "oldest-first" or "newest-first" (although all values in Query.SORT > are accepted), and sort the results accordingly. Oldest first remains > the default. pushed. d

Re: [PATCH v2] nmbug-status: add support for specifying sort order for each view

2015-09-29 Thread Tomi Ollila
On Tue, Sep 29 2015, David Bremner wrote: > Jani Nikula writes: > >> Let each view have a "sort" key, typically used with values >> "oldest-first" or "newest-first" (although all values in Query.SORT >> are accepted), and sort the results accordingly. Oldest

[PATCH v2] nmbug-status: add support for specifying sort order for each view

2015-09-26 Thread Jani Nikula
Let each view have a "sort" key, typically used with values "oldest-first" or "newest-first" (although all values in Query.SORT are accepted), and sort the results accordingly. Oldest first remains the default. The dynamic approach of mapping sort values is as suggested by W. Trevor King