Historique de la page
...
| Remarque | ||
|---|---|---|
| ||
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.
...
3
| Astuce | ||
|---|---|---|
| ||
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:
|
...
- 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).
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).
Other changes
- Added LDAP redundancy (3.28.1 by Pascal Aubry, requested by Mathieu Larchet).
...