Skip to content

Commit 2ec932f

Browse files
committed
release: v1.4.7
Co-Authored-by: Johnny Mariéthoz <[email protected]>
1 parent 65977e5 commit 2ec932f

File tree

5 files changed

+106
-3
lines changed

5 files changed

+106
-3
lines changed

CHANGES.md

+51
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,56 @@
11
# Changelog
22

3+
## [v1.4.7](https://github.com/rero/rero-ils/tree/v1.4.7) (2021-08-12)
4+
5+
[Full Changelog](https://github.com/rero/rero-ils/compare/v1.4.6...v1.4.7)
6+
7+
**Implemented enhancements:**
8+
9+
- Adapt the field list in quick access in the document editor [\#1921](https://github.com/rero/rero-ils/issues/1921)
10+
- Delete a holdings with items should be possible [\#1720](https://github.com/rero/rero-ils/issues/1720)
11+
- local fields: improve validation [\#2268](https://github.com/rero/rero-ils/pull/2268) ([Garfield-fr](https://github.com/Garfield-fr))
12+
13+
**Fixed bugs:**
14+
15+
- A template created from an existing record can't be used [\#2269](https://github.com/rero/rero-ils/issues/2269)
16+
- Wrong pick-up location name in the booking notification [\#2262](https://github.com/rero/rero-ils/issues/2262)
17+
- Some added local fields not displayed in the professional interface [\#2257](https://github.com/rero/rero-ils/issues/2257)
18+
- The cancel button of the delete dialog on a detail view returns to an empty document [\#2253](https://github.com/rero/rero-ils/issues/2253)
19+
- The request date is modified when an action is done on the loan [\#2235](https://github.com/rero/rero-ils/issues/2235)
20+
- Requests for patrons by librarians are impossible with librarian accounts of a specific library [\#2234](https://github.com/rero/rero-ils/issues/2234)
21+
- Issues become "late" one day too early [\#2224](https://github.com/rero/rero-ils/issues/2224)
22+
- Corporate bodies with subdivision are displayed with quotes and square brackets [\#2213](https://github.com/rero/rero-ils/issues/2213)
23+
- Request list: the wrong pick-up name is displayed [\#2207](https://github.com/rero/rero-ils/issues/2207)
24+
- Apparently connected to someone else session [\#2168](https://github.com/rero/rero-ils/issues/2168)
25+
- selfcheck: fix patron informations [\#2248](https://github.com/rero/rero-ils/pull/2248) ([jma](https://github.com/jma))
26+
27+
**Closed issues:**
28+
29+
- Remove validation on field `copyrightDate` [\#2214](https://github.com/rero/rero-ils/issues/2214)
30+
- Wrong default value of `subject.source` and `genreForm.source` [\#2212](https://github.com/rero/rero-ils/issues/2212)
31+
32+
**Merged pull requests:**
33+
34+
- translations: translate v1.4.7 [\#2293](https://github.com/rero/rero-ils/pull/2293) ([jma](https://github.com/jma))
35+
- notifications: fix pickup name for booking [\#2290](https://github.com/rero/rero-ils/pull/2290) ([jma](https://github.com/jma))
36+
- sip2: improve selfcheck checkout [\#2274](https://github.com/rero/rero-ils/pull/2274) ([lauren-d](https://github.com/lauren-d))
37+
- template: remove pid from template record [\#2270](https://github.com/rero/rero-ils/pull/2270) ([BadrAly](https://github.com/BadrAly))
38+
- security: update dependencies [\#2261](https://github.com/rero/rero-ils/pull/2261) ([sebastiendeleze](https://github.com/sebastiendeleze))
39+
- circulation: fix request with different locations [\#2260](https://github.com/rero/rero-ils/pull/2260) ([jma](https://github.com/jma))
40+
- selfcheck: force the version [\#2250](https://github.com/rero/rero-ils/pull/2250) ([jma](https://github.com/jma))
41+
- contributions: improve display on detailed view [\#2246](https://github.com/rero/rero-ils/pull/2246) ([Garfield-fr](https://github.com/Garfield-fr))
42+
- theme: update the demo website frontpage [\#2245](https://github.com/rero/rero-ils/pull/2245) ([iGormilhit](https://github.com/iGormilhit))
43+
- issues: fix late issue generation. [\#2238](https://github.com/rero/rero-ils/pull/2238) ([zannkukai](https://github.com/zannkukai))
44+
- document: no default value for `subject.source` [\#2233](https://github.com/rero/rero-ils/pull/2233) ([zannkukai](https://github.com/zannkukai))
45+
- document: fix corporate bodies subdivision serialization [\#2231](https://github.com/rero/rero-ils/pull/2231) ([zannkukai](https://github.com/zannkukai))
46+
- document: remove pattern on `copyrightDate` field [\#2230](https://github.com/rero/rero-ils/pull/2230) ([zannkukai](https://github.com/zannkukai))
47+
- holdings: allow deletion of serials holdings [\#2219](https://github.com/rero/rero-ils/pull/2219) ([rerowep](https://github.com/rerowep))
48+
- items: fix loans circulation dump [\#2210](https://github.com/rero/rero-ils/pull/2210) ([zannkukai](https://github.com/zannkukai))
49+
- editor: remove imported fields on quick list [\#2169](https://github.com/rero/rero-ils/pull/2169) ([Garfield-fr](https://github.com/Garfield-fr))
50+
- design: improve responsive interface [\#2132](https://github.com/rero/rero-ils/pull/2132) ([zannkukai](https://github.com/zannkukai))
51+
52+
# Changelog
53+
354
## [v1.4.6](https://github.com/rero/rero-ils/tree/v1.4.6) (2021-07-22)
455

556
[Full Changelog](https://github.com/rero/rero-ils/compare/v1.4.5...v1.4.6)

RELEASE-NOTES.rst

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

21+
v1.4.7
22+
------
23+
24+
This note includes the changes of the ``rero-ils-ui`` project [`link`_].
25+
It fixes various issues:
26+
27+
- https://github.com/rero/rero-ils/issues/2168 Apparently connected to
28+
someone else session
29+
- https://github.com/rero/rero-ils/issues/2207 Request list: the wrong
30+
pick-up name is displayed
31+
- https://github.com/rero/rero-ils/issues/2213 Corporate bodies with
32+
subdivision are displayed with quotes and square brackets
33+
- https://github.com/rero/rero-ils/issues/2224 Issues become “late” one
34+
day too early
35+
- https://github.com/rero/rero-ils/issues/2234 Requests for patrons by
36+
librarians are impossible with librarian accounts of a specific
37+
library
38+
- https://github.com/rero/rero-ils/issues/2235 The request date is
39+
modified when an action is done on the loan
40+
- https://github.com/rero/rero-ils/issues/2248 Selfcheck: fix patron
41+
informations
42+
- https://github.com/rero/rero-ils/issues/2253 The cancel button of the
43+
delete dialog on a detail view returns to an empty document
44+
- https://github.com/rero/rero-ils/issues/2257 Some added local fields
45+
not displayed in the professional interface
46+
- https://github.com/rero/rero-ils/issues/2262 Wrong pick-up location
47+
name in the booking notification
48+
- https://github.com/rero/rero-ils/issues/2269 A template created from
49+
an existing record can’t be used
50+
- https://github.com/rero/rero-ils/issues/2212 Wrong default value of
51+
``subject.source`` and ``genreForm.source``
52+
53+
Other improvements (professional interface)
54+
55+
- Dynamic loading for items informations: when displaying the document
56+
detail view, the items are now loaded only if the user expand a
57+
holdings
58+
- Fixes the document brief view for small screen: on small screen the
59+
thumbnail is now displayed next to the metadata and is yet maximised
60+
to prevent pixelisation
61+
- https://github.com/rero/rero-ils/issues/1720 Delete a holdings with
62+
items should be possible
63+
- https://github.com/rero/rero-ils/issues/1921 Adapt the field list in
64+
quick access in the document editor
65+
- https://github.com/rero/rero-ils/issues/2214 Remove validation on
66+
field ``copyrightDate``
67+
- Detailed view of persons and corporate bodies: removes the link on
68+
the RERO identifier, removes the space between documents on the list
69+
70+
Several bug fixes have been added to this patch. Find the comprehensive
71+
changes in the `changelog`_.
72+
2173
v1.4.6
2274
------
2375

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rero-ils"
3-
version = "1.4.6"
3+
version = "1.4.7"
44
description = "Invenio digital library framework."
55
authors = ["RERO <[email protected]>"]
66
license = "GNU Affero General Public License v3.0"

rero_ils/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323

2424
from __future__ import absolute_import, print_function
2525

26-
__version__ = "1.4.6"
26+
__version__ = "1.4.7"

scripts/bootstrap

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ then
148148
info_msg "Install RERO-ILS-UI from tgz: ${tgz_file}"
149149
npm install --no-save --only=prod --no-fund --no-audit "${tgz_file}" --prefix "${static_folder}"
150150
else
151-
npm install --no-save --only=prod --no-fund --no-audit @rero/[email protected].9 --prefix "${static_folder}"
151+
npm install --no-save --only=prod --no-fund --no-audit @rero/[email protected].11 --prefix "${static_folder}"
152152
fi
153153

154154
# build the web assets

0 commit comments

Comments
 (0)