diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-23 11:05:42 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-23 11:05:42 +0200 |
commit | 5363db570c17876d2dac673c2e703b77f882fe3f (patch) | |
tree | 74d5ccbb9865e4b60c8b57cb90b53d5f549253ab | |
parent | c8388628cfb28a3acae8ab85b7eb09aef9b49599 (diff) | |
download | Ishtar-5363db570c17876d2dac673c2e703b77f882fe3f.tar.bz2 Ishtar-5363db570c17876d2dac673c2e703b77f882fe3f.zip |
v0.97.0
-rw-r--r-- | CHANGES.md (renamed from CHANGES.txt) | 76 | ||||
-rw-r--r-- | version.py | 2 |
2 files changed, 60 insertions, 18 deletions
diff --git a/CHANGES.txt b/CHANGES.md index 6748abb9f..b23ac3831 100644 --- a/CHANGES.txt +++ b/CHANGES.md @@ -1,27 +1,69 @@ +Ishtar changelog +================ + +0.97.0 (2016-08-23) +------------------- + +### Features ### + +- Sync external ID on manual insert +- BeautifulSoup: v3 -> v4 +- Account management: fix edit - can delete an account +- Person - Organization: add full export +- Person sheet: improve display of documents +- Closing operation or archaeological file: today by default +- Operation: search on "code_patriarche" and "common_name" for autocomplete +- Operation sheet: add link to scientist and to operator +- Operation: check PATRIARCHE unicity inside forms +- Archaeological sites: more explicit label +- Manage operation relation types in context record and find searches +- Parcels: add public domain field - better management of parcel formsets +- Context records: add comments on dating +- Context records: centimeters to meters for dimensions +- Finds: add creation date, creator, modification date, modifier to sheet +- Finds: add remarkability +- Finds: add estimated value. Manage a currency for an Ishtar profile +- Docs: search by operation code +- Docs: display weblink in source tables +- Docs: add search view +- Logo is now a link + +### Bug fixes ### + +- CSV export: manage data with inappropriate characters for encoding +- Image saving: fix deletion of image +- Archaeological files: floatfield for surface - fix error display on main form +- Operations: DRACAR to old code +- Context records: fix parcel attribution with public domain +- Context record sheet: fix head scientist of the associated operation +- Finds: fix test intitialization +- Admin: do not allow password modification on "ishtar user" + help text + + 0.96.3 (2016-07-18) ------------------- -Features: +### Features ### - Versioning of CSS and JS files -Bug fixes: +### Bug fixes ### - Many fix on dashboard 0.96.2 (2016-07-17) ------------------- -Features: +### Features ### - Overload of columns for specific exports - Tiny label for relations types. 0.96.1 (2016-07-16) ------------------- -Features: +### Features ### - Test wizards - Work on treatments (conditional wizard, tests) but kept disabled at the moment -Bug fixes: +### Bug fixes ### - Fix fixtures for auth and groups - Installation: better management of rights of media directories - Administrative act: fix redirect when no documents are available @@ -30,14 +72,14 @@ Bug fixes: 0.96 (2016-07-14) ----------------- -Features: +### Features ### - GIS fields in database - Sources: link to modify in sheet, better presentation of tables - UI: font-awesome icons - Documentation: update installation - data loading - Finds: conservatory and dimensions comments -Bug fixes: +### Bug fixes ### - Templatetags: fix https links, urls - Many fix on imports: - year formater @@ -49,12 +91,12 @@ Bug fixes: 0.95 (2016-06-08) ----------------- -Features: +### Features ### - A welcome page (default and to be defined in site profile) - Displaying treatments in find sheet - Many improvements in the find sheet -Bug fixes: +### Bug fixes ### - Basket update after a treatment - Fix operation code for operation with no year (or year 0) - Fix warehouse creation @@ -64,29 +106,29 @@ Bug fixes: 0.94 (2016-06-03) ----------------- -Features: +### Features ### - First management of baskets - Change context record of a find - Full exports of sources -Bug fixes: +### Bug fixes ### - Many fix in permission management 0.93 (2016-04-19) ----------------- -Major features: +### Major features ### - Many fixes in install script - New fields for persons - Better layout for searches -Minor features: +### Minor features ### - Context records: search within relations - Better management of archaeological sites - Better display of sheet sources - Update translations -Bug fixes: +### Bug fixes ### - Allow simultanaeous creation of operations - Fix simultanaeous creation of files - Shortcut list: choices for finds and context records are now kept @@ -95,14 +137,14 @@ Bug fixes: 0.92 (2016-02-26) ----------------- -Major features: +### Major features ### - New management of modules - More selective merging process - Manage relation types in searches - Use flex layout for searches - Update translations -Minor features: +### Minor features ### - Update searches - Add archaeological site to importers types - Update operation fixtures @@ -110,7 +152,7 @@ Minor features: - Add abstract in operations - Change archaeological sites form -Bug fixes: +### Bug fixes ### - Fix cache for multiple instance of Ishtar - Fix default item after creation - Fix management of departments diff --git a/version.py b/version.py index 53a9cfd8a..b349c505a 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (0, 96, 3) +VERSION = (0, 97, 0) def get_version(): |