Project

General

Profile

Plugins Directory » Lightbox Plugin 2

Author: Tobias Fischer
Website: https://github.com/paginagmbh/redmine_lightbox2
Code repository: https://github.com/paginagmbh/redmine_lightbox2.git
Registered on: 2014-10-28 (over 9 years ago)
Current version: 0.5.1
Compatible with: Redmine 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x
User ratings:   (38)

This plugin lets you preview image, pdf and swf attachments in a lightbox.

This is a fork of the original redmine_lightbox plugin.
The original plugin also contains versions compatible to Redmine 1.x and Redmine < 2.6 whereas redmine_lightbox2 is only compatible with Redmine 2.6+

IMPORTANT COMPATIBILITY NOTICE:
  • The latest version 0.5.0 (master branch) supports Redmine 4.0 only!
  • For Redmine 3.4 please downlaod version 0.4.4 or check out the git branch redmine-3.4
  • For Redmine 3.3 please downlaod version 0.3.5 or check out the git branch redmine-3.3
  • For Redmine 3.0-3.2 please downlaod version 0.2.7 or check out the git branch redmine-3.0-3.2
  • For Redmine 2.6 please downlaod version 0.1.3 or check out the git branch redmine-2.6

Installation notes

  • Clone or download this repo into your redmine_root/plugins/ folder
    $ git clone https://github.com/paginagmbh/redmine_lightbox2.git
    
  • You have to run the plugin rake task to provide the assets (from the Redmine root directory):
    $ rake redmine:plugins:migrate RAILS_ENV=production
    
  • Restart redmine

Changelog

0.5.1 (2019-11-02)

Compatible with Redmine 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x.

Features

  • major upgrade to fancybox library (from 2.1.5 to 3.5.7), introducing a new, modern lightbox theme
  • Added support for image and pdf lightbox preview in 'Files' module

DMSF plugin support

  • support for image previews in DMSF browser
  • use file description as title instead of file name
  • add DMSF file ID to lightbox title
  • bugfix: checked wrong classname for imagelinks

Bugfixes

  • general bugfixes
  • issues view: show consistent titles/captions
  • javascript bugfix for IE11
  • fix wrong title of magnifier icon
  • reset auto image-orientation for Firefox and Safari

0.4.5 (2019-11-02)

Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x.

These changes were backported to Redmine 3 from v0.5.1@master.

Features

  • Added support for image and pdf lightbox preview in 'Files' module

DMSF plugin support

  • support for image previews in DMSF browser
  • use file description as title instead of file name
  • add DMSF file ID to lightbox title
  • bugfix: checked wrong classname for imagelinks

Patches

Bugfixes

  • general bugfixes
  • javascript bugfix for IE11
  • fix wrong title of magnifier icon
  • reset auto image-orientation for Firefox and Safari

0.5.0 (2019-01-08)

Compatible with Redmine 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x.

  • Added Support for Redmine 4.0 and Rails 5.2

0.4.4 (2019-01-08)

Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x.

0.4.3 (2017-08-17)

Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x.

  • Fix an issue with the new DMSF macro support

0.3.5 (2017-08-17)

Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x.

  • Fix an issue with the new DMSF macro support

0.4.2 (2017-08-14)

Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x.

  • Fixed a bug where JPG images with jpeg extension where not detected correctly

0.4.1 (2017-08-06)

Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x.

0.3.4 (2017-08-06)

Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x.

0.4.0 (2017-07-28)

Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x.

  • Added support for Redmine 3.4

0.3.3 (2017-07-27)

Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x.

Final Release for Redmine 3.3 on GitHub branch redmine-3.2

0.3.2 (2017-01-31)

Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x.

Fixes lightbox support for thumbnail macros

0.3.1 (2016-07-12)

Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x.

Fixes lightbox support for thumbnail macros

0.3.0 (2016-07-04)

Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x.

added support for Redmine 3.3 (on master branch)

0.2.7 (2016-07-04)

Compatible with Redmine 3.2.x, 3.1.x, 3.0.x, 2.6.x.

Final Release for Redmine 3.0, 3.1, 3.2 on GitHub branch redmine-3.0-3.2

0.2.5 (2016-01-15)

Compatible with Redmine 3.2.x, 3.1.x, 3.0.x.

  • also add lightbox to thumbnails on issue notes (new feature from Redmine 3.2)

0.2.4 (2015-11-22)

Compatible with Redmine 3.1.x, 3.0.x.

  • also add lightbox to thumbnails on wiki pages, not only to thumbnails in issues

0.1.6 (2015-11-22)

Compatible with Redmine 2.6.x.

  • also add lightbox to thumbnails on wiki pages, not only to thumbnails in issues

For Redmine 3.x, please use version 0.2.5 on GitHub branch master

0.1.5 (2015-11-22)

Compatible with Redmine 2.6.x.

  • Bugfixes for version 0.1.4

0.2.3 (2015-11-21)

Compatible with Redmine 3.1.x, 3.0.x.

  • adds lightbox support for
    • attachment links (via preview icon)
    • image attachment links in journal details
    • thumbnails in journal and wiki entries
    • customer avatars in RedmineCRM Customers plugin
  • bugfixes

0.1.4 (2015-11-21)

Compatible with Redmine 2.6.x.

  • adds lightbox support for
    • attachment links (via preview icon)
    • image attachment links in journal details
    • thumbnails in journal and wiki entries

0.2.2 (2015-03-20)

Compatible with Redmine 3.1.x, 3.0.x.

  • Fixes a bug with PDF attachments

0.2.1 (2015-03-07)

Compatible with Redmine 3.0.x.

  • bugfix for redmine 3.0 (boards support)

0.2.0 (2015-03-01)

Compatible with Redmine 3.0.x.

  • added support for Redmine 3.0

0.1.3 (2015-03-01)

Compatible with Redmine 2.6.x.

  • updated version 0.1.3 for redmine 2.6 only
  • v0.2.0 for redmine 3 will follow soon...

0.1.2 (2015-01-23)

Compatible with Redmine 2.6.x.

thanks to @alexandermeindl for the contribution

0.1.1 (2015-01-18)

Compatible with Redmine 2.6.x.

  • bugfix for scroll ability in inline PDF files when having multiple pdf attachments in lightbox mode

0.1.0 (2015-01-18)

Compatible with Redmine 2.6.x.

  • bugfix for PDF display inline

0.0.5 (2014-12-09)

Compatible with Redmine 2.6.x.

  • max-width for large thumbnail images

0.0.4 (2014-12-05)

Compatible with Redmine 2.6.x.

  • make plugin work on "news" pages as well

0.0.3 (2014-10-28)

Compatible with Redmine 2.6.x.

User ratings

  by C S almost 3 years ago

Very helpful for pictures and PDF
Would be perfect with playing also mp4 video!

  by Виктор Воеводский about 4 years ago

  by Henry Li over 4 years ago

works well with 3.3.10!

  by Ivan Rapekas about 5 years ago

  by Alexander Ryabinovskiy over 5 years ago

Very useful plugin!
Thank you!
Please add some other formats (.doc, .docx, .xls, .xlsx, .msg)

  by Milo H almost 6 years ago

why not all can be clicked on the picture in the content browsing:(

  by Nothing Ctrl over 6 years ago

Very useful

  by Adam Szakacs almost 7 years ago

Works well - great plugin! Thank you!

  by Vladimir Perepechenko almost 7 years ago

Good! But PDF Preview doesn't work for RM 3.3 version. Only for jpegs and other pictures.

  by James H almost 7 years ago

3.3.2

  by Robert Freigang about 7 years ago

  by Eric Feyzullov about 7 years ago

superb

  by Kush Suryavanshi over 7 years ago

Thank you very much. Hope it becomes part of RedMine.

  by Pavel Kestefran over 7 years ago

  by Jake Kemme over 7 years ago

Great addition to Redmine

  by joao paulo lima saraiva over 7 years ago

Muito bom esse plugin, porém ele acaba adicionando outra lista uma de imagens

  by Samuel MATHIEU almost 8 years ago

it' not possible using redmine without it , Very great
Is there a way to lightbox other file format xls, numbers, pages, word.
Anything in the boxes ...
The,k you again

  by Anh Le Giang about 8 years ago

This should be the core of Redmine

  by Igor A over 8 years ago

  by Yan Charnyy almost 9 years ago

  by Andre egal almost 9 years ago

Good Job!! It works perfectly in Redmine 3.0.3 without any problems!!

  by Thierry Brochu almost 9 years ago

  by Jordan Piel almost 9 years ago

  by Karen Arzumanyan almost 9 years ago

Nice plugin

  by Alexandr Demushkin about 9 years ago

Wonderful plugin, but when I try to view pdf un push "eye" button, I have a 500 error. In log:
NoMethodError (undefined method `diskfile' for nil:NilClass)

  by Kos Kub about 9 years ago

Great! Thanks a lot!

  by Vikram Ramakanth about 9 years ago

I use it with a Redmine 2.6 installation. Works really well and reliably. Very useful.

  by Stanislas Dourdin about 9 years ago

Simple, efficient, good plugin :)

  by Nguyen Ba Tan about 9 years ago

Thank you very much.

  by Marco Lima over 9 years ago

Thank you!

  by Alexander Bocharov over 9 years ago

  by Jan Šimek over 9 years ago

  by kim kk over 9 years ago

good

  by David T over 9 years ago

Works a treat. Thanks

  by over 9 years ago

Works like a charm with Redmine 2.6

  by Tony Ordner over 9 years ago

Thank you very much for updating this!

  by Pavel Potcheptsov over 9 years ago

Thanks. Just in time because old lightbox doesn't work with 2.6

  by Lajish Lakshmanan over 9 years ago

Thanx Tobias...!!