Skip to content
Succès

Changes

Summary

  1. Bug #14912 (details)
  2. Bug #15048 (details)
Commit 692d5ee6446b9b8f5a965bd035142db96a9ef964 by Miguel Moquillon
Bug #14912

In ExportCSVBuilder, replace the use of DateUtil by TemporalFormatter to
format a Date object in text. For doing, the conversion of the date to
OffsetDateTime is required otherwise an exception is thrown because the
Instant representation of the Date don't support some temporal fields.
The file was modifiedcore-web/src/test/java/org/silverpeas/core/web/export/ExportCSVBuilderTest.java (diff)
The file was modifiedcore-api/src/main/java/org/silverpeas/core/date/TemporalFormatter.java (diff)
The file was modifiedcore-web/src/main/java/org/silverpeas/core/web/export/ExportCSVBuilder.java (diff)
Commit 6061f5569843b13f43a5bb77c8c053c4f3420620 by Miguel Moquillon
Bug #15048

Fix bug by using the function js encodeURIComponent(string) for each URL
parameters passed in the HTTP search request. By doing so, the special
characters are correctly encoded and not interpreted.
The file was modifiedcore-war/src/main/webapp/util/javaScript/silverpeas.js (diff)

Summary

  1. Bug #15023 (details)
Commit 5790845206aae881be6c62a1400dd3ee8c7ed6ee by Miguel Moquillon
Bug #15023

Report fix from 6.4.x
The file was modifiedkmelia/kmelia-war/src/main/webapp/kmelia/jsp/oneLevel.jsp (diff)
The file was modifiedkmelia/kmelia-war/src/main/webapp/kmelia/jsp/treeview.jsp (diff)