Changes between Version 9 and Version 10 of WeekPlanPlugin


Ignore:
Timestamp:
Jul 4, 2015, 11:19:42 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • WeekPlanPlugin

    v9 v10  
    55== Description
    66
    7 A new macro `[[WeekPlan(...)]]` can be used to show calendars / week plans. Clicking on that calendar allows interactively adding events to days. Moving or resizing events is possible by drag-and-drop. Clicking an event allows editing or deleting.
     7This macro `[[WeekPlan(...)]]` can be used to show calendars / week plans. Clicking on that calendar allows interactively adding events to days. Moving or resizing events is possible by drag-and-drop. Clicking an event allows editing or deleting.
    88
    99A "plan" is a named set of events. Multiple plans can be shown and edited in the same calendar in different colors.
     
    1515=== Example
    1616
     17Add the following to your Trac wiki page:
     18
    1719`[[WeekPlan(plan=parties|vacations, weeks=2)]]` [[BR]]
     20
     21This will be displayed as follows:
     22
    1823[[Image(example.png)]]
    1924
     
    5257
    5358If you have any issues, create a
    54 [http://trac-hacks.org/newticket?component=WeekPlanPlugin&owner=lucid new ticket].
     59[/newticket?component=WeekPlanPlugin new ticket].
    5560
    5661[[TicketQuery(component=WeekPlanPlugin&group=type,format=progress)]]
     
    6671== Installation
    6772
    68 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 your `trac.ini` file.
     73Installation of the plugin requires the usual step, eg `easy_install http://trac-hacks.org/svn/weekplanplugin/trunk`
     74Then also enable it in Trac's plugin admin page or by adding `weekplan.* = enabled` to the `[components]` section in your `trac.ini` file:
     75{{{#!ini
     76[components]
     77weekplan.* = enabled
     78}}}
    6979
    7080A database upgrade will be required as usual: `trac-admin path-to-your-trac-environment upgrade`.
    7181
    72 Assign the new `WEEK_PLAN` permission to the appropriate Trac groups / users (e.g. in Trac's permission admin page).
     82Assign the new `WEEK_PLAN` permission to the appropriate Trac groups / users, for example in Trac's permission admin page.
    7383
    7484== Recent Changes