- 06 Aug, 2021 7 commits
-
-
Jacques Le Roux authored
Fixes last bugs
-
Jacques Le Roux authored
Another fake change in .sonarcloud.properties to test setting changes in GitHub sonarQBE UI
-
Jacques Le Roux authored
Fixes few bugs
-
Jacques Le Roux authored
Fixes a possible http issue (not a big deal)
-
Jacques Le Roux authored
Another fake change in .sonarcloud.properties to test setting changes in GitHub sonarQBE UI
-
Jacques Le Roux authored
Another fake change in .sonarcloud.properties to test setting changes in GitHub sonarQBE UI
-
Jacques Le Roux authored
Fake change in .sonarcloud.properties to test setting changes in sonarQBE following https://sonarcloud.io/documentation/advanced-setup/analysis-scope/ and https://sonarcloud.io/project/settings?category=exclusions&id=apache_ofbiz-plugins 1st step, maybe others will be needed...
-
- 20 Jul, 2021 1 commit
-
-
Jacques Le Roux authored
This prevented to run the stable demo, hence the next, weirdly the trunk had not this problem. Anyway better safe than sorry... Maybe related to Gradle version or rather libs loaded? The reason why the stable (and old) demos were not running is because the EntitySaxReaderTests did not pass
-
- 22 Jun, 2021 1 commit
-
-
Jacques Le Roux authored
Currently, session timeout is configured in apps separately, but session is shared globally, so the smallest one take effects, and it will not take effect separately for different apps. Then it is both inconvenient and confusing to increase session timeout value, as all values in those files need to be updated. A global web.xml is needed, to simplify session timeout configuration. Thanks: Xin Wang
-
- 17 Jun, 2021 1 commit
-
-
Jacques Le Roux authored
We no longer embed files from Birt project. For years now we use Gradle to load org.eclipse.birt.runtime:viewservlets:4.5.0 that is only "loaded at runtime"
-
- 29 May, 2021 1 commit
-
-
Jacques Le Roux authored
Steps to generate: Open https://demo-trunk.ofbiz.apache.org/ecomseo/viewprofile On the profile page, Go down to Contact list Empty fields are displaying before Verify Subscription button Expected: The field should have some specifications to be filled up Thanks: Archana Asthana for report, Devanshu Vyas for suggestion, Praveen Patil for patch and Thirumurugan for confirming
-
- 15 May, 2021 1 commit
-
-
Jacques Le Roux authored
-
- 04 May, 2021 1 commit
-
-
Jacques Le Roux authored
This handles the "'(' should be on the previous line?" rule of MethodParamPad Actually not completely, because there are still some cases that can't be handled by changing code, notably when a casting is necessary. I believe there is an error in checkstyle code. I'll discuss that in dev ML before sending checkstyle team a report.
-
- 06 Apr, 2021 2 commits
-
-
Girish Vasmatkar authored
Thanks Alexander Gepting for the contribution.
-
Girish Vasmatkar authored
Thanks Alexander Gepting for the contribution.
-
- 29 Mar, 2021 1 commit
-
-
Jacques Le Roux authored
The SOAP and HTTP engines are open doors to security issues. At https://markmail.org/message/pgtjyh23bazq4s2w I proposed to comment them out as we did for RMI in the past. Of cause it must be clearly documented how to use them if needed. Here is the email content: After the recent fix for the CVE-2021-26295[1] we discussed with the security team about the opportunity need to comment out the SOAP and HTTP engines like we did in the past for RMI[2], this obviously for security reason. [1] OFBIZ-12167 "Adds a blacklist (to be renamed soon to denylist) in Java serialisation (CVE-2021-26295)" [2] OFBIZ-6942 "Comment out RMI related code because of the Java deserialization issue [CVE-2016-2170] " I just put a small comment in webtools and scrumm controllers, it should be enough. The tests pass
-
- 28 Mar, 2021 2 commits
-
-
Michael Brohl authored
(OFBIZ-12207)
-
Michael Brohl authored
(OFBIZ-12207) The reference was chanegd from cdn-hosted version to a locally saved version to avoid integrity check mechanism and making it possible to track the used version in the README.
-
- 27 Mar, 2021 6 commits
-
-
Michael Brohl authored
for embedding external redoc javascript file (OFBIZ-12197)
-
Michael Brohl authored
-
Michael Brohl authored
rule (OFBIZ-12197)
-
Michael Brohl authored
(OFBIZ-12197)
-
Michael Brohl authored
Renames ofbiz-rest-impl to rest-api.
-
Devanshu Vyas authored
Fixed: Error message is displayed when user clicks on create link after the user quick chechout and user is not logged in (OFBIZ-12188) Added missing UtilHttp class import statement Thanks: Arpit Mor for reporting the issue and Sourabh Punyani for providing the fix.
-
- 17 Mar, 2021 1 commit
-
-
Girish Vasmatkar authored
-
- 11 Mar, 2021 1 commit
-
-
Jacques Le Roux authored
It was no up to date, only in R16 the plugins was not enabled Only trunk as so far AsciiDoc documentation
-
- 10 Mar, 2021 1 commit
-
-
holivier authored
-
- 01 Mar, 2021 1 commit
-
-
Jacques Le Roux authored
The real name of ofbiz is OFBiz. This renames it in descriptions. It also renames the webapp title from Ofbiz-rest-jersey to Rest-jersey. We know it's in OFBiz.
-
- 27 Feb, 2021 1 commit
-
-
Jacques Le Roux authored
(OFBIZ-) Missing import statement in the groovy script on the new customer registration page. Thanks: Pradeep Choudhary
-
- 21 Feb, 2021 1 commit
-
-
Jacques Le Roux authored
On uploading File in Ecommerce Profile's File Manager, "The following required parameter is missing: [IN] [uploadPartyContentFile.partyContentTypeId]" error is displaying. Steps to regenerate the issue: Open Ecommerce on Ofbiz. Login with any user. Go to Profile. Navigate down to File Manager. Select Purpose. Seletct Mime Type Click upload. Thanks: Aishwary Shrivastava for report, Priya Sharma fir the fix
-
- 16 Feb, 2021 1 commit
-
-
Michael Brohl authored
-
- 15 Feb, 2021 3 commits
-
-
Wiebke Pätzold authored
-
Wiebke Pätzold authored
-
Michael Brohl authored
-
- 14 Feb, 2021 1 commit
-
-
Jacques Le Roux authored
This 1st step sorts the plugins. We need to discuss more...
-
- 13 Feb, 2021 1 commit
-
-
Michael Brohl authored
shutdown (OFBIZ-12171) See comments in framework build.gradle for details.
-
- 12 Feb, 2021 3 commits
-
-
Deepak Dixit authored
(OFBIZ-10914)
-
Deepak Dixit authored
-
Pawan Verma authored
Used UtilHttp.getSessionId() instead of visit to get session Id. Thanks: Giulio, Jacopo and Deepak.
-
- 09 Feb, 2021 1 commit
-
-
Jacques Le Roux authored
Renames respectively blacklist and whitelist to denylist and allowlist in several places. Renames masters and slaves to mains and replicas in solrconfig.xml inherited from the Apache Solr version we use. The slave word is still used at https://cwiki.apache.org/confluence/display/solr/SolrConfigXml referenced from solrconfig.xml There are still a lot of master word which can be replaced by main, but not in contexts where slave is also used. I'll discuss that on dev ML again...
-