Opened 4 years ago
Last modified 3 years ago
not working with latest Trac's trunk (tested on r1535)
Now working thanks to Emmanuel Blot.
I've tested this macro on r1862 of Trac's trunk and it's not working for me. I've got below error and have no idea what does it mean.
Error: Macro AddComment() failed components
Unfortunately I don't have time to keep these macro's up to date with trunk. However, if Emmanuel (or somebody else) updates it I will upload a new version.
Re-opened until it works for trunk?.
There is also a thread about this on the mailing list.
#17 is a duplicate of this.
I am working on a discussion/forum plugin for Trac trunk. This will have an accompanying macro for inlining topics, achieving similar functionality to AddCommentMacro.
(In [59])
Unfortunately, after installing the latest trunk of the macro with Trac's rev 1943 trunk, I'm still having the exact same error as before. I restarted Apache after upgrading my install to the latest trunk of both projects. Is it possible that there is something else that I am doing incorrectly?
Okay, take two.
I found one issue with appendonly. Apparently macro's no longer need to escalate privileges to insert into the wiki, so I removed the broken call to perm.expand_meta_permission.
This works with r1948, tested on two systems.
Unfortunately, it's still not working here -- rev 61 of the macro, rev 1948 of trac trunk. There must be something else I'm doing wrong, I guess -- I'll find another method of allowing users to add comments. Thanks for your efforts.
Milestone 0.9 deleted