Changes between Initial Version and Version 1 of PageTicketsMacro


Ignore:
Timestamp:
Aug 27, 2015, 7:48:19 AM (9 years ago)
Author:
lucid
Comment:

New hack PageTicketsMacro, created by lucid

Legend:

Unmodified
Added
Removed
Modified
  • PageTicketsMacro

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= Query tickets mentioned on wiki page
     4
     5== Description
     6
     7`[[PageTickets()]]` is a wiki macro that expands to a TicketQuery of tickets mentioned on the current wiki page.
     8
     9All parameters are passed to !TicketQuery. The `format` defaults to `table`.
     10
     11Examples:
     12{{{
     13All tickets mentioned on this page:
     14[[PageTickets()]]
     15
     16New tickets mentioned on this page, grouped by milestone:
     17[[PageTickets(status=new,group=milestone)]]
     18}}}
     19
     20
     21== !Bugs/Feature Requests
     22
     23Existing bugs and feature requests for PageTicketsMacro are
     24[report:9?COMPONENT=PageTicketsMacro here].
     25
     26If you have any issues, create a
     27[/newticket?component=PageTicketsMacro new ticket].
     28
     29[[TicketQuery(component=PageTicketsMacro&group=type,format=progress)]]
     30
     31== Download
     32
     33Download the zipped source from [export:pageticketsmacro here].
     34
     35== Source
     36
     37You can check out PageTicketsMacro from [http://trac-hacks.org/svn/pageticketsmacro here] using Subversion, or [source:pageticketsmacro browse the source] with Trac.
     38
     39== Installation
     40
     41General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
     42
     43== Recent Changes
     44
     45[[ChangeLog(pageticketsmacro, 3)]]
     46
     47== !Author/Contributors
     48
     49**Author:** [wiki:lucid] [[BR]]
     50**Maintainer:** [[Maintainer]] [[BR]]
     51**Contributors:**