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 |
---|
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.13 |
---|
29 | + ADMIN: Added ChangeLog link in toolbar |
---|
30 | + ADMIN: New option for Normalize Photo Title |
---|
31 | |
---|
32 | version 1.0.12 |
---|
33 | + ADMIN: New thumb mode: Overlay Ex (only available with GD theme) |
---|
34 | + ADMIN: Added support links |
---|
35 | + Added support for thumb shadow space. Custom CSS is required to add desired shadow |
---|
36 | |
---|
37 | version 1.0.11 |
---|
38 | + ADMIN: Optimized use of GreyDragon Theme to remove code duplication |
---|
39 | - Fixed issue with state of "Block for Panoramic Photo Page" not recognized properly |
---|
40 | |
---|
41 | version 1.0.10 |
---|
42 | + ADMIN: new sub option "Block for Panoramic Photo Page" for "Double the size of the first thumbnail" |
---|
43 | - Fixed z-index for overlay to prevent improper overlay with other theme components (ex: drop down menu) |
---|
44 | - Admin area CSS/JS reference reverted back to standard path format |
---|
45 | - Another attempt to fix issues with css/js paths in admin area when Piwigo is installed in subfolder |
---|
46 | |
---|
47 | version 1.0.9 |
---|
48 | + Piwigo 2.7 compatible |
---|
49 | - Fixed issue when some plugin settings are not initialized properly on version update |
---|
50 | - Fixed issue when under some conditions reference urls for JS/CSS are not constructed properly in admin area |
---|
51 | |
---|
52 | version 1.0.8 |
---|
53 | + ADMIN: New option: Prevent word wrap |
---|
54 | + CSS: add ellipse when text overflows (triggered when No word wrap is enabled) |
---|
55 | + Adjusted file structure and CSS reference from templates |
---|
56 | + Added folder protection when browse is not blocked |
---|
57 | - Fixed issue with HTML 5 validation |
---|
58 | - Removed caption fixed size when no-word-wrap is enabled |
---|
59 | |
---|
60 | version 1.0.7 |
---|
61 | - Plugin maintenance code converted to use PluginMaintain class (Piwigo 2.6). This addresses some inconsistencies in DB operations handling. |
---|
62 | |
---|
63 | version 1.0.6 |
---|
64 | - Fixed issue where size of the first thumb was not initialized when "Big Thumb" in Square mode is used |
---|
65 | |
---|
66 | version 1.0.5 |
---|
67 | + Admin: Metadata Display Mode extended to allow exclusion of Catalog Description from the Thumb content |
---|
68 | - Fixed issue with some js variables not being initialized when big thumb mode is used |
---|
69 | - Fixed issue when "Big Thumb" in Square mode does not keep size ratio |
---|
70 | |
---|
71 | version 1.0.4 |
---|
72 | + Merge thumbs for albums and images into one list before processing. |
---|
73 | This may conflict with Lightbox plugin if items are mixed |
---|
74 | + Full support for square thumbs |
---|
75 | + New overlay mode type - Overlay - on hover covers entire thumb. Metadata bottom left aligned |
---|
76 | + Admin: "Apply to album/image thumbs" options deprecated |
---|
77 | + Admin: New option "Normalize Image Title" - if enabled, images with Title matching File name would be shown as "Photo ID" |
---|
78 | - Remove second loader element from pages with album and image thumbs |
---|
79 | - Fixed issue with Stripped theme in photo lists due to different class structure |
---|
80 | |
---|
81 | version 1.0.3 |
---|
82 | + Added support for "Square" Scale thumbnails mode (experimental) |
---|
83 | - Fixed issue caption overlay partially visible in "stripped" theme |
---|
84 | |
---|
85 | version 1.0.2 |
---|
86 | - Fixed issue with save of "Scale thumbnails" settign |
---|
87 | |
---|
88 | version 1.0.1 |
---|
89 | - Fixed issue with plugin initialization procedure not being called on first activation |
---|
90 | - Removed debug mode from admin |
---|
91 | |
---|
92 | version 1.0 |
---|
93 | + initial release |
---|