Products

Solutions

Resources

Partners

Community

About

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsRepositoryRepositoryRepository 3.01.14 Release Candidate posted for testingRepository 3.01.14 Release Candidate posted for testing
Previous
 
Next
New Post
11/2/2007 12:22 PM
 

A development build of the 3.01.14 Release Candidate is available for downloading and testing at
http://www.gooddogs.com/dotnetnuke/Downloads/tabid/57/Default.aspx

PLEASE READ THE DISCLAIMER AT THE TOP OF THE PAGE BEFORE DOWNLOADING AND INSTALLING A DEVELOPMENT BUILD

This is the (hopefully) final release candidate for 3.01.14 and unless any showstopper issues are found within the next day or two will be the version submitted to the DotNetNuke Release Tracker. Feel free to download the release candidate and please let me know if you find any issues.

3.01.14 RELEASE NOTES:

DotNetNuke.Modules.Repository

=======================================================================
Development Build Release Notes
=======================================================================

=======================================================================
Version History
=======================================================================

=======================================================================
03.01.14 Build 28652
Released 07.07.2007
=======================================================================

-- Fixed a bug in which the Moderate Button was injecting the ModuleID
   into the URL twice causing a problem if the web site was using a 3rd
   party utility that would process the querystring.

 

-- Enhancemment: New template tags added
   [CURRENTUSER] This tag will be replaced at runtime with a property
   from the current user's User record. The property that is rendered
   is controlled by the template.xml file as a setting for the object.

   There are two settings for the [CURRENTUSER] token.

     +Property -- identifies the user property to render
       possible values:
       UserID | UserName | DisplayName | EMail | FirstName | LastName

     +Default -- if the current user is not logged in, then this is
      the string value that will be returned for all properties

     -- sample template.xml entry
     <Object>
       <Token>[CURRENTUSER]</Token>
         <Settings>
           <Setting>
             <Name>Property</Name>
             <Value>DisplayName</Value>
           </Setting>
           <Setting>
             <Name>Default</Name>
             <Value>UnknownUser</Value>
           </Setting>
         </Settings>
     </Object>

    [USERPROFILE] -- same as CURRENTUSER above, except data comes from
    the user's profile record instead of their user record

    There are two settings for the [USERPROFILE] token.

      +Property -- identifies the user property to render
         possible values:
         Cell | City | Country | Fax | FirstName | FullName | IM
         LastName | PostalCode | PreferredLocale | Region | Street
         Telephone | TimeZone | Unit | WebSite

      +Default -- if the current user is not logged in, then this is
       the string value that will be returned for all properties

 

=======================================================================
03.01.14 Build 35870
Released 08.01.2007
=======================================================================

-- Fixed an issue where the wrong item would be downloaded or opened if
   you clicked on a file link in a Dashboard on a different page then
   the Repository Module. The issue was a mispelled ViewState variable
   that kept track of the item's ID. The code would check for mItemID
   but the code that set the variable was setting mitemID (lower case i)
   Since mItemID was always blank, it would default to the first item
   in the Repository instead of the item being displayed.

 

=======================================================================
03.01.14 Build 13784
Released 08.04.2007
=======================================================================

-- Added support for a DOWNLOAD setting on the FILENAME option for
   Dashboard file-type modules. Setting DOWNLOAD equal to true will
   change the behavior of hyperlinks for files in Dashboard modules,
   triggering the download dialog box instead of navigating to the
   Repository module and displaying the item.

 

=======================================================================
03.01.14 Build 26574
Released 08.09.2007
=======================================================================

-- Fixed a bug in the Moderator screen that was causing the Edit pencil
   icon to not display. Moderators can now edit an unapproved item

 

=======================================================================
03.01.14 Build 13179
Released 09.02.2007
=======================================================================

-- Fixed bug where selecting an item via the PermaLink URL or via a
   Dashboard file entry, the Comment Count would be 0. The fix was a
   change to the grmGetSingleRepository stored procedure. If you are
   already running a previous dev build, then after installing this
   build, you'll have to run the 3.01.14.SqlProvider manually by
   copying the text (do not copy the final GO line ), and pasting it
   into the Host->SQL page, make sure to check the 'execute as script'
   checkbox.

 

-- Fixed bug where after selecting an item via the PermalLink URL, you
   could not change categories.

 

-- Fixed bug in Search collection routine. When you searched using the
   core search function and found an item in a Repository module, the
   URL link would not work. It contained grm2id instead of id. NOTE:
   After installing this build and Re-Indexing content using the
   Host->Search Admin page function, I was still getting grmid in the
   results URL. I had to manually deleted the rows from the SearchItems
   table for my Repository moduleid, then Re-Index content in order
   for the new search items to appear. Then on the Search results I
   would see id instead of grm2id.

 

=======================================================================
03.01.14 Build 15245
Released 10.12.2007
=======================================================================

-- Added CreatedDate as sort option

-- REP-4544 Repository - UpdateSettings Bug.  Fixed bug where trying
   to MOVE a Repository module to another page was not working

-- REP-5104 Error message when HELP + REPOSITORY modules are on the
   same page

-- REP-3509 FB-150: Repository - cancel link does not take control back to child screen

 

=======================================================================
03.01.14 Build 22825
Released 10.25.2007
=======================================================================

-- Added support for 2 new token tags in FORM.HTML

   [URLCONTROLFILE] and [URLCONTROLIMAGE]
  
   Using [URLCONTROLFILE] in your FORM.HTML file instead of [FILE] will
   use a DotNetNuke URLControl to enable you to upload a file or Select
   an existing file from the file system.

   Using [URLCONTROLIMAGE] in your FORM.HTML file instead of [IMAGE]
   will allow you to upload a new image or select an existing image
   from the file system

 

=======================================================================
03.01.14 RC1 Build 16515
Released 10.31.2007
=======================================================================

-- fixed a problem with the new [URLCONTROLFILE] and [URLCONTROLIMAGE]
   tokens. If you uploaded a file using the new controls, the filesize
   would be displayed as 0 bytes. It now displays the actual filesize

 

-- Implemented new logic for the "All Files" category. There is a new
   setting in the module settings. A checkbox named "Show All Files". If
   checked, then in the Categories dropdown an entry for 'All items'
   will be inserted at the top of the list. Selecting 'All items' from
   the categories dropdown will display ALL items regardless of their
   category membership.

 

-- The logic for the new 'All items' filter was extended to the
   Dashboard module. If the repository module setting for 'Show All
   Items' is checked, AND you are using one of the category modes, then
   an 'All items' hyperlink will be displayed along with the categories

 

-- With the above changes, your existing "ALL Files" category is now
   just a simple category, you can delete or rename it to something
   else. The logic to enforce the first category has been removed from
   the upload/edit process. You can now upload an item and not associate
   it with any categories at all if you do not check any. You would then
   only see the item if you selected the new 'All items' filter.

 

-- The text for 'All items' in both the repository module and the
   dashboard module is localized, you can change the text by editing
   the key in the Localresources file for the module.

 

=======================================================================
03.01.14 RC2 Build 26898
Released 10.31.2007
=======================================================================

-- fixed a minor issue with the Dashboard module where the 'All items'
   hyperlink would sometimes not be listed first. It is now always listed
   as the first item in the category list.

 

=======================================================================
03.01.14 RC3 Build 15506
Released 10.31.2007
=======================================================================

-- Now that you can delete the existing "ALL" category, I fixed some
   minor issues to make sure your repository module will work properly
   IF you have a module with NO categories defined at all. I also
   fixed some minor issues with the Upload/Edit form and the Dashboard
   when there are no categories defined for a module.


 

 
New Post
11/2/2007 5:02 PM
 

Wow, looks great.

In the last dev release, the following was not working:

Added support for a DOWNLOAD setting on the FILENAME option for
   Dashboard file-type modules. Setting DOWNLOAD equal to true will
   change the behavior of hyperlinks for files in Dashboard modules,
   triggering the download dialog box instead of navigating to the
   Repository module and displaying the item.
Is it now solved definitely ?
DV FX

 
New Post
11/5/2007 9:45 AM
 

Hi, there are some minor issues I already found in the predecessor version, but still remain in the RC3 build:
- the RichText Editor Field in for the article summary ("articles" and "niftytoggle" template) will not show (tested on windows XP with I.E. 7 and Firefox 2.0.0.9 and DNN 04.06.02). I found out that the hight setting of 100 in form.xml is not enough. Should be 150 at least.
- the default text for the Article and the Article Summary ("Add Article Text..." and "Add Article Summary...") are in form.xml. So I have trouble with localization. I could leave them blank, however.
your's
felix

P.S.
I tried to submit the bugs/issues in gemini, but had no rights to do so. So: what's the best way to submit bugs?

P.P.S
Thanks for the great work already done :-)

 
New Post
11/6/2007 12:54 AM
 

Thanks for the feedback, I'll make sure to fix those issue prior to officially submitting 3.01.14 to the Release process.

 
New Post
11/8/2007 3:44 AM
 

First of all, THANK YOU for your great work.

There are two issues with the "PERMALINK" that the new version doesn´t fix at all.

- When you access an item throught permalink, then you switch to a new category (using the drop down box), you can not edit an item (the previous item - displayed with permalink is shown)
- When you access an item throught permalink, then you switch to a new category (using the drop down box), you can not comment an item (the previous item - displayed with permalink is shown)

 

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsRepositoryRepositoryRepository 3.01.14 Release Candidate posted for testingRepository 3.01.14 Release Candidate posted for testing


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out