Skip to content

kiv-redmine/redmine_per_project_formatting

 
 

Repository files navigation

Redmine per project formatting plugin

Build Status Inline docs

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...)

Plugin installation and setup

  1. Copy the plugin directory into the plugins directory (make sure the name is redmine_per_project_formatting)

  2. Execute migration

     rake redmine:plugins:migrate RAILS_ENV=production
    
  3. Start Redmine

  4. Configure text formatting per project in project settings screen

How to run build on travis?

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

About

Redmine plugin for per-project text formatting

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 73.5%
  • Shell 26.5%