1 | === gdThumb Plugin === |
---|
2 | Apply card style to album or image thumbs. |
---|
3 | Plugin was inspired by GThumb+ but adds new options: |
---|
4 | |
---|
5 | * apply style to album or image thumbs or both |
---|
6 | * Thumbnails max height |
---|
7 | * Margin between thumbnails |
---|
8 | * Number of photos per page |
---|
9 | * Double the size of the first thumbnail |
---|
10 | * Cache the big thumbnails (recommended) |
---|
11 | * Scale thumbnails |
---|
12 | * Title Display Mode: Overlay Top/Overlay Top (Static)/Overlay Bottom/Overlay Bottom (Static)/Hide |
---|
13 | * Meta Data Display Mode |
---|
14 | |
---|
15 | http://blog.dragonsoft.us/ |
---|
16 | Copyright (C) 2009-2014 Serguei Dosyukov |
---|
17 | |
---|
18 | Compatible: PW 2.6, 2.7, 2.8, 2.9, 2.10 |
---|
19 | Minimum requirement: PW 2.6.3 |
---|
20 | |
---|
21 | This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software |
---|
22 | Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but |
---|
23 | WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more |
---|
24 | details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., |
---|
25 | 51 Franklin Street Fifth Floor, Boston, MA 02110-1301, USA. |
---|
26 | |
---|
27 | === Changelog === |
---|
28 | version 1.0.22 |
---|
29 | - Fix for tile crop - see https://piwigo.org/forum/viewtopic.php?pid=168141#p168141 |
---|
30 | |
---|
31 | version 1.0.21 |
---|
32 | + Support for PIWIGO 2.9 and 2.10 verified |
---|
33 | + Deprecated maintain.inc.php |
---|
34 | + Switched to use FantAwesome from GreyDragon when used |
---|
35 | |
---|
36 | version 1.0.20 |
---|
37 | + Added "album" class to <li> elements for albums |
---|
38 | + Translation updates: NL |
---|
39 | |
---|
40 | version 1.0.19 |
---|
41 | + Support for PIWIGO 2.8 verified |
---|
42 | + Translation updates: DK, DE, ES, FR, IT, NL, BR, RU, SE, UA |
---|
43 | |
---|
44 | version 1.0.18 |
---|
45 | + ADMIN: style improvements |
---|
46 | + ADMIN: Experimental: New option for Thumbnail mode - "slide" - Square thumb with standard static Overlay (bottom/top) |
---|
47 | + ADMIN: Changed to use standard PWG persistence method for settings |
---|
48 | + Improved handling of derivatives |
---|
49 | - Fixed issue with Photo thumb metadata not including Visits and Rating metadata |
---|
50 | + Translation improvements. New languages: NO, TR, GR, PT |
---|
51 | |
---|
52 | version 1.0.17 |
---|
53 | + All language translations are deprecated to allow full reset. en_UK folder now includes full set of translation resources |
---|
54 | - Removed duplicate reference to cache build js files |
---|
55 | |
---|
56 | version 1.0.16 |
---|
57 | + ADMIN: Added new option "Animate thumbnail on hover" |
---|
58 | + Added event integration with RV Thumb Scroller |
---|
59 | + Corrected PayPal link for "Donate" link in admin area |
---|
60 | - Remove reference to jquery.ui.button.js in admin page |
---|
61 | - Added check for shared system variables to prevent conflict with other GD plugins and themes |
---|
62 | |
---|
63 | version 1.0.15 |
---|
64 | + In Overlay Ex mode place "New Item" marker is placed in metadata area |
---|
65 | + Further and final improvement for file type markers in Overlay Ex mode. Now sensitive to file extensions. Supports image, video, music, pdf, doc, xls, ppt formats with associated markers. |
---|
66 | - Fixed issue when "big thumb" for video files become smaller than desired min size |
---|
67 | |
---|
68 | version 1.0.14 |
---|
69 | + Added integration with VideoJS plugin to allow display of "film" icon in Overlay Ex mode |
---|
70 | - Fixed issue with incorrect callback when "RV Thumb Scroller" plugin is used |
---|
71 | |
---|
72 | version 1.0.13 |
---|
73 | + ADMIN: Added ChangeLog link in toolbar |
---|
74 | + ADMIN: New option for Normalize Photo Title |
---|
75 | |
---|
76 | version 1.0.12 |
---|
77 | + ADMIN: New thumb mode: Overlay Ex (only available with GD theme) |
---|
78 | + ADMIN: Added support links |
---|
79 | + Added support for thumb shadow space. Custom CSS is required to add desired shadow |
---|
80 | |
---|
81 | version 1.0.11 |
---|
82 | + ADMIN: Optimized use of GreyDragon Theme to remove code duplication |
---|
83 | - Fixed issue with state of "Block for Panoramic Photo Page" not recognized properly |
---|
84 | |
---|
85 | version 1.0.10 |
---|
86 | + ADMIN: new sub option "Block for Panoramic Photo Page" for "Double the size of the first thumbnail" |
---|
87 | - Fixed z-index for overlay to prevent improper overlay with other theme components (ex: drop down menu) |
---|
88 | - Admin area CSS/JS reference reverted back to standard path format |
---|
89 | - Another attempt to fix issues with css/js paths in admin area when Piwigo is installed in subfolder |
---|
90 | |
---|
91 | version 1.0.9 |
---|
92 | + Piwigo 2.7 compatible |
---|
93 | - Fixed issue when some plugin settings are not initialized properly on version update |
---|
94 | - Fixed issue when under some conditions reference urls for JS/CSS are not constructed properly in admin area |
---|
95 | |
---|
96 | version 1.0.8 |
---|
97 | + ADMIN: New option: Prevent word wrap |
---|
98 | + CSS: add ellipse when text overflows (triggered when No word wrap is enabled) |
---|
99 | + Adjusted file structure and CSS reference from templates |
---|
100 | + Added folder protection when browse is not blocked |
---|
101 | - Fixed issue with HTML 5 validation |
---|
102 | - Removed caption fixed size when no-word-wrap is enabled |
---|
103 | |
---|
104 | version 1.0.7 |
---|
105 | - Plugin maintenance code converted to use PluginMaintain class (Piwigo 2.6). This addresses some inconsistencies in DB operations handling. |
---|
106 | |
---|
107 | version 1.0.6 |
---|
108 | - Fixed issue where size of the first thumb was not initialized when "Big Thumb" in Square mode is used |
---|
109 | |
---|
110 | version 1.0.5 |
---|
111 | + Admin: Metadata Display Mode extended to allow exclusion of Catalog Description from the Thumb content |
---|
112 | - Fixed issue with some js variables not being initialized when big thumb mode is used |
---|
113 | - Fixed issue when "Big Thumb" in Square mode does not keep size ratio |
---|
114 | |
---|
115 | version 1.0.4 |
---|
116 | + Merge thumbs for albums and images into one list before processing. |
---|
117 | This may conflict with Lightbox plugin if items are mixed |
---|
118 | + Full support for square thumbs |
---|
119 | + New overlay mode type - Overlay - on hover covers entire thumb. Metadata bottom left aligned |
---|
120 | + Admin: "Apply to album/image thumbs" options deprecated |
---|
121 | + Admin: New option "Normalize Image Title" - if enabled, images with Title matching File name would be shown as "Photo ID" |
---|
122 | - Remove second loader element from pages with album and image thumbs |
---|
123 | - Fixed issue with Stripped theme in photo lists due to different class structure |
---|
124 | |
---|
125 | version 1.0.3 |
---|
126 | + Added support for "Square" Scale thumbnails mode (experimental) |
---|
127 | - Fixed issue caption overlay partially visible in "stripped" theme |
---|
128 | |
---|
129 | version 1.0.2 |
---|
130 | - Fixed issue with save of "Scale thumbnails" settign |
---|
131 | |
---|
132 | version 1.0.1 |
---|
133 | - Fixed issue with plugin initialization procedure not being called on first activation |
---|
134 | - Removed debug mode from admin |
---|
135 | |
---|
136 | version 1.0 |
---|
137 | + initial release |
---|