Changes between Version 6 and Version 7 of WeekPlanPlugin


Ignore:
Timestamp:
Aug 16, 2014, 12:34:58 PM (10 years ago)
Author:
lucid
Comment:

[14089] removed matchtitle and format features, solved time ambiguity problems and uses event sources.

Legend:

Unmodified
Added
Removed
Modified
  • WeekPlanPlugin

    v6 v7  
    2222* There is no tracking of users. Everyone with `WEEK_PLAN` permission can freely edit any plan.
    2323* There is no support for collaborative editing. Changes only become visible when the page is manually refreshed. There is no conflict detection or resolution mechanism.
    24 * Too many events could cause slowdowns. (Should use [http://arshaw.com/fullcalendar/docs/event_data/eventSources/ event sources].)
    25 * Timezones and daylight-saving-time might not yet be handled correctly.
    2624
    2725=== Parameters
     
    3735* `label`: Labels shown instead of the plan ids. (Defaults to the plan ids.)
    3836   * Can be a `|`-separated list of multiple labels. Each plan uses a different label if multiple plans are specified.
    39 * `format`: One of the following formatting modes:
    40    * `multiweek`: A multi-week calendar. (The default.)
    41    * `count`: A simple count of events.
    42 * `matchtitle`: A regexp that matches event titles. (Defaults to match all events.)
    4337* `hidelegend`: Show a legend below the calendar. (Defaults to shown.)
    4438