A plugin to aid in the development of Trac plugins

Description

The purpose of this plugin is to provide useful information to Trac plugin developers.

Currently this includes:

  • 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.

Bugs/Feature Requests

Existing bugs and feature requests for TracDeveloperPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

You can check out TracDeveloperPlugin from here using Subversion, or browse the source with Trac.

Screenshots

The plugin registry page

Screenshot of plugin registry

The template context debugger

Screenshot of the template debugger

Recent Changes

[4356] by coderanger on 09/27/08 19:15:58

Add an inline log viewer for the current request.

[4201] by coderanger on 08/30/08 17:45:56

Add jQuery 1.2.6.

[3397] by coderanger on 03/18/08 23:49:02

Forgot to add these.

[3250] by coderanger on 02/19/08 05:29:33

Add initial support for better javascript debugging.

Author/Contributors

Author: athomas
Contributors: cmlenz

Attachments