Version 3.5.3 of the Repository Module has been submitted to the release tracker and the process of validating and certifying the release has begun.
You can track it's progress here
http://www.dotnetnuke.com/Community/E...
If you want to download the Release Candidate while it's being certified in the Release Tracker, you can do so here
http://www.gooddogs.com/Downloads/tab...
DotNetNuke Repository Module version 3.5.3
Release Notes:
=============================================================
PLATFORM:
--------------------------------------------------------------------------------------------------------------------------
This release is compiled against the .Net 3.5 Framework using VS2010
The minimum DotNetNuke core version is 5.3.1
INSTALLATION:
--------------------------------------------------------------------------------------------------------------------------
IMPORTANT: If you have modified any of the standard templates that are part of the Repository package, be sure to back them up before installing this new release, then restore them after the release has been installed. Or you can copy them to the /Portals/n/RepositoryTemplates folder which is the preferred location for modified templates should be stored.
ENHANCEMENTS:
--------------------------------------------------------------------------------------------------------------------------
- Item level security - you can now require specific role membership on individual items for downloading. Add a [SECURITYROLES] token to your form.html template file and then you will be able to check off any required roles. If no roles are checked, the item is public and everyone will be able to download the item.
- Personal repositories - A new module setting has been added that allows the admin to setup the module as a 'personal' repository. Visitors will only be able to see and download items that they've uploaded.
Blog post on using the feature is at http://www.gooddogs.com/Blog/tabid/97...
- Details view - A new details view has been added, so you can use the template.html view for a 'list' and add a [SHOWDETAILSPAGE] token to the template.html file. Clicking that hyperlink will display the details view as definded by the details.html / details.xml template files. (see the new metro template for an example). Using a [SHOWLISTPAGE] token on the details view will allow the user to return to the list view.
Blog post on using the feature is at http://www.gooddogs.com/Blog/tabid/97...
- EmailOnComment - A new module setting allows you to request an email be sent whenever a comment is left on a repository item. Check the box to enable notification, and enter the email address where you would like the notifications sent
- EmailOnUpload - A new module setting allows you to request an email be sent whenever a new Item is uploaded to your repository. Check the box to enable notification, and enter the email address where you would like the notification sent
TEMPLATES:
--------------------------------------------------------------------------------------------------------------------------
- default2 (new template). Similar to the default template, but a little cleaner and more whitespace around elements
- metro (new template) Incorporates some 'metro' style formatting