wiki:AddCommentMacro

Version 47 (modified by osimons, 16 years ago) (diff)

Adding easy_install setup instructions.

Add comments to wiki pages

Description

The AddCommentMacro allows for easy addition of comments to a page, in a standard format. Each comment added is in the following form:

==== Comment by <user> on <date> ====
<comment-body>

The comment body supports normal TracWiki WikiFormatting.

Comments are added after the first line that starts with [[AddComment]].

The AddCommentMacro supports previewing and adheres to the TracPermissions scheme, only allowing comments to be added if the user has write access to the page.

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. Potentially unsafe, but can be useful.

Bugs/Feature Requests

Existing bugs and feature requests for AddCommentMacro are here.

If you have any issues, create a new ticket.

Install

Easy Install instructions for installing latest versions of the macro:

Trac 0.10.x

$> easy_install http://trac-hacks.org/svn/macropostplugin/0.10
...
$> easy_install http://trac-hacks.org/svn/addcommentmacro/0.10
...
Done.

Trac 0.11.x

$> easy_install http://trac-hacks.org/svn/macropostplugin/0.11
...
$> easy_install http://trac-hacks.org/svn/addcommentmacro/0.11
...
Done.

Download

AddCommentMacro for 0.8.
AddCommentMacro for 0.9.
AddCommentMacro for 0.10.
AddCommentMacro for 0.11.
Download as a zip file [download:addcommentmacro here].

Requirements

You need to install MacroPostPlugin first, or the 'preview' and 'submit' buttons won't work.

Source

You can check out the source for AddCommentMacro from Subversion at http://trac-hacks.org/svn/addcommentmacro.

Change Log

16765 by rjollos on 2017-08-26 02:58:15
TracAddCommentMacro 0.3: Add license info
16760 by rjollos on 2017-08-25 18:54:20
TracAddCommentMacro 0.3: Run autopep8 on codebase
16397 by rjollos on 2017-03-25 09:37:00
Remove obsolete "0.9" code
16395 by rjollos on 2017-03-25 09:25:02
Remove obsolete "0.8" directories
8746 by osimons on 2010-09-10 14:25:48
AddCommentMacro: New name for anonymous was not picked up. Fixes #4710. Thanks for the patch!
(more)

Author/Contributors

Author: athomas
Contributors: eblot (ported Trac to trunk), osimons (0.11 version)