/redmine_ezfaq_plugin

Fork of the official FAQ management plugin for Redmine, fixing issues and merging patches

Primary LanguageRuby

2013-02-24
==========
Added compatibility with Redmine (>=1.3.0) PDF export.

2012-12-06
==========
Added compatibility with Redmine 2.x. 
Compatibility with 1.x - not tested and may be corrupted


2011-06-01
==========
This is a fork of original ezfaq, a FAQ management plugin for Redmine by Zou Chaoqun. The goal is to fix bugs and merge existing patches for daily use.

Updates including:

 * Add zh-TW locale (convert from zh)
 * Add de locale (by Cedric Ziel)
 * Add pt and pt-BR locales (by Marcelo Romulo Fernandes)
 * Add pl locale (by Tomasz Sawicki)
 * Modify fr locale (by Thibaut Cuvelier)
 * Fix issue 7 of the original code to run on Redmine 1.0.5
 * Test on Redmine 1.1.2 also

The README.original containss more information of the original ezfaq.

=== Plugin installation

1. Copy the plugin directory(ezfaq_plugin) into the plugins directory
   NOTE: The plugin directory must be redmine_ezfaq_plugin!

2. Migrate plugin:
   rake redmine:plugins:migrate RAILS_ENV=production

3. Start Redmine

Installed plugins are listed on 'Admin -> Plugins' screen.