private_upload 6.x-1.0-rc3

Bug fixes
Unsupported

#277692 by justinrandell, stop private upload form replacing existing files

#498840 by Jody Lynn, prevent race condition bug that can misset the private file variable

#646098 by Jody Lynn, coder style fixes, uninstall function

There are still open critical issues with this module, including http://drupal.org/node/801470. This release is simply to catch up the recommended version with bug fixes that have been in the dev version for some time. (This is currently identical to the DRUPAL-6--1 dev branch)

private_upload 5.x-1.0-rc2

Bug fixes
Unsupported

Unfortunately, the first RC is bad. When I forked the DRUPAL-5 and DRUPAL-6--1 branches, I think I accidentally reverted. Anyway, RC2 should be good to go.

private_upload 6.x-1.0-beta2

Bug fixes
Unsupported

* Fixed issue with attaching to node on creation.
* Fixed issue with preview dropping private value.

private_upload 6.x-1.0-beta

Unsupported

Mostly a by-the-book port of 5.x-1.0-RC.
I Needed to added hook_file_download to replace the node-level access control that was removed in Drupal 6 core. Since a file can now be attached to multiple nodes, a user can now see a file if, and only if, they have access to view at least one of the nodes the file is attached to.
Also, I removed the obsolete migration code.

private_upload 5.x-1.0-rc

Bug fixes
Unsupported

Rolling in contributed fixes on the way to drupal 6 update.

private_upload 5.x-1.0-beta6

Bug fixes
Unsupported

Small fixes to private_upload_form_validate:
Removed "Hi Tao" message;
Moved db weight correction here from _admin (and corrected math);
Wrapped messages in t();

private_upload 5.x-1.0-beta5

Bug fixes
Unsupported

Fixed warning by breaking out pu_requirements and _pu_requirements.
Make sure module runs after upload module by bumping weight. Hopefully will address http://drupal.org/node/200537 (thanks schultkl)
http://drupal.org/node/202235: schultkl's Fix for migrating private files if same file attached to multiple roles.

private_upload 5.x-1.0-beta4

Bug fixes
Unsupported

Updating the status checks.
Fixed http://drupal.org/node/201547 No longer using get_header(). Thanks schultkl.
Fixed http://drupal.org/node/199920 PHP4 doesn't like default values for references.
Creating test file in private folder.

Subscribe with RSS Subscribe to Releases for Private Upload