Skip to content

Commit 6d3a244

Browse files
iGor milhitjma
iGor milhit
authored andcommitted
release: v1.6.0
* Fixes tests by forcing the version of docutils < 0.18.0. * Fixes create index command line script. Co-Authored-by: Igor Milhit <[email protected]>
1 parent d142905 commit 6d3a244

File tree

6 files changed

+93
-52
lines changed

6 files changed

+93
-52
lines changed

RELEASE-NOTES.rst

+72
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,78 @@
1818
Release notes
1919
=============
2020

21+
v1.6.0
22+
------
23+
24+
⚠ Production instances need to migrate data, as this release modifies the data
25+
model of several resources:
26+
27+
- `rero/rero-ils@dd83a91b`_ (procedure to be found in the commit message).
28+
- `rero/rero-ils#2393`_ (procedure to be found in the PR description).
29+
- `rero/rero-ils@c4bdd9ef`_ (procedure to be found in the commit message).
30+
31+
New options have been added to the CLI to allow to reindex a resource into
32+
another index, and the to switch from one index to the another. This prevents
33+
to interrupt the service during the reindexation process.
34+
35+
This release allow the user to sort the search result list alphabetically and
36+
by date (ascending and descending) for several type of records, on the public
37+
and professional interface. It also improves how the search handles queries
38+
with diacritics (`#2396`_).
39+
40+
Notes can be added to the language field (`#1867`_).
41+
42+
Two issues on the notification system are solved:
43+
44+
- The availability was wrongfully sent to the owning library instead of the
45+
pickup library (`#2373`_).
46+
- As overdue notifications are grouped, the reminder number in the e-mail
47+
subject can be misleading (`#2390`_).
48+
49+
The anonymization of circulation transactions is modified to keep at least the
50+
last three months of operations, even if the patron doesn't keep the
51+
transaction history, in order to allow librarian to manage circulation
52+
(`#2068`_).
53+
54+
The information displayed on the patron detailed view of the professional
55+
interface has been improved. In the patron brief view, the connexion to the
56+
circulation interface has been changed as a link instead of a button, thus
57+
allowing the librarian to open it in another window or tab.
58+
59+
The circulation history of the patron, as seen on the public and professional
60+
interface, displays correct data (`#1227`_). Alongside, the total amount on the
61+
fee's tab of the public patron account is restored (`#2319`_). The ILL requests
62+
are also correctly displayed (`#1902`_).
63+
64+
Creating a template on the base of an existing record resulted in errors, due
65+
to the links to other records (`#2385`_). From now, all the links inside
66+
templates are handled.
67+
68+
The comprehensive changes are to be found in the `changelog`_. The
69+
changelogs of the other components of RERO ILS contains also relevant
70+
changes:
71+
72+
- `rero-ils-ui`_.
73+
- `ng-core`_.
74+
75+
.. _rero-ils-ui: https://github.com/rero/rero-ils-ui/blob/dev/CHANGELOG.md
76+
.. _ng-core: https://github.com/rero/ng-core/blob/dev/CHANGELOG.md
77+
.. _rero/rero-ils@dd83a91b: https://github.com/rero/rero-ils/commit/dd83a91bbc7ad30528beff3ae0f5476e8ba4f154
78+
.. _rero/rero-ils#2393: https://github.com/rero/rero-ils/pull/2393
79+
.. _rero/rero-ils@c4bdd9ef: https://github.com/rero/rero-ils/commit/c4bdd9ef4a9bf3b6c056199982e0e91b86181123
80+
.. _#1227: https://github.com/rero/rero-ils/issues/1227
81+
.. _#1867: https://github.com/rero/rero-ils/issues/1867
82+
.. _#1902: https://github.com/rero/rero-ils/issues/1902
83+
.. _#2068: https://github.com/rero/rero-ils/issues/2068
84+
.. _#2373: https://github.com/rero/rero-ils/issues/2373
85+
.. _#2275: https://github.com/rero/rero-ils/issues/2275
86+
.. _#2319: https://github.com/rero/rero-ils/issues/2319
87+
.. _#2385: https://github.com/rero/rero-ils/issues/2385
88+
.. _#2388: https://github.com/rero/rero-ils/issues/2388
89+
.. _#2390: https://github.com/rero/rero-ils/issues/2390
90+
.. _#2396: https://github.com/rero/rero-ils/issues/2396
91+
92+
2193
v1.5.1
2294
------
2395

0 commit comments

Comments
 (0)