openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
O
OFBiz - Marketing
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 9 hours
ago. based on code collected
about 9 hours
ago.
Oct 20, 2024 — Oct 20, 2025
Showing page 1 of 24
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Reverted: Minilang code readability and consistency improvements done at r#1768222, this commit reversed key and description of drop-down in the code. (OFBIZ-9114)
deepak
More...
almost 9 years ago
Reverted: Partially reverted 1768239, and completely reverts 1768257 and 1762999. (OFBIZ-8722)(OFBIZ-8339)(OFBIZ-8723)
deepak
More...
almost 9 years ago
Fixed: Fixed typo introduced in r1768219
deepak
More...
almost 9 years ago
Fixed: Set required parameter as option false at service definition level. (OFBIZ-8358)
deepak
More...
almost 9 years ago
Fixed: Update Services that sets non-pk fields to null if not passed, if non-pks not passed than it should remain unupaded.
deepak
More...
almost 9 years ago
Improvement: Minilang code readability and consistency improvements.
diveshdutta
More...
almost 9 years ago
Improvement: Minilang code readability and consistency improvements.
diveshdutta
More...
almost 9 years ago
Improvement: Miniland code readability and consistency improvements
diveshdutta
More...
almost 9 years ago
Improvement: Minilang code readibility and conistency improvements
diveshdutta
More...
almost 9 years ago
Improvement: Generic value is null or not should be checked using native checks. Utility method isEmpty or isNotEmpty is not needed to check if generic value is null or not because generic values can never be empty. They can be null or not nulls. So made changes accordingly all over the places.
diveshdutta
More...
almost 9 years ago
Improved: Removed duplicate permission serivice for marketing, also renamed facilityManagerPermission service to more generic name facilityPermissionCheck (OFBIZ-8013)
deepak
More...
almost 9 years ago
Improved: Added generic permission service for following - facility - marketting - return - entitysync Also moved the permission check from implementation level to service defination level
deepak
More...
almost 9 years ago
Improved: Removed semicolon from all Groovy files of all components.
arunpatidar
More...
almost 9 years ago
Implemented: Added CRUD services for CountryAddressFormat, ExampleFeatureApplType, GoodIdentificationType, InventoryItemType, InventoryItemTypeAttr, InvoiceContentType, InvoiceItemTypeAttr, InvoiceItemTypeMap, InvoiceType, NeedType, OrderAdjustmentTypeAttr, SalesOrderItemFact, SegmentGroupType, ShipmentGatewayConfigType, ShipmentGatewayDhl, ShipmentGatewayFedex, ShipmentType, ShippingDocument and ShoppingListType entities.
arunpatidar
More...
almost 9 years ago
Implemented: Added CRUD services for ShipmentGatewayUps and SalesOpportunityQuote entities.
arunpatidar
More...
almost 9 years ago
Implemented: Added CRUD services for SalesOpportunityRole, SalesOpportunityStage, SalesOpportunityTrckCode, SalesOpportunityWorkEffort, SecurityGroup, SettlementTerm, ShipmentGatewayUsps, and ShipmentItemFeature entities.
arunpatidar
More...
almost 9 years ago
Implemented: Added CRUD services for GlFiscalType, GlResourceType, GlXbrlClass, GlResourceType, InvoiceAttribute, InvoiceItemAssocType, InvoiceNote, MarketingCampaignNote, OrderContent, SalesOpportunityCompetitor
arunpatidar
More...
almost 9 years ago
Implemented: removed the "controller" related logic, that is now provided by the new ControlFilter, from the ContextFilter; modified existing applications to use the two filters in a chain; removed from the other specialized filters all the logic that was duplicated or extended from ContextFilter.
jacopoc
More...
about 9 years ago
Improved: Improve Dutch labels for marketing component (OFBIZ-8051) Thanks: Pierre Smits for the contribution
pgil
More...
about 9 years ago
Fix for: Profile of contact person not shown on quick add of contact in SFA. (OFBIZ-7816)
pranayp
More...
about 9 years ago
Improved: Workeffort: Consistent form name. (OFBIZ-8090)
mbrohl
More...
about 9 years ago
Improved: Marketing: Consistent form name. (OFBIZ-8077)
mbrohl
More...
about 9 years ago
Applied patch from jira issue - OFBIZ-8072 - Clean up commented out code in Groovy for Marketing. Thanks Aman for the contribution.
ashish
More...
about 9 years ago
Applied patch from jira issue - OFBIZ-8059 - Added CRUD services for ContactListType entity . Thanks Amit Gadaley and Rishi Solanki for your contribution.
arunpatidar
More...
about 9 years ago
(OFBIZ-8002) Applied patch from jira issue (conflict resolved manually) ===================================== Add UI labels for success / error messages in marketing component ===================================== Thanks Tanmay for your contribution.
deepak
More...
about 9 years ago
Fixes "a bunch of small leaks (closes missing, reported as warnings in Eclipse)" - https://issues.apache.org/jira/browse/OFBIZ-8115
jleroux
More...
about 9 years ago
Reverts r1758927 to check issues reported by Jacopo on dev ML
jleroux
More...
about 9 years ago
Fixes a bunch of small leaks (closes missing, only warnings in Eclipse) By-product: automatically sort few imports
jleroux
More...
about 9 years ago
[OFBIZ-7311] - Applied the patch from the ticket. Removing the unused references of the maincss.css from source code, following is done- 1) Removed 'maincss.css' entry from 'allowedPaths' param of from web.xml Reason: Since, there is no file like 'maincss.css' exist under any includes directory. 2) Removed the unused references of maincss.css from FTLs, code <link rel="stylesheet" href="${StringUtil.wrapString(baseUrl!)}/images/maincss.css" type="text/css"/> has been removed. Reason: This is an interesting thing, these FTLs were using the maincss.css located under the images directory. When I look the history of these files, following were my findings, The 'maincss.css' file under the 'images' directory exist in release4.0 http://svn.apache.org/repos/asf/ofbiz/branches/release4.0/framework/images/webapp/images/ after this release, this files no longer exist there. 3) Also, I have updated one file 'InventoryNoticeEmail.ftl' and used the basic HTML code to style, instead of using style defined in 'maincss.css' which were exist in release-4.0 4) Updated some references from 'maincss.css' to style.css in comments. 5) Also removed the entry of including '/images/maincss.css' and '/images/mainrtl.css' in SimpleDecorator Since, these files no longer exist after release-4.0.
pranayp
More...
about 9 years ago
(OFBIZ-7620) Applied patch from jira issue ================================ Add "changeByUserLoginId" field for ContactListCommStatus ================================ Thanks Nameet for your contribution.
deepak
More...
about 9 years ago
←
1
2
3
4
5
6
7
8
9
…
23
24
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree