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

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

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


Revision 1.126 - (show annotations) (download)
Tue Oct 13 08:38:52 2009 UTC (6 weeks, 5 days ago) by joachim
Branch: MAIN
Changes since 1.125: +2 -1 lines
File MIME type: text/plain
#602740 by Vin7: Fixed theme function to take $form by value.
1 // $Id: CHANGELOG.txt,v 1.125 2009/10/03 07:39:08 joachim Exp $
2
3 Image x.x-x.x, xxxx-xx-xx
4 ------------------------
5
6
7 Image 6.x-1.x, xxxx-xx-xx
8 -------------------------
9 #602740 by Vin7: Fixed theme function to take $form by value.
10 #592852 by joachim: Fixed SQL error when View attached images field is empty.
11 #579320 by joachim: Fixed link to node in attached images block.
12 #226121 by sp3boy: Fixed bad logic from previous patch to this issue.
13
14
15 Image 6.x-1.0-BETA3, 2009-09-13
16 -------------------------------
17 #567630 by joachim: Fixed bad call to url() on image gallery settings page.
18 #544970 by joachim: Added image attach views relationships.
19 #571434 by joachim: Fixed views gallery count label showing for empty galleries.
20 #569526 by 2noame: Fixed mistaken commit to image.module from #569258.
21 by joachim: Changed image attach CCK label to plural.
22 by joachim: Removed obsolete hook_help module description key.
23 #561686 by roderik: Fixed VARCHAR in image attach database update.
24 #569766 by patryk: Fixed views module not loaded in image gallery update.
25 #561362 by joachim: Fixed attached image CCK weight not being used.
26
27
28 Image 6.x-1.0-BETA2, 2009-09-05
29 -------------------------------
30 #564488 by joachim: Fixed missing variables in Views image gallery template.
31 #72579 by David Stosik: Added more granular permissions to image attach, and
32 fixed attaching images when 'Attach existing images' is disabled.
33 #445074 by joachim: Added a theme function for the attached images block.
34 #569334 by joachim: Fixed security issue with attached images Views field.
35 by joachim: Added messages for update functions.
36 #569258 by alanburke: Changed name of Gallery display to 'Gallery page'.
37 #569198 by David Stosik: Fixed selecting <None> in image attach inserting a 0
38 value into $node->iids. Update function cleans up any nonsense data this may
39 have created.
40 #565774 by alanburke: Fixed thickbox on galleries.
41 #561362 by David Stosik: Fixed attached image weights to hide if CCK present.
42 #357793 by joachim: Fixed update from 5 error due to old pre-5 {image} table.
43 #561832 by joachim: Fixed foreach on empty array in image attach node form.
44 #569138 by joachim: Moved image_attach_views_handlers() to inc file.
45 #567226 by joachim: Fixed attached images views field to handle multiple images.
46 #566642 by joachim: Fixed new default views not getting picked up by clearing
47 the view cache on update.
48 #207557 by Ibn al-Hazardous: Fixed update errors due to duplicate data in
49 Drupal 5 files table.
50 #568734 by David Stosik: Fixed escaping in update_sql queries in updates.
51 #568078 by joachim: Moved gallery page code to a new image_gallery.pages.inc.
52 #568078 by joachim: Moved admin code to a new image_gallery.admin.inc.
53 #567170 by joachim: Fixed wrong link on attached images on teasers.
54 #566040 by joachim: Changed formatting of 'None' in the attach form.
55
56
57 Image 6.x-1.0-BETA1, 2009-09-02
58 -------------------------------
59 #166145 by joachim: Fixed checking of image path on validation not form display.
60 #225014 by David Stosik: Added ability to import images into galleries
61 corresponding to the directory tree.
62 #226121 by joachim, sp3boy: Changed image derivative rebuilding so it doesn't
63 happen in admin and batch operations.
64 #564614 by joachim: Fixed un-t()'d image gallery count string.
65 #470720 by joachim: Fixed (again) Image Gallery vocabulary broken after
66 re-enabling the module.
67 #562810 by datune: Fixed error messages from updates on systems that don't have
68 the primary keys or indexes present.
69 #563988 by joachim: Fixed missing paging in image gallery default view.
70 #561686 by jandd: Fixed bad query in image_attach_update_6101().
71 #561854 by joachim: Fixed missing note about Views on gallery settings page.
72
73
74 Image 6.x-1.0-ALPHA6, 2009-08-27
75 --------------------------------
76 #405456 by joachim: Added views support for image gallery, including image
77 gallery style plugin in image module.
78 #454290 by joachim: Added image size argument to views support.
79 #555840 by blakehall: Changed theme_image_display() to allow override passed
80 attributes to override alt and title.
81 #81102 by maulwuff, greg.harvey, sp3boy, et al: Changed image attach to allow
82 attaching of multiple images.
83 #411568 by sp3boy: Fixed paths for derivatives to come from the original,
84 rather than default.
85 #426724 by joachim: Fixed image attach block not showing in block admin.
86 #226121 by joachim: Fixed derivative sizes should not be rebuilt in hook_load().
87 #44057 by sp3boy: Fixed tests broken by earlier #44057 commits.
88 #470720 by joachim, sun: Fixed Image Gallery vocabulary broken after re-enabling
89 the module.
90 #374423 by joachim: Fixed image_create_node_from() not checking image filesize.
91 #44057 by sun: Fixed return values of image_access().
92 by joachim: Code clean-up in Image gallery module.
93 by joachim: Added PHPdoc headers to functions in Image gallery module.
94 #518804 by joachim: Fixed image_attach field not linking to attaching node
95 or working with relationships.
96 #524646 by joachim: Changed hook_content_extra_fields() for Image Attach.
97 #44057 by pebosi: Changed permissions in Image module to match those in core.
98 #409974 by pebosi: Changed gallery permission from 'administer images' to
99 'administer image galleries'.
100 by joachim: Added PHPdoc headers to hooks in Image gallery module.
101 #539388 by joachim: Fixed lack of documentation in Image gallery module.
102 #543490 by joachim: Fixed wrong path in image_gallery_help().
103 #524646 by sun: Added hook_content_extra_fields() for Image Attach.
104 #360643 by Jose Reyero, sun: Added i18n support for sharing images between
105 translations.
106 #357488 by sun: Fixed gallery front image does not respect sort order.
107 #158805 by sun: Removed derivative image size rebuild messages.
108 #403044 by sun: Fixed PHP notice in image gallery when gallery is empty.
109
110
111 Image 6.x-1.0-ALPHA5, 2009-07-11
112 --------------------------------
113 #496076 by pebosi: Removed unused database query in image_attach.
114 #458882 by sun: Fixed image nodes are promoted to front page by default.
115 #455768 by sun: Fixed image_get_sizes() called but not loaded in .install file.
116 #220295 by joachim: Added Views 2 support.
117 #368505 by joachim: Added exposure of Image field to CCK.
118 #228886 by joachim: Fixed missing CSS class on unpublished attached images.
119 #256195 by dman, sun: Added invocation of hook_file_metadata() to Image Import.
120 #362818 by sun: Fixed validation/submission of Image Import settings form.
121 #298702 by sp3boy, smk-ka, sun: Fixed image uploads are not properly validated.
122 #225024 by sun: Fixed filepaths not always prefixed with file_directory_path().
123 #185081 by sun: Fixed image_file_download tries to transfer non-existing files.
124 #357890 by Robbie Sternenberg: Added dynamic expansion of image preset
125 configuration form to allow for more than 6 sizes.
126 #257743 by jandd, sun: Fixed upgrade error: Unknown column 'f.nid' query.
127 #361230 by justinrandell, sun: Fixed PHP notice if no original image exists.
128 #360170 by TwoD: Fixed hard-coded field name in Image attach views handler.
129 #243895 by Hetta: Fixed "selected file could not be copied" errors with
130 ImageMagick on some platforms.
131 #196844 by Hetta, sun: Fixed Image module help text.
132 #363211 by sun: Fixed help for image import settings not displayed.
133 #390008 by joachim, sun: Fixed inconsistent node mass-operation title.
134 #338159 by sun: Fixed improper table aliases in db queries for db_rewrite_sql().
135 #298644 by smk-ka, sun: Updated tests for SimpleTest 2.x.
136 #247738 by sun: Removed unused image_submit() function.
137 #360691 by sun: Fixed image/image_attach table index creation errors when
138 upgrading from 5.x-2.x.
139 #361874 by sun: Fixed Image Gallery uninstall fails if Taxonomy was disabled at
140 the same time.
141 #220281 by sun: Fixed empty width/height attributes in image tags if image size
142 detection failed.
143 #350511 by simon.males, sun: Added option to configure number of images for
144 latest/random image blocks.
145 #280197 by sun: Fixed 'image_default_path' variable must not have a trailing
146 slash.
147 #299250 by sun: Changed file upload description in image form.
148 #346289 by sun: Fixed missing primary key and index on image_attach table.
149 #105739 by sun: Removed colors from default style for image gallery images.
150 #134395 by sun: Fixed default list bullet style for image gallery images.
151 #234983 by sun: Performance: Improved image_gallery_page().
152 #288378 by smk-ka, mustafau, sun: Added primary key and index to image table.
153 #70396 by bibo, sun: Fixed node image size links are not localized.
154 #310693 by sun: Updated image_access() for 6.x.
155 #351552 by hass, sun: Changed Image Gallery's form submit button to "Save".
156 #196823 by sun: Removed "Rebuild derivatives" option from node/add form.
157 #310391 by pcorbett, sun: Fixed SQL server/PostGreSQL support for Image Attach.
158 #309872 by brenda003, sun: Fixed link to Image Import settings page.
159 #247433 by greenmother: Added Russian translation.
160

  ViewVC Help
Powered by ViewVC 1.1.2