Edgewall Software

Changes between Initial Version and Version 1 of Ticket #10633, comment 2


Ignore:
Timestamp:
Mar 20, 2012, 6:48:56 AM (12 years ago)
Author:
Peter Suter

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10633, comment 2

    initial v1  
    1 It seems to me this could just be added to the `list` format instead of a new `clist` format, as in the attached patch. There I also try a similar idea, adding a `template` parameter so
     1The proposed `format=clist` seems to be the same as `format=list`, but instead of always displaying the `summary`, the `col` parameter is processed and e.g. `$reporter | $summary` is displayed with `col=reporter|summary`.
     2
     3It seems to me this could just be added to the `list` format instead of a new `clist` format, as in the attached patch.
     4
     5There I also try a similar idea, adding a `template` parameter so
    26`[[TicketQuery(id=10633, format=list, template=In $milestone: $summary (by $reporter))]]` looks something like this:
    37#10633 In 0.12.4: !TicketQuery 'clist' format (by branson@...)
    48
    59Hm, email obfuscation is actually not done yet.
     10
     11Maybe a Genshi template would be more appropriate?
     12
     13Do you think processing `col` would still be needed (in a non-`table` format) if there was `template` support?