Hotfixes - Release Notes
Hotfix 2016.11.1
Release Notes MatchPoint Framework 2016.11.1
Features and Improvements
- 24871: Implement an option to add version number to css and js filesNow 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)
- 24802: [Newsroom] Publishing date after midnight is displayed as one Day beforeFixed 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 actionFixed 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 ViewsOfficially, 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 2016.11.1
Features and Improvements
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 .ascxBugfixes
Optional18881: [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 recommended22147: 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 2016.11.1
Features and Improvements
- 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
- 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 ContentFixed 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_WizardsA 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 recommended22147: 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 2016.11.1
Features and Improvements
- 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
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 recommended25602: [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
Optional15646: 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_UserActionsFixed 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 2016.11.2
Release Notes Newsroom Snowflake 2016.11.2
Bugfixes
- 22147: In some cases, Integer fields requires AutoDetect value conditionListDataProvider 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 2016.11.3
Release Notes MatchPoint Framework 2016.11.3
Bugfixes
- 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 2016.11.3
Bugfixes
Highly recommended3475: 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 .ascxOptional
Release Notes Newsroom Snowflake 2016.11.3
Bugfixes
- 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
Mandatory26962: 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 2016.11.3
Bugfixes
Optional26567: DocStream FeedItem Header Title overflow (12914)
Publishing.Core\Layouts\Colygon.MatchPoint.Snow.Publishing\css
publishing.css
Hotfix 2016.11.5
Release Notes MatchPoint Framework 2016.11.5
- 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 2016.11.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 2016.11.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 2016.11.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