Revision history for Perl extension CGI::Application::MailPage.
1.3 (Oct 11, 2004)
- Added 'acceptable_domains' param to restrict the domain
of the page to mail (protection against spam)
- Added 'remote_fetch' param to allow sending pages that
aren't on local filesystem
- Added 'extra_tmpl_params' param to further customize the
processing of the templates.
- Added 'format_options' tmpl_var that is available to the
'form_template' to use instead of 'format_selector' if you
want more control.
- All templates now have 'die_on_bad_params' = 0 so that you aren't
required to have all tmpl_params/tmpl_loops present in your
templates
1.2 (Sep 9, 2004)
- Build fix
1.1 (Sep 9, 2004)
- MailPage.pm now uses C::A's load_tmpl instead of calling H::T::new directly
- templates were updated to use XHTML
- regression tests now use Test::More
- now support port numbers in 'page' parameter
- M. Peters is now co-maintainer
1.0
- First version.