Go to file
2016-12-05 15:47:53 +01:00
app #33 implemented new permission for log time to prevent users on logging to closed issues 2016-12-05 15:47:53 +01:00
assets updated bootstrap-datepicker and fixed zh locale problem #30 next try 2016-05-12 18:07:41 +02:00
config/locales #33 implemented new permission for log time to prevent users on logging to closed issues 2016-12-05 15:47:53 +01:00
docs #33 implemented new permission for log time to prevent users on logging to closed issues 2016-12-05 15:47:53 +01:00
lib #33 implemented new permission for log time to prevent users on logging to closed issues 2016-12-05 15:47:53 +01:00
test #33 implemented new permission for log time to prevent users on logging to closed issues 2016-12-05 15:47:53 +01:00
.gitignore Working on documentation 2016-04-23 16:38:37 +02:00
.rubocop.yml Code cleanups 2016-10-19 13:30:14 +02:00
.stylelintrc Add stylelintrc and configure rails with rubocop 2016-10-19 11:41:42 +02:00
CHANGELOG.rst #33 implemented new permission for log time to prevent users on logging to closed issues 2016-12-05 15:47:53 +01:00
CREDITS First public release 0.4.0 2013-09-27 08:56:55 +02:00
init.rb #33 implemented new permission for log time to prevent users on logging to closed issues 2016-12-05 15:47:53 +01:00
LICENSE rename GPL.txt to LICENSE for github intration support 2016-09-27 12:17:22 +02:00
PluginGemfile improve deface app/overrides configuration 2016-08-19 17:49:17 +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/alphanodes/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/alphanodes/redmine_tweaks

.. image:: https://gemnasium.com/badges/github.com/AlphaNodes/redmine_tweaks.svg
   :target: https://gemnasium.com/github.com/AlphaNodes/redmine_tweaks

.. image:: https://pm.alphanodes.com/jenkins/buildStatus/icon?job=Devel-build-redmine-tweaks
   :target: https://pm.alphanodes.com/jenkins/buildStatus/icon?job=Devel-build-redmine-tweaks
   :alt: Jenkins Build Status

.. 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/alphanodes/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 Gist marco
* Wiki issue macro
* Wiki members macro
* Wiki projects macro
* Wiki Slideshare marco
* 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/alphanodes/redmine_tweaks/pulls>`_, `issues <https://github.com/alphanodes/redmine_tweaks/issues>`_, whatever. Feel free to contact me for any questions.


.. toctree::
    :maxdepth: 2

    manual
    macros
    new_feature
    changelog