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.

...

Remarque
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 Upgrading), 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.28.

...

1

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_acti ADD INDEX i_arch_acti_date (date);
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_depa ADD INDEX i_depa_orde (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_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);

...

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

Other changes

  • Added LDAP redundancy (3.28.1 by Pascal Aubry, requested by Mathieu Larchet).

Changes in version 3.27.3

...

  • Fixed the length of archived actions (3.24.0 by Lukas Slansky).
  • Removed Postgres errors for MySql users (3.24.0 by Pascal Aubry, pointed out by Mathieu Molinéris).
  • Actions were sometimes missing in email alerts (3.24.0 by Pascal Aubry, pointed out by Laetitia Casimir).
  • The original user id was not correctly set when changing the tickets owner (3.24.0 by Pascal Aubry, pointed out byOdile Germès).
  • Fixed NPE in TicketController.getMonitoringUsersNumber() (3.24.1 by Pascal Aubry, pointed out by Cécile Leconte).
  • Fixed syntax error in custom-fckconfig.js (3.24.2 by Pascal Aubry, pointed out by Samuel Duhuapas).
  • Fixed visibility condition uid-like (3.24.3 by Pascal Aubry, pointed out byMichèle Guézou).
  • Category members could be added twice (3.24.4 by Pascal Aubry).

Other changes

  • Added properties auth.useCas, auth.useShibboleth and auth.application (resp. default to true, false and true) to allow any authentication method to be used, removed property useLdap (3.24.0 by Pascal Aubry).
  • Made property urlGeneration.bean optional thanks to properties files defaults-portlet.properties and defaults-servlet.properties (3.24.0 by Pascal Aubry).
  • Added property auth.portal.attributes to allow the portal to pass additional attributes thanks to JSR-168 preferences (3.24.0 by Pascal Aubry).
  • Added properties app.servletUrl and app.uportalUrl, made properties urlGeneration.* and computerUrl.casServiceUrl optional (3.24.0 by Pascal Aubry).
  • Added smileys to FCK editor (3.24.0 by Pascal Aubry, requested by Odile Germès).

...

  • Significantly improved response times by caching most method calls (3.23.0 by Pascal Aubry).
  • Users are invited to reopen when adding comments on closed tickets (3.23.0 by Pascal Aubry, requested by Alain Kermarrec).

Other changes

  • Added IE8 compatibility (2.23.0 by Pascal Aubry).
  • Added property smtp.interceptAll, property smtp.interceptBean is not used anymore (3.23.0 by Pascal Aubry).
  • Property feed.spamFilter now defaults to nullSpamFilter instead of null (3.23.0 by Pascal Aubry).

...

  • Firefox spell checker activated in FCK Editor (3.20.0 by Alexandre Boisseau).
  • Added regexp-based spam detection to email feeding (3.20.0 by Lukas Slansky).

Other changes

  • Added property smtp.bean (3.20.0 by Pascal Aubry).

...

  • Added CSS styles for priority colors (3.19.0 by Pascal Aubry, requested by Vincent Repain and Simon Dupuich).
  • Added properties minPriority, maxPriority, origins, webOrigin and emailOrigin (3.19.0 by Pascal Aubry).
  • When inviting users, added the possibility to select the managers of a department or the members of a category (3.19.0 by Pascal Aubry, requested by Michèle Guézou and Fabrice Jaunet).
  • Added properties memory.xmx and memory.maxPermSize in build.properties for quick-start installations (3.19.2 by Pascal Aubry).
  • When moving a ticket, the assignment algorithm of the target category can be called (3.19.2 by Pascal Aubry, requested by Alexandre Boisseau).
  • Archived tickets can be moved before department deletion (3.19.5 by Pascal Aubry, requested by Odile Germès).

Other changes

  • Moved some beans from domain.xml to passwordManagement.xml and indexing.xml (3.19.0 by Pascal Aubry).
  • Added property cache.path that sets the path used to cache objects on the filesystem (3.19.0 by Pascal Aubry).

...

  • Improved downloads (Pascal Aubry).
  • Added to possibility to mark tickets as read from the control panel without opening the the tickets (Pascal Aubry, requested by Odile Germès).
  • Added to possibility to mark all the tickets of the control panel as read (Pascal Aubry).
  • Do not show postponed tickets with opened tickets on the control panel (Pascal Aubry, requested by Frédéric Boivent).
  • Added ticket status statistics (Pascal Aubry).
  • Added to possibility to attach several files at the same time (Pascal Aubry, requested by Martine James).
  • Improved the readbility of the ticket monitoring emails (Pascal Aubry, requested by Martine James).

Other changes

  • Set the expiration-cache of portlet.xml to -1 (Pascal Aubry, recommended by Céline Bissler).
  • Added property timezone (Pascal Aubry).

...

  • Invited users could not add comments (Pascal Aubry, pointed out by Colette Tanguy).
  • Ticket owners could not approve/refuse closure (Pascal Aubry, pointed out by Vincent Repain).
  • External users could not authenticate (Pascal Aubry).

Other changes

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

...