A Redmine plugin which displays the documents list in a shorter way.
-
Stéphane Moreau
The currently available, latest release of the plugin is version 0.6.0.
The Documents Short plugin is a Redmine plugin which displays the documents list in a shorter way. This is done by using the JavaScript tooltip framework called Opentip (www.opentip.org/).
This plugin has been tested on Redmine 2.1.x, 2.3.x, 2.4.x, 3.0.x, 3.1.x, 3.2.x, 5.0.x and 5.1.x.
URL of the GitHub repository: http://github.com/smoreau/redmine_documents_short
The source of this plugin can be “cloned” from GitHub using:
$ cd {REDMINE_ROOT}/plugins $ git clone git@github.com:smoreau/redmine_documents_short.git
-
Download the plugin from the available source (see www.redmine.org/plugins/redmine_documents_short#Obtaining)
-
Install the plugin as described at: www.redmine.org/projects/redmine/wiki/Plugins (this plugin does not require a plugin database migration)
-
Restart Redmine
Nothing to setup. This is the beauty of it!
-
Backup the currently deployed Documents Short plugin (
cp -r plugins/redmine_documents_short plugins/redmine_documents_short-backup
) -
Upgrade the plugin using the command:
git pull
-
Restart your Redmine
-
Remove the directory “redmine_documents_short” from the plugins directory
-
Restart Redmine
If you would like to report a bug or request a new feature you can open a new issue at the issue-tracking section of the plugins’ GitHub site: github.com/smoreau/redmine_documents_short/issues.
This plugin is open-source and licensed under the “GNU General Public License v2” (www.gnu.org/licenses/old-licenses/gpl-2.0.html) (GPL). See the included COPYRIGHT.txt
and GPL.txt
files for details.
-
© 2013-2024, Stéphane Moreau (www.logikdev.com)