Skip to content

Commit 2d06735

Browse files
author
Igor Milhit
committed
release: v0.9.0
* Updates the CHANGES.rst file. * Updates the RELEASE-NOTES.rst file. * Increments the version number. * Updates the bundles.py with new rero-ils-ui release version. * Fixes Sphinx version < 3.0.4 vulnerability. Co-Authored-by: Igor Milhit <[email protected]>
1 parent 7ad0f18 commit 2d06735

File tree

6 files changed

+424
-46
lines changed

6 files changed

+424
-46
lines changed

CHANGES.rst

+170-30
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,139 @@
1515
along with this program. If not, see <http://www.gnu.org/licenses/>.
1616

1717
Changes
18-
==========
18+
=======
1919

20-
`v0.8.0 <https://github.com/rero/rero-ils/tree/v0.8.0>`__ (2020-05-05)
20+
`v0.9.0 <https://github.com/rero/rero-ils/tree/v0.9.0>`__ (2020-06-02)
21+
----------------------------------------------------------------------
22+
23+
`Full
24+
Changelog <https://github.com/rero/rero-ils/compare/v0.8.0...v0.9.0>`__
25+
26+
**Implemented enhancements:**
27+
28+
- Workflow when seizing opening hours
29+
`#675 <https://github.com/rero/rero-ils/issues/675>`__
30+
- An informative README is missing!
31+
`#627 <https://github.com/rero/rero-ils/issues/627>`__
32+
- Language facet behaviour (number of results)
33+
`#91 <https://github.com/rero/rero-ils/issues/91>`__
34+
35+
**Fixed bugs:**
36+
37+
- Errors when running run_tests.sh
38+
`#1000 <https://github.com/rero/rero-ils/issues/1000>`__
39+
- Persons can be indexed twice resulting in duplicate records
40+
`#834 <https://github.com/rero/rero-ils/issues/834>`__
41+
42+
**Closed issues:**
43+
44+
- Permissions for item/patron types and circ policies
45+
`#932 <https://github.com/rero/rero-ils/issues/932>`__
46+
- Cancel button in patron profile
47+
`#929 <https://github.com/rero/rero-ils/issues/929>`__
48+
- Focus not set in many views
49+
`#928 <https://github.com/rero/rero-ils/issues/928>`__
50+
- Suppress the item detailed view of the public interface
51+
`#884 <https://github.com/rero/rero-ils/issues/884>`__
52+
- Delay for display selector content for item types at item creation
53+
`#819 <https://github.com/rero/rero-ils/issues/819>`__
54+
- search: problem with brackets [ ] in the query
55+
`#755 <https://github.com/rero/rero-ils/issues/755>`__
56+
57+
**Merged pull requests:**
58+
59+
- document: delete link to item detail view
60+
`#1011 <https://github.com/rero/rero-ils/pull/1011>`__
61+
(`zannkukai <https://github.com/zannkukai>`__)
62+
- test: fix run-test and setup
63+
`#1001 <https://github.com/rero/rero-ils/pull/1001>`__
64+
(`rerowep <https://github.com/rerowep>`__)
65+
- v0.9.0 translations
66+
`#998 <https://github.com/rero/rero-ils/pull/998>`__
67+
(`iGormilhit <https://github.com/iGormilhit>`__)
68+
- translations: add translations API
69+
`#997 <https://github.com/rero/rero-ils/pull/997>`__
70+
(`jma <https://github.com/jma>`__)
71+
- persons: link persons to source instead of MEF
72+
`#996 <https://github.com/rero/rero-ils/pull/996>`__
73+
(`rerowep <https://github.com/rerowep>`__)
74+
- documentation: add an actual README to the project
75+
`#995 <https://github.com/rero/rero-ils/pull/995>`__
76+
(`iGormilhit <https://github.com/iGormilhit>`__)
77+
- project: fix keyboard interruption for scripts
78+
`#994 <https://github.com/rero/rero-ils/pull/994>`__
79+
(`blankoworld <https://github.com/blankoworld>`__)
80+
- setup: fix old pipenv environment variables
81+
`#992 <https://github.com/rero/rero-ils/pull/992>`__
82+
(`blankoworld <https://github.com/blankoworld>`__)
83+
- patrons: check if a patron email is unique
84+
`#990 <https://github.com/rero/rero-ils/pull/990>`__
85+
(`jma <https://github.com/jma>`__)
86+
- schemas: fix patron transaction events schema
87+
`#987 <https://github.com/rero/rero-ils/pull/987>`__
88+
(`zannkukai <https://github.com/zannkukai>`__)
89+
- dependencies: use poetry
90+
`#986 <https://github.com/rero/rero-ils/pull/986>`__
91+
(`jma <https://github.com/jma>`__)
92+
- Permissions : Refactoring permissions usage
93+
`#985 <https://github.com/rero/rero-ils/pull/985>`__
94+
(`zannkukai <https://github.com/zannkukai>`__)
95+
- ebooks: fix holdings update when importing ebooks
96+
`#984 <https://github.com/rero/rero-ils/pull/984>`__
97+
(`rerowep <https://github.com/rerowep>`__)
98+
- tests: fix travis trouble with pytest-invenio
99+
`#981 <https://github.com/rero/rero-ils/pull/981>`__
100+
(`blankoworld <https://github.com/blankoworld>`__)
101+
- US1305 data model illustrations colors physical details
102+
`#980 <https://github.com/rero/rero-ils/pull/980>`__
103+
(`rerowep <https://github.com/rerowep>`__)
104+
- tests: fix units testing for generated item barcodes
105+
`#979 <https://github.com/rero/rero-ils/pull/979>`__
106+
(`BadrAly <https://github.com/BadrAly>`__)
107+
- tests: fix travis
108+
`#977 <https://github.com/rero/rero-ils/pull/977>`__
109+
(`rerowep <https://github.com/rerowep>`__)
110+
- location: unique pickup location for a library
111+
`#976 <https://github.com/rero/rero-ils/pull/976>`__
112+
(`zannkukai <https://github.com/zannkukai>`__)
113+
- celery: redis scheduler backend
114+
`#974 <https://github.com/rero/rero-ils/pull/974>`__
115+
(`rerowep <https://github.com/rerowep>`__)
116+
- rest api: add simple query support
117+
`#973 <https://github.com/rero/rero-ils/pull/973>`__
118+
(`jma <https://github.com/jma>`__)
119+
- item: field call number is now optional
120+
`#971 <https://github.com/rero/rero-ils/pull/971>`__
121+
(`BadrAly <https://github.com/BadrAly>`__)
122+
- document: suppress item detail view
123+
`#970 <https://github.com/rero/rero-ils/pull/970>`__
124+
(`zannkukai <https://github.com/zannkukai>`__)
125+
- item: multiple inheritance for the item class
126+
`#968 <https://github.com/rero/rero-ils/pull/968>`__
127+
(`BadrAly <https://github.com/BadrAly>`__)
128+
- db: separate tables
129+
`#959 <https://github.com/rero/rero-ils/pull/959>`__
130+
(`rerowep <https://github.com/rerowep>`__)
131+
- enqueues notifications
132+
`#951 <https://github.com/rero/rero-ils/pull/951>`__
133+
(`rerowep <https://github.com/rerowep>`__)
134+
- patron: add blocking functionnality
135+
`#902 <https://github.com/rero/rero-ils/pull/902>`__
136+
(`blankoworld <https://github.com/blankoworld>`__)
137+
- tests: implement first tests with cypress
138+
`#878 <https://github.com/rero/rero-ils/pull/878>`__
139+
(`AoNoOokami <https://github.com/AoNoOokami>`__)
140+
- data: update JSON schema to draft 07
141+
`#862 <https://github.com/rero/rero-ils/pull/862>`__
142+
(`BadrAly <https://github.com/BadrAly>`__)
143+
- api: test existence of pid’s
144+
`#853 <https://github.com/rero/rero-ils/pull/853>`__
145+
(`rerowep <https://github.com/rerowep>`__)
146+
- Paging (stack request) functionnalities
147+
`#708 <https://github.com/rero/rero-ils/pull/708>`__
148+
(`zannkukai <https://github.com/zannkukai>`__)
149+
150+
`v0.8.0 <https://github.com/rero/rero-ils/tree/v0.8.0>`__ (2020-05-04)
21151
----------------------------------------------------------------------
22152

23153
`Full
@@ -270,7 +400,6 @@ Changelog <https://github.com/rero/rero-ils/compare/v0.6.1...v0.7.0>`__
270400
`#729 <https://github.com/rero/rero-ils/pull/729>`__
271401
(`lauren-d <https://github.com/lauren-d>`__)
272402

273-
274403
`v0.6.1 <https://github.com/rero/rero-ils/tree/v0.6.1>`__ (2020-03-02)
275404
----------------------------------------------------------------------
276405

@@ -293,14 +422,23 @@ Changelog <https://github.com/rero/rero-ils/compare/v0.6.0...v0.6.1>`__
293422
- cli: fix typo `#811 <https://github.com/rero/rero-ils/pull/811>`__
294423
(`lauren-d <https://github.com/lauren-d>`__)
295424

296-
.. _changelog-1:
297-
298425
`v0.6.0 <https://github.com/rero/rero-ils/tree/v0.6.0>`__ (2020-02-26)
299426
----------------------------------------------------------------------
300427

301428
`Full
302429
Changelog <https://github.com/rero/rero-ils/compare/v0.5.2...v0.6.0>`__
303430

431+
**Implemented enhancements:**
432+
433+
- Display Popup for a checkin operation if item are in transit
434+
`#783 <https://github.com/rero/rero-ils/issues/783>`__
435+
- Better menus `#483 <https://github.com/rero/rero-ils/issues/483>`__
436+
- Validation of Circulation policy settings
437+
`#213 <https://github.com/rero/rero-ils/issues/213>`__
438+
- global Provider
439+
`#106 <https://github.com/rero/rero-ils/issues/106>`__
440+
- print(e) `#86 <https://github.com/rero/rero-ils/issues/86>`__
441+
304442
**Fixed bugs:**
305443

306444
- Irma is not able to open the circulation policy editor
@@ -776,15 +914,15 @@ Changelog <https://github.com/rero/rero-ils/compare/v0.5.0...v0.5.1>`__
776914
- ui: adapt frontpage for mobile devices
777915
`#585 <https://github.com/rero/rero-ils/pull/585>`__
778916
(`AoNoOokami <https://github.com/AoNoOokami>`__)
917+
- permissions: item edit and delete buttons for librarians
918+
`#582 <https://github.com/rero/rero-ils/pull/582>`__
919+
(`BadrAly <https://github.com/BadrAly>`__)
779920
- github: add new info on github issue template
780921
`#581 <https://github.com/rero/rero-ils/pull/581>`__
781922
(`blankoworld <https://github.com/blankoworld>`__)
782923
- items: fix online locations status
783924
`#580 <https://github.com/rero/rero-ils/pull/580>`__
784925
(`zannkukai <https://github.com/zannkukai>`__)
785-
- permissions: disable edit and delete buttons for librarians
786-
`#566 <https://github.com/rero/rero-ils/pull/566>`__
787-
(`BadrAly <https://github.com/BadrAly>`__)
788926

789927
`v0.5.0 <https://github.com/rero/rero-ils/tree/v0.5.0>`__ (2019-10-23)
790928
----------------------------------------------------------------------
@@ -820,9 +958,6 @@ Changelog <https://github.com/rero/rero-ils/compare/v0.4.0...v0.5.0>`__
820958

821959
**Merged pull requests:**
822960

823-
- permissions: item edit and delete buttons for librarians
824-
`#582 <https://github.com/rero/rero-ils/pull/582>`__
825-
(`BadrAly <https://github.com/BadrAly>`__)
826961
- cli: reserve a range of pids
827962
`#579 <https://github.com/rero/rero-ils/pull/579>`__
828963
(`BadrAly <https://github.com/BadrAly>`__)
@@ -838,6 +973,9 @@ Changelog <https://github.com/rero/rero-ils/compare/v0.4.0...v0.5.0>`__
838973
- ils: translates v0.5.0 strings
839974
`#567 <https://github.com/rero/rero-ils/pull/567>`__
840975
(`iGormilhit <https://github.com/iGormilhit>`__)
976+
- permissions: disable edit and delete buttons for librarians
977+
`#566 <https://github.com/rero/rero-ils/pull/566>`__
978+
(`BadrAly <https://github.com/BadrAly>`__)
841979
- documentation: fill in changes and release files
842980
`#565 <https://github.com/rero/rero-ils/pull/565>`__
843981
(`iGormilhit <https://github.com/iGormilhit>`__)
@@ -908,6 +1046,8 @@ Changelog <https://github.com/rero/rero-ils/compare/v0.3.1...v0.4.0>`__
9081046
`#380 <https://github.com/rero/rero-ils/issues/380>`__
9091047
- Upgrade to the latest version of invenio-circulation
9101048
`#379 <https://github.com/rero/rero-ils/issues/379>`__
1049+
- Transaction library instead of item library
1050+
`#378 <https://github.com/rero/rero-ils/issues/378>`__
9111051
- Circulation UI: items & patrons of other organisation
9121052
`#377 <https://github.com/rero/rero-ils/issues/377>`__
9131053
- Change license headers
@@ -1137,6 +1277,11 @@ Changelog <https://github.com/rero/rero-ils/compare/v0.3.0...v0.3.1>`__
11371277
`Full
11381278
Changelog <https://github.com/rero/rero-ils/compare/v0.2.3...v0.3.0>`__
11391279

1280+
**Implemented enhancements:**
1281+
1282+
- Should ebooks records be editable ?
1283+
`#89 <https://github.com/rero/rero-ils/issues/89>`__
1284+
11401285
**Fixed bugs:**
11411286

11421287
- Edit item button in professional document search view always visible
@@ -1150,8 +1295,6 @@ Changelog <https://github.com/rero/rero-ils/compare/v0.2.3...v0.3.0>`__
11501295
`#407 <https://github.com/rero/rero-ils/issues/407>`__
11511296
- Search with AND operator does not work as expected.
11521297
`#384 <https://github.com/rero/rero-ils/issues/384>`__
1153-
- Transaction library instead of item library
1154-
`#378 <https://github.com/rero/rero-ils/issues/378>`__
11551298
- Search in various fields
11561299
`#369 <https://github.com/rero/rero-ils/issues/369>`__
11571300
- gnd_pid / pid `#352 <https://github.com/rero/rero-ils/issues/352>`__
@@ -1314,9 +1457,9 @@ Changelog <https://github.com/rero/rero-ils/compare/v0.2.3...v0.3.0>`__
13141457
- documentation: add an issue template
13151458
`#386 <https://github.com/rero/rero-ils/pull/386>`__
13161459
(`iGormilhit <https://github.com/iGormilhit>`__)
1317-
- circulation: improve circulation dates
1318-
`#375 <https://github.com/rero/rero-ils/pull/375>`__
1319-
(`BadrAly <https://github.com/BadrAly>`__)
1460+
- documentation: rewrite bad syntax in docstrings
1461+
`#382 <https://github.com/rero/rero-ils/pull/382>`__
1462+
(`iGormilhit <https://github.com/iGormilhit>`__)
13201463

13211464
`v0.2.3 <https://github.com/rero/rero-ils/tree/v0.2.3>`__ (2019-07-03)
13221465
----------------------------------------------------------------------
@@ -1339,6 +1482,8 @@ Changelog <https://github.com/rero/rero-ils/compare/v0.2.2...v0.2.3>`__
13391482
- fixtures: fix dojson publishers conversion (3rd time)
13401483
`#373 <https://github.com/rero/rero-ils/pull/373>`__
13411484
(`iGormilhit <https://github.com/iGormilhit>`__)
1485+
- release v0.2.0 `#362 <https://github.com/rero/rero-ils/pull/362>`__
1486+
(`iGormilhit <https://github.com/iGormilhit>`__)
13421487

13431488
`v0.2.2 <https://github.com/rero/rero-ils/tree/v0.2.2>`__ (2019-07-02)
13441489
----------------------------------------------------------------------
@@ -1355,12 +1500,12 @@ Changelog <https://github.com/rero/rero-ils/compare/v0.2.1...v0.2.2>`__
13551500

13561501
**Merged pull requests:**
13571502

1503+
- circulation: improve circulation dates
1504+
`#375 <https://github.com/rero/rero-ils/pull/375>`__
1505+
(`BadrAly <https://github.com/BadrAly>`__)
13581506
- document: Publisher format
13591507
`#371 <https://github.com/rero/rero-ils/pull/371>`__
13601508
(`sebastiendeleze <https://github.com/sebastiendeleze>`__)
1361-
- issues: fix issue when wrong patron displayed after a checkin
1362-
`#370 <https://github.com/rero/rero-ils/pull/370>`__
1363-
(`BadrAly <https://github.com/BadrAly>`__)
13641509

13651510
`v0.2.1 <https://github.com/rero/rero-ils/tree/v0.2.1>`__ (2019-07-01)
13661511
----------------------------------------------------------------------
@@ -1387,9 +1532,6 @@ Changelog <https://github.com/rero/rero-ils/compare/v0.2.0...v0.2.1>`__
13871532

13881533
**Merged pull requests:**
13891534

1390-
- documentation: rewrite bad syntax in docstrings
1391-
`#382 <https://github.com/rero/rero-ils/pull/382>`__
1392-
(`iGormilhit <https://github.com/iGormilhit>`__)
13931535
- fixture: fix transformation with no publishers
13941536
`#368 <https://github.com/rero/rero-ils/pull/368>`__
13951537
(`iGormilhit <https://github.com/iGormilhit>`__)
@@ -1429,8 +1571,9 @@ Changelog <https://github.com/rero/rero-ils/compare/v0.1.0a22...v0.2.0>`__
14291571
- circulation: upgrade to invenio circulation v1.0.0a14
14301572
`#410 <https://github.com/rero/rero-ils/pull/410>`__
14311573
(`BadrAly <https://github.com/BadrAly>`__)
1432-
- release v0.2.0 `#362 <https://github.com/rero/rero-ils/pull/362>`__
1433-
(`iGormilhit <https://github.com/iGormilhit>`__)
1574+
- issues: fix issue when wrong patron displayed after a checkin
1575+
`#370 <https://github.com/rero/rero-ils/pull/370>`__
1576+
(`BadrAly <https://github.com/BadrAly>`__)
14341577
- ui: update translations for v.0.2.0 release
14351578
`#361 <https://github.com/rero/rero-ils/pull/361>`__
14361579
(`iGormilhit <https://github.com/iGormilhit>`__)
@@ -2103,8 +2246,6 @@ Changelog <https://github.com/rero/rero-ils/compare/v0.1.0a18...v0.1.0a19>`__
21032246

21042247
**Implemented enhancements:**
21052248

2106-
- Should ebooks records be editable ?
2107-
`#89 <https://github.com/rero/rero-ils/issues/89>`__
21082249
- Item status isn’t automatically updated in the item brief view
21092250
`#20 <https://github.com/rero/rero-ils/issues/20>`__
21102251

@@ -2183,6 +2324,9 @@ Changelog <https://github.com/rero/rero-ils/compare/v0.1.0a18...v0.1.0a19>`__
21832324
(`jma <https://github.com/jma>`__)
21842325
- App data merge `#72 <https://github.com/rero/rero-ils/pull/72>`__
21852326
(`jma <https://github.com/jma>`__)
2327+
- search: AND by default
2328+
`#68 <https://github.com/rero/rero-ils/pull/68>`__
2329+
(`jma <https://github.com/jma>`__)
21862330

21872331
`v0.1.0a18 <https://github.com/rero/rero-ils/tree/v0.1.0a18>`__ (2018-08-23)
21882332
----------------------------------------------------------------------------
@@ -2195,9 +2339,6 @@ Changelog <https://github.com/rero/rero-ils/compare/v0.1.0a17...v0.1.0a18>`__
21952339
- feat: ebooks harvesting
21962340
`#69 <https://github.com/rero/rero-ils/pull/69>`__
21972341
(`jma <https://github.com/jma>`__)
2198-
- search: AND by default
2199-
`#68 <https://github.com/rero/rero-ils/pull/68>`__
2200-
(`jma <https://github.com/jma>`__)
22012342

22022343
`v0.1.0a17 <https://github.com/rero/rero-ils/tree/v0.1.0a17>`__ (2018-08-20)
22032344
----------------------------------------------------------------------------
@@ -2239,6 +2380,5 @@ Changelog <https://github.com/rero/rero-ils/compare/v0.1.0a16...v0.1.0a17>`__
22392380
`#63 <https://github.com/rero/rero-ils/pull/63>`__
22402381
(`rerowep <https://github.com/rerowep>`__)
22412382

2242-
22432383
\* *This Changelog was automatically generated
22442384
by*\ `github_changelog_generator <https://github.com/github-changelog-generator/github-changelog-generator>`__

0 commit comments

Comments
 (0)