App-Office-Contacts-Donations
view release on metacpan or search on metacpan
Changelog.ini view on Meta::CPAN
[Module]
Name=App::Office::Contacts::Donations
Changelog.Creator=Module::Metadata::Changes V 1.08
Changelog.Parser=Config::IniFiles V 2.57
[V 1.10]
Date=2010-05-19T11:11:00
Comments= <<EOT
- Update comments re starman usage in donations.psgi.
- Update version numbers in Build.PL and Makefile.PL.
EOT
[V 1.09]
Date=2010-04-20T09:16:00
Comments= <<EOT
- Change SQLite attribute from unicode to sqlite_unicode.
- Change the default database driver from Postgres to SQLite
to make installation easier (by not requiring DBD::Pg).
If using another database server you'll need to edit the 2 lines
in .htoffice.donations.conf which refer to SQLite.
EOT
[V 1.08]
Date=2010-04-16T08:52:00
Comments= <<EOT
- Rework cookies and POST validation to allow Contacts Donations and
Import::vCards to run in parallel.
- But for the moment use the disabled code in App::Office::Contacts.
EOT
[V 1.07]
Date=2010-04-07T08:51:00
Comments= <<EOT
- Update pre-reqs for Test::Pod to 1.41 to avoid Test::Pod's dithering
about a POD construct I used: L<text|scheme:...> which makes a test fail.
See comments for V 1.40 and 1.41 at:
http://cpansearch.perl.org/src/DWHEELER/Test-Pod-1.42/Changes
- Update pre-reqs from Test::More V 0 to Test::Simple 0.94.
EOT
[V 1.06]
Date=2010-03-30T12:45:00
Comments= <<EOT
- Set pre-reqs version of App::Office::Contacts to 1.06.
This is in Build.PL and Makefile.PL.
EOT
[V 1.05]
Date=2010-03-02T09:28:00
Comments= <<EOT
- 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
in case anyone wants to use DBD::SQLite.
EOT
[V 1.04]
Date=2010-02-21T12:54:15
Comments= <<EOT
- Remove text 'All rights reserved' (for Debian licensing).
- Remove POD heads 'Required Modules' and 'Changes'.
- Replace personal doc root with /var/www.
- Use namespace::autoclean with Moose.
EOT
[V 1.03]
Date=2010-02-05T17:27:00
Comments= <<EOT
- Remove personal use lib from CGI scripts.
- Change .../cgi/... to .../app/... in dirs and config file.
- Fix some scripts which still referred to CGI*.
EOT
[V 1.02]
Date=2010-01-29T09:52:00
Comments=- Change namespace from CGI::Office::* to App::Office::* after discussion with Matt Trout
[V 1.01]
Date=2010-01-07T15:39:00
Comments=- Add MANIFEST and MYMETA.yml
[V 1.00]
Date=2009-12-31T10:48:00
Comments= <<EOT
- Rename from Local::Contacts.
- Remove Apache-specific code.
- Split into N controllers using CGI::Application::Dispatch.
- Split into separate distros:
o App::Office::Contacts
o App::Office::Contacts::Donations
o App::Office::Contacts::Export::StickyLabels
o App::Office::Contacts::Import::vCards
o App::Office::Contacts::Sites
EOT
[V 0.99]
Date=2008-03-06T11:30:45
Comments=- Original version.
( run in 0.777 second using v1.01-cache-2.11-cpan-98e64b0badf )