Plugins » Knowledgebase

4851 Author: Alex Bevilacqua
Website: -
Code repository: https://github.com/alexbevi/redmine_knowledgebase
Registered on: 2010-11-17 (over 1 year ago)
Current version: 0.3.3
Compatible with: Redmine 1.0.x, 1.1.x, 1.2.x, 1.3.x

Redmine is just plain awesome, and has proven to provide 90% of the functionality I need. The one feature that was missing was a usable knowledgebase component. I've looked at some of the open source solutions available, but couldn't find anything that fit my needs exactly. Seeing as redmine is so easily extended, I figured why not create it for this platform instead of starting yet another project from scratch :P

Installation notes

To download the files for the plugin, run the following command from the Redmine application root directory, as the root user:

script/plugin install git://github.com/alexbevi/redmine_knowledgebase.git

This downloads the files for the plugin from the GitHub repository, and installs them in the $redmine_root/vendor/plugins/redmine_knowledgebase directory.

After the plugin has been installed, you will need to do a db migration to update your Redmine database (make a backup of the database before running this command).

In the Redmine application root directory, run this command as the root user:

rake db:migrate_plugins RAILS_ENV=production

More information on installing Redmine plugins can be found here: http://www.redmine.org/wiki/redmine/Plugins

After the plugin is installed and the db migration completed, you will need to restart Redmine for the plugin to be available.

Changelog

0.3.3 (2012-02-14)

Compatible with Redmine 1.0.x, 1.1.x, 1.2.x, 1.3.x.

  • fixed acts-as-taggable-on dependency hell (hopefully once and for all)
  • fixed routing to work with Redmine 1.3+

alexbevi-redmine_knowledgebase-v0.3.3-0-gab2e0ae.tar.gz (60.7 kB) Alex Bevilacqua, 2012-02-14 13:57

0.3.2 (2012-01-02)

Compatible with Redmine 1.0.x, 1.1.x, 1.2.x.

  • added configuration option for number of articles to summarize in knowledgebase#index
  • added a wiki macro for knowledgebase articles
  • added Czech translation
  • added Japanese translation
  • added a tag cloud to the knowledgebase#index
  • fixed routing for redmine 1.3+
  • updated acts-as-taggable-on dependency

redmine_knowledgebase-v0.3.2.tar.gz (55.9 kB) Alex Bevilacqua, 2012-01-02 18:31

0.3.1 (2011-05-20)

Compatible with Redmine 1.0.x, 1.1.x, 1.2.x.

  • added Polish translation
  • localized the top menu entry
  • added Spanish translation
  • properly filter the main page's new/updated/toprated/popular items
  • added a plugin configuration panel
  • use proper link authentication helpers for acticles/categories
  • allow anonymous access to the knowledgebase (read-only) based on the setting in the configuration panel (default => true)
  • cleanup category list on the main page
  • fixed comment creation popup not being displayed

0.3.0 (2011-05-10)

Compatible with Redmine 1.0.x, 1.1.x, 1.2.x.

This release includes the permissions update, a handful of new localizations and bugfixes.

0.2.5 (2010-06-11)

Compatible with Redmine 0.9.x, 1.0.x, 1.1.x.