New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
user/rblod/TicketStat (diff) – NEMO

Changes between Version 2 and Version 3 of user/rblod/TicketStat


Ignore:
Timestamp:
2009-11-25T16:26:16+01:00 (14 years ago)
Author:
rblod
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • user/rblod/TicketStat

    v2 v3  
    1010Usage :[[TicketStats(title = Error tickets by week last 3 months, daterange=3m,res_days=7, query=Type='error')]] 
    1111}}} 
    12 {{{ 
    13 ----- 
    14 }}} 
     12 
    1513----- 
    1614 
    1715[[WikiTicketCalendar(*,*,true)]] 
     16 
     17{{{ 
     18  format: 
     19    WikiTicketCalendar([year,month,[showbuttons,[wiki_page_format]]]) 
     20 
     21    displays a calendar, the days link to: 
     22     - milestones (day in bold) if there is one on that day 
     23     - a wiki page that has wiki_page_format (if exist) 
     24     - create that wiki page if it does not exist 
     25 
     26  arguments: 
     27    year, month = display calendar for month in year ('*' for current year/month) 
     28    showbuttons = true/false, show prev/next buttons 
     29    wiki_page_format = strftime format for wiki pages to display as link 
     30                       (if there is not a milestone placed on that day) 
     31                       (if exist, otherwise link to create page) 
     32                       default is "%Y-%m-%d", '*' for default 
     33 
     34  examples: 
     35    WikiTicketCalendar(2006,07) 
     36    WikiTicketCalendar(2006,07,false) 
     37    WikiTicketCalendar(*,*,true,Meeting-%Y-%m-%d) 
     38    WikiTicketCalendar(2006,07,false,Meeting-%Y-%m-%d) 
     39}}}