wiki:AddCommentMacro

Version 58 (modified by trac, 8 years ago) (diff)

--

Add comments to wiki pages

Notice: This plugin does not necessarily meet coding standards or functions correctly in all use cases.

Description

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

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

The comment body supports normal Trac 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. This is 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.

defect

21 / 28

enhancement

4 / 11

Download

Download all versions as a zip file.

Source

You can check out AddCommentMacro from here using Subversion, or browse the source with Trac.

Installation

Dependencies: You need to install MacroPostPlugin first, or the 'Preview' and 'Submit' buttons won't work.

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

Add the following to the [components] section of your trac.ini file:

macropost.web_ui.macropostmodule = enabled
addcomment.* = enabled

Alternatively, use the WebAdmin interface to enable both plugins.

Recent Changes

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
(more)

Author/Contributors

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