Changes between Version 56 and Version 57 of TracFormsPlugin


Ignore:
Timestamp:
Jul 1, 2008, 2:44:55 PM (16 years ago)
Author:
Rich Harkins
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracFormsPlugin

    v56 v57  
    7676[http://trac-hacks.org/newticket?component=TracFormsPlugin&owner=rharkins new ticket].
    7777
    78 == Using TracFormsPlugin with MySQL ==
    79 
    80 See ticket #3290 for a drop-in replacement for formdb.py that should work with either versions prior to 0.2.1 (where it will be more transparent).  Once you have formdb.py, do something like the following depending on what exactly you downloaded:
    81 
    82 {{{
    83 #!sh
    84 cd tracformsplugin
    85 cd trunk
    86 cd 0.11
    87 cp /tmp/formdb.py tracforms/ # (Replace /tmp/formdb.py with wherever you downloaded the file from)
    88 }}}
    89 
    90 Now you can proceed to installation.  I'm going to try to have this worked out by 0.2.1 so that it'll work both ways (and set up to eventually also work in postgreSQL, etc).
    91 
    92 Thanks to the donator of this code (in #3290) for your help with the project!
    93 
    9478== Installation ==
    9579
     
    11296cd 0.11
    11397}}}
     98
     99=== Using TracFormsPlugin with MySQL ===
     100
     101See ticket #3290 for a drop-in replacement for formdb.py that should work with either versions prior to 0.2.1 (where it will be more transparent).  Once you have formdb.py, do something like the following depending on what exactly you downloaded:
     102
     103{{{
     104#!sh
     105cp /tmp/formdb.py tracforms/
     106}}}
     107
     108Replace /tmp/formdb.py with the path to wherever you download the formdb.py script to.
     109
     110Now you can proceed to installation.  I'm going to try to have this worked out by 0.2.1 so that it'll work both ways (and set up to eventually also work in postgreSQL, etc).
     111
     112Thanks to the donator of this code (in #3290) for your help with the project!
    114113
    115114=== Method 1: Lay an egg ===