Changes between Version 7 and Version 8 of MsSqlBackendPlugin


Ignore:
Timestamp:
May 11, 2015, 5:26:52 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • MsSqlBackendPlugin

    v7 v8  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Microsoft SQL Server as a backend DB =
     3= Microsoft SQL Server as a backend database
    44
    5 == Description ==
     5== Description
    66
    7 Microsoft SQL Server as a backend DB
     7Microsoft SQL Server as a backend DB, crudely implemented.
    88
    9 roughlly implemented.
     9A fork, for Trac 1.1.2 and focused on ticketing: https://github.com/Reposoft/trac-mssql
    1010
    1111Related tickets:
     
    1313 - #2277 ODBC connection
    1414
    15 == Bugs/Feature Requests ==
     15== Bugs/Feature Requests
    1616
    1717Existing bugs and feature requests for MsSqlBackendPlugin are
     
    2121[http://trac-hacks.org/newticket?component=MsSqlBackendPlugin&owner=matobaa new ticket].
    2222
    23 == known bugs ==
     23[[TicketQuery(component=MsSqlBackendPlugin&group=type,format=progress)]]
     24
     25=== Known bugs
    2426 - !report:7
    2527 - !report:8
    2628
    27 == Download ==
     29== Download
    2830
    2931Download the zipped source from [download:mssqlbackendplugin here].
    3032
    31 == Source ==
     33== Source
    3234
    3335You can check out MsSqlBackendPlugin from [http://trac-hacks.org/svn/mssqlbackendplugin here] using Subversion, or [source:mssqlbackendplugin browse the source] with Trac.
    3436
    35 == How to use ==
    36  - download the source, setup.py bdist_egg, then place dist/*.egg on PYTHONPATH.
    37  - prepare {{{mssql_enabler.ini}}} contains following:
    38 {{{
    39 #!ini
     37== Usage
     38
     39 - Download the source, setup.py bdist_egg, then place dist/*.egg on PYTHONPATH.
     40 - Prepare {{{mssql_enabler.ini}}} contains following:
     41{{{#!ini
    4042[compnents]
    4143mssql_backend.* = enabled
    4244}}}
    43  - create {{{"tracdb"}}} databse on MS SQL Server.
    44  - setup {{{"tracdb"}}} DSN connected to database above with ODBC Administrator.
    45  - do {{{trac-admin __projectpath__ initenv --inherit=path/to/mssql_enabler.ini new "odbc:/DSN=tracdb;Trusted_Connection=yes" }}} to create project.
     45 - Create {{{"tracdb"}}} databse on MS SQL Server.
     46 - Setup {{{"tracdb"}}} DSN connected to database above with ODBC Administrator.
     47 - Do {{{trac-admin __projectpath__ initenv --inherit=path/to/mssql_enabler.ini new "odbc:/DSN=tracdb;Trusted_Connection=yes" }}} to create project.
    4648
    47 == Recent Changes ==
     49== Recent Changes
    4850
    4951[[ChangeLog(mssqlbackendplugin, 3)]]
    5052
    51 == Author/Contributors ==
     53== Author/Contributors
    5254
    5355'''Author:''' [wiki:matobaa] [[BR]]
    54 '''Maintainer:''' [wiki:matobaa] [[BR]]
     56'''Maintainer:''' [[Maintainer]] [[BR]]
    5557'''Contributors:'''
    56 
    57 A fork, for Trac 1.1.2 and focused on ticketing: https://github.com/Reposoft/trac-mssql