Download & Extend

Releases for FileField

filefield 6.x-3.10

filefield 6.x-3.9

Download Size md5 hash
filefield-6.x-3.9.tar.gz 98.92 KB 43aff980408beff7d8f5554282aad15b
filefield-6.x-3.9.zip 143.76 KB 7ca69e53e3b2b16388bddf9c0c00faa8
Last updated: December 24, 2010 - 22:58
Official release from tag: 6.x-3.9

Release notes

The 3.9 release of FileField fixes a critical bug that would prevent images from displaying when used with ImageField and the PressFlow Drupal distribution.

Bug fixes:
#995184: ImageField 3.8 not showing images when used with PressFlow
#996338: Trying to get property of non-object in filefield_file_download()

filefield 6.x-3.8

Download Size md5 hash
filefield-6.x-3.8.tar.gz 98.68 KB b4152a86957043de26cc2001a8d37593
filefield-6.x-3.8.zip 143.59 KB f35c422b0878209594727155c8458917
Last updated: December 24, 2010 - 22:58
Official release from tag: 6.x-3.8

Release notes

The 3.8 release of FileField includes several bug fixes and corrects a major problem that prevents files from being selected for uploading in the latest version of Google Chrome. If you have users that use Google Chrome, this is a highly recommended update, as Chrome users will not be able to upload files using the previous versions of FileField.

A matching 3.8 version of ImageField is also available. It is recommended to upgrade FileField and ImageField at the same time.

Bug fixes:
#939102: Accept attribute contains extensions instead of mimetypes (preventing Chrome from selecting files)
#433028: Files from previous revisions (but not in latest one) are not removed on node delete
#749926: Imagefield title and alt field are reset after re-editing source node
#993698: Infinite loop during update.php 6001 (D5->D6 migration)
#889194: typo in filefield_meta.views.inc
#988054: Can not re-use the same field multiple times in the same content type (i.e with Flexifield)
#985790: List of current extensions gets extra commas when validation fails
#793042: Required file fields not validated properly when Content permissions hide the field
#933444: Filesize of image resized using ImageAPI not updated
#929098: Fix spelling of widget help labels
#836866: File/Imagefield + Private Downloads allow access to (new) images that are not yet associated to a node
#848528: Token replacement filefield-onlyname doesn't work for php older than 5.2
#860478: Possible function name clash with field_file_load()
#877324: Progress bar is not shown when using FileField Sources Remote URL
#755558: filefield_validate_associate_field generates a "ref needed value given" error with PHP 5.3

New features:
#735512: Views filefield-data should not be hard-coded
#532154: Warn that Views data fields produce multiple rows

filefield 6.x-3.7

Download Size md5 hash
filefield-6.x-3.7.tar.gz 96.52 KB a48dc8f803db538777cc3ba2764e7e17
filefield-6.x-3.7.zip 141.66 KB c016bded9ba52a1d2dee5ff9dcc52c69
Last updated: December 24, 2010 - 22:58
Official release from tag: 6.x-3.7

Release notes

This release continues attempting to correct issues introduced in the 3.4 security release. This release fixes a single bug that would cause files and images to not display properly when using "Linked to node" formatters or when displaying files through Views module.

Bug Fixes:
#841212: warning: array_merge() [function.array-merge]: Argument #1 is not an array in..../filefield_field.inc on line 292.

filefield 6.x-3.6

Download Size md5 hash
filefield-6.x-3.6.tar.gz 96.5 KB 8ca21de2ae336bd6fafbafddb3cf2ea9
filefield-6.x-3.6.zip 141.66 KB 3e41251d3fa95884e5fbabf6338db0b6
Last updated: December 24, 2010 - 22:58
Official release from tag: 6.x-3.6

Release notes

This issue continues fixing problems introduced in the 3.4 version (after the security update). This version of course also includes the security update and all previous versions.

This version mostly corrects new functionality and restores some of the APIs that were changed in 3.4. This should provide better support for contrib modules that build on FileField. There are some minor CSS and markup changes in this release that may affect sites using the "Generic file" formatter. These changes allow for better display of file names and icons in views and layouts that float content.

Bug Fixes:
#829856: warning: Missing argument 2 for filefield_view_access()
#834018: Data serialized in a field's data column is lost after field_file_load if filefield_meta in use
#833054: argument 2 for filefield_view_access() revisited
#684018: Remove .clear-block in default filefield formatter which breaks node layouts with floated elements
#149789: File extension field too short
#834946: Commas in extension list breaks content_copy exports
#807680: APC setting "apc.include_once_override" causes call to undefined function filefield_widget_settings_save()

New Features:
#452634: Add ability to use alternative icon sets

filefield 6.x-3.5

Download Size md5 hash
filefield-6.x-3.5.tar.gz 96.45 KB e4ba04b779224db4a190ace6188e5e08
filefield-6.x-3.5.zip 142.72 KB d38261e08efafcabe38d8f289c682105
Last updated: December 24, 2010 - 22:58
Official release from tag: 6.x-3.5

Release notes

Minor release to fix two noticeable bugs in 6.x-3.4.

#829856 by bengtan fix warning due to missing node parameter

#829920 by YesCT, mieg, and pwolanin check for tags existing, avoid dividing by zero

filefield 5.x-2.5

Download Size md5 hash
filefield-5.x-2.5.tar.gz 24.65 KB 7e8b566f1e206d808e636d7a03537b05
filefield-5.x-2.5.zip 34.04 KB 5f6eafe3abfe5595a54a9c6e141531db
Last updated: December 24, 2010 - 22:58
Official release from tag: 5.x-2.5

Release notes

This release fixes an XSS security hole regarding FileField tokens.

filefield 6.x-3.4

Download Size md5 hash
filefield-6.x-3.4.tar.gz 96.34 KB bac8f7cdf325d83a13693508892c8db8
filefield-6.x-3.4.zip 142.66 KB d8a77fcda52d80bc483402614dc47ef5
Last updated: December 24, 2010 - 22:58
Official release from tag: 6.x-3.4

Release notes

This release of FileField fixes an XSS security hole and fixes permission handling in several areas. On the feature side of things, FileField now includes a more flexible API for better integration with 3rd party modules like IMCE and FileField Sources. FileField Meta now stores and exposes ID3 tags (Artist, Album, etc.) through Views and Token support.

New Features:
#480754: filefield_meta: store audio metadata from getid3
#736354: Use module_invoke_all() to check file references in filefield_widget_validate().

Bug Fixes:
#651394: filefield_file_download() is too restrictive when nodes share files
#696906: filefield_edit_access() and filefield_view_access() should use content_access() instead of checking content_permissions specific
#819852: Case sensitive query in filefield_file_download

filefield 6.x-3.3

filefield 6.x-3.0

Download Size md5 hash
filefield-6.x-3.0.tar.gz 65.11 KB ad963dc2c37c651c1b2565009ebd6333
filefield-6.x-3.0.zip 89.52 KB 655b58f047db11bffa9538308bcf7a62
Last updated: December 24, 2010 - 22:58
Official release from tag: 6.x-3.0

Release notes

Final release of FileField for Drupal 6. This version fixes several bugs since the RC1 release, and adds upload progress metering. No new database updates since RC1, but clearing caches is necessary for users upgrading for the upload progress menu callback to be registered. Several new API functions are available for easing 3rd-party integration.

Bug Fixes:
#438650: Files listed by default checkbox.
#419180: Delete Temporary Files Sooner
#386288: Reduce standard 2 upload sections to 1 when "Unlimited" number of values
#421424: HTML validation error, extra "length" attribute
#419616: filefield_widget_file_path is hardcoded to global $user
#436896: Description field set to disabled upon updating modules

New Features:
#318960: Upload Progress Bar (rfc1867 support)
#407410: Option to have longer description
#391448: Support for Generate content in the devel module
#380200: Get node referencing a file
#369560: Get array of files attached to node
#430196: Views - filter by ImageField's "List" checkbox
#366434: Represent title, description or alt fields in Views 2

filefield 6.x-3.0-rc1

Download Size md5 hash
filefield-6.x-3.0-rc1.tar.gz 55.35 KB 591ac9f233ca87f88ee81cef5f076055
filefield-6.x-3.0-rc1.zip 77.34 KB f47f047fc48318e0cb492126d7ba4093
Last updated: December 24, 2010 - 22:58
Official release from tag: 6.x-3.0-rc1

Release notes

This release fixes fixes a critical security problem that allowed any user that can create content with a file field to delete other files in the Drupal installation.

This version of FileField marks the complete stabilization of FileField APIs, fixes a critical bug concerning the display of FileFields within views, another critical bug regarding CCK not storing data properly, and several other smaller bugs.

Important upgrade note: The "FileField Token" module has been merged back into FileField so that it is no longer a separate module. When upgrading, delete the filefield_token directory entirely. All the functionality of filefield_token is now included in filefield.token.inc.

Bug fixes:
#413854: Generic Files display shows 'a' for title in View block
#402860: Fatal error: CCK data field not always unserialized
#417274: Empty fieldgroup gets displayed, if filefield is set to "List field: enabled"
#417494: Client-side validation fails when field is changed to empty string
#417024: Files Uploaded to "files/files" directory not displayed in ImageCache
#414696: List Checkbox Default "Checked" Cannot Be Unchecked On Node Form
#414212: File Not Deleted When Deleting Node with Multiple Revisions
#228466: FileField description token not properly defined
#409062: Fix Drupal 5 -> 6 Upgrade Path

filefield 6.x-3.0-beta3

Download Size md5 hash
filefield-6.x-3.0-beta3.tar.gz 48.36 KB 654c7ad272808eaf641964b15ad0d85b
filefield-6.x-3.0-beta3.zip 71.3 KB 3b35a1a84d2231ce67095483398aacda
Last updated: December 24, 2010 - 22:58
Official release from tag: 6.x-3.0-beta3

Release notes

This version of FileField fixes a few critical issues and several minor cleanups. We're shooting for a final release of FileField and ImageField next week, you can help by testing out the latest versions of FileField and reporting any problems to the FileField Issue Queue.

This release contains no new database updates from beta2. Though any users updating from an alpha version are strongly encouraged to make a database backup before upgrading.

All users of FileField are encouraged to upgrade.

Bug Fixes:
#402860: Fatal error: CCK data field not always unserialized
#407058: Get WARNING when updated Database from Beta 1 to Beta 2
#319810: Check the File's Format Rather than Just Extension
#404306: Should write log message if the requested file is not found

filefield 6.x-3.0-beta2

Download Size md5 hash
filefield-6.x-3.0-beta2.tar.gz 45.34 KB 09be0dbd401144a78ad77261c8ad155a
filefield-6.x-3.0-beta2.zip 66.44 KB 15e1ad5ef52d6b081e9e2510de04965f
Last updated: December 24, 2010 - 22:58
Official release from tag: 6.x-3.0-beta2

Release notes

This version of FileField fixes further bugs that were discovered after the release of FileField Beta1. It fixes several problems with corrupt database entries for people that used FileField between alpha2 and alpha6, so an update.php run is required after updating to this version. All users of FileField are highly encouraged to upgrade, but please make a database backup prior to ugprading.

Bugs Fixed Since Beta1:
#402860: Fatal error: CCK data field not always unserialized
#405528: Remove Broken "Extensible File" Widget Type
#403216: Upload fails when JS is disabled
#402912: SQL Error generated by update 6101 on upgrade

filefield 6.x-3.0-beta1

Download Size md5 hash
filefield-6.x-3.0-beta1.tar.gz 44.87 KB d292c013882d570db8d76fa0dfaf1956
filefield-6.x-3.0-beta1.zip 65.91 KB a99ee11d59887c97fc1e73f43bf4b82a
Last updated: December 24, 2010 - 22:58
Official release from tag: 6.x-3.0-beta1

Release notes

This release of FileField adds a signficant amount of bug fixes since the previous alpha versions. It significantly improves functionality and the user interface in both FileField and ImageField. Users of the alpha versions of FileField are encouraged to upgrade with caution (make a backup of your database and files directory first). All new users should definitely use this version.

API Changes:
#397578: Uncouple ImageField from FileField Custom Hooks
#402362: Remove Automatic FileField Preview Theme Function

Bug Fixes:
#369893: "Add another item" and the dreaded http 0 error
#370015: Upload issue with clicking 'Add another item' multiple times (Repost w/ screencast)
#370531: Properly Handle Revisions for document control
#402420: Cleanup Abandoned Database Rows Left Over from D5
#367267: Compatibility issues with Content Multigroup
#140690: Using file "description" as link text
#372993: Theme functions call private functions
#369310: Invalid argument supplied for foreach() when updating nodes
#325795: Content-Disposition: attachment breaks swf content
#316099: Hard-coded file extensions "Must be a JPEG, PNG or GIF image"
#372401: Merge only needed FileField Drupal.settings
#387372: Filefield throws a notice when description on field is disabled

New Features:
#388196: Revise the Field Configuration Options
#345401: Add Views Support to FileField Metadata

filefield 6.x-3.0-alpha7

Download Size md5 hash
filefield-6.x-3.0-alpha7.tar.gz 41.43 KB e90f5370ae92654f54c55a464ba1902d
filefield-6.x-3.0-alpha7.zip 60.86 KB fd845ef3ea0b0b2595db60423a4babba
Last updated: December 24, 2010 - 22:58
Official release from tag: 6.x-3.0-alpha7

Release notes

This release comes with a slew of bug fixes...

The last remaining critical/normal bug is a default value issue.... I think.. I could be totally wrong, but it's 5:30 am and I expect my issue queue will explode tomorrow. as always download at your own risk, but if this one is good we'll move into beta and start cleaning up minor issues.

filefield 6.x-3.0-alpha6

Download Size md5 hash
filefield-6.x-3.0-alpha6.tar.gz 41.02 KB 7b0083a13ea5550fd4238e995d3cc383
filefield-6.x-3.0-alpha6.zip 60.34 KB 2c3ec5b990f813d636d0eb334b99daa8
Last updated: December 24, 2010 - 22:58
Official release from tag: 6.x-3.0-alpha6

Release notes

Changes since DRUPAL-6--3-0-ALPHA5:

Read more

filefield 5.x-2.4

Download Size md5 hash
filefield-5.x-2.4.tar.gz 24.54 KB 12ce181ccedab341f737c79e605e9e54
filefield-5.x-2.4.zip 33.95 KB 67bbbc108a48a0a6a411c301eee5b9c8
Last updated: December 24, 2010 - 22:58
Official release from tag: 5.x-2.4

Release notes

Changes since DRUPAL-5--2-3:

  • #281617 by drewish backport by dopry, add alt tags to filefield mime icons.
  • #278562 gonna bow to the devel_shutdown for a bit until I can write my own upload.js to work around the crufty old stuff in core... It's a fix for D5 anyway.
  • update client side accept validation to use , instead of | to make opera happy.
  • #320986 : improving french translation (fr.po)
  • #342336 by drewish: Revisit JS filtering so it works with spaces between extensions and uses a common error class name so other modules can use the same JS.

filefield 6.x-3.0-alpha5

Download Size md5 hash
filefield-6.x-3.0-alpha5.tar.gz 31.23 KB b7426b0dcf5d5b81d267d63508da7853
filefield-6.x-3.0-alpha5.zip 42.37 KB 520c3a2438efd6d03a6cbf391d12d0d5
Last updated: December 24, 2010 - 22:58
Official release from tag: 6.x-3.0-alpha5

Release notes

  • #301468 by dalin, Node form saves "List" checkbox as the opposite of what the user selected.
  • #304077 by Moonshine, Upload validation help string cleanup.
  • #304077 by Moonshine, Follow-up little string cleanup...
  • #303796 by Moonshine, #ahah wrapper is incorrect for 'remove-btn'.
  • #308832 by pwolanin, Wrong datatype for second argument filefield.module on line 289.
  • #305476 by drewish, Incorrect #options keys in filefield_field_settings_form().
Subscribe with RSS Syndicate content
nobody click here