0.7 --- Till version 0.6.1 gaff was an php tool. When i started programming perl and recognized that it is much more powerfull than php, i ported gaff to perl. I completly rewrote it and thereby added many new features: - flexible template engine for writing skins - check routines with translatable error messages (using gettext) - a more modular design, so that gaff can easily be extended and enhanced - a more detailed documentation 0.7.1 ----- Till version 0.7 FormEngine was called gaff. - new method add_checks - enhanced documentation 0.7.2 ----- - added 2 easy tests (make test) - fixed bug in _handle_error (Handler.pm) - fixed bug in _parse (FormEngine.pm) - added _add_to_output method - implemented multi skin management - enhanced documentation 0.7.3 ----- - fixed bug in _check_email (Checks.pm) - added 'print' template - added 'check_uniq' template - added 'button' template - added 'confirm' method - implemented '' template syntax - added new check methods - enhanced handler system - enhanced documentation 0.7.3b ------ This is a CPAN release only. I forgot to delete the 'blib' directory before packaging the 0.7.3 release. CPAN doesn't like this. 0.7.4 ----- - fixed bug in _handle_error - template parsing is now done from left to right and from top to bottom, independend of wether a variable, a handler call, a loop etc. is found - second argument of _handle_value changed its meaning! - template variables are now valid for all subtemplates too! - enhanced documentation