Go to file
2016-04-24 09:55:01 +02:00
app Fixed #29 and added admin menu item 2016-04-23 10:07:43 +02:00
assets Fixed #29 and added admin menu item 2016-04-23 10:07:43 +02:00
config Fixed #29 and added admin menu item 2016-04-23 10:07:43 +02:00
docs Working on documentation 2016-04-24 09:55:01 +02:00
lib Documentation improved and list_projects renamed to projects 2016-04-23 15:16:30 +02:00
test project test fixed 2016-04-23 15:25:15 +02:00
.gitignore Working on documentation 2016-04-23 16:38:37 +02:00
.rubocop.yml First draft of next feature release 2015-12-06 12:48:33 +01:00
CHANGELOG.rst Working on documentation 2016-04-24 08:14:04 +02:00
CREDITS First public release 0.4.0 2013-09-27 08:56:55 +02:00
GPL.txt First draft of next feature release 2015-12-06 12:48:33 +01:00
init.rb Fixed #29 and added admin menu item 2016-04-23 10:07:43 +02:00
PluginGemfile Fix Gemfile 2015-09-03 20:59:18 +02:00
README.md Working on documentation 2016-04-24 08:40:19 +02:00

Redmine tweaks plugin

Dependency Status Build Status

Documentation

Documentation is available at https://redmine-tweaks.readthedocs.org.

Requirements

  • Redmine version >= 2.6.0
  • Ruby >= 2.0.0
  • Gem package: see PluginGemfile

Installation

Check the requirements!

Download the sources and put them to your vendor/plugins folder.

$ cd {REDMINE_ROOT}
$ git clone git://github.com/alexandermeindl/redmine_tweaks.git plugins/redmine_tweaks
$ bundle install --without development test

Restart Redmine and have a fun!