#13725 closed defect (fixed)
Context Error for Trac 1.4
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | SubcomponentsPlugin |
Severity: | normal | Keywords: | context |
Cc: | Frau Boonekamp | Trac Release: | 1.4 |
Description
-
.py
old new from trac.wiki import format_to_html 11 from trac. mimeview.api import Context11 from trac.web.chrome import web_context as get_context … … class ComponentsViewModule(Component): 60 description = format_to_html(self.env, Context.from_request(req),60 description = format_to_html(self.env, get_context(req),
Attachments (0)
Change History (8)
comment:1 Changed 5 years ago by
Trac Release: | → 1.4 |
---|
comment:2 Changed 5 years ago by
Owner: | set to Ryan J Ollos |
---|---|
Status: | new → accepted |
comment:3 Changed 5 years ago by
comment:4 Changed 5 years ago by
Plugin uses a Genshi Transformer, which needs to be replaced with JavaScript code.
comment:5 Changed 5 years ago by
Original maintainer here. I continue to maintain this plugin for Haiku's Trac instance. The current repository can be found on GitHub.
I don't know to what extend the two plugins differ at the moment, but the one on Github does support Trac 1.4 properly.
comment:6 Changed 5 years ago by
Cc: | Frau Boonekamp added |
---|
Thanks!
Looking at your change history and log:subcomponentsplugin, it looks like you pulled in [15656:15657]. The other significant change is [16410:16411]. The other changes since r15657 packaging issues, which I assume you've addressed.
We'll update the plugin page to direct to your GitHub repository.
comment:7 Changed 5 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:8 Changed 5 years ago by
Also, please let me know if you might be interested in moving the plugin to the trac-hacks org on GitHub: https://github.com/trac-hacks
In 17651: