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
titleChanges in configuration files

After having upgraded to 3.28, please check that the recommended indices are present in your database (indices are automatically created when running ant init-data, but not when running ant upgrade due to a Hibernate bug ). If not run the following SQL commands:

Bloc de code
ALTER TABLE h_acti ADD INDEX i_acti_date (date);
ALTER TABLE h_aler ADD INDEX i_aler_emai (emai);
ALTER TABLE h_arch_tick ADD INDEX i_arch_tick_tick_id (tick_id);
ALTER TABLE h_arch_tick ADD INDEX i_arch_tick_effe_scop (effe_scop);
ALTER TABLE h_arch_tick ADD INDEX i_arch_tick_crea_date (crea_date);
ALTER TABLE h_arch_tick ADD INDEX i_arch_tick_arch_date (arch_date);
ALTER TABLE h_cate ADD INDEX i_cate_orde (depa_id, pare_id, orde);
ALTER TABLE h_cate_memb ADD INDEX i_cate_memb_orde (cate_id, orde);
ALTER TABLE h_depa ADD INDEX i_depa_orde (orde);
ALTER TABLE h_depa_mana ADD INDEX i_depa_mana_orde (depa_id, orde);
ALTER TABLE h_depa_sele_conf ADD INDEX i_depa_sele_conf_date (date);
ALTER TABLE h_faq2 ADD INDEX i_faq2_effe_scop (effe_scop);
ALTER TABLE h_faq2 ADD INDEX i_faq2_orde (depa_id, pare_id, orde);
ALTER TABLE h_faq_link ADD INDEX i_faq_link_orde (depa_id, cate_id, faq, orde);
ALTER TABLE h_icon ADD INDEX i_icon_name (name);
ALTER TABLE h_tick ADD INDEX i_tick_stat (stat);
ALTER TABLE h_tick ADD INDEX i_tick_effe_scop (effe_scop);
ALTER TABLE h_tick ADD INDEX i_tick_crea_date (crea_date);
ALTER TABLE h_tick ADD INDEX i_tick_last_acti_date (last_acti_date);

New feature

  • Added condition external-db to the visibility rules (3.28.3 by Lukas Slansky).

Bug fixes

  • Fixed the deletion of departments (3.28.0 by Pascal Aubry).
  • Fixed NPE for guests (3.28.2 by Lukas Slansky).
  • Fixed unexisting sequences in the upgrade procedure (3.28.3 by Lukas Slansky).
  • Fixed the LDAP test interface (3.28.3 by Lukas Slansky).
  • Fixed deprecated tags in the visibility rules (3.28.3 by Pascal Aubry, pointed out by Samuel Duhaupas).

Enhancements

  • Now cache the department visibility rules results (3.28.0 by Pascal Aubry, requested by Raymond Bourges).
  • Reduced the number of database requests when building tree-based pages (3.28.0 by Raymond Bourges).
  • Added indices to some critical tables (3.28.0 by pascal Aubry).
  • Added the possibility to sign outgoing emails (3.28.3 by Lukas Slansky).

...

Astuce
titleChanges in configuration files

Several changes have to be applied to /properties/config.properties:

  • New: auth.useCas, auth.useShibboleth, auth.application, auth.portal.attributes, app.servletUrl, app.uportalUrl, smtp.interceptAll
  • Now optional: urlGeneration.*, computerUrl.casServiceUrl
  • Obsolete:useLdap, smtp.interceptBean

New feature

  • Added Shibboleth support (3.24.0 by Pascal Aubry, requested by Yannick Monclin and Lukas Slansky).

...

Astuce
titleChanges in configuration files

New feature

  • Added the user history (3.17.0 by Pascal Aubry).

...

Astuce
titleChanges in configuration files

New feature

  • Added automatic refresh to the control panel (Pascal Aubry, requested by Stéphane Ayello and Katy Santerre).

...

Astuce
titleChanges in configuration files

New feature

  • Added canned responses (Pascal Aubry, requested by Alain Kermarrec).

...

Astuce
titleChanges 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.

New feature

  • The rules for the visibility of the departments are now edited through the web interface, needing to restart the application at each change (Pascal Aubry, requested by Odile Germès).

...

Astuce
titleChanges in configuration files

New feature

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

...

Astuce
titleChanges in configuration files

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
titleChanges in configuration files

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

...