[[PageOutline(2-5,Contents,pullout)]] = Provides an overlay view to view attachments == Description This plugin provides an overlay view to view attachments from wiki, ticket, milestone and timeline page. It uses [http://jacklmoore.com/colorbox/ ColorBox], the jQuery lightbox plugin, which itself is MIT licensed. Visit wiki or ticket page which has the attachment files in your Trac. Clicking the attachment link in the attachments area shows the contents in a lightbox. === Ticket page [[Image(overlayview-example-1.png, border=2)]] === Timeline page [[Image(overlayview-example-2.png, border=2)]] == Bugs/Feature Requests Existing bugs and feature requests for OverlayViewPlugin are [report:9?COMPONENT=OverlayViewPlugin here]. If you have any issues, create a [/newticket?component=OverlayViewPlugin new ticket]. [[TicketQuery(component=OverlayViewPlugin&group=type,format=progress)]] == Download Download the zipped source from [export:overlayviewplugin here]. == Source You can check out OverlayViewPlugin from [/svn/overlayviewplugin here] using Subversion, or [source:overlayviewplugin browse the source] with Trac. == Installation 1. Install the plugin: {{{#!sh $ pip install svn+https://trac-hacks.org/svn/overlayviewplugin/0.12 }}} 1. Enable the plugin in your `trac.ini` file: {{{#!ini [components] tracoverlayview.* = enabled }}} == Recent Changes [[ChangeLog(overlayviewplugin, 3)]] == Author/Contributors '''Author:''' [wiki:jun66j5] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:''' [https://www.opengroove.com/ OpenGroove,Inc.] and [https://tracpath.com/ tracpath]