Changes between Version 27 and Version 28 of WikiTicketCalendarMacro


Ignore:
Timestamp:
Jun 2, 2010, 10:32:13 AM (14 years ago)
Author:
Steffen Hoffmann
Comment:

removed announcement for soon to be available versions after arrival, update configuration options

Legend:

Unmodified
Added
Removed
Modified
  • WikiTicketCalendarMacro

    v27 v28  
    11[[PageOutline(2-5,Contents,pullout)]]
    22= Calendar view of Milestones and Tickets =
    3 
    4 {{{
    5 #!html
    6 <div class="system-message">
    7 0.11/0.12 version of this macro will be available soon - 2010-02-07
    8 </div>
    9 }}}
    10 
    113== Description ==
    124
    135Macro for the Trac Wiki Ticketing system to display Milestones and Tickets in a calendar view.  The original version of the macro was hosted [http://macgeek.dyndns.org/software/Trac_WikiTicketCalendar here].
     6
     7Versions compatible with Trac 0.11, 0.12 and even for old 0.10 are available now, so test, enjoy and report back any issue, please.
    148
    159== Bugs/Feature Requests ==
     
    4034
    4135  format:
    42     WikiTicketCalendar([year,month,[showbuttons,[wiki_page_format]]])
     36    WikiTicketCalendar([year,month,[showbuttons,[wiki_page_format,
     37        [show_ticket_open_dates,[wiki_page_template]]]]])
    4338
    4439    displays a calendar, the days link to:
     
    4641     - a wiki page that has wiki_page_format (if exist)
    4742     - create that wiki page if it does not exist
     43     - use page template (if exist) for new wiki page
    4844
    4945  arguments:
     
    5450                       (if exist, otherwise link to create page)
    5551                       default is "%Y-%m-%d", '*' for default
     52    show_ticket_open_dates = true/false, show also when a ticket was opened
     53    wiki_page_template = wiki template tried to create new page
    5654
    5755  examples:
     
    6058    WikiTicketCalendar(*,*,true,Meeting-%Y-%m-%d)
    6159    WikiTicketCalendar(2006,07,false,Meeting-%Y-%m-%d)
     60    WikiTicketCalendar(2006,07,true,*,true)
     61    WikiTicketCalendar(2006,07,true,Meeting-%Y-%m-%d,true,Meeting)
    6262}}}
    6363