Go to file
2016-05-12 18:07:41 +02:00
app updated bootstrap-datepicker and fixed zh locale problem #30 2016-05-12 18:03:14 +02:00
assets updated bootstrap-datepicker and fixed zh locale problem #30 next try 2016-05-12 18:07:41 +02:00
config Fixed #29 and added admin menu item 2016-04-23 10:07:43 +02:00
docs Fix badge for documentation 2016-04-28 06:44:43 +02:00
lib updated bootstrap-datepicker and fixed zh locale problem #30 next try 2016-05-12 18:07:41 +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 updated bootstrap-datepicker and fixed zh locale problem #30 2016-05-12 18:03:14 +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.rst Try use doc index for github 2016-04-24 11:07:26 +02:00

.. redmine_tweaks documentation master file, created by
   sphinx-quickstart on Sat Apr 23 16:31:21 2016.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

.. _Redmine: https://www.redmine.org
.. _Ruby: https://www.ruby-lang.org
.. _PluginGemfile: https://github.com/alexandermeindl/redmine_tweaks/blob/master/PluginGemfile

Welcome to Redmine Tweaks Plugin
================================

Tweaks for wiki and content including new macros for `Redmine`_.

* Documentation: https://redmine-tweaks.readthedocs.io
* Redmine.org plugin page: https://www.redmine.org/plugins/redmine_tweaks
* Github: https://github.com/alexandermeindl/redmine_tweaks


.. image:: https://gemnasium.com/alexandermeindl/redmine_tweaks.svg
   :target: https://gemnasium.com/alexandermeindl/redmine_tweaks

.. image:: https://drone.io/github.com/alexandermeindl/redmine_tweaks/status.png
   :target: https://drone.io/github.com/alexandermeindl/redmine_tweaks/latest

.. image:: https://readthedocs.org/projects/redmine-tweaks/badge/?version=latest
   :target: http://redmine-tweaks.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

Requirements
------------

+--------------------+----------------------+
| `Redmine`_ version | >= 2.6.0             |
+--------------------+----------------------+
| `Ruby`_ version    | >= 2.0.0             |
+--------------------+----------------------+
| Gem packages       | see `PluginGemfile`_ |
+--------------------+----------------------+


Installation
------------

Install ``redmine_tweaks`` plugin for `Redmine`_.

.. code-block:: bash

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

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

More information about installation of Redmine plugins, you can find in the official `Redmine plugin documentation <https://www.redmine.org/projects/redmine/wiki/Plugins>`_.

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 date macros
* Wiki Garfield marco
* Wiki Gist marco
* Wiki members macro
* Wiki projects macro
* Wiki twitter macro
* Wiki user macro
* Wiki Youtube marco
* Wiki Vimeo marco
* 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
* 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


Contact and Support
--------------------

I am glad about your feedback on the plugin, `pull requests <https://github.com/alexandermeindl/redmine_tweaks/pulls>`_, `issues <https://github.com/alexandermeindl/redmine_tweaks/issues>`_, whatever. Feel free to contact me for any questions.


.. toctree::
    :maxdepth: 2

    manual
    macros
    new_feature
    changelog