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

Last change on this file since 10016 was 10016, checked in by binaryworld, 13 years ago
File size: 3.9 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- Piwishadow renamed to Shadogo (for copyright issue with Piwi channel)
22- User configuraion stored in database
23- Add download button in the overlay window (HD picture). Keyboard shortcut: 'd' or '*' 
24- Add basket button in the overlay window (visible only if admin access right). Keyboard shortcut: 'b' or '0' (NUMLOCK)
25- Add favorite button in the overlay window (visible for registered user). Keyborad shortcut: 'f' or '+'
26- Simplification of the mediaboxAvanced styles for better user experience (step 2)
27- Fix: over effect on the bottom links of mediaboxAvanced
28
29
30Piwishadow v0.1.9
31=================
32
33- Store the plugin configuration in ini file
34- Enhance plugin upgrade management. Add mainain.inc.php file to restore the user configuration after the plugin upgrade.
35- Fix: buttonsTemplateSearch and hrefContentSearch configuration parameters
36- Fix: language files to replace 'shadowbox' by 'overlay window' 
37
38
39Piwishadow v0.1.8
40=================
41
42- Add HD/SD toggle button in mediaboxAvanced overlay to switch between SD and HD picture defintions.
43  The Button is visible only if the HD picture is present in the Piwigo HD dir. 
44- 'libs' directory added for better integration of the modal overlay libs.
45- Simplification of the mediaboxAvanced styles for better user experience
46
47
48Piwishadow v0.1.7
49=================
50
51- 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)
52- Add the support for the plugin resynchronization on the Piwigo repository for plugin upgrade
53- Show/Hide expert parameters in piwishadow administration page
54
55
56Piwishadow v0.1.6
57=================
58
59- Add support for extending the overlay themes: new theme can be created in the 'themes' directory of the overlay library.
60  The themes are automatically detected by Piwishadow.
61- Add the 'grey' and 'white' theme for mediaboxAvanced library
62- Fix: Alt of the content icon in the thumbnail legend
63- Fix: Mix between content and page content gallery
64
65
66Piwishadow v0.1.5
67=================
68
69- Compatible with Piwigo 'Thumbnails' and 'Synchronize' tools
70- Auto sizing of the overlay window accoding to size specified in the name of the image file (optional)
71- Display the media content from the thumbnail in a modal overlay window
72- Display of the slideshow in a modal overlay window
73- Display of the HD picture from the Piwigo content page in a modal overlay window
74- Display of embeded buttons in the thumbnails label for better media control
75- Web administration console for configuring the plugin
76- Support of the mediaboxAvanced library with NonverBlaster player 
77                - Support image: jpg, png, gif
78                - Support video: flv, mp4
79                - Support audio: mp3, aac
80                - Support flash: swf
81                - Support QuickTime plugin: mov, m4v, m4a, aiff, avi, caf, dv, mid, m3u, mp3, mp2, mp4, qtz
82- 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
83
84
85
86TODO
87====
88
89- Enable to hide the header and footer when Piwigo pages are displayed in the overlay window
90- Add play and video overlay images on the thumbnail
91- HTML5 Support
Note: See TracBrowser for help on using the repository browser.