$Header: /cvsroot/CGI::Framework/Changes,v 1.37 2005/10/11 16:21:24 mina Exp $
Revision history for Perl module CGI::Framework
0.23
0.22
0.21
0.20
0,19
0.18
0.17
0.16
0.15
0.14
0.13
0.12
0.11
the internal _lang and _lastsent variables
0.10
the last-sent template even if the client hit BACK in their web browser and is actually submitting a different template. The default is now to validate whichever template the client is submitting, which is not necessarily the last template sent.
If you'd like to maintain the behavior of version 0.09 and earlier, you must set "disable_back_button => 1" in your constructor/initializer.
See the POD for more details.
0.09
0.08
0.07
+ log_filename constructor key + log_this() method
+ Fatal error template through the new fatal_error_template constructor key + Fatal error email-to-admin feature through the new fatal_error_email, sendmail, smtp_host and smtp_from constructor keys as well as the new pre-defined variable fatalerror for use in the fatal error template
0.06
0.05
0.04
Methods/Functions: adderror => add_error clearsession => clear_session showtemplate => show_template
Constructor/Initializer parameters: callbacksnamespace => callbacks_namespace cookiename => cookie_name initialtemplate => initial_template sessionsdir => sessions_dir templatesdir => templates_dir validlanguages => valid_languages
The old names will still be available for compatability-purposes however will be phased out sometime in the future for code-cleanliness. All existing and new programs should use the new naming convention.
0.03
0.02