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

  ViewVC Help
Powered by ViewVC 1.1.2