Vote #74084
完了Plugin migration directory should use plugin directory
0%
説明
Currently the plugin migrate directory is fixed to "plugins/
I attached a patch to use the plugin directory instead. Because the default value for the plugin directory is "plugins/
journals
--------------------------------------------------------------------------------
Florian Schwab wrote:
> Currently the plugin migrate directory is fixed to "plugins/<plugin_name>/db/migrate" [...]
Indeed, source:/trunk/lib/redmine/plugin.rb@14359#L428.
> [...] but the plugin API allows setting a custom directory.
Right, which is implemented in r11766 and first shipped with Redmine version:2.4.0.
> I attached a patch to use the plugin directory instead. Because the default value for the plugin directory is "plugins/<plugin_name>" this should be compatible with existing plugins.
Can this little fix still be included in version:3.1.0?
--------------------------------------------------------------------------------
Committed in r14364.
--------------------------------------------------------------------------------
related_issues
relates,New,13927,Reduce coupling between plugins and the "plugins/" directory