Finally :) The new release, 03.01.12 has been packaged and submitted to the Release Tracker.
IMPORTANT NOTICE!: Because some of these fixes/enhancements use updated core functions, Version 03.01.12 of the Repository Module requires DotNetNuke 3.3.X/4.3.X or greater.
Repository 03.01.12 Release Notes
REP-5073 Required tag ignored for [FILE] tag in articles template
fixed. For new files being uploaded, the form will look in the form.xml file for the "FILE" object and a setting named "Required". If the
setting is "true" then the file will be required. If it's anything else, the file will not be required. The default is "true"
REP-5072 2GB limit in portal size when using Repository
fixed. the module now uses the core functions to determine portal size
REP-3093 Files with spaces in the name not downloadable by Firefox
fixed. spaces are automatically replaced with an underscore (_) character
REP-4100 Text ALL is not localized in Attributes feature
fixed. Text is now retrieved from resource file
REP-4207 Repository
fixed. ServerTime is now converted to user time based on user's profile timezone value. Also, in addition to the default 'DateFormat' value in the .xml file, you can add locale specific formats, eg: 'DateFormat-en-US'
REP-2584 Editing Item Using Directory Template Sets Filesize to 0
fixed. Filesize is retained if a new file is not uploaded
REP-5247 Only http URLs work, https, ftp do not
fixed. http, https, ftp and gopher are now supported for file URLs
REP-3046 Admin editing then approving upload does not generate notification email
fixed. editing an entry no longer 'auto-approves' and upload. If a moderator edits an entry, after editing, you will be returned to the moderation page and will then need to approve or reject the entry. Upon approval, an email is sent to the uploader.
REP-5002 Search for multiple words does not work
fixed. added support for multiple keywords. searching now also supports double-quotes, so entering brown fox without quotes will find entries with brown OR fox but entering "brown fox" with double quotes will find entries with brown immediately followed by fox.
REP-5009 DOWNLOAD tag allways opens link in new window
fixed. The default is to open in a new window. In template.xml you can set "Target" setting for "DOWNLOAD" object to "SELF" to open in the same window.
REP-3782 Add support for 'permalinks'
fixed. added [PERMALINK] tag which can be used in template.html to provide a permalink URL for each entry
REP-3869 Portal level template always uses images from Global templates
fixed. the module now looks in a local (portal) folder first for images before looking in the global (DesktopModules) folder
REP-3792 Add [TABID] tag to template parser
fixed. added [TABID] tag which display the value of the current active tabid
REP-4171 Repository, Uninstall Issue
fixed. all files and database entities are removed upon uninstall
REP-3470 BUG-Export Content
fixed. data is now properly exported
REP-3829 BUG - Import Content
fixed. exported data is now properly imported
REP-2245 Removing categories makes items not reachable
fixed. you can no longer remove a category if at least one entry is assigned to that category. You have to remove items from the category first, then you can delete the category
REP-2378 ENH-Nest Categories
fixed. added support for unlimited sub-categories.
In HEADER.XML (for category selection) you can now specify a control type for the CATEGORIES object. A setting of "DropDownList" for the "ControlType" object will render a drop down list of catgories. Sub-categories are displayed using a breadcrumb format. You can also set the "ControlType" to "Tree" which will render a DNNTree Control.
In FORM.XML (for data entry) the "Categories" object has a setting named "Select", the default value is "MULTIPLE" which renders checkboxes. You can also specify "SINGLE" which renders radio buttons, and now you can also specify "TREE" which will render a DNNTree control with checkboxes.
REP-3975 ENH-Change the length of the Title Field
fixed. changed the length of the title field from 50 to 150 characters
REP-2791 HttpCookieCollection.Remove Error
fixed. error no longer occurs
REP-4347 BUG - Dashboard Tooltip Not Localized
fixed. text value is now retrieved from the resource file
REP-2872 User Upload Available to Unauthorized Users
fixed. added check to ensure that only authorized users can access the upload page
REP-2394 Module Basic Permissions Have No Effect
fixed. permissions are now applied/checked properly
REP-2118 Externally Linked No Image File Not Displaying
fixed. you can now link to an external image for the 'no image' file
REP-4485 BUG/ENH-Check for valid URL on [URL] tag
fixed. URL entries are now validated