wiki:ScreenshotsPlugin

Version 6 (modified by Radek Bartoň, 18 years ago) (diff)

--

ScreenshotsPlugin

Notice: This plugin is unmaintained and available for adoption.

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 = <path_to_screenshots>

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 <path_to_environment> upgrade

Important

For running this plugin you have to have ImageMagick tools installed on your system.

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 here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:screenshotsplugin here].

Source

You can check out ScreenshotsPlugin from here using Subversion, or browse the source with Trac.

Screenshot

If you properly install ScreenshotsPlugin you could see something like this:

Screenshot of early version 0.1

Feedback

Poll(Are you using this plugin?; Yes, it's usefull.; No, it's useless.; No, I don't need it.)?

Change Log

16397 by rjollos on 2017-03-25 09:37:00
Remove obsolete "0.9" code
16191 by rjollos on 2017-01-21 03:51:42
1.2dev: Adapt to Trac 1.2 API

The changes need additional testing. Please be sure to
backup your environment before upgrading, and preferably
test in a sandbox first. Report any issues to #13007.

Fixes #13007.

13303 by hasienda on 2013-06-23 13:10:27
ScreenshotsPlugin: Use own actions instead of 'WIKI_*' for tagging action permission checks, closes #10940.

Fixing the issue for the two most current branches simultaneously.

12139 by rjollos on 2012-10-10 01:54:13
Fixed incorrect source code encoding (http://www.python.org/dev/peps/pep-0263/).
8987 by Blackhex on 2010-09-20 12:56:24

ScreenshotsPlugin:

  • Fixing #7701 and other PosgreSQL related problems.
  • Trac 0.11.5 dependency for 0.11 branch added.
(more)

Author/Contributors

Author: Blackhex
Contributors:

Attachments (1)

Download all attachments as: .zip