Releases for Private Upload

private_upload 6.x-1.0-rc2

starbow - July 26, 2008 - 00:50
Official release from CVS tag: DRUPAL-6--1-0-RC2
Download: private_upload-6.x-1.0-rc2.tar.gz
Size: 15.26 KB
md5_file hash: 7b1d018bbee887a4be49640a39ddacd0
First released: July 26, 2008 - 00:50
Last updated: July 26, 2008 - 00:55

http://drupal.org/node/285709

private_upload 6.x-1.0-rc1

starbow - July 17, 2008 - 19:52
Official release from CVS tag: DRUPAL-6--1-0-rc1
Download: private_upload-6.x-1.0-rc1.tar.gz
Size: 15.43 KB
md5_file hash: dc47fe00f7c5e3af4aa587b3fec9267f
First released: July 17, 2008 - 19:52
Last updated: July 17, 2008 - 19:55

* 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

starbow - July 9, 2008 - 17:46
Official release from CVS tag: DRUPAL-5--1-0-RC2
Download: private_upload-5.x-1.0-rc2.tar.gz
Size: 14.05 KB
md5_file hash: 20df5737fc9269a2afcbfcf18c1ecc31
First released: July 9, 2008 - 17:46
Last updated: July 9, 2008 - 17:50

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

starbow - July 9, 2008 - 02:29
Official release from CVS tag: DRUPAL-6--1-0-BETA2
Download: private_upload-6.x-1.0-beta2.tar.gz
Size: 15.33 KB
md5_file hash: 1f9ca686246a1656cf265e9c04db462a
First released: July 9, 2008 - 02:29
Last updated: July 9, 2008 - 02:30

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

private_upload 6.x-1.0-beta

starbow - July 8, 2008 - 18:15
Official release from CVS tag: DRUPAL-6--1-0-BETA
Download: private_upload-6.x-1.0-beta.tar.gz
Size: 14.88 KB
md5_file hash: 38666d16230dfccf7bb4c1d71723b51f
First released: July 8, 2008 - 18:15
Last updated: July 8, 2008 - 18:20

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

starbow - July 8, 2008 - 01:18
Nightly development snapshot from CVS branch: DRUPAL-6--1
Download: private_upload-6.x-1.x-dev.tar.gz
Size: 15.26 KB
md5_file hash: 8ff6b77be39d7977850cbdf3f0f3f7a4
First released: July 8, 2008 - 01:18
Last updated: July 26, 2008 - 12:06

Starting the Drupal 6 port

private_upload 5.x-1.0-rc

starbow - July 8, 2008 - 01:01
Official release from CVS tag: DRUPAL-5--1-0-RC
Download: private_upload-5.x-1.0-rc.tar.gz
Size: 14.13 KB
md5_file hash: 5ddcf7f4ce3ec5f9d1be6e0242383790
First released: July 8, 2008 - 01:01
Last updated: July 8, 2008 - 01:05

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

private_upload 5.x-1.0-beta6

starbow - December 20, 2007 - 23:12
Official release from CVS tag: DRUPAL-5--1-0-beta6
Download: private_upload-5.x-1.0-beta6.tar.gz
Size: 13.97 KB
md5_file hash: b269f41ad0a1e6915778ad07f4a50da7
First released: December 20, 2007 - 23:12
Last updated: December 20, 2007 - 23:15

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

starbow - December 20, 2007 - 10:18
Official release from CVS tag: DRUPAL-5--1-0-beta5
Download: private_upload-5.x-1.0-beta5.tar.gz
Size: 13.96 KB
md5_file hash: bcb9db42dd8f5fd4eb24f123a5dcd7a2
First released: December 20, 2007 - 10:18
Last updated: December 20, 2007 - 10:20

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

starbow - December 17, 2007 - 23:47
Official release from CVS tag: DRUPAL-5--1-0-beta4
Download: private_upload-5.x-1.0-beta4.tar.gz
Size: 13.66 KB
md5_file hash: 8767984ea6efb959c081d788e9d62a38
First released: December 17, 2007 - 23:47
Last updated: December 17, 2007 - 23:50

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

starbow - December 10, 2007 - 17:47
Official release from CVS tag: DRUPAL-5--1-0-beta3
Download: private_upload-5.x-1.0-beta3.tar.gz
Size: 12.78 KB
md5_file hash: 1e0818ec9cc104211398e8cbd3d3d8a2
First released: December 10, 2007 - 17:47
Last updated: December 10, 2007 - 17:50

Fixes: http://drupal.org/node/199245
Modifies view handing to show private URL.

private_upload 5.x-1.0-beta2

starbow - December 1, 2007 - 21:34
Official release from CVS tag: DRUPAL-5--1-0-beta2
Download: private_upload-5.x-1.0-beta2.tar.gz
Size: 12.2 KB
md5_file hash: 322a3bab5d9aad0c972d8df90d704ff7
First released: December 1, 2007 - 21:34
Last updated: December 1, 2007 - 21:35

Cleaning up and testing the status generation functions.

private_upload 5.x-1.0-beta1

starbow - December 1, 2007 - 02:31
Official release from CVS tag: DRUPAL-5--1-0-beta1
Download: private_upload-5.x-1.0-beta1.tar.gz
Size: 12.27 KB
md5_file hash: c5d1c1f48fe16371911d31a649cf4b20
First released: December 1, 2007 - 02:31
Last updated: December 1, 2007 - 02:35

Close to a complete rewrite.

private_upload 5.x-1.x-dev

starbow - June 20, 2007 - 16:56
Nightly development snapshot from CVS branch: DRUPAL-5
Download: private_upload-5.x-1.x-dev.tar.gz
Size: 14.06 KB
md5_file hash: 6dd99293c9624caa1e42c520a67d0fd5
First released: June 20, 2007 - 16:56
Last updated: July 18, 2008 - 00:09

First release

 
 

Drupal is a registered trademark of Dries Buytaert.