If you appreciate what the Tesseract project does for you, consider donating to it.
A new grouped release of Tesseract components happened today. As explained in the pre-announcement, the main change which has an impact across several components is in the handling of empty results, when a filter or a secondary data provider has returned no results. This solves an old, rare bug, but has no visible impact for users.
This release also contains some new features:
With a syntax like (in Page TSconfig):
tx_displaycontroller.tx_foo_bars {
previewPid = 1498
parameters = &item=###id###&L=###lang###
}
where "tx_foo_bars" is the name of the table, you will get a preview window to open with a URL like:
http:// www.example.com/index.php ?id=1498&item=33&L=0
when performing "Save and view" on record 33 of table "tx_foo_bars" in the default language. Full details can be found in the displaycontroller manual.