Version 0.9.4
UPDATE: Some fixes in fillErrorMarkers() in View_Form
UPDATE: Cleared Generator_PdfGenerator. This component acutally does nothing at the moment.
UPDATE: Corrected version number to match the one in TER
UPDATE: Corrected some mistakes in the examples
UPDATE: Released new version in TER. Version number corrected here to 0.9.4
FIX: Bug #5170 - Markers in Confirmation Template would not be replaced
Performance fix. Thanks to Michael Grundkötter
Replace spaces in filenames of uploaded files with underscores
Fixed blank screen for editors in backend module
Fixed bug in Time error check. Thanks to Victor Livakovsky
FIX: Typo in Generator_WebkitPdf
UPDATE: TS setup in examples
Added buildpath and project to svn:ignore
WARNING: Big update!
- ADD: Use a master template to predefine form fields
- ADD: Enter multiple language files in TypoScript
- ADD: Use your own mailer for Finisher_Mail
- ADD: New way of handling PDF and CSV generation
- REMOVE: Generator_PDF and Generator_TCPDF
- CHANGE: All components inherit from AbstractComponent
- Some more minor changes and fixes.
Finisher_Confirmation TypoScript has changed:
config {
returns = 1
actions {
pdf {
class = Generator_WebkitPdf
config.pid = 23
}
csv.class = Generator_CSV
}
}
Please forgive any error and bugs since this is a major architecture change!
Corrected mistake in one of the Screenshots as suggested by Christian Opitz.
ADD: Enter a default is_error message for all fields.
Temporary bugfix for fatal error when reading language file
Specify master template to predefine HTMl code for form fields
New PreProcessor to load GET/POST params.
I messed around with the trunk. Trying to revert again.