Changes between Version 6 and Version 7 of AddCommentMacro


Ignore:
Timestamp:
Jul 10, 2005, 2:07:39 AM (19 years ago)
Author:
Alec Thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AddCommentMacro

    v6 v7  
    4242== Example ==
    4343
     44==== Comment by athomas on Mon 29 Nov 2004 21:48:09 EST ====
     45This is a comment, with WikiFormatting.
     46
     47==== Comment by athomas on Mon 29 Nov 2004 22:00:56 EST ====
     48This is another comment, at a later date.
     49
     50==== Comment by anonymous on Tue 07 Dec 2004 04:14:57 EST ====
     51This is really great, thanks!
     52
     53==== Comment by anonymous on Mon 03 Jan 2005 21:09:19 EST ====
     54Kauf mich...
     55
     56==== Comment by anonymous on Sat 26 Feb 2005 13:02:20 EST ====
     57Test
     58
     59==== Comment by anonymous on Fri 11 Mar 2005 05:02:28 EST ====
     60testing a comment
     61
     62==== Comment by somerandomperson on Tue 15 Mar 2005 11:10:07 EST ====
     63Comment with a made up username
     64
     65==== Comment by Davo on Sun 27 Mar 2005 23:30:11 EST ====
     66Very Interesting.  Let's if wiki things work in here.
     67{{{
     68Code
     69}}}
     70
     71==== Comment by anonymous on Wed 20 Apr 2005 17:46:03 EST ====
     72?@>25@:0
     73
     74==== Comment by anonymous on Wed 04 May 2005 07:42:01 EST ====
     75Does this work with the current trunk?  Is there any further documentation?  Testing this on my SandBox page, when I clicked Add Comment, it took me to WikiStart#commentpreview.
     76
     77==== Comment by anonymous on Tue 17 May 2005 22:25:41 EST ====
     78See http://projects.edgewall.com/trac/attachment/wiki/MacroBazaar/AddComment.py for an updated version - I wish I've been able to add it on this site, but I do not have a login here, and the {{{ }}} escape sequence are in trouble inside the AddComment macro ;-)
     79
     80==== Comment by athomas on Wed 18 May 2005 01:56:58 EST ====
     81Thanks for the new version, I'll add it with a note that is for trunk.
     82
     83You could have logged a ticket though, this being Trac ;)
     84
     85==== Comment by eblot on Sat 04 Jun 2005 04:18:27 EST ====
     86The recent update in Trac engine [http://projects.edgewall.com/trac/changeset/1701 1701] enforces security checks with POST HTTP method.
     87
     88A dirty workaround is to edit the macro, replace "method='post'" with "method='get'", around line 81.
     89
     90I think that the {{{[[AddMacro]]}}} should be embedded in the official trac macro store.
     91
     92==== Comment by athomas on Tue 07 Jun 2005 00:10:32 EST ====
     93I had a look at trunk but I think I'll stick with coding against 0.8.x as trunk is a bit too much pain to keep track of.
     94
     95==== Comment by alexkw@mac.com on Fri 17 Jun 2005 13:40:55 EST ====
     96After installing [http://projects.edgewall.com/trac/attachment/wiki/MacroBazaar/AddComment.py AddComment] to 0.8.3 and adding the ![[AddComment]] macro, I get this: [[BR]]
     97{{{
     98Error: Macro AddComment(None) failed
     99No module named wiki.formatter
     100}}}
     101
     102Any ideas?
     103
     104==== Comment by anonymous on Thu 23 Jun 2005 10:26:07 EST ====
     105The same problem as alexkw@mac.com.. any suggestions?
     106
     107==== Comment by athomas on Mon 27 Jun 2005 10:42:41 EST ====
     108The version of AddCommentMacro for trunk will not work with 0.8.x. Download the version for Trac < 0.9.
     109
    44110[[AddComment(appendonly)]]
    45111