diff --git a/CHANGES.rst b/CHANGES.rst index 3ac3ff61..c506cb81 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,178 @@ Changelog ========= +`v0.7.0 `__ (2020-11-13) +------------------------------------------------------------------- + +`Full +Changelog `__ + +**Closed issues:** + +- Other files are not well displayed in the document's detail view + `#357 `__ +- Restore backups for organisations and users after a new setup + `#356 `__ +- Field contributor should not be required in deposit form + `#352 `__ +- Disallow modify isDedicated and isShared properties for non + superusers. `#351 `__ +- Upgrade Invenio to version 3.3 and Elasticsearch to version 7 + `#345 `__ +- ORCID must support X as last caracter. + `#342 `__ +- Move from pipenv to poetry + `#341 `__ +- File formats `#339 `__ +- Conferences should be displayed with number, place and date + `#338 `__ +- Bookmarks are not well displayed in PDF previews + `#336 `__ +- Time zone is wrong for dates in the logs of deposits. + `#333 `__ +- Upgrade to celery 5 + `#331 `__ +- Check files permissions + `#328 `__ +- OAI-PMH Export format in Dublin Core (DC) + `#325 `__ +- Add field licence on step "diffusion" of deposit + `#324 `__ +- Accept all file formats for documents + `#322 `__ +- Translate values for 'organisation' facet + `#320 `__ +- Order records by date by default if no query specified + `#318 `__ +- Do not create user ressource when invenio account is created + `#314 `__ +- OAI-PMH Automatic creation sets for organisation + `#311 `__ +- Import documents to organisation "usi" and not "unisi" when + harvesting from rerodoc + `#308 `__ +- For dedicated repository, avoid error when the custom styles file + does not exist `#307 `__ +- Add a facet to search user not attached to an organisation + `#305 `__ +- Add translation context during messages extraction + `#302 `__ +- Ensure that file with lowest order is considered as the main file. + `#300 `__ +- Possibility to add/edit metadata for files + `#280 `__ +- Retrieve roles from invenio-access instead of storing them into User + API class `#244 `__ +- [2] @rerowep suggested to upgrade to ES 7.6.2 + `#224 `__ + +**Merged pull requests:** + +- documents: fix contributions in editor. + `#369 `__ + (`sebastiendeleze `__) +- translations: update catalogs + `#368 `__ + (`sebastiendeleze `__) +- project: restore data + `#364 `__ + (`sebastiendeleze `__) +- dependencies: fix version for ``importlib-metadata`` + `#360 `__ + (`sebastiendeleze `__) +- translations: update catalogs + `#359 `__ + (`sebastiendeleze `__) +- documents: meeting display + `#355 `__ + (`sebastiendeleze `__) +- deposits: contributors are not required + `#354 `__ + (`sebastiendeleze `__) +- organisations: validate modes update + `#353 `__ + (`sebastiendeleze `__) +- deposits: fix ORCID format + `#348 `__ + (`sebastiendeleze `__) +- project: upgrade invenio and elasticsearch + `#347 `__ + (`sebastiendeleze `__) +- project: use poetry `#344 `__ + (`sebastiendeleze `__) +- documents: export records in Dublic Core format + `#340 `__ + (`sebastiendeleze `__) +- documents: Customize PDF preview styles + `#337 `__ + (`sebastiendeleze `__) +- deposit: fix log date format + `#335 `__ + (`sebastiendeleze `__) +- dependencies: update celery to version 5 + `#332 `__ + (`sebastiendeleze `__) +- translations: update catalogs + `#330 `__ + (`sebastiendeleze `__) +- documents: improve files permissions + `#329 `__ + (`sebastiendeleze `__) +- deposits: add license + `#327 `__ + (`sebastiendeleze `__) +- documents: configure OAI sets + `#326 `__ + (`sebastiendeleze `__) +- documents: handle several file formats + `#323 `__ + (`sebastiendeleze `__) +- documents: update name in organisation facet + `#321 `__ + (`sebastiendeleze `__) +- records: sort by most recent descending by default + `#319 `__ + (`sebastiendeleze `__) +- documents: fix thumbnail without external URL + `#317 `__ + (`sebastiendeleze `__) +- users: avoid create user resource + `#315 `__ + (`sebastiendeleze `__) +- translations: update catalogs + `#313 `__ + (`sebastiendeleze `__) +- organisation: rename ``unisi`` to ``usi`` + `#309 `__ + (`sebastiendeleze `__) +- users: facet for users without organisation + `#306 `__ + (`sebastiendeleze `__) +- translations: add context when extracting messages + `#304 `__ + (`sebastiendeleze `__) +- Translations update from Weblate + `#303 `__ + (`weblate `__) +- documents: order files + `#301 `__ + (`sebastiendeleze `__) +- documents: configure ``\_files`` in JSON schema + `#299 `__ + (`sebastiendeleze `__) +- documents: fix files permissions CLI + `#298 `__ + (`sebastiendeleze `__) +- records: refactor file handling + `#297 `__ + (`sebastiendeleze `__) +- imports: change PMID identifier + `#296 `__ + (`sebastiendeleze `__) +- documents: add option to force harvesting records + `#295 `__ + (`sebastiendeleze `__) + `v0.6.0 `__ (2020-09-08) ------------------------------------------------------------------- diff --git a/sonar/modules/config.py b/sonar/modules/config.py index 87fe4756..a2560198 100644 --- a/sonar/modules/config.py +++ b/sonar/modules/config.py @@ -44,7 +44,7 @@ """Disable permission checks during API calls. Useful when API is test from command line or progams like postman.""" -SONAR_APP_UI_VERSION = '0.4.0' +SONAR_APP_UI_VERSION = '0.5.0' SONAR_APP_DEFAULT_ORGANISATION = 'global' """Default organisation key.""" diff --git a/sonar/modules/documents/templates/documents/record.html b/sonar/modules/documents/templates/documents/record.html index b1457f85..f4081af9 100644 --- a/sonar/modules/documents/templates/documents/record.html +++ b/sonar/modules/documents/templates/documents/record.html @@ -262,7 +262,7 @@
{{ _('Other files') }}