Changes between Version 6 and Version 7 of FlexibleAssignToPlugin


Ignore:
Timestamp:
Oct 17, 2007, 3:21:01 PM (17 years ago)
Author:
Morris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FlexibleAssignToPlugin

    v6 v7  
    4141
    4242=== Prerequisites ===
    43  * Trac 0.11+ (built and tested against [http://trac.edgewall.org/browser/trunk?rev=6047 0.11dev trunk r6047])
    44  * Python 2.5+ (''I can't confirm that Python 2.5 is actually required -- but it's the version I developed under and the only one I've tested with.  If you successfully use this plugin with another version of Python, please update this wiki with your notes. - Morris'')
     43 * '''Trac 0.11+''' (built and tested against [http://trac.edgewall.org/browser/trunk?rev=6047 0.11dev trunk r6047])
     44 * '''Python 2.5+''' (''I can't confirm that Python 2.5 is actually required -- but it's the version I developed under and the only one I've tested with.  If you successfully use this plugin with another version of Python, please update this wiki with your notes. - Morris'')
    4545
    4646=== How do I use it? ===
    47 '''1. Try out the demo''' [[BR]]
     47'''1. Try out the sample plugin''' [[BR]]
    4848    Once you've installed the base !FlexibleAssignTo plugin, copy the !SampleValidOwnerProvider.py file from the install package into your Trac environment's plugin directory (alongside the !FlexibleAssignTo .egg).  Restart your server and note the new (bogus) entries in your 'assign to' dropdowns.
    4949
     
    109109== Download ==
    110110
    111 Download the zipped source from [download:flexibleassigntoplugin here].
     111 * '''Source'''
     112   * latest/trunk rev: download the zipped source from [download:flexibleassigntoplugin here].
     113 * '''Binaries'''
     114   * Python 2.5: [attachment:FlexibleAssignTo-0.6-py2.5.zip FlexibleAssignTo-0.6-py2.5] ''(includes sample plugin !SampleValidOwnerProvider.py)''
    112115
    113116== Source ==