Project

General

Profile

Actions

Feature #5306

closed

Separation of core and Redmine plugins

Added by Jean-Philippe Lang about 14 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Plugin API
Target version:
-
Start date:
2010-04-13
Due date:
% Done:

0%

Estimated time:
Resolution:

Description

Currently, Redmine plugins are mixed with Rails plugins used by the core in /vendor/plugins.
It's not very clean and it causes the following problems:
  • people somtimes move plugin directories incorrectly when upgrading
  • some Redmine plugins get loaded before core plugin
A solution would be:
  1. to move plugins used by the core into a new directory (eg. /vendor/core) and leave Redmine plugins in /vendor/plugins
  2. to override Rails plugin loading mechanism so that Redmine plugins get loaded after all the others

Feedback is welcome from plugin developpers.

Actions

Also available in: Atom PDF