You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Guest users cannot access profiles of others users.
Fix minor bugs in directory. Fix null user id in the Ckeditor plugin
identitycard.
Remove the login and specific identifier from the user data sent by the
User Profile web service.
Refactor the way the search on users and groups are performed in
Administration. Uses for doing a visitor pattern so that any additional
treatments on the search criteria can be done easier.
Copy file name to clipboardExpand all lines: core-configuration/src/main/config/properties/org/silverpeas/directory/multilang/DirectoryBundle.properties
directory.query.error.msg=Les caract\u00e8res * et ? sont des <b>caract\u00e8res joker</b>.<br/>Ils ne peuvent pas \u00eatre utilis\u00e9s au d\u00e9but d'un terme.<br/>Le caract\u00e8re ! ne peut pas \u00eatre utilis\u00e9\u00e0 la fin d'un terme.<br/><br/>Merci de corriger la requ\u00eate et de relancer votre recherche...
22
22
23
23
directory.help.title = AIDE - Recherche d'une personne dans l'annuaire
Copy file name to clipboardExpand all lines: core-configuration/src/main/config/properties/org/silverpeas/directory/multilang/DirectoryBundle_de.properties
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,4 +44,6 @@ directory.result.none = No card found
directory.query.error.msg=Die Zeichen * und ? sind <b>Platzhalter</b>.<br/>Sie k\u00f6nnen nicht am Anfang eines Wortes verwendet werden.<br/>Character ! can not be used at the end of a term.<br/><br/>Wir danken Ihnen, den Antrag zu korrigieren und Ihre Suche neu zu starten...
46
46
47
-
directory.help.title = HELP - Finding a person in the directory
47
+
directory.help.title = HELP - Finding a person in the directory
Copy file name to clipboardExpand all lines: core-configuration/src/main/config/properties/org/silverpeas/directory/multilang/DirectoryBundle_en.properties
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,4 +19,6 @@ directory.result.none = No card found
19
19
directory.query.error.title = Impossible search
20
20
directory.query.error.msg=Characters * and ? are <b>wildcards</b>.<br/>It can not be used at the beginning of a term.<br/>Character ! can not be used at the end of a term.<br/><br/>Please correct the query and relaunch your search...
21
21
22
-
directory.help.title = HELP - Finding a person in the directory
22
+
directory.help.title = HELP - Finding a person in the directory
Copy file name to clipboardExpand all lines: core-configuration/src/main/config/properties/org/silverpeas/directory/multilang/DirectoryBundle_fr.properties
directory.query.error.msg=Les caract\u00e8res * et ? sont des <b>caract\u00e8res joker</b>.<br/>Ils ne peuvent pas \u00eatre utilis\u00e9s au d\u00e9but d'un terme.<br/>Le caract\u00e8re ! ne peut pas \u00eatre utilis\u00e9\u00e0 la fin d'un terme.<br/><br/>Merci de corriger la requ\u00eate et de relancer votre recherche...
21
21
22
-
directory.help.title = AIDE - Recherche d'une personne dans l'annuaire
22
+
directory.help.title = AIDE - Recherche d'une personne dans l'annuaire
Copy file name to clipboardExpand all lines: core-library/src/integration-test/java/org/silverpeas/core/admin/service/AdministrationServiceProviderIT.java
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -51,9 +51,8 @@ public static Archive<?> createTestArchive() {
0 commit comments