Revision history for Nitesi
0.0030 Sat Oct 29 12:43:03 2011 CEST
[BUG FIXES]
Pass update flag to after_cart_add hook.
0.0020 Wed Oct 26 16:12:08 2011 CEST
[ENHANCEMENTS]
* Add inclusive costs to cart class.
* Add cost method to cart class.
* Add has_role method to Nitesi::Account::Manager.
* Extend value method of account manager with setting account values.
[BUG FIXES]
* Populate account data in Nitesi::Account::Manager immediately after login.
0.0010 Thu Oct 13 08:42:33 2011 EDT
[ENHANCEMENTS]
* Add Account::Manager::Password class.
* Add exists, roles and values method to Nitesi::Account::Manager.
* Remove leading and trailing spaces from username and password
before login.
* Add costs and id method to cart class.
* Add before_cart_add_validate and before_cart_remove_validate hooks.
* Add load method to Nitesi::Class.
[TESTS]
* Add tests for remove method of cart class.
[DOCUMENTATION]
* Add short description to Nitesi::Cart's POD.
0.0002 Sat Sep 24 19:34:11 2011 CEST
[API CHANGES]
* Move Nitesi::Account::Provider::DBI to Nitesi::DBI distribution.
[ENHANCEMENTS]
* Add remove method to cart class.
* Add uid method to account manager class.
[BUG FIXES]
* Let account manager handle missing providers gracefully.
0.0001 Tue Sep 20 16:38:28 2011 CEST
* Initial release