Changes between Version 18 and Version 19 of TicketImportPlugin


Ignore:
Timestamp:
Jan 12, 2009, 5:32:16 PM (15 years ago)
Author:
François Granade
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TicketImportPlugin

    v18 v19  
    4343No configuration is needed. To verify that it's correctly installed, run {{{python -c 'import xlrd'}}} from the command line: it should not cause an error.
    4444
     45=== Configuration ===
     46
     47On 0.10 you may need to enable the plugin by putting:
     48
     49{{{
     50[components]
     51ticketimport.* = enabled
     52}}}
     53
     54in your config.ini file.
     55
     56Then, you need to give some user(s) the right to user Import module. To do that, you must give them '''IMPORT_EXECUTE''' permission, either in the Admin UI (on 0.11) or with the admin command-line tool, like this:
     57{{{
     58    trac-admin /your/trac/installation/folder permission add your_user IMPORT_EXECUTE
     59}}}
     60
     61
     62
    4563== Bugs/Feature Requests ==
    4664