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

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