WebFM 2.15


This is a demo site for WebFM version 2.15.

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

2.14
This release applies more submitted patches, a bug fix for file overwrite and ajax support for IE5 & 6.

2.13:
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:

  • node/246914: add alert dialogs for FF and Opera to instruct how to enable clipboard support
  • node/246918: enable Opera context menuing via use of alt key + right mouse button
  • node/246921: add "Paste link in editor window" menu option + added metadata title support
  • Improve feedback if a root directory has been moved/deleted or not created
  • Hide WebFM debug fieldset in settings for all uses other than #1

Bug Fixes:

  • Disable WebFM help link if help module not enabled
  • fix return of exif_imagetype call in webfm.module

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

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.

2.10:
This release addresses the following feature requests:

  • node/243058 whereby uploaded files in node-edit are automatically attached to the node.
  • node/243062 whereby newly created folders are automatically given rename focus in the directory listing. Currently this feature is only working with the directory create icon at the top right of the listing.

Performance issues with large files referred by node/245421 have been corrected. Moreover, file/dir moves are much faster now that rename is used rather than the drupal copy/delete operation within file_move() of file.inc.

Note that the webfm_images module has been updated to be compatible with WebFM 2.7 and above.