Changes between Version 1 and Version 2 of ScreenshotsPlugin


Ignore:
Timestamp:
Jul 21, 2006, 4:18:47 PM (18 years ago)
Author:
Radek Bartoň
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ScreenshotsPlugin

    v1 v2  
    33== Description ==
    44
    5 This plugin is only reservation of an idea for now, but work will start soon. Maybe it could be similar to GalleryPlugin, but it should be more project related. Moreover, I never get GalleryPlugin working so I even don't know what features does it have for now.
     5Provides 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.
     6
     7== Installation ==
     8
     9Install plugin's egg and set path and title variable in trac.ini configuration file.
     10
     11{{{
     12[screenshots]
     13title = Screenshots
     14path = <path_to_screenshots>
     15}}}
     16
     17If you run Trac in environment which needs to enable plugins explicitly put in trac.ini these lines:
     18
     19{{{
     20[components]
     21tracscreenshots.init.screenshotsinit = enabled
     22tracscreenshots.core.screenshotscore = enabled
     23}}}
     24
     25The next step is to upgrade your environment:
     26
     27{{{
     28# trac-admin <path_to_environment> upgrade
     29}}}
     30
     31
     32== Note ==
     33
     34There 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 :-).
    635
    736== Bugs/Feature Requests ==
     
    2352== Example ==
    2453
    25 Not yet implemented.
    2654
    2755== Recent Changes ==