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.

...

  • ChangeLog 2.x
  • ChangeLog 1.x
    Astuce
    titleUpgrading configuration files

    This history points the configurations files which where changed between releases. Once the sources installed (see 00 Installation) and the previous configuration recovered (see 04 Mises à jour), if one or several files of the changed files have been edited locally, changes should be carefully inspected and added before upgrading the database (ant upgrade).

Changes in version 3.

...

8.x

Astuce
titleUpgrading from 3.6 to 3.7
  • /properties/dao/hibernate/mapping/Category.hbm.xmlconfig.properties (diff 3.6 7 -> 3.78)
  • /properties/dao/hibernate/mapping/Department.hbmdao.xml (diff 3.6 7 -> 3.78)

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.
  • 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 version 3.8.0

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

Bug fixes

  • Fixed UnsupportedOperationException in spent time statistics (pascal Aubry).
  • Fixed PropertyValueException on ticket creation (Pascal Aubry).
  • Fixed DepartmentManagerNotFoundException on ticket monitoring (Pascal Aubry, pointed out by Fabrice Jaunet).
  • Managers could not free postponed tickets (Pascal Aubry).
  • Fixed ArchivedTicketNotFoundException on ticket direct access (Pascal Aubry, pointed out by Colette Tanguy).
  • Fixed WebFlowException on ticket closure (Pascal Aubry).

...

  • Improved the manager preferences UI (Pascal Aubry, requested by Katy Santerre).
  • Improved the control panel (Pascal Aubry, requested by Martine James and Mathieu Cron).
  • Improved the ticket actions UI (Pascal Aubry, requested by François Dagorn).
  • Always show the bookmarks menu entry (Pascal Aubry, requested by Martine James).

Changes in version 3.7.0

Astuce
titleUpgrading from 3.6 to 3.7

New feature

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

Bug fixes

  • Fixed IllegalArgumentException on departmentView.jsp (pascal Aubry).
  • Fixed ticket refresh issues (Pascal Aubry, pointed out by Claudine Lode).
  • Fixed paginator javascript 'Stack overflow at line 0' on IE7 (Pascal Aubry, pointed out by Gilian Gambini, Brigitte Walleart and Katy Santerre).
  • Fixed BatchUpdateException due to empty user display names (Pascal Aubry, pointed out by Jaques De Poulpiquet and Pierre-Antoine Angelini).

Enhancements

  • fixed ticket number parsing on the control panel (Pascal Aubry).
  • Catch properly empty index exceptions (Pascal Aubry).

...