-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
332 lines (204 loc) · 7.2 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
stripped theme for Piwigo
-------------------------------------------------------------------------------
Author : Julien Capitaine (Zaphod on Piwigo forums)
stripped theme is designed as a simple, clean theme, in order to focus on the images.
This theme comes with 3 different styles (original, black, white) and several options are available on the configuration page.
(Admin/Configuration/Themes -> stripped Configuration)
It includes an automatic image sizing to be able view the whole image even on small screens,
and an image preloading system to permit faster browsing.
It is originally based on "simple black" theme by Saïmon <[email protected]>,
and has been influenced by Gally theme (by Grum) and Luciano Amodio theme
(by P@t and AdamQuadmon).
Thanks to the authors!
Licence
-------
"stripped" theme for Piwigo 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 Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>.
Changelog
---------
*** version 2.5.1
- better compat for 2.6
*** version 2.5.0
- updated for 2.6
*** version 2.4.3
- several corrections in code
- add link to switch to mobile display as in default theme
- language updates
*** version 2.4.2
- multiple corrections for Piwigo 2.5 compatibility & language updates
*** version 2.4.1
- bug correction
*** version 2.4.0
- update for 2.5:
--website for comments
--ajax loader and thumbnails icons
--navigation bar updated
*** version 2.3.2
- language updates
*** version 2.3.1
- bug fix (error when editing comments)
- integration of info_errors.tpl
- language updates
*** version 2.3.0
- new option to choose to activate the HD picture lightbox
- bug fixes & language updates
*** version 2.2.7
- bugfixes with multisize support
- improved compatibility with PWG Stuffs + RV Maps & Earth plugins
- languages updates
*** version 2.2.6
- slideshow bug correction
*** version 2.2.5
- upgrade bug correction
*** version 2.2.4
- bugfix for comments
- several new languages & language updates
*** version 2.2.3
- several language updates
*** version 2.2.2
- rating score fix
- link to album on image
- new language (thanks to the translator)
*** version 2.2.1
- first version for Piwigo 2.4
- new languages (thanks to all translators)
*** version 2.2.0.bta3
- betatest version for Piwigo 2.4
*** version 2.1.4
- bug fix on picture page with very long album names
*** version 2.1.3
- bug fix on picture page for black & white styles (when using banner or posting comment)
*** version 2.1.2
- lot of language updates, thanks to all translators
*** version 2.1.1
- new translation
- bug fix on picture page
*** version 2.1.0
- new options to choose album layout (it is now possible to display album descriptions)
- menu is now available on all pages (except on image page)
- several bug fixes
*** version 2.0.4
- several small bug fixes
*** version 2.0.3
- bug fix: images were not displayed if autosize set to off.
- small changes in comment actions display & compatiblity with reply-to plugin
*** version 2.0.2
- bug fix for navigation arrows on image
*** version 2.0.1
- bug fix for IE6-7
- bug fix with image prelod
*** version 2.0.0
- this is a major upgrade, be careful if you use child themes or numerous plugins.
- 3 styles are now available: original, black, white.
- frames around thumbnails are now optional.
- navigation arrows can be on picture or outside picture.
- several new other options on configuration page.
- navigation thumbnails are not available anymore.
*** version 1.5.7 (piwigo 2.2) & version 1.5.8 (piwigo 2.3)
- bug fix with some translations
*** version 1.5.5 (piwigo 2.2) & version 1.5.6 (piwigo 2.3)
- bug fix for IE6-7
*** version 1.5.4
- bug fix for IE6-7
*** version 1.5.4
- bug correction (missing icon)
*** version 1.5.3
- now really compatible with Piwigo 2.3
(jQuery 1.6 issue)
*** version 1.5.2
- fully compatible with Piwigo 2.3
*** version 1.5.1
- bug correction on HD picture display
*** version 1.5.0
- new option: preload images (from 1 to 10 images)
- new option to choose HD display mode (fit to screen / 1:1)
- some minor layout changes
- bug correction
*** version 1.4.4
- new option to choose default tab to be displayed
- corrected display bug with long descriptions
*** version 1.4.3
- bug correction
*** version 1.4.2
- minor layout adjustments
- sqlite compatibility
*** version 1.4.1
- corrected a bug with HD shadowbox
*** version 1.4.0
- tables not in html code anymore thanks to flop25
- new HD picture link
*** version 1.3.12
- minor bug corrections
- new translations
*** version 1.3.11
- improved compatibility with user tags plugin
*** version 1.3.10
- minor bug corrections
*** version 1.3.9
- fixed issue with category description
- fixed issue with ratings
- new option to display thumbnail legend
- improved compatibility with downloadmulti
- minor bug corrections
*** version 1.3.8
- new translation
*** version 1.3.7
- new option to force text to lowercase (checked by default)
- bug correction with copy/paste in login fields with Google Chrome
*** version 1.3.6
- new translation
*** version 1.3.5
- bug correction in register.tpl
- favicon updated
*** version 1.3.4
- use of default header.tpl (specific config is moved to local_head.tpl)
*** version 1.3.3
- bug correction in footer.tpl
*** version 1.3.2
- minor bug correction
*** version 1.3.1
- add autoupgrade for new config system
*** version 1.3.0
- compatibility with Piwigo 2.2
- new configuration system working with DB instead of config file
- navigation arrows replace navigation thumbnails (thumbnails are still available as an option)
*** version 1.2.2
- modification of scripts-tpp.js for DynamicSize
*** version 1.2.1
- new translations
*** version 1.2.0
- improved compatibility with User Tags plugin
- some minor layout changes
- bug correction when rating with firefox
- add an option on configuration page to show/hide menu by default
*** version 1.1.0
- picture navbuttons moved into the title bar
- increased size of prev/next thumbnail zone on picture page
- picture icons and thumbnail arrows replaced by png stripes
- improved compatibility with Internet Explorer 6 (centered thumbnails)
*** version 1.0.2
- minor layout changes
- improved compatibility with Internet Explorer
*** version 1.0.1
- add exif metadata tab
- fix problem with thumbnails bigger than 128px
- improved compatibility with Language switch plugin
*** version 1.0.0
- several interface enhancements
- minor bugs correction
- improved compatibility with GMaps plugin
- improved compatibility with RV Maps&Earth plugin
- improved compatibility with Look_like_gbo2
- improved compatibility with Autosize plugin
- improved compatibility with HD Shadowbox plugin
- improved compatibility with PaMOOramics plugin
- improved compatibility with Panoramas plugin
- improved compatibility with Internet Explorer 6 & 7
*** version 0.1.0
- first version