Edgewall Software

Changes between Version 23 and Version 24 of TracTicketsCustomTimeFields


Ignore:
Timestamp:
Apr 21, 2010, 2:06:32 AM (14 years ago)
Author:
hoff.st@…
Comment:

marked fixed bugs, changed bug description according to current behavior

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketsCustomTimeFields

    v23 v24  
    4040
    4141''base'': patches apply cleanly to Trac trunk r9443, cloned from rblank's Mercurial repository at bitbucket.org.[[BR]]
    42 ''quality'': alpha - major design flaws and backward-incompatible changes possible until stable release[[BR]]
    43 ''focus'': completion of basic functionality, bug-fixes
     42''quality'': beta - code flaws should no longer affect db, only minor changes expected until stable release[[BR]]
     43''focus'': completion of basic functionality, bug-fixes[[BR]]
    4444''reviews'': so far just me
    4545
    46 If you pull that early, test tickets may pollute your db with nasty values that need to be discharged for the final implementation to work flawlessly. You've been warned. See [#KnownBugs Known Bugs] for more details. As soon as I see sort of a release candidate, I'll let you know.
     46You may pull right now, or wait for an official call for beta-test, that will be announced after code works more flawlessly. There might still lure some serious bug I'm currently not aware of. You've been warned. See [#KnownBugs Known Bugs] for more details. A release candidate is not far away now.
    4747
    4848No longer bug-fixing on my initial approach, but doing a fresh and hopefully clean new implementation as detailed above. Assume to come out with some patches soon. I've setup [http://bitbucket.org/hasienda/shelf/ my place at bitbucket.org] recently, that'll make collaboration via a Mercurial repository easier than via Sourceforge.net.
     
    6161==== Known Bugs ====
    6262Problems (with priority) occurring arround ticket changes
    63  * (C) preview time stamp format is not pretty, like '2010-04-19 20:03:00+00:00' instead of '19.04.2010 22:03:00'
    64  * (A) bad conversion of date/time value {{{None}}} to db string value {{{'None'}}} instead of {{{''}}}, gets overwritten with current date on next change, no date/time value deletion possible so far
    65  * (B) ticket diff view for change history exposes raw values from db, should convert microseconds POSIX to pretty time stamp string
     63 * (A) preview time stamp format is throwing an exception
    6664 * (B) [TracNotification Trac Notification] system unpatched, need to test and investigate, if necessary at all
    6765fixed:
     66 * ticket diff view for change history exposes raw values from db, should convert microseconds POSIX to pretty time stamp string
     67 * bad conversion of date/time value {{{None}}} to db string value {{{'None'}}} instead of {{{''}}}, gets overwritten with current date on next change, no date/time value deletion possible so far
    6868 * notification throwing an error note related to unexpected datetime.datetime input to [TracNotification Trac Notification] system: gone while correcting functions preceding in ticket change process, not even sure it was Trac Notification, since this was not active at time of test
    6969 * current date is injected whenever time field is left/made empty: after extending all other functions the parser logic was the one place, where 'default_now' logic still happened overwriting undefined date/time