= ScreenshotsPlugin = == Description == Provides components and versions related screenshots storage and viewing system for Trac. With SCREENSHOTS_ADMIN premission you can append or delete screenshots to apropriate component and version defined with trac-admin command-line tool or via WebAdminPlugin. With SCREENSHOTS_VIEW premission main navigation bar button for ScreenshotsPlugin is displayed and provides link to screenshots galery view. == Installation == Install plugin's egg and set path and title variable in trac.ini configuration file. {{{ [screenshots] title = Screenshots path = }}} If you run Trac in environment which needs to enable plugins explicitly put in trac.ini these lines: {{{ [components] tracscreenshots.init.screenshotsinit = enabled tracscreenshots.core.screenshotscore = enabled }}} The next step is to upgrade your environment: {{{ # trac-admin upgrade }}} == Note == There is wrong display of plugin's content in Internet Explorer because of missing implementation of "display: table-cell" CSS style so please use standard browsers or tell me how to fix it :-). == Bugs/Feature Requests == Existing bugs and feature requests for ScreenshotsPlugin are [report:9?COMPONENT=ScreenshotsPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=ScreenshotsPlugin&owner=Blackhex new ticket]. == Download == Download the zipped source from [download:screenshotsplugin here]. == Source == You can check out ScreenshotsPlugin from [http://trac-hacks.org/svn/screenshotsplugin here] using Subversion, or [source:screenshotsplugin browse the source] with Trac. == Example == == Recent Changes == [[ChangeLog(screenshotsplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:Blackhex] [[BR]] '''Contributors:'''