Edgewall Software

Changes between Initial Version and Version 1 of Ticket #6492, comment 26


Ignore:
Timestamp:
Oct 4, 2010, 10:14:06 PM (14 years ago)
Author:
Mikael Relbe

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6492, comment 26

    initial v1  
    77> The only thing I'm not quite happy with is the choice of color for the tickets ;-)
    88> /.../
    9 Your'e right again, I did think of TSVN, but I've focusing on coding. The next patch will mail it (I hope).
     9Your'e right again, I did think of TSVN, but I've been focusing on coding. The next patch will nail it (I hope).
    1010
    1111 
     
    2424However, the changes I'm doing are backwards compatible! ''(That's the intention, at least...)'' This means that existing plugins generating events for the timeline on Trac 0.10-0.12 format will still show up on a timeline in Trac 0.13.
    2525
    26 Using event data on the new format should be even easier than before, I think. If your problem will be the same as for Trac, i.e. to handle different version, then have a look at `_event_data()` in `timeline/web_ui.py` (in the upcoming patch) which demonstrates how all variants are treated.
     26Using event data on the new format should be even easier than before, I think. If your problem will be the same as for Trac, i.e. to handle different versions of event data format, then have a look at `_event_data()` in `timeline/web_ui.py` (in the upcoming patch) which demonstrates how all variants are treated.
    2727
    2828