Changes between Version 40 and Version 41 of TicketImportPlugin


Ignore:
Timestamp:
Jan 4, 2011, 6:13:16 PM (13 years ago)
Author:
François Granade
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TicketImportPlugin

    v40 v41  
    2424Finally, 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).
    2525
     26== Japanese localization  ==
     27  A Japanese localization has been done, you can access it at http://sourceforge.jp/projects/shibuya-trac/wiki/plugins%2FTicketImportPlugin (although it may not be the latest version).
     28
    2629== Installation ==
    2730
     
    2932For a machine-wide installation, run as root on your machine:
    3033  * `easy_install http://trac-hacks.org/svn/ticketimportplugin/0.10` for Trac 0.10, or
    31   * `easy_install http://trac-hacks.org/svn/ticketimportplugin/0.11` for Trac 0.11.
    32 === Japanese localize  ===
    33   * http://sourceforge.jp/projects/shibuya-trac/wiki/plugins%2FTicketImportPlugin
     34  * `easy_install http://trac-hacks.org/svn/ticketimportplugin/0.11` for Trac 0.11 or 0.12.
     35
    3436=== Trac instance installation ===
    3537For an installation for only one Trac instance (on Trac 0.10, requires the Admin plugin):
    36   * Download
    37      * [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
    38      * [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
    39      * [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
    40      * [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, or
    41      * [http://trac-hacks.org/attachment/ticket/5369/TicketImport-0.8-py2.6.egg TicketImport-0.8-py2.6.egg] for Trac 0.11 on Python 2.6.
    42   * Install using the Admin UI in Trac.
     38  * Download the code (requires Subversion):
     39   `svn co http://trac-hacks.org/svn/ticketimportplugin/0.10 ticketimportplugin` for Trac 0.10, or
     40   `svn co http://trac-hacks.org/svn/ticketimportplugin/0.11 ticketimportplugin` for Trac 0.11 or 0.12
     41  * Build by hand:
     42   ` cd ticketimportplugin; python setup.py bdist_egg`
     43  * !Install the egg created in the `dist` folder using the Admin UI in Trac.
    4344
    4445=== xlrd installation (optional) ===
     
    8182}}}
    8283
     84
     85If your excel spreadsheets contain date or date times, you can customize the format that will be used to import them:
     86{{{
     87[importer]
     88datetime_format=....
     89}}}
     90The format is the Python fstrtime, see http://docs.python.org/library/time.html#time.strftime
     91
     92
    8393== Source ==
    8494
     
    101111== Change history for this plugin ==
    102112
    103 [[ChangeLog(ticketimportplugin, 10)]]
     113[[ChangeLog(ticketimportplugin, 20)]]
    104114
    105115== Author/Contributors ==