Changes between Version 12 and Version 13 of WeekPlanPlugin


Ignore:
Timestamp:
Oct 2, 2016, 8:43:52 AM (7 years ago)
Author:
figaro
Comment:

Moved example to functional description

Legend:

Unmodified
Added
Removed
Modified
  • WeekPlanPlugin

    v12 v13  
    55== Description
    66
    7 This 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 in your Trac wiki. Clicking on the calendar allows you to interactively add events to the calendar. 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.
     
    1313The [http://arshaw.com/fullcalendar/ FullCalendar] library is used for the UI. The data is stored in a new table in the Trac database.
    1414
    15 === Example
     15As an example, add the following to your Trac wiki page:
    1616
    17 Add the following to your Trac wiki page:
     17`[[WeekPlan(plan=parties|vacations, weeks=2)]]`
    1818
    19 `[[WeekPlan(plan=parties|vacations, weeks=2)]]` [[BR]]
     19This will then be displayed as follows:
    2020
    21 This will be displayed as follows:
    22 
    23 [[Image(example.png)]]
     21[[Image(example.png, border=2)]]
    2422
    2523=== Known Limitations
     
    4644=== Extensions
    4745
    48 Other plugins can provide additional special plans of events to be displayed in week plan calendars by implementing the [source:weekplanplugin/trunk/weekplan/core.py#/IWeekPlanEventProvider IWeekPlanEventProvider] interface.
    49 
    50 Known implementations:
    51 * TimeTrackingPlugin
     46Other plugins can provide additional special plans of events to be displayed in week plan calendars by implementing the [source:weekplanplugin/trunk/weekplan/core.py#/IWeekPlanEventProvider IWeekPlanEventProvider] interface, such as the TimeTrackingPlugin.
    5247
    5348== !Bugs/Feature Requests