Backend
* Major rework of whole backend regarding caching and stability issues. The whole backend is much more stable now and tested with heavy load and over 20 parallel cms databases. There is still an issue with a memory leak in the notes session backend, but that only occurs under very heavy load. <br/>
* navigators of type "full text" are fully supported now. <br/>
* "full text" navigators can be cached or not cached. <br/>
* new feature "max count" for full text navigators. <br/>
* loads of small fixes and improvements...<br/>
Notes GUI
* more work on internationalization done - only cmsarchive.nsf is left now<br/>
* new link type: "link to cms content" to easy creating links to cms content documents. <br/>
* new possibility for developers to pre-settings fields for new content documents, so that the "new content" dialog can be bypassed.<br/>
* new feature "direct edit" for Manager? even when version management is activated. <br/>
* using of components in searchresult templates now possible<br/>
* extra button to push changes from a component to templates<br/>
* new feature to exclude certain DML expressions from caching. Use ! after DML start delemiter for preventing a DML statement from being cached. <br/>
* new script methods in .yn.lscript.URLTools<br/>
* new view (ynDK_startPages) to reference a start page of an area just by the area name<br/>
* new naming convetions for custom design elements to ease updates in the future<br/>
* loads of small improvements and fixes...