Skip to content

Port of the EzFAQ plugin for redmine to work with the Chiliproject

Notifications You must be signed in to change notification settings

simonstearn1/faq_plugin_old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2011-06-01
==========
This is a fork of ezfaq, a FAQ management plugin for Redmine by Zou Chaoqun. 


The aim of this fork is to bodge it together for use in the chiliproject branch of redmine.

NOTE: Migrations do not preserve history data from the old version of EZFaq.  I guess its possible to kludge 
this in SQL, but it wasnt important enough for us to develop.

Should be installed in ${CHILIPROJECT}/vendor/chiliproject_plugins/faq_plugin

If moving from a compatible (old) version of ezFAQ to this plugin, try running something like this before migrating plugins:

[mysql]

update schema_migrations
set version=replace(version, 'ezfaq', 'faq');


Obviously back up your data - theres a million variables and no guarantees this will work..


About

Port of the EzFAQ plugin for redmine to work with the Chiliproject

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages