Plugins Directory » Documents Short
Author: | Stephane Moreau | |
---|---|---|
Website: | https://github.com/smoreau/redmine_documents_short | |
Code repository: | https://github.com/smoreau/redmine_documents_short | |
Registered on: | 2013-02-16 (almost 12 years ago) | |
Current version: | 0.6.0 | |
Compatible with: | Redmine 5.1.x, 5.0.x, 3.2.x, 3.1.x, 3.0.x, 2.4.x, 2.3.x, 2.1.x | |
User ratings: |
Documents Short plugin¶
A Redmine plugin which displays the documents list in a shorter way.
Author¶
Stéphane Moreau
Latest release¶
The currently available, latest release of the plugin is version 0.6.0.
Description¶
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/).
Screenshot¶
Compatibility¶
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.
Obtaining¶
URL of the GitHub repository: https://github.com/smoreau/redmine_documents_short
The source of this plugin can be “cloned” from the GitHub-repo using:
$ cd {REDMINE_ROOT}/vendor/plugins $ git clone git@github.com:smoreau/redmine_documents_short.git
Installation¶
- Download the plugin from the available source (see http://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
Setup¶
Nothing to setup. This is the beauty of it!
Upgrading¶
- Backup the currently deployed Documents Short plugin (cp -r /vendor/plugins/redmine_documents_short /vendor/plugins/redmine_documents_short-backup)
- Reinstall the updated plugin:
- using the command: git pull
- Restart your Redmine
Uninstalling¶
- Remove the directory “redmine_documents_short” from the plugin-directory “../vendor/plugins”
- Restart Redmine
Support¶
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: https://github.com/smoreau/redmine_documents_short/issues.
Licensing¶
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.
- (C) 2024, Stéphane Moreau (www.logikdev.com)
Changelog
0.6.0 (2024-02-18)
Compatible with Redmine 5.1.x, 5.0.x, 3.2.x, 3.1.x, 3.0.x, 2.4.x, 2.3.x, 2.1.x.
Update the plugin to get it compatible with Redmine 5.1.x
0.5.0 (2023-05-22)
Compatible with Redmine 5.0.x, 4.0.x, 3.2.x, 3.1.x, 3.0.x, 2.4.x, 2.3.x, 2.1.x.
Use Nokogiri instead of duplicating page code
0.4.0 (2016-05-09)
Compatible with Redmine 3.2.x, 3.1.x, 3.0.x, 2.4.x, 2.3.x, 2.1.x.
Remove empty tooltip bubble
0.3.0 (2013-12-24)
Compatible with Redmine 3.0.x.
Don't display the images in the tooltip
0.2.0 (2013-04-11)
Compatible with Redmine 2.3.x, 2.1.x.
Add the support for the version 2.3.x of Redmine.
0.1.0 (2013-02-15)
Compatible with Redmine 2.1.x.
First release of the plugin.