You are here

CHANGELOG.txt in Ubercart Views 6.2

Same filename and directory in other branches
  1. 6 CHANGELOG.txt
uc_views 6.x-3.0
================

  THIS IS NEW MAJOR RELEASE PLEASE READ UPGRADE INSTUCTIONS BEFORE UPGRADING FROM THE 2.x VERSION 

 o Upgrade instructions
   - Some popular views have been moved to the new submodule uc_views_marketing, in order to use these views again you must install this module (/admin/build/modules)
 o Bugfixes
   - Added dependency to uc_orders in info file
   - Corrected bug related to how uc_orders are joined with nodes.
   - Applied patch from jrust fixing order status display
   - Disabled all views by default
   - Added admin names for blocks
   - Applied patch from intuited making uc_order_products a base table, which solves several issues with joins to that table
   - Corrected filter to use views_handler_filter_float rather than views_handler_filter_numeric for decimal db fields
 o Features
   - Added a conditional buy-it-now button for uc_products, similar to the buy-it-now button from uc_product, except the button can be hidden unless certain conditions are met
   - Added a conditional add to cart form for uc_products, similar to the add to cart form from uc_product, except the form can be hidden unless certain conditions are met
   - Added relationship to user roles for uc_orders to allow filtering
   - Applied pathch from 'thill_' that adds the following
     * Added support for Views Bulk Operations module through a new sub-module 'uc_views_bulk_operations'
     * New view: Order management view for bulk operations on uc_orders
   - Applied pathch from 'justindodge' (aka 'jd') that adds the following
     * Added - uc_order_products : Product Title field
     * Support for date_api views filter handler on order created and modified fields
     * Views field for order action links
     * Added field handler for order status to convert key to human readable title (one was already pressent - but this version is way sleeker
     * Added cursory support for product attributes in the uc_order_products table
     * Joined uc_order table with term_node so you can filter ordered products by their taxonomy terms
   - Applied patch from 'intuited' to add a relationship between uc_order_products and node
   - Applied patch from 'ultimike' to allow filtering for products not purchased by a customer
   - Applied patch from 'openbook' to add schema definition for uc_order_comments
   - Applied patch from 'makara' to add support for new uc_order field product_count. 
 o Views included
   - Order management view for bulk operations on uc_orders
 o Clean up
   - New submodule uc_views_marketing, some of the popular marketing related default views have been moved to this sub module to remove the views_slideshow dependency from the core module.
   - The database views are no longer needed by the core module and have been moved to the uc_views_marketing submodule 
   - New submodule uc_views_bulk_operations, with a new view for order management, introduced to avoid dependecy to views_bulk_operations from the core module.
   - Move modules to own group Ubercart - views (previously it was placed in Ubercart - extra). This seems more correct after introducing sub modules 


uc_views 6.x-2.0
================

IMPORTANT:
This release breaks backwards compatibility with uc_views 1.x. If you have any views containing Ubercart order fields
they might not work after installing this version! The reason for this is that orders are now a base table and no longer joins
with nodes through order products.

 o Bugfixes
 o Features
   - Applied pathch from sammys that adds the following
       * Adds orders to views as a base table. This means you can base your views on orders instead of on products.
       * Allows orders to join up to the user that ordered.
       * Displays all order fields from the uc_orders table.
       * Can optionally link the order ID to the order admin screen.
       * Can have order id as an argument.
       * Can show all country and zone fields (e.g two letter country codes).
       * Adds primary_email field and render it as a mailto: link
       * Uses field descriptions from the schema subsystem to reduce developer efforts in future.
 o Views included
   - Applied pathch from sammys that adds a new view displaying all orders


uc_views 6.x-1.1
================
 o Bugfixes
   - Fixed bug concerning using views_handler_field_node in stead of views_handler_field for various fields.
   - Fixed bug in install and unistall functions regarding missing curly brackets for table and view names
 o Features
   - Added handler for country code fields
   - Added filter handler for countries
   - Added handler for zone code fields
   - Added filter handler for zones
   - Extended the number of fields from the uc_orders table
   - Added tabledefinition for uc_cart_product
   - Added field handler for linking carts to users

uc_views 6.x-0.1
================
 o First 0.1 beta release
 o Views included
   - new_products: Block view displaying the most recently added products
   - popular_products: Block view displaying the products which has sold the highest quantity
   - product_pairs_block: Block view providing 'Users who bought the selected product also bought these' list
   - user_products: Block view displaying a list of the products which the user most often end up buying.
 o Applied patch from river_t to include uc_orders

File

CHANGELOG.txt
View source
  1. uc_views 6.x-3.0
  2. ================
  3. THIS IS NEW MAJOR RELEASE PLEASE READ UPGRADE INSTUCTIONS BEFORE UPGRADING FROM THE 2.x VERSION
  4. o Upgrade instructions
  5. - Some popular views have been moved to the new submodule uc_views_marketing, in order to use these views again you must install this module (/admin/build/modules)
  6. o Bugfixes
  7. - Added dependency to uc_orders in info file
  8. - Corrected bug related to how uc_orders are joined with nodes.
  9. - Applied patch from jrust fixing order status display
  10. - Disabled all views by default
  11. - Added admin names for blocks
  12. - Applied patch from intuited making uc_order_products a base table, which solves several issues with joins to that table
  13. - Corrected filter to use views_handler_filter_float rather than views_handler_filter_numeric for decimal db fields
  14. o Features
  15. - Added a conditional buy-it-now button for uc_products, similar to the buy-it-now button from uc_product, except the button can be hidden unless certain conditions are met
  16. - Added a conditional add to cart form for uc_products, similar to the add to cart form from uc_product, except the form can be hidden unless certain conditions are met
  17. - Added relationship to user roles for uc_orders to allow filtering
  18. - Applied pathch from 'thill_' that adds the following
  19. * Added support for Views Bulk Operations module through a new sub-module 'uc_views_bulk_operations'
  20. * New view: Order management view for bulk operations on uc_orders
  21. - Applied pathch from 'justindodge' (aka 'jd') that adds the following
  22. * Added - uc_order_products : Product Title field
  23. * Support for date_api views filter handler on order created and modified fields
  24. * Views field for order action links
  25. * Added field handler for order status to convert key to human readable title (one was already pressent - but this version is way sleeker
  26. * Added cursory support for product attributes in the uc_order_products table
  27. * Joined uc_order table with term_node so you can filter ordered products by their taxonomy terms
  28. - Applied patch from 'intuited' to add a relationship between uc_order_products and node
  29. - Applied patch from 'ultimike' to allow filtering for products not purchased by a customer
  30. - Applied patch from 'openbook' to add schema definition for uc_order_comments
  31. - Applied patch from 'makara' to add support for new uc_order field product_count.
  32. o Views included
  33. - Order management view for bulk operations on uc_orders
  34. o Clean up
  35. - New submodule uc_views_marketing, some of the popular marketing related default views have been moved to this sub module to remove the views_slideshow dependency from the core module.
  36. - The database views are no longer needed by the core module and have been moved to the uc_views_marketing submodule
  37. - New submodule uc_views_bulk_operations, with a new view for order management, introduced to avoid dependecy to views_bulk_operations from the core module.
  38. - Move modules to own group Ubercart - views (previously it was placed in Ubercart - extra). This seems more correct after introducing sub modules
  39. uc_views 6.x-2.0
  40. ================
  41. IMPORTANT:
  42. This release breaks backwards compatibility with uc_views 1.x. If you have any views containing Ubercart order fields
  43. they might not work after installing this version! The reason for this is that orders are now a base table and no longer joins
  44. with nodes through order products.
  45. o Bugfixes
  46. o Features
  47. - Applied pathch from sammys that adds the following
  48. * Adds orders to views as a base table. This means you can base your views on orders instead of on products.
  49. * Allows orders to join up to the user that ordered.
  50. * Displays all order fields from the uc_orders table.
  51. * Can optionally link the order ID to the order admin screen.
  52. * Can have order id as an argument.
  53. * Can show all country and zone fields (e.g two letter country codes).
  54. * Adds primary_email field and render it as a mailto: link
  55. * Uses field descriptions from the schema subsystem to reduce developer efforts in future.
  56. o Views included
  57. - Applied pathch from sammys that adds a new view displaying all orders
  58. uc_views 6.x-1.1
  59. ================
  60. o Bugfixes
  61. - Fixed bug concerning using views_handler_field_node in stead of views_handler_field for various fields.
  62. - Fixed bug in install and unistall functions regarding missing curly brackets for table and view names
  63. o Features
  64. - Added handler for country code fields
  65. - Added filter handler for countries
  66. - Added handler for zone code fields
  67. - Added filter handler for zones
  68. - Extended the number of fields from the uc_orders table
  69. - Added tabledefinition for uc_cart_product
  70. - Added field handler for linking carts to users
  71. uc_views 6.x-0.1
  72. ================
  73. o First 0.1 beta release
  74. o Views included
  75. - new_products: Block view displaying the most recently added products
  76. - popular_products: Block view displaying the products which has sold the highest quantity
  77. - product_pairs_block: Block view providing 'Users who bought the selected product also bought these' list
  78. - user_products: Block view displaying a list of the products which the user most often end up buying.
  79. o Applied patch from river_t to include uc_orders