An open API service indexing awesome lists of open source software.

https://github.com/cat-in-136/redmine_view_hook_for_dev

show view hook for development
https://github.com/cat-in-136/redmine_view_hook_for_dev

development-tools redmine-plugin

Last synced: 10 months ago
JSON representation

show view hook for development

Awesome Lists containing this project

README

          

= Redmine View Hook for Dev plugin

This plugin shows the view-hook locations for redmine-plugin development.

For example, this plugin inserts following code at the +view_layouts_base_body_bottom+ hook:

view_layouts_base_body_bottom

== How to install

* Download the plugin to your 'plugins/' directory
* Restart your redmine

Note: "rake redmine:plugins:migrate" is not required.

== How to uninstall

* Remove the plugin from your 'plugins/' directory
* Restart your redmine

Note: "rake redmine:plugins:migrate" is not required.

== License

MIT

== References

*
* Redmine PluginのViewの拡張ポイント(View hook)がどこにあるか?を列挙する