EPiServer Module 3.3.0.40 Released
TMCore EPiServer Module 3.3.0.40 has now been released. This update addresses these issues;
-Editing a page that is not part of the MasterLanguage branch using the On-Page-Editor caused the saving of the page to fail.
-Paging of topic results when searching from the Topic List was unreliable. This has now been addressed and paging now works when searching for topics.
As well as these issues the performance of the module in Edit mode has been improved. The plugin no longer calls the TMService until its plugin tab has been clicked on by the editor.
When upgrading from a previous release, please ensure that you empty your web browser cache so that your receive the most recent Javascript and CSS files served from the web server.
Enterprise Services Hotfix 1 released
We have just released a new version of Enterprise Services available for download. This release fixes a bug with faceted searches returning all results regardless of a blank topic restriction set being passed to the controller.
Please check the instructions contained in UPGRADE.TXT for important information on the upgrade process.
Download the updated package.
SharePoint Module 3.1 Hotfix 3 now available
A new hotfix package is available for version 3.1 of the TMCore SharePoint Module. This package addresses a small number of bugs and provides new features. The full change list can be found below.
Systems Affected
This hotfix should be applied to any installation of the TMCore SharePoint Module 3.1 downloaded before 14th September 2009. If you downloaded your copy of the software from our site on or after this date, the hotfix is included in the package and you do not need to apply it again.
To determine if your system is affected, check the File Version property of the assembly NetworkedPlanet.SharePoint in the GAC (browse to C:\Windows\ASSEMBLY, locate the NetworkedPlanet.SharePoint assembly, right-click and choose Properties. The File Version can be found on the Version tab above Description and Copyright). This hotfix updates the File Version of the NetworkedPlanet.SharePoint assembly to 2.1.3.0 - if the file version shown is greater than or equal to 2.1.3.0, then you do not need to apply this hotfix.
Upgrade Instructions
1. Download the Hotfix 3 package.
2. The package is provided in a compressed ZIP file. Unzip the package on a machine in the server farm.
3. Upgrade the NPSharePoint.wsp solution. The exact command-line you use will depend on how you want to schedule the upgrade, but will be similar to:
stsadm -o upgradesolution -name NPSharePoint.wsp -filename NPSharePoint.wsp -allowgacdeployment -allowcaspolicies -local
4. Upgrade the NPOfficeServer.wsp solution. Use the following STSADM command:
stsadm -o upgradesolution -name NPOfficeServer.wsp -filename NPOfficeServer.wsp -allowgacdeployment -allowcaspolicies -local
5. Restart IIS and Windows SharePoint Services Timer
6. Deactivate and reactivate the NPItemBase feature on all site collections that use the feature.
Change Log
- FEATURE: Changed NPItemBase feature so that TopicId field can be indexed by SharePoint search
- FEATURE: New stsadm command 'upgradeitembase' which can be used after activating/reactivating
NPItemBase to update any TopicId fields created before activation
so that they can be indexed by SharePoint Search.
An optional parameter can be specified (-updatelistitems) which will iterate through all
list items and set the value of the topic id field. - BUGFIX: Fixed bug that prevented the AdvancedFacetedSearchResultsWebPart from rendering correctly
when adding SharePoint field information and the number of results exceeded the
configured maximum. - BUGFIX: Fixed bug caused by exceptions being thrown when deactivating NPItemBase encountered
sealed or readonly content types. - BUGFIX: ExtendedXsltWebPart now logs to the correct category - NP - WebParts
- BUGFIX: Fixed a bug with the AdvancedFacetedSearchResultsWebPart that prevented the web part
from displaying additional SharePoint field content if security filtering was disabled.