Skip to content
En échec

Changes

Summary

  1. In the release pipeline of the Silverpeas platform, enabled the build of (details)
Commit a21b86feba1363f95e030bf85247d116cfc8258c by Miguel Moquillon
In the release pipeline of the Silverpeas platform, enabled the build of
the docker image of Silverpeas for trial purpose.
The file was modifiedsrc/releases/silverpeas/Jenkinsfile (diff)

Summary

  1. bug #14543: translation in German instead of English (details)
  2. Bug #14475 (details)
  3. Ramdomly, the integration test SelectionBasketItemDeletingIT fails (details)
  4. Bug #14544 (details)
  5. Fix a bug in NodeDAO#storeRow in which the setting of the node id and of the instance id have been inversed in the update SQL request (details)
  6. bug #14549: popup window and labels adjustments done (details)
  7. In SilverpeasRole add a new constant, NONE, to replace the use of null for no role played by a user (details)
Commit 4599fdd52dba7c44d8dd4ef56fa781449a49bcff by Miguel Moquillon
bug #14543: translation in German instead of English
The file was modifiedcore-configuration/src/main/config/properties/org/silverpeas/jobDomainPeas/multilang/jobDomainPeasBundle_en.properties (diff)
Commit 43a356837ba6c5890c485146b29e345d02a32be3 by Miguel Moquillon
Bug #14475

Fix the vulnerability by ensuring the data of the events/event
occurrences are correctly encoded for the HTML rendering.

Ensures also notification messages in Silverpeas are also correctly
encoded for their HTML rendering.
The file was modifiedcore-war/src/main/webapp/util/javaScript/angularjs/directives/calendar/silverpeas-calendar-event-occurrence-list.js (diff)
The file was modifiedcore-war/src/main/webapp/util/javaScript/angularjs/directives/calendar/silverpeas-calendar-event-form-main.jsp (diff)
The file was modifiedcore-war/src/main/webapp/util/javaScript/angularjs/directives/calendar/silverpeas-calendar-event-view.js (diff)
The file was modifiedcore-api/src/main/java/org/silverpeas/core/notification/message/AbstractMessage.java (diff)
The file was modifiedcore-war/src/main/webapp/util/javaScript/angularjs/directives/calendar/silverpeas-calendar-management.js (diff)
The file was modifiedcore-war/src/main/webapp/util/javaScript/angularjs/silverpeas-adapters.js (diff)
The file was modifiedcore-web/src/main/java/org/silverpeas/core/web/util/viewgenerator/html/browsebars/BrowseBarElement.java (diff)
The file was modifiedcore-war/src/main/webapp/util/javaScript/angularjs/directives/calendar/silverpeas-calendar.js (diff)
Commit dc40a4e80555af2c3490fdf5e148a29e1a3af45a by Miguel Moquillon
Ramdomly, the integration test SelectionBasketItemDeletingIT fails
because the item to remove from the selection basket isn't found
although it should be present.
Because the cause can be the test context hasn't been completed before
the starting of the test, a delay between the context preparation and
the start of the test is added
The file was modifiedcore-web/src/integration-test/java/org/silverpeas/core/webapi/selection/SelectionBasketItemDeletingIT.java (diff)
Commit 155dbc7534b26167b62bae6d6c1816d0e7336454 by Miguel Moquillon
Bug #14544

Fix the vulnerability by checking the user accessing an invitation is
related by it (he's one of the user related by the invitation)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/socialnetwork/invitation/Invitation.java (diff)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/socialnetwork/relationship/RelationShipDao.java (diff)
The file was modifiedcore-web/src/main/java/org/silverpeas/core/webapi/socialnetwork/invitation/InvitationResource.java (diff)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/socialnetwork/invitation/InvitationService.java (diff)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/socialnetwork/invitation/InvitationDao.java (diff)
Commit e012323622bff478eaddfc58f0a170749422afd0 by Miguel Moquillon
Fix a bug in NodeDAO#storeRow in which the setting of the node id and of the instance id have been inversed in the update SQL request
The file was modifiedcore-library/src/main/java/org/silverpeas/core/node/dao/NodeDAO.java (diff)
Commit ea65f921732a3dd206f57cc512d6a1a5dfe37b6f by Miguel Moquillon
bug #14549: popup window and labels adjustments done
The file was modifiedcore-configuration/src/main/config/properties/org/silverpeas/importExportPeas/multilang/importExportPeasBundle_de.properties (diff)
The file was modifiedcore-war/src/main/webapp/importExportPeas/jsp/selectExportMode.jsp (diff)
The file was modifiedcore-configuration/src/main/config/properties/org/silverpeas/importExportPeas/multilang/importExportPeasBundle_en.properties (diff)
The file was modifiedcore-configuration/src/main/config/properties/org/silverpeas/importExportPeas/multilang/importExportPeasBundle.properties (diff)
The file was modifiedcore-configuration/src/main/config/properties/org/silverpeas/importExportPeas/multilang/importExportPeasBundle_fr.properties (diff)
The file was modifiedcore-war/src/main/webapp/importExportPeas/jsp/pingExport.jsp (diff)
Commit 74ec064dc1a9ce9a597fd1731f3e3c761df9a7c1 by Miguel Moquillon
In SilverpeasRole add a new constant, NONE, to replace the use of null for no role played by a user
The file was modifiedcore-api/src/main/java/org/silverpeas/core/admin/user/model/SilverpeasRole.java (diff)

Summary

  1. bug #14549: popup window and labels adjustments done (details)
  2. In Kmelia: (details)
  3. Bug #14523 (details)
Commit 005e381e708e650691fea3b1e1659bbdf385cb1e by Miguel Moquillon
bug #14549: popup window and labels adjustments done
The file was modifiedkmelia/kmelia-war/src/main/webapp/kmelia/jsp/javaScript/publications.js (diff)
The file was modifiedkmelia/kmelia-configuration/src/main/config/properties/org/silverpeas/kmelia/multilang/kmeliaBundle.properties (diff)
The file was modifiedkmelia/kmelia-configuration/src/main/config/properties/org/silverpeas/kmelia/multilang/kmeliaBundle_fr.properties (diff)
The file was modifiedkmelia/kmelia-war/src/main/webapp/kmelia/jsp/javaScript/navigation.js (diff)
The file was modifiedkmelia/kmelia-war/src/main/webapp/kmelia/jsp/kmax.jsp (diff)
Commit dd66f5d9e70ccc0e7655984058d0ed8af0dc4826 by Miguel Moquillon
In Kmelia:
* Take use of the new constant SilverpeasRole.NONE when the user hasn't
  anymore a role for a given folder for which specific rights have been
  set;
* When the user accesses again the application (the root folder of the
  application), the last accessed folder is reset and hence his role
The file was modifiedkmelia/kmelia-war/src/main/java/org/silverpeas/components/kmelia/servlets/KmeliaRequestRouter.java (diff)
Commit 2c9baec01a953024d90b9e5765eb42512c083221 by Miguel Moquillon
Bug #14523

Now, when a classified ad isn't validated, it is not indexable. If a
validated classified ad is put in draft (for modification), then its
index is deleted. Index is created only for validated classfied ads.
The file was modifiedclassifieds/classifieds-library/src/main/java/org/silverpeas/components/classifieds/service/DefaultClassifiedService.java (diff)
The file was modifiedclassifieds/classifieds-library/src/main/java/org/silverpeas/components/classifieds/model/ClassifiedDetail.java (diff)