Redmine Drafts Plugin
Monday, November 8, 2010 22:11Jean Barth wrote a nice plugin for Redmine that saves drafts while you are writing issues. Many times people write some long text and then hit the wrong button, the browser crashes and they loose the data. The Drafts plugin saves the data periodically and it can be retrieved if the worst happens.
Original Installation instructions:
* clone this repository in your vendor/plugins directory ; if you have a doubt you put it at the good level, you can check you have a vendor/plugins/redmine_drafts/init.rb file
* run the migrations from your redmine root directory with command : @RAILS_ENV=production rake db:migrate_plugins@
* restart your Redmine instance (depends on how you host it)