La liste d'utilisateurs n'est pas rendue car vous ne possédez pas les droits d'accès nécessaires pour afficher les profils utilisateur.

Arborescence des pages

Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

  • Invited users now receive only one email (Pascal Aubry, requested by Monique Thomas).
  • Ticket monitoring and invitation emails now have different subjects (Pascal Aubry, requested by Monique Thomas).
  • Added direct ticket access from ticketView.jsp and archivedTicketView.jsp (Pascal Aubry, requested by Monique Thomas).
  • Added a link to the control panel and the bookmarks in daily reports (Pascal Aubry, requested by Gwenaelle Bouteille).
  • Improved the LDAP search (Pascal Aubry, requested by Monique Thomas).
  • Fixed deep links error messages (Pascal Aubry).
  • Improved the spent time UI (Pascal Aubry, requested by François Albert).

Changes in version 3.8.3

Astuce
titleUpgrading from 3.7 to 3.8

Changes in /properties/config.properties:

  • Properties hibernate.connection.url, hibernate.connection.username and hibernate.connection.password are not used any more and should be renamed hibernate.connection.jdbc.url, hibernate.connection.jdbc.username and hibernate.connection.jdbc.password, for instance:
Bloc de code
hibernate.connection.jdbc.url=jdbc:mysql://localhost/helpdesk
hibernate.connection.jdbc.username=admin
hibernate.connection.jdbc.password=secret
  • To rely on a connection pool (defined at Tomcat level for instance), use (replace jdbc/esup-helpdesk by the name of your own data source):
Bloc de code
hibernate.useJndi=true
hibernate.connection.jndi.datasource=jdbc/esup-helpdesk
  • To use JDBC even from web requests, use:
Bloc de code
hibernate.useJndi=false

Changes in /builld.properties:

  • Property cas.url is not used anymore (already set in /properties/config.properties).

...