Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Commit f7f4fbd

Browse files
committed
Merge branch 'release/0.5.0'
2 parents 83709eb + 13e0e91 commit f7f4fbd

File tree

53 files changed

+830
-348
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+830
-348
lines changed

CHANGELOG.md

+28-5
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,37 @@ a secrets.env:
1212
The resulting compose file can then be used with `docker-compose up -d` to provision.
1313

1414
# Releases
15-
## 0.4.0 (2016-11-09)
1615

17-
GITREF: 5180ccb93e764f80f627d2a76d49bbe1c3d4ab32
18-
KOHA: 90437fe3ee4e3d5af59182d7f3be477940b484f4
16+
## 0.5.0 (2016-11-16)
17+
18+
GITREF:
19+
KOHA: 3df1e1097b2fa4d2eae7766745fc172184d2644c
1920

21+
- koha:
22+
- add pickupnumber to reserves table, update schema and add pickupnumber trigger
23+
- boost starman workers
24+
- replacementprice for Spill
25+
- rewrite pidgeon service to use tempfiles
26+
- add itemnumber to reserveslip for correct generation
27+
- sip:
28+
- fix for missing AO in self checkout machines
29+
- checkin: Override current location, set to institution ID (excluding API branch)
30+
- patron-client:
31+
- update patron overview to use new pickupnumber
2032
- catalinker:
21-
- add alternativeName to autorities
22-
33+
- fix replacing resource DEICH-435
34+
- when patchcing objects, do not delete empty values DEICH-462
35+
- add created and modified timestamp to all authorities DEICH-433
36+
- map 300$a as extent or number of pages depending on mediatype DEICH-427
37+
- fix composition type search
38+
- services:
39+
- make publication class number searchable as 'kd' DEICH-161
40+
41+
## 0.4.0 (2016-11-10) Bugfix release
42+
43+
- catalinker:
44+
- DEICH-430_alternativt_navn_på_flere_autoriteter'
45+
2346
## 0.3.0 (2016-11-09)
2447

2548
GITREF: 5eb52acd085ec5e88c19020a9c49ad44250bda68

docker-compose/docker-compose-template-dev-CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ services:
213213

214214
sip_proxy:
215215
container_name: sip_proxy
216-
image: "digibib/sip2proxy:ab3fdece55099862069f04ef21acb01665598f82"
216+
image: "digibib/sip2proxy:a387e6d35e38c488b0f4ec7bc0c7292e19dd61df"
217217
networks:
218218
- backend
219219
ports:
@@ -225,7 +225,7 @@ services:
225225
- "-log-messages=true"
226226
- "-replace-10=true"
227227
- "-log-metrics-every-s=300"
228-
- "-asciify=false"
228+
- "-ensure-branch=true"
229229
logging:
230230
driver: "json-file"
231231
options:

docker-compose/docker-compose-template-dev.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ services:
229229

230230
sip_proxy:
231231
container_name: sip_proxy
232-
image: "digibib/sip2proxy:ab3fdece55099862069f04ef21acb01665598f82"
232+
image: "digibib/sip2proxy:a387e6d35e38c488b0f4ec7bc0c7292e19dd61df"
233233
networks:
234234
- backend
235235
ports:
@@ -241,7 +241,7 @@ services:
241241
- "-log-messages=true"
242242
- "-replace-10=true"
243243
- "-log-metrics-every-s=300"
244-
- "-asciify=false"
244+
- "-ensure-branch=true"
245245
logging:
246246
driver: "json-file"
247247
options:

docker-compose/docker-compose-template-prod.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ services:
172172

173173
sip_proxy:
174174
container_name: sip_proxy
175-
image: "digibib/sip2proxy:ab3fdece55099862069f04ef21acb01665598f82"
175+
image: "digibib/sip2proxy:a387e6d35e38c488b0f4ec7bc0c7292e19dd61df"
176176
networks:
177177
- backend
178178
ports:
@@ -184,7 +184,7 @@ services:
184184
- "-log-messages=true"
185185
- "-replace-10=true"
186186
- "-log-metrics-every-s=300"
187-
- "-asciify=false"
187+
- "-ensure-branch=true"
188188
logging:
189189
driver: "journald"
190190

docker-compose/docker-compose.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export SIP_PORT=6001
22
export SIP_PROXY_PORT=6002
33
export SIP_AUTOPASS=secret
44
export SIP_AUTOPASS_ENCRYPTED=encryptme
5-
export KOHA_IMAGE_TAG=90437fe3ee4e3d5af59182d7f3be477940b484f4
5+
export KOHA_IMAGE_TAG=3df1e1097b2fa4d2eae7766745fc172184d2644c
66
export KOHA_ADMINUSER=admin
77
export KOHA_ADMINPASS=secret
88
export KOHA_INSTANCE=name

redef/catalinker/client/scss/style.scss

+14-6
Original file line numberDiff line numberDiff line change
@@ -271,19 +271,23 @@ body {
271271
&:empty:after {
272272
font-size: 0px;
273273
}
274-
&.for-checkbox {
274+
&.for-one-liner {
275275
display: inline;
276+
min-width: 104px;
276277
}
277278
}
278-
.checkbox {
279-
margin-top: 11px;
279+
.one-liner {
280+
margin-top: 13px;
280281
}
281282
.input-wrapper .label {
282283
padding: 12px 12px 4px 0px;
283284
}
284285
.panel-part {
285-
&.for-checkbox {
286+
&.for-one-liner {
286287
display: flex;
288+
&:not(.last-one) {
289+
margin-bottom: -24px;
290+
}
287291
}
288292
&.first {
289293
border-top: 1px solid lightgrey;
@@ -321,6 +325,9 @@ body {
321325
border: none;
322326
padding: 13px;
323327
display: none;
328+
&+span>.add-new-btn-row {
329+
margin-top: 13px;
330+
}
324331
}
325332
display: flex;
326333
flex-direction: column;
@@ -372,7 +379,7 @@ body {
372379
background: $input-background;
373380
input[type=checkbox] {
374381
width: auto;
375-
margin-top: -2px;
382+
margin-top: -4px;
376383
}
377384
.explanation {
378385
margin-left: 0.5em;
@@ -706,6 +713,7 @@ body {
706713
label {
707714
padding-right: 25px;
708715
padding-left: 5px;
716+
margin-top: 8px;
709717
}
710718
}
711719
a.delete {
@@ -770,7 +778,7 @@ body {
770778
margin-bottom: -1px;
771779
.value input[type=checkbox] {
772780
width: auto;
773-
margin-top: -2px;
781+
margin-top: -5px;
774782
}
775783
.label {
776784
background: inherit;

0 commit comments

Comments
 (0)