source: extensions/Shadogo/trunk/release_note.txt @ 12153

Last change on this file since 12153 was 10026, checked in by binaryworld, 13 years ago
File size: 4.0 KB
Line 
1
2Overview
3========
4
5Shadogo allows the user to manage medias (flv, mp4, swf,...) in the same way that Piwigo does for pictures.
6We can add the medias in the gallery directory with their teaser images.
7The medias are easly added in Piwigo using the tools 'Thumbnails' and 'Synchronize' in the Piwigo web administration console.
8Medias (video, picture, HD picture) and Piwigo page (Content, Slideshow) can be displayed in modal overaly window.
9
10ex:
11/www/piwigo/gallery/my_event/my_video.flv
12/www/piwigo/gallery/my_event/my_video_-_flv_320x240.jpg
13
14The my_video_-_flv_320x240.jpg image will be displayed in the thumbnails as icon.
15The my_video.flv is displayed in the modal overlay window when the user click the thumbnail.
16
17
18Shadogo v0.1.10
19===============
20
21!! WARNING: the previous version must be desinstalled before intalling this version !!
22
23- Piwishadow renamed to Shadogo (for copyright issue with Piwi channel)
24- User configuraion stored in database
25- Add download button in the overlay window (HD picture). Keyboard shortcut: 'd' or '*' 
26- Add basket button in the overlay window (visible only if admin access right). Keyboard shortcut: 'b' or '0' (NUMLOCK)
27- Add favorite button in the overlay window (visible for registered user). Keyborad shortcut: 'f' or '+'
28- Simplification of the mediaboxAvanced styles for better user experience (step 2)
29- Fix: over effect on the bottom links of mediaboxAvanced
30
31
32Piwishadow v0.1.9
33=================
34
35- Store the plugin configuration in ini file
36- Enhance plugin upgrade management. Add mainain.inc.php file to restore the user configuration after the plugin upgrade.
37- Fix: buttonsTemplateSearch and hrefContentSearch configuration parameters
38- Fix: language files to replace 'shadowbox' by 'overlay window' 
39
40
41Piwishadow v0.1.8
42=================
43
44- Add HD/SD toggle button in mediaboxAvanced overlay to switch between SD and HD picture defintions.
45  The Button is visible only if the HD picture is present in the Piwigo HD dir. 
46- 'libs' directory added for better integration of the modal overlay libs.
47- Simplification of the mediaboxAvanced styles for better user experience
48
49
50Piwishadow v0.1.7
51=================
52
53- Open the template API to enable to use piwishadow in custom template (refer to the template files to see the list of the supported parameters)
54- Add the support for the plugin resynchronization on the Piwigo repository for plugin upgrade
55- Show/Hide expert parameters in piwishadow administration page
56
57
58Piwishadow v0.1.6
59=================
60
61- Add support for extending the overlay themes: new theme can be created in the 'themes' directory of the overlay library.
62  The themes are automatically detected by Piwishadow.
63- Add the 'grey' and 'white' theme for mediaboxAvanced library
64- Fix: Alt of the content icon in the thumbnail legend
65- Fix: Mix between content and page content gallery
66
67
68Piwishadow v0.1.5
69=================
70
71- Compatible with Piwigo 'Thumbnails' and 'Synchronize' tools
72- Auto sizing of the overlay window accoding to size specified in the name of the image file (optional)
73- Display the media content from the thumbnail in a modal overlay window
74- Display of the slideshow in a modal overlay window
75- Display of the HD picture from the Piwigo content page in a modal overlay window
76- Display of embeded buttons in the thumbnails label for better media control
77- Web administration console for configuring the plugin
78- Support of the mediaboxAvanced library with NonverBlaster player 
79                - Support image: jpg, png, gif
80                - Support video: flv, mp4
81                - Support audio: mp3, aac
82                - Support flash: swf
83                - Support QuickTime plugin: mov, m4v, m4a, aiff, avi, caf, dv, mid, m3u, mp3, mp2, mp4, qtz
84- Support of the Shadowbox library (must be installed manually after the plugin installation from the official web site due to the license) with JW Player
85
86
87
88TODO
89====
90
91- Enable to hide the header and footer when Piwigo pages are displayed in the overlay window
92- Add play and video overlay images on the thumbnail
93- HTML5 Support
Note: See TracBrowser for help on using the repository browser.