esup-helpdesk




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.

...

Changes in version 3.13.x

to
Astuce
Upgrading from
titleChanges in configuration files
  • properties/config.properties (diff 3.12
  • -> 3.13)
  • properties/domain/configdomain.propertiesxml (diff 3.12 -> 3.13)
  • properties/domain/domainuserInfo.xml (diff 3.12 -> 3.13)
  • properties/dao/hibernate/mapping/User.hbm.xml (diff 3.12 -> 3.13)
  • properties/dao/dao.xml (diff 3.12 -> 3.13)
  • properties/domain/departmentManagerConfiguration.xml (diff 3.12 -> 3.13)

...

Changes in version 3.12.5

Astuce
titleUpgrading from 3.11 to 3.12Changes in configuration files

...

Changes in version 3.11.2

Astuce
titleUpgrading from 3.10 to 3.11Changes in configuration files

...

Changes in version 3.10.5

Astuce
titleUpgrading from 3.9 to 3.10Changes in configuration files

Property departmentSelector.configPath and files /properties/domain/xmlDepartmentSelection* are now obsolete.

If you were using visibility rules, once upgraded to 3.10:

  • loggin with an administrator account
  • go to the "Department visibility" menu
  • upload your previous configuration (/properties/domain/xmlDepartmentSelection.xml)
  • save to the database
    Avertissement

    It is highly recommended to test the upload of your old configuration on a copy of your database.

...

Changes in version 3.9.1

Astuce
titleUpgrading from 3.8 to 3.9Changes in configuration files

Property departmentSelection.bean is now obsolete.

...

Changes in version 3.8.3

Astuce
titleUpgrading from 3.7 to 3.8Changes in configuration files

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

Astuce
titleUpgrading from 3.6 to 3.7Changes in configuration files

...

Changes in version 3.6.2

Astuce
titleUpgrading from 3.5 to 3.6Changes in configuration files

...

Changes in version 3.5.7

Astuce
titleUpgrading from 3.4 to 3.5Changes in configuration files

...

Changes in version 3.4.0

Astuce
titleUpgrading from 3.3 to 3.4Changes in configuration files
  • La tâche compute-statistics est désormais obsolète et son appel peut être supprimé.

...

Changes in version 3.3.2

Astuce
titleUpgrading from 3.2 to 3.3Changes in configuration files
  • Les exploitants sous Windows devront définir la propriété lock.path dans le fichier /properties/config.properties (diff 3.2 -> 3.3). Les utilisateurs sous Unix pourront également redéfinir cette propriété (par défaut /tmp).

...

Changes in version 3.2.5

Astuce
titleUpgrading from 3.1 to 3.2Changes in configuration files

...

Changes in version 3.1.0

Astuce
titleUpgrading from 3.0 to 3.1Changes in configuration files

...