SCORE v1.3

Recommended Release for SCORE v1.3 is 1.3.22

Scaffolding:

1.3.8

  • Initial public version

1.3.10

  • [Feature]: SCORE-199: Support for MVC Areas in renderings (view and controller rendering alike). Link to documentation and usage guide: Specifying the MVC Area For Renderings
  • [Fix]: SCORE-197: Support creating local content folders for renderings with multiple datasource roots ("|" separated)
  • [Fix]: SCORE-195: Support tel: URL schema on links 

1.3.11

(This issue was introduced in 1.3.10)

  • [Fix]: SCORE-210: Content Folders are not created properly on snippets

1.3.17

  • [Feature] : SCORE-216: MVC area name support should also be applied to MVC layout documents
  • [Feature]: SCORE-214: Modify smart copy/clone/duplicate to use event handlers for copy and duplicate instead of UI pipeline handlers to allow the logic to kick in for items copied programmatically. Also correct the processor for the cloning process to only work on the non-inherited fields (more: Clones and Datasources).
  • [Feature]: SCORE-220: Page Editor client-side extensions are now properly scoped to only appear on Score content pages and snippets.
  • [Feature]: SCORE-232: External Links with no text are not editable in Page Editor. This is how Sitecore does it out of the box. This feature/fix helps the default Sitecore behavior and make it default to the link's URL in case text was not provided
  • [Feature]: SCORE-150: /score/about/version now reports the sitecore version it was built against as well as the currently running Sitecore version
  • [Fix]: SCORE-193: Sometimes Sitecore tenant scaffolding process leaves __Standard values field on the new template item pointing back to the item in the branch template.
  • [Fix]: SCORE-211: NuGet powershell sometimes times out when deploying large packages (e.g. Score.BootstrapUI.TDS.Master). 
    Timeout for the web service proxy was increased to 5 minutes
  • [Fix]: SCORE-92: Cascading placeholders and sticky notes metadata gets overwritten when item's presentation details are edited in the content editor or via LayoutDefinition API. It is now safe to modify item's presentation details via Device Editor or via the API and not worry about losing essential SCORE metadata.
  • [Fix]: SCORE-102: SearchHelper was relying on acenstor-or-self fast query that is not properly supported in Sitecore (issue #417491).

    The API of the SearchHelper has been consolidated and while no changes should be required to your solution you may need to recompile to account for a signature change (using of the params keyword)

  • [Fix]: SCORE-167: The MVC Email validator (SitecoreEmailAddressAttribute) should allow mixed case email addresses
  • [Fix]: SCORE-118: Link on the Redirect Page template and Open Graph Image on the Page Metadata template need to be marked to Reset on Blank
  • [Fix]: SCORE-226: Support statically binding components that declare dynamic placeholders to the layout document. Without this fix the placeholder keys on statically bound components would have all-zero GUIDs in them and would be erased on item:saved
  • [Fix]: SCORE-198: NuGet powershell script would sometimes report cached HTTP result "thanks" to IE caching that Invoke-WebRequest is using. Timestamp GET parameters were added to cache-sensitive GET request to avoid cache interference.
  • [Fix]: SCORE-180: The field render for rendering reference field types will now produce output that identifies any broken references contained in the field value.  Also, Checklist field types were added to be able to use the Display parameter
  • [Fix]: SCORE-189: Solution Scaffolding fails if the solution name has dots in it. Visual Studio scaffolding script introduced a new -tenant parameter to separate solution name from the area/tenant name in Sitecore (read the updated scaffolding instructions for more details)
  • [Fix]: SCORE-234: Reference component doesn't generate a proper language-sensitive Page Editor link. This affects snippets and cascades and with this fix the link to edit a cascaded element or a referenced snippet is a proper Page Editor link with sc_mode and sc_lang just like it would be generated by the system:webedit comand (the Page Editor button in the Publish menu on the ribbon in Content Editor).
  • [Fix]: SCORE-181: YouTube Video Field doesn't respect the size parameter when it's set by the picker dialog in Page Editor. Now, when you change the value of the YouTube field in Page Editor the new thumbnail will use the same size setting that was given to the field via the rendering Size parameter

1.3.20

  • [Fix]: SCORE-267: MVC model email validator fails to perform client side validation. As part of this fix all custom Sitecore-aware MVC model validators were refactored and re-tested for proper client-side and server-side validation with both MVC4 (Sitecore 7.1) and MVC5 (Sitecore 7.2+)

1.3.22

  • [Fix]: SCORE-329: Core dump (Stack Overflow) in Score.Custom.Handlers.PreserveScoreMetadata.EnsureScoreMetadata during .update package install with/over an item with not properly formatted __Renderings. As part of this fix all item:saving and item:saved event handlers were silences during .update package install.