Skip to content

Commit d2df612

Browse files
author
iGor milhit
committed
release: v0.13.1
- Updates release notes for `v0.13.0`. - Updates release notes for `v0.13.1`. - Updates CHANGES.rst for `v0.13.0` and `v0.13.1`. - Updates bundles.py to fix `rero-ils-ui` version. - Updates version.py and pyproject.toml to set the version. Co-Authored-by: Igor Milhit <[email protected]>
1 parent 5de39e0 commit d2df612

File tree

5 files changed

+404
-20
lines changed

5 files changed

+404
-20
lines changed

CHANGES.rst

+103-17
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,68 @@
1717
Changes
1818
=======
1919

20+
`v0.13.1 <https://github.com/rero/rero-ils/tree/v0.13.1>`__ (2020-11-05)
21+
------------------------------------------------------------------------
22+
23+
`Full
24+
Changelog <https://github.com/rero/rero-ils/compare/v0.13.0...v0.13.1>`__
25+
26+
**Implemented enhancements:**
27+
28+
- A value for the field “title” with type “bf:Title” should be
29+
required. `#1286 <https://github.com/rero/rero-ils/issues/1286>`__
30+
- The non required fields of the document editor should support default
31+
values. `#1119 <https://github.com/rero/rero-ils/issues/1119>`__
32+
33+
**Fixed bugs:**
34+
35+
- ILSPILOT: Add a subscription for patron
36+
`#1349 <https://github.com/rero/rero-ils/issues/1349>`__
37+
- The “Home” link in the help is not translated.
38+
`#1333 <https://github.com/rero/rero-ils/issues/1333>`__
39+
- Patron lastname/firstname are reversed for the requests
40+
`#1297 <https://github.com/rero/rero-ils/issues/1297>`__
41+
- Fees are not updated instantly.
42+
`#1294 <https://github.com/rero/rero-ils/issues/1294>`__
43+
- The help link on home page is deprecated.
44+
`#1277 <https://github.com/rero/rero-ils/issues/1277>`__
45+
- Selector with possible multiple value are not alphabetically sorted
46+
`#1231 <https://github.com/rero/rero-ils/issues/1231>`__
47+
- Default values for prediction patterns are translated
48+
`#1022 <https://github.com/rero/rero-ils/issues/1022>`__
49+
- circulation: fix bug on checkout with request
50+
`#1346 <https://github.com/rero/rero-ils/pull/1346>`__
51+
(`zannkukai <https://github.com/zannkukai>`__)
52+
53+
**Closed issues:**
54+
55+
- Version v0.12.0rc is missing existing translations
56+
`#1222 <https://github.com/rero/rero-ils/issues/1222>`__
57+
58+
**Merged pull requests:**
59+
60+
- tests: force npm version for github actions
61+
`#1388 <https://github.com/rero/rero-ils/pull/1388>`__
62+
(`jma <https://github.com/jma>`__)
63+
- patrons: fix patron editor
64+
`#1368 <https://github.com/rero/rero-ils/pull/1368>`__
65+
(`jma <https://github.com/jma>`__)
66+
- users: make the email optional
67+
`#1343 <https://github.com/rero/rero-ils/pull/1343>`__
68+
(`jma <https://github.com/jma>`__)
69+
- editor: restore default value for hidden field
70+
`#1338 <https://github.com/rero/rero-ils/pull/1338>`__
71+
(`jma <https://github.com/jma>`__)
72+
- facets: fix contribution filter
73+
`#1316 <https://github.com/rero/rero-ils/pull/1316>`__
74+
(`lauren-d <https://github.com/lauren-d>`__)
75+
- ill_request: fix form validation problem
76+
`#1315 <https://github.com/rero/rero-ils/pull/1315>`__
77+
(`zannkukai <https://github.com/zannkukai>`__)
78+
- app: update help link on the frontpage
79+
`#1304 <https://github.com/rero/rero-ils/pull/1304>`__
80+
(`AoNoOokami <https://github.com/AoNoOokami>`__)
81+
2082
`v0.13.0 <https://github.com/rero/rero-ils/tree/v0.13.0>`__ (2020-10-19)
2183
------------------------------------------------------------------------
2284

@@ -36,6 +98,12 @@ Changelog <https://github.com/rero/rero-ils/compare/v0.12.0...v0.13.0>`__
3698
`#1132 <https://github.com/rero/rero-ils/issues/1132>`__
3799
- maximum number of results
38100
`#112 <https://github.com/rero/rero-ils/issues/112>`__
101+
- The help menu should point to the public help page if clicked from
102+
public interface
103+
`#1127 <https://github.com/rero/rero-ils/issues/1127>`__
104+
- monitoring: fix es duplicate monitoring
105+
`#1206 <https://github.com/rero/rero-ils/pull/1206>`__
106+
(`rerowep <https://github.com/rerowep>`__)
39107

40108
**Fixed bugs:**
41109

@@ -51,6 +119,10 @@ Changelog <https://github.com/rero/rero-ils/compare/v0.12.0...v0.13.0>`__
51119
`#1264 <https://github.com/rero/rero-ils/issues/1264>`__
52120
- Holdings for journals have various problems
53121
`#1252 <https://github.com/rero/rero-ils/issues/1252>`__
122+
- A due_soon notification should not have “Not renewable”
123+
`#1342 <https://github.com/rero/rero-ils/issues/1342>`__
124+
- The circulation interface mixes item barcodes between organisations.
125+
`#1085 <https://github.com/rero/rero-ils/issues/1085>`__
54126

55127
**Closed issues:**
56128

@@ -63,30 +135,29 @@ Changelog <https://github.com/rero/rero-ils/compare/v0.12.0...v0.13.0>`__
63135
- elasticsearch document_type deprecated
64136
`#83 <https://github.com/rero/rero-ils/issues/83>`__
65137
- new cookiecutter `#80 <https://github.com/rero/rero-ils/issues/80>`__
138+
- Results page: Unable to extend a search to all organisations in
139+
professional view.
140+
`#975 <https://github.com/rero/rero-ils/issues/975>`__
141+
- Impossible to request a document of another library
142+
`#927 <https://github.com/rero/rero-ils/issues/927>`__
66143

67144
**Merged pull requests:**
68145

69-
- patrons: fix patrons search api
70-
`#1307 <https://github.com/rero/rero-ils/pull/1307>`__
146+
- release: 0.13.0
147+
`#1313 <https://github.com/rero/rero-ils/pull/1313>`__
71148
(`jma <https://github.com/jma>`__)
72-
- Maj us1590 user resource
149+
- refactors user resource
73150
`#1302 <https://github.com/rero/rero-ils/pull/1302>`__
74151
(`jma <https://github.com/jma>`__)
75-
- patron: fix patron profile for dispute event
76-
`#1299 <https://github.com/rero/rero-ils/pull/1299>`__
77-
(`zannkukai <https://github.com/zannkukai>`__)
78152
- patron: Fix user import problem.
79153
`#1292 <https://github.com/rero/rero-ils/pull/1292>`__
80154
(`zannkukai <https://github.com/zannkukai>`__)
81-
- Us1642 template resource
82-
`#1275 <https://github.com/rero/rero-ils/pull/1275>`__
155+
- implements template resource for document, holdings, item and patron
156+
records `#1275 <https://github.com/rero/rero-ils/pull/1275>`__
83157
(`zannkukai <https://github.com/zannkukai>`__)
84158
- monitoring: display db connection counts
85159
`#1271 <https://github.com/rero/rero-ils/pull/1271>`__
86160
(`rerowep <https://github.com/rerowep>`__)
87-
- merge US1591 collection resource
88-
`#1267 <https://github.com/rero/rero-ils/pull/1267>`__
89-
(`AoNoOokami <https://github.com/AoNoOokami>`__)
90161
- circulation: change text in courtesy notification
91162
`#1266 <https://github.com/rero/rero-ils/pull/1266>`__
92163
(`benerken <https://github.com/benerken>`__)
@@ -111,12 +182,21 @@ Changelog <https://github.com/rero/rero-ils/compare/v0.12.0...v0.13.0>`__
111182
- celery: fix ‘celery-config’ fixture
112183
`#1245 <https://github.com/rero/rero-ils/pull/1245>`__
113184
(`zannkukai <https://github.com/zannkukai>`__)
114-
- holdings: add optional fields for holdings display
115-
`#1244 <https://github.com/rero/rero-ils/pull/1244>`__
116-
(`BadrAly <https://github.com/BadrAly>`__)
117185
- general: use better regular expression for date
118186
`#1239 <https://github.com/rero/rero-ils/pull/1239>`__
119187
(`zannkukai <https://github.com/zannkukai>`__)
188+
- patrons: fix patrons search api
189+
`#1307 <https://github.com/rero/rero-ils/pull/1307>`__
190+
(`jma <https://github.com/jma>`__)
191+
- patron: fix patron profile for dispute event
192+
`#1299 <https://github.com/rero/rero-ils/pull/1299>`__
193+
(`zannkukai <https://github.com/zannkukai>`__)
194+
- implements collection resource
195+
`#1267 <https://github.com/rero/rero-ils/pull/1267>`__
196+
(`AoNoOokami <https://github.com/AoNoOokami>`__)
197+
- holdings: add optional fields for holdings display
198+
`#1244 <https://github.com/rero/rero-ils/pull/1244>`__
199+
(`BadrAly <https://github.com/BadrAly>`__)
120200
- translation: standardization of enumerations with form options
121201
`#1238 <https://github.com/rero/rero-ils/pull/1238>`__
122202
(`Garfield-fr <https://github.com/Garfield-fr>`__)
@@ -126,12 +206,18 @@ Changelog <https://github.com/rero/rero-ils/compare/v0.12.0...v0.13.0>`__
126206
- merge US1489 circulation cypress tests
127207
`#1215 <https://github.com/rero/rero-ils/pull/1215>`__
128208
(`AoNoOokami <https://github.com/AoNoOokami>`__)
129-
- indexer: fix bulk indexing
130-
`#1202 <https://github.com/rero/rero-ils/pull/1202>`__
131-
(`rerowep <https://github.com/rerowep>`__)
209+
- acquisition: add document selector for order lines
210+
`#1185 <https://github.com/rero/rero-ils/pull/1185>`__
211+
(`lauren-d <https://github.com/lauren-d>`__)
132212
- dependencies: update to ES7 and invenio 3.3
133213
`#1175 <https://github.com/rero/rero-ils/pull/1175>`__
134214
(`rerowep <https://github.com/rerowep>`__)
215+
- help: update the public help menu entry url
216+
`#1172 <https://github.com/rero/rero-ils/pull/1172>`__
217+
(`zannkukai <https://github.com/zannkukai>`__)
218+
- wiki: update the public help menu entry url
219+
`#1162 <https://github.com/rero/rero-ils/pull/1162>`__
220+
(`zannkukai <https://github.com/zannkukai>`__)
135221

136222
`v0.12.0 <https://github.com/rero/rero-ils/tree/v0.12.0>`__ (2020-09-21)
137223
------------------------------------------------------------------------

0 commit comments

Comments
 (0)