= List attachments from Trac site = == 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 [http://stuq.nl/software/trac/AllAttachmentsMacro external site] and then [http://trac-hacks.org/svn/allattachmentsmacro here]. == 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 }}} == Bugs/Feature Requests == Please use [https://github.com/mitar/trac-allattachments/issues GitHub] for any issues you have with [wiki:AllAttachmentsMacro]. Old tickets are [report:9?COMPONENT=AllAttachmentsMacro here]. == Download == Download the zipped source from [https://github.com/mitar/trac-allattachments/archive/master.zip here]. == Source == You can clone [wiki:AllAttachmentsMacro] from [https://github.com/mitar/trac-allattachments here] using git, or [https://github.com/mitar/trac-allattachments browse the source] on GitHub. == Installation == {{{ pip install AllAttachmentsMacro }}} For more information, please follow [http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracPlugin documentation] on how to install Trac's plugins. == Author/Contributors == '''Author:''' [wiki:daan] [[BR]] '''Maintainers:''' [wiki:rjollos], [wiki:mitar] [[BR]] '''Contributors:'''