wiki:ContextMenuPlugin

Version 3 (modified by Pontus Enmark, 14 years ago) (diff)

--

Context menu plugin

Description

A plugin which adds a context menu to the trac source browser. Defines an extensionpoint and the interface ISourceBrowserContextMenuProvider which you can implement custom items to the menu. The context menu itself requires javascript to work.

[components]
contextmenu.* = enabled

Bugs/Feature Requests

Existing bugs and feature requests for ContextMenuPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:contextmenuplugin here].

Source

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

Example

Included are menuitems which provide direct svn links (like wiki:SvnUrlsPlugin?), and wiki links

Recent Changes

12127 by rjollos on 2012-10-07 19:35:43
Refs #10439: Fixed indentation.
12126 by rjollos on 2012-10-07 19:33:27

Refs #10439:

  • Check if repository object exists before trying to call a method of it. This should protect against tracebacks when the repository is not correctly configured.
  • Refactoring:
    • Removed some unused imports.
    • Replaced use of deprecated add_javascript with add_script.
    • Finished moving license text, which was started in [12117].
12117 by rjollos on 2012-10-06 01:44:58
Refs #10439: Moved license description from source files to the added COPYING file.
(more)

Author/Contributors

Author: penmark
Maintainer: penmark
Contributors: pipern

Attachments (1)

Download all attachments as: .zip