/[drupal]/contributions/modules/slideshow/CHANGELOG.txt
ViewVC logotype

Contents of /contributions/modules/slideshow/CHANGELOG.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.8 - (show annotations) (download)
Mon Dec 25 16:26:47 2006 UTC (2 years, 11 months ago) by timcn
Branch: MAIN
CVS Tags: DRUPAL-5--2-0, DRUPAL-5--2-0-c, DRUPAL-5--2-0-b, DRUPAL-5--2-0-a, DRUPAL-5--2-1, HEAD
Branch point for: DRUPAL-5--2, DRUPAL-6--2
Changes since 1.7: +26 -1 lines
File MIME type: text/plain
Massive update. See CHANGELOG.txt for more information
1 slideshow.module ($Id: CHANGELOG.txt,v 1.7 2006/11/12 12:33:28 timcn Exp $)
2
3 * 2.0 (2006-12-25)
4 - Slideshow module does no longer come with its own content type
5 - Existing slideshows are converted to a generic type named 'slideshow'
6 - Any post can now contain a slideshow: Enable slideshow for a content type
7 at Administer >> Content management >> Content types >> [content type]
8 - Slideshows can now configured more extensively:
9 - The image dimensions for each individual slideshow can be set
10 - The location for each individual slideshow can be set to:
11 - Above: The slideshow appears above the content
12 - Below: The slideshow appears below the content
13 - Tag: The slideshow appears within the content at the specified position
14 - The alignment of each individual slideshow can be set:
15 - Left: The slideshow is floated on the left side
16 - Right: The slideshow is floated on the right side
17 - Full width: The slideshow is centered with no text on either side
18 - If the user doesn't specify any settings for a slideshow, the global
19 default settings are used
20 - Modified the theme function a bit to use the new #type => slideshow format
21 - Removed the transition
22 - Slideshow images now reside in their own directory
23 - Images are now deleted and/or regenerated properly on any node update
24
25
26 * 1.2 (2006-12-09)
27 - Fixed an issue where multiple slideshows on a page didn't work correctly.
28
29 * 1.1 (2006-11-12)
30 - Fixed #97113 (Rename slideshow to Slideshow)
31 - Fixed #83928 (Formatted image not removed when pic is deleted)
32 - Update the info file
33 - Attachment count is no longer displayed on teaser pages when it is 0
34 - theme_slideshow() no longer uses url() as it is already validated in nodeapi
35 - Image size setting is now validated properly
36 - Added a class 'slideshow' to the HTML output for easier theming
37
38 * 1.0 (2006-09-14)
39 - ported the module to function with the latest HEAD version of Drupal
40 - the JavaScript does now use jQuery
41 - added an *.info file for the module description
42
43 * (2006-07-14)
44 - made slideshow appear on the content of the "create content" page
45 - changed the access functionality so that users without administration
46 privileges can add and/or edit slideshows
47 - added an *.install file
48 - the fieldset "File attachments" is now named "Images" and expanded by
49 default
50
51 * (2006-04-26)
52 - fixed a bug where images smaller then the maximum size weren't displayed
53
54 * (2006-04-24)
55 - fixed a bug with PHP 4
56
57 * (2006-04-19)
58 - initial version

  ViewVC Help
Powered by ViewVC 1.1.2