This plugin enables text formatting settings per project. It also be able to change text format per project module. (e.g. issue_tracking, wiki, news, board...)
-
Copy the plugin directory into the plugins directory (make sure the name is redmine_per_project_formatting)
-
Execute migration
rake redmine:plugins:migrate RAILS_ENV=production
-
Start Redmine
-
Configure text formatting per project in project settings screen
First of all try to run tests in your environment:
ruby plugins/redmine_more_blocks_extension/test/**/*.rb
If everyhting is ok, push your changes into master branch and run merge script, which merge master into testing and push to remote (github):
./push_for_test.sh