Skip to content
Succès

Changes

Summary

  1. Bug #14518 Add in Administration#synchronizeUser a new boolean parameter (details)
  2. Bug #14505 (details)
  3. bug #14490: Improvement of export (better management of using folder and publications names or ids) (details)
  4. bug #14490: Improvement of export (better management of using folder and publications names or ids) (details)
  5. bug #14490: adjustment of the popup window size and javadoc added (details)
  6. add the function formatDateHour in the silfn taglib to outpout a String representation of a date's hour (details)
Commit 61c9a77cbd377c1bb0677459acbe6ad466eb2082 by Miguel Moquillon
Bug #14518 Add in Administration#synchronizeUser a new boolean parameter
to indicate if the synchronization has to be forced, even when no
changes are detected. If this parameter is valued at true, and in the
case of no changes, then the user is indexed again.
The file was modifiedcore-library/src/main/java/org/silverpeas/core/admin/service/Administration.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/service/AdminController.java (diff)
Commit ea80b00a9778c1403111c4a84e323a835d5e890a by Miguel Moquillon
Bug #14505

Fix the vulnerability by using now the POST Ajax request to update the
status. The servlet accepts only HTTP POST method. The data are sent
foth and back in JSON.
The file was modifiedcore-war/src/main/java/org/silverpeas/web/socialnetwork/myprofil/servlets/MyProfileRoutes.java (diff)
The file was modifiedcore-war/src/main/webapp/socialNetwork/jsp/myProfil/myProfileTabInvitations.jsp (diff)
The file was modifiedcore-war/src/main/webapp/socialNetwork/jsp/myProfil/myProfileTabSettings.jsp (diff)
The file was modifiedcore-war/src/main/java/org/silverpeas/web/socialnetwork/myprofil/servlets/GoToMyProfile.java (diff)
The file was modifiedcore-war/src/main/java/org/silverpeas/web/socialnetwork/myprofil/servlets/JSONServlet.java (diff)
The file was modifiedcore-war/src/main/java/org/silverpeas/web/socialnetwork/myprofil/servlets/MyProfilRequestRouter.java (diff)
The file was modifiedcore-war/src/main/webapp/socialNetwork/jsp/myProfil/myProfileTabWall.jsp (diff)
The file was modifiedcore-war/src/main/java/org/silverpeas/web/socialnetwork/myprofil/servlets/SocialNetworkHelper.java (diff)
The file was modifiedcore-war/src/main/webapp/util/styleSheets/silverpeas-main.css (diff)
The file was modifiedcore-war/src/main/webapp/socialNetwork/jsp/myProfil/myProfile.jsp (diff)
The file was modifiedcore-war/src/main/webapp/socialNetwork/jsp/myProfil/myProfileTabIdentity.jsp (diff)
Commit e27f5a60903ba092c44a9e975152c7ceb3eb45eb by Miguel Moquillon
bug #14490: Improvement of export (better management of using folder and publications names or ids)
The file was modifiedcore-war/src/main/java/org/silverpeas/web/importexport/servlets/ImportExportRequestRouter.java (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/java/org/silverpeas/web/importexport/control/ImportExportSessionController.java (diff)
The file was modifiedcore-services/importExport/src/main/java/org/silverpeas/core/importexport/control/ImportExport.java (diff)
The file was modifiedcore-configuration/src/main/config/properties/org/silverpeas/importExportPeas/multilang/importExportPeasBundle_de.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_en.properties (diff)
The file was modifiedcore-services/importExport/src/main/java/org/silverpeas/core/importexport/control/PublicationsTypeManager.java (diff)
The file was modifiedcore-war/src/main/webapp/importExportPeas/jsp/pingExport.jsp (diff)
The file was modifiedcore-war/src/main/java/org/silverpeas/web/importexport/control/ExportXMLTask.java (diff)
The file was modifiedcore-war/src/main/webapp/importExportPeas/jsp/selectExportMode.jsp (diff)
Commit 1313b1fb91d44dcd812964cd0af4327aa1bdd7b0 by Miguel Moquillon
bug #14490: Improvement of export (better management of using folder and publications names or ids)
The file was modifiedcore-services/importExport/src/main/java/org/silverpeas/core/importexport/control/PublicationsTypeManager.java (diff)
Commit b08e22e8a53eeb8c4b76a5f9b59c721f713dfdc2 by Miguel Moquillon
bug #14490: adjustment of the popup window size and javadoc added
The file was modifiedcore-war/src/main/java/org/silverpeas/web/importexport/servlets/ImportExportRequestRouter.java (diff)
The file was modifiedcore-war/src/main/webapp/pdcPeas/jsp/globalResult.jsp (diff)
The file was modifiedcore-services/importExport/src/main/java/org/silverpeas/core/importexport/control/ImportExport.java (diff)
Commit bd0c1b0dd23669176ce40f7bdec2566ae5a9fbe4 by Miguel Moquillon
add the function formatDateHour in the silfn taglib to outpout a String representation of a date's hour
The file was modifiedcore-web/src/main/resources/META-INF/silverFunctions.tld (diff)

Summary

  1. bug #14490: Improvement of export (better management of using folder and publications names or ids) (details)
  2. bug #14490: adjustment of the popup window size and javadoc added (details)
  3. bug #14528: The validation table is now well deleted (details)
Commit 95172cdfb560accadbc9d61e478ceec8d6cdf3c0 by Miguel Moquillon
bug #14490: Improvement of export (better management of using folder and publications names or ids)
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)
The file was modifiedkmelia/kmelia-war/src/main/webapp/kmelia/jsp/javaScript/publications.js (diff)
Commit be4eb81e0776445719ad82ab23fa47af7d6f7731 by Miguel Moquillon
bug #14490: adjustment of the popup window size and javadoc added
The file was modifiedkmelia/kmelia-war/src/main/webapp/kmelia/jsp/javaScript/navigation.js (diff)
Commit 6caf4430167ffd6df1c872ec2ee8b7ed1a4c979e by Miguel Moquillon
bug #14528: The validation table is now well deleted
The file was modifiedformsOnline/formsOnline-library/src/main/java/org/silverpeas/components/formsonline/model/DefaultFormsOnlineService.java (diff)
The file was modifiedformsOnline/formsOnline-library/src/main/java/org/silverpeas/components/formsonline/FormsOnlineInstancePreDestruction.java (diff)

Summary

  1. Fix bug #14406 - Add missing translates to home space form (details)
  2. Responding to @mmoqui requested changes on the previous PR (details)
  3. Perfectionnement German translation (details)
  4. Fix a bug with the translation of the values of the field templates in (details)
Commit 846addc36d3fa6afc4a9af65845acf89d2134a8f by Miguel Moquillon
Fix bug #14406 - Add missing translates to home space form

The missing translation had no text by default, so it was empty. It was really blocking for english or deutch users.
The file was modifiedaurora/aurora-configuration/src/main/config/data/templateRepository/auroraspacehomepage/update.xml (diff)
The file was modifiedaurora/aurora-configuration/src/main/config/data/templateRepository/auroraspacehomepage/data.xml (diff)
The file was modifiedaurora/aurora-configuration/src/main/config/data/templateRepository/auroraspacehomepage/searchresult.xml (diff)
The file was modifiedaurora/aurora-configuration/src/main/config/data/templateRepository/auroraspacehomepage/view.xml (diff)
Commit 0d5a389303ffbef84bfe4eebc59cd97655fda1c8 by Miguel Moquillon
Responding to @mmoqui requested changes on the previous PR

Responding to @mmoqui requested changes on the previous PR
In the XML resources, missing de translation of some values. I commented out in data.xml, but the missing is also in the others XMLs.

Just one point was ignored because you ask to change the key (not a label)  define by default (carousel) . There is a notion of lang but I don't understand why, because it is just to defined the key  used by default

This part :
> @@ -167,6 +239,14 @@
             <name>values</name>
             <value lang="fr">Liste##Carrousel</value>
         </parameter>
+        <parameter>
+            <name>values</name>
+            <value lang="en">List##Carrousel</value>
+        </parameter>
+        <parameter>
+            <name>values</name>
+            <value lang="de">List##Carrousel</value>
+        </parameter>
         <parameter>
             <name>default</name>
             <value lang="fr">carousel</value>
The file was modifiedaurora/aurora-configuration/src/main/config/data/templateRepository/auroraspacehomepage/view.xml (diff)
The file was modifiedaurora/aurora-configuration/src/main/config/data/templateRepository/auroraspacehomepage/data.xml (diff)
The file was modifiedaurora/aurora-configuration/src/main/config/data/templateRepository/auroraspacehomepage/searchresult.xml (diff)
The file was modifiedaurora/aurora-configuration/src/main/config/data/templateRepository/auroraspacehomepage/update.xml (diff)
Commit 33970f2d0fff7184f92a63b5873fb3f65ca71b31 by Miguel Moquillon
Perfectionnement German translation

With the missing  German translate...
And translation of all the Germans' parts which  were in English
The file was modifiedaurora/aurora-configuration/src/main/config/data/templateRepository/auroraspacehomepage/searchresult.xml (diff)
The file was modifiedaurora/aurora-configuration/src/main/config/data/templateRepository/auroraspacehomepage/view.xml (diff)
The file was modifiedaurora/aurora-configuration/src/main/config/data/templateRepository/auroraspacehomepage/update.xml (diff)
The file was modifiedaurora/aurora-configuration/src/main/config/data/templateRepository/auroraspacehomepage/data.xml (diff)
Commit 561e1725f940f6b50656ea0fbb51367c98a7e826 by Miguel Moquillon
Fix a bug with the translation of the values of the field templates in
the aurorasapcehomepage form template: the different translations of a
value of a given field template should be defined in the same parameter
"values".

Add templates for hidden field in order to support l10n for the
sections and subsections titles in the update.html rendering overlay.
The file was modifiedaurora/aurora-configuration/src/main/config/data/templateRepository/auroraspacehomepage/update.html (diff)
The file was modifiedaurora/aurora-configuration/src/main/config/data/templateRepository/auroraspacehomepage/data.xml (diff)
The file was modifiedaurora/aurora-configuration/src/main/config/data/templateRepository/auroraspacehomepage/update.xml (diff)
The file was modifiedaurora/aurora-configuration/src/main/config/data/templateRepository/auroraspacehomepage/searchresult.xml (diff)
The file was modifiedaurora/aurora-configuration/src/main/config/data/templateRepository/auroraspacehomepage/view.xml (diff)