Time |
S |
Nick |
Message |
00:52 |
|
|
indradg joined #koha |
02:09 |
|
|
indradg joined #koha |
03:15 |
|
|
indradg joined #koha |
04:17 |
|
|
indradg joined #koha |
05:32 |
|
|
JBoyer joined #koha |
06:37 |
|
|
reiveune joined #koha |
06:37 |
|
reiveune |
hello |
06:37 |
|
wahanui |
what's up, reiveune |
06:49 |
|
|
alex_ joined #koha |
06:49 |
|
alex_ |
Bonjour |
06:49 |
|
wahanui |
que tal, alex_ |
06:58 |
|
|
sodesvaux joined #koha |
07:01 |
|
|
cait joined #koha |
07:02 |
|
domm |
How can we find biblios without items (i.e. distinct articles that are part of a publication) that are only available for a given branch? |
07:02 |
|
domm |
as the homebranch/holdingbranch is stored in items, it seems that this is not possible? |
07:03 |
|
domm |
or am I missing something |
07:04 |
|
|
cait1 joined #koha |
07:05 |
|
cait1 |
good morning |
07:05 |
|
cait1 |
domm: we added a branch on record level in 852 for these and included it in the index for homebranch... it appears to work well |
07:06 |
|
cait1 |
but it's part of our import converter, so the field doesn't have to be edited manually |
07:06 |
|
domm |
ah, ok, interesting idea, thanks |
07:30 |
|
|
severine_q joined #koha |
07:33 |
|
severine_q |
Hello :) |
08:09 |
|
|
fridolin joined #koha |
08:10 |
|
fridolin |
hi all |
08:22 |
|
cait1 |
domm: it can't be used for circ/article requests or so... but it#s useful for searching |
08:25 |
|
tcohen |
morning |
08:25 |
|
tcohen |
Joubu: around? |
08:26 |
|
tcohen |
hi cait1 ! |
09:14 |
|
|
fridolin left #koha |
09:17 |
|
domm |
cait1: the libraries are now meditating if they prefer your suggestion, or adding items. But thanks for the input! |
09:18 |
|
domm |
Regarding Bug#30332, SRU & HTTPS, we implemented a (stupid) proxy in a Plugin that one can use to access HTTPS SRUs: https://github.com/HKS3/HKS3-SRU-HTTPS-Proxy |
09:18 |
|
huginn |
Bug https://bugs.koha-community.or[…]_bug.cgi?id=30332 normal, P5 - low, ---, koha-bugs, NEW , SRU does not work via https |
09:18 |
|
domm |
but I still consider this plugin only a hackish workaround |
09:29 |
|
Joubu |
tcohen: around now |
09:31 |
|
tcohen |
Joubu: I wanted to chat about cancelling running tasks... and how it is designed to work |
09:32 |
|
tcohen |
do you think we could store the PID of the forked child and use it to kill the process? |
09:34 |
|
Joubu |
Don't you like how it's designed now? |
09:34 |
|
Joubu |
it won't work for all jobs |
09:35 |
|
Joubu |
but it should work for most of them |
09:35 |
|
tcohen |
right now, it is only storing the 'cancelled' status on the DB, and relying on |
09:36 |
|
tcohen |
the process() sub to read it at some point |
09:36 |
|
tcohen |
am I right? |
09:36 |
|
Joubu |
yes |
09:37 |
|
Joubu |
that's efficient enough in my opinion |
09:38 |
|
tcohen |
I don't see the jobs re-reading the info from the DB at each step |
09:39 |
|
Joubu |
107 last if $self->get_from_storage->status eq 'cancelled'; |
09:39 |
|
Joubu |
BatchDeleteItem |
09:41 |
|
tcohen |
I was thinking of adding something like that in $job->step |
09:59 |
|
huginn |
News from kohagit: Bug 30063: Fix missing TT filters <https://git.koha-community.org[…]b8a213af93e9fb38b> |
10:01 |
|
Joubu |
fridolin: |
10:01 |
|
Joubu |
- let defer_loading = [% defer_loading ? 1 : 0 %]; |
10:01 |
|
Joubu |
+ let defer_loading = [% defer_loading | html ? 1 : 0 %]; |
10:01 |
|
Joubu |
are you sure? |
10:15 |
|
alohabot |
🎠🦄 Koha 'master' packages pushed to 'koha-staging' repo ðŸðŸ¥¨ðŸ |
10:25 |
|
oleonard |
o/ |
10:33 |
|
Joubu |
fridolin: stuffs in master not marked as pushed! 30345 for instance |
10:39 |
|
koha-jenkins |
Project Koha_Master_D10 build #576: STILL UNSTABLE in 39 min: https://jenkins.koha-community[…]a_Master_D10/576/ |
10:41 |
|
|
khall joined #koha |
10:45 |
|
oleonard |
I'm curious... "[% defer_loading | html ? 1 : 0 %]" Is the filter really necessary there? We wouldn't do "[% IF ( defer_loading | html ) %]" |
10:51 |
|
koha-jenkins |
Project Koha_Master_D11_MDB_Latest build #849: STILL UNSTABLE in 50 min: https://jenkins.koha-community[…]1_MDB_Latest/849/ |
10:56 |
|
|
khall_ joined #koha |
10:59 |
|
oleonard |
Ah... yeah, that's a bug. |
10:59 |
|
oleonard |
Template process failed: file error - parse error - patron-search.inc line 252: unexpected token (?) |
11:01 |
|
|
magnuse_ joined #koha |
11:09 |
|
koha-jenkins |
Project Koha_Master_U_Stable build #423: STILL UNSTABLE in 1 hr 7 min: https://jenkins.koha-community[…]ter_U_Stable/423/ |
11:13 |
|
koha-jenkins |
Project Koha_Master_U21 build #132: STILL UNSTABLE in 1 hr 10 min: https://jenkins.koha-community[…]a_Master_U21/132/ |
11:20 |
|
koha-jenkins |
Project Koha_Master_D11_My8 build #784: STILL UNSTABLE in 40 min: https://jenkins.koha-community[…]ster_D11_My8/784/ |
11:23 |
|
|
marcelr joined #koha |
11:23 |
|
marcelr |
hi #koha |
11:26 |
|
Joubu |
oleonard: patch attached on bug 30063 |
11:26 |
|
huginn |
Bug https://bugs.koha-community.or[…]_bug.cgi?id=30063 enhancement, P5 - low, ---, jonathan.druart+koha, Pushed to master , Make the main patron search use the /patrons REST API route |
11:26 |
|
Joubu |
@later tell fridolin follow-up attached on bug 30063 |
11:26 |
|
huginn |
Joubu: The operation succeeded. |
11:27 |
|
oleonard |
Okay |
11:27 |
|
Joubu |
ho, you opened a bug report! |
11:27 |
|
oleonard |
No problem, I just didn't want it to go unnoticed |
11:28 |
|
oleonard |
(I also wanted a patch on hand so I could use Koha today!) |
11:39 |
|
koha-jenkins |
Project Koha_Master_D9 build #1916: STILL UNSTABLE in 48 min: https://jenkins.koha-community[…]a_Master_D9/1916/ |
11:39 |
|
|
magnuse__ joined #koha |
11:39 |
|
tcohen |
shouldn't we shut the D9 task already |
11:41 |
|
oleonard |
magnuse's tail is looking longer and longer |
12:02 |
|
|
khall joined #koha |
12:05 |
|
|
khall_ joined #koha |
12:10 |
|
koha-jenkins |
Project Koha_Master_U20 build #345: STILL UNSTABLE in 1 hr 1 min: https://jenkins.koha-community[…]a_Master_U20/345/ |
12:13 |
|
koha-jenkins |
Project Koha_Master_D11_MDB_Latest build #850: STILL UNSTABLE in 53 min: https://jenkins.koha-community[…]1_MDB_Latest/850/ |
12:26 |
|
koha-jenkins |
Project Koha_Master build #1961: STILL UNSTABLE in 1 hr 13 min: https://jenkins.koha-community[…]Koha_Master/1961/ |
12:43 |
|
|
khall joined #koha |
12:44 |
|
|
Dyrcona joined #koha |
13:07 |
|
oleonard |
svc/club/enroll broken? |
13:07 |
|
oleonard |
"The method Koha::Club::Template::EnrollmentFields->id is not covered by tests!" |
13:17 |
|
Joubu |
oleonard: same here |
13:19 |
|
Joubu |
oleonard: bug 29859 last comment, can you test it please? |
13:19 |
|
huginn |
Bug https://bugs.koha-community.or[…]_bug.cgi?id=29859 enhancement, P5 - low, ---, jonathan.druart+koha, RESOLVED FIXED, Favor iterators over as_list |
13:20 |
|
Joubu |
@later tell fridolin follow-up on 29859 |
13:20 |
|
huginn |
Joubu: The operation succeeded. |
13:20 |
|
Joubu |
I've tested the opac side |
13:22 |
|
oleonard |
Works for me in the staff client Joubu |
13:36 |
|
koha-jenkins |
Project Koha_Master build #1962: STILL UNSTABLE in 1 hr 9 min: https://jenkins.koha-community[…]Koha_Master/1962/ |
13:40 |
|
|
sophie_m joined #koha |
13:50 |
|
|
khall_ joined #koha |
14:10 |
|
|
udkoha joined #koha |
14:10 |
|
udkoha |
hi all - is there a way to do the following NCIP requests in Koha by using the Koha API? |
14:11 |
|
udkoha |
LookupUser == /api/v1/patrons/<patron_id> |
14:12 |
|
udkoha |
LookupItem == /api/v1/items/<item_id> |
14:12 |
|
udkoha |
But how can I do CheckInItem and CheckOutItem ? |
14:14 |
|
udkoha |
Here https://api.koha-community.org[…]ltering-responses I found an hint to add q=.... as a query parameter but an example is missing |
14:15 |
|
udkoha |
I can filter only by using CURL in the cmdline by adding --data-raw '{...some JSON ...} |
14:15 |
|
udkoha |
any help is appreciated - thx a lot in advance |
14:16 |
|
udkoha |
BTW: LDAP is working now - thanks for explaining the idea with the fallback to use LDAP and local Koha accounts |
14:35 |
|
cait1 |
ashimema: just stared at my css wondering why it didn't work... martin-top:20px; |
14:44 |
|
|
cait1 left #koha |
14:56 |
|
|
udkoha joined #koha |
14:56 |
|
udkoha |
hi all - another question concerning the NCIP LookupItem request: is there an API call in Koha to get all bibliographic data (like title, author etc.) from a biblio record? |
14:56 |
|
|
marcelr joined #koha |
14:57 |
|
marcelr |
Template process failed: file error - parse error - patron-search.inc line 252: unexpected token (?) [% defer_loading | html ? 1 : 0 %] at /usr/share/koha/C4/Templates.pm line 127 |
14:57 |
|
marcelr |
anyone involved with patron search stuff here ? |
14:57 |
|
reiveune |
bye |
14:58 |
|
|
reiveune left #koha |
14:58 |
|
marcelr |
hmm more stuff |
14:58 |
|
marcelr |
Error while loading /etc/koha/plack.psgi: Can't load application from file "/usr/share/koha/api/v1/app.pl": Can't locate JSON/Validator/Schema/OpenAPIv2.pm |
14:58 |
|
ashimema |
? |
14:59 |
|
ashimema |
Ah, margin |
14:59 |
|
ashimema |
Lol |
14:59 |
|
marcelr |
my master is quite broken now |
14:59 |
|
marcelr |
dependency at least missing |
15:00 |
|
|
bag joined #koha |
15:00 |
|
marcelr |
but % defer_loading | html ? 1 : 0 %] looks odd |
15:00 |
|
marcelr |
[% |
15:19 |
|
|
indradg joined #koha |
15:37 |
|
huginn |
News from kohagit: Bug 29859: Fix club/enroll <https://git.koha-community.org[…]2f358b6766a509ac3> |
15:37 |
|
huginn |
News from kohagit: Bug 30063: (follow-up) Fix missing TT filters <https://git.koha-community.org[…]38b793e6ad5df0e80> |
16:12 |
|
|
cait joined #koha |
16:15 |
|
koha-jenkins |
Yippee, build fixed! |
16:15 |
|
wahanui |
Congratulations! |
16:15 |
|
koha-jenkins |
Project Koha_Master_D11_My8 build #785: FIXED in 36 min: https://jenkins.koha-community[…]ster_D11_My8/785/ |
16:16 |
|
alohabot |
🎠🦄 Koha 'master' packages pushed to 'koha-staging' repo ðŸ¥ðŸ¥«ðŸ± |
16:23 |
|
koha-jenkins |
Yippee, build fixed! |
16:23 |
|
wahanui |
Congratulations! |
16:23 |
|
koha-jenkins |
Project Koha_Master_U21 build #133: FIXED in 45 min: https://jenkins.koha-community[…]a_Master_U21/133/ |
16:39 |
|
koha-jenkins |
Yippee, build fixed! |
16:39 |
|
wahanui |
Congratulations! |
16:39 |
|
koha-jenkins |
Project Koha_Master_U20 build #346: FIXED in 1 hr 0 min: https://jenkins.koha-community[…]a_Master_U20/346/ |
16:49 |
|
|
edveal joined #koha |
16:52 |
|
koha-jenkins |
Project Koha_Master build #1963: STILL UNSTABLE in 1 hr 13 min: https://jenkins.koha-community[…]Koha_Master/1963/ |
16:57 |
|
koha-jenkins |
Project Koha_Master_D9 build #1917: STILL UNSTABLE in 1 hr 18 min: https://jenkins.koha-community[…]a_Master_D9/1917/ |
17:08 |
|
koha-jenkins |
Yippee, build fixed! |
17:08 |
|
wahanui |
Congratulations! |
17:08 |
|
koha-jenkins |
Project Koha_Master_D11_MDB_Latest build #851: FIXED in 45 min: https://jenkins.koha-community[…]1_MDB_Latest/851/ |
17:18 |
|
|
indradg joined #koha |
17:30 |
|
koha-jenkins |
Yippee, build fixed! |
17:30 |
|
wahanui |
Congratulations! |
17:30 |
|
koha-jenkins |
Project Koha_Master_D10 build #577: FIXED in 35 min: https://jenkins.koha-community[…]a_Master_D10/577/ |
17:43 |
|
koha-jenkins |
Project Koha_Master_U_Stable build #424: STILL UNSTABLE in 1 hr 3 min: https://jenkins.koha-community[…]ter_U_Stable/424/ |
18:02 |
|
koha-jenkins |
Project Koha_Master_D11_MDB_Latest build #852: SUCCESS in 53 min: https://jenkins.koha-community[…]1_MDB_Latest/852/ |
18:06 |
|
koha-jenkins |
Project Koha_Master_D10 build #578: UNSTABLE in 35 min: https://jenkins.koha-community[…]a_Master_D10/578/ |
21:47 |
|
|
edveal joined #koha |
23:37 |
|
|
indradg joined #koha |