Hotfixes - Release Notes

Hotfix 2013.11.1

Release Notes MatchPoint Framework 2013.11.1

Features and Improvements

  • 24871: Implement an option to add version number to css and js files
    Now it possible to configure the revision number which will be applied to all CSS and JS files. By default, MatchPoint assembly file version number will be applied to the files.
  • 25133: Sept CU 2020 - Support (7447)
    Starting with September 2020 SharePoint </span>CU, user controls need to be marked as safe, otherwise the entire application will fail. The fix will be provided via MatchPoint install or MatchPoint update. </div></span>

    Bugfixes

  • 24802: [Newsroom] Publishing date after midnight is displayed as one Day before
    Fixed SharePoint issue where DateTime values after midnight were converted to pretty print DateTime format but with incorrect Date and Time.
  • 23082: Make sure Snowflake items are sent to recycle bin on delete action
    Fixed an issue which caused Assets deleted from MP forms to be removed completely.
    Deleted items are now moved to the System account's recycle bin instead. This applies if recycling items are enabled at web application level.
  • 15954: Tag column in list view renders HTML in Modern Views
    Officially, MatchPoint products are compatible with Classic views of a page. This issue is happening only on Modern Views.</div>
    A fix was tried anyway but now the issue is On Hold. The reason is that it is a SharePoint issue. Even the out of the box "Target Audiences" field has the same issue.
    Pending for a fix from Microsoft. Please use Classic Views in the meantime.
    </span>
  • 18261: Umlaut characters not rendered in SendMail with isHtml (7216)
    The email body is now forced to be displayed in UTF8 format.

Release Notes MatchPoint Intranet 2013.11.1

Features and Improvements

Mandatory
  • 25133: Sept CU 2020 - Support (7447)

    Starting with September 2020 SharePoint </span>CU, user controls need to be marked as safe, otherwise the entire application will fail. The fix will be provided via MatchPoint install or MatchPoint update. </div></span> There are no changes to files of the following types: .xml .js .css .ascx

    Bugfixes

    Optional
  • 18881: [Mobile] Accessibility environments are not showing User Name under main menu Overview There are no changes to files of the following types: .xml .js .css .ascx

  • 22271: [Timeline] Post button enabled on second empty Reply SocialTimeline There are no changes to files of the following types: .xml .js .css .ascx
  • 25417: User's DisplayName can be used to inject HTML in MPSnow.User.Link.ascx and other controls PagesDisplay There are no changes to files of the following types: .xml .js .css .ascx

    Highly recommended
  • 22147: In some cases, Integer fields requires AutoDetect value condition

    ListDataProvider is causing the issue with condition on INTEGER SharePoint columns if there are more than 500 list items. </div>
    Setting the field type in conditions from Number to AutoDetect will fix this issue.
    </span> There are no changes to files of the following types: .xml .js .css .ascx

Release Notes Newsroom Snowflake 2013.11.1

Features and Improvements

Mandatory
  • 25133: Sept CU 2020 - Support (7447)
    Starting with September 2020 SharePoint </span>CU, user controls need to be marked as safe, otherwise the entire application will fail. The fix will be provided via MatchPoint install or MatchPoint update. </div></span> There are no changes to files of the following types: .xml .js .css .ascx

Bugfixes

Optional
  • 17390: [Newsroom] Edit news preferences contextual action disappears on some viewsn_NewsPreferences
    Newsroom\Modules\cf\NewsroomSnowflakeConfiguration
    NewsroomSnowflakeConfiguration.xml
    Changes have also been made in code behind.
  • 24802: [Newsroom] Publishing date after midnight is displayed as one Day before Content
    Fixed SharePoint issue where DateTime values after midnight were converted to pretty print DateTime format but with incorrect Date and Time.
    There are no changes to files of the following types: .xml .js .css .ascx
  • 15646: Issue in Link Regex - MultiLinkField.jsn_Wizards
    A new link validation has been introduced in order to extend the accepted urls. Diego Perini's Regex has been used in this case.
    There are no changes to files of the following types: .xml .js .css .ascx
  • 25417: User's DisplayName can be used to inject HTML in MPSnow.User.Link.ascx and other controlsPagesDisplay
    Newsroom\Layouts\Colygon.MatchPoint.Snow.Newsroom\usercontrols
    MPS.Newsroom.Wizard.NewsSelection.ascx

    Newsroom\Modules\cf\CompositeRefinementWebPartConfiguration
    MPS.Newsroom.Workspace.Items.RefinementAll.xml

    Highly recommended
  • 22147: In some cases, Integer fields requires AutoDetect value condition

    ListDataProvider is causing the issue with condition on INTEGER SharePoint columns if there are more than 500 list items. </div>
    Setting the field type in conditions from Number to AutoDetect will fix this issue.
    </span>
    Newsroom\Modules\cf\NewsScheduledPublisherConfiguration
    MPS.Newsroom.TimerJobs.ScheduledPublishing.xml

    Newsroom\Modules\cf\CompositeRefinementWebPartConfiguration
    MPS.Newsroom.Workspace.Items.RefinementAll.xml

    Newsroom\Modules\cf\NewsTimelinePublisherConfiguration
    MPS.Newsroom.TimerJobs.PostToTimeline.xml

    Newsroom\Modules\cf\CompositeConfiguration
    MPS.Newsroom.Workspace.Items.MyUnpublished.xml
    MPS.Newsroom.Workspace.Items.Published.xml
    MPS.Newsroom.Workspace.Items.Waiting.xml
    MPS.Newsroom.Workspace.Translations.Waiting.xml
    MPS.Newsroom.Media.Selection.xml
    MPS.Newsroom.Newsrooms.OverviewTrending.xml

    Newsroom\Modules\cf\FormConfiguration
    MPS.Newsroom.Forms.Comment.xml
    Changes have also been made in code behind.

Release Notes Publishing Snowflake 2013.11.1

Features and Improvements

Mandatory
  • 25133: Sept CU 2020 - Support (7447)
    Starting with September 2020 SharePoint </span>CU, user controls need to be marked as safe, otherwise the entire application will fail. The fix will be provided via MatchPoint install or MatchPoint update. </div></span> There are no changes to files of the following types: .xml .js .css .ascx

Bugfixes

Mandatory
  • 25716: [Publishig] Potential error while crawling full due multiple presentation pagesSearch

    Fixed an issue that caused certain errors while populating the search index for presentation items (Portal Content Source) to make the whole process to fail.
    Additionally found a limitation in the default SharePoint web application settings which prevents more than 16 Presentation items to be crawled.

    The following comands will enable Search to crawl all contents of Presentation Layout pages:
    $webApp = Get-SPWebApplication [WebApplication URL]</div>
    $webApp.ClientCallableSettings.MaxResourcesRequest = 2000 (this number is the maximum presentation items crawled - default is 16) 
    $webApp.Update()

    </span> There are no changes to files of the following types: .xml .js .css .ascx Changes have also been made in code behind.

    Highly recommended
  • 25602: [Publishing] ContentLinks are not searchable by defaultSearch
    Fixed issue where searching for content links on the Advanced Search page by text from the caption of the links did not return results.

    Now, the pages holding content links should appear in the results.


    </span>
    Publishing.Core\deploy
    solution.config.xml

  • 22147: In some cases, Integer fields requires AutoDetect value condition

    ListDataProvider is causing the issue with condition on INTEGER SharePoint columns if there are more than 500 list items. </div>
    Setting the field type in conditions from Number to AutoDetect will fix this issue.
    </span>
    Publishing.Core\Modules\cf\CompositeConfiguration
    MPS.Publishing.Media.Selection.xml
    MPS.Publishing.Social.CommentOverview.xml
    MPS.Publishing.Workspaces.OverviewTrending.xml

    Publishing.Core\Modules\cf\StreamConfiguration
    MPS.Publishing.Streams.Presentation.xml

    Optional
  • 15646: Issue in Link Regex - MultiLinkField.jsn_Wizards

    A new link validation has been introduced in order to extend the accepted urls. Diego Perini's Regex has been used in this case.
    There are no changes to files of the following types: .xml .js .css .ascx

  • 23082: Make sure Snowflake items are sent to recycle bin on delete actionActionsp_UserActions
    Fixed an issue which caused Assets deleted from MP forms to be removed completely.
    Deleted items are now moved to the System account's recycle bin instead. This applies if recycling items are enabled at web application level.
    There are no changes to files of the following types: .xml .js .css .ascx Changes have also been made in code behind.
  • 15817: MP Navigation Links (Under Publishing Pages)p_PagesDisplay
    Fixed issue where Pages set to be opened in a new tab were not opening as configured in the RelatedPages stream and SubPages stream inside a Page layout or a Landing Page layout.


    Publishing.Core\Layouts\Colygon.MatchPoint.Snow.Publishing\apps\mpsp\tiles
    tile.dir.js

    Publishing.Core\Modules\cf\LayoutConfiguration
    MPS.Publishing.Layouts.Landing.Classic.xml
    MPS.Publishing.Layouts.Landing.Corporate.xml
    MPS.Publishing.Layouts.Landing.LatestInfos.xml
    MPS.Publishing.Layouts.Landing.WideBanner.xml
    MPS.Publishing.Layouts.BannerRight.Html.xml
    MPS.Publishing.Layouts.BannerRight.xml
    MPS.Publishing.Layouts.BannerTop.Html.xml
    MPS.Publishing.Layouts.BannerTop.xml
    MPS.Publishing.Layouts.DocumentStream.Html.xml
    MPS.Publishing.Layouts.DocumentStream.xml
    MPS.Publishing.Layouts.Gallery.Html.xml
    MPS.Publishing.Layouts.Gallery.xml
    MPS.Publishing.Layouts.Presentation.xml
    MPS.Publishing.Layouts.ProLayout.Html.xml
    MPS.Publishing.Layouts.ProLayout.xml
    MPS.Publishing.Layouts.TextOnly.Html.xml
    MPS.Publishing.Layouts.TextOnly.xml
    MPS.Publishing.Layouts.VideoTop.Html.xml
    MPS.Publishing.Layouts.VideoTop.xml

    Publishing.Core\Modules\cf\StreamConfiguration
    MPS.Publishing.Streams.PageLatest.xml
    MPS.Publishing.Streams.Page.xml
    Changes have also been made in code behind.
  • 24598: MPSP: Publishing Pages content position shifting due loading indicator spinnerp_PagesDisplayp_PublishingPages
    Publishing.Core\Layouts\Colygon.MatchPoint.Snow.Publishing\apps\mpsp
    default.css
  • 25417: User's DisplayName can be used to inject HTML in MPSnow.User.Link.ascx and other controlsPagesDisplay
    Publishing.Core\Modules\cf\CompositeRefinementWebPartConfiguration
    MPS.Publishing.Assets.Refinement.xml
    MPS.Publishing.Content.PagesRefinement.Favorites.xml
    MPS.Publishing.Content.PagesRefinement.xml
    MPS.Publishing.PagesRefinement.xml
    MPS.Publishing.Snowflake.PagesRefinement.xml

Hotfix 2013.11.2

Release Notes Newsroom Snowflake 2013.11.2

Bugfixes

Highly recommended
  • 22147: In some cases, Integer fields requires AutoDetect value condition
    ListDataProvider is causing the issue with condition on INTEGER SharePoint columns if there are more than 500 list items. </div>
    Setting the field type in conditions from Number to AutoDetect will fix this issue.
    </span>
    Newsroom\Modules\cf\NewsScheduledPublisherConfiguration
    MPS.Newsroom.TimerJobs.ScheduledPublishing.xml

    Newsroom\Modules\cf\CompositeRefinementWebPartConfiguration
    MPS.Newsroom.Workspace.Items.RefinementAll.xml

    Newsroom\Modules\cf\NewsTimelinePublisherConfiguration
    MPS.Newsroom.TimerJobs.PostToTimeline.xml

    Newsroom\Modules\cf\CompositeConfiguration
    MPS.Newsroom.Workspace.Items.MyUnpublished.xml
    MPS.Newsroom.Workspace.Items.Published.xml
    MPS.Newsroom.Workspace.Items.Waiting.xml
    MPS.Newsroom.Workspace.Translations.Waiting.xml
    MPS.Newsroom.Media.Selection.xml
    MPS.Newsroom.Newsrooms.OverviewTrending.xml

    Newsroom\Modules\cf\FormConfiguration
    MPS.Newsroom.Forms.Comment.xml
    Changes have also been made in code behind.

results matching ""

    No results matching ""