App-Office-Contacts-Donations

 view release on metacpan or  search on metacpan

CHANGES  view on Meta::CPAN

Revision history for Perl extension App::Office::Contacts::Donations.

1.10  Wed May 19  11:11:00 2010
	- Update comments re starman usage in donations.psgi.
	- Update version numbers in Build.PL and Makefile.PL.

1.09  Tue Apr 20  9:16:00 2010
	- 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.

1.08  Fri Apr 16  8:52:00 2010
	- 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.

CHANGES  view on Meta::CPAN

		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.

1.04  Sun Feb 21 12:54:15 2010
	- 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.

1.03  Fri Feb  5 17:27:00 2010

Changelog.ini  view on Meta::CPAN

[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

Changelog.ini  view on Meta::CPAN

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.

lib/App/Office/Contacts/Donations/.htoffice.donations.conf  view on Meta::CPAN

# o Values are one of localhost || webhost.
# o Values are case-sensitive.

host=localhost

[localhost]

# Database stuff
# --------------
# Note:
# o sqlite_unicode=1 is only for DBD::SQLite.
# o Session stuff (below) also refers to database stuff.

AutoCommit=1
dsn=dbi:SQLite:dbname=/tmp/contacts.sqlite
#dsn=dbi:Pg:dbname=contacts
RaiseError=1
sqlite_unicode=1
username=contact
password=contact
max_note_length=10000

# Session stuff
# -------------

session_cookie=0
session_driver=driver:sqlite
#session_driver=driver:Postgresql



( run in 0.368 second using v1.01-cache-2.11-cpan-88abd93f124 )