Revision history for Dancer::Plugin::Nitesi

0.0020 Thu Oct 27 08:20:56 2011 CEST

    [ENHANCEMENTS]

    * Allow loading carts from different users (only DBI backend).
    * Extend cart syntax to allow addressing carts by id.

    [BUG FIXES]

    * Let load method initialize id as zero if database record hasn't been created yet.
    * Fix split in Dancer::Plugin::Nitesi's _config_to_array function.

0.0012 Sun Oct 23 10:54:31 2011 CEST

    [BUG FIXES]

    * Add Dancer::Plugin::Database to dependencies.

0.0011 Wed Oct 19 15:34:13 2011 CEST

    [BUG FIXES]

    * Add missing hooks before_cart_add_validate and
      before_cart_remove_validate.
    * Fix setup of account providers with empty value for extra fields.

0.0010 Thu Oct 13 09:25:25 2011 EDT

    [ENHANCEMENTS]

    * Add query keyword to Dancer::Plugin::Nitesi.
    * Add setting for extra fields to be stored into the session after
      successful login. 
    * Use connnection configuration parameter for DBI account
      provider.

    [BUG FIXES]

    * Fix Perl warning due to undefined $function in _update_session function.

0.0003 Sat Sep 24 19:53:59 2011 CEST

    [ENHANCEMENTS]

    * Add DBI cart backend.
    * Pass specific cart settings by cart name to backends.

    [DOCUMENTATION]

    * Add documentation about hooks installed by Dancer::Plugin::Nitesi.

0.0002 Thu Sep 22 11:22:46 2011 CEST

    [ENHANCEMENTS]

    * Add support for multiple carts.

    [DOCUMENTATION]

    * Fix references to this package in the "BUGS" and "SUPPORT" POD sections.

0.0001 Wed Sep 21 09:39:37 2011 CEST
 
    * Initial release