diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-06-05 11:12:22 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-06-05 11:12:22 +0200 |
commit | 78f1e9336dfc5b4c2b94ad7788389958639d9174 (patch) | |
tree | 12cef9da8bd59a3af839a0e99b8b8d5a6d083d2f /changelog | |
parent | 65c33071c9f00eb445095b891cebd07bdffff4e5 (diff) | |
download | Ishtar-78f1e9336dfc5b4c2b94ad7788389958639d9174.tar.bz2 Ishtar-78f1e9336dfc5b4c2b94ad7788389958639d9174.zip |
đź”– version 4.1.12
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 20 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 22 |
2 files changed, 42 insertions, 0 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 80794d8fe..95933c9ad 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,23 @@ +v4.1.12 - 2024-06-05 +-------------------- + +### Features/improvements ### +- update documentation +- import sheet: better display of modified and created fields + +### Bug fixes ### +- autocomplete towns: fix search for towns with accents (#5557) +- geo, document form: fix label for "Site" when configuration is checked +- criteria search - towns - related model: fix "\*" and "- \*" searches + +### Technical ### +- profile - relation engine: default changed to cache tables +- "settings.py" : load custom settings after local settings +- installation: + - add missing typology - communicability, functional area, cultural attribution + - add spatial reference system +- JS: put load_window at the end of ishtar.js to prevent loading error + v4.1.11 - 2024-05-10 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index b75a09b00..235d89ca8 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,25 @@ +v4.1.12 - 2024-06-05 +-------------------- + +### Fonctionnalités/améliorations ### +- mise à jour de la documentation +- fiche import : affichage amélioré des champs modifiés et créés + +### Corrections de bugs ### +- villes autocomplétion : correction de la recherche pour les villes avec accents +- formulaires géo et document : correction de l'étiquette pour « Site » lorsque la configuration est activée +- recherche par critères - villes - modèle apparenté : correction des recherches "\*" et "- \*" +- admin : "Données personnalisées - Menus" renommé en "Données personnalisées - Sections" + +### Technique ### +- profil - moteur de relation : modification de la valeur par défaut des tables de cache +- "settings.py" : chargement des paramètres personnalisés après les paramètres locaux +- installation : + - ajout de typologie manquante - communicabilité, zone fonctionnelle, attribution culturelle + - ajout des systèmes de référence spatiale + - suppression des importeurs MCC (obsolètes) +- JS : load_window à la fin de ishtar.js pour éviter des erreurs de chargement + v4.1.11 - 2024-05-10 -------------------- |