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.

...

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).

Changes in version 3.8.3

New feature

  • Added attribute 'for' to the action tags of the XML department selection (Pascal Aubry).

Bug fix

  • Fixed NameNotFoundException when upgrading with JNDI (Pascal Aubry).

...

  • Fixed PropertyValueException when creating a ticket from the welcome page (Pascal Aubry, pointed out by Baptiste Poirriez).
  • Added the MySql connector at Tomcat level to quick-start distribution file (Pascal Aubry).
  • Fixed the display of spent times (Pascal Aubry).
  • Fixed ConfigException when using tag <add-by-filter> for the department selection (Pascal Aubry, pointed out by Gilian Gambini).
  • Fixed NullPointerException on search.jsp (Pascal Aubry, pointed out by Sébastien Breteaux).
  • Fixed NullPointerException on giveInformation.jsp (Pascal Aubry, pointed out by Loïc Perdoux).
  • Fixed ant target start when debug=true (Pascal Aubry, pointed out by Yann Cézard).

Changes in version 3.8.1

New feature

  • Added the possibility to hide categories to external users (Pascal Aubry, requested by Brigitte Walleart).
  • Added the possibility to use JDBC for batch commands and JNDI for web requests (Pascal Aubry, requested by Odile Germès).

...

Astuce
titleUpgrading from 3.6 to 3.7

New feature

  • Added spent time statistics (Pascal Aubry, requested by Michèle Guézou).

...

Astuce
titleUpgrading from 3.5 to 3.6

New feature

  • Added the possibility to prevent users from adding tickets in some categories (Pascal Aubry, requested by Katy Santerre and Stéphane Ayello).

...

Astuce
titleUpgrading from 3.1 to 3.2

New feature

  • Added user bookmarks (Pascal Aubry).

...

  • recovered the v2 invitations (Pascal Aubry, requested by Vincent Repain).

Changes in version 3.0.6

New feature

  • Added spam filters (Pascal Aubry, requested by Brigitte Wallaert).

...