Changes between Version 8 and Version 9 of WeekPlanPlugin


Ignore:
Timestamp:
May 1, 2015, 9:03:57 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • WeekPlanPlugin

    v8 v9  
    1919
    2020=== Known Limitations
     21
    2122* There is no history or undo functionality.
    2223* There is no tracking of users. Everyone with `WEEK_PLAN` permission can freely edit any plan.
     
    2425
    2526=== Parameters
     27
    2628* `plan`: Id of the shown collection of events. (required)
    2729   * Can be a `|`-separated list of multiple plans.
     
    5254[http://trac-hacks.org/newticket?component=WeekPlanPlugin&owner=lucid new ticket].
    5355
     56[[TicketQuery(component=WeekPlanPlugin&group=type,format=progress)]]
     57
    5458== Download
    5559
     
    6266== Installation
    6367
    64 Installation of the plugin requires the usual step, e.g. `easy_install http://trac-hacks.org/svn/weekplanplugin/trunk` and enable it in Trac's plugin admin page or by adding `weekplan.* = enabled` to the `[components]` section in trac.ini.
     68Installation of the plugin requires the usual step, e.g. `easy_install http://trac-hacks.org/svn/weekplanplugin/trunk` and enable it in Trac's plugin admin page or by adding `weekplan.* = enabled` to the `[components]` section in your `trac.ini` file.
    6569
    66 A database upgrade will be required as usual (`trac-admin path-to-your-trac-environment upgrade`).
     70A database upgrade will be required as usual: `trac-admin path-to-your-trac-environment upgrade`.
    6771
    6872Assign the new `WEEK_PLAN` permission to the appropriate Trac groups / users (e.g. in Trac's permission admin page).