Skip to content
Succès

Changes

Summary

  1. Attempt to provide a solution to bug #14399 by defining a new property (details)
  2. Bug #14740 (details)
  3. Bug #14681 (details)
Commit 6de656bf747b313b8afa7355e510c17da1ad3bda by Miguel Moquillon
Attempt to provide a solution to bug #14399 by defining a new property
with which we can set a timeout for the execution of a conversion task.
By default, the timeout is set to 120000ms (2mn) but a greater value can
be required on Windows as this system is a true bloatware.
The file was modifiedcore-configuration/src/main/config/properties/org/silverpeas/converter/openoffice.properties (diff)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/contribution/converter/openoffice/OpenOfficeConverter.java (diff)
The file was modifiedcore-services/viewer/src/integration-test/resources/org/silverpeas/converter/openoffice.properties (diff)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/contribution/converter/DocumentFormatConversion.java (diff)
The file was modifiedcore-library/src/integration-test/resources/org/silverpeas/converter/openoffice.properties (diff)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/contribution/converter/openoffice/OpenOfficeService.java (diff)
Commit ceba874a79511aab766568c0091de2dfdb47f98e by Miguel Moquillon
Bug #14740

The bug coming from the pagination was operated two times:
- one by the web controller,
- one by the ArrayPane itself.
The fix has been to remove the pagination in the web controller side and
to leave ArrayPane to controle the pagination of tikets.
The file was modifiedcore-war/src/main/java/org/silverpeas/web/sharing/servlets/FileSharingRequestRouter.java (diff)
The file was modifiedcore-war/src/main/webapp/sharing/jsp/viewTickets.jsp (diff)
The file was modifiedcore-war/src/main/java/org/silverpeas/web/sharing/control/FileSharingSessionController.java (diff)
Commit 6a3ce5bbbc7422b58054bcfa179c08cc0c061a4f by Miguel Moquillon
Bug #14681

Update html2canvas to its latest version 1.4.1
Replaces all var in silverpeas-chat.js and displayChart.tag by either
let or const javascript keywords.
The file was modifiedcore-war/src/main/webapp/WEB-INF/tags/silverpeas/util/displayChart.tag (diff)
The file was modifiedcore-war/src/main/webapp/util/javaScript/silverpeas-chart.js (diff)
The file was modifiedcore-war/src/main/webapp/util/javaScript/html2canvas.min.js (diff)

Summary

  1. Feature #14915 (details)
  2. Take into account the sonarqube feedback (details)
  3. Fix DefaultFormsOnlineService#buildMail method and its use by sendRequestByEmail to be compliant with the expected behavior (details)
The file was modifiedformsOnline/formsOnline-library/src/main/java/org/silverpeas/components/formsonline/model/DefaultFormsOnlineService.java (diff)
Commit b75ed8f1c03a9bd1d5a276d534c8faa73fc47daa by Miguel Moquillon
Take into account the sonarqube feedback
The file was modifiedprocessManager/processManager-war/src/main/java/org/silverpeas/processmanager/ProcessManagerSessionController.java (diff)
The file was modifiedclassifieds/classifieds-war/src/main/java/org/silverpeas/components/classifieds/control/ClassifiedsSessionController.java (diff)
Commit d0d06c162836c9606f04616e0f9b122c34b710ef by Miguel Moquillon
Fix DefaultFormsOnlineService#buildMail method and its use by sendRequestByEmail to be compliant with the expected behavior
The file was modifiedformsOnline/formsOnline-library/src/main/java/org/silverpeas/components/formsonline/model/DefaultFormsOnlineService.java (diff)