Changes between Version 60 and Version 61 of AddCommentMacro


Ignore:
Timestamp:
Jan 17, 2016, 2:57:10 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes, added pypi link

Legend:

Unmodified
Added
Removed
Modified
  • AddCommentMacro

    v60 v61  
    2323The AddCommentMacro supports previewing and adheres to the TracPermissions scheme, only allowing comments to be added if the user has write access to the page.
    2424
    25 Since [21] the AddCommentMacro can fulfill the role of an append only Wiki page. By passing the argument ''appendonly'' to the macro, comments can be appended to the page even when the user does not have permission to modify the page. This is potentially unsafe, but can be useful.
     25Since changeset [21] the AddCommentMacro can fulfil the role of an append only Wiki page. By passing the argument `appendonly` to the macro, comments can be appended to the page even when the user does not have permission to modify the page. This is potentially unsafe, but can be useful.
    2626
    2727== Bugs/Feature Requests
     
    4444Download all versions as a [export:addcommentmacro zip file].
    4545
     46There is also a version on [pypi:TracAddCommentMacro PyPi].
     47
    4648== Source
    4749
     
    6062}}}
    6163
    62 Add the following to the [components] section of your `trac.ini` file:
     64Add the following to your `trac.ini` file:
    6365{{{#!ini
     66[components]
    6467macropost.web_ui.macropostmodule = enabled
    6568addcomment.* = enabled