Version Description
- 20.09.2009 =
- Changed : Just change the feed link
Download this release
Release Info
Developer | alexrabe |
Plugin | NextGEN Gallery – WordPress Gallery Plugin |
Version | 1.3.6 |
Comparing to | |
See all releases |
Code changes from version 1.3.5 to 1.3.6
- admin/overview.php +1 -1
- changelog.txt +480 -482
- nggallery.php +2 -2
- readme.txt +489 -3
admin/overview.php
CHANGED
@@ -165,7 +165,7 @@ function ngg_overview_news(){
|
|
165 |
<div class="rss-widget">
|
166 |
<?php
|
167 |
// $rss = @fetch_rss('http://alexrabe.boelinger.com/?tag=nextgen-gallery&feed=rss2');
|
168 |
-
$rss = @fetch_rss('http://
|
169 |
|
170 |
if ( isset($rss->items) && 0 != count($rss->items) )
|
171 |
{
|
165 |
<div class="rss-widget">
|
166 |
<?php
|
167 |
// $rss = @fetch_rss('http://alexrabe.boelinger.com/?tag=nextgen-gallery&feed=rss2');
|
168 |
+
$rss = @fetch_rss('http://feeds.feedburner.com/alexrabe/');
|
169 |
|
170 |
if ( isset($rss->items) && 0 != count($rss->items) )
|
171 |
{
|
changelog.txt
CHANGED
@@ -1,485 +1,483 @@
|
|
1 |
NextGEN Gallery
|
2 |
by Alex Rabe & NextGEN DEV Team
|
3 |
|
4 |
-
V1.3.5 - 17.07.2009
|
5 |
-
|
6 |
-
|
7 |
-
V1.3.4 - 07.07.2009
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
V1.3.3 - 11.06.2009
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
V1.3.2 - 10.06.2009
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
V1.3.1 - 07.06.2009
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
V1.3.0 - 07.06.2009
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
V1.2.1 - 22.03.2009
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
V1.2.0 - 09.03.2009
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
V1.1.0 - 26.01.2009
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
V1.0.2 - 19.12.2008
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
V1.0.1 - 11.12.2008
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
V1.0.0 - 11.12.2008
|
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 |
-
|
333 |
-
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
-
|
338 |
-
|
339 |
-
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
-
|
345 |
-
|
346 |
-
|
347 |
-
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
|
361 |
-
|
362 |
-
|
363 |
-
|
364 |
-
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
-
|
371 |
-
|
372 |
-
|
373 |
-
|
374 |
-
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
|
379 |
-
|
380 |
-
|
381 |
-
|
382 |
-
|
383 |
-
|
384 |
-
|
385 |
-
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
-
|
390 |
-
|
391 |
-
|
392 |
-
|
393 |
-
|
394 |
-
|
395 |
-
|
396 |
-
|
397 |
-
|
398 |
-
|
399 |
-
|
400 |
-
|
401 |
-
|
402 |
-
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
|
410 |
-
|
411 |
-
|
412 |
-
|
413 |
-
|
414 |
-
|
415 |
-
|
416 |
-
|
417 |
-
|
418 |
-
|
419 |
-
|
420 |
-
|
421 |
-
|
422 |
-
|
423 |
-
|
424 |
-
|
425 |
-
|
426 |
-
|
427 |
-
|
428 |
-
|
429 |
-
|
430 |
-
|
431 |
-
|
432 |
-
|
433 |
-
|
434 |
-
|
435 |
-
|
436 |
-
|
437 |
-
|
438 |
-
|
439 |
-
|
440 |
-
|
441 |
-
|
442 |
-
|
443 |
-
|
444 |
-
|
445 |
-
|
446 |
-
|
447 |
-
|
448 |
-
|
449 |
-
|
450 |
-
|
451 |
-
|
452 |
-
|
453 |
-
|
454 |
-
|
455 |
-
|
456 |
-
|
457 |
-
|
458 |
-
|
459 |
-
|
460 |
-
|
461 |
-
|
462 |
-
|
463 |
-
|
464 |
-
|
465 |
-
|
466 |
-
|
467 |
-
|
468 |
-
|
469 |
-
|
470 |
-
|
471 |
-
|
472 |
-
|
473 |
-
|
474 |
-
|
475 |
-
|
476 |
-
|
477 |
-
|
478 |
-
|
479 |
-
|
480 |
-
|
481 |
-
|
482 |
-
|
483 |
-
|
484 |
-
- NEW : Core function
|
485 |
-
- NEW : Slideshow
|
1 |
NextGEN Gallery
|
2 |
by Alex Rabe & NextGEN DEV Team
|
3 |
|
4 |
+
= V1.3.5 - 17.07.2009 =
|
5 |
+
* Bugfix : Fixed XSS issue for Page title
|
6 |
+
|
7 |
+
= V1.3.4 - 07.07.2009 =
|
8 |
+
* Added : New filter ngg_gallery_object and ngg_image_object
|
9 |
+
* Bugfix : Fix double rendering of a gallery if two album shortcodes are used
|
10 |
+
* Bugfix : Fix for custom field ngg_gal_sort
|
11 |
+
* Bugfix : Changed capapbility check for upload
|
12 |
+
* Bugfix : Check for correct version OR memory limit
|
13 |
+
|
14 |
+
= V1.3.3 - 11.06.2009 =
|
15 |
+
* Changed : Load Thickbox images via wp_footer()
|
16 |
+
* Bugfix : Widget setting couldnot be saved
|
17 |
+
|
18 |
+
= V1.3.2 - 10.06.2009 =
|
19 |
+
* Changed : Resize maximum to 1280 x 1280 with nggshow (THX to onezero)
|
20 |
+
* Bugfix : Bugfix for Multifile upload
|
21 |
+
* Bugfix : Bugfix for sortorder under jQuery 1.3
|
22 |
+
* Bugfix : Workaround for more albums per page, need more rework
|
23 |
+
* Bugfix : AJAX reload didn't work if slideshow is shown by default
|
24 |
+
* Bugfix : Redirect links didn't work if permalinks are deactivates
|
25 |
+
* Bugfix : Add new gallery in manage-overview didn't use defaultpath
|
26 |
+
|
27 |
+
= V1.3.1 - 07.06.2009 =
|
28 |
+
* Bugfix : Fixed ZIP upload, wrong variable used
|
29 |
+
* Bugfix : Check for array before foreach in album missing
|
30 |
+
|
31 |
+
= V1.3.0 - 07.06.2009 =
|
32 |
+
* NEW : Subalbum support
|
33 |
+
* NEW : Search for images in the admin tab
|
34 |
+
* NEW : Add new gallery also in manage tab
|
35 |
+
* NEW : AJAX support for Imagebrowser and gallery navigation (THX to Anty)
|
36 |
+
* NEW : Added zip upload via URL (THX to Juan Jose Galvez)
|
37 |
+
* Added : jQuery Multiple File Upload Plugin v1.44
|
38 |
+
* Added : SWFUpload V2.2.0
|
39 |
+
* Changed : Remove extension for Alttext during first import
|
40 |
+
* Changed : Meta tag added via wp_head hook (THX to Viper)
|
41 |
+
* Bugfix : Correct various PHP notice messages
|
42 |
+
* Bugfix : Typo fix in custom fields for ngg_gal_ImageBrowser
|
43 |
+
* Bugfix : Avoid upload of images in gallery without correct capability
|
44 |
+
|
45 |
+
= V1.2.1 - 22.03.2009 =
|
46 |
+
* NEW : Support for IE8 Web Slices in widgets
|
47 |
+
* NEW : Add filter ngg_image_object
|
48 |
+
* Changed : Descending order in add gallery menu
|
49 |
+
* Bugfix : Exclude option didnT work for multi pages
|
50 |
+
* Bugfix : Check for correct capability in manage gallery
|
51 |
+
|
52 |
+
= V1.2.0 - 09.03.2009 =
|
53 |
+
* NEW : Support for image tag cloud with shortcode [tagcloud]
|
54 |
+
* NEW : Adding shortcode [recent max="7" template="filename" /] & [random max="7" template="filename" /] to show the most recent/random pictures (THX to Bernhard)
|
55 |
+
* NEW : Crop thumbnails manually (THX to Simone Fumagalli)
|
56 |
+
* NEW : Support for i18n with polyglot or qtrans plugin (THX to Boris Glumpler)
|
57 |
+
* NEW : Canonical meta link support
|
58 |
+
* Added : SWFUpload V2.2.0 B5
|
59 |
+
* Added : New memory limit check in upload screen
|
60 |
+
* Bugfix : Language typo fixes
|
61 |
+
* Bugfix : Admin Pagination fix
|
62 |
+
* Bugfix : Typo fix in widgets
|
63 |
+
* Bugfix : Init column script after document is ready
|
64 |
+
* Bugfix : htmlspecialchars() instead htmlentities() for links in the a href title description
|
65 |
+
* Bugfix : Upgrade routine didn't add sortorder to correct table (THX to Uwe)
|
66 |
+
* Bugfix : Correct shotcode in media upload tab
|
67 |
+
|
68 |
+
= V1.1.0 - 26.01.2009 =
|
69 |
+
* NEW : Pagination for album page via custom fields ('ngg_paged_Galleries')
|
70 |
+
* NEW : Support for fixed number of columns inside the gallery
|
71 |
+
* NEW : Added pagination for galleries and images in admin section
|
72 |
+
* NEW : New action hook after image is added to database, called 'ngg_added_new_image'
|
73 |
+
* NEW : New template for caption below images, called via [nggallery id=x template=caption]
|
74 |
+
* Added : SWFUpload V2.2.0 B4
|
75 |
+
* Changed : Rework of Manage image tables
|
76 |
+
* Changed : Move imagerotator.swf to wp-content/uploads
|
77 |
+
* Changed : Added a URL field to setup the path to the Imagerotator
|
78 |
+
* Changed : Add additional parameter to gallery object
|
79 |
+
* Changed : Load donators list external
|
80 |
+
* Bugfix : Style fixes for tables in IE7
|
81 |
+
* Bugfix : All albums code couldn't use the slideshow, query is empty for 0
|
82 |
+
* Bugfix : Htmlentities() for links in the a href title description
|
83 |
+
* Bugfix : Clean up mode for singlepic
|
84 |
+
* Bugfix : Typo in widget settings
|
85 |
+
|
86 |
+
= V1.0.2 - 19.12.2008 =
|
87 |
+
* Added : Option to enable/disable the MediaRSS Feed
|
88 |
+
* Added : For flash under FF3/WIN we should use outline: none;
|
89 |
+
* Added : Use sort order also for Media RSS
|
90 |
+
* Changed : Descending order for TinyMCE Editor
|
91 |
+
* Changed : Added screencolor flashvar as bgcolor for the flash slideshow
|
92 |
+
* Changed : Remove link to gallery in sidebar widget
|
93 |
+
* Bugfix : Check for empty gallery title and show name instead
|
94 |
+
* Bugfix : Album id=all / Album id=0 didn't show content
|
95 |
+
* Bugfix : Check for a empty description and alttext
|
96 |
+
* Bugfix : Remove HTML tags from slideshow
|
97 |
+
* Bugfix : Load SWFobject always when the imagerotator exist
|
98 |
+
* Bugfix : Zip-Upload in existing gallery failed
|
99 |
+
* Bugifx : Typo in functions.php (THX to David Horat)
|
100 |
+
|
101 |
+
= V1.0.1 - 11.12.2008 =
|
102 |
+
* Bugfix : Change upgrade routine, import_date_time could cause a memory problem
|
103 |
+
* Bugfix : Help pages will not show up in non-english enviroment
|
104 |
+
* Bugfix : Show gallery name if title is empty
|
105 |
+
|
106 |
+
= V1.0.0 - 11.12.2008 =
|
107 |
+
* NEW : Adding some rewrite rules for the Blog title for a better SEO (Will be continued...)
|
108 |
+
* NEW : Added ImageMagick support (currently a bit experimental) (THX to Frederic de Ranter)
|
109 |
+
* NEW : Automatic unistall via register_uninstall_hook()
|
110 |
+
* NEW : Added a presort option to sort easier the images
|
111 |
+
* NEW : Lookup for a nggallery.css in the theme folder
|
112 |
+
* NEW : Added Date/Time field to database and import it from EXIF, new sort option
|
113 |
+
* NEW : Multi Widgets to show links to Media RSS feeds (THX to Vincent Prat)
|
114 |
+
* NEW : PicLens support for galleries (THX to Vincent Prat)
|
115 |
+
* NEW : Copy/Move images between galleries (THX to Vincent Prat)
|
116 |
+
* NEW : Media RSS feeds (either for galleries, albums or global) (THX to Vincent Prat)
|
117 |
+
* NEW : Image tag management (THX to Vincent Prat)
|
118 |
+
* NEW : Convert all shortcodes to WP shortcodes API
|
119 |
+
* NEW : AJAX based thumbnail generator
|
120 |
+
* NEW : Create output via template files, more flexible and support for multiple templates
|
121 |
+
* NEW : Extended role system. Each gallery has now a author
|
122 |
+
* NEW : [thumb id="4,5,12,..."] shortcode. You can now insert thumbnails for one or more images (that are not necessarly inside the same gallery).
|
123 |
+
* Changed : Add swfupload 2.2.0. Support for Adobe Flash 10 upload
|
124 |
+
* Changed : Update all Admin pages for Wordpress 2.7 Admin UI
|
125 |
+
* Changed : New icon for TinyMCE and WP2.7 Menue from http://www.pinvoke.com/
|
126 |
+
* Changed : Move update message to admin.php
|
127 |
+
* Changed : Widgets are now core and doesn't need to be activate, rework as Multi Widgets
|
128 |
+
* Changed : Improved the gallery management page.
|
129 |
+
* Changed : Rename the filter 'ngg_create_gallery_thumbcode' to 'ngg_get_thumbcode'.
|
130 |
+
* Changed : Convert tags to WP-Taxonomy tables, no more need for ngg_tags, ngg_pic2tags
|
131 |
+
* Changed : Arrange manage fields in a new way
|
132 |
+
* Changed : Support now SSL
|
133 |
+
* Changed : Use JQuery UI instead of interface lib
|
134 |
+
* Changed : Updated to swfobject 2.1
|
135 |
+
* Changed : Rework of database queries and new central nggdb class
|
136 |
+
* Bugfix : Changed CSS for singlepic padding to margin
|
137 |
+
* Bugfix : Check for zero in Exif Focal Length
|
138 |
+
* Bugfix : Round instead inval for square thumbnails
|
139 |
+
* Removed : Do not longer check for myGallery folders
|
140 |
+
* Removed : Use now PclZip from WP Core
|
141 |
+
* Removed : Wordpress 2.1 - 2.3 files deleted
|
142 |
+
|
143 |
+
= V0.99 - 27.09.2008 =
|
144 |
+
* Changed : Included swfobject version 2.1
|
145 |
+
* Bugfix : Recognize the zip better
|
146 |
+
* Bugfix : Limit the length of the title in the media-upload
|
147 |
+
* Bugfix : Round instead inval for square thumbnails
|
148 |
+
|
149 |
+
= V0.98 - 15.07.2008 =
|
150 |
+
* Bugfix : Removed all whitespaces at EOF
|
151 |
+
|
152 |
+
= V0.97 - 10.07.2008 =
|
153 |
+
* Changed : Get new path contstant from WP2.6
|
154 |
+
* Changed : Minor updates for WP2.6
|
155 |
+
* Changed : Added new filters (THX to Vincent Prat)
|
156 |
+
* Removed : Revert singlepic wrapper, breaks validation
|
157 |
+
|
158 |
+
= V0.96 - 18.05.2008 =
|
159 |
+
* Changed : Use postbox for gallery settings
|
160 |
+
* Added : New filter function to add custom columns
|
161 |
+
* Bugfix : Fixed width for Thickbox in Manage gallery
|
162 |
+
* Bugfix : fixed width for media upload select box
|
163 |
+
* Bugfix : Remove <p> tag in singlepic regex
|
164 |
+
* Bugfix : Correct format of shutter speed
|
165 |
+
* Bugfix : Album name in Short code not useable
|
166 |
+
|
167 |
+
= V0.95 - 25.04.2008 =
|
168 |
+
* Bugfix : Correction in media-upload to fit with Wordpress 2.5.1
|
169 |
+
* Bugfix : Attribute_escape all objects in media-upload
|
170 |
+
* Bugfix : Correct sortorder for albums
|
171 |
+
* Bugfix : Typo correction (THX to Momo-I)
|
172 |
+
|
173 |
+
= V0.94 - 20.04.2008 =
|
174 |
+
* Added : New filter option ngg_create_gallery_link
|
175 |
+
* Changed : Reduce amount of DB queries in albums (Big THX to Alexandr Kindras)
|
176 |
+
* Changed : Revert wpautop priority change. Doesn't good for other plugins
|
177 |
+
|
178 |
+
= V0.93 - 12.04.2008 =
|
179 |
+
* Added : Select Full-Size or Singlepic in Media Upload
|
180 |
+
* Added : Check for minimum 8 MB Memory
|
181 |
+
* Changed : Priority from wpautop must be before gallery
|
182 |
+
* Bugfix : Added Screencolor to Widgets
|
183 |
+
* Bugfix : Clean CSS class in setup.php
|
184 |
+
* Bugfix : Change PHP short tag (Thx to Archedition)
|
185 |
+
* Bugfix : Remove tab.png from CSS (Thx to Frisco)
|
186 |
+
* Bugfix : Remove newline and encode quotes in Media-Upload (THX to Trip Mellinger)
|
187 |
+
|
188 |
+
= V0.92 - 30.03.2008 =
|
189 |
+
* Changed : Higher priority for filter in WP2.5 final
|
190 |
+
* Changed : Do not increase memory_limit with ini_set
|
191 |
+
* Added : Read EXIF field ImageDescription
|
192 |
+
|
193 |
+
= V0.91 - 24.03.2008 =
|
194 |
+
* Changed : Resample mode back to 3
|
195 |
+
* Changed : Add DIV "ngg-singlepic-wrapper" for SingelPic (THX to Travel-Junkie)
|
196 |
+
* Changed : Increase Tweakfactor for Memory Check
|
197 |
+
* Bugfix : Use admin.css only on NextGEN pages (THX tp Oliver)
|
198 |
+
* Bugfix : Updates widgets (V1.21) for ImageRotator 3.15
|
199 |
+
* Bugfix : Change order of rewrite rules for WP 2.5
|
200 |
+
* Bugfix : Include Dashboard CSS also for page "nextgen-gallery"
|
201 |
+
|
202 |
+
= V0.90 - 18.03.2008 =
|
203 |
+
* NEW : Sort order for images
|
204 |
+
* NEW : Updated style for Wp 2.5
|
205 |
+
* NEW : Media upload tab integration for WP 2.5
|
206 |
+
* Added : Change wp shortcode filter
|
207 |
+
* Added : TinyMCE V3 Button for WordPress 2.5
|
208 |
+
* Added : Singlepic center class
|
209 |
+
* Changed : New default parameter for ImageRotator 3.15
|
210 |
+
* Changed : By default enable metadata import
|
211 |
+
* Changed : Moved disable/enable flash setting to add gallery
|
212 |
+
* Changed : wpdb->escape gallerytag in nggfunctions
|
213 |
+
* Changed : Sort files after scan folder
|
214 |
+
* Changed : Check for filename during upload
|
215 |
+
* Changed : Remove jQuery plugin for navigation
|
216 |
+
* Changed : Remove myGallery import
|
217 |
+
* Changed : Resample mode default set to 5, causes problems at PHP 4.4.8 /PHP 5.2.4
|
218 |
+
* Bugfix : nggextractXML missing stripslashes
|
219 |
+
* Bugfix : P tags not closed in manage.php
|
220 |
+
* Bugfix : Remove " from singlepic class
|
221 |
+
* Bugfix : Rewrite rule for ImageBrowser added
|
222 |
+
|
223 |
+
= V0.83 - 14.02.2008 =
|
224 |
+
* Changed : New Interfaces.js from WP Core 2.5, for sortable bug under IE7
|
225 |
+
* Changed : Update to jQuery V1.2.2, deregister older version from WP
|
226 |
+
* Changed : Add ini_set 128MB for memory-limit
|
227 |
+
* Bugfix : SWFUpload Cookie Post_Params are overwritten , no upload possible
|
228 |
+
* Bugfix : WPMU options are not saved after installation
|
229 |
+
* Bugfix : Remove Flush rewrite rules during install
|
230 |
+
|
231 |
+
= V0.82 - 09.02.2008 =
|
232 |
+
* Bugfix : add_filter (searchnggallerytags) not proper included for some other plugins
|
233 |
+
|
234 |
+
= V0.81 - 04.02.2008 =
|
235 |
+
* Changed : Use stristr first to reduce CPU cycles (THX to Alakhnor)
|
236 |
+
* Changed : Flush Rewrites rules after option update
|
237 |
+
* Changed : Rework for folder check under Safe-Mode
|
238 |
+
* Bugfix : Check for array in get_option() (THX to Alessandro)
|
239 |
+
* Bugfix : Add Cookie to SWFUpload, show Error code included
|
240 |
+
* Bugfix : galShowOrder = Sildeshow at first didn't work
|
241 |
+
* Bugfix : Remove reference from ngg_getOnlyImages
|
242 |
+
|
243 |
+
= V0.80 - 02.02.2008 =
|
244 |
+
* NEW : SWFUpload integrated : Show upload progress and select multiple files in the file browser dialog.
|
245 |
+
* NEW : Progress bar for resize, watermark and thumbnail operation
|
246 |
+
* NEW : Import Meta data from images
|
247 |
+
* NEW : Show Meta data information
|
248 |
+
* NEW : Cache option for SinglePic
|
249 |
+
* NEW : Permalink support
|
250 |
+
* NEW : Custom fields support - Change the settings for each post/page
|
251 |
+
* Changed : Up to 10 Widgets, exclude galleries from random/recent images.
|
252 |
+
* Changed : Refactor permission check for Safe-Mode Check and mkdir/chmod
|
253 |
+
* Changed : Admin CSS in new folder/file for better structure
|
254 |
+
* Changed : Clean up folder structure
|
255 |
+
* Changed : Clean up code in manage.php, functions.php
|
256 |
+
* Changed : Moved several functions into nggAdmin Class (functions.php)
|
257 |
+
* Changed : Update to jQuery V1.1.4 (v1.2.1 causes problems with interface.js)
|
258 |
+
* Changed : Hide used galleries in album admin page
|
259 |
+
* Changed : Remove float in singlepic code and added class ngg-left , ngg-right (THX to Nathan Sylvain)
|
260 |
+
* Changed : Edit style setting (added new class .desc , THX to Sebastian)
|
261 |
+
* Changed : Check for galleryfolder instead name (THX to Luke Poland)
|
262 |
+
* Changed : Delete images per default
|
263 |
+
* Changed : Change CSS (ngg-album-compact) , remove width & height setting from code
|
264 |
+
* Bugfix : Fixed static front page problem
|
265 |
+
* Bugfix : Missing stripslashes & html_entity_decode
|
266 |
+
* Bugfix : Change Album CSS (THX to Thomas-DK)
|
267 |
+
* Bugfix : Watermark for GIF not correct supported
|
268 |
+
* Bugfix : Missing wp_nonce at setup page
|
269 |
+
* Bugfix : Add DIV in Slideshow link (for Safari & Opera)
|
270 |
+
* Added : Screencolor flashvar for JW Image Rotator 3.13 or higher
|
271 |
+
* Added : Set WP-CHARSET / COLLATE during installation
|
272 |
+
* Added : Updated to Pclzip.lib.php v2.6
|
273 |
+
* Added : CSS ID field for gallery & images
|
274 |
+
* WPMU : New site admin page (wpmu.php)
|
275 |
+
* WPMU : Integrated quota check
|
276 |
+
* WPMU : No update check
|
277 |
+
* WPMU : Remove edit style (THX to Kristin)
|
278 |
+
* WPMU : Remove uninstall button
|
279 |
+
* WPMU : Remove server settings
|
280 |
+
* WPMU : Gallery path set to blog.dir
|
281 |
+
* Added : Support for WPMU
|
282 |
+
|
283 |
+
= V0.74 - 01.12.2007 =
|
284 |
+
* NEW : Added meta reader class, first step to integrated meta data import
|
285 |
+
|
286 |
+
= V0.73 - 20.10.2007 =
|
287 |
+
* Added : Support for Shutter Reloaded
|
288 |
+
* Update to jQuery Tabs 2.7.4
|
289 |
+
* Changed : Remove $_SERVER['REQUEST_URI'] for IIS compatibility
|
290 |
+
* Bugfix : Option Sildeshow didn't jump to overview
|
291 |
+
|
292 |
+
= V0.72 - 13.09.2007 =
|
293 |
+
* Added : Missing overflow:hidden in ngg-album.css
|
294 |
+
* Added : New experimental stylesheet hovereffect.css
|
295 |
+
* Changed : Better check for memory limit in zip-files
|
296 |
+
* Bugfix : Missing stripslashes for alttext (THX to Lawrence)
|
297 |
+
* Bugfix : Navigation didn't highlight page 1 (THX to Brot)
|
298 |
+
* Bugfix : Albums automatic minimize if more than 4 galleries
|
299 |
+
* Bugfix : Missing check_admin_referer in style (THX again to Christopher)
|
300 |
+
|
301 |
+
= V0.71 - 07.09.2007 =
|
302 |
+
* Added : Add defer="defer" to Slideshow to avoid IE crash (THX to Simbo)
|
303 |
+
* Bugfix : Bugfix for slideshow to show all pictures
|
304 |
+
* Bugfix : Wrong check_admin_referer in albums (THX to Christopher)
|
305 |
+
* Bugfix : No exclude check in counter and widgets (THX to Christopher)
|
306 |
+
* Bugfix : Check for existing role (THX to Lost in Network)
|
307 |
+
* Bugfix : Label in roles are wrong (THX to Joern)
|
308 |
+
|
309 |
+
= V0.70 - 06.09.2007 =
|
310 |
+
* NEW : Add role manager page and capabilities
|
311 |
+
* NEW : Show gallery with [tags=list of tags]
|
312 |
+
* NEW : Show album with [albumtags=list of tags]
|
313 |
+
* NEW : Tag system for all images
|
314 |
+
* NEW : Option for append related images
|
315 |
+
* NEW : Option to show description below thumbnail
|
316 |
+
* NEW : Option to show ImageBrowser instead JS effect
|
317 |
+
* Added : Add Full size link to thickbox
|
318 |
+
* Added : Check for page/postid in tag processing
|
319 |
+
* Added : Sildeshow widget can now contain all images
|
320 |
+
* Added : Minimize/Maximize option for albums
|
321 |
+
* Added : Deregister jQuery V1.1.2 for WP2.2 (to use V1.1.3.1)
|
322 |
+
* Added : Integrate wp_nonce_field at all admin pages
|
323 |
+
* Changed : Update to Thickbox 3.1 + mods for NextGEN gallery
|
324 |
+
* Changed : Moved "clear:both" into class "ngg-clear" (THX to Gero)
|
325 |
+
* Changed : Switched from jQuery Interface to jQuery Tabs from Klaus Hartl
|
326 |
+
* Remove : Remove option for singlepic link
|
327 |
+
* Remove : Remove options for imagebrowser
|
328 |
+
* Bugfix : Most Recent image in Widget are wrong
|
329 |
+
* Bugfix : More XHTML valid , htmlspecialchars() after add_query_arg()
|
330 |
+
* Bugfix : Sanitize file name before upload
|
331 |
+
* Bugfix : Sanitize folder name (THX to Tom Fowler)
|
332 |
+
* Bugfix : Show title/alt in jQuery plugin (THX to Gregory Green)
|
333 |
+
* Bugfix : i18n support for Gallery tab
|
334 |
+
* Bugfix : Reduce memory-needs for plugin
|
335 |
+
* Bugfix : Typo/spelling correction
|
336 |
+
* Bugfix : Removed myGallery author from contribute list
|
337 |
+
|
338 |
+
= V0.64 - 31.07.2007 =
|
339 |
+
* Bugfix : Remove arrows in image browser text
|
340 |
+
* Bugfix : Include nggadmintab.php with dirname
|
341 |
+
* Bugfix : Zip-Upload under Mac > look for basename
|
342 |
+
|
343 |
+
= V0.63 - 10.07.2007 =
|
344 |
+
* NEW : You can now upload a zip file into a existing gallery
|
345 |
+
* Added : Remove subfolder in Zip-files
|
346 |
+
* Added : Show required memory for thumbnail creation
|
347 |
+
* Added : Updated to jQuery.multifile 1.22
|
348 |
+
* Added : Install-Upgrade for WordPress 2.3
|
349 |
+
* Bugfix : Supress unlink error message for thumbs
|
350 |
+
* Bugfix : Support upload of zip files from MAC
|
351 |
+
* Bugfix : Add Stripslash for image description
|
352 |
+
* Bugfix : Use for Singlepic not rel="Gallery name"
|
353 |
+
* Bugfix : Moved RSS/Snoopy includes into function
|
354 |
+
|
355 |
+
= V0.62 - 06.07.2007 =
|
356 |
+
* NEW : Import for myGallery
|
357 |
+
* Added : Updated to jQuery 1.1.3.1
|
358 |
+
* Bugfix : Check for memory_limit setting, otherwise pass the test
|
359 |
+
* Bugfix : Thumbcode not insert for nggDisplayRandomImages and nggDisplayRecentImages
|
360 |
+
|
361 |
+
= V0.61 - 29.06.2007 =
|
362 |
+
* Added : Forgot the file jquery.nextgen.pack.js and jquery.nextgen.js
|
363 |
+
|
364 |
+
= V0.60 - 27.06.2007 =
|
365 |
+
* NEW : Select a image from the Upload Tab
|
366 |
+
* NEW : Tag [imagebrowser=id] for a Inline Gallery Browser
|
367 |
+
* NEW : Show gallery without Subpages
|
368 |
+
* NEW : Manage gallery : Function "Add a new page"
|
369 |
+
* NEW : Manage gallery : Show/Hide thumbnails
|
370 |
+
* Added : Slideshow option : Watermark / Background music
|
371 |
+
* Added : Check for memory limit
|
372 |
+
* Added : Show actual memory usage in overview
|
373 |
+
* Added : Include function check in widget
|
374 |
+
* Added : Latest Sidebar widget from KeViN
|
375 |
+
* Added : Check for capability during installation
|
376 |
+
* Changed : Remove P Tag around gallery tags ( THX to the work from John Godley )
|
377 |
+
* Bugfix : Delete picture, check for pid
|
378 |
+
* Bugfix : admin/settings.php line #172: typos corrected (this=these,maxium=maximum). (THX to Helene D.)
|
379 |
+
* Bugfix : admin/settings.php line #311: missing </td> added. (THX to Helene D.)
|
380 |
+
|
381 |
+
= V0.52 - 31.05.2007 =
|
382 |
+
* Changed : Create better thubmnails in square mode (THX to Kees de Bruin)
|
383 |
+
* Changed : Again , fixed ratio create better thumbnails (Also for widescreen photos)
|
384 |
+
* Removed : Option "Resize image before cropping" removed and included in Create square thumbnail
|
385 |
+
* Bugfix : Scan folder for new picture didn't set exclude = 0
|
386 |
+
* Bugfix : If no option is checked in thumbnails, resize failed (THK to Joern Kretzschmar)
|
387 |
+
|
388 |
+
= V0.51 - 28.05.2007 =
|
389 |
+
* Bugfix : Thumbnail permission not set correct
|
390 |
+
* Bugfix : Folder permission check wrong
|
391 |
+
* Bugfix : Remove echo in album (THX to Lazy)
|
392 |
+
|
393 |
+
= V0.50 - 28.05.2007 =
|
394 |
+
* NEW : Select multiple files for upload (THX to Diego A., http://www.fyneworks.com)
|
395 |
+
* NEW : Sidebar widget contain now Slideshow, recent images and random images
|
396 |
+
* Added : New Option for Imagerotator 3.8 (Slow zoom effect)
|
397 |
+
* Added : Option for CDATA wrapper (not working proper)
|
398 |
+
* Added : Option for Thickbox Loading Image
|
399 |
+
* Added : CSS file for dKret2 (THK to Joern)
|
400 |
+
* Added : Better file permission check
|
401 |
+
* Changed : Fixed ratio create better thumbnails in portrait mode
|
402 |
+
* Changed : All jQuery scripts are now in "No Conflict" mode
|
403 |
+
* Changed : Script loading now via wp_enqueue_script
|
404 |
+
* Changed : Add constant values for folder/file permission
|
405 |
+
* Changed : Use description in <A href title>
|
406 |
+
* Bugfix : Remove wrong DIV tag in slideshow
|
407 |
+
* Bugfix : Tag [Slideshow=id,width,height] didn't work proper
|
408 |
+
* Bugfix : Name conflict in Album script (serialize) (THX to Die-Andis)
|
409 |
+
* Bugfix : Changed check for CSS activation
|
410 |
+
* Bugfix : Changed check for safe-mode (Don't ask)
|
411 |
+
|
412 |
+
= V0.43 - 20.05.2007 =
|
413 |
+
* Changed : Rename Thumbnail class to avoid php name collision
|
414 |
+
* Bugfix : Missing translation flag in setup
|
415 |
+
* Bugfix : Changed check for safe-mode
|
416 |
+
* Bugfix : Changed check for Zip-File
|
417 |
+
|
418 |
+
= V0.42 - 17.05.2007 =
|
419 |
+
* Bugfix : Float function for singlepic not integrated, sorry !
|
420 |
+
* Bugfix : Remove clear:both in widget
|
421 |
+
|
422 |
+
= V0.41 - 17.05.2007 =
|
423 |
+
* NEW : Sidebar widget from KeViN
|
424 |
+
* Update : Better album management for more galleries
|
425 |
+
* Update : Thickbox v3 integrated
|
426 |
+
* Added : Float selection for singlepic
|
427 |
+
* Added : CSS class for widget
|
428 |
+
* Added : CSS file for K2 theme
|
429 |
+
* Added : German translation (THX to Lazy)
|
430 |
+
* Added : Better check for safe-mode
|
431 |
+
* Added : CSS Class for single-pic : class="ngg-singlepic"
|
432 |
+
* Added : Option to resize image before cropping it (Setting reset of prior versions needed! Setup -> Reset Settings)
|
433 |
+
* Changed : Image quality by default 85% (THX to ArizonaGroovejet)
|
434 |
+
* Bugfix : Update wrong file when select other style
|
435 |
+
* Bugfix : Fixed Permalink in album (THX to Helene D.)
|
436 |
+
* Bugfix : Scan folder in empty gallery
|
437 |
+
* Bugfix : Swfobjects only added with Thickbox effect
|
438 |
+
* Bugfix : Umlauts are now handled correctly
|
439 |
+
|
440 |
+
= V0.40 - 29.04.2007 =
|
441 |
+
* NEW : TinyMCE Button integration
|
442 |
+
* Removed : CSS Style : remove width/height in album
|
443 |
+
|
444 |
+
= V0.39 - 28.04.2007 =
|
445 |
+
* Added : Set ORDER BY for gallery
|
446 |
+
* Bugfix : check now for Exclude != 1
|
447 |
+
* Bugfix : DB Query in function wrong
|
448 |
+
* Bugfix : DB exlude = DEFAULT '0'
|
449 |
+
* Bugfix : Scan folder in empty gallery
|
450 |
+
|
451 |
+
= V0.38 - 28.04.2007 =
|
452 |
+
* Bugfix : One time more remove get_settings :-)
|
453 |
+
* Bugfix : $_GET in Manage gallery
|
454 |
+
* Bugfix : exclude option
|
455 |
+
|
456 |
+
= V0.37 - 28.04.2007 =
|
457 |
+
* Bugfix : $_GET in Manage gallery
|
458 |
+
* Bugfix : update DB installation routine
|
459 |
+
|
460 |
+
= V0.36 - 26.04.2007 =
|
461 |
+
* Bugfix : Stupid PHP beginner failure in album management
|
462 |
+
|
463 |
+
= V0.35 - 26.04.2007 =
|
464 |
+
* Rework : Folder name can be flexible
|
465 |
+
* New option : Fullsize pic for Singlepic mode
|
466 |
+
* New option : Select show order
|
467 |
+
* Added : Check for WP2.1
|
468 |
+
* Added : Check for permission for default folder
|
469 |
+
* Bugfix : Remove get_settings
|
470 |
+
* Bugfix : Correction for Safe-Mode ON
|
471 |
+
* Bugfix : Set Default '0' for table album.sortorder
|
472 |
+
* Bugfix : Update sort order
|
473 |
+
|
474 |
+
= V0.34 - 24.04.2007 =
|
475 |
+
* Added : Add fix ration setting
|
476 |
+
* Added : Add language file file
|
477 |
+
* Bugfix : Change link in Album to get_bloginfo('wpurl')
|
478 |
+
* Bugfix : Album CSS file not loaded
|
479 |
+
|
480 |
+
= V0.33 - 23.04.2007 =
|
481 |
+
* NEW : Overview Page
|
482 |
+
* NEW : Core function
|
483 |
+
* NEW : Slideshow
|
|
|
|
nggallery.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: NextGEN Gallery
|
|
4 |
Plugin URI: http://alexrabe.boelinger.com/?page_id=80
|
5 |
Description: A NextGENeration Photo gallery for the Web 2.0.
|
6 |
Author: Alex Rabe
|
7 |
-
Version: 1.3.
|
8 |
|
9 |
Author URI: http://alexrabe.boelinger.com/
|
10 |
|
@@ -44,7 +44,7 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You
|
|
44 |
if (!class_exists('nggLoader')) {
|
45 |
class nggLoader {
|
46 |
|
47 |
-
var $version = '1.3.
|
48 |
var $dbversion = '1.3.1';
|
49 |
var $minium_WP = '2.7';
|
50 |
var $minium_WPMU = '2.7';
|
4 |
Plugin URI: http://alexrabe.boelinger.com/?page_id=80
|
5 |
Description: A NextGENeration Photo gallery for the Web 2.0.
|
6 |
Author: Alex Rabe
|
7 |
+
Version: 1.3.6
|
8 |
|
9 |
Author URI: http://alexrabe.boelinger.com/
|
10 |
|
44 |
if (!class_exists('nggLoader')) {
|
45 |
class nggLoader {
|
46 |
|
47 |
+
var $version = '1.3.6';
|
48 |
var $dbversion = '1.3.1';
|
49 |
var $minium_WP = '2.7';
|
50 |
var $minium_WPMU = '2.7';
|
readme.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
=== NextGEN Gallery ===
|
2 |
Contributors: Alex Rabe
|
3 |
Donate link: http://alexrabe.boelinger.com/donation/
|
4 |
-
Tags: photos,
|
5 |
Requires at least: 2.7
|
6 |
Stable tag: trunk
|
7 |
|
@@ -18,7 +18,7 @@ Important Links:
|
|
18 |
* <a href="http://alexrabe.boelinger.com/wordpress-plugins/nextgen-gallery/languages/" title="Translation and Language files">Language files</a>
|
19 |
* <a href="http://alexrabe.boelinger.com/wordpress-plugins/nextgen-gallery/changelog/" title="NextGEN Gallery Changelog">Changelog</a>
|
20 |
* <a href="http://alexrabe.boelinger.com/wordpress-plugins/nextgen-gallery/faq/" title="NextGEN Gallery FAQ">NextGEN Gallery FAQ</a>
|
21 |
-
* <a href="http://wordpress.org/tags/nextgen-gallery" title="Wordpress Support Forum">Support Forum</a>
|
22 |
|
23 |
= Features =
|
24 |
|
@@ -131,4 +131,490 @@ Example : http://nextgen.boelinger.com/albumtags/
|
|
131 |
|
132 |
**A further FAQ you can found here :** http://alexrabe.boelinger.com/wordpress-plugins/nextgen-gallery/faq/
|
133 |
|
134 |
-
**And at least request your question here :** http://alexrabe.boelinger.com/forums/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
=== NextGEN Gallery ===
|
2 |
Contributors: Alex Rabe
|
3 |
Donate link: http://alexrabe.boelinger.com/donation/
|
4 |
+
Tags: nextgen gallery,photos,flash,slideshow,images,gallery,media,admin,post,photo-albums,pictures,widgets,photo,picture,image,nextgen-gallery
|
5 |
Requires at least: 2.7
|
6 |
Stable tag: trunk
|
7 |
|
18 |
* <a href="http://alexrabe.boelinger.com/wordpress-plugins/nextgen-gallery/languages/" title="Translation and Language files">Language files</a>
|
19 |
* <a href="http://alexrabe.boelinger.com/wordpress-plugins/nextgen-gallery/changelog/" title="NextGEN Gallery Changelog">Changelog</a>
|
20 |
* <a href="http://alexrabe.boelinger.com/wordpress-plugins/nextgen-gallery/faq/" title="NextGEN Gallery FAQ">NextGEN Gallery FAQ</a>
|
21 |
+
* <a href="http://wordpress.org/tags/nextgen-gallery?forum_id=10" title="Wordpress Support Forum">Support Forum</a>
|
22 |
|
23 |
= Features =
|
24 |
|
131 |
|
132 |
**A further FAQ you can found here :** http://alexrabe.boelinger.com/wordpress-plugins/nextgen-gallery/faq/
|
133 |
|
134 |
+
**And at least request your question here :** http://alexrabe.boelinger.com/forums/
|
135 |
+
|
136 |
+
== Changelog ==
|
137 |
+
|
138 |
+
= V1.3.6 - 20.09.2009 =
|
139 |
+
* Changed : Just change the feed link
|
140 |
+
|
141 |
+
= V1.3.5 - 17.07.2009 =
|
142 |
+
* Bugfix : Fixed XSS issue for Page title
|
143 |
+
|
144 |
+
= V1.3.4 - 07.07.2009 =
|
145 |
+
* Added : New filter ngg_gallery_object and ngg_image_object
|
146 |
+
* Bugfix : Fix double rendering of a gallery if two album shortcodes are used
|
147 |
+
* Bugfix : Fix for custom field ngg_gal_sort
|
148 |
+
* Bugfix : Changed capapbility check for upload
|
149 |
+
* Bugfix : Check for correct version OR memory limit
|
150 |
+
|
151 |
+
= V1.3.3 - 11.06.2009 =
|
152 |
+
* Changed : Load Thickbox images via wp_footer()
|
153 |
+
* Bugfix : Widget setting couldnot be saved
|
154 |
+
|
155 |
+
= V1.3.2 - 10.06.2009 =
|
156 |
+
* Changed : Resize maximum to 1280 x 1280 with nggshow (THX to onezero)
|
157 |
+
* Bugfix : Bugfix for Multifile upload
|
158 |
+
* Bugfix : Bugfix for sortorder under jQuery 1.3
|
159 |
+
* Bugfix : Workaround for more albums per page, need more rework
|
160 |
+
* Bugfix : AJAX reload didn't work if slideshow is shown by default
|
161 |
+
* Bugfix : Redirect links didn't work if permalinks are deactivates
|
162 |
+
* Bugfix : Add new gallery in manage-overview didn't use defaultpath
|
163 |
+
|
164 |
+
= V1.3.1 - 07.06.2009 =
|
165 |
+
* Bugfix : Fixed ZIP upload, wrong variable used
|
166 |
+
* Bugfix : Check for array before foreach in album missing
|
167 |
+
|
168 |
+
= V1.3.0 - 07.06.2009 =
|
169 |
+
* NEW : Subalbum support
|
170 |
+
* NEW : Search for images in the admin tab
|
171 |
+
* NEW : Add new gallery also in manage tab
|
172 |
+
* NEW : AJAX support for Imagebrowser and gallery navigation (THX to Anty)
|
173 |
+
* NEW : Added zip upload via URL (THX to Juan Jose Galvez)
|
174 |
+
* Added : jQuery Multiple File Upload Plugin v1.44
|
175 |
+
* Added : SWFUpload V2.2.0
|
176 |
+
* Changed : Remove extension for Alttext during first import
|
177 |
+
* Changed : Meta tag added via wp_head hook (THX to Viper)
|
178 |
+
* Bugfix : Correct various PHP notice messages
|
179 |
+
* Bugfix : Typo fix in custom fields for ngg_gal_ImageBrowser
|
180 |
+
* Bugfix : Avoid upload of images in gallery without correct capability
|
181 |
+
|
182 |
+
= V1.2.1 - 22.03.2009 =
|
183 |
+
* NEW : Support for IE8 Web Slices in widgets
|
184 |
+
* NEW : Add filter ngg_image_object
|
185 |
+
* Changed : Descending order in add gallery menu
|
186 |
+
* Bugfix : Exclude option didnT work for multi pages
|
187 |
+
* Bugfix : Check for correct capability in manage gallery
|
188 |
+
|
189 |
+
= V1.2.0 - 09.03.2009 =
|
190 |
+
* NEW : Support for image tag cloud with shortcode [tagcloud]
|
191 |
+
* NEW : Adding shortcode [recent max="7" template="filename" /] & [random max="7" template="filename" /] to show the most recent/random pictures (THX to Bernhard)
|
192 |
+
* NEW : Crop thumbnails manually (THX to Simone Fumagalli)
|
193 |
+
* NEW : Support for i18n with polyglot or qtrans plugin (THX to Boris Glumpler)
|
194 |
+
* NEW : Canonical meta link support
|
195 |
+
* Added : SWFUpload V2.2.0 B5
|
196 |
+
* Added : New memory limit check in upload screen
|
197 |
+
* Bugfix : Language typo fixes
|
198 |
+
* Bugfix : Admin Pagination fix
|
199 |
+
* Bugfix : Typo fix in widgets
|
200 |
+
* Bugfix : Init column script after document is ready
|
201 |
+
* Bugfix : htmlspecialchars() instead htmlentities() for links in the a href title description
|
202 |
+
* Bugfix : Upgrade routine didn't add sortorder to correct table (THX to Uwe)
|
203 |
+
* Bugfix : Correct shotcode in media upload tab
|
204 |
+
|
205 |
+
= V1.1.0 - 26.01.2009 =
|
206 |
+
* NEW : Pagination for album page via custom fields ('ngg_paged_Galleries')
|
207 |
+
* NEW : Support for fixed number of columns inside the gallery
|
208 |
+
* NEW : Added pagination for galleries and images in admin section
|
209 |
+
* NEW : New action hook after image is added to database, called 'ngg_added_new_image'
|
210 |
+
* NEW : New template for caption below images, called via [nggallery id=x template=caption]
|
211 |
+
* Added : SWFUpload V2.2.0 B4
|
212 |
+
* Changed : Rework of Manage image tables
|
213 |
+
* Changed : Move imagerotator.swf to wp-content/uploads
|
214 |
+
* Changed : Added a URL field to setup the path to the Imagerotator
|
215 |
+
* Changed : Add additional parameter to gallery object
|
216 |
+
* Changed : Load donators list external
|
217 |
+
* Bugfix : Style fixes for tables in IE7
|
218 |
+
* Bugfix : All albums code couldn't use the slideshow, query is empty for 0
|
219 |
+
* Bugfix : Htmlentities() for links in the a href title description
|
220 |
+
* Bugfix : Clean up mode for singlepic
|
221 |
+
* Bugfix : Typo in widget settings
|
222 |
+
|
223 |
+
= V1.0.2 - 19.12.2008 =
|
224 |
+
* Added : Option to enable/disable the MediaRSS Feed
|
225 |
+
* Added : For flash under FF3/WIN we should use outline: none;
|
226 |
+
* Added : Use sort order also for Media RSS
|
227 |
+
* Changed : Descending order for TinyMCE Editor
|
228 |
+
* Changed : Added screencolor flashvar as bgcolor for the flash slideshow
|
229 |
+
* Changed : Remove link to gallery in sidebar widget
|
230 |
+
* Bugfix : Check for empty gallery title and show name instead
|
231 |
+
* Bugfix : Album id=all / Album id=0 didn't show content
|
232 |
+
* Bugfix : Check for a empty description and alttext
|
233 |
+
* Bugfix : Remove HTML tags from slideshow
|
234 |
+
* Bugfix : Load SWFobject always when the imagerotator exist
|
235 |
+
* Bugfix : Zip-Upload in existing gallery failed
|
236 |
+
* Bugifx : Typo in functions.php (THX to David Horat)
|
237 |
+
|
238 |
+
= V1.0.1 - 11.12.2008 =
|
239 |
+
* Bugfix : Change upgrade routine, import_date_time could cause a memory problem
|
240 |
+
* Bugfix : Help pages will not show up in non-english enviroment
|
241 |
+
* Bugfix : Show gallery name if title is empty
|
242 |
+
|
243 |
+
= V1.0.0 - 11.12.2008 =
|
244 |
+
* NEW : Adding some rewrite rules for the Blog title for a better SEO (Will be continued...)
|
245 |
+
* NEW : Added ImageMagick support (currently a bit experimental) (THX to Frederic de Ranter)
|
246 |
+
* NEW : Automatic unistall via register_uninstall_hook()
|
247 |
+
* NEW : Added a presort option to sort easier the images
|
248 |
+
* NEW : Lookup for a nggallery.css in the theme folder
|
249 |
+
* NEW : Added Date/Time field to database and import it from EXIF, new sort option
|
250 |
+
* NEW : Multi Widgets to show links to Media RSS feeds (THX to Vincent Prat)
|
251 |
+
* NEW : PicLens support for galleries (THX to Vincent Prat)
|
252 |
+
* NEW : Copy/Move images between galleries (THX to Vincent Prat)
|
253 |
+
* NEW : Media RSS feeds (either for galleries, albums or global) (THX to Vincent Prat)
|
254 |
+
* NEW : Image tag management (THX to Vincent Prat)
|
255 |
+
* NEW : Convert all shortcodes to WP shortcodes API
|
256 |
+
* NEW : AJAX based thumbnail generator
|
257 |
+
* NEW : Create output via template files, more flexible and support for multiple templates
|
258 |
+
* NEW : Extended role system. Each gallery has now a author
|
259 |
+
* NEW : [thumb id="4,5,12,..."] shortcode. You can now insert thumbnails for one or more images (that are not necessarly inside the same gallery).
|
260 |
+
* Changed : Add swfupload 2.2.0. Support for Adobe Flash 10 upload
|
261 |
+
* Changed : Update all Admin pages for Wordpress 2.7 Admin UI
|
262 |
+
* Changed : New icon for TinyMCE and WP2.7 Menue from http://www.pinvoke.com/
|
263 |
+
* Changed : Move update message to admin.php
|
264 |
+
* Changed : Widgets are now core and doesn't need to be activate, rework as Multi Widgets
|
265 |
+
* Changed : Improved the gallery management page.
|
266 |
+
* Changed : Rename the filter 'ngg_create_gallery_thumbcode' to 'ngg_get_thumbcode'.
|
267 |
+
* Changed : Convert tags to WP-Taxonomy tables, no more need for ngg_tags, ngg_pic2tags
|
268 |
+
* Changed : Arrange manage fields in a new way
|
269 |
+
* Changed : Support now SSL
|
270 |
+
* Changed : Use JQuery UI instead of interface lib
|
271 |
+
* Changed : Updated to swfobject 2.1
|
272 |
+
* Changed : Rework of database queries and new central nggdb class
|
273 |
+
* Bugfix : Changed CSS for singlepic padding to margin
|
274 |
+
* Bugfix : Check for zero in Exif Focal Length
|
275 |
+
* Bugfix : Round instead inval for square thumbnails
|
276 |
+
* Removed : Do not longer check for myGallery folders
|
277 |
+
* Removed : Use now PclZip from WP Core
|
278 |
+
* Removed : Wordpress 2.1 - 2.3 files deleted
|
279 |
+
|
280 |
+
= V0.99 - 27.09.2008 =
|
281 |
+
* Changed : Included swfobject version 2.1
|
282 |
+
* Bugfix : Recognize the zip better
|
283 |
+
* Bugfix : Limit the length of the title in the media-upload
|
284 |
+
* Bugfix : Round instead inval for square thumbnails
|
285 |
+
|
286 |
+
= V0.98 - 15.07.2008 =
|
287 |
+
* Bugfix : Removed all whitespaces at EOF
|
288 |
+
|
289 |
+
= V0.97 - 10.07.2008 =
|
290 |
+
* Changed : Get new path contstant from WP2.6
|
291 |
+
* Changed : Minor updates for WP2.6
|
292 |
+
* Changed : Added new filters (THX to Vincent Prat)
|
293 |
+
* Removed : Revert singlepic wrapper, breaks validation
|
294 |
+
|
295 |
+
= V0.96 - 18.05.2008 =
|
296 |
+
* Changed : Use postbox for gallery settings
|
297 |
+
* Added : New filter function to add custom columns
|
298 |
+
* Bugfix : Fixed width for Thickbox in Manage gallery
|
299 |
+
* Bugfix : fixed width for media upload select box
|
300 |
+
* Bugfix : Remove <p> tag in singlepic regex
|
301 |
+
* Bugfix : Correct format of shutter speed
|
302 |
+
* Bugfix : Album name in Short code not useable
|
303 |
+
|
304 |
+
= V0.95 - 25.04.2008 =
|
305 |
+
* Bugfix : Correction in media-upload to fit with Wordpress 2.5.1
|
306 |
+
* Bugfix : Attribute_escape all objects in media-upload
|
307 |
+
* Bugfix : Correct sortorder for albums
|
308 |
+
* Bugfix : Typo correction (THX to Momo-I)
|
309 |
+
|
310 |
+
= V0.94 - 20.04.2008 =
|
311 |
+
* Added : New filter option ngg_create_gallery_link
|
312 |
+
* Changed : Reduce amount of DB queries in albums (Big THX to Alexandr Kindras)
|
313 |
+
* Changed : Revert wpautop priority change. Doesn't good for other plugins
|
314 |
+
|
315 |
+
= V0.93 - 12.04.2008 =
|
316 |
+
* Added : Select Full-Size or Singlepic in Media Upload
|
317 |
+
* Added : Check for minimum 8 MB Memory
|
318 |
+
* Changed : Priority from wpautop must be before gallery
|
319 |
+
* Bugfix : Added Screencolor to Widgets
|
320 |
+
* Bugfix : Clean CSS class in setup.php
|
321 |
+
* Bugfix : Change PHP short tag (Thx to Archedition)
|
322 |
+
* Bugfix : Remove tab.png from CSS (Thx to Frisco)
|
323 |
+
* Bugfix : Remove newline and encode quotes in Media-Upload (THX to Trip Mellinger)
|
324 |
+
|
325 |
+
= V0.92 - 30.03.2008 =
|
326 |
+
* Changed : Higher priority for filter in WP2.5 final
|
327 |
+
* Changed : Do not increase memory_limit with ini_set
|
328 |
+
* Added : Read EXIF field ImageDescription
|
329 |
+
|
330 |
+
= V0.91 - 24.03.2008 =
|
331 |
+
* Changed : Resample mode back to 3
|
332 |
+
* Changed : Add DIV "ngg-singlepic-wrapper" for SingelPic (THX to Travel-Junkie)
|
333 |
+
* Changed : Increase Tweakfactor for Memory Check
|
334 |
+
* Bugfix : Use admin.css only on NextGEN pages (THX tp Oliver)
|
335 |
+
* Bugfix : Updates widgets (V1.21) for ImageRotator 3.15
|
336 |
+
* Bugfix : Change order of rewrite rules for WP 2.5
|
337 |
+
* Bugfix : Include Dashboard CSS also for page "nextgen-gallery"
|
338 |
+
|
339 |
+
= V0.90 - 18.03.2008 =
|
340 |
+
* NEW : Sort order for images
|
341 |
+
* NEW : Updated style for Wp 2.5
|
342 |
+
* NEW : Media upload tab integration for WP 2.5
|
343 |
+
* Added : Change wp shortcode filter
|
344 |
+
* Added : TinyMCE V3 Button for WordPress 2.5
|
345 |
+
* Added : Singlepic center class
|
346 |
+
* Changed : New default parameter for ImageRotator 3.15
|
347 |
+
* Changed : By default enable metadata import
|
348 |
+
* Changed : Moved disable/enable flash setting to add gallery
|
349 |
+
* Changed : wpdb->escape gallerytag in nggfunctions
|
350 |
+
* Changed : Sort files after scan folder
|
351 |
+
* Changed : Check for filename during upload
|
352 |
+
* Changed : Remove jQuery plugin for navigation
|
353 |
+
* Changed : Remove myGallery import
|
354 |
+
* Changed : Resample mode default set to 5, causes problems at PHP 4.4.8 /PHP 5.2.4
|
355 |
+
* Bugfix : nggextractXML missing stripslashes
|
356 |
+
* Bugfix : P tags not closed in manage.php
|
357 |
+
* Bugfix : Remove " from singlepic class
|
358 |
+
* Bugfix : Rewrite rule for ImageBrowser added
|
359 |
+
|
360 |
+
= V0.83 - 14.02.2008 =
|
361 |
+
* Changed : New Interfaces.js from WP Core 2.5, for sortable bug under IE7
|
362 |
+
* Changed : Update to jQuery V1.2.2, deregister older version from WP
|
363 |
+
* Changed : Add ini_set 128MB for memory-limit
|
364 |
+
* Bugfix : SWFUpload Cookie Post_Params are overwritten , no upload possible
|
365 |
+
* Bugfix : WPMU options are not saved after installation
|
366 |
+
* Bugfix : Remove Flush rewrite rules during install
|
367 |
+
|
368 |
+
= V0.82 - 09.02.2008 =
|
369 |
+
* Bugfix : add_filter (searchnggallerytags) not proper included for some other plugins
|
370 |
+
|
371 |
+
= V0.81 - 04.02.2008 =
|
372 |
+
* Changed : Use stristr first to reduce CPU cycles (THX to Alakhnor)
|
373 |
+
* Changed : Flush Rewrites rules after option update
|
374 |
+
* Changed : Rework for folder check under Safe-Mode
|
375 |
+
* Bugfix : Check for array in get_option() (THX to Alessandro)
|
376 |
+
* Bugfix : Add Cookie to SWFUpload, show Error code included
|
377 |
+
* Bugfix : galShowOrder = Sildeshow at first didn't work
|
378 |
+
* Bugfix : Remove reference from ngg_getOnlyImages
|
379 |
+
|
380 |
+
= V0.80 - 02.02.2008 =
|
381 |
+
* NEW : SWFUpload integrated : Show upload progress and select multiple files in the file browser dialog.
|
382 |
+
* NEW : Progress bar for resize, watermark and thumbnail operation
|
383 |
+
* NEW : Import Meta data from images
|
384 |
+
* NEW : Show Meta data information
|
385 |
+
* NEW : Cache option for SinglePic
|
386 |
+
* NEW : Permalink support
|
387 |
+
* NEW : Custom fields support - Change the settings for each post/page
|
388 |
+
* Changed : Up to 10 Widgets, exclude galleries from random/recent images.
|
389 |
+
* Changed : Refactor permission check for Safe-Mode Check and mkdir/chmod
|
390 |
+
* Changed : Admin CSS in new folder/file for better structure
|
391 |
+
* Changed : Clean up folder structure
|
392 |
+
* Changed : Clean up code in manage.php, functions.php
|
393 |
+
* Changed : Moved several functions into nggAdmin Class (functions.php)
|
394 |
+
* Changed : Update to jQuery V1.1.4 (v1.2.1 causes problems with interface.js)
|
395 |
+
* Changed : Hide used galleries in album admin page
|
396 |
+
* Changed : Remove float in singlepic code and added class ngg-left , ngg-right (THX to Nathan Sylvain)
|
397 |
+
* Changed : Edit style setting (added new class .desc , THX to Sebastian)
|
398 |
+
* Changed : Check for galleryfolder instead name (THX to Luke Poland)
|
399 |
+
* Changed : Delete images per default
|
400 |
+
* Changed : Change CSS (ngg-album-compact) , remove width & height setting from code
|
401 |
+
* Bugfix : Fixed static front page problem
|
402 |
+
* Bugfix : Missing stripslashes & html_entity_decode
|
403 |
+
* Bugfix : Change Album CSS (THX to Thomas-DK)
|
404 |
+
* Bugfix : Watermark for GIF not correct supported
|
405 |
+
* Bugfix : Missing wp_nonce at setup page
|
406 |
+
* Bugfix : Add DIV in Slideshow link (for Safari & Opera)
|
407 |
+
* Added : Screencolor flashvar for JW Image Rotator 3.13 or higher
|
408 |
+
* Added : Set WP-CHARSET / COLLATE during installation
|
409 |
+
* Added : Updated to Pclzip.lib.php v2.6
|
410 |
+
* Added : CSS ID field for gallery & images
|
411 |
+
* WPMU : New site admin page (wpmu.php)
|
412 |
+
* WPMU : Integrated quota check
|
413 |
+
* WPMU : No update check
|
414 |
+
* WPMU : Remove edit style (THX to Kristin)
|
415 |
+
* WPMU : Remove uninstall button
|
416 |
+
* WPMU : Remove server settings
|
417 |
+
* WPMU : Gallery path set to blog.dir
|
418 |
+
* Added : Support for WPMU
|
419 |
+
|
420 |
+
= V0.74 - 01.12.2007 =
|
421 |
+
* NEW : Added meta reader class, first step to integrated meta data import
|
422 |
+
|
423 |
+
= V0.73 - 20.10.2007 =
|
424 |
+
* Added : Support for Shutter Reloaded
|
425 |
+
* Update to jQuery Tabs 2.7.4
|
426 |
+
* Changed : Remove $_SERVER['REQUEST_URI'] for IIS compatibility
|
427 |
+
* Bugfix : Option Sildeshow didn't jump to overview
|
428 |
+
|
429 |
+
= V0.72 - 13.09.2007 =
|
430 |
+
* Added : Missing overflow:hidden in ngg-album.css
|
431 |
+
* Added : New experimental stylesheet hovereffect.css
|
432 |
+
* Changed : Better check for memory limit in zip-files
|
433 |
+
* Bugfix : Missing stripslashes for alttext (THX to Lawrence)
|
434 |
+
* Bugfix : Navigation didn't highlight page 1 (THX to Brot)
|
435 |
+
* Bugfix : Albums automatic minimize if more than 4 galleries
|
436 |
+
* Bugfix : Missing check_admin_referer in style (THX again to Christopher)
|
437 |
+
|
438 |
+
= V0.71 - 07.09.2007 =
|
439 |
+
* Added : Add defer="defer" to Slideshow to avoid IE crash (THX to Simbo)
|
440 |
+
* Bugfix : Bugfix for slideshow to show all pictures
|
441 |
+
* Bugfix : Wrong check_admin_referer in albums (THX to Christopher)
|
442 |
+
* Bugfix : No exclude check in counter and widgets (THX to Christopher)
|
443 |
+
* Bugfix : Check for existing role (THX to Lost in Network)
|
444 |
+
* Bugfix : Label in roles are wrong (THX to Joern)
|
445 |
+
|
446 |
+
= V0.70 - 06.09.2007 =
|
447 |
+
* NEW : Add role manager page and capabilities
|
448 |
+
* NEW : Show gallery with [tags=list of tags]
|
449 |
+
* NEW : Show album with [albumtags=list of tags]
|
450 |
+
* NEW : Tag system for all images
|
451 |
+
* NEW : Option for append related images
|
452 |
+
* NEW : Option to show description below thumbnail
|
453 |
+
* NEW : Option to show ImageBrowser instead JS effect
|
454 |
+
* Added : Add Full size link to thickbox
|
455 |
+
* Added : Check for page/postid in tag processing
|
456 |
+
* Added : Sildeshow widget can now contain all images
|
457 |
+
* Added : Minimize/Maximize option for albums
|
458 |
+
* Added : Deregister jQuery V1.1.2 for WP2.2 (to use V1.1.3.1)
|
459 |
+
* Added : Integrate wp_nonce_field at all admin pages
|
460 |
+
* Changed : Update to Thickbox 3.1 + mods for NextGEN gallery
|
461 |
+
* Changed : Moved "clear:both" into class "ngg-clear" (THX to Gero)
|
462 |
+
* Changed : Switched from jQuery Interface to jQuery Tabs from Klaus Hartl
|
463 |
+
* Remove : Remove option for singlepic link
|
464 |
+
* Remove : Remove options for imagebrowser
|
465 |
+
* Bugfix : Most Recent image in Widget are wrong
|
466 |
+
* Bugfix : More XHTML valid , htmlspecialchars() after add_query_arg()
|
467 |
+
* Bugfix : Sanitize file name before upload
|
468 |
+
* Bugfix : Sanitize folder name (THX to Tom Fowler)
|
469 |
+
* Bugfix : Show title/alt in jQuery plugin (THX to Gregory Green)
|
470 |
+
* Bugfix : i18n support for Gallery tab
|
471 |
+
* Bugfix : Reduce memory-needs for plugin
|
472 |
+
* Bugfix : Typo/spelling correction
|
473 |
+
* Bugfix : Removed myGallery author from contribute list
|
474 |
+
|
475 |
+
= V0.64 - 31.07.2007 =
|
476 |
+
* Bugfix : Remove arrows in image browser text
|
477 |
+
* Bugfix : Include nggadmintab.php with dirname
|
478 |
+
* Bugfix : Zip-Upload under Mac > look for basename
|
479 |
+
|
480 |
+
= V0.63 - 10.07.2007 =
|
481 |
+
* NEW : You can now upload a zip file into a existing gallery
|
482 |
+
* Added : Remove subfolder in Zip-files
|
483 |
+
* Added : Show required memory for thumbnail creation
|
484 |
+
* Added : Updated to jQuery.multifile 1.22
|
485 |
+
* Added : Install-Upgrade for WordPress 2.3
|
486 |
+
* Bugfix : Supress unlink error message for thumbs
|
487 |
+
* Bugfix : Support upload of zip files from MAC
|
488 |
+
* Bugfix : Add Stripslash for image description
|
489 |
+
* Bugfix : Use for Singlepic not rel="Gallery name"
|
490 |
+
* Bugfix : Moved RSS/Snoopy includes into function
|
491 |
+
|
492 |
+
= V0.62 - 06.07.2007 =
|
493 |
+
* NEW : Import for myGallery
|
494 |
+
* Added : Updated to jQuery 1.1.3.1
|
495 |
+
* Bugfix : Check for memory_limit setting, otherwise pass the test
|
496 |
+
* Bugfix : Thumbcode not insert for nggDisplayRandomImages and nggDisplayRecentImages
|
497 |
+
|
498 |
+
= V0.61 - 29.06.2007 =
|
499 |
+
* Added : Forgot the file jquery.nextgen.pack.js and jquery.nextgen.js
|
500 |
+
|
501 |
+
= V0.60 - 27.06.2007 =
|
502 |
+
* NEW : Select a image from the Upload Tab
|
503 |
+
* NEW : Tag [imagebrowser=id] for a Inline Gallery Browser
|
504 |
+
* NEW : Show gallery without Subpages
|
505 |
+
* NEW : Manage gallery : Function "Add a new page"
|
506 |
+
* NEW : Manage gallery : Show/Hide thumbnails
|
507 |
+
* Added : Slideshow option : Watermark / Background music
|
508 |
+
* Added : Check for memory limit
|
509 |
+
* Added : Show actual memory usage in overview
|
510 |
+
* Added : Include function check in widget
|
511 |
+
* Added : Latest Sidebar widget from KeViN
|
512 |
+
* Added : Check for capability during installation
|
513 |
+
* Changed : Remove P Tag around gallery tags ( THX to the work from John Godley )
|
514 |
+
* Bugfix : Delete picture, check for pid
|
515 |
+
* Bugfix : admin/settings.php line #172: typos corrected (this=these,maxium=maximum). (THX to Helene D.)
|
516 |
+
* Bugfix : admin/settings.php line #311: missing </td> added. (THX to Helene D.)
|
517 |
+
|
518 |
+
= V0.52 - 31.05.2007 =
|
519 |
+
* Changed : Create better thubmnails in square mode (THX to Kees de Bruin)
|
520 |
+
* Changed : Again , fixed ratio create better thumbnails (Also for widescreen photos)
|
521 |
+
* Removed : Option "Resize image before cropping" removed and included in Create square thumbnail
|
522 |
+
* Bugfix : Scan folder for new picture didn't set exclude = 0
|
523 |
+
* Bugfix : If no option is checked in thumbnails, resize failed (THK to Joern Kretzschmar)
|
524 |
+
|
525 |
+
= V0.51 - 28.05.2007 =
|
526 |
+
* Bugfix : Thumbnail permission not set correct
|
527 |
+
* Bugfix : Folder permission check wrong
|
528 |
+
* Bugfix : Remove echo in album (THX to Lazy)
|
529 |
+
|
530 |
+
= V0.50 - 28.05.2007 =
|
531 |
+
* NEW : Select multiple files for upload (THX to Diego A., http://www.fyneworks.com)
|
532 |
+
* NEW : Sidebar widget contain now Slideshow, recent images and random images
|
533 |
+
* Added : New Option for Imagerotator 3.8 (Slow zoom effect)
|
534 |
+
* Added : Option for CDATA wrapper (not working proper)
|
535 |
+
* Added : Option for Thickbox Loading Image
|
536 |
+
* Added : CSS file for dKret2 (THK to Joern)
|
537 |
+
* Added : Better file permission check
|
538 |
+
* Changed : Fixed ratio create better thumbnails in portrait mode
|
539 |
+
* Changed : All jQuery scripts are now in "No Conflict" mode
|
540 |
+
* Changed : Script loading now via wp_enqueue_script
|
541 |
+
* Changed : Add constant values for folder/file permission
|
542 |
+
* Changed : Use description in <A href title>
|
543 |
+
* Bugfix : Remove wrong DIV tag in slideshow
|
544 |
+
* Bugfix : Tag [Slideshow=id,width,height] didn't work proper
|
545 |
+
* Bugfix : Name conflict in Album script (serialize) (THX to Die-Andis)
|
546 |
+
* Bugfix : Changed check for CSS activation
|
547 |
+
* Bugfix : Changed check for safe-mode (Don't ask)
|
548 |
+
|
549 |
+
= V0.43 - 20.05.2007 =
|
550 |
+
* Changed : Rename Thumbnail class to avoid php name collision
|
551 |
+
* Bugfix : Missing translation flag in setup
|
552 |
+
* Bugfix : Changed check for safe-mode
|
553 |
+
* Bugfix : Changed check for Zip-File
|
554 |
+
|
555 |
+
= V0.42 - 17.05.2007 =
|
556 |
+
* Bugfix : Float function for singlepic not integrated, sorry !
|
557 |
+
* Bugfix : Remove clear:both in widget
|
558 |
+
|
559 |
+
= V0.41 - 17.05.2007 =
|
560 |
+
* NEW : Sidebar widget from KeViN
|
561 |
+
* Update : Better album management for more galleries
|
562 |
+
* Update : Thickbox v3 integrated
|
563 |
+
* Added : Float selection for singlepic
|
564 |
+
* Added : CSS class for widget
|
565 |
+
* Added : CSS file for K2 theme
|
566 |
+
* Added : German translation (THX to Lazy)
|
567 |
+
* Added : Better check for safe-mode
|
568 |
+
* Added : CSS Class for single-pic : class="ngg-singlepic"
|
569 |
+
* Added : Option to resize image before cropping it (Setting reset of prior versions needed! Setup -> Reset Settings)
|
570 |
+
* Changed : Image quality by default 85% (THX to ArizonaGroovejet)
|
571 |
+
* Bugfix : Update wrong file when select other style
|
572 |
+
* Bugfix : Fixed Permalink in album (THX to Helene D.)
|
573 |
+
* Bugfix : Scan folder in empty gallery
|
574 |
+
* Bugfix : Swfobjects only added with Thickbox effect
|
575 |
+
* Bugfix : Umlauts are now handled correctly
|
576 |
+
|
577 |
+
= V0.40 - 29.04.2007 =
|
578 |
+
* NEW : TinyMCE Button integration
|
579 |
+
* Removed : CSS Style : remove width/height in album
|
580 |
+
|
581 |
+
= V0.39 - 28.04.2007 =
|
582 |
+
* Added : Set ORDER BY for gallery
|
583 |
+
* Bugfix : check now for Exclude != 1
|
584 |
+
* Bugfix : DB Query in function wrong
|
585 |
+
* Bugfix : DB exlude = DEFAULT '0'
|
586 |
+
* Bugfix : Scan folder in empty gallery
|
587 |
+
|
588 |
+
= V0.38 - 28.04.2007 =
|
589 |
+
* Bugfix : One time more remove get_settings :-)
|
590 |
+
* Bugfix : $_GET in Manage gallery
|
591 |
+
* Bugfix : exclude option
|
592 |
+
|
593 |
+
= V0.37 - 28.04.2007 =
|
594 |
+
* Bugfix : $_GET in Manage gallery
|
595 |
+
* Bugfix : update DB installation routine
|
596 |
+
|
597 |
+
= V0.36 - 26.04.2007 =
|
598 |
+
* Bugfix : Stupid PHP beginner failure in album management
|
599 |
+
|
600 |
+
= V0.35 - 26.04.2007 =
|
601 |
+
* Rework : Folder name can be flexible
|
602 |
+
* New option : Fullsize pic for Singlepic mode
|
603 |
+
* New option : Select show order
|
604 |
+
* Added : Check for WP2.1
|
605 |
+
* Added : Check for permission for default folder
|
606 |
+
* Bugfix : Remove get_settings
|
607 |
+
* Bugfix : Correction for Safe-Mode ON
|
608 |
+
* Bugfix : Set Default '0' for table album.sortorder
|
609 |
+
* Bugfix : Update sort order
|
610 |
+
|
611 |
+
= V0.34 - 24.04.2007 =
|
612 |
+
* Added : Add fix ration setting
|
613 |
+
* Added : Add language file file
|
614 |
+
* Bugfix : Change link in Album to get_bloginfo('wpurl')
|
615 |
+
* Bugfix : Album CSS file not loaded
|
616 |
+
|
617 |
+
= V0.33 - 23.04.2007 =
|
618 |
+
* NEW : Overview Page
|
619 |
+
* NEW : Core function
|
620 |
+
* NEW : Slideshow
|