Changes between Version 65 and Version 66 of WikiTicketCalendarMacro


Ignore:
Timestamp:
Aug 25, 2016, 8:50:26 PM (8 years ago)
Author:
figaro
Comment:

Rearranged paragraphs to maintain consistency, added depreciation notice

Legend:

Unmodified
Added
Removed
Modified
  • WikiTicketCalendarMacro

    v65 v66  
    22
    33= Calendar view of Milestones and Tickets
     4
     5{{{#!box info
     6'''The code of this macro has been merged with WikiCalendarMacro for joined upstream development.'''
     7Development of the single-file macros is discontinued.
     8Make sure to change over to the packaged plugin code hosted within the [source:/wikicalendarmacro /wikicalendarmacro] domain to receive the latest improvements and bug fixes.
     9}}}
    410
    511== Description
     
    814
    915[[Image(wikiticketcalendar_screenshot.gif)]]
    10 
    11 Development of the single-file macros is discontinued.
    12 '''Code has been merged with WikiCalendarMacro for joined upstream development.'''
    13 Make sure to change over to the packaged plugin code hosted within the [source:/wikicalendarmacro /wikicalendarmacro] domain to receive the latest improvements and bug fixes.
    1416
    1517A heavily modified version is used [https://wiki.ctdo.de/#DiesenMonatimCTDO here as event calendar], source unknown.
     
    7779or you could choose to display tickets only with high/highest priority, tickets with some special content in a custom field, etc.
    7880
    79 == Installation
    80 
    81 Generic guidelines on installation and troubleshooting can be found at TracPlugins.
    82 
    83 Steps to install and configure this plugin are:
    84 
    85  1. '''Install'''
    86   1. with `easy_install`:
    87 {{{
    88 #!sh
    89 $ sudo easy_install https://trac-hacks.org/svn/wikicalendarmacro
    90 }}}
    91  1. '''Enable'''
    92   * Update TracIni file (`..../trac.ini`) with:
    93 {{{#!ini
    94 [components]
    95 wikicalendar.* = enabled
    96 }}}
    97  1. '''Configure'''
    98   * The macro optionally makes use of an own configuration section, that could be placed into `trac.ini` as follows:
    99 {{{#!ini
    100 [wikicalendar]
    101 ticket.due_field = due_close
    102 ticket.due_field.format = %y-%m-%d
    103 }}}
    104  1. '''Restart''' web server:
    105 {{{#!sh
    106 $ sudo /etc/init.d/apache2 restart
    107 }}}
    108 
    109 The procedure above enables both, this macro as well as the WikiCalendarMacro.
    110 Both macros are bundled in `wikicalendar-2.0.0` and later.
    111 For historic versions the old instructions are preserved [#Historicnotes below].
    112 
    11381== Bugs / Feature Requests
    11482
     
    165133}}}
    166134
     135== Installation
     136
     137Generic guidelines on installation and troubleshooting can be found at TracPlugins.
     138
     139Steps to install and configure this plugin are:
     140
     141 1. '''Install'''
     142  1. with `easy_install`:
     143{{{
     144#!sh
     145$ sudo easy_install https://trac-hacks.org/svn/wikicalendarmacro
     146}}}
     147 1. '''Enable'''
     148  * Update TracIni file (`..../trac.ini`) with:
     149{{{#!ini
     150[components]
     151wikicalendar.* = enabled
     152}}}
     153 1. '''Configure'''
     154  * The macro optionally makes use of an own configuration section, that could be placed into `trac.ini` as follows:
     155{{{#!ini
     156[wikicalendar]
     157ticket.due_field = due_close
     158ticket.due_field.format = %y-%m-%d
     159}}}
     160 1. '''Restart''' web server:
     161{{{#!sh
     162$ sudo /etc/init.d/apache2 restart
     163}}}
     164
     165The procedure above enables both, this macro as well as the WikiCalendarMacro.
     166Both macros are bundled in `wikicalendar-2.0.0` and later.
     167For historic versions the old instructions are preserved [#Historicnotes below].
     168
    167169== Recent Changes
    168170