Changes between Version 35 and Version 36 of TicketImportPlugin


Ignore:
Timestamp:
Apr 23, 2010, 6:49:01 PM (14 years ago)
Author:
François Granade
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TicketImportPlugin

    v35 v36  
    1515== Known issues ==
    1616
    17 There are very few known issues, please report any problem you get !
     17There are very few [report:9?COMPONENT=TicketImportPlugin known issues], please [http://trac-hacks.org/newticket?component=TicketImportPlugin&owner=farialima report any problem] you get !
    1818
    1919In general, it's better to use Excel than CSV, as CVS files have limitations (character sets, in particular).
     
    2121The main known issue, is that this plugin is not really designed to help you migrate tickets from one system to another: it cannot keep the ticket numbers when creating new tickets, nor keep the history for existing tickets. See #4783 and #5504 for details.
    2222
    23 Finally, this plugin is not maintained for Trac 0.10 anymore: the code in the 0.10 branch is known to work, but does not have the latest features (importing comments, in particular).
     23Finally, this plugin is not maintained for Trac 0.10 anymore: the 0.10 builds are known to work, but do not have the latest features (importing comments, in particular).
     24
    2425== Installation ==
    2526
     
    3536     * [http://trac-hacks.org/attachment/wiki/TicketImportPlugin/TicketImport-0.6c-py2.4.egg?format=raw TicketImport-0.6c-py2.4.egg] for Trac 0.10 on Python 2.4, or
    3637     * [http://trac-hacks.org/attachment/wiki/TicketImportPlugin/TicketImport-0.6c-py2.5.egg?format=raw TicketImport-0.6c-py2.5.egg] for Trac 0.10 on Python 2.5, or
    37      * [http://trac-hacks.org/attachment/wiki/TicketImportPlugin/TicketImport-0.7c-py2.4.egg?format=raw TicketImport-0.7c-py2.4.egg] for Trac 0.11 on Python 2.4, or
    38      * [http://trac-hacks.org/attachment/wiki/TicketImportPlugin/TicketImport-0.7c-py2.5.egg?format=raw TicketImport-0.7c-py2.5.egg] for Trac 0.11 on Python 2.5.
     38     * [http://trac-hacks.org/attachment/wiki/TicketImportPlugin/TicketImport-0.8-py2.4.egg?format=raw TicketImport-0.8-py2.4.egg] for Trac 0.11 on Python 2.4, or
     39     * [http://trac-hacks.org/attachment/wiki/TicketImportPlugin/TicketImport-0.8-py2.5.egg?format=raw TicketImport-0.8-py2.5.egg] for Trac 0.11 on Python 2.5.
    3940     * (sorry, no builds for Python 2.6, see #5369)
    4041  * Install using the Admin UI in Trac.
     
    7980}}}
    8081
    81 == Bugs/Feature Requests ==
    82 
    83 This plugin has been tested extensively on Trac 0.11, and a little on Trac 0.10. Please report any issue !
    84 
    85 Existing bugs and feature requests for TicketImportPlugin are
    86 [report:9?COMPONENT=TicketImportPlugin here].
    87 
    88 If you have any issues, create a
    89 [http://trac-hacks.org/newticket?component=TicketImportPlugin&owner=farialima new ticket].
    90 
    91 
    9282== Source ==
    9383