webfm 6.x-2.18

Bug fixes

A new bug fix release. Sorry it took so long. I am just a university student.

...there was a transmission error in 2.17

webfm 6.x-2.15

Bug fixes

This is a bug fix release. Sorry we had to rerun, 6.x-2.13 contained two bugs. Its now 6.x-2.15 because I am still learning git and tags :-)

Thanks to everyone for the continuous support.

Note: The call for fckeditor/ckeditor changed they must now provide the parameter caller=EDITORNAME

What we fixed:
additionally in 6.x-2.15

webfm 6.x-2.13

Bug fixes

This is a bug fix release. Sorry for the delay, but I wanted to wait till after the git migration with this release.

Thanks to everyone for the continuous support.

Note: The call for fckeditor/ckeditor changed they must now provide the parameter caller=EDITORNAME

What we fixed:

webfm 6.x-2.13-beta2

Bug fixes

This is a beta release in order to test if we got everything right. Please report bugs and issues to the queue.

This second beta release contains some code that tries to detect faulty image files trying to be uploaded: e.g. *.jpg files that actually contain a text file.

Thanks to everyone for the continuous support.

Note: The call for fckeditor/ckeditor changed they must now provide the parameter caller=EDITORNAME

What we fixed:

webfm 6.x-2.13-beta1

Bug fixes

This is a beta release in order to test if we got everything right. Please report bugs and issues to the queue.

Thanks to everyone for the continuous support.

Note: The call for fckeditor/ckeditor changed they must now provide the parameter caller=EDITORNAME

What we fixed:

webfm 5.x-2.x-dev

Bug fixes

Please not: Drupal5 is not further supported by the webfm maintaince.

#803722 Ceased support of Drupal 5.
#261880 by Eikaa: Fixed uppercase file extensions not recognized.
#358842 by meichr | phen: Insertion into database fail.
#718656 by cgmonroe | robmilne: Fixed WebFM ajax calls fails if Browser responseText contains leading whitespace / line feeds.

webfm 6.x-2.x-dev

Bug fixes
  • Added a feature to display related files in the listing using hook_links
    • the listing can be selected for each node type indvidually

webfm 6.x-2.12

New features
Bug fixes

I've poked my head back in briefly to so see whats been happening and I found a few bug patches to commit. Not many new features are here but there are several good candidate patches that I'll consider if those hard working people are kind enough to re-patch to this release.

Bug Fixes:

webfm 6.x-2.11

New features
Bug fixes

The 6.x-2.11 release marks my official resignation from maintaining the module. It isn't easy saying good-bye to one's children but I've got to move on - I do not have the time for a D7 port or to continue maintaining the code. Many worthy features are missing and js/css rework would improve themeing and browser incompatibilities. The module is available to someone who can devote time/skill to make improvements.

Additions:

  • Niels Hackius' webfm_ipfolder module as per node 437196
  • OG patch as per node 249487 - tested by OG community
  • hook_content_fields_extra as per node 547218
  • Control in admin settings to enable/disable owner column in browser as per node 323900
  • Place browser into a template to facilitate themeing
  • webfm_example_listing module to illustrate how a custom module can use webfm functions and security to display files from a set directory NOTE: The .remove extension must be removed from the .info file to enable - this module is meant purely as an example for custom module developers - see the demo site footer for the default implementation of the module within a block

Fixes:

  • Change image rename from prefix to suffix as per node 537070
  • Restore hook_wysiwyg_plugin and non-admin addressing as per node 531968 to webfm_popup.module

webfm 6.x-2.10

New features
Bug fixes

This moves the D6 version of the module from 'RC' status to 'official' status. This will also signify my official resignation from maintaining the module. It isn't easy saying good-bye to one's children but I've got to move on - I do not have the mojo for a D7 port or to continue maintaining the code. Many worthy features are missing and much rework would improve the themeing/css/browser incompatibilities. The module is available to any who wish to take it on and who can actually devote time/skill to make improvements.

Additions:

  • Niel Hackius' webfm_ipfolder module as per node 437196
  • OG patch as per node 249487 - tested by OG community
  • hook_content_fields_extra as per node 547218
  • Control in admin settings to enable/disable owner column in browser as per node 323900
  • Place browser into a template to facilitate themeing
  • webfm_example_listing module to illustrate how a custom module can use webfm functions and security to display files from a set directory NOTE: The .remove extension must be removed from the .info file to enable - this module is meant purely as an example for custom module developers - see the demo site footer for the default implementation of the module within a block

Fixes:

  • Change image rename from prefix to suffix as per node 537070

webfm 6.x-2.10-rc5

New features
Bug fixes

This release formalizes many patches that have been applied to the module by dedicated users. Of special note is the 'pretty url' alias functionality by Niels Hackius that provides hooks to the Token and Pathauto modules to replace 'webfm_send' paths. His ip based authentication module is not part of this release but should be added soon.

Changes:

webfm 6.x-2.10-rc4

New features
Bug fixes

This release adds a modules subdirectory for optional functionality.
The modules added:

webfm 6.x-2.10-rc3

New features
Bug fixes

This release requires a database update for Frank Steiner's change to the webfm_attach table to allow file attachment to comments.

Also:

webfm 5.x-2.15

Bug fixes

This release fixes a php error in webfm.module as reported in node 322489

webfm 5.x-2.14

New features
Bug fixes

This release keeps the 5.x version of the module in synch with the recently updated 6.x version.

  • Add Frank Steiner's patch for node edit preview
  • Add IE5 and 6 ActiveXObject compatiblity
  • Fix hook_nodeapi for deletion of attachments
  • Fix file overwrite bug

webfm 6.x-2.10-rc2

New features
Bug fixes

RC1 appears to be a tag from the 5 branch of the module. My apologies to any who tried to install it.

webfm 6.x-2.10-rc1

New features
Bug fixes

After a 5 month hiatus I've returned to update the module, adding many patches submitted by generous people.

  • Sync 6.x with changes up to 5.13 (added a file owner column to the file listing, changed styling, etc.)
  • Added patches from Frank Steiner for preview, fixes to hook_nodeapi and cut/paste (nodes 249786, 282328, 282406, 310119)
  • Added ActiveXObject to ajax post for IE compatibility (node 252726) and jquery marking (node 294212)
  • Fixed security issue for file overwrite (node 320359)

webfm 5.x-2.13

New features
Bug fixes

This release implements an excellent series of patches submitted by Frank Steiner to extend WebFM compatibility with Opera as well as improve file link creation for content.

New Features:

webfm 5.x-2.12

Implement patch submitted by Milos at http://drupal.org/node/245635 to add a file ownership column to the file listing.
This release also includes the fix at http://drupal.org/node/246549

webfm 5.x-2.11

A bit too fast with the last release since mkdir rename wasn't working from the context menu - it now works. This release also restores the image view iframe functionality that 2.10 broke.

webfm 6.x-2.9-alpha1

Initial release of 6.x version of webfm. This release represents a 'just get it to work' port of webfm 2.9 to Drupal 6. Areas that could stand improvement include making use of new D6 js features (e.g. t and theming) and a proper template file for the lone theme function.
This release is provided for testers and early adopters to try out the port and report issues. Do no use in a production environment.

webfm 5.x-2.9

This release gives administrators the right to modify file ownership via the metadata editor.

  • Fixed name sort re: node/241353
  • Added file owner name info to metadata
  • added administrator capability to edit file uid
  • Implement feedback for metadata edit

webfm 5.x-2.8

Bug fixes

This release fixes a syntax error in version 2.7 that causes an error if the allow_call_time_pass_reference isn't set to true in php.ini. The internal help documentation has also been updated.

Note that the webfm_images module has be updated to fix an error due to the schema change to the webfm_file table in the previous release.

webfm 5.x-2.7

New features
  • Allow admins to set whether metadata title or actual file name is listed in the browser. If metadata title is selected, rename of file is disabled. Title rename still resides in metadata editor. The fname field of the webfm_file table has been dropped so a db update is required.
  • Fix upload versioning of files the are not in the database. No version options presented to allow delete of original file.

webfm 5.x-2.6

New features
Bug fixes

Maintenance release that rolls up recent bug fixes:

  • uninstall fixed
  • date formatting for IE fixed
  • utf decoding fixed in Metadata

New feaures:

  • views patch courtesy of eagle82
  • 'put link in clipboard' menu item (NOTE: This feature may require browser settings to be adjusted)
  • file link added to Metadata (if file permission is public)

webfm 5.x-2.5

Bug fixes

A maintenance release to fix various bugs:

  • date sort in browser listing
  • unescaped metadata
  • browser scrolling on pop-up resize
  • install script required update for a new database

Download count has been added to metadata and views.

webfm 5.x-2.4

New features
Bug fixes

Radio buttons to select dd/mm/yy or mm/dd/yy date formats have been added to settings
Fixed a menu bug that limited menu to 10 selections.
Added scroll compensation for pop-up windows that are scrolled out of view on long lists.

webfm 5.x-2.3

New features
Bug fixes

File level permissioning added for admins and file owners:

  • Public download: Allows the file to be downloaded anonymously even if .htaccess exists.
  • Role View/Download: Allows users of the same role to view/download the file.
  • Role Attach: Allows users of the same role with view rights to attach the file to nodes.
  • Role Full Access: Allows users of the same role to delete/rename/move/attach/alter metadata for the file. File permission edits are not allowed by role.

fixed bug that prevented admins seeing files not in the database.

webfm 5.x-2.2

  • The webfm_send function has been made secure so that only attached files can be viewed by users with 'view webfm attachments' rights but without 'access webfm' rights. Users with 'access webfm' will not be able to download files that are not in their root directories and are unattached.
  • The webfm root is now hidden from users with 'access webfm' rights.
  • Attached files now have a config setting to allow download to a new browser window.
  • Anonymous users can now have the 'access webfm' right.

webfm 5.x-2.1

New features

Added an upload permission to WebFM access control. This right pertains only to roles with the 'access webfm' right. Roles with the 'administer webfm' right can always upload.

webfm 5.x-2.0

New features
Bug fixes

This new major version implements permissions.

webfm 5.x-1.12

New features
Bug fixes

This release enhances the presentation of attachments, uses a textarea for description file metadata, refactors drag-and-drop containers and puts metadata editing and image downloads into a movable/resizable popup window.

webfm 5.x-1.11

Maintenance release that improves feedback, tree refreshes and squishes an IE and a Safari bug. Some changes to admin/settings/webfm layout.

webfm 5.x-1.10

New features
Bug fixes

This release fixes refresh bugs for the tree and listing.
Ftp dir listings now have proper file details and menu choices.
Attachment descriptions are now optional in settings.

webfm 5.x-1.9

New features
Bug fixes

This version updates upload so that file versioning is possible. Now attachments to nodes or file metadata can be maintained without having to manually detach/re-attach or reenter metadata when a file of the same path is updated via the upload fieldset. Currently there is no rollback capability.

webfm 5.x-1.8

New features
Bug fixes

Improvements to useability, cross browser compatibility and error feedback. Directory listing cache has been improved such that only directories affected by user operations are flushed. Files can now be removed from the database (preparation for permissions work (5.x-2.x)).
NOTE: The version numbers skip 1.7 due to a tagging error on my part

webfm 5.x-1.7

The tag for this release was botched so please ignore this version. Unfortunately cvs tagging errors can only be fixed by Drupal support personnel and I don't have the patience to wait.

webfm 5.x-1.6

New features
Bug fixes

Release to include many incremental changes to dev version.
Major changes

  • Views support
  • Refactor file insertion into database (make ftp tree optional)
  • Refactor menuing and search

Also bug fixes and usability improvements

TODO: IE drag-and-drop improvement

webfm 5.x-1.x-dev

Head of 5 branch.

Post Oct19 releases implement permissions.
- Each role granted 'access webfm' rights must have a root directory that is a subdirectory of the webfm filesystem directory. This directory can be created by an administrator within the module via the normal 'create directory' methods or via the settings page.

- Only users in a role with 'administer webfm' rights can manipulate directories. Such users have full access to all capabilities and settings of the module.

webfm 4.7.x-1.7

Synchronize with changes made to 5.x-1.5 plus addition of hook_link. Fix also to positioning of current directory listing in IE.

webfm 5.x-1.5

Maintenance release that addresses rename security issue, adds postgres install tables, fixes context menuing in IE, and fixes themeing of hook_form_alter

webfm 5.x-1.4

Addition of the webfm_ext_example module in the contrib sub-dir. This example module is for developers who wish to extend the functionality of WebFM to make drupal act as an application server. Using the context menu, users can operate on uploaded files. The module must have the .remove extension removed to activate.

Fixes also for rename.
Inline uploads to the ftp area are now permitted

webfm 4.7.x-1.6

Addition of the webfm_ext_example module in the contrib sub-dir. This example module is for developers who wish to extend the functionality of WebFM to make drupal act as an application server. Using the context menu, users can operate on uploaded files. The module must have the .remove extension removed to activate.

Fixes also for rename.
Inline uploads to the ftp area are now permitted

Pages

Subscribe with RSS Subscribe to Releases for Web File Manager