Changes between Version 9 and Version 10 of AllAttachmentsMacro


Ignore:
Timestamp:
Mar 28, 2013, 6:45:52 AM (11 years ago)
Author:
Mitar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AllAttachmentsMacro

    v9 v10  
    1 [[PageOutline(2-5,Contents,pullout)]]
    21= List attachments from Trac site =
    32
    43== Description ==
    54
    6 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].
     5Adds 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).
    76
    8 == Bugs/Feature Requests ==
     7The macro was previously hosted on an [http://stuq.nl/software/trac/AllAttachmentsMacro external site] and then [http://trac-hacks.org/svn/allattachmentsmacro here].
    98
    10 Existing bugs and feature requests for AllAttachmentsMacro are
    11 [report:9?COMPONENT=AllAttachmentsMacro here].
     9== Usage ==
    1210
    13 If you have any issues, create a
    14 [http://trac-hacks.org/newticket?component=AllAttachmentsMacro&owner=rjollos new ticket].
     11{{{
     12[[AllAttachments()]]            # Show all attachments
     13[[AllAttachments(ticket)]]      # Show the attachments that are linked to tickets
     14[[AllAttachments(wiki)]]        # Show the attachments that are linked to wiki pages
     15}}}
     16
     17== Bugs/Feature Requests ==
     18
     19Please use [https://github.com/mitar/trac-allattachments/issues GitHub] for any issues you have with [wiki:AllAttachmentsMacro].
     20
     21Old tickets are [report:9?COMPONENT=AllAttachmentsMacro here].
    1522
    1623== Download ==
    1724
    18 Download the zipped source from [download:allattachmentsmacro here].
     25Download the zipped source from [https://github.com/mitar/trac-allattachments/archive/master.zip here].
    1926
    2027== Source ==
    2128
    22 You can check out AllAttachmentsMacro from [http://trac-hacks.org/svn/allattachmentsmacro here] using Subversion, or [source:allattachmentsmacro browse the source] with Trac.
     29You 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.
    2330
    24 == Example ==
     31== Installation ==
    2532
    2633{{{
    27 [[AllAttachments()]]            Show all attachments
    28 [[AllAttachments(ticket)]]      Show the attachments that are linked to tickets
    29 [[AllAttachments(wiki)]]        Show the attachments that are linked to wiki pages
     34pip install AllAttachmentsMacro
    3035}}}
    3136
    32 == Recent Changes ==
    33 
    34 [[ChangeLog(allattachmentsmacro, 3)]]
     37For more information, please follow [http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracPlugin documentation] on how to install Trac's plugins.
    3538
    3639== Author/Contributors ==
    3740
    3841'''Author:''' [wiki:daan] [[BR]]
    39 '''Maintainer:''' [wiki:rjollos] [[BR]]
    40 '''Contributors:''' mitar
     42'''Maintainers:''' [wiki:rjollos], [wiki:mitar] [[BR]]
     43'''Contributors:'''