Project

General

Profile

Actions

Feature #1143

closed

Hooks for plugins

Added by Carl Nygard almost 16 years ago. Updated over 15 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
Start date:
2008-04-29
Due date:
% Done:

0%

Estimated time:
Resolution:

Description

This feature is just an idea, I don't have any particular application driving the requirement, although I think it could be used to allow people a bit more flexibility in implementing some of the feature requests into non-core plugins.

The technical requirements would be pre- and post-xxx hook functions defined around the major functions. Combined with ruby's ability to inject code into classes and redefine functions on the fly, I could create a module that customized the behavior of the system in small ways without patching the code directly.

For example, with a pre-issue-change hook I could implement issue reassignment based on the current state of the issue, so that new issues always went to the same person for triage, then when the bug is accepted it's assigned to the normal user-per-category. Then when resolved it could automatically get reassigned to QA person.

All it would take is some dummy functions that get fed pertinent data, which would allow a plugin writer to redefine for their own purposes.


Related issues

Related to Redmine - Feature #783: Real Plugin-SystemClosed2008-03-04

Actions
Related to Redmine - Patch #1677: Plugin hook APIClosed2008-07-24

Actions
Actions

Also available in: Atom PDF