Releases for Private Upload
private_upload 6.x-1.0-rc2
| Download | Size | md5 hash |
|---|---|---|
| private_upload-6.x-1.0-rc2.tar.gz | 15.26 KB | 7b1d018bbee887a4be49640a39ddacd0 |
private_upload 6.x-1.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| private_upload-6.x-1.0-rc1.tar.gz | 15.43 KB | dc47fe00f7c5e3af4aa587b3fec9267f |
* http://drupal.org/node/283982: Fixed error on edit.
* http://drupal.org/node/281821: Fixed warning on save.
private_upload 5.x-1.0-rc2
| Download | Size | md5 hash |
|---|---|---|
| private_upload-5.x-1.0-rc2.tar.gz | 14.05 KB | 20df5737fc9269a2afcbfcf18c1ecc31 |
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
| Download | Size | md5 hash |
|---|---|---|
| private_upload-6.x-1.0-beta2.tar.gz | 15.33 KB | 1f9ca686246a1656cf265e9c04db462a |
* Fixed issue with attaching to node on creation.
* Fixed issue with preview dropping private value.
private_upload 6.x-1.0-beta
| Download | Size | md5 hash |
|---|---|---|
| private_upload-6.x-1.0-beta.tar.gz | 14.88 KB | 38666d16230dfccf7bb4c1d71723b51f |
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 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| private_upload-6.x-1.x-dev.tar.gz | 15.4 KB | 54d73bfb5029245979668b74b3ee8305 |
Starting the Drupal 6 port
private_upload 5.x-1.0-rc
| Download | Size | md5 hash |
|---|---|---|
| private_upload-5.x-1.0-rc.tar.gz | 14.13 KB | 5ddcf7f4ce3ec5f9d1be6e0242383790 |
Rolling in contributed fixes on the way to drupal 6 update.
private_upload 5.x-1.0-beta6
| Download | Size | md5 hash |
|---|---|---|
| private_upload-5.x-1.0-beta6.tar.gz | 13.97 KB | b269f41ad0a1e6915778ad07f4a50da7 |
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
| Download | Size | md5 hash |
|---|---|---|
| private_upload-5.x-1.0-beta5.tar.gz | 13.96 KB | bcb9db42dd8f5fd4eb24f123a5dcd7a2 |
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
| Download | Size | md5 hash |
|---|---|---|
| private_upload-5.x-1.0-beta4.tar.gz | 13.66 KB | 8767984ea6efb959c081d788e9d62a38 |
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.
private_upload 5.x-1.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| private_upload-5.x-1.0-beta3.tar.gz | 12.78 KB | 1e0818ec9cc104211398e8cbd3d3d8a2 |
Fixes: http://drupal.org/node/199245
Modifies view handing to show private URL.
private_upload 5.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| private_upload-5.x-1.0-beta2.tar.gz | 12.2 KB | 322a3bab5d9aad0c972d8df90d704ff7 |
Cleaning up and testing the status generation functions.
private_upload 5.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| private_upload-5.x-1.0-beta1.tar.gz | 12.27 KB | c5d1c1f48fe16371911d31a649cf4b20 |
Close to a complete rewrite.
private_upload 5.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| private_upload-5.x-1.x-dev.tar.gz | 14.1 KB | 3a000bc638b0492b1a9698c564b97210 |
First release
