0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Aug 23, 2024 — Aug 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
small dutch update More... about 19 years ago
dutch labels More... about 19 years ago
ducth labels More... about 19 years ago
revert previous change More... about 19 years ago
dutch label update More... about 19 years ago
dutch label update More... about 19 years ago
dutch label update More... about 19 years ago
Fixed bug in the EditDataResource form definition. More... about 19 years ago
Misc temp fixes for the mkt pkg stuff; this should fix the bug reported by Leon Torres and Si Chen (error receiving inventory); I still have to complete the mkt pkg processes related to cancelling an order item. More... about 19 years ago
Fixed a few bugs in the new mkt package stuff. More... about 19 years ago
Fixed bug I introduced yesterday while reimplementing the PostalAddressBoundary services. More... about 19 years ago
Added contentType to sendMailInterface as an OUT parameter to prevent sendOrderDeliveryScheduleNotification from crashing, following pattern from earlier of fixing other email notification related bugs More... about 19 years ago
Fixed bug where BillingAccount created from return with refund of store credit would not show up in payment methods when creating order for that customer. More... about 19 years ago
Added two relationships to ProductStoreShipmentMethView so getRelatedOne can be used. More... about 19 years ago
Small change to keep track of credit card authorization failure counts and last date/time More... about 19 years ago
Cosmetic improvements to add adjustment to completed order. OFBIZ-55. Thanks to Ashish Vijaywargiya. More... about 19 years ago
Removed some old files that are no longer used; Jacopo identified these and I've verified that they are not used; need to remove them for the CLA effort because we haven't been able to get CLAs yet for these guys More... about 19 years ago
Removed DBCP connection factory to get around CLA issue as we haven't received one from Mike yet; this isn't used and isn't all that useful anyway because DBCP never supported an XA-aware connection pool More... about 19 years ago
Re-implemented the party services initially implemented by Soto and Ondarza; now the party application doesn't contain any contribution from them anymore. More... about 19 years ago
Added a new OrderHeader field: autoOrderShoppingListId, used to track the shoppingListId for orders auto-created from a ShoppingList; also added some fields to the ProductStore to configure certain payment retry settings for these automatic orders from shopping lists; the new OrderHeader field is now also being saved through the storeOrder service, ie all changes in place there More... about 19 years ago
Add/delete adjustments to created orders. OFBIZ-55. Thanks go to Ashish Vijaywargiya More... about 19 years ago
More detailed comments about how prepareInventoryTransfer and createInventoryTransfer services work More... about 19 years ago
A few more cleanups on the payment processing services More... about 19 years ago
Fixed reference to httpServer instead of httpsServer, bug reported by Scott Gray; also did some changes to be more robust with isEmpty instead of == null More... about 19 years ago
A few cleanups and error handling improvements done while reviewing the code, research for details on some new features to go in this area More... about 19 years ago
Another fix for adding item to created order: removed duplicate prodCatalogId in service definition appendOrderItem. Also added prodCatalogId to makeItem() so that the issue is actually resolved. See OFBIZ-53 for reference. More... about 19 years ago
Fixed bug where adding an item to a created order would crash due to inability to compute price. More... about 19 years ago
contribution from Anil Patel to show children of a fixed asset OFBIZ-79 More... about 19 years ago
Added documentaiton about how CatalogWorker.getCurrentCatalogId works. More... about 19 years ago
Fixed bug in batch print shipping labels when no labels are selected. More... about 19 years ago