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 b6e2ffb15cd81976b72bd4dfe27075c8b0cbd776 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/OpenOfficeService.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/openoffice/OpenOfficeConverter.java (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)
Commit a7a4848a8e5e7f2c818857d034cfa1e84238d85e 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/control/FileSharingSessionController.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/servlets/FileSharingRequestRouter.java (diff)
Commit cb8a6756c0f5d6763c28151d64a105a1342d223c 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/util/javaScript/silverpeas-chart.js (diff)
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/html2canvas.min.js (diff)