Friday, May 04, 2007

OFBIZ Development r 535337

  • Fixed UserLogin being called twice (r 533305)
  • Geo rules for Shopping Cart (533322)
  • UtilFormatOut.setMaximumFractionDigits should be called after setCurrency, otherwise setCurrency changes it back to the default for that currency (533347)
  • Upgraded bsh to bsh2.0b4 (533448)
  • Upgrade commons libraries (533476)
  • Upgrade icu4j to icu4j_3.6 (533587)
  • Upgraded jakarta oro to 2.0.8 (533592, 533599)
  • Upgraded jakarta reg-exp to 1.5 (533601)
  • Upgraded Derby to 10.2.2.0 (533605)
  • Implementation of cross-ship replacement returns (533746, 533827, )
  • Party serialized inventory summary (533848)
  • Party subscription summary (534160, 534186, 534189)
  • added new field OrderItem.fromInventoryItemId (533919)
  • Upgraded to Javolution 4.2.8. Java 1.5+ is now required for OFBIZ SVN (534005)
  • Upgraded to log4j 1.2.14 (534007)
  • Re-factored logging properties to log4j.xml (534934, 534939, 534940,
  • Updated processExtendSubscription to use new InventoryItem (534188)
  • Refactored inventory view screen to use form widget (534254)
  • New MARKETING_PKG_PICK product type for packages which are packed at pick time (534288)
  • Italian translation for party application (534327)
  • Updated iText to 2.0.1 (534346)
  • Updated velocity to 1.5 (534359)
  • Russian translation for product application (534348) and common (534997)
  • New "BULK_CUSTOMER" party role (534557)
  • Default Product Store and Sale Channel on initial Order Entry screen (534586)
  • updated payflow pro integration to url encode parameters (causes problems with names/address with special characters) (534605, 534943)
  • Paginate in screen-widget iterate-section is now by default "false" (534635)
  • Fixed missing calls to close EntityListIterator (534636)
  • BOM node .isManufactured() mode now considers whether there is SupplierProduct instead of whether there are child BOM nodes (534751)
  • When the completed date of scheduled production runs is changed, the estimated delivery date of the backordered items is updated. (534765)
  • When qoh for components of production run is < style="font-family: monospace;">
  • Fixed bug in the inventory counting service: serialized units for QOH were wrongly computed because the status for inventory being transfered was not considered. (534880)
  • Added a recurrenceInfoId and new ProductAssocType for auto-reorders; the idea is to create a ShoppingList on the fly when the main product is purchased based on these associations; the service will likely be triggered with an ECA by the storeOrder service, just as with other ECA rules in applications/order/servicedef/secas.xml (534912)
  • refactored gateway services; pulled all response functions to their own service; added a special service to make sure the response records get created even in the case of a rollback (534944)
  • Added RMI JKS trust store (534994, 534995)
  • Set secure random SSLUtil (534996)
  • to handle multiple trust stores, a new MultiTrustManager has been implemented; the system trust store now tries to load from all possible locations (535056)
  • Ecommerce application shows purchase orders sent to the party, to allow drop shippers to view their orders (535096)
  • Fixed requirement start date for products with WIP (535229)
  • Cleaned up service definition for the updateReturnItem service to avoid an error message when trying to cancel a return with items. (535299)
  • Added payment method drop down to quick return (535310)