Plugins Directory » Knowledgebase
Author: | Alex Bevilacqua | |
---|---|---|
Website: | https://github.com/alexbevi/redmine_knowledgebase | |
Code repository: | https://github.com/alexbevi/redmine_knowledgebase | |
Registered on: | 2010-11-17 (about 14 years ago) | |
Current version: | 5.0.0 | |
Compatible with: | Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x | |
User ratings: |
This plugin adds generic knowledgebase funcationlity to the redmine project management application.
Compatibility¶
The plugin is available in two versions, which track the Redmine versions to reflect their level of compatibility. If you're using Redmine 1.x.x, use a 0.x.x or 1.x.x version of the Knowledgebase; if you're using Redmine 2+, use a Knowledgebase version >= 2.
Installation notes
full installation instructions are available at https://github.com/alexbevi/redmine_knowledgebase
Changelog
5.0.0 (2024-10-05)
Compatible with Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.
After many (MANY) years and multiple PR submissions from the community, I've merged the latest (https://github.com/alexbevi/redmine_knowledgebase/pull/411) which should add Redmine 5.0+ support to the plugin.
The Redmine Knowledgebase is still receiving pull requests and issues, but does not have an active maintainer. I (Alex Bevilacqua) stepped away a number of years ago, and Robert (@robspearman) stepped in and took over. It's been a couple years now and Robert's availability is diminished so we're on the lookout for a new steward for the project. If you're interested shoot me an email at alex@alexbevi.com.
3.2.1 (2016-08-16)
Compatible with Redmine 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x, 2.4.x.
https://github.com/alexbevi/redmine_knowledgebase/releases/tag/v3.2.1
- fixes search in 3.2.x
- updated RU locale
3.2.0 (2016-06-22)
Compatible with Redmine 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x.
https://github.com/alexbevi/redmine_knowledgebase/releases/tag/v3.2.0
(Pre-release: Searching broken)
Thanks to Frederico Camara:
- updating acts_as_rated to work with Redmine 3.2.x
Thanks to Eduard Kuleshov:
- getting this plugin supported in Redmine 3.0.x
Thanks to Axel Kämpfe:
- getting this plugin supported in Redmine 3.1.x and 3.2.x
HUGE thanks to Rob Spearman for basically taking over the project and pushing it forward:
- New Configuaration options
- Show articles without tabs
- Show attachments before article content
- Show thumbnails for articles in lists
- Show breadcrumbs for articles in lists
- New permissions
- Article history will only show up if have view permission
- optional permission for users to manage just their own articles. (#306)
- Layout
- Sort Tags on the index page
- Added authored view so users can find articles by author easily
- Bug Fixes
- article view counts not updating (#304)
- top rated list not valid (#305)
- ActiveRecord::StaleObjectError (Attempted to destroy a stale object: KbArticle) (#300)
- Error when generating a PDF of an article with pictures (#308)
- 500 Internal Server Error - if DELETE category but it's have subcategory (#293)
3.1.0 (2015-12-03)
Compatible with Redmine 3.1.x, 3.0.x.
Finally merged the 3.0-compat branch into master ;)
This is the first release that support Redmine 3.0 and above.
3.0.7 (2014-12-15)
Compatible with Redmine 2.5.x, 2.4.x, 2.3.x, 2.2.x.
https://github.com/alexbevi/redmine_knowledgebase/releases/tag/v3.0.7
- fixes the undefined methodversion_comments=' for #KbArticle::Version:...` bug
- fixed star ratings for Redmine 2.6+ (even though those versions aren't officially supported yet)
3.0.6 (2014-11-10)
Compatible with Redmine 2.5.x, 2.4.x, 2.3.x, 2.2.x.
https://github.com/alexbevi/redmine_knowledgebase/releases/tag/v3.0.6
- store remote ip (instead of remote_addr) when viewing an article
- updated DE, ZH, ES and PL localizations
3.0.5 (2014-07-24)
Compatible with Redmine 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x.
https://github.com/alexbevi/redmine_knowledgebase/releases/tag/v3.0.5
- updated Japanese translation
- added a Hungarian translation
- fixed attachment deletion in articles
- fixed link_to_remote version test
- format knowledgebase title on index page so it looks a bit nicer with some themes
3.0.4 (2014-04-07)
Compatible with Redmine 2.5.x, 2.3.x, 2.2.x.
https://github.com/alexbevi/redmine_knowledgebase/releases/tag/v3.0.4
This point release fixes an issue with some other plugins (ex: Redcase) that also mix functionality into the Redmine Project model.
3.0.3 (2014-03-18)
Compatible with Redmine 2.5.x, 2.4.x, 2.3.x, 2.2.x.
- fixed a security issue involving cross-project access of articles and categories
- remove Ruby 2 hash syntax to ensure backwards compatibility
- updated localizations (FR, DE)
- new localizations (NL)
- fixed tag sorting
- fixed 'undefined link_to_article' error
- fix casting error with summary_limit settings value
Download from https://github.com/alexbevi/redmine_knowledgebase/releases/tag/v3.0.3
3.0.2 (2014-01-28)
Compatible with Redmine 2.4.x, 2.3.x, 2.2.x, 2.1.x.
- minor bug fixes and cleanup
- updated German translations
- fix an issue with the admin settings interface for the knowledgebase
https://github.com/alexbevi/redmine_knowledgebase/releases/tag/v3.0.2
3.0.1 (2014-01-23)
Compatible with Redmine 2.5.x, 2.4.x, 2.3.x, 2.2.x.
https://github.com/alexbevi/redmine_knowledgebase/releases/tag/v3.0.1
[I18N]- Updated Japanese localization
- Updated German localization
- Updated README to include clear upgrade process from v2.3.0 to v3.0.0
- "Properly" include dynamic components (in init.rb) using ActionDispatch::Reloader.to_prepare
- Fixed an issue with uninitialized plugin settings causing crashes
3.0.0 (2014-01-10)
Compatible with Redmine 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x.
Happy New Year everyone!
To kick things off, I'm releasing the first iteration of the 3.x branch of the redmine_knowledgebase.
This release changes the plugin focus from being "pseudo-global" to project-based, and as such will require existing knowledgebases to be "massaged" slightly in order to get them to work (basically just ensuring a valid project_id is set for categories/articles).
As this is a major update, I anticipate there may be some initial issues. Please feel free to report any difficulties on the project page at https://github.com/alexbevi/redmine_knowledgebase.
Download from https://github.com/alexbevi/redmine_knowledgebase/releases/tag/v3.0.0
2.3.0 (2013-06-25)
Compatible with Redmine 2.4.x, 2.3.x, 2.2.x.
- move tagging functionality to redmine_acts_as_taggable_on
- make preview functionality Redmine-version tolerant
- honour anonymous settings when trying to view content
DOWNLOAD¶
https://github.com/alexbevi/redmine_knowledgebase/zipball/v2.3.0
2.2.0 (2012-10-31)
Compatible with Redmine 2.3.x, 2.2.x, 2.1.x, 2.0.x.
Changes since 2.1.0¶
- article preview now uses core modal functionality (dropped facebox)
- fixed article ratings with new ratings system
- fixed link_to_remote issues
- fixed wiki macros issue
- fixed category deletion
- updated Russian translation
- updated French translation
- added Korean translation
- added Greek translation
Download¶
https://github.com/alexbevi/redmine_knowledgebase/zipball/v2.2.0
2.1.0 (2012-06-28)
Compatible with Redmine 2.0.x, 2.1.x.
- lots of bugfixes
- added Turkish translation
- updated tagging suport (so it should actually work now)
NOTE This release drops the old (builtin) tagging library and instead uses the acts-as-taggable-on
gem, so back up your database if upgrading (just in case).
https://github.com/alexbevi/redmine_knowledgebase/zipball/v2.1.0
1.0.0 (2012-06-28)
Compatible with Redmine 1.0.x, 1.1.x, 1.2.x, 1.3.x, 1.4.x.
- finally promote the plugin to a stable version
- added a Turkish translation
- fix to allow proper uninstallation of the plugin
https://github.com/alexbevi/redmine_knowledgebase/zipball/v1.0.0
2.0.0 (2012-06-14)
Compatible with Redmine 2.0.x.
Initial release that supports Redmine >= 2
https://github.com/alexbevi/redmine_knowledgebase/zipball/v2.0.0
0.4.0 (2012-06-14)
Compatible with Redmine 1.2.x, 1.3.x, 1.4.x.
should now work properly with 1.4.x
https://github.com/alexbevi/redmine_knowledgebase/zipball/v0.4.0
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+
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
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.