Today I released TemplaVoila 1.1.0 there are many bug fixes and one feature that many people wanted: access to pages/tt_content record fields from TypoScript in datasource XML (sounds pretty frightening if you do not know what is it, heh?).
Full list of bug fixes:
Bug 3483: sql error with dbal
Fixed many empty links in mod1. They created extra empty line for each non-content element except image
Added truncation for localized element text to 50 characters to make it consistent with element in the main language
Bug: PHP Fatal error "Call to a member function on non-object" in htmlmarkup because many places do not initialize this class
Show element titles translated in the mapping view when possible
Small updates in the manual (FAQ & examples)
Bug 2398: Properly escaped links in teplates render "unescaped"
Bug 3164: disableExplosivePreview seems not to work
Bug 3227: Page module displays page layout for sysfolders
Bug 3376: JS error "Error: TBE_EDITOR_checkSubmit is not defined" during creating new page
Bug 3406: Field "dataprot" erased
Bug 3403: Fehler in der Ausgabe der Beschreibungen fьr Content-Elemente im Backend
Bug 3447: Strange chars in tooltips
Bug 3472: Quotation marks in title of TO are shown as "
Bug 3479: With Internet Explorer the DataStructure isn't saved when using the new page wizard
Bug 3665: TV replaces & with &
Bug 3691: Extension Lorem Ipsum causes fatal error in Extension TemplaVoila!
Bug 3718: Wrong description texts for content elements in backend
Added $GLOBALS['TYPO3_DB']->sql_free_result to mod2/index.php to save memory during mapping process
Bug 3592: "Show content from this page instead" does not work
Bug #3265: Automatic saving/reload on selections of DS/TO
Removed empty line at the end of tca.php
Added information about access to parent record to the manual
Added access to parent record (documentation pending!)
Fixed: "langDisabled = 1", etc. was not displayed in pi1
Bug 2649: external links pagetype with double http://
Bug 2972: Checksums to determine template modifications
Bug 3195: CE wizard ignores Ctype.removeItems
Bug 2870: $TYPO3_CONF_VARS['BE']['fileadminDir'] doesn't work with templavoila
Fixed: undefined variables was passed to t3lib_div::loadTCA in mod1_sidebar
