Some checks failed
Tests 5.1.2 / ${{ github.workflow }} ${{ matrix.db }} ruby-${{ matrix.ruby }} (postgres, 3.1) (push) Failing after 9s
Tests master / ${{ github.workflow }} ${{ matrix.db }} ruby-${{ matrix.ruby }} (postgres, 3.2) (push) Failing after 12s
Tests 4.2.11 / ${{ github.workflow }} ${{ matrix.db }} ruby-${{ matrix.ruby }} (postgres, 2.7) (push) Failing after 31s
Redmine base_deface plugin
Integrate with the deface gem to manage view modifications in plugins
Installation
This plugin is compatible with Redmine 2.1.0+.
Please apply general instructions for plugins here.
First download the source or clone the plugin and put it in the "plugins/" directory of your redmine instance. Note that this is crucial that the directory is named redmine_base_deface !
Then execute from redmine root directory:
$ bundle install
$ rake redmine:plugins
And finally restart your Redmine instance.
Test status
Plugin branch | Redmine Version | Test Status |
---|---|---|
master | 5.1.2 | |
master | 4.2.11 | |
master | master |
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
License
This project is released under the MIT license, see LICENSE file.
Description
Languages
Ruby
100%