Small calendar with days linking to wiki pages

This plugin is under development and features from a number of patches previously attached to this wiki page will soon be available in the repository. If you have a patch, please don't hesitate to send it. The current version of the macro seems to be stable and working well with Trac >= 0.11.

Description

Inserts a small calendar where each day links to a wiki page whose name matches the wiki-page-format agument. The current day is highlighted, and days with Milestones are marked in bold. This version makes heavy use of CSS for formatting.

It can be used for maintaining a calendar of meeting minutes or any situation where the wiki page name is based on the date. It is designed to work well with the Blog macro, so if a previous month is selected from the Blog, the calendar will display the selected month.

Non-existent pages link directly to the edit form for the requested page to make it easy to add new meeting minutes pages. It uses the time format syntax from the Python time module's strftime method.

Bugs/Feature Requests

Existing bugs and feature requests for WikiCalendarMacro are here.

If you have any issues, create a new ticket.

Download

Note that the 0.8 and 0.9 versions of the macro will not be further developed.

Download the zipped source.

Source

You can check out the source for WikiCalendarMacro from Subversion here or browse the source with Trac.

Example

Usage:

[[WikiCalendar([year, [month, [show-buttons, [wiki-page-format]]]])]]

Arguments:

  1. year (4-digit year) - defaults to * (current year)
  2. month (2-digit month) - defaults to * (current month)
  3. show-buttons (boolean) - defaults to true
  4. wiki-page-format (string) - defaults to %Y-%m-%d
[[WikiCalendar(2006,07)]]
[[WikiCalendar(2006,07,false)]]
[[WikiCalendar(*,*,true,Meeting-%Y-%m-%d)]]
[[WikiCalendar(2006,07,false,Meeting-%Y-%m-%d)]]

Screenshot of version 5

Recent Changes

[7528] by rjollos on 02/09/10 08:43:36

Remove obsolete versions. Change filename.

[7502] by rjollos on 02/04/10 20:09:21

Applied patch from YouLi to improve positioning of month and year navigation brackets. Fixes #6521

[7335] by rjollos on 01/03/10 23:24:38

Fixing typo in svn:keywords

[7334] by rjollos on 01/03/10 23:17:23

Adding svn:keywords

Author/Contributors

Author: mgood
Maintainer: rjollos
Contributors: Alexander Klimetschek, JoshuaH, YouLi

Attachments