#14 closed defect (fixed)
Not working with latest Trac's trunk
| Reported by: | Owned by: | Alec Thomas | |
|---|---|---|---|
| Priority: | normal | Component: | AddCommentMacro |
| Severity: | normal | Keywords: | |
| Cc: | tiger@… | Trac Release: |
Description
not working with latest Trac's trunk (tested on r1535)
Attachments (0)
Change History (12)
comment:1 Changed 20 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 Changed 20 years ago by
| Cc: | tiger@… added; anonymous removed |
|---|---|
| Resolution: | fixed |
| Status: | closed → reopened |
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
comment:3 Changed 20 years ago by
| Resolution: | → wontfix |
|---|---|
| Status: | reopened → closed |
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.
comment:4 Changed 20 years ago by
| Resolution: | wontfix |
|---|---|
| Status: | closed → reopened |
comment:5 Changed 20 years ago by
| Summary: | not working with latest Trac's trunk → Not working with latest Trac's trunk |
|---|
#17 is a duplicate of this.
comment:6 Changed 20 years ago by
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.
comment:7 Changed 20 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | reopened → closed |
(In [59])
- Brought AddCommentMacro up to date with trunk, closes #14. Unfortunately it has to use GET rather than POST, but it seems to work nonetheless.
comment:8 Changed 20 years ago by
| milestone: | → 0.9 |
|---|---|
| Resolution: | fixed |
| Status: | closed → reopened |
| version: | → trunk |
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?
comment:9 Changed 20 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | reopened → closed |
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.
comment:10 Changed 20 years ago by
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.



Now working thanks to Emmanuel Blot.