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

Last change on this file since 14986 was 14986, checked in by binaryworld, 12 years ago

v0.2.0

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