Feature #3616 (New): Add hooks for mail notification configuration
We've created a new plugin to extend mail sending configuration, but there are some hooks needed for the patch to work properly. The fuctioning of the plugin is not interfering with Redmine core...
View ArticleDefect #3672 (New): Unable to set "value" and "old_value" through...
In http://www.redmine.org/wiki/1/Hooks, the description for :helper_issues_show_detail_after_setting states that it "Passes data to the hook to allow it to set the label and value", but it seems this...
View ArticleFeature #3686 (New): Settings API for plugins
The plugin API allows us to easily add tabs to the project menu (i.e. along with Issues, New Issue, News, Wiki, Forums, ..etc). It would be great if we could add a corresponding tab under settings to...
View ArticleFeature #3735 (New): view hook for project Settings/Information page
It would be nice to be able to insert some extra settings in the project Settings/Information page (views/projects/_form.rhtml). A hook would be really nice...
View ArticleDefect #4257 (New): Broken support for Principal plugins
I'm not sure when exactly it happens (it's worked sometime ago), but things becomes broken for Principal with empty plugin.How to reproduce: $ cat vendor/plugins/test_plugin/init.rb...
View ArticleFeature #4356 (New): add ability Plugin may contain the theme for Redmine
at this moment Redmine analyse only themes dir in RAILS_ROOTmodule Redmine::Themes def self.scan_themes dirs = Dir.glob("#{RAILS_ROOT}/public/themes/*").select do |f| # A theme should at least override...
View ArticleFeature #5095 (New): allow plugins to add controllers and actions to existing...
This patch allows a plugin to add his actions to existing permissions, on init.rb should be called like this add_permission :view_issues, :issues_plugin => [:index,:list,:show]
View ArticleDefect #5932 (Reopened): hook for :view_repositories_show_contextual is...
I wrote a plugin to add new commands in repository views (upload files, create directory and delete file/directory) and I noticed that :view_repositories_show_contextual hook lacks of 2 context...
View ArticleDefect #6324 (New): requires_redmine_plugin should defer loading plugins if...
requires_redmine_plugin is a nice facility to track inter-plugin dependencies, however, it is useless if I do not want (or cannot) rename plugins I depend on.I propose that plugins are deferred and...
View ArticleFeature #6383 (New): modifying flash from model hooks
It doesn't currently seem possible to modify the flash[:notice] (or any other type) from a model hook. In controller_issues_edit_after_save() I would like to be able to do something like:...
View ArticleDefect #7104 (New): Accessing core Setting.* values in a plugin's init causes...
If you access a core value from Setting, such as host_name from a plugin's init.rb, then the plugin's settings will not be properly loaded.To reproduce, create a simple plugin that does something...
View ArticlePatch #7664 (New): Allowing plugins to add an option for the default gravatar
Now redmine administrator can set the default gravatar for users which has no gravatar. I would like to use my own default gravatar.The attached patch allows plugins to add an option for the default...
View ArticleFeature #8007 (New): Request for registration form hook
Redmine has: view_my_account hook - for account pageview_users_form hook - for user edit pageview_account_left_bottom hook - for user profile pageBut it misses a hook for registration form!That is if...
View ArticleDefect #9219 (New): Plugin Conflicts
Plugins should include their name in the prefix of database tables to avoid conflicts. This is a regular problem when installing multiple plugins as often they use the same table names e.g.: tags. The...
View ArticleFeature #9493 (New): projects tree view hook
At the moment it is only possible to hook on base layout, which affects all views.We would need a projects tree view hook, to enhance projects view via plugin.
View ArticleFeature #9710 (New): Javascript repository cache , e.g. jquery
There is a feature we would really like to see. More and more plugins use js libs, which make it happen that one site can have same lib loaded several times, in worst case with different versions.Every...
View ArticleFeature #9726 (New): Add the controller_timelog_edit_before_save hook to...
The controller_timelog_edit_before_save hook is available in several of the TimelogController's methods. However, since TimeEntries can be created when updating an Issue, I found myself needing the...
View ArticleFeature #9915 (New): View hook just after top-menu.
I hope to add a view hook just after top-menu.(E.g. Using view hook just after top-menu is enabled to show all users site-wide message, such as maintenance information.)
View ArticleFeature #10428 (New): More hooks please
I sometimes want to create very small but very helpful plugins that will contain a few javascript+html lines to help the UI in some screens.Examples:Tracker/edit : hierarchy mode button (tick/untick...
View ArticleDefect #11035 (New): Doesn't patch "User" model in a plugin
Sorry for my English :)I have a plugin that works in "Redmine 1.3.0.stable.24228 (MySQL)" This plugin extend a model "User". And it worked fine.Now we have installed Redmine 2.0.0I try rewrite my...
View Article