Edgewall Software

Changes between Version 34 and Version 35 of TracTicketsCustomTimeFields


Ignore:
Timestamp:
Apr 25, 2010, 10:12:33 PM (14 years ago)
Author:
hoff.st@…
Comment:

updated development notes regarding outstanding bugfixes, added hint on Genshi manual to resource list

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketsCustomTimeFields

    v34 v35  
    126126Issues (with priority) occurring around ticket changes
    127127 * (B) [TracNotification Trac Notification] system unpatched, need to test and investigate, if necessary at all
    128  * (B) [th:wiki:AnnouncerPlugin AnnouncerPlugin] non-functional, that already worked before introducing datetime.datetime format for all internal time variables
    129128 * (C) invalid date/time strings from db get replaced by current day with time reset, should be displayed as empty or (better) the string in single quotes, look at related issue discussed in section '[#Migratingfromdatetimestrings Migrating from date/time strings]' too
    130129fixed:
     130 * [th:wiki:AnnouncerPlugin AnnouncerPlugin] non-functional, that already worked before introducing datetime.datetime format for all internal time variables: actually must have stopped on introduction of microsecond time stamps
    131131 * {{{ValueError: empty string for float()}}} on TracQuery: handled now by trying to parse strings not convertible to float
    132132 * {{{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
     
    227227 ![3] [http://docs.python.org/library/datetime.html#module-datetime Basic date and time types] from module ''datetime'' in Python>=2.3
    228228
    229 Needed help about Python and development tools and found it i.e. at:
     229Help about Python and other components needed for Trac as well as about general developer tools found i.e. at:
    230230 [http://docs.python.org/tutorial/index.html The Python Tutorial] - the 'official' one[[BR]]
    231231 [http://www.tutorialspoint.com/python/index.htm Python Tutorial] - and another[[BR]]
    232232 [http://openbookproject.net/thinkcs/python/english2e/index.html Learning with Python 2nd Edition] at openbookproject.net[[BR]]
     233 [g:wiki:Documentation/xml-templates.html Genshi XML Template Language] reference manual[[BR]]
    233234 [http://www.sqlite.org/docs.html SQLite Documentation][[BR]]
    234235 [http://hgbook.red-bean.com/ Mercurial: The Definitive Guide] by Bryan O'Sullivan[[BR]]