App-Office-Contacts-Donations
view release on metacpan or search on metacpan
- In cgiapp_prerun() protect against XSS and CSRF:
o Only accept CGI params if the request method is 'POST'.
o Ensure pseudo-random number among params matches cookie.
- Change 'use base' to 'use parent'.
- Remove form_action from config file. See sub script_name.
- Replace references to FCGI with Plack. This includes no longer
shipping FCGI-specific files and patches to Apache's httpd.conf.
- Ship httpd/cgi-bin/office/donations.psgi.
- Adopt Log::Dispatch::Configurator.
See App::Office::Contacts::Util::LogConfig.
- Replace Carp::croak with die, assuming calling code uses Try::Tiny.
- Stop using Time::Elapsed (at table create/populate time).
- In drop.tables.pl and create.tables.pl, change the 'verbose+' option
definition to 'verbose', since the '+' doesn't make sense.
- Add comments to .htoffice.donations.conf, while simplifying the
discussion of the Javascript URL.
- Change the default URL of the FAQ.
- Add stand-alone faq.html for the FAQ, copied from App::Office::Contacts.
- Use common::sense instead of strict and warnings.
- Add unicode to .htoffice.donations.conf - used by SQLite - and add
corresponding code to BEGIN{} in App::Office::Contacts::Database,
Changelog.ini view on Meta::CPAN
- In cgiapp_prerun() protect against XSS and CSRF:
o Only accept CGI params if the request method is 'POST'.
o Ensure pseudo-random number among params matches cookie.
- Change 'use base' to 'use parent'.
- Remove form_action from config file. See sub script_name.
- Replace references to FCGI with Plack. This includes no longer
shipping FCGI-specific files and patches to Apache's httpd.conf.
- Ship httpd/cgi-bin/office/donations.psgi.
- Adopt Log::Dispatch::Configurator.
See App::Office::Contacts::Util::LogConfig.
- Replace Carp::croak with die assuming calling code uses Try::Tiny.
- Stop using Time::Elapsed (at table create/populate time).
- In drop.tables.pl and create.tables.pl change the 'verbose+' option
definition to 'verbose' since the '+' doesn't make sense.
- Add comments to .htoffice.donations.conf while simplifying the
discussion of the Javascript URL.
- Change the default URL of the FAQ.
- Add stand-alone faq.html for the FAQ copied from App::Office::Contacts.
- Use common::sense instead of strict and warnings.
- Add unicode to .htoffice.donations.conf - used by SQLite - and add
corresponding code to BEGIN{} in App::Office::Contacts::Database
( run in 0.603 second using v1.01-cache-2.11-cpan-05444aca049 )