Feature #11104 (New): Proposal for views substitution mechanism for plugins
I would like to propose to include to the Redmine as a rake task mechanism which i implemented in my Plugin views revisions plugin.In short, logic behind it eliminates necessity to create full plugins...
View ArticleFeature #11425 (New): JavaScript library handler for teheming and plugins
This request is featured by an real problem i have:ProblemI wanted to make the right sidbar menu slide-in, slide-out with jqeury (javscript) using redmine themes. The first problem was that themes only...
View ArticleFeature #12556 (New): Method for conditional layouts
Would be nice if we be able to override base layout using patches. It can helps selecting dynamic layouts in...
View ArticleDefect #12976 (New): hook call "view_layouts_base_html_head" didn't insert...
hook call "view_layouts_base_html_head" didn't insert content in the page heder.Instead, the content is inserted into the tag "body"
View ArticleFeature #13690 (New): Allow plugins to be able to add relationship types
This is somewhat related to #7849 but (I think) involves significantly less work.Firstly - can we make the TYPES constant a class variable (eg. @types)?Secondly - can the ".freeze" on the object inside...
View ArticleDefect #13753 (New): Can't use helper functions in Hooks
I've upgraded to Redmine 2.3. But a few of my plugins aren't working proberly. After a little bit of research, i noticed that many of the helpers dont work when called from hook.For example, the...
View ArticlePatch #13927 (New): Reduce coupling between plugins and the "plugins/" directory
Today plugins are just directories in <redmine root>/plugins/ directory. There are a few implicit assumptions in Redmine code that this is the case, which doesn't add much benefit I think. This...
View ArticleDefect #15872 (New): url_for causes routing problems if a plugin uses namespaces
Redmine currently uses a hash parameter as the url to pass to url_for in many placesfor example - lib/redmine.rb (pusing items to menu)I have a complex plugin which uses namespaces for controllers and...
View ArticlePatch #15986 (New): Hook for REST API
Would be nice if issue (and other API objects) will have hooks for adding specific data to the API output. call_hook(:api_issue_show, :issue => @issue)
View ArticleDefect #17217 (New): Error when you try to config issue checklist plugin with...
Environment info:Environment: Redmine version 2.5.1.stable Ruby version 2.0.0-p481 (2014-05-08) [x86_64-linux] Rails version 3.2.17 Environment production Database adapter Mysql2 Mysql version...
View ArticleDefect #19019 (New): Plugin patch overriding priority
Hi, In my redmine application i added some plugins while overriding a same patch in different plugin but it take priority with the top level i unable to run my bottom plugin patch.For Example:Plugin...
View ArticleFeature #19084 (New): other_formats_links hook
I'd like to add the Todo.txt export format in a plugin. This would require a hook for other_formats_links.
View ArticleFeature #19625 (New): Ability to disable plugin from Admin area
I think this would be really useful, rather than having to physically remove files from the server.In fact, the whole plugin install, Redmine upgrade process is rather prehistoric and needs serious...
View ArticleDefect #20358 (New): In some situation, my plugin render view hook twice
I wrote a plugin for my company andI referenced offical redmine plugin develop tutorial to add hook with my plugin.I do something like this :class MyPluginHook < Redmine::Hook::ViewListener...
View ArticlePatch #24007 (Reopened): Change plugins directory through the...
This patch adds the possibility to change the directory "plugins" of the application through the file configuration.yml.The patch has been tested with the last Trunk version (15839)
View ArticlePatch #24939 (New): Changing plugin loading order
Hi,I have one plugin that depends on another, and I needed to specify the order plugins are loaded so the classes and migrations are loaded in the proper order, but the dependent plugin is loaded first...
View ArticleFeature #25667 (New): Generalise implementation of view / controller hooks...
I have been developing several plugins for our Redmine, and hooks are a really good mechanism overall, but I have been struggling with the way they are partially implemented or even missing in some...
View ArticlePatch #26139 (Reopened): Follow Gemfile's plugin loader as #24007
Plugin's Gemfile can't settable from Redmine::Plugin.directory yet.
View ArticleFeature #26385 (New): Add a non-hook based API for adding/removing items...
This is something that has come up in several, recurring issues:#3568#23434#6497#8772#11492Instead of adding these hooks, we are most-likely way better of with a solid, API-based solution like as...
View ArticlePatch #26439 (New): Plugin load order defined by plugin checks
This patch allows for a plugin to delay loading until a set of requirements is met. This could be because I need for other plugin to be loaded first.The ideia is to to have each plugin check at the top...
View Article