Content Delivery functionality introduced in SDL Tridion 2013 SP1
A list of new Content Delivery features and functionality introduced in SDL Tridion 2013 SP1.
- Context Engine Cartridge
-
The Context Engine Cartridge, formerly a standalone product, is now integrated in SDL Tridion enables you to discover and respond to contextual information about the visitors of your Web site, and about the devices they use. The Context Engine Cartridge integrates with the SDL Tridion Ambient Data Framework to make use of this context information.
- Context Expression Extension
-
If SDL Tridion is integrated with SDL CMA, Target Groups defined by Context Expressions can be published to the Presentation Server. Context Expression Extension Modules for the Content Deployer can process these Context Expressions, and Ambient Data Framework Cartridges for Context Engine Cartridge and the Context Extension Expression can make the expressions available to the Web site in the form of Claims.
- Purge functionality for publish undo data
-
If you publish with the ability to undo, then by default, every 24 hours, SDL Tridion purges undo data that is more than 7 days old. You can change these default values or perform a one-time manual purge using a cleanup script. You can also disable the purging of undo data altogether.
- Set scope on ad-hoc Claims
-
The Ambient Data Framework API lets you add Claims to a Claim Store on the fly without a Cartridge configuration, but it did not allow you to set the scope of those Claims. The API has now overloaded its
ClaimStore.put()method to allow you to set Claim scope.Note that if the Claim exists and already has a scope set, the Ambient Data Framework throws an exception. Also, Claims that are forwarded always get their scope set to
REQUESTif the scope has not been explicitly configured. - Looping tags (iteration) in TCDL
-
A new
IterationTagSupportinterface makes it possible to make your custom TCDL tags iterative (that is, to repeat them until some condition is satisfied).