Edgewall Software

Changes between Version 32 and Version 33 of TracTicketsCustomTimeFields


Ignore:
Timestamp:
Apr 24, 2010, 10:16:45 PM (14 years ago)
Author:
hoff.st@…
Comment:

added development notes about another bugfix

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketsCustomTimeFields

    v32 v33  
    128128 * (B) [th:wiki:AnnouncerPlugin AnnouncerPlugin] non-functional, that already worked before introducing datetime.datetime format for all internal time variables
    129129fixed:
     130 * {{{ValueError: empty string for float()}}} on TracQuery: handled now by skipping conversion to float for all empty strings
    130131 * {{{TypeError: unsupported type for timedelta microseconds component: unicode}}} on TracQuery: simply needed to take care for conversation of variable type 'string' to a number and handle custom time values in trac/ticket/templates/query_results.html separately from standard time fields
    131132 * preview custom time stamp changes is throwing an exception on internal formatting: resolved after realising, that we deal with different formats in _render_property_diff()