Changes between Version 56 and Version 57 of AddCommentMacro


Ignore:
Timestamp:
May 21, 2015, 7:36:46 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, added adequacy notice

Legend:

Unmodified
Added
Removed
Modified
  • AddCommentMacro

    v56 v57  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Add comments to wiki pages =
    32
    4 == Description ==
     3= Add comments to wiki pages
     4
     5{{{#!box info
     6**Notice:** This plugin does not necessarily meet coding standards or functions correctly in all use cases.
     7}}}
     8
     9== Description
    510
    611The AddCommentMacro allows for easy addition of comments to a page, in a standard format. Each comment is added in the following form:
     
    1217}}}
    1318
    14 
    15 The comment body supports normal TracWiki WikiFormatting.
     19The comment body supports normal Trac WikiFormatting.
    1620
    1721Comments are added after the first line that starts with {{{[[AddComment]]}}}.
     
    2125Since [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.
    2226
    23 == Bugs/Feature Requests ==
     27== Bugs/Feature Requests
    2428
    2529Existing bugs and feature requests for AddCommentMacro are
     
    2933[http://trac-hacks.org/newticket?component=AddCommentMacro&owner=athomas new ticket].
    3034
    31 == Install ==
     35[[TicketQuery(component=AddCommentMacro&group=type,format=progress)]]
    3236
    33 Easy Install instructions for installing latest versions of the macro:
    34 
    35 === Trac 0.10.x ===
    36 
    37 {{{
    38 #!sh
    39 $> easy_install http://trac-hacks.org/svn/macropostplugin/0.10
    40 ...
    41 $> easy_install http://trac-hacks.org/svn/addcommentmacro/0.10
    42 ...
    43 Done.
    44 }}}
    45 
    46 === Trac 0.11.x and 0.12.x ===
    47 
    48 {{{
    49 #!sh
    50 $> easy_install http://trac-hacks.org/svn/macropostplugin/0.11
    51 ...
    52 $> easy_install http://trac-hacks.org/svn/addcommentmacro/0.11
    53 ...
    54 Done.
    55 }}}
    56 
    57 === Trac.ini ===
    58 
    59 Don't forget to add:
    60 {{{
    61 #!ini
    62 macropost.web_ui.macropostmodule = enabled
    63 addcomment.* = enabled
    64 }}}
    65 to the [components] section of trac.ini, or use the WebAdmin interface to enable both plug-ins
    66 
    67 == Download ==
     37== Download
    6838
    6939 * [source:addcommentmacro/0.8 AddCommentMacro for 0.8]
     
    7444Download all versions as a [download:addcommentmacro zip file].
    7545
    76 == Requirements ==
    77 
    78 You need to install MacroPostPlugin first, or the 'preview' and 'submit' buttons won't work.
    79 
    80 == Source ==
     46== Source
    8147
    8248You can check out AddCommentMacro from [http://trac-hacks.org/svn/addcommentmacro here] using Subversion, or [source:addcommentmacro browse the source] with Trac.
    8349
    84 == Change Log ==
     50== Installation
     51
     52'''Dependencies''': You need to install MacroPostPlugin first, or the 'Preview' and 'Submit' buttons won't work.
     53
     54{{{#!sh
     55$> easy_install http://trac-hacks.org/svn/macropostplugin/0.11
     56...
     57$> easy_install http://trac-hacks.org/svn/addcommentmacro/0.11
     58...
     59Done.
     60}}}
     61
     62Add the following to the [components] section of your `trac.ini` file:
     63{{{#!ini
     64macropost.web_ui.macropostmodule = enabled
     65addcomment.* = enabled
     66}}}
     67
     68Alternatively, use the WebAdmin interface to enable both plugins.
     69
     70== Recent Changes ==
    8571
    8672[[ChangeLog(/addcommentmacro,3)]]
    8773
    88 == Author/Contributors ==
     74== Author/Contributors
    8975
    9076'''Author:''' [wiki:athomas athomas] [[BR]]
    91 '''Maintainer:''' [wiki:osimons osimons] [[BR]]
     77'''Maintainer:''' [[Maintainer]] [[BR]]
    9278'''Contributors:''' [wiki:eblot eblot] (ported Trac to trunk), [wiki:osimons osimons] (0.11 version)