----------------
- Fixed evaluation of shopping cart portlet available() condition.
[lgraf]
- Fixed attribute selector syntax in shop.js.
[lgraf]
- Check enabled payment processors for availability before offering them.
[lgraf]
- Moved shopping cart functionality into its own adapter (IShoppingCart).
[lgraf]
- Dropped 'newsletter' field from checkout form.
[lgraf]
- Lawgiver support: map permissions.
[jone]
- Suppliers: fix address content types / formatting.
[jone]
- Shop item: use text/x-html-safe output format and only allow text/html input.
[jone]
- Plone 4.3 compatibility: fix imports.
[jone]
- Use DEFAULT_VAT_RATES in IShopConfiguration's vat_rates.
[mathias.leimgruber]
- Display the shopitems image if the item has a image field.
[Julian Infanger]
- Fix category view so that it filters "None" references.
[jone]
- Allow multiple email addresses for supplier seperated by comma.
[Julian Infanger]
- Made sure supplier_mail template gets needed options
[lgraf]
- Improved styling for PaymentProcessor widget a bit
[lgraf]
- Made sure Order and CartItems classes inherit from Persistent
[lgraf]
- Properly setting default values when prefilling forms.
This fixes a bug where people see other users data in checkout forms.
[lgraf]
- CSS fix for title field in checkout wizard
[lgraf]
- Added some Plone 3 compatibility fixes
[lgraf]
- Added test dependency on pyquery
[lgraf]
- Fixed invalid HTML in payment processor widget
[lgraf]
- Assigned Add Order permission to Manager role in rolemap.xml
[lgraf]
- Fixed bug where supplier and status filters weren't initialized in OrderManager view
[lgraf]
- Added column title for vat_amount when exporting CSV
[lgraf]
- Fixed bug in calculation of VAT amount
[lgraf]
- Improved display of VAT (MwSt)
[lgraf]
- Changed default for IShippingAddress.used to False
[lgraf]
- Made order_review template not require the ``newsletter`` field
[lgraf]
- Using interfaces instead of portal_type to determine if context has shop items
[lgraf]
- Fixed type of default values for IShopConfiguration.var_rates
[lgraf]
- Listing items in ShopCategory based on IShopItem interface, not portal_type
[lgraf]
- Implemented calculation and display (in order_review) of VAT (MwSt)
[lgraf]
- Added fields and settings for VAT (MwSt) support
[lgraf]
- Implemented filtering by status in order_manager
[lgraf]
- Implemented UI for changing status or deleting several orders at once
[lgraf]
- Improved UI for cancelling orders in order_manager
[lgraf]
- Implemented pluggable status sets and option to manually change status of orders
[lgraf]
- Added option to display cart portlet only if there are items in the current folder / context
[lgraf]