Redmine plugin to preview various file types in redmine's preview pane. Works for issue attachments, documents module, files module and repositories. This plugin is designed to work with own plugins. That is plugins for plugins. To preview files this plugin converts the previewed file content to either
The appropriate conversion type(s) is/are up to the plugin developer. The available conversion option can be chosen on the plugin configuration page. The plugin was developed with thread safety in mind. With caching enabled, it should stand even higher loads.
Currently, there exist the following plugins:
This plugin requires LibreOffice to be installed on your system. LibreOffice must be reachable with "soffice" to the user, the redmine service is executed by.
Libre uses LibreOffice to do the conversion. Libre converts almost everything LibreOffice can convert:
.csv , .doc , .docm , .docx , .dotm , .dotx , .fodg , .fodp , .fods , .fodt , .odb , .odc , .odf , .odg , .odi , .odm , .odp , .ods , .odt , .otg , .oth , .otp , .ots , .ott , .oxt , .potm , .potx , .ppt , .pptm , .pptx , .rtf , .sda , .sdc , .sdd , .sdp , .sds , .sdw , .sgl , .smf , .stc , .std , .sti , .stw , .sxc , .sxd , .sxg , .sxi , .sxm , .sxw , .vor , .xls , .xlsm , .xlsx , .xltm , .xltx
to either pdf, html, inline, png, jpg or gif.
Please note, that not all conversions have been thoroughly tested yet. Please send files for a conversion test to me, if you are uncertain if your files get converted an can be viewed in a browser. Further, please note that the conversion accuracy strongly depends on the availability of installed fonts. Please consult the LibreOffice portals to see how to install fonts.
Currently, thoroughly tested are: .csv, .doc, .docx, .ppt, .pptx, .xls, .xlsx, .oddt, .rtf
This plugin requires no additional software to be installed on your system.
Cliff converts
.mime, .eml
to html.
You can view the .eml file almost like in a professional email viewer, see mail headers and download attachments. Cliff will sweep the .eml files from scripts, event attributes beginning with "on…", url() in css styles and external images. To do an unsafe preview, you can press a button do so and if you trust the .eml or .mime file
Mark uses Pandoc to do the conversion. Currently supported is:
.md, .textile, .html
Peek lets you preview pdf-Files in the browser. Peek uses imagemagick to do the conversion. Imagemagick uses Ghostscript as a delegate to handle pdf files. Pdf previews can be the full pdf or a png, jpg or gif of the first page. Please note, that the conversion resolution strongly depends on your ImageMagick's configuration in the delegates file. Please consult ImageMagick's configuration help to edit the delegates file.
Zippy lets you preview zip, tgz or tar-Files in the browser. Click on an entry to download one individual file from within the compressed file.
Maggie converts images from one format to another and downscales images.
Pass lets you pass through html.
Vince lets you preview .vcf (vCard) files.
DO NOT USE IN PRODUCTION
NilText lets you see, which data are available for a file conversion. NilText not suited for production use. You can peruse this plugin to learn about the plugin functionality. Please note, that this plugin may reveal a password of a repository. Like all other plugins, this plugin is deactivated by default.
download plugin and copy plugin folder redmine_more_previews go to Redmine's plugins folder
go to redmine root folder
bundle install
to install necessary gems. Install LibreOfiice (for Libre) and/or Pandoc for (for Mark)
sudo /etc/init.d/apache2 restart
rm -r redmine_more_previews
sudo /etc/init.d/apache2 restart
Choose the following options
Have fun!
Native speakers: please help to improve localizations
5.0.8
5.0.7
5.0.6
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.1.3
4.1.2
4.1.1
4.0.1a
4.0.0a
3.2.0
3.1.2
3.1.1
3.1.0
3.0.3
3.0.2
3.0.1
3.0.0b
2.0.11
**2.0.10
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
fixed dependency on mimemagick after license change 2.0.4
fixed mimemagick dependency after license change
2.0.3
2.0.2
2.0.1
2.0.0
1.0.0
This plugin replaces
This plugin ideally works together with
This plugin caches conversions in the Rail tmp-directory. For large repositories (f.i. firm file servers) each conversion will store a copy of the conversion file in the Rails tmp directory and thus the tmp directory may become as large or even larger as the original repository. There are two ways to handle such a situation: 1. swipe Rails tmp/more_previews directory frequently, 2. change the storage path in the plugin's init.rb file to choose a mass storage, which can handle the amount of data.
If two users choose to reload (do a new conversion) concurrently, then thread safety is honored.