Skip to content
Succès

Changes

Summary

  1. Feature #10542 (details)
  2. Feature #10542 (details)
  3. Feature #10542 (details)
  4. Bug #14391 (details)
Commit 26de4610fc4495403104f61b266872a9ffb31a96 by Miguel Moquillon
Feature #10542

In Kmelia, removing a folder relocates it now, with all of its
subfolders and publications,  into the bin like the publications.
A folder is then definitively deleted when the bin is purged.
The file was modifiedkmelia/kmelia-library/src/main/java/org/silverpeas/components/kmelia/service/KmeliaService.java (diff)
The file was modifiedkmelia/kmelia-war/src/main/java/org/silverpeas/components/kmelia/control/KmeliaSessionController.java (diff)
The file was modifiedkmelia/kmelia-library/src/main/java/org/silverpeas/components/kmelia/service/DefaultKmeliaService.java (diff)
Commit 021a9b5181b18a8e66224c12c795a4f3fe14fc81 by Miguel Moquillon
Feature #10542

When a folder and its content (both subfolders and publications) are put
into the bin, the actual operation operated by the KmeliaService is now
a move instead of a simple node detail update.
Rename the confirmation text when emptying the trash can.
When the trash can is emptied, the folders deletion is now taken into
account by the treeview.
Fix a bug with the number of publications displayed with the folder name
computed when a folder is deleted with its whole content.
The file was modifiedkmelia/kmelia-configuration/src/main/config/properties/org/silverpeas/kmelia/multilang/kmeliaBundle.properties (diff)
The file was modifiedkmelia/kmelia-war/src/main/java/org/silverpeas/components/kmelia/control/KmeliaSessionController.java (diff)
The file was modifiedkmelia/kmelia-configuration/src/main/config/properties/org/silverpeas/kmelia/multilang/kmeliaBundle_en.properties (diff)
The file was modifiedkmelia/kmelia-library/src/main/java/org/silverpeas/components/kmelia/service/DefaultKmeliaService.java (diff)
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_fr.properties (diff)
The file was modifiedkmelia/kmelia-library/src/main/java/org/silverpeas/components/kmelia/service/KmeliaService.java (diff)
The file was modifiedkmelia/kmelia-war/src/main/webapp/kmelia/jsp/basket.jsp (diff)
The file was modifiedkmelia/kmelia-war/src/main/webapp/kmelia/jsp/treeview.jsp (diff)
The file was modifiedkmelia/kmelia-configuration/src/main/config/properties/org/silverpeas/kmelia/multilang/kmeliaBundle_de.properties (diff)
Commit 3fcfb659da54630efcfbf3445b5c5dbc3c9e0a45 by Miguel Moquillon
Feature #10542

Add support of the feature in Kmelia with non-treeview
tree-structured documentation.

Ensure the feature works also for Toolbox.
The file was modifiedkmelia/kmelia-configuration/src/main/config/properties/org/silverpeas/kmelia/multilang/kmeliaBundle_de.properties (diff)
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/javaScript/navigation.js (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/java/org/silverpeas/components/kmelia/servlets/KmeliaRequestRouter.java (diff)
The file was modifiedkmelia/kmelia-war/src/main/webapp/kmelia/jsp/publicationsToValidate.jsp (diff)
The file was modifiedkmelia/kmelia-war/src/main/webapp/kmelia/jsp/basket.jsp (diff)
The file was modifiedkmelia/kmelia-configuration/src/main/config/properties/org/silverpeas/kmelia/multilang/kmeliaBundle_en.properties (diff)
The file was modifiedkmelia/kmelia-configuration/src/main/config/properties/org/silverpeas/kmelia/multilang/kmeliaBundle.properties (diff)
The file was modifiedkmelia/kmelia-war/src/main/webapp/kmelia/jsp/publicationsNonVisibles.jsp (diff)
The file was modifiedkmelia/kmelia-war/src/main/webapp/kmelia/jsp/simpleListOfPublications.jsp (diff)
The file was modifiedkmelia/kmelia-war/src/main/webapp/kmelia/jsp/oneLevel.jsp (diff)
The file was modifiedkmelia/kmelia-war/src/main/java/org/silverpeas/components/kmelia/servlets/JSONServlet.java (diff)
Commit 28992de53aeed29c31ff264902dad3b4fa701625 by Miguel Moquillon
Bug #14391

In Kmelia: when updating a folder within which the local rights are
enabled, the admin specific rights of the folder are then initialized
with the admin rights inherited from the parent folder. This behavior is
then coherent with the creation of a new folder with specific rights.
The file was modifiedkmelia/kmelia-war/src/main/java/org/silverpeas/components/kmelia/control/KmeliaSessionController.java (diff)
The file was modifiedkmelia/kmelia-war/src/main/java/org/silverpeas/components/kmelia/servlets/KmeliaRequestRouter.java (diff)