SharePoint Products

compelling add-ons for SharePoint

CopyMove 2013 RTM is now ready for download
Friday, October 11, 2013

CopyMove 2013 is now officially out of BETA and the RTM version is available for download. The RTM release applies the following changes since BETA2:

  • Improved progress title in the progress dialogs.
  • Updated registration of authorized CopyMove workflow actions in the web.config file to use the new targetFx node introduced in SharePoint 2013.
  • The error "Cannot import this Web Part", when copying/moving Web Part pages, is now handled as a warning and no longer causes CopyMove to abort the copy/move process.
  • Custom SharePoint event receivers can now query the context user from the CopyMove processor thread as follows:
    string contextUser = (string)Thread.GetData(Thread.GetNamedDataSlot("CopyMoveContextUser"));
  • Fixed issue where the Copy and Move actions did not show in the item context menu. They only showed when CopyMove permissions was configured appropriately as documented in the CopyMove administrator guide. The fix means the actions will now show regardless of CopyMove permissions. However, unauthorized users will still get an access denied error when attempting to use any unauthorized fucntions.
  • Fixed error "Object reference not set to an instance of an object" in the CopyMove progress dialog on SharePoint 2010 style site collections.

The new version of CopyMove 2013 is available for download from the CopyMove 2013 Download page.