Edgewall Software

Changes between Version 4 and Version 5 of TracTicketsCustomTimeFields


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

added hint on Mercurial repository for code release and one more resource link

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketsCustomTimeFields

    v4 v5  
    2929There is working code for all but the notification stuff (only plain unix time stamp values in change notes). Sure, this will be fixed soon too.
    3030
    31 So I'm looking forward on getting feedback about the way to contribute it to trac development. Current development is based on Trac-0.12dev_r9115 working with Python2.5 on ''Debian GNU/Linux'' stable. It would be great to have it in trunk soon (trac-0.12dev?).
     31I choose Mercurial to enable further collaboration based on a distributed VCS as per suggestion from IRC channel #trac at freenode.net:
     32 http://traccustom-time.hg.sourceforge.net:8000/hgroot/traccustom-time/traccustom-time
     33
     34Feedback could happen now through
     35 * comments to #1942,
     36 * edits to the discussion section of this wiki page,
     37 * private e-mail, or
     38 * commits to VCS after initial per-developer arrangement inside the Sourceforge projekt.
     39Current development is based on Trac-0.12dev_r9115, testet with Python2.5 on ''Debian GNU/Linux'' stable. However it would be great to have it in trunk soon (trac-0.12.x?).
    3240
    3341== Related tickets ==
     
    4250
    4351== External related resources ==
    44 Ideas and OS code was shamelessly taken from the following places:
     52Ideas and Open Source code was shamelessly taken from the following places:
    4553 ![1] [http://seehuhn.de/pages/pdate Date and Time Representation in Python] by Jochen Voss[[BR]]
    46  ![2] [http://www.egenix.com eGenix.com], especially see ''mxDateTime'' [http://www.egenix.com/products/python/mxBase/mxDateTime/doc/#DateTime related documentation]
     54 ![2] [http://www.egenix.com eGenix.com], especially see ''mxDateTime'' [http://www.egenix.com/products/python/mxBase/mxDateTime/doc/#DateTime related documentation][[BR]]
     55 ![3] [http://docs.python.org/library/datetime.html#module-datetime Basic date and time types] from module ''datetime'' in Python>=2.3