Files | Admin

Notes:

Release Name: opensteam v0.9.2

Notes:
openSteam v0.9.2 released!

this release fixes some bugs in the product-generators and admin-controllers.

new features:
* added filter for tables (orders, shipments, users, etc) in admin-backend
* sqlite3 compatibility



Changes: *0.9.2* * implemented filter methods for configurable tables in admin-backend (Opensteam::Helpers::ConfigTableHelper) * added partials for "filters" * updated views + controller in admin-backend for filter + sortable table (TODO: check if the POST to index for filter is necessary, REST ) * removed uuid for Order-ids due to association problems (e.g. no order_items for an order after checkout ) (TODO: implement!) * fixed bug in product-controller (generators): missing "::" between "Admin" namespace and ProductController * deleted unnecessary controllers + views (administration namespace) * updated invoice controller + views (to work like shipments) * updated simple workflow (to work with invoices) * changed the find_tables-method in Opensteam::Finder from AR::B.connection.select_all("TABLES LIKE ..") to AR::B.connection.tables.include?(..), ( sqlite3 compatibility) * updated Rakefile (simple gemspec) * updated README.rdoc * added CHANGELOG