| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 // $Id: CHANGELOG.txt,v 1.144.2.32 2010/12/22 00:09:59 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 10 11 Image 6.x-1.1, 2010-12-22 12 ------------------------- 13 by sun: Fixed output of image gallery title. 14 15 16 Image 6.x-1.0, 2010-10-14 17 ------------------------- 18 #933612 by joachim: Fixed image gallery term titles to pass W3C validation. 19 #875114 by joachim: Fixed missing description field in gallery terms view. 20 #929868 by joachim: Fixed undefined variable error in 21 theme_image_attach_attached_images(). 22 #925122 by joachim: Fixed missing default attributes key in theme function. 23 #925098 by joachim: Fixed views classes variable not defined in gallery terms 24 style plugin template. 25 #747900 by Karlheinz, joachim, sun: Fixed warning when no images are attached. 26 #916128 by joachim: Fixed undefined variable error in image_attach_validate(). 27 #910370 by jonathan1055: Fixed attached image not shown for teaser in preview. 28 #575790 by mokko: Fixed CSS for galleries to work on IE*. 29 30 31 Image 6.x-1.0-BETA6, 2010-08-25 32 ------------------------- 33 #207557 by joachim: (Revisited) Fixed update errors due to duplicate data in 34 Drupal 5 files table. 35 #892816 by joachim: Fixed attached image limit not checked if new image 36 uploaded with the node save button. 37 #867386 by joachim: (Followup) Fixed remaining checks for 'Attach' button. 38 #790670 by skyredwang: Changed error message for image attach maximum. 39 #888578 by Agileware: Fixed block passing empty param to theme function. 40 #883338 by joachim: Fixed direct calling of hook_file_download() implementation. 41 #867386 by sun: Changed image attach form's 'Attach' button to 'Upload'. 42 #868442 by sun, joachim: Code clean-up. 43 #824324 by jonathan1055: Fixed theme function allowing duplicate ALT and TITLE 44 in IMG tag. 45 #642052 by joachim: Fixed schema mis-match introduced by image_update_5200(). 46 #649384 by sp3boy: Fixed gallery thumbnail HTML to pass W3C validation. 47 #825130 by joachim: Fixed image attach Views field showing only last attached 48 image per node. 49 #412288 by joachim: (Continued) Changed structure of theming functions for 50 attached images, this time with Views support. 51 #841680 by dman: Fixed inappropriate inspection of submitted values in $form 52 array rather than $form_values in image_admin_settings_validate(). 53 #703542 by the_real_codecowboy, joachim: Added option for keeping the original 54 file to the create image node from file API function. 55 #777966 by joachim: Fixed whitespace in image attach. 56 #773888 by joachim: Added a different css class for each attached image. 57 #774314 by kylegt: Fixed missing element size on image attach form upload field. 58 #741484 by joachim: Fixed missing t() on form text. 59 #705582 by joachim: Fixed image gallery default view showing unpublished nodes. 60 #412288 by joachim: Changed structure of theming functions for attached images. 61 62 63 Image 6.x-1.0-BETA5, 2010-01-16 64 ------------------------------- 65 #625666 by joachim: Added note about what happens when no image title is given. 66 #581174 by jonathan1055, joachim | skyredwang: Added ability to limit the number 67 of attached images. 68 #680672 by joachim: Fixed mention of 'upload' when user can't create images. 69 #680644 by joachim: Cleaned up code in image attach's hook_form_alter(). 70 by joachim: Added tests for image attach. 71 #580864 by joachim: Fixed new nodes not respecting the 'don't attach existing 72 images' setting. 73 #273426 by joachim: Added test for image thumbnails in teasers. 74 #575374 by joachim: Fixed image import allowing selection of too big images. 75 #662252 by joachim: Changed description text in image attach form to be plural. 76 77 78 Image 6.x-1.0-BETA4, 2009-12-21 79 ------------------------------- 80 #659182 by jonathan1055, joachim: Fixed removal of first attached image on 81 programmatic node save. 82 #232557 by joachim: Added thumbnails to list on image import page. 83 #630546 by jonathan1055: Fixed attached image not appearing in teaser preview. 84 #620234 by unjello: Fixed undefined variable in Views image attach handler. 85 #602740 by Vin7: Fixed theme function to take $form by value. 86 #592852 by joachim: Fixed SQL error when View attached images field is empty. 87 #579320 by joachim: Fixed link to node in attached images block. 88 #226121 by sp3boy: Fixed bad logic from previous patch to this issue. 89 90 91 Image 6.x-1.0-BETA3, 2009-09-13 92 ------------------------------- 93 #567630 by joachim: Fixed bad call to url() on image gallery settings page. 94 #544970 by joachim: Added image attach views relationships. 95 #571434 by joachim: Fixed views gallery count label showing for empty galleries. 96 #569526 by 2noame: Fixed mistaken commit to image.module from #569258. 97 by joachim: Changed image attach CCK label to plural. 98 by joachim: Removed obsolete hook_help module description key. 99 #561686 by roderik: Fixed VARCHAR in image attach database update. 100 #569766 by patryk: Fixed views module not loaded in image gallery update. 101 #561362 by joachim: Fixed attached image CCK weight not being used. 102 103 104 Image 6.x-1.0-BETA2, 2009-09-05 105 ------------------------------- 106 #564488 by joachim: Fixed missing variables in Views image gallery template. 107 #72579 by David Stosik: Added more granular permissions to image attach, and 108 fixed attaching images when 'Attach existing images' is disabled. 109 #445074 by joachim: Added a theme function for the attached images block. 110 #569334 by joachim: Fixed security issue with attached images Views field. 111 by joachim: Added messages for update functions. 112 #569258 by alanburke: Changed name of Gallery display to 'Gallery page'. 113 #569198 by David Stosik: Fixed selecting <None> in image attach inserting a 0 114 value into $node->iids. Update function cleans up any nonsense data this may 115 have created. 116 #565774 by alanburke: Fixed thickbox on galleries. 117 #561362 by David Stosik: Fixed attached image weights to hide if CCK present. 118 #357793 by joachim: Fixed update from 5 error due to old pre-5 {image} table. 119 #561832 by joachim: Fixed foreach on empty array in image attach node form. 120 #569138 by joachim: Moved image_attach_views_handlers() to inc file. 121 #567226 by joachim: Fixed attached images views field to handle multiple images. 122 #566642 by joachim: Fixed new default views not getting picked up by clearing 123 the view cache on update. 124 #207557 by Ibn al-Hazardous: Fixed update errors due to duplicate data in 125 Drupal 5 files table. 126 #568734 by David Stosik: Fixed escaping in update_sql queries in updates. 127 #568078 by joachim: Moved gallery page code to a new image_gallery.pages.inc. 128 #568078 by joachim: Moved admin code to a new image_gallery.admin.inc. 129 #567170 by joachim: Fixed wrong link on attached images on teasers. 130 #566040 by joachim: Changed formatting of 'None' in the attach form. 131 132 133 Image 6.x-1.0-BETA1, 2009-09-02 134 ------------------------------- 135 #166145 by joachim: Fixed checking of image path on validation not form display. 136 #225014 by David Stosik: Added ability to import images into galleries 137 corresponding to the directory tree. 138 #226121 by joachim, sp3boy: Changed image derivative rebuilding so it doesn't 139 happen in admin and batch operations. 140 #564614 by joachim: Fixed un-t()'d image gallery count string. 141 #470720 by joachim: Fixed (again) Image Gallery vocabulary broken after 142 re-enabling the module. 143 #562810 by datune: Fixed error messages from updates on systems that don't have 144 the primary keys or indexes present. 145 #563988 by joachim: Fixed missing paging in image gallery default view. 146 #561686 by jandd: Fixed bad query in image_attach_update_6101(). 147 #561854 by joachim: Fixed missing note about Views on gallery settings page. 148 149 150 Image 6.x-1.0-ALPHA6, 2009-08-27 151 -------------------------------- 152 #405456 by joachim: Added views support for image gallery, including image 153 gallery style plugin in image module. 154 #454290 by joachim: Added image size argument to views support. 155 #555840 by blakehall: Changed theme_image_display() to allow override passed 156 attributes to override alt and title. 157 #81102 by maulwuff, greg.harvey, sp3boy, et al: Changed image attach to allow 158 attaching of multiple images. 159 #411568 by sp3boy: Fixed paths for derivatives to come from the original, 160 rather than default. 161 #426724 by joachim: Fixed image attach block not showing in block admin. 162 #226121 by joachim: Fixed derivative sizes should not be rebuilt in hook_load(). 163 #44057 by sp3boy: Fixed tests broken by earlier #44057 commits. 164 #470720 by joachim, sun: Fixed Image Gallery vocabulary broken after re-enabling 165 the module. 166 #374423 by joachim: Fixed image_create_node_from() not checking image filesize. 167 #44057 by sun: Fixed return values of image_access(). 168 by joachim: Code clean-up in Image gallery module. 169 by joachim: Added PHPdoc headers to functions in Image gallery module. 170 #518804 by joachim: Fixed image_attach field not linking to attaching node 171 or working with relationships. 172 #524646 by joachim: Changed hook_content_extra_fields() for Image Attach. 173 #44057 by pebosi: Changed permissions in Image module to match those in core. 174 #409974 by pebosi: Changed gallery permission from 'administer images' to 175 'administer image galleries'. 176 by joachim: Added PHPdoc headers to hooks in Image gallery module. 177 #539388 by joachim: Fixed lack of documentation in Image gallery module. 178 #543490 by joachim: Fixed wrong path in image_gallery_help(). 179 #524646 by sun: Added hook_content_extra_fields() for Image Attach. 180 #360643 by Jose Reyero, sun: Added i18n support for sharing images between 181 translations. 182 #357488 by sun: Fixed gallery front image does not respect sort order. 183 #158805 by sun: Removed derivative image size rebuild messages. 184 #403044 by sun: Fixed PHP notice in image gallery when gallery is empty. 185 186 187 Image 6.x-1.0-ALPHA5, 2009-07-11 188 -------------------------------- 189 #496076 by pebosi: Removed unused database query in image_attach. 190 #458882 by sun: Fixed image nodes are promoted to front page by default. 191 #455768 by sun: Fixed image_get_sizes() called but not loaded in .install file. 192 #220295 by joachim: Added Views 2 support. 193 #368505 by joachim: Added exposure of Image field to CCK. 194 #228886 by joachim: Fixed missing CSS class on unpublished attached images. 195 #256195 by dman, sun: Added invocation of hook_file_metadata() to Image Import. 196 #362818 by sun: Fixed validation/submission of Image Import settings form. 197 #298702 by sp3boy, smk-ka, sun: Fixed image uploads are not properly validated. 198 #225024 by sun: Fixed filepaths not always prefixed with file_directory_path(). 199 #185081 by sun: Fixed image_file_download tries to transfer non-existing files. 200 #357890 by Robbie Sternenberg: Added dynamic expansion of image preset 201 configuration form to allow for more than 6 sizes. 202 #257743 by jandd, sun: Fixed upgrade error: Unknown column 'f.nid' query. 203 #361230 by justinrandell, sun: Fixed PHP notice if no original image exists. 204 #360170 by TwoD: Fixed hard-coded field name in Image attach views handler. 205 #243895 by Hetta: Fixed "selected file could not be copied" errors with 206 ImageMagick on some platforms. 207 #196844 by Hetta, sun: Fixed Image module help text. 208 #363211 by sun: Fixed help for image import settings not displayed. 209 #390008 by joachim, sun: Fixed inconsistent node mass-operation title. 210 #338159 by sun: Fixed improper table aliases in db queries for db_rewrite_sql(). 211 #298644 by smk-ka, sun: Updated tests for SimpleTest 2.x. 212 #247738 by sun: Removed unused image_submit() function. 213 #360691 by sun: Fixed image/image_attach table index creation errors when 214 upgrading from 5.x-2.x. 215 #361874 by sun: Fixed Image Gallery uninstall fails if Taxonomy was disabled at 216 the same time. 217 #220281 by sun: Fixed empty width/height attributes in image tags if image size 218 detection failed. 219 #350511 by simon.males, sun: Added option to configure number of images for 220 latest/random image blocks. 221 #280197 by sun: Fixed 'image_default_path' variable must not have a trailing 222 slash. 223 #299250 by sun: Changed file upload description in image form. 224 #346289 by sun: Fixed missing primary key and index on image_attach table. 225 #105739 by sun: Removed colors from default style for image gallery images. 226 #134395 by sun: Fixed default list bullet style for image gallery images. 227 #234983 by sun: Performance: Improved image_gallery_page(). 228 #288378 by smk-ka, mustafau, sun: Added primary key and index to image table. 229 #70396 by bibo, sun: Fixed node image size links are not localized. 230 #310693 by sun: Updated image_access() for 6.x. 231 #351552 by hass, sun: Changed Image Gallery's form submit button to "Save". 232 #196823 by sun: Removed "Rebuild derivatives" option from node/add form. 233 #310391 by pcorbett, sun: Fixed SQL server/PostGreSQL support for Image Attach. 234 #309872 by brenda003, sun: Fixed link to Image Import settings page. 235 #247433 by greenmother: Added Russian translation. 236
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |