App-Office-Contacts-Import-vCards
view release on metacpan or search on metacpan
1.12 Fri Jun 25 11:15:00 2010
- Change all JSON::XS->new->encode(...) to JSON::XS->new->utf8->encode(...).
1.11 Wed May 19 11:11:00 2010
- Update comments re starman usage in donations.psgi.
- Chop mailing list stuff from support.
- Update version numbers in Build.PL and Makefile.PL.
1.10 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.09 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.
Changelog.ini view on Meta::CPAN
Date=2010-05-19T11:11:00
Comments= <<EOT
- Update comments re starman usage in donations.psgi.
- Chop mailing list stuff from support.
- Update version numbers in Build.PL and Makefile.PL.
EOT
[V 1.10]
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.09]
Date=2010-04-16T08:52:00
Comments= <<EOT
- Rework cookies and POST validation to allow Contacts Donations and
lib/App/Office/Contacts/Import/vCards/.htoffice.import.vcards.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.
# If not using SQLite, you can safely leave that line in here.
# o Session stuff (below) also refers to database stuff.
AutoCommit=1
dsn=dbi:SQLite:dbname=/tmp/contacts.sqlite
#dsn=dbi:Pg:dbname=contacts
sqlite_unicode=1
RaiseError=1
username=contact
password=contact
max_note_length=10000
# Session stuff
# -------------
session_cookie=0
session_driver=driver:sqlite
( run in 2.421 seconds using v1.01-cache-2.11-cpan-88abd93f124 )