redmine_knowledgebase icon indicating copy to clipboard operation
redmine_knowledgebase copied to clipboard

A knowledgebase plugin for Redmine

Results 83 redmine_knowledgebase issues
Sort by recently updated
recently updated
newest added

Hello, I'm trying to evaluate this plugin as it looks like it would be of great use and much better than simple wikis but I cannot get it installed. Initially...

This is meant to serve as a potential roadmap for the next major release. Feel free to drop ideas as comments, or create feature requests as per usual :) -...

Feedback

I find it would be nice if we can expand to article level in the category tree. The category tree will look like TOC if so. Thanks for this great...

Hello. Thank you for this great plugin! Can you make this compatible with Redmine 3.4? I can see pull request for this, maybe it is a good solution?

Duplicate value deleted

Thanks for useful plugins. But,this plugin does not work properly with Redmine 3.4. I created a patch and worked properly in my Redmine 3.4 environment. Could you please check and...

Hi! I have a problem installing the redmine_knowledgebase module on my redmine installation, because obviously there's already a "tag" table on that DB server. Is there a way to use...

Defect
Feedback

steps to reproduce: 1. Create a new article with reference content 2. update once with a content change and a change comment (for reference) 3. update article again, but with...

support view word&pdf?

# in rails 5.1+ ``` plugins/redmine_knowledgebase/init.rb:9:in `': undefined method `to_prepare' for ActionDispatch::Reloader:Class (NoMethodError) Did you mean? to_param ``` # solution ``` init.rb (line 9) `ActionDispatch::Reloader.to_prepare` Instead of `ActiveSupport::Reloader.to_prepare` ```