Changes between Version 28 and Version 29 of TicketImportPlugin


Ignore:
Timestamp:
Feb 2, 2010, 2:19:53 PM (14 years ago)
Author:
Adrian Fritz
Comment:

Configuration details. Applies #!sh formater.

Legend:

Unmodified
Added
Removed
Modified
  • TicketImportPlugin

    v28 v29  
    3636
    3737{{{
    38 easy_install xlrd
     38#!sh
     39$ easy_install xlrd
    3940}}}
    4041
     
    5455Then, 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:
    5556{{{
    56     trac-admin /your/trac/installation/folder permission add your_user IMPORT_EXECUTE
     57#!sh
     58$    trac-admin /your/trac/installation/folder permission add your_user IMPORT_EXECUTE
    5759}}}
    5860
    59 
     61Wish to personalize navigation label:
     62{{{
     63[mainnav]
     64importer.label = Import Tickets
     65}}}
     66Wish to modify label ordering:
     67{{{
     68[trac]
     69mainnav = wiki,browser,roadmap,...,importer,...,admin,search
     70}}}
    6071
    6172== Bugs/Feature Requests ==