0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Aug 28, 2024 — Aug 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed to Apache2 header, with comment about origins of parts of the code which is fortunately from a compatible license More... about 19 years ago
License change from MIT to ASL2.0. More... about 19 years ago
License change from MIT to ASL2.0 for all the files of the securityext component. Thanks to Ashish Vijaywargiya for the patch (Apache OFBIZ-87). More... about 19 years ago
Removed meta tags. More... about 19 years ago
License change from MIT to ASL2.0 for all the files of the workeffort component. Thanks to Ashish Vijaywargiya for the patch (Apache OFBIZ-87). More... about 19 years ago
License change from MIT to ASL2.0 for all the files of the party component. Thanks to Ashish Vijaywargiya for the patch (Apache OFBIZ-87). More... about 19 years ago
License change from MIT to ASL2.0 for many of the files of the workeffort and party components. Thanks to Ashish Vijaywargiya for the patch (Apache OFBIZ-87), that is partially applied with this commit. More... about 19 years ago
License change from MIT to ASL2.0 for many of the files of the workeffort component. Thanks to Ashish Vijaywargiya for the patch (Apache OFBIZ-87), that is partially applied with this commit. More... about 19 years ago
License change from MIT to ASL2.0 for many of the files of the party components. Thanks to Ashish Vijaywargiya for the patch (Apache OFBIZ-87). More... about 19 years ago
Additional improvement to describing PaymentMethods. OFBIZ-81. Thanks to Ashish Vijaywargiya More... about 19 years ago
Reverting change to orderlist date format: This is more of a customization. More... about 19 years ago
Changed the date format in orderlist to be something more user friendly. More... about 19 years ago
Removed Id keywords from the recommended headers, see ML discussion for background More... about 19 years ago
Fixed potential crash on order PDF when the payment preference is a manually received offline Credit Card More... about 19 years ago
Fixed bad headerItem for various orderview-related pages, including add note, edit delivery schedule, receive offline payment, and send confirmation email More... about 19 years ago
OFBIZ-81: Add PaymentMethod.description field to describe individual payment methods. For example, a customer may want to describe a CC as a "primary card". Added support for this field wherever payment methods are created/updated. Display this field in ordermgr checkout, ecommerce checkout, and partymgr viewprofile. Thanks to Ashish Vijaywargiya. More... about 19 years ago
Automatically set order name to quote name when loading up a quote to cart to create an order More... about 19 years ago
Fix possible NPE on the order header page if the order name of the shopping cart comes back null More... about 19 years ago
Fix a potential NPE in the picklist when there are no picklist bin info More... about 19 years ago
sendMailInterface's subject parameter is a required IN parameter but optional OUT parameter More... about 19 years ago
wrong link in edit workefforts attached to a quote + update nl labels More... about 19 years ago
extended the list of workefforts for a quote by adding a new view More... about 19 years ago
Some minor XSD changes, mostly moving documentation over from the MiniLang Guide to annotations for the simple-map-processor; a lot to do for the simple-method... More... about 19 years ago
Some cleanups, mostly moves to use the set operation More... about 19 years ago
small text change quoteWorkeffort More... about 19 years ago
more dutch language updates More... about 19 years ago
use of the web.xml maindecorator in the quotescreens + fix quoteworkefforts screenproblems + dutch language file update More... about 19 years ago
Reverted 421453: DataFile output can be other than XML, so this needs to be more generic. More... about 19 years ago
XML escape the DataFile String input, otherwise the entity-engine-xml output will have " characters that are not XML escaped ("), breaking the system More... about 19 years ago
Added ProductStore.storeCreditValidDays to allow per-store BillingAccount.thruDate to be set. The thruDate is set when BillingAccount is created in processCreditReturn. Modified the BillingAccountWorker service that generates list of billing accounts to obey this thruDate. Resolves OFBIZ-86. More... about 19 years ago