Skip to content

Saylrman64/redmine_tweaks

 
 

Repository files navigation

Welcome to Redmine Tweaks Plugin

Tweaks for wiki and content including new macros for Redmine.

THIS PLUGIN IS NOT LONGER SUPPORTED, PLEASE USE SUCCESSOR PLUGIN Additionals.

If your Redmine version is older then 3.0, use this plugin. Otherwise use Additionals.

Requirements

Redmine version >= 2.6.0
Ruby version >= 2.1.5
Gem packages see PluginGemfile

Installation

Install redmine_tweaks plugin for Redmine.

$ cd $REDMINE_ROOT
$ git clone git://github.com/alphanodes/redmine_tweaks.git plugins/redmine_tweaks
$ bundle install --without development test
$
$ # if you want to use smiley/emoji legacy support, you have to put emoji icons to
$ # $REDMINE_ROOT/public/images/emoji
$ # To obtain image files, run the gemoji extract command on macOS Sierra or later:
$ bundle exec gemoji extract public/images/emoji
$
$ # if you to not have macOS, you can put these files manually to $REDMINE_ROOT/public/images/emoji
$ # see https://github.com/github/gemoji for more infos

Restart your application server (apache with passenger, nginx with passenger, unicorn, puma, etc.) and redmine_tweaks is ready to use.

Features

  • use "Project guide" on project overview page
  • global header for all projects
  • global footer for all projects
  • welcome text for login page
  • global sidebar content support
  • set info message above new ticket (e.g. for guidelines)
  • Wiki macros for: date, Gihub gist, issues, members, projects slideshare, twitter, reddit, tradingview, cryptocompare, user, youtube and vimeo
  • option to remove "my page" from top menu
  • customize "Help" url in top menu
  • customize top menu items
  • disable (hide) modules for projects
  • open external urls in new window
  • smiley/emoji legacy support
  • anonymize referrer for external urls
  • Hide role in project memberbox
  • Configurable issue rules
    • closing issue with open sub issues
    • change assigned_to automatically, if issue status changes
    • assigned_to has changed, but status change is required, too
.. toctree::
    :maxdepth: 2

    manual
    macros
    new_feature
    changelog

About

deprecated - Replaced with alphanodes/additionals

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 76.1%
  • HTML 21.1%
  • CSS 2.4%
  • JavaScript 0.4%