15
15
along with this program. If not, see <http://www.gnu.org/licenses/>.
16
16
17
17
Changes
18
- ==========
18
+ =======
19
19
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)
21
151
----------------------------------------------------------------------
22
152
23
153
`Full
@@ -270,7 +400,6 @@ Changelog <https://github.com/rero/rero-ils/compare/v0.6.1...v0.7.0>`__
270
400
`#729 <https://github.com/rero/rero-ils/pull/729 >`__
271
401
(`lauren-d <https://github.com/lauren-d >`__)
272
402
273
-
274
403
`v0.6.1 <https://github.com/rero/rero-ils/tree/v0.6.1 >`__ (2020-03-02)
275
404
----------------------------------------------------------------------
276
405
@@ -293,14 +422,23 @@ Changelog <https://github.com/rero/rero-ils/compare/v0.6.0...v0.6.1>`__
293
422
- cli: fix typo `#811 <https://github.com/rero/rero-ils/pull/811 >`__
294
423
(`lauren-d <https://github.com/lauren-d >`__)
295
424
296
- .. _changelog-1 :
297
-
298
425
`v0.6.0 <https://github.com/rero/rero-ils/tree/v0.6.0 >`__ (2020-02-26)
299
426
----------------------------------------------------------------------
300
427
301
428
`Full
302
429
Changelog <https://github.com/rero/rero-ils/compare/v0.5.2...v0.6.0> `__
303
430
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
+
304
442
**Fixed bugs: **
305
443
306
444
- 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>`__
776
914
- ui: adapt frontpage for mobile devices
777
915
`#585 <https://github.com/rero/rero-ils/pull/585 >`__
778
916
(`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 >`__)
779
920
- github: add new info on github issue template
780
921
`#581 <https://github.com/rero/rero-ils/pull/581 >`__
781
922
(`blankoworld <https://github.com/blankoworld >`__)
782
923
- items: fix online locations status
783
924
`#580 <https://github.com/rero/rero-ils/pull/580 >`__
784
925
(`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 >`__)
788
926
789
927
`v0.5.0 <https://github.com/rero/rero-ils/tree/v0.5.0 >`__ (2019-10-23)
790
928
----------------------------------------------------------------------
@@ -820,9 +958,6 @@ Changelog <https://github.com/rero/rero-ils/compare/v0.4.0...v0.5.0>`__
820
958
821
959
**Merged pull requests: **
822
960
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 >`__)
826
961
- cli: reserve a range of pids
827
962
`#579 <https://github.com/rero/rero-ils/pull/579 >`__
828
963
(`BadrAly <https://github.com/BadrAly >`__)
@@ -838,6 +973,9 @@ Changelog <https://github.com/rero/rero-ils/compare/v0.4.0...v0.5.0>`__
838
973
- ils: translates v0.5.0 strings
839
974
`#567 <https://github.com/rero/rero-ils/pull/567 >`__
840
975
(`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 >`__)
841
979
- documentation: fill in changes and release files
842
980
`#565 <https://github.com/rero/rero-ils/pull/565 >`__
843
981
(`iGormilhit <https://github.com/iGormilhit >`__)
@@ -908,6 +1046,8 @@ Changelog <https://github.com/rero/rero-ils/compare/v0.3.1...v0.4.0>`__
908
1046
`#380 <https://github.com/rero/rero-ils/issues/380 >`__
909
1047
- Upgrade to the latest version of invenio-circulation
910
1048
`#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 >`__
911
1051
- Circulation UI: items & patrons of other organisation
912
1052
`#377 <https://github.com/rero/rero-ils/issues/377 >`__
913
1053
- Change license headers
@@ -1137,6 +1277,11 @@ Changelog <https://github.com/rero/rero-ils/compare/v0.3.0...v0.3.1>`__
1137
1277
`Full
1138
1278
Changelog <https://github.com/rero/rero-ils/compare/v0.2.3...v0.3.0> `__
1139
1279
1280
+ **Implemented enhancements: **
1281
+
1282
+ - Should ebooks records be editable ?
1283
+ `#89 <https://github.com/rero/rero-ils/issues/89 >`__
1284
+
1140
1285
**Fixed bugs: **
1141
1286
1142
1287
- 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>`__
1150
1295
`#407 <https://github.com/rero/rero-ils/issues/407 >`__
1151
1296
- Search with AND operator does not work as expected.
1152
1297
`#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 >`__
1155
1298
- Search in various fields
1156
1299
`#369 <https://github.com/rero/rero-ils/issues/369 >`__
1157
1300
- 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>`__
1314
1457
- documentation: add an issue template
1315
1458
`#386 <https://github.com/rero/rero-ils/pull/386 >`__
1316
1459
(`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 >`__)
1320
1463
1321
1464
`v0.2.3 <https://github.com/rero/rero-ils/tree/v0.2.3 >`__ (2019-07-03)
1322
1465
----------------------------------------------------------------------
@@ -1339,6 +1482,8 @@ Changelog <https://github.com/rero/rero-ils/compare/v0.2.2...v0.2.3>`__
1339
1482
- fixtures: fix dojson publishers conversion (3rd time)
1340
1483
`#373 <https://github.com/rero/rero-ils/pull/373 >`__
1341
1484
(`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 >`__)
1342
1487
1343
1488
`v0.2.2 <https://github.com/rero/rero-ils/tree/v0.2.2 >`__ (2019-07-02)
1344
1489
----------------------------------------------------------------------
@@ -1355,12 +1500,12 @@ Changelog <https://github.com/rero/rero-ils/compare/v0.2.1...v0.2.2>`__
1355
1500
1356
1501
**Merged pull requests: **
1357
1502
1503
+ - circulation: improve circulation dates
1504
+ `#375 <https://github.com/rero/rero-ils/pull/375 >`__
1505
+ (`BadrAly <https://github.com/BadrAly >`__)
1358
1506
- document: Publisher format
1359
1507
`#371 <https://github.com/rero/rero-ils/pull/371 >`__
1360
1508
(`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 >`__)
1364
1509
1365
1510
`v0.2.1 <https://github.com/rero/rero-ils/tree/v0.2.1 >`__ (2019-07-01)
1366
1511
----------------------------------------------------------------------
@@ -1387,9 +1532,6 @@ Changelog <https://github.com/rero/rero-ils/compare/v0.2.0...v0.2.1>`__
1387
1532
1388
1533
**Merged pull requests: **
1389
1534
1390
- - documentation: rewrite bad syntax in docstrings
1391
- `#382 <https://github.com/rero/rero-ils/pull/382 >`__
1392
- (`iGormilhit <https://github.com/iGormilhit >`__)
1393
1535
- fixture: fix transformation with no publishers
1394
1536
`#368 <https://github.com/rero/rero-ils/pull/368 >`__
1395
1537
(`iGormilhit <https://github.com/iGormilhit >`__)
@@ -1429,8 +1571,9 @@ Changelog <https://github.com/rero/rero-ils/compare/v0.1.0a22...v0.2.0>`__
1429
1571
- circulation: upgrade to invenio circulation v1.0.0a14
1430
1572
`#410 <https://github.com/rero/rero-ils/pull/410 >`__
1431
1573
(`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 >`__)
1434
1577
- ui: update translations for v.0.2.0 release
1435
1578
`#361 <https://github.com/rero/rero-ils/pull/361 >`__
1436
1579
(`iGormilhit <https://github.com/iGormilhit >`__)
@@ -2103,8 +2246,6 @@ Changelog <https://github.com/rero/rero-ils/compare/v0.1.0a18...v0.1.0a19>`__
2103
2246
2104
2247
**Implemented enhancements: **
2105
2248
2106
- - Should ebooks records be editable ?
2107
- `#89 <https://github.com/rero/rero-ils/issues/89 >`__
2108
2249
- Item status isn’t automatically updated in the item brief view
2109
2250
`#20 <https://github.com/rero/rero-ils/issues/20 >`__
2110
2251
@@ -2183,6 +2324,9 @@ Changelog <https://github.com/rero/rero-ils/compare/v0.1.0a18...v0.1.0a19>`__
2183
2324
(`jma <https://github.com/jma >`__)
2184
2325
- App data merge `#72 <https://github.com/rero/rero-ils/pull/72 >`__
2185
2326
(`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 >`__)
2186
2330
2187
2331
`v0.1.0a18 <https://github.com/rero/rero-ils/tree/v0.1.0a18 >`__ (2018-08-23)
2188
2332
----------------------------------------------------------------------------
@@ -2195,9 +2339,6 @@ Changelog <https://github.com/rero/rero-ils/compare/v0.1.0a17...v0.1.0a18>`__
2195
2339
- feat: ebooks harvesting
2196
2340
`#69 <https://github.com/rero/rero-ils/pull/69 >`__
2197
2341
(`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 >`__)
2201
2342
2202
2343
`v0.1.0a17 <https://github.com/rero/rero-ils/tree/v0.1.0a17 >`__ (2018-08-20)
2203
2344
----------------------------------------------------------------------------
@@ -2239,6 +2380,5 @@ Changelog <https://github.com/rero/rero-ils/compare/v0.1.0a16...v0.1.0a17>`__
2239
2380
`#63 <https://github.com/rero/rero-ils/pull/63 >`__
2240
2381
(`rerowep <https://github.com/rerowep >`__)
2241
2382
2242
-
2243
2383
\* *This Changelog was automatically generated
2244
2384
by *\ `github_changelog_generator <https://github.com/github-changelog-generator/github-changelog-generator >`__
0 commit comments