Skip to content
Succès

Changes

Summary

  1. In SilverpeasRole add a new constant, NONE, to replace the use of null for no role played by a user (details)
  2. Fix unit test SilverpeasRoleTest to take into account of the new value SilverpeasRole#NONE and fix some of the SilverpeasRole methods to take into correctly this new value (details)
  3. Bug #13273 (details)
  4. Bug #14566 (details)
  5. Bug #14324 (details)
Commit c18cbdc44dbb7037a58e920c5daa3472a6857084 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)
Commit 40c8318b556477e6787a718ea2a1a7f6d2c545bc by Miguel Moquillon
Fix unit test SilverpeasRoleTest to take into account of the new value SilverpeasRole#NONE and fix some of the SilverpeasRole methods to take into correctly this new value
The file was modifiedcore-library/src/test/java/org/silverpeas/core/admin/user/SilverpeasRoleTest.java (diff)
The file was modifiedcore-api/src/main/java/org/silverpeas/core/admin/user/model/SilverpeasRole.java (diff)
Commit 3233491623bd8a76335bc2c2bd0d3b54042c6314 by Miguel Moquillon
Bug #13273

Rename SpaceInst#getSpaceProfileInst to
SpaceProfilInst#getDirectSpaceProfileInst because this method returns
only the direct space profile instance with the specified name and not
all the profile instances (both inherited and not inherited).

Add new method to get both the inherited and direct space profiles with
a specified name: SpaceInst#getSpaceProfileInst(String)

In DefaultAdministration:
- when a new space is created, in the case of a inherited rights
  access, the inherited space manager profile is now taken into account
  in same way than the others inherited space profiles.
- when getting the space profile of a given space and with the specified
  role name, take into account the inherited space manager profile has
  been previously cached

In SpaceResource, when getting the space profiles of a given space with
requesting role names, invokes, through the OrganizationController, for
each role, the Administration#getSpaceProfile(String, SilverpeasRole)
method.
The file was modifiedcore-war/src/main/webapp/jobStartPagePeas/jsp/startPageInfo.jsp (diff)
The file was modifiedcore-library/src/integration-test/java/org/silverpeas/core/admin/SpacesAndComponentsIT.java (diff)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/admin/service/DefaultAdministration.java (diff)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/admin/user/model/UserDetail.java (diff)
The file was modifiedcore-war/src/main/java/org/silverpeas/web/jobstartpage/control/JobStartPagePeasSessionController.java (diff)
The file was modifiedcore-web/src/main/java/org/silverpeas/core/web/look/DefaultSpaceHomePage.java (diff)
The file was modifiedcore-war/src/main/webapp/util/javaScript/silverpeas-responsibles.js (diff)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/admin/service/SpaceProfile.java (diff)
The file was modifiedcore-web/src/main/java/org/silverpeas/core/webapi/admin/SpaceResource.java (diff)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/admin/space/SpaceInst.java (diff)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/admin/service/Administration.java (diff)
Commit e3995bd1c6cf77fa4a081259cad4007c301a0460 by Miguel Moquillon
Bug #14566

Fix vulnerability by encoding in HTML titles and labels of subscriptions
The file was modifiedcore-war/src/main/webapp/pdcSubscriptionPeas/jsp/viewSubscriptionsOfCategory.jsp (diff)
The file was modifiedcore-war/src/main/webapp/pdcSubscriptionPeas/jsp/subscription.jsp (diff)
The file was modifiedcore-war/src/main/webapp/pdcSubscriptionPeas/jsp/subscriptionList.jsp (diff)
Commit 8f9ad510ef76624d07af9e2d4fc3de0b4440b835 by Miguel Moquillon
Bug #14324

In PdcSearchTopicTrackerResourcePathLoader, the caching of
contribution's paths is now done by the contribution identifier and not
anymore by the node in which they are located.
The file was modifiedcore-war/src/main/java/org/silverpeas/web/pdc/control/PdcSearchTopicTrackerResourcePathLoader.java (diff)

Summary

  1. Bug #13273 (details)
  2. bug #14572: columns are now sortable whene the id of the instance is displayed (details)
Commit 51e3946107cd8cbb0b3a8270fc9e4f774700d756 by Miguel Moquillon
Bug #13273

Take into account of the renaming of SpaceInst#getSpaceProfileInst to
SpaceInst#getDirectSpaceProfileInst
The file was modifiedcommunity/community-library/src/test/java/org/silverpeas/components/community/CommunityOfUsersTest.java (diff)
The file was modifiedcommunity/community-library/src/integration-test/java/org/silverpeas/components/community/CommunityManagementIT.java (diff)
The file was modifiedcommunity/community-library/src/main/java/org/silverpeas/components/community/model/CommunityOfUsers.java (diff)
Commit 3d8415e49791c4b388584715a64bc779d924058e by Miguel Moquillon
bug #14572: columns are now sortable whene the id of the instance is displayed
The file was modifiedprocessManager/processManager-war/src/main/webapp/processManager/jsp/listProcess.jsp (diff)

Summary

  1. bug #14561: fix JSTL Syntax error (details)
Commit ef50cf86116dc6ca270e650a8b3614e77824b843 by Miguel Moquillon
bug #14561: fix JSTL Syntax error
The file was modifiedaurora/aurora-war/src/main/webapp/WEB-INF/tags/silverpeas/look/displayFAQ.tag (diff)