Changes between Version 64 and Version 65 of WikiTicketCalendarMacro


Ignore:
Timestamp:
May 1, 2015, 9:20:24 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • WikiTicketCalendarMacro

    v64 v65  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Calendar view of Milestones and Tickets =
    3 == Description ==
     2
     3= Calendar view of Milestones and Tickets
     4
     5== Description
    46
    57Macro for the Trac Wiki to display Milestones and Tickets from the Ticketing system in a calendar view. See screenshot (!WikiTicketCalendarMacro 1.2.0 & Trac 0.12) with different localizations (wikipage links and CSS style ticket tooltip) below:
     
    911Development of the single-file macros is discontinued.
    1012'''Code has been merged with WikiCalendarMacro for joined upstream development.'''
    11 Make sure to change over to the packaged plugin code hosted within the
    12 [source:/wikicalendarmacro /wikicalendarmacro] domain to receive latest improvements and bug fixes.
     13Make sure to change over to the packaged plugin code hosted within the [source:/wikicalendarmacro /wikicalendarmacro] domain to receive the latest improvements and bug fixes.
    1314
    14 == Usage ==
     15A heavily modified version is used [https://wiki.ctdo.de/#DiesenMonatimCTDO here as event calendar], source unknown.
     16
     17== Usage
    1518
    1619The invocation for the screenshot above is `[[WikiTicketCalendar(*,*,true,Wochenberatung/%Y-%m-%d,true,Beratung)]]`.
     
    3437       including multiple expressions grouped by 'and' and 'or'
    3538
    36 === Arguments ===
     39=== Arguments
    3740
    3841||'''Argument'''||'''Version'''||'''Description'''||'''Default'''||'''Example'''||
     
    4750|| `width`|| ||set calendar table 'min-width', and optionally 'width' for surrounding div triggered by prepending '+' to value || 100% || width=100% ||
    4851
    49 === Examples ===
     52=== Examples
     53
    5054{{{
    5155    [[WikiTicketCalendar(2006,07)]]
     
    7377or you could choose to display tickets only with high/highest priority, tickets with some special content in a custom field, etc.
    7478
    75 
    76 == Install ==
     79== Installation
    7780
    7881Generic guidelines on installation and troubleshooting can be found at TracPlugins.
     
    8184
    8285 1. '''Install'''
    83   1. with easy_install:
     86  1. with `easy_install`:
    8487{{{
    8588#!sh
     
    8891 1. '''Enable'''
    8992  * Update TracIni file (`..../trac.ini`) with:
    90 {{{
    91 #!ini
     93{{{#!ini
    9294[components]
    9395wikicalendar.* = enabled
    9496}}}
    9597 1. '''Configure'''
    96   * The macro optionally makes use of an own configuration section, that could be placed into 'trac.ini' as follows:
    97 {{{
    98 #!ini
     98  * The macro optionally makes use of an own configuration section, that could be placed into `trac.ini` as follows:
     99{{{#!ini
    99100[wikicalendar]
    100101ticket.due_field = due_close
     
    102103}}}
    103104 1. '''Restart''' web server:
    104 {{{
    105 #!sh
     105{{{#!sh
    106106$ sudo /etc/init.d/apache2 restart
    107107}}}
     
    111111For historic versions the old instructions are preserved [#Historicnotes below].
    112112
    113 == Bug Reports ==
    114 
    115 Get it, enjoy and report back, please. Comments welcome.
     113== Bugs / Feature Requests
    116114
    117115Existing bugs and feature requests for !WikiTicketCalendarMacro are
     
    121119[/newticket?component=WikiTicketCalendarMacro&owner=hasienda new ticket].
    122120
    123 Make sure to send feature requests for the macro bundle only (see WikiCalendarMacro).
     121Make sure to send feature requests for the macro bundle only, see WikiCalendarMacro.
     122
     123[[TicketQuery(component=WikiCalendarMacro&group=type,format=progress)]]
    124124
    125125[[Poll(What do you think of the WikiTicketCalendarMacro?; Great; Useful; Somewhat useful, but could be better; Useless; Horrible; Don't care/don't need such stuff)]]
    126126
    127 == Source & Download ==
     127== Source & Download
     128
    128129For the latest code see WikiCalendarMacro. Both macros have been merged.
    129130
    130 === Historic notes ===
    131 These are the old instructions for enabling historic versions of the !WikiTicketCalendarMacro:
    132 {{{
     131=== Historic notes
     132
     133These are the old instructions for enabling historic versions of the !WikiTicketCalendarMacro for Trac <= 0.11:
     134{{{#!ini
    133135[components]
    134136WikiTicketCalendarMacro.* = enabled
    135137}}}
    136  for Trac <= 0.11
    137138
    138 {{{
     139For Trac >= 0.12 and trunk branch with i18n support, which have a different code structure as a result of packaging:
     140{{{#!ini
    139141[components]
    140142wikiticketcalendar.* = enabled
    141143}}}
    142  for Trac >= ''0.12'' and ''trunk'' branch with i18n support (have a different code structure due to packaging)
    143144
    144145The following configuration instructions apply only to the old code as well:
    145 {{{
     146{{{#!ini
    146147[wikiticketcalendar]
    147148ticket.due_field.name = due_close
    148149ticket.due_field.format = %y-%m-%d
    149150}}}
     151
    150152    * Note: these are the implicit default values to give backwards compatible behaviour.
    151153    * Real configuration examples:
    152154      * for a custom due date field named 'due-date' that holds US style date with 4-digit year:
    153 {{{
     155{{{#!ini
    154156[wikiticketcalendar]
    155157ticket.due_field.name = due-date
    156158ticket.due_field.format = %m/%d/%Y
    157159}}}
    158       * for a custom due date field named 'due_date' that holds true POSIX microsecond timestamps (see: [t:wiki:TracDev/Proposals/TracTicketsCustomTimeFields custom time fields proposal])
    159 {{{
     160      * for a custom due date field named 'due_date' that holds true POSIX microsecond timestamps, see: [t:wiki:TracDev/Proposals/TracTicketsCustomTimeFields custom time fields proposal]:
     161{{{#!ini
    160162[wikiticketcalendar]
    161163ticket.due_field.name = due_date
     
    163165}}}
    164166
     167== Recent Changes
    165168
    166 == Author/Contributors ==
     169[[ChangeLog(wikiticketcalendarmacro, 3)]]
    167170
    168 '''Author:''' [wiki:mcomb][[BR]]
    169 '''Maintainer:''' [wiki:hasienda][[BR]]
     171== Author/Contributors
     172
     173'''Author:''' [wiki:mcomb] [[BR]]
     174'''Maintainer:''' [[Maintainer]] [[BR]]
    170175'''Contributors:''' Boris Savelev, [wiki:rjollos]
    171 
    172 == See also ==
    173 === Found on the web ===
    174 
    175  * a heavily modified version used [https://wiki.ctdo.de/#DiesenMonatimCTDO as event calendar], source unknown