diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-07 12:22:27 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-07 12:22:27 +0200 |
| commit | 93364489ab4e6daf16f924b2d8212f7fcdc5e477 (patch) | |
| tree | e0686c289c399330f414b50ff8ef58f642833db2 /CHANGES.md | |
| parent | c788bef47de6bca5dda5dd1fa67dd6a2ac02e9b9 (diff) | |
| parent | a8271676a0598594762cc53e4f577337eb275313 (diff) | |
| download | Ishtar-93364489ab4e6daf16f924b2d8212f7fcdc5e477.tar.bz2 Ishtar-93364489ab4e6daf16f924b2d8212f7fcdc5e477.zip | |
Merge branch 'v0.9' into wheezy
Diffstat (limited to 'CHANGES.md')
| -rw-r--r-- | CHANGES.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 34d7ccd2e..e5ce0ac3c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,37 @@ Ishtar changelog ================ +v0.99.17 (2017-04-07) +--------------------- + +### Features ### +- Operations: add collaborators field +- Operation wizard: an operation cannot be related to herself +- Operation forms: filter some fields if "files" module is not activated +- Replace MultipleAutocompleteField with Select2MultipleField +- JS: new version of select2 +- Base finds: bulk update of finds on context record change +- Warehouse sheet: provide statistics +- Sheets: larger tables +- Treatment - Treatment files dashboard: first overview +- Documentation generation: add some variables to treatments +- Shortcut menu: hide/show information saved in the session +- Allow old operations + +### Bug fixes ### +- Many fixes on access controls and permissions +- UI: use the url to detect the current action (more accurate) +- UI: prevent menu from dancing (less cool but prevent seasickness) +- Warehouse: divisions forms is readonly if containers are localised in this warehouse +- Warehouse form: name can be up to 200 chars +- Base finds: fix cache generation on context record change +- Fix find modify action +- Finds: do not resize the image and regenerate a thumb on find duplication +- New person form: fix empty title +- Filter autocomplete by own if relevant +- Sources: fix query owns requests +- Widget: fix Select2Multiple initialization with string + v0.99.16 (2017-03-21) --------------------- |
