Changes between Initial Version and Version 1 of AddCommentMacro


Ignore:
Timestamp:
Jul 9, 2005, 2:02:34 PM (19 years ago)
Author:
Alec Thomas
Comment:

New hack AddCommentMacro, created by athomas

Legend:

Unmodified
Added
Removed
Modified
  • AddCommentMacro

    v1 v1  
     1= Add to a page without full editing =
     2
     3== Description ==
     4
     5The AddCommentMacro allows for easy addition of comments to a page, in a standard format. Each comment added is in the following form:
     6
     7{{{
     8==== Comment by <user> on <date> ====
     9<comment-body>
     10
     11}}}
     12
     13The comment body supports normal TracWiki WikiFormatting.
     14
     15Comments are added after the first line that starts with ![[AddComment]]
     16
     17The AddCommentMacro supports previewing and adheres to the TracPermissions scheme, only allowing comments to be added if the user has write access to the page.
     18
     19Since [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.
     20
     21
     22
     23== Bugs/Feature Requests ==
     24
     25Existing bugs and feature requests for AddCommentMacro are
     26[report:9?COMPONENT=AddCommentMacro here].
     27
     28If you have any issues, create a
     29[http://trac-hacks.swapoff.org/newticket?component=AddCommentMacro&owner=athomas new ticket].
     30
     31== Download ==
     32
     33[source:addcommentmacro/0.8 AddCommentMacro for 0.8].[[BR]]
     34[source:addcommentmacro/0.9 AddCommentMacro for 0.9].
     35
     36== Source ==
     37
     38You can check out the source for AddCommentMacro from Subversion at http://trac-hacks.swapoff.org/svn/addcommentmacro.
     39
     40== Example ==
     41
     42[[AddComment(appendonly)]]
     43
     44== Author/Contributors ==
     45
     46'''Author:''' [wiki:athomas athomas] [[BR]]
     47'''Contributors:'''
     48
     49[[TagIt(macro,athomas,0.8,0.9)]]