Actualiza el plugin Additionals a 3.0.2-master
This commit is contained in:
parent
3b6a41320c
commit
cfa0d58b18
164 changed files with 2027 additions and 58190 deletions
|
@ -21,8 +21,8 @@ Additionals is a `Redmine`_ plugin for customizing Redmine, providing wiki macro
|
|||
:target: https://additionals.readthedocs.io/en/latest/?badge=latest
|
||||
:alt: Documentation Status
|
||||
|
||||
.. image:: https://travis-ci.org/AlphaNodes/additionals.svg?branch=master
|
||||
:target: https://travis-ci.org/AlphaNodes/additionals
|
||||
.. image:: https://github.com/AlphaNodes/additionals/workflows/Tests/badge.svg
|
||||
:target: https://github.com/AlphaNodes/additionals/actions?query=workflow%3ATests
|
||||
|
||||
.. image:: https://github.com/AlphaNodes/additionals/workflows/Run%20Linters/badge.svg
|
||||
:target: https://github.com/AlphaNodes/additionals/actions?query=workflow%3A%22Run+Linters%22
|
||||
|
@ -34,13 +34,17 @@ Additionals is a `Redmine`_ plugin for customizing Redmine, providing wiki macro
|
|||
Requirements
|
||||
------------
|
||||
|
||||
+--------------------+----------------------+
|
||||
| `Redmine`_ version | >= 4.1.0 |
|
||||
+--------------------+----------------------+
|
||||
| `Ruby`_ version | >= 2.4.0 |
|
||||
+--------------------+----------------------+
|
||||
| Gem packages | see `Gemfile`_ |
|
||||
+--------------------+----------------------+
|
||||
+--------------------+-----------------------------------+
|
||||
| `Redmine`_ version | >= 4.1.0 |
|
||||
+--------------------+-----------------------------------+
|
||||
| `Ruby`_ version | >= 2.4.0 |
|
||||
+--------------------+-----------------------------------+
|
||||
| Database version | MySQL >= 5.7 or PostgreSQL >= 9.6 |
|
||||
+--------------------+-----------------------------------+
|
||||
|
||||
.. note:: If you use MySQL, make sure all database tables using the same storage engine (InnoDB is recommended) and character set (utf8mb4 is recommended).
|
||||
|
||||
.. note:: For more information use the official `Redmine install documentation <https://www.redmine.org/projects/redmine/wiki/RedmineInstall>`_
|
||||
|
||||
|
||||
Installation
|
||||
|
@ -51,7 +55,7 @@ Install ``additionals`` plugin for `Redmine`_.
|
|||
.. code-block:: bash
|
||||
|
||||
$ cd $REDMINE_ROOT
|
||||
$ git clone -b v3-stable https://github.com/AlphaNodes/additionals.git plugins/additionals
|
||||
$ git clone -b stable https://github.com/AlphaNodes/additionals.git plugins/additionals
|
||||
$ bundle install --without development test
|
||||
$ bundle exec rake redmine:plugins:migrate RAILS_ENV=production
|
||||
$
|
||||
|
@ -118,10 +122,13 @@ Features
|
|||
* group_users
|
||||
* iframe
|
||||
* issues
|
||||
* last_updated_at
|
||||
* last_updated_by
|
||||
* members
|
||||
* meteoblue
|
||||
* new_issue
|
||||
* projects
|
||||
* recently_updated
|
||||
* reddit
|
||||
* redmine.org issue and wiki page (redmine_issue and reminde_wiki)
|
||||
* slideshare
|
||||
|
@ -141,7 +148,6 @@ Features
|
|||
* anonymize referrer for external urls
|
||||
* hide role in project memberbox
|
||||
* change issue author
|
||||
* spam protection on registration form
|
||||
* add involved issue users as watcher automatically
|
||||
* create issue on user profile
|
||||
* "assign to me" link on issue
|
||||
|
@ -166,14 +172,14 @@ Don't worry, if you only need a subset of the provided libraries. If you do not
|
|||
|
||||
It provides :
|
||||
|
||||
* `Chart.js 2.9.3 <https://www.chartjs.org/>`_
|
||||
* `Chart.js 2.9.4 <https://www.chartjs.org/>`_
|
||||
* `Chart.js Plugin colorschemes 0.4.0 <https://github.com/nagix/chartjs-plugin-colorschemes>`_
|
||||
* `Chart.js Plugin datalabels 0.7.0 <https://github.com/chartjs/chartjs-plugin-datalabels>`_
|
||||
* `clipboardJS 2.0.6 <https://clipboardjs.com/>`_
|
||||
* `d3 6.1.1 <https://d3js.org/>`_
|
||||
* `d3plus v2.0.0-alpha.29 <https://d3plus.org/>`_
|
||||
* `FontAwesome 5.14.0 <https://fontawesome.com/>`_
|
||||
* `mermaid 8.8.0 <https://github.com/knsv/mermaid/>`_
|
||||
* `clipboardJS 2.0.8 <https://clipboardjs.com/>`_
|
||||
* `d3 6.6.0 <https://d3js.org/>`_
|
||||
* `d3plus v2.0.0-alpha.30 <https://d3plus.org/>`_
|
||||
* `FontAwesome 5.15.2 <https://fontawesome.com/>`_
|
||||
* `mermaid 8.9.1 <https://github.com/knsv/mermaid/>`_
|
||||
* `Select2 4.0.13 <https://select2.org/>`_
|
||||
|
||||
And a set of various Rails helper methods (see below).
|
||||
|
@ -205,10 +211,11 @@ The following modules are available :
|
|||
Redmine Plugins, which are using ``additionals``
|
||||
------------------------------------------------
|
||||
|
||||
* `additional_tags <https://github.com/AlphaNodes/additional_tags>`_
|
||||
* `redmine_automation <https://alphanodes.com/redmine-automation>`_
|
||||
* `redmine_codimd <https://github.com/AlphaNodes/redmine_codimd>`_
|
||||
* `redmine_db <https://alphanodes.com/redmine-db>`_
|
||||
* `redmine_git_hosting <http://redmine-git-hosting.io/>`_
|
||||
* `redmine_hedgedoc <https://github.com/AlphaNodes/redmine_hedgedoc>`_
|
||||
* `redmine_hrm <https://alphanodes.com/redmine-hrm>`_
|
||||
* `redmine_omniauth_saml <https://github.com/alexandermeindl/redmine_omniauth_saml>`_
|
||||
* `redmine_passwords <https://alphanodes.com/redmine-passwords>`_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue