Skip to content
Succès

Changes

Summary

  1. Feature #3990 (details)
  2. Feature #3990 (details)
  3. bug #14660: Display empty string instead of null in the notification subject (details)
  4. Bug #14481 (details)
  5. bug #14210: Now, the timeout actions of removed Workflow app are now executed (details)
  6. bug #14210: Now, the timeout actions of removed Workflow app are now ignored (details)
  7. The localization of the data in bundles of both personal components and (details)
Commit 88aea300114379ad9afb016fdb30e809f56d5d61 by Miguel Moquillon
Feature #3990

A group of users can now be copied/cut and then pasted either as a root
group of the domain of users it belongs to or as a subgroup of another
group of users in the same domain of users. The cut&paste of a group
result to a move of this group. A group cannot be paste to where there
is another group with the same name (groups at the same level have to be
unique by their name).
Control has be added to allow only admins to be able to copy and to move
groups in a given domain of users.
Only the Silverpeas domain, the mixed domain, and the SQL-backed domains
support the copy/move of group of users.
The file was modifiedcore-configuration/src/main/config/properties/org/silverpeas/jobDomainPeas/multilang/jobDomainPeasBundle.properties (diff)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/admin/domain/driver/ldapdriver/AbstractLDAPGroup.java (diff)
The file was modifiedcore-configuration/src/main/config/properties/org/silverpeas/jobDomainPeas/settings/jobDomainPeasIcons.properties (diff)
The file was modifiedcore-war/src/main/webapp/jobDomainPeas/jsp/domainNavigation.jsp (diff)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/admin/domain/driver/sqldriver/SQLGroupTable.java (diff)
The file was modifiedcore-war/src/main/java/org/silverpeas/web/jobdomain/control/JobDomainPeasSessionController.java (diff)
The file was modifiedcore-war/src/main/java/org/silverpeas/web/jobdomain/servlets/JobDomainPeasRequestRouter.java (diff)
The file was modifiedcore-library/src/integration-test/java/org/silverpeas/core/admin/UsersAndGroupsIT.java (diff)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/clipboard/service/MainClipboardService.java (diff)
The file was modifiedcore-api/src/main/java/org/silverpeas/core/admin/user/model/Group.java (diff)
The file was modifiedcore-library/src/integration-test/resources/org/silverpeas/core/admin/test-usersandgroups-dataset.sql (diff)
The file was modifiedcore-library/src/integration-test/java/org/silverpeas/core/admin/service/AdministrationSearchGroupIT.java (diff)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/admin/service/DefaultAdministration.java (diff)
The file was modifiedcore-configuration/src/main/config/properties/org/silverpeas/jobDomainPeas/multilang/jobDomainPeasBundle_de.properties (diff)
The file was modifiedcore-api/src/main/java/org/silverpeas/core/notification/user/client/NotificationMetaData.java (diff)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/admin/user/model/GroupDetail.java (diff)
The file was modifiedcore-configuration/src/main/config/properties/org/silverpeas/jobDomainPeas/multilang/jobDomainPeasBundle_en.properties (diff)
The file was modifiedcore-web/src/main/java/org/silverpeas/core/web/mvc/controller/AbstractComponentSessionController.java (diff)
The file was modifiedcore-configuration/src/main/config/properties/org/silverpeas/jobDomainPeas/multilang/jobDomainPeasBundle_fr.properties (diff)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/clipboard/service/Clipboard.java (diff)
The file was modifiedcore-web/src/main/java/org/silverpeas/core/web/mvc/controller/MainSessionController.java (diff)
The file was modifiedcore-war/src/main/webapp/jobDomainPeas/jsp/groupContent.jsp (diff)
The file was modifiedcore-war/src/main/webapp/jobDomainPeas/jsp/domainContent.jsp (diff)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/admin/service/AdminController.java (diff)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/admin/service/Administration.java (diff)
The file was addedcore-library/src/main/java/org/silverpeas/core/admin/user/GroupSelection.java
The file was modifiedcore-web/src/main/java/org/silverpeas/core/webapi/profile/UserGroupProfileEntity.java (diff)
Commit 01135ab7a7fea2ad35a5b398516c2249a4d79aaa by Miguel Moquillon
Feature #3990

In the clipboard.jsp web page template, replace the programmatic
construction of the array pane by its declarative approach with the
corresponding taglibs. For doing SilverpeasKeyData has been modified in
order to have all the properties required for the array pane content
rendering; the SilverpeasKeyData object is then used instead of the
IndexEntry object (SilverpeasKeyData is for the clipboard's item whereas
IndexEntry is for the indexation).
The file was modifiedcore-library/src/main/java/org/silverpeas/core/admin/component/model/ComponentSelection.java (diff)
The file was modifiedcore-war/src/main/java/org/silverpeas/web/clipboard/servlets/ClipboardRequestRouter.java (diff)
The file was modifiedcore-war/src/main/webapp/clipboard/jsp/clipboard.jsp (diff)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/admin/user/GroupSelection.java (diff)
The file was modifiedcore-services/questioncontainer/src/main/java/org/silverpeas/core/questioncontainer/container/model/QuestionContainerSelection.java (diff)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/clipboard/ClipboardSelection.java (diff)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/clipboard/service/MainClipboardService.java (diff)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/contribution/publication/model/PublicationSelection.java (diff)
The file was modifiedcore-war/src/main/java/org/silverpeas/web/clipboard/control/ClipboardSessionController.java (diff)
The file was modifiedcore-configuration/src/main/config/properties/org/silverpeas/clipboard/settings/clipboardIcons.properties (diff)
The file was modifiedcore-war/src/main/java/org/silverpeas/web/jobstartpage/control/JobStartPagePeasSessionController.java (diff)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/admin/space/SpaceSelection.java (diff)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/node/model/NodeSelection.java (diff)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/clipboard/SilverpeasKeyData.java (diff)
The file was modifiedcore-war/src/main/java/org/silverpeas/web/jobdomain/control/JobDomainPeasSessionController.java (diff)
Commit 1416dc274f9c9c38f3a71b1bc544a209a49e317f by Miguel Moquillon
bug #14660: Display empty string instead of null in the notification subject
The file was modifiedcore-war/src/main/java/org/silverpeas/web/notificationuser/servlets/UserNotificationRequestRouter.java (diff)
Commit 57224656eae4e49808985ae2b590f79604b8621d by Miguel Moquillon
Bug #14481

Add the onUnload javascript event to the BodyPart tag.
The file was modifiedcore-web/src/main/resources/META-INF/viewGenerator.tld (diff)
The file was modifiedcore-web/src/main/java/org/silverpeas/core/web/util/viewgenerator/html/layout/BodyPartLayoutTag.java (diff)
Commit 54f643232be494c454d309471a6055e346e30047 by Miguel Moquillon
bug #14210: Now, the timeout actions of removed Workflow app are now executed
The file was modifiedcore-services/workflow/src/main/java/org/silverpeas/core/workflow/engine/timeout/TimeoutManagerImpl.java (diff)
Commit 605a90b20bb50e1392451c2f14b48e35831a1f4f by Miguel Moquillon
bug #14210: Now, the timeout actions of removed Workflow app are now ignored
The file was modifiedcore-services/workflow/src/main/java/org/silverpeas/core/workflow/engine/timeout/TimeoutManagerImpl.java (diff)
Commit 0fa7a3c82518d62fba74dd4a36a9bcae679923ac by Miguel Moquillon
The localization of the data in bundles of both personal components and
workflow components is now taken in charge. The bundle resources for
those components have to be located, respectively, into the
$SILVERPEAS_HOME/properties/xmlcomponents/personals and
$SILVERPEAS_HOME/properties/xmlcomponents/workflows directories (where
$SILVERPEAS_HOME is the home directory of the Silvepreas installation).
The file was modifiedcore-library/src/main/java/org/silverpeas/core/admin/component/WAComponentRegistry.java (diff)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/admin/component/model/ComponentLocalization.java (diff)

Summary

  1. Feature #3990 (details)
  2. Feature #3990 (details)
  3. Bug #14481 (details)
  4. bug #14675: The news is now saved even if one of its date (beginDate or endDate) is not specified (details)
  5. bug #14614: Export CSV is now only for the role supervisor. Also, some labels have been modified. (details)
Commit 8e10eb65676d7dd5d35578160aea96e5656c46a7 by Miguel Moquillon
Feature #3990

Take into account change in Silverpeas-Core.
The file was modifiedyellowpages/yellowpages-library/src/main/java/org/silverpeas/components/yellowpages/model/YellowPagesGroupDetail.java (diff)
The file was modifiedyellowpages/yellowpages-war/src/main/java/org/silverpeas/components/yellowpages/control/YellowpagesSessionController.java (diff)
Commit 8ce15c7784e2cc97be6062c3981c423b20379a4e by Miguel Moquillon
Feature #3990

Take into account SilverpeasKeyData has been modified to carry more
information about the object put in the clipboard. The clipboard
selection objects are then updated to construct a SilverpeasKeyData with
the required information for their rendering in the clipboard GUI.
The file was modifiedkmelia/kmelia-war/src/main/java/org/silverpeas/components/kmelia/control/KmeliaSessionController.java (diff)
The file was modifiedgallery/gallery-war/src/main/java/org/silverpeas/components/gallery/control/GallerySessionController.java (diff)
The file was modifiedquickinfo/quickinfo-library/src/main/java/org/silverpeas/components/quickinfo/model/NewsSelection.java (diff)
The file was modifiedgallery/gallery-library/src/main/java/org/silverpeas/components/gallery/model/MediaSelection.java (diff)
Commit 6eb30de10480e55c88db36d915a62ddbf90c6bd8 by Miguel Moquillon
Bug #14481

Fix the bug by adding the missing Javascript function topicGoTo(String)
Refactor the modelUsedList.jsp to replace Java code by JSTL tags.
The file was modifiedkmelia/kmelia-war/src/main/webapp/kmelia/jsp/modelUsedList.jsp (diff)
Commit 6fc1ecf802c2249872c8653c7be2db562a19bfc7 by Miguel Moquillon
bug #14675: The news is now saved even if one of its date (beginDate or endDate) is not specified
The file was modifieddelegatednews/delegatednews-war/src/main/java/org/silverpeas/components/delegatednews/control/DelegatedNewsSessionController.java (diff)
The file was modifieddelegatednews/delegatednews-war/src/main/java/org/silverpeas/components/delegatednews/servlets/DelegatedNewsRequestRouter.java (diff)
Commit df4766440cee135cbec951b0115cb656a388a396 by Miguel Moquillon
bug #14614: Export CSV is now only for the role supervisor. Also, some labels have been modified.
The file was modifiedprocessManager/processManager-configuration/src/main/config/properties/org/silverpeas/processManager/multilang/processManagerBundle_fr.properties (diff)
The file was modifiedprocessManager/processManager-configuration/src/main/config/properties/org/silverpeas/processManager/multilang/processManagerBundle_de.properties (diff)
The file was modifiedprocessManager/processManager-configuration/src/main/config/properties/org/silverpeas/processManager/multilang/processManagerBundle.properties (diff)
The file was modifiedprocessManager/processManager-war/src/main/webapp/processManager/jsp/listProcess.jsp (diff)
The file was modifiedprocessManager/processManager-configuration/src/main/config/properties/org/silverpeas/processManager/multilang/processManagerBundle_en.properties (diff)