Changes between Version 15 and Version 16 of WikiTicketCalendarMacro


Ignore:
Timestamp:
Oct 29, 2009, 7:48:24 AM (14 years ago)
Author:
Jay Xie
Comment:

20091029 udpate - update to google calendar style css, show wiki brief, show open tickets in milestone, show ticket change history instead of creation and close.

Legend:

Unmodified
Added
Removed
Modified
  • WikiTicketCalendarMacro

    v15 v16  
    99
    1010[[Image(Picture2.jpg)]]
     11
     1220091029 google calendar style update
     13
     14[[Image(WikiTicketCalendarMacro.20091029.2.png)]][[Image(WikiTicketCalendarMacro.20091029.png)]]
    1115
    1216== Port to Trac 0.11.1 ==
     
    3943
    4044  format:
    41     WikiTicketCalendar([year,month,[showbuttons,[wiki_page_format,
    42         [show_ticket_open_dates]]]])
     45    WikiTicketCalendar([year,month,[showbuttons,[wiki_page_format]]])
    4346
    4447    displays a calendar, the days link to:
     
    5457                       (if exist, otherwise link to create page)
    5558                       default is "%Y-%m-%d", '*' for default
    56     show_ticket_open_dates = true/false, show also when a ticket was opened
    5759
    5860  examples:
     
    6163    WikiTicketCalendar(*,*,true,Meeting-%Y-%m-%d)
    6264    WikiTicketCalendar(2006,07,false,Meeting-%Y-%m-%d)
    63     WikiTicketCalendar(2006,07,true,*,true)
    6465}}}
    6566
     
    99100[[ChangeLog(wikiticketcalendarmacro, 3)]]
    100101
     102[attachment:WikiTicketCalendarMacro.20091029.py.gz] by xeroo on 10/29/09
     103 - Update to Google Calendar style css. (采用谷歌日历风格样式)
     104 - Wiki brief is shown in calendar if exsits. (每日对应wiki如果存在则在此日显示wiki摘要)
     105 - Open tickets is shown under milestone, see line 305. (milestone中未关闭的tickets会显示在milestone下面,见305行)
     106 - Ticket action history is shown instead of tickets created and closed. Only close history is shown by default, this can be modified at line 330. (显示ticket变更历史,而不是只显示创建和关闭,此代码中目前仅显示关闭动作,可以在330行修改选择显示的动作列表)
     107 - Screenshot: [attachment:WikiTicketCalendarMacro.20091029.png]
     108
     109
    101110== Author/Contributors ==
    102111