Matt Good wrote:
> ...
> I checked the patches to add the "Created" and "Modified" fields, but a
> side effect is that "Created" and "Modified" become available in the
> "Add filter" list, since it now thinks they're "text" fields of the
> ticket.
And that's what we should have in the end, but as you said, not without
proper support for date fields.
> I believe that the "workflow" branch contained at least the
> basis for supporting date fields, though I don't know what the status
> was, and it looks like it's going to take some work to get that branch
> back in sync with the trunk.
>
Any news on the alect front?
Would it be ok if I have a try at updating the branch myself or is there
any work pending, in which case I don't want to interfere?
> This patch will allow the use of "changetime" and "time" fields for
> sorting without putting them in "get_ticket_fields", so it avoids
> unwanted side effects:
>
Yes, I like this way better for now.
> ...
> + ticket['time'] = format_datetime(ticket['time'])
> + ticket['changetime'] =
> format_datetime(ticket['changetime'])
>
except for this bit, which I think is better done in the template.
> description = ticket.get('description')
> if description:
> ticket['description'] = wiki_to_html(description,
> self.env,
>
(that will also go in the template, hopefully today if I find the time).
-- Christian
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/trac-dev
-~----------~----~----~----~------~----~------~--~---