Contents
A plugin to aid in the development of Trac plugins
Notice: This plugin is unmaintained and available for adoption.
Description
This plugin provides useful information to Trac plugin developers.
Key features:
- A plugin registry browser which lets you inspect the relationships between all active plugin components and interfaces.
- A template context data inspector that you can use to drill-down into the data provided to a template by any request handler.
- API documentation popups for the above.
- Log viewer at the bottom of the page.
The plugin registry page
The template context debugger
Bugs/Feature Requests
Existing bugs and feature requests for TracDeveloperPlugin are here.
If you have any issues, create a new ticket.
defect |
12 / 12 |
||
---|---|---|---|
enhancement |
2 / 3 |
||
task |
2 / 2 |
Download
Download the zipped source from here.
Source
You can check out TracDeveloperPlugin from here using Subversion, or browse the source with Trac.
Installation
Follow the standard installation procedure:
svn co https://trac-hacks.org/svn/tracdeveloperplugin/trunk/ tracdeveloperplugin cd tracdeveloperplugin python setup.py bdist_egg cp dist/*.egg ../TRAC_ENV/plugins cd ..
Recent Changes
- 17210 by rjollos on 2018-06-15 08:27:54
-
TracDeveloper 0.4.0dev: Require Trac >= 1.0
Refs #13441.
- 17209 by rjollos on 2018-06-15 08:27:37
-
TracDeveloper 0.4.0dev: Fix rendering of API docs
Refs #13441.
- 17208 by rjollos on 2018-06-15 08:18:00
-
TracDeveloper 0.4.0dev: Make prefs compatible with Trac 1.3.2+
Refs #13441.
(more)
Author/Contributors
Author: athomas
Maintainer: none (needsadoption)
Contributors: cmlenz, jun66j5, rjollos
Last modified 4 years ago
Last modified on Sep 6, 2016, 5:18:50 PM
Attachments (2)
-
registry.png (181.9 KB) - added by 13 years ago.
Screenshot of plugin registry
-
debugger.png (118.7 KB) - added by 13 years ago.
Screenshot of the template debugger
Download all attachments as: .zip