Skip to content
Succès

Changes

Summary

  1. Bug #14912 (details)
  2. Bug #15048 (details)
Commit 85df8e6064ca490b302bb8383e5dc40db5b6ad1f 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-web/src/main/java/org/silverpeas/core/web/export/ExportCSVBuilder.java (diff)
The file was modifiedcore-api/src/main/java/org/silverpeas/core/date/TemporalFormatter.java (diff)
Commit 5210fd8520a594dba978e98581b904c67ab1654d 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)
  2. Identifiant double (details)
Commit 078aba6dbab583b937e4a738fee77bd9155eb7b5 by Miguel Moquillon
Bug #15023

Just removed the attribut "size" on the input type text.
I prefer to defined tis by CSS.
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)
Commit c928c709d53f37d7ad7e745089276263cb9a35bb by Miguel Moquillon
Identifiant double

An identifiant was using two times
The file was modifiedkmelia/kmelia-war/src/main/webapp/kmelia/jsp/treeview.jsp (diff)
The file was modifiedkmelia/kmelia-war/src/main/webapp/kmelia/jsp/oneLevel.jsp (diff)