Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 12/14/2011 2:12 PM by  Peter Donker
DMX 06.00.00 Released
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
11/29/2011 7:41 PM
    Hi All,

    This is the blogpost with all the details on this release:
    http://www.bring2mind.net...hange-6-is-here.aspx

    The change list is as follows:
    New Feature: Files can have thumbnails
    New Feature: Ability to specify people with Document Admin rights which gives them almost all admin capabilities
    New Feature: Subscription manager allows admin to examine and control subscriptions to items and hence notifications
    New Feature: Language files can now be downloaded directly from Bring2mind without the need to go to the site.
    New Feature: New upload control using Silverlight allows multiple file selection
    New Feature: Integrated mail application allows users to mail documents to others with many options
    New Feature: New default view UI now only shows 2 panels. The old 3 panel UI is optional.
    New Feature: The details of a file can be seen by selecting "properties" from the context menu
    New Feature: Doc Admins can recover hard deleted files from the "Graveyard"
    Enhancement: Revised view template management allows template sharing across the portal
    Enhancement: Revised view template syntax to allow for more powerful and complex templates (incl. Javascript)
    Enhancement: Search engine revision should make it less prone to errors
    Enhancement: Revision of the way content localization is implemented in the database
    Enhancement: Improvements to IPortable should make it less prone to errors when used in portal templates
    Enhancement: Lucene search engine update to 2.9. Supports highlighting as well.
    Change: Code namespace reorganization
    Change: Dependency to DNN 5.2.3

    As always and more important than ever: follow the precautionary instructions when upgrading outlined in the blog post.

    Peter
    Peter Donker
    Veteran Member
    Veteran Member
    Posts:4536


    --
    12/14/2011 2:12 PM
    A glitch prevents the Sync Folder logic from running in DMX 6. Please run the following SQL under Host > SQL:

    UPDATE SCHEDULE
    SET TypeFullName='Bring2mind.DNN.Modules.DMX.Services.SyncFolders.SyncFolderTask, BRING2MIND.DNN.MODULES.DMX.CORE'
    WHERE TypeFullName='Bring2mind.DNN.Modules.DMX.Framework.SyncFolderTask, BRING2MIND.DNN.MODULES.DMX.CORE'
    GO

    UPDATE SCHEDULE
    SET TypeFullName='Bring2mind.DNN.Modules.DMX.Framework.Maintenance, BRING2MIND.DNN.MODULES.DMX.CORE'
    WHERE TypeFullName='Bring2mind.DNN.Modules.DMX.Services.Schedule.Maintenance, BRING2MIND.DNN.MODULES.DMX.CORE'
    GO

    You are not authorized to post a reply.