dbfm 5.x-7.0
| Download | Size | md5 hash |
|---|---|---|
| dbfm-5.x-7.0.tar.gz | 3.45 MB | 847b65870da58c8b33d7fa8b8edc9b2e |
| dbfm-5.x-7.0.zip | 3.55 MB | 8726c494c5d7051932ed32c0ec3ce543 |
Release notes
This release adds HOME directories for site users
* A new icon has been provided to take the users straight there.
In order to have the HOME directory, users need to have the permission 'home dbfm' before they get a home directory.
The new HOME directories are 'locked' - that is to say normal users cannot move or rename the directories.
* There is a new permission 'lock dbfm' which users will need if they want the ability to lock and unlock directories (which you can do through the properies screen.
A longstanding bug with permissions has been tracked down (files with restricted permissions could become inaccessable to the file owner).
dbfm 5.x-6.1
| Download | Size | md5 hash |
|---|---|---|
| dbfm-5.x-6.1.tar.gz | 3.45 MB | 34b085aeba760140929d7823b7c80ca5 |
| dbfm-5.x-6.1.zip | 3.55 MB | e4e6979283a8a51539a79c900729af2a |
Release notes
This release addresses some issues discovered with 5.x.6.0 and added dependancies.
dbfm 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| dbfm-6.x-1.x-dev.tar.gz | 3.13 MB | 9e148833d2cf2804517ff1fc10d981c2 |
| dbfm-6.x-1.x-dev.zip | 3.21 MB | 6412f75394412d7963c906153745ff14 |
Release notes
Development snapshot release. Unstable!
Requires:
Optional modules:
dbfm 5.x-6.0
| Download | Size | md5 hash |
|---|---|---|
| dbfm-5.x-6.0.tar.gz | 3.45 MB | a4bfaa3abd4db28fa0243bebf97337f0 |
| dbfm-5.x-6.0.zip | 3.55 MB | 900fa0dcee461bcea5c4dfce76504a3b |
Release notes
This release adds 'subscriptions'. Users are able to subscribe to documents they own, or have permission to write to. When subscribed documents are modified or deleted the subscribed user will recieve an email notification.
New Features:
- There are two additional 'My Account' screens:
- My Account / My documents - Gives a list of all the files originated by a user. For any entry in the list there is a button allowing the user to subscribe or unsubscribe
- My Account / My Subscriptions - Gives a list of all the files subscribed to by a user. Against each entry there is a button allowing the user to unsubscribe.
- There is a new item on the context menu allowing you to subscribe to, or unsubscribe from, a file or revision.
- Note that if you are subscribed to a document then make changes yourself you are not notified.
- The notification messages are fully configurable. The new subscriptions admin screen allows the subject line and contents to be fully customised.
- The admin screens have been re-organised. There are now seperate admin screens for main settings, roles, subscriptions and replication.
The release also fixes outstanding bugs from the previous release including:
- Problems with search - large files, especially pdf's, often failed to convert to text properly and this led to files being left in the temporary directory.
- Problems with drag and drop not working
- File size incorrectly reported for revisions
- Not correctly barring incorrect node types from having attachments
- Positioning for tooltips and context menus was wrong, particularly on Safari.
- Fixed a problem on upload with invalid file names (containing ' or ").
- Problem adding attachments from a slave - replication delays made this unreliable. A configurable delay has now been added.
dbfm 5.x-5.0
| Download | Size | md5 hash |
|---|---|---|
| dbfm-5.x-5.0.tar.gz | 2.96 MB | 36db13da4c61e467b9c9f4f2a8b3e79b |
| dbfm-5.x-5.0.zip | 3.06 MB | 801d286fd05031dc849b1ae8054579a0 |
Release notes
This update brings support for the DBFM Search module.
In addition, attachments can be added to nodes from within DBFM - with the complete drag & drop feel you've come to expect!
dbfm 5.x-4.3
| Download | Size | md5 hash |
|---|---|---|
| dbfm-5.x-4.3.tar.gz | 2.81 MB | fa57bd0c3b337f87de05ba58290b4b61 |
| dbfm-5.x-4.3.zip | 2.9 MB | de49b67bfe6479829893dd98e26c041f |
Release notes
Fixes Include
- The dbFM directory listing has changed for Internet Explorer.
- Various fixes to tooltips.
Note:
dbFM uses tabs from the javascript tools module - http://drupal.org/project/jstools.
This was fine up to release 5.x-0.6 - however dbfm no longer worked with the releases after that. The problem is that the tabs code doesn't allow for the fact that tabs may be used within an iframe (We have raised the issue but, at the time of release, have received no reply). A small patch for the tabs.js file which corrects the problem is included in this DBFM release and works for version 5.x-1.2.
SO, you can either use jstools release 5.x-0.6 and dbfm will work fine OR install release 5.x-1.2 and apply the patch.
The patch file tabs.patch is in the top level dbfm directory and you need to move it into the jstools/tabs directory. To apply it make sure you've cd'ed into the directory then type:
patch < tabs.patch
or if you feel you need to back up the original try:
patch -b < tabs.patch
Once you've done that you can use the latest tabs code with cool fade effects etc.
The README file has also been updated.
dbfm 5.x-4.2
| Download | Size | md5 hash |
|---|---|---|
| dbfm-5.x-4.2.tar.gz | 2.8 MB | 0161c959aa4dd4d04f81a0614a828935 |
| dbfm-5.x-4.2.zip | 2.89 MB | deee17ee589b9e617d3591be5450cd03 |
Release notes
New Features
- Replaced the preview pane in the side bar with mouse-over preview
- The tooltips box works with both files and revisions
- Revision preview will show details of the defined "current" revision
- Added additional support for determining mime-types of documents
- You can now rename a version directory:
- If you add a new file to a version directory with a different name from the existing file(s) it will offer the option of renaming the version directory
- The maximum filename length is now configurable from the admin screen:
- The default maximum filename length is 45 characters
- Note that while you can increase the maximum filename length EXTREME caution should be used in reducing the maximum. Make sure there are no files already on the system that exceed that length.
- The installer now creates and initialises all the variables needed
- Added the ability to allow the latest revision of a document to always be the "current" revision
Bug Fixes
- Fixed visual and scrolling issues with firefox
- Fixed visual issues in IE - the directory listing no longer displays below the spacers when scroll bars are required
- Improved to the positioning of context (right-click) menus
dbfm 5.x-4.0
| Download | Size | md5 hash |
|---|---|---|
| dbfm-5.x-4.0.tar.gz | 2.42 MB | 5455c094dd93719d37b24543d92359f1 |
| dbfm-5.x-4.0.zip | 2.5 MB | 922921e6cb30357bbd8f2d98f94b78da |
Release notes
New Features
- Simple Search Functionality
Additional bug fixes
dbfm 5.x-3.5
| Download | Size | md5 hash |
|---|---|---|
| dbfm-5.x-3.5.tar.gz | 2.41 MB | 76c42005311e5bb6d91bd71cc4c1fd03 |
| dbfm-5.x-3.5.zip | 2.5 MB | 7080b9a29e4a53fc7f68f899d92c356a |
Release notes
Bug fixes only:
* It is no longer possible to remove the filename extension
Other minor fixes
dbfm 5.x-3.4
| Download | Size | md5 hash |
|---|---|---|
| dbfm-5.x-3.4.tar.gz | 2.42 MB | e09c69c45ce37743031cec98b5f15b64 |
| dbfm-5.x-3.4.zip | 2.5 MB | f6664adce82e6457a6a934f9e63391f1 |
Release notes
New Features
- Automatic Directory Refreshing - DBFM will detect when a working directory has been moved or deleted and automatically navigate back to a valid parent directory.
- Built-in help updated.
- MAJOR changes to the administration screens on file permissions - see built-in-help for explanation on new usage. Essentially it's now an exceptions list as opposed to an allowed-files list.
Bug Fixes
- The upload progress indicator has been re-enabled.
- Renaming files will no longer cause filenames to disappear.
- Various Firefox 3 and Internet Explorer interface fixes.
dbfm 5.x-3.4-beta1
| Download | Size | md5 hash |
|---|---|---|
| dbfm-5.x-3.4-beta1.tar.gz | 2.42 MB | f0d6bb37d174ae7523f4890c01d8fc79 |
| dbfm-5.x-3.4-beta1.zip | 2.5 MB | 6e60cb8d206c99ff8fc5ba0a5d63b1bd |
Release notes
...TBA
dbfm 5.x-3.3
| Download | Size | md5 hash |
|---|---|---|
| dbfm-5.x-3.3.tar.gz | 2.42 MB | 4bcf002f1f7f737834a85831c2e227e7 |
| dbfm-5.x-3.3.zip | 2.5 MB | a791a6854969667fabffcad85d5fb18b |
Release notes
Maintenance release 5.x.3.3 - Changes from the previous stable version (5.x.3.1) include:
This release requires an update to the DBFMgreybox module - see below.
Compatibility
This release contains compatibility fixes for:
Interface Changes
- [R-DBFM5X3-2007] Text errors when re-naming files have been addressed
- [R-DBFM5X3-2008] When linking a file to a node, the full filename is now used
- [R-DBFM5X3-2010] Closing a pop-up window will cause the DBFM browser to re-fresh (requires dbfmgreybox v 5.x.3.0)
- [R-DBFM5X3-2011] Added an option in the admin screens for an auto-browser refresh period. (Although the auto-refresh client function is not yet implemented)
Bug fixes
- #247321: Text Error - Access Denied
- #247310: Text Error - Maximum Filesize
- #247309: Text Error - Filetype Unsupported
- #243243: Warning: Call-time pass-by-reference has been deprecated
- #250839: Cannot Right-Click
- #255757: MD5 checksums not actually being checked when using HTTP replication
- #260598: Default Revision Appears Incorrect
- #261011: Cannot Overwrite An Existing File.
- #260240: R-DBFM5X3-2010 (Closing a pop-up window does not cause the DBFM browser to refresh)
- #253319: Improved ALT text handling for embedded images
- #260699: Canot Remove Roles or Workgroups
- #260191: Maximum Dir and File name length not specified.
- #263659: Error on Saving Properties
- #262523: dbfm's in tinymce shows a standard page
- #261075: R-DBFM5X3-2001 - IE6 – 'Upload File' and 'New Folder' not greyed
- #261077: R-DBFM5X3-2001 - IE6 – Help not Functioning
- #264121: Read Access control inoperant
- #269390: Incorrect Current Revision field in the Revision Properties
Installer
Issues with the install/un-install functions have been corrected:
Known Issues
We are aware of certain greybox pop-up issues with DBFM and Drupal 5.6 or later. These will be addressed in the next release.
Additionally:
- #261038: R-DBFM5X3-2001 - IE6 – Error on first attempt to load a file.
- #261034: R-DBFM5X3-2001 - IE6 – Error Message and Slow Loading
dbfm 5.x-3.2
| Download | Size | md5 hash |
|---|---|---|
| dbfm-5.x-3.2.tar.gz | 2.42 MB | 49124cf894d16c8732053b51e6e0cef1 |
| dbfm-5.x-3.2.zip | 2.5 MB | 1ae8ee876921809c3262ce0a91319ddf |
Release notes
Maintenance release 5.x.3.2 - Changes from the previous stable version (5.x.3.1) include:
This release requires an update to the DBFMgreybox module - see below.
Compatibility
This release contains compatibility fixes for:
Interface Changes
- [R-DBFM5X3-2007] Text errors when re-naming files have been addressed
- [R-DBFM5X3-2008] When linking a file to a node, the full filename is now used
- [R-DBFM5X3-2010] Closing a pop-up window will cause the DBFM browser to re-fresh (requires dbfmgreybox v 5.x.3.0)
- [R-DBFM5X3-2011] Added an option in the admin screens for an auto-browser refresh period. (Although the auto-refresh client function is not yet implemented)
Bug fixes
- #247321: Text Error - Access Denied
- #247310: Text Error - Maximum Filesize
- #247309: Text Error - Filetype Unsupported
- #243243: Warning: Call-time pass-by-reference has been deprecated
- #250839: Cannot Right-Click
- #255757: MD5 checksums not actually being checked when using HTTP replication
- #260598: Default Revision Appears Incorrect
- #261011: Cannot Overwrite An Existing File.
- #260240: R-DBFM5X3-2010 (Closing a pop-up window does not cause the DBFM browser to refresh)
- #253319: Improved ALT text handling for embedded images
- #260699: Canot Remove Roles or Workgroups
- #260191: Maximum Dir and File name length not specified.
- #263659: Error on Saving Properties
- #262523: dbfm's in tinymce shows a standard page
- #261075: R-DBFM5X3-2001 - IE6 – 'Upload File' and 'New Folder' not greyed
- #261077: R-DBFM5X3-2001 - IE6 – Help not Functioning
- #264121: Read Access control inoperant
Installer
Issues with the install/un-install functions have been corrected:
Known Issues
We are aware of certain greybox pop-up issues with DBFM and Drupal 5.6 or later. These will be addressed in the next release.
Additionally:
- #261038: R-DBFM5X3-2001 - IE6 – Error on first attempt to load a file.
- #261034: R-DBFM5X3-2001 - IE6 – Error Message and Slow Loading
- #261018: R-DBFM5X3-2001- IE6 – Displaced DBFM Browser.
dbfm 5.x-3.2-rc1
| Download | Size | md5 hash |
|---|---|---|
| dbfm-5.x-3.2-rc1.tar.gz | 2.2 MB | 614f2d2e2d17ccd50500b909f626063a |
| dbfm-5.x-3.2-rc1.zip | 2.28 MB | b3e73aa56e3971e88696c0166dc16e83 |
Release notes
Second release candidate for maintenance release 5.x.3.2 - Changes from the previous stable version (5.x.3.1) include:
Compatibility
This release contains compatibility fixes for:
Interface Changes
- [R-DBFM5X3-2007] Text errors when re-naming files have been addressed
- [R-DBFM5X3-2008] When linking a file to a node, the full filename is now used
- [R-DBFM5X3-2010] Closing a pop-up window will cause the DBFM browser to re-fresh (requires patch to dbfmgreybox)
- [R-DBFM5X3-2011] Added an option in the admin screens for an auto-browser refresh period. (Although the auto-refresh client function is not yet implemented)
Bug fixes
- #247321: Text Error - Access Denied
- #247310: Text Error - Maximum Filesize
- #247309: Text Error - Filetype Unsupported
- #243243: Warning: Call-time pass-by-reference has been deprecated
- #250839: Cannot Right-Click
- #255757: MD5 checksums not actually being checked when using HTTP replication
- #260598: Default Revision Appears Incorrectnew
- #261011: Cannot Overwrite An Existing File.new
- #260240: R-DBFM5X3-2010 (Closing a pop-up window does not cause the DBFM browser to refresh)new
- #253319: Improved ALT text handling for embedded imagesnew
Installer
Issues with the install/un-install functions have been corrected:
Known Issues
We are aware of certain greybox pop-up issues with DBFM and Drupal 5.6 or later. These will be addressed in the next release.
Additionally:
- #260699: Canot Remove Roles or Workgroups
- #260191: Maximum Dir and File name length not specified.
- #263659: Error on Saving Properties
- #262523: dbfm's in tinymce shows a standard page
- #261075: R-DBFM5X3-2001 - IE6 – 'Upload File' and 'New Folder' not greyed
- #261077: R-DBFM5X3-2001 - IE6 – Help not Functioning
- #261038: R-DBFM5X3-2001 - IE6 – Error on first attempt to load a file.
- #261034: R-DBFM5X3-2001 - IE6 – Error Message and Slow Loading
- #261018: R-DBFM5X3-2001- IE6 – Displaced DBFM Browser.
dbfm 5.x-3.2-rc0
| Download | Size | md5 hash |
|---|---|---|
| dbfm-5.x-3.2-rc0.tar.gz | 2.19 MB | 7100ad1872b3b38b0fe8a7b5911b2633 |
| dbfm-5.x-3.2-rc0.zip | 2.28 MB | 4713a2c4657304a9754a91de4af5d851 |
Release notes
First release candidate for maintenance release 5.x.3.2 - Changes from the previous stable version (5.x.3.1) include:
Compatibility
This release contains compatibility fixes for:
Interface Changes
- [R-DBFM5X3-2007] Text errors when re-naming files have been addressed
- [R-DBFM5X3-2008] When linking a file to a node, the full filename is now used
- [R-DBFM5X3-2010] Closing a pop-up window will cause the DBFM browser to re-fresh (requires patch to dbfmgreybox)
- [R-DBFM5X3-2011] Added an option in the admin screens for an auto-browser refresh period. (Although the auto-refresh client function is not yet implemented)
Bug fixes
- #247321: Text Error - Access Denied
- #247310: Text Error - Maximum Filesize
- #247309: Text Error - Filetype Unsupported
- #243243: Warning: Call-time pass-by-reference has been deprecated
- #250839: Cannot Right-Click
- #255757: MD5 checksums not actually being checked when using HTTP replication
Installer
Issues with the install/un-install functions have been corrected:
dbfm 5.x-3.1
| Download | Size | md5 hash |
|---|---|---|
| dbfm-5.x-3.1.tar.gz | 2.19 MB | f4dcab747a8cff23346e43e72bdd09c9 |
| dbfm-5.x-3.1.zip | 2.27 MB | 119b605828a7dfeff82f96f78ac1623e |
Release notes
- Changed cron/file replication from SQL to HTTP_GET requests for better traffic shaping
- Numerous bug fixes, including the module installer.
This release requires:
- DAPI 5.x.1.0
- DBFMgreybox 5.x.2.0
- jstools 5.x.0.6 (doesn't work with other versions).
The Organic Groups 5.x.5.4 and Database Replication 5.x.0.1 may also be used.
Once you have installed all of the above modules, you must go to the admin screen for DBFM and SAVE the properties.
You must also go to the admin screen for dbfmgreybox and SAVE the properties.
If you have installed Database Replication you must also go to the admin screen for replication settings and SAVE the properties.
dbfm 5.x-3.0
| Download | Size | md5 hash |
|---|---|---|
| dbfm-5.x-3.0.tar.gz | 1.87 MB | 714d5c687a2e6909a2702f06e8bf64f1 |
| dbfm-5.x-3.0.zip | 1.95 MB | b8d5ab5d21795478ad04d64ae9f6bfaa |
Release notes
This release adds support for multi-site replication, when using in conjunction with the replication module.
dbfm 5.x-2.2
| Download | Size | md5 hash |
|---|---|---|
| dbfm-5.x-2.2.tar.gz | 1.84 MB | 7dfb3a78dd25d29b33b68753f525d2bc |
| dbfm-5.x-2.2.zip | 1.92 MB | 4c6ae1c45b76e797d276d93fee3edfef |
Release notes
This release of DBFM includes built-in help.
dbfm 5.x-2.1
| Download | Size | md5 hash |
|---|---|---|
| dbfm-5.x-2.1.tar.gz | 220.61 KB | 9c364fbb18af2d8993bbbe6a294f1f5d |
| dbfm-5.x-2.1.zip | 249.89 KB | 41a5db3fb504d97e61bf3ca0ab492d4c |
Release notes
The DBFM module is an off-shoot of WebFM, designed to store files in a database as opposed to the filesystem.
This release contains many bug fixes over the previous version, including GUI enhancements and IE support.
DBFM is, in much the same way as WebFM, the file manager is based on a hierarchical directory structure unlike the traditional flat file-system used to date. DBFM uses AJAX to allow administrators to arrange files in the database in the same way they do with file managers on their personal systems.
Features
- Application-like look and feel via AJAX
- Drag and drop moves of files and directories
- Attachment of files to nodes
- Embedding of images in the filesystem to nodes
- Single file upload
- File delete/rename/view/download-file/attach/embed/acls
- File revision management
Coming Soon:
- File search(in development)
- File subscriptions(in development)
This module is based on WebFM and is being developed by eServGlobal
dbfm 5.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| dbfm-5.x-2.x-dev.tar.gz | 186.34 KB | 647caee128bcccca910a47efef10e2df |
| dbfm-5.x-2.x-dev.zip | 200.68 KB | 50d63ec3d7bd4616bcf717e2018ceabd |
Release notes
Version 2 developer snapshots