diff options
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 167 |
1 files changed, 167 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 000000000..b23ac3831 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,167 @@ +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 ### +- Versioning of CSS and JS files + +### Bug fixes ### +- Many fix on dashboard + +0.96.2 (2016-07-17) +------------------- + +### Features ### +- Overload of columns for specific exports +- Tiny label for relations types. + +0.96.1 (2016-07-16) +------------------- + +### Features ### +- Test wizards +- Work on treatments (conditional wizard, tests) but kept disabled at the moment + +### 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 + + +0.96 (2016-07-14) +----------------- + +### 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 ### +- Templatetags: fix https links, urls +- Many fix on imports: + - year formater + - better management of files (temporary files have a size) + - remove File from uniqueness detection + - forced new are created only one time +- Many fix on fixtures: relation types, report states, importer columns, labels, comments, order, accents + +0.95 (2016-06-08) +----------------- + +### 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 ### +- Basket update after a treatment +- Fix operation code for operation with no year (or year 0) +- Fix warehouse creation +- Allow to save a find if no operation is defined +- Add PROJECT_SLUG to default installation + +0.94 (2016-06-03) +----------------- + +### Features ### +- First management of baskets +- Change context record of a find +- Full exports of sources + +### Bug fixes ### +- Many fix in permission management + +0.93 (2016-04-19) +----------------- + +### Major features ### +- Many fixes in install script +- New fields for persons +- Better layout for searches + +### Minor features ### +- Context records: search within relations +- Better management of archaeological sites +- Better display of sheet sources +- Update translations + +### Bug fixes ### +- Allow simultanaeous creation of operations +- Fix simultanaeous creation of files +- Shortcut list: choices for finds and context records are now kept +- Parcel rearranging on operation form when file exists + +0.92 (2016-02-26) +----------------- + +### Major features ### +- New management of modules +- More selective merging process +- Manage relation types in searches +- Use flex layout for searches +- Update translations + +### Minor features ### +- Update searches +- Add archaeological site to importers types +- Update operation fixtures +- Update translations +- Add abstract in operations +- Change archaeological sites form + +### Bug fixes ### +- Fix cache for multiple instance of Ishtar +- Fix default item after creation +- Fix management of departments +- Labels and values on sheets +- Unicode error on adresses +- Fix dynamic table display in ODT and PDF + +0.91 (2016-01-18) +----------------- + +- First public release. + |