Changes between Version 10 and Version 11 of TracSqlPlugin


Ignore:
Timestamp:
Feb 5, 2016, 8:44:37 PM (8 years ago)
Author:
figaro
Comment:

Hosted on github

Legend:

Unmodified
Added
Removed
Modified
  • TracSqlPlugin

    v10 v11  
    2424You can install it with:
    2525
    26 {{{
    27 #!sh
     26{{{#!sh
    2827easy_install tracsql
    2928}}}
     
    3332It is configured in the `trac.ini` file by enabling and configuring:
    3433
    35 {{{
    36 #!ini
     34{{{#!ini
    3735[components]
    3836tracsql.* = enabled
     
    4341By default, the TracSQL plugin connects to the project database. To use an external database, set the database parameter in the tracsql section of the `trac.ini` file to a valid database connection string:
    4442
    45 {{{
    46 #!ini
     43{{{#!ini
    4744[tracsql]
    4845database = sqlite:db/external.db