Version 11 (modified by 10 years ago) (diff) | ,
---|
List attachments from Trac site
Notice: This plugin is unmaintained and available for adoption.
Description
Adds a wiki macro that shows all attachments uploaded on a Trac site. The attachments are displayed as a list of filenames, showing filesize, author and the source of the attachment (wikipage or ticket).
The macro was previously hosted on an external site and then here.
Bugs/Feature Requests
Please use GitHub for any issues you have with AllAttachmentsMacro.
Old tickets are here.
Download
Download the zipped source from here.
Source
You can clone AllAttachmentsMacro from here using git, or browse the source on GitHub.
Installation
pip install AllAttachmentsMacro
For more information, please follow documentation on how to install Trac's plugins.
Usage
[[AllAttachments()]] # Show all attachments [[AllAttachments(ticket)]] # Show the attachments that are linked to tickets [[AllAttachments(wiki)]] # Show the attachments that are linked to wiki pages