home > Release information > Partners > 29-01-2010 Release (General update release)

General update release

Incremental release of Grouptree.Core:

Grouptree.Core Summary:

  • Improved the tagging API and some tagging functions
  • Merged the screengrab into the core
    • No longer a seperate assembly
    • Do not reference a seperate Grouptree.ScreenGrab assembly anymore
  • Added some enterprise caching underlying code for future use
  • Site wrapper updated
    • css now uses getContainingSite() method for more reliable operation
  • Some small logging API bugs fixed
  • Added GetElementDefinitionIconPID() to Asset class to return the PID of the element definition icon
    • use this with /file.axd?pointerid= to draw an element definition icon

Groutpree.Web:

  • Added properties to progamatically override Master and Content templates in page.cs
    • OverrideMasterTemplateEID()
    • OverrideContentTemplateEID()
    OverrideContentTemplateEID()
  • Set these in the descendants onInit() to override templates progamatically