Changes between Version 14 and Version 15 of TicketCalendarPlugin


Ignore:
Timestamp:
Nov 13, 2015, 10:57:43 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TicketCalendarPlugin

    v14 v15  
    55== Description
    66
    7 This plugin provides a ticket calendar as a box calendar and list view in page and wiki macro. The ticket calendar page can be searched similar to a wiki page.
     7This plugin provides a ticket calendar as a box calendar and list view in page and wiki macro. The ticket calendar page can be searched similar to a wiki page. For examples, see below.
    88
    99== Bugs/Feature Requests
    1010
    11 Existing bugs and feature requests for TicketCalendarPlugin are [report:9?COMPONENT=TicketCalendarPlugin here].
     11Existing bugs and feature requests for TicketCalendarPlugin are
     12[report:9?COMPONENT=TicketCalendarPlugin here].
    1213
    13 If you have any issues, create a [http://trac-hacks.org/newticket?component=TicketCalendarPlugin&owner=jun66j5 new ticket].
     14If you have any issues, create a
     15[/newticket?component=TicketCalendarPlugin new ticket].
    1416
    1517[[TicketQuery(component=TicketCalendarPlugin,group=type,format=progress)]]
     
    1719== Download
    1820
    19 Download the zipped source from [download:ticketcalendarplugin here].
     21Download the zipped source from [export:ticketcalendarplugin here].
    2022
    2123== Source
    2224
    23 You can check out TicketCalendarPlugin from [http://trac-hacks.org/svn/ticketcalendarplugin here] using Subversion, or [source:ticketcalendarplugin browse the source] with Trac.
     25You can check out TicketCalendarPlugin from [/svn/ticketcalendarplugin here] using Subversion, or [source:ticketcalendarplugin browse the source] with Trac.
     26
     27== Installation
     28
     29General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    2430
    2531== Example
     
    3945easy_install http://trac-hacks.org/svn/ticketcalendarplugin/0.12
    4046}}}
    41  1. Enable the plugin in `trac.ini`:
     47 1. Enable the plugin in your `trac.ini` file:
    4248 {{{#!ini
    43 ; conf/trac.ini
    4449[components]
    4550ticketcalendar.* = enabled
     
    4752 1. Configuration options can be found on the TracIni#ticketcalendar-section page after installation.
    4853
    49 == Macro Usage
     54== Usage
    5055
    5156`[[TicketCalendar(type=box,query=status!=closed,month=2013-05)]]`