← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
Time | Nick | Message |
---|---|---|
00:34 | AndrewFH joined #koha | |
01:07 | AndrewFH joined #koha | |
02:00 | AndrewFH joined #koha | |
03:27 | ere joined #koha | |
03:47 | hermitcl joined #koha | |
05:31 | did joined #koha | |
05:41 | ashimema joined #koha | |
05:41 | ashimema | tuxayo++ |
05:45 | ere joined #koha | |
06:10 | ere joined #koha | |
06:21 | alex_a joined #koha | |
06:21 | alex_a | Bonjour |
06:24 | reiveune joined #koha | |
06:24 | reiveune | hello |
06:26 | ashimema | Morning |
06:30 | tuxayo | Hi #koha 🙂 |
06:31 | hermitcl | Hola |
06:40 | ashimema | Thanks for working through that tree last night tuxayo |
06:40 | I'll get the followups don't in the middle bug this morning.. as you find out, I just didn't want to hold up testing in the top of the tree | |
06:41 | Need to double check this morning.. I have a feeling they may be independent again now anyway | |
06:41 | magnuse joined #koha | |
06:52 | cait joined #koha | |
06:53 | hermitcl | quit |
06:53 | oops | |
06:54 | cait1 joined #koha | |
06:57 | lds joined #koha | |
06:57 | cait1 | good morning #koha! |
07:09 | magnuse | \o/ |
07:17 | paul_p joined #koha | |
07:19 | tuxayo | ashimema: you're welcome ^^ |
07:26 | ashimema | it's a bit of a minefield that area of code, so I'm really thankful for your rigorous testing :) |
07:26 | makes a big difference :) | |
07:27 | tuxayo | yay ^o^ |
07:39 | fridolin joined #koha | |
07:50 | sophie_m joined #koha | |
08:04 | Joubu | ashimema: looks like you are familiar with t/Auth_with_shibboleth.t |
08:04 | ashimema | well.. I was... |
08:04 | Joubu | can you have a look for me please? It failed twice last run, on Master and U20 |
08:04 | https://jenkins.koha-community[…]Build/consoleFull | |
08:04 | ashimema | sure thing. |
08:04 | Joubu | but I cannot recreate locally. That's a weird one |
08:04 | ashimema | just need to finish the re-arrangment of the transfers tree I'm in the middle of (to unblock a bug), but then I'll take a look |
08:14 | Joubu | ashimema: there is something messy with the ENV |
08:14 | I do recreate the exact error with the following change: | |
08:14 | $ENV{'cat'} Â = "S"; | |
08:14 | $ENV{'cat'} Â = ""; | |
08:14 | ashimema | oh, interesting |
08:14 | Joubu | - Â Â $ENV{'cat'} Â = "S"; |
08:14 | + Â Â $ENV{'cat'} Â = ""; | |
08:15 | l.269 | |
08:29 | ha! | |
08:29 | ashimema: ok I found it | |
08:29 | lol | |
08:30 | ashimema | aha, nice one |
08:30 | Joubu | https://gitlab.com/koha-commun[…]cker/-/issues/249 |
08:30 | this adds PLACK_WORKERS as a env var | |
08:30 | and | |
08:31 | 153 Â Â Â Â if ( any { /(^psgi|^plack)/i } keys %ENV ) { | |
08:31 | 154 Â Â Â Â Â Â $borrower{$key} = ( $entry->{'is'} && $ENV{"HTTP_" . uc($entry->{'is'}) } ) || $entry->{'content'} || ''; | |
08:31 | so it's absolutely not shib related | |
08:40 | tuxayo | ashimema: when it's ready, gives me the green light for the transfers stuff, meanwhile I'm discovering the point of sale |
08:40 | (and that PoS can have another meaning than the one I knew) | |
08:40 | ashimema | :) |
08:42 | cait1 | tuxayo: which one did oyu know? :) |
08:42 | ashimema | nearly there on transfers |
08:43 | tuxayo | cait1: something that express great disregard about something |
08:43 | ashimema | I moved the little part of bug 28294 that bug 27064 replied upon into it.. just need to re-read your comments to understand what else might be wrong. |
08:43 | huginn | Bug https://bugs.koha-community.or[…]_bug.cgi?id=28294 enhancement, P5 - low, ---, koha-bugs, Needs Signoff , C4::Circulation::updateWrongTransfer should be moved into Koha:: |
08:43 | Bug https://bugs.koha-community.or[…]_bug.cgi?id=27064 normal, P5 - low, ---, nick, Signed Off , Transferring an item with a hold allows the user to set a hold waiting without transferring to the correct branch | |
08:43 | Joubu | bug 28367 |
08:43 | huginn | Bug https://bugs.koha-community.or[…]_bug.cgi?id=28367 normal, P5 - low, ---, jonathan.druart+koha, ASSIGNED , Wrong plack condition in C4/Auth_with_shibboleth.pm |
08:43 | ashimema | 28294 can wait for next cycle.. it has me scratching my head |
08:44 | *Â ashimema | bets the other PoS is a bit ruder then my PoS |
08:44 | huginn | News from kohagit: Bug 28367: Fix plack condition in C4/Auth_with_shibboleth.pm <https://git.koha-community.org[…]1ea55f75559e57cf4> |
08:44 | cait1 | tuxayo++ |
08:49 | ashimema | OK, bug 27064 is good to go again tuxayo.. |
08:49 | huginn | Bug https://bugs.koha-community.or[…]_bug.cgi?id=27064 normal, P5 - low, ---, nick, Signed Off , Transferring an item with a hold allows the user to set a hold waiting without transferring to the correct branch |
08:50 | ashimema | for your issue with step 15.. I get a line in branchtransfers.. so a little confused |
08:50 | yes, once you've clicked to transfer you should then see the line set and the biblio should view should include that info. | |
08:50 | I think | |
08:51 | anything I can help with on PoS tuxayo, just shout :) | |
08:55 | tuxayo | thanks ashimema , I'll take a look |
08:57 | ashimema: About the PoS, I broke it... Bug 28368, the severity might not be worth analyzing it now, but I don't know how bad it is. | |
08:57 | huginn | Bug https://bugs.koha-community.or[…]_bug.cgi?id=28368 normal, P5 - low, ---, koha-bugs, NEW , Error when printing receipt of point of sale |
08:57 | tuxayo | Good thing I don't need the receipt for testing another patch. |
09:08 | Does anyone know about point of sale how to use the credit types? in the PoS view I can't use the debit type, i.e. buy stuff but can't use credit types | |
09:09 | davidnind joined #koha | |
09:16 | koha-jenkins | Project Koha_Master_D11 build #294: UNSTABLE in 30 min: https://jenkins.koha-community[…]a_Master_D11/294/ |
09:27 | huginn | News from kohagit: Bug 28367: (follow-up) Fix plack condition in C4/Auth_with_shibboleth.pm <https://git.koha-community.org[…]254bb928a5af1a915> |
09:28 | koha-jenkins | Project Koha_Master_D9_My8 build #574: UNSTABLE in 41 min: https://jenkins.koha-community[…]aster_D9_My8/574/ |
09:30 | tuxayo | btw, bywater++ it's at least the 5th time learned how to use a feature to be able to test it |
09:32 | (using their how-to's) | |
09:40 | ok, it's for refunding purchases | |
09:42 | Oh no way, 3 items at 0.30 give me a total of 0.89. Bugs getting in my way >_< | |
09:45 | koha-jenkins | Project Koha_Master_D9_MDB_Latest build #591: UNSTABLE in 57 min: https://jenkins.koha-community[…]9_MDB_Latest/591/ |
09:45 | tuxayo | good, already reported, moving on ^^ |
09:48 | koha-jenkins | Project Koha_Master_D10_CPAN build #332: STILL UNSTABLE in 31 min: https://jenkins.koha-community[…]ter_D10_CPAN/332/ |
10:08 | cait joined #koha | |
10:10 | koha-jenkins | Project Koha_Master_D9 build #1655: UNSTABLE in 41 min: https://jenkins.koha-community[…]a_Master_D9/1655/ |
10:23 | khall joined #koha | |
10:26 | oleonard | Hi #koha |
10:35 | koha-jenkins | Yippee, build fixed! |
10:35 | Project Koha_Master_D10_CPAN build #333: FIXED in 47 min: https://jenkins.koha-community[…]ter_D10_CPAN/333/ | |
10:38 | tcohen | hola |
10:48 | koha-jenkins | Yippee, build fixed! |
10:48 | Project Koha_Master_D11 build #295: FIXED in 38 min: https://jenkins.koha-community[…]a_Master_D11/295/ | |
10:50 | Project Koha_Master build #1650: STILL UNSTABLE in 1 hr 3 min: https://jenkins.koha-community[…]Koha_Master/1650/ | |
10:53 | Yippee, build fixed! | |
10:53 | Project Koha_Master_D9_MDB_Latest build #592: FIXED in 33 min: https://jenkins.koha-community[…]9_MDB_Latest/592/ | |
10:59 | AndrewFH joined #koha | |
11:14 | khall joined #koha | |
11:26 | koha-jenkins | Project Koha_20.11_U16 build #83: SUCCESS in 32 min: https://jenkins.koha-community[…]oha_20.11_U16/83/ |
11:33 | Project Koha_Master_D11 build #296: SUCCESS in 53 min: https://jenkins.koha-community[…]a_Master_D11/296/ | |
11:35 | davidnind left #koha | |
11:46 | koha-jenkins | Yippee, build fixed! |
11:46 | Project Koha_Master_D9 build #1656: FIXED in 1 hr 11 min: https://jenkins.koha-community[…]a_Master_D9/1656/ | |
11:49 | Yippee, build fixed! | |
11:49 | Project Koha_Master_D9_My8 build #575: FIXED in 1 hr 34 min: https://jenkins.koha-community[…]aster_D9_My8/575/ | |
11:57 | Project Koha_20.11_U20 build #89: SUCCESS in 30 min: https://jenkins.koha-community[…]oha_20.11_U20/89/ | |
12:06 | khall joined #koha | |
12:08 | koha-jenkins | Yippee, build fixed! |
12:08 | Project Koha_20.11_U18 build #84: FIXED in 39 min: https://jenkins.koha-community[…]oha_20.11_U18/84/ | |
12:13 | fridolin joined #koha | |
12:24 | koha-jenkins | Project Koha_20.11_U2010 build #82: SUCCESS in 51 min: https://jenkins.koha-community[…]a_20.11_U2010/82/ |
12:26 | Project Koha_20.11_U20 build #90: SUCCESS in 29 min: https://jenkins.koha-community[…]oha_20.11_U20/90/ | |
12:38 | Project Koha_20.11_D10 build #105: SUCCESS in 51 min: https://jenkins.koha-community[…]ha_20.11_D10/105/ | |
12:39 | Project Koha_20.11_D11 build #112: STILL UNSTABLE in 48 min: https://jenkins.koha-community[…]ha_20.11_D11/112/ | |
12:54 | ere_ joined #koha | |
12:56 | marie-luce joined #koha | |
13:03 | lukeG joined #koha | |
13:06 | lukeG1 joined #koha | |
13:06 | magnuse joined #koha | |
13:08 | khall joined #koha | |
13:13 | fridolin joined #koha | |
13:16 | koha-jenkins | Project Koha_20.11_D9 build #99: SUCCESS in 1 hr 26 min: https://jenkins.koha-community[…]Koha_20.11_D9/99/ |
13:27 | khall_ joined #koha | |
13:31 | Dyrcona joined #koha | |
13:34 | koha-jenkins | Yippee, build fixed! |
13:34 | Project Koha_Master build #1651: FIXED in 1 hr 0 min: https://jenkins.koha-community[…]Koha_Master/1651/ | |
13:40 | ere joined #koha | |
13:47 | magnuse joined #koha | |
13:49 | khall joined #koha | |
14:36 | khall joined #koha | |
14:49 | did joined #koha | |
14:49 | khall_ joined #koha | |
14:52 | Stompro joined #koha | |
15:15 | reiveune | bye |
15:15 | reiveune left #koha | |
15:41 | lukeG joined #koha | |
16:52 | koha-jenkins | Yippee, build fixed! |
16:52 | Project Koha_Master_U_Stable build #174: FIXED in 1 hr 0 min: https://jenkins.koha-community[…]ter_U_Stable/174/ | |
17:11 | cait joined #koha | |
17:12 | cait joined #koha | |
17:13 | cait joined #koha | |
17:45 | khall joined #koha | |
18:10 | khall_ joined #koha | |
18:48 | tuxayo | Hi :) |
18:48 | Does anyone want to have a go at a transfer patch? It's not hard to test and the current question is whether or not a line is added in the branchtransfers table in the end | |
18:48 | Bug 27064 | |
18:48 | huginn | Bug https://bugs.koha-community.or[…]_bug.cgi?id=27064 normal, P5 - low, ---, nick, Signed Off , Transferring an item with a hold allows the user to set a hold waiting without transferring to the correct branch |
20:41 | khall joined #koha | |
20:51 | khall joined #koha | |
20:55 | khall joined #koha | |
21:03 | khall joined #koha | |
21:06 | khall joined #koha | |
21:08 | khall joined #koha | |
21:11 | khall joined #koha | |
21:12 | khall joined #koha | |
21:15 | khall joined #koha | |
21:19 | khall joined #koha | |
21:22 | khall joined #koha | |
21:26 | khall joined #koha | |
21:28 | khall joined #koha | |
21:36 | khall joined #koha | |
21:41 | khall joined #koha | |
21:56 | khall joined #koha | |
21:59 | khall joined #koha | |
22:08 | khall joined #koha | |
22:10 | khall joined #koha | |
22:19 | khall joined #koha | |
22:25 | khall joined #koha | |
22:30 | khall joined #koha | |
22:35 | khall joined #koha | |
22:42 | khall joined #koha | |
22:44 | khall joined #koha | |
22:45 | khall joined #koha | |
22:51 | khall joined #koha | |
22:57 | khall joined #koha | |
23:00 | khall joined #koha | |
23:04 | hermitcl joined #koha | |
23:06 | khall joined #koha | |
23:15 | khall joined #koha | |
23:18 | khall joined #koha | |
23:19 | khall joined #koha | |
23:22 | khall joined #koha | |
23:23 | khall joined #koha | |
23:25 | khall joined #koha | |
23:35 | khall joined #koha | |
23:38 | khall joined #koha | |
23:42 | khall joined #koha | |
23:49 | khall joined #koha | |
23:56 | khall joined #koha |
← Previous day | Today | Next day → | Search | Index