Edgewall Software

Changes between Version 38 and Version 39 of TracTicketsCustomTimeFields


Ignore:
Timestamp:
Sep 16, 2010, 1:02:07 AM (14 years ago)
Author:
hasienda <hoff.st@…>
Comment:

updated development notes regarding a bugfix

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketsCustomTimeFields

    v38 v39  
    9696=== Known Bugs ===
    9797Issues (with priority) on new ticket creation
    98  * (A) date/time stamp will not be saved, experience vary between failure on ticket creation (preventing ticket creation at all) and just trashing input silently
     98 * (A) date/time stamp will not be saved, experience vary between failure on ticket creation (preventing ticket creation at all) and just trashing input silently - '''good news''': fixed now by significant code rework, will publish soon together with requested rebase on official Mercurial mirror of Trac SVN repo
    9999Issues (with priority) occurring around ticket changes
    100100 * (B) [TracNotification Trac Notification] system unpatched, need to test and investigate, if necessary at all - WiP here, code done, think I'll have it in soon, blocked only by inability to test it right now
     
    105105 * {{{ValueError: empty string for float()}}} on TracQuery: handled now by trying to parse strings not convertible to float
    106106 * {{{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
    107  * 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()
     107 * preview custom time stamp changes is throwing an exception on internal formatting: resolved after realizing, that we deal with different formats in _render_property_diff()
    108108  a. string with POSIX microsecond time stamp from db, directed to ticket changes list
    109109  b. datetime.datetime values from user input for change-in-progress, directed to preview current custom time field changes