Hotfixes - Release Notes

Hotfix 2019.3.1

Release Notes MatchPoint Framework 2019.3.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 2019.3.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 2019.3.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 2019.3.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 2019.3.2

Release Notes Newsroom Snowflake 2019.3.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.

Hotfix 2019.3.3

Release Notes MatchPoint Framework 2019.3.3

Bugfixes

  • 28899: 404 corev15.css not found error thrown on multiple pages
  • 21127: List layout transformer pagination whitespace
  • 16824: People pickers are not working in case a user has uppercase letters in his/her ADFS loginname (3016)

    Release Notes MatchPoint Intranet 2019.3.3

    Bugfixes

    Highly recommended
  • 3475: Content - Documents - Follow view fails on SP2016/SP2019

    An issue has been fixed where after an update or install, the Followed documents under Content view crashed.
    There are no changes to files of the following types: .xml .js .css .ascx

    Optional
  • 27417: SP2019 composed look not applied for icons

    On a clean install or on an update, SP features are enabled on site collections in order to fix the Theming issues. 
    Modern Experience is disabled since it is not supported by the product.
    The features are being enabled on newer Snow Workspaces.
    Important: Update Snow solution with -updateWebs parameter in order to apply this fix for existing workspaces.</div>

    </span> There are no changes to files of the following types: .xml .js .css .ascx

    Release Notes Newsroom Snowflake 2019.3.3

    Bugfixes

    Optional
  • 3544: [Newsroom] Corporate slider - corporateslide JS errorsn_NewsDisplay (5779)
    Newsroom\Layouts\Colygon.MatchPoint.Snow.Newsroom\css
    corporateslide.css

  • 3863: [Newsroom] Corporate teasers are visible even if not approved (8759)
    Newsroom\Modules\cf\ProxyWebPartConfiguration
    MPS.Newsroom.Articles.Corporate_Proxy.xml
  • 1756: [Newsroom] Issues with the corporate teasers banner (5779)

    Improved the corporate teasers WebPart by removing the flickering.

    Newsroom\Layouts\Colygon.MatchPoint.Snow.Newsroom\css
    corporateslide.css

    Newsroom\Layouts\Colygon.MatchPoint.Snow.Newsroom\scripts
    corporateslide.min.js

    Mandatory
  • 26962: News API errors in Search Connector (13170) There are no changes to files of the following types: .xml .js .css .ascx Changes have also been made in code behind.

    Release Notes Publishing Snowflake 2019.3.3

    Bugfixes

    Optional
  • 26567: DocStream FeedItem Header Title overflow (12914)
    Publishing.Core\Layouts\Colygon.MatchPoint.Snow.Publishing\css
    publishing.css

Hotfix 2019.3.5

Release Notes MatchPoint Framework 2019.3.5

Features and Improvements

  • 36789: Define Forest Domain when iterating through AD Group members
  • 36422: Retrieve blog posts into documentation
    Integrated into SP2019 documentation the Blog Posts from the old MatchPoint Community. 
    Bugfixes
  • 26855: Missing RichTextField features in MP Form (13567)
  • 16824: People pickers are not working in case a user has uppercase letters in his/her ADFS loginname - fix IE (3016)

Release Notes MatchPoint Intranet 2019.3.5

Bugfixes

  • 22513: Contextual actions sidebar is not displayed well on resize There are no changes to files of the following types: .xml .js .css .ascx
  • 35198: Snow update errors: feature activation fails There are no changes to files of the following types: .xml .js .css .ascx

    Release Notes Newsroom Snowflake 2019.3.5

    Bugfixes

  • 5587: Newsroom- news creation wizard- Related links- An opened and empty related link breaks the wizard There are no changes to files of the following types: .xml .js .css .ascx
  • 35105: When a teaser/news/page fails to be crawled, it shouldn't crash the entire crawler There are no changes to files of the following types: .xml .js .css .ascx

Release Notes Publishing Snowflake 2019.3.5

Features and Improvements

  • 12685: Show an appropriate message when a checked out asset cannot be deleted There are no changes to files of the following types: .xml .js .css .ascx

    Bugfixes

  • 5587: Publishing- Page creation wizard- Related links- An opened and empty related link breaks the wizard There are no changes to files of the following types: .xml .js .css .ascx

  • 35105: When a teaser/news/page fails to be crawled, it shouldn't crash the entire crawler There are no changes to files of the following types: .xml .js .css .ascx

Hotfix 2019.3.6

Release Notes MatchPoint Framework 2019.3.6

Features and Improvements

  • 39485: Add missing blogs into the documentation
    Added missing Blog Posts from the old MatchPoint Community into SP2019 documentation. 
  • 47130: MatchPoint License Renewal Request (25126)
    License Configuration no longer contains a link to request a license. This goes via a support request. 
    Bugfixes
  • 39483: Workspace creation on a specific content database doesn't work anymore on SP recommended settings
    Due a new SharePoint restriction, special permissions are required for this scenario. Updated documentation - Special Installation Scenarios.  

Release Notes MatchPoint Intranet 2019.3.6

Features and Improvements

  • 47130: MatchPoint Snowflake License Renewal Request (25126)
    Snowflake License Configuration no longer contains a link to request a license. This goes via a support request. 

    Bugfixes

  • 38292: Content-Links displays an error if HTML is injected via user name
    Security fix. 
  • 38597: Tag picker UI issue - transparent background (20530)
    In SP2019 version, all Tag pickers now have the right transparency. Reapply-MPSComposedLook -Web command is required  

Release Notes Newsroom Snowflake 2019.3.6

Bugfixes

  • 34252-34545: Other code improvements There are no changes to files of the following types: .xml .js .css .ascx

Release Notes Publishing Snowflake 2019.3.6

Features and Improvements

  • 48135: Publishing pages | image source (26270)
    Publishing is now alligned with Newsroom in displaying banner image caption if provided.  

    Bugfixes

  • 45880: Publishing Carousel order gets disrupted when adding new items (24408)
    Publishing is now preserving the order of the images added in the stream. The order is based on the ID of the assets (the order the images are being added).  
  • 34252-34545: Other code improvements There are no changes to files of the following types: .xml .js .css .ascx

results matching ""

    No results matching ""