|
19 | 19 | author_url "http://www.alexbevi.com"
|
20 | 20 | description 'A plugin for Redmine that adds knowledgebase functionality'
|
21 | 21 | url 'https://github.com/alexbevi/redmine_knowledgebase'
|
22 |
| - version '3.0.4' |
| 22 | + version '3.0.7' |
23 | 23 |
|
24 | 24 | requires_redmine :version_or_higher => '2.0.0'
|
25 | 25 | requires_acts_as_taggable_on
|
26 |
| - |
| 26 | + |
27 | 27 | settings :default => {
|
28 | 28 | :sort_category_tree => true,
|
29 | 29 | :show_category_totals => true,
|
|
49 | 49 | :categories => [:index, :show]
|
50 | 50 | }
|
51 | 51 | permission :manage_articles, {
|
52 |
| - :articles => [:index, :show, :new, :create, :edit, :update, :destroy, :add_attachment, |
| 52 | + :articles => [:index, :show, :new, :create, :edit, :update, :destroy, :add_attachment, |
53 | 53 | :preview, :comment, :add_comment, :destroy_comment, :tagged],
|
54 | 54 | :categories => [:index, :show]
|
55 | 55 | }
|
|
87 | 87 | :articles => [:diff, :version, :revert]
|
88 | 88 | }
|
89 | 89 | end
|
90 |
| - |
| 90 | + |
91 | 91 | menu :project_menu, :articles, { :controller => 'articles', :action => 'index' }, :caption => :knowledgebase_title, :after => :activity, :param => :project_id
|
92 |
| - |
| 92 | + |
93 | 93 | end
|
94 | 94 |
|
95 | 95 | class RedmineKnowledgebaseHookListener < Redmine::Hook::ViewListener
|
|
0 commit comments