]> source.dussan.org Git - redmine.git/commit
Allow My Page blocks to be added to from a plugin (#2840).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 26 Feb 2009 16:36:56 +0000 (16:36 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 26 Feb 2009 16:36:56 +0000 (16:36 +0000)
commitd40bf201310e5f2bbb0c7a2a3e33b4957708c495
tree6f45891876a6e454153c3b2fb6c8ba8a5cedfa8c
parent5b96d1b083a82d3ae68072c77af9521e720a3af8
Allow My Page blocks to be added to from a plugin (#2840).

Partials must be placed under the app/views/my/blocks directory of the plugin.
An example can be found in the sample plugin.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2529 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/my_controller.rb
extra/sample_plugin/app/views/my/blocks/_sample_block.rhtml [new file with mode: 0644]
lib/redmine/views/my_page/block.rb [new file with mode: 0644]