Skip to content
Succès

Changes

Summary

  1. Bug #13964 (details)
Commit 0f972639ffb7a7dc434a84f564faa430bd21b246 by Miguel Moquillon
Bug #13964

Fix the bug which is in the list of the connected users. In this page,
the SessionManagement service is invoked to get all the opened user
sessions and for each of them the related user. But, the user in the
session is the one that has been fetched from the database during the
login process, before opening really the session. So, the last login
date attribute of the user is the one of his previous latest session and
not the current one that is set once the session is opened. The fix was
to reuse the user in the newly opened session when setting its login
date attribute before saving his data in the database.
The file was modifiedcore-api/src/main/java/org/silverpeas/core/security/session/SilverpeasUserSession.java (diff)
The file was modifiedcore-api/src/main/java/org/silverpeas/core/util/DateUtil.java (diff)
The file was modifiedcore-configuration/src/main/config/resources/StringTemplates/core/directory/user_fr.st (diff)
The file was modifiedcore-services/chat/src/main/java/org/silverpeas/core/chat/ChatUser.java (diff)
The file was modifiedcore-api/src/main/java/org/silverpeas/core/admin/user/model/User.java (diff)
The file was modifiedcore-jcr/src/test/java/org/silverpeas/core/jcr/JCRNodeHandlingTest.java (diff)
The file was modifiedcore-war/src/main/webapp/socialNetwork/jsp/myContactProfil/myContactProfile.jsp (diff)
The file was modifiedcore-jcr/src/test/java/org/silverpeas/core/jcr/SilverpeasJCRSchemaRegisterTest.java (diff)
The file was modifiedcore-configuration/src/main/config/resources/StringTemplates/core/directory/user_en.st (diff)
The file was modifiedcore-jcr/src/test/java/org/silverpeas/core/jcr/impl/oak/DocumentStoreTest.java (diff)
The file was modifiedcore-api/src/test/java/org/silverpeas/core/contribution/ContributionModelTest.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/directory/control/DirectorySessionController.java (diff)
The file was modifiedcore-configuration/src/main/config/resources/StringTemplates/core/directory/user_de.st (diff)
The file was modifiedcore-api/src/test/java/org/silverpeas/core/contribution/MyUser.java (diff)
The file was modifiedcore-war/src/main/webapp/socialNetwork/jsp/profil/profilPublic.jsp (diff)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/security/session/SessionInfo.java (diff)
The file was modifiedcore-jcr/src/test/java/org/silverpeas/test/TestUser.java (diff)
The file was modifiedcore-web/src/main/resources/META-INF/silverFunctions.tld (diff)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/admin/user/dao/UserDAO.java (diff)
The file was modifiedcore-web/src/main/java/org/silverpeas/core/web/authentication/SilverpeasSessionOpener.java (diff)
The file was modifiedcore-war/src/main/webapp/portlets/jsp/myContacts/portlet.jsp (diff)

Summary

  1. Fix the bug of an exception thrown when trying to make the news list to (details)
Commit c32960abb5f65c55322b9fbdbdf7d982940394e2 by Miguel Moquillon
Fix the bug of an exception thrown when trying to make the news list to
render in the home page for a non configured news applications
The file was modifiedaurora/aurora-war/src/main/java/org/silverpeas/looks/aurora/LookAuroraHelper.java (diff)