Time  Nick         Message
06:03 reiveune     hello
06:04 reiveune     hello
08:01 alex_a       Bonjour
08:16 Joubu        @later tell marion did you see bug 29910?
08:16 huginn       Joubu: The operation succeeded.
08:22 cait1        been asked by a coworker about recommendations for debugging Perl code/IDEs.... anyone?
08:25 Joubu        vdebug is the keyword
08:25 Joubu        there is a wiki page - https://wiki.koha-community.org/wiki/Debugging_in_VIM
08:33 cait1        thx Joubu, I had the impression most of you work without graphical tools :) question is not for Koha, but other Perl uses
08:40 Joubu        I had a try at Idea and I managed to make it work quite easily
08:44 Joubu        I found that in my notes: https://github.com/Camelcade/Perl5-IDEA/wiki/Perl-Debugger
08:45 Joubu        cait1: full notes https://paste.koha-community.org/7486
08:46 cait1        thx Joubu, I've forwarded that
08:53 marcelr      hi #koha
08:56 Joubu        Thanks for you work, marcelr! I enjoyed working with you the last couple of days ;)
08:56 marcelr      haha
08:56 marcelr      i am complete frustrated with that module
08:57 cait1        i am happy for you all to fix all the things... just hope you have tested well for the backports (sorry i was no help there :( )
08:57 Joubu        We are making it better, hopefully! Or, maybe we are also adding new bugs :D
08:57 marcelr      your note in the test needs adjusting Joubu
08:57 marcelr      we need to fix the back to previous regression
08:58 Joubu        didn't we notice it was a bug in master?
08:58 marcelr      i left a note on the copy-paste bug
08:58 marcelr      28785
08:59 marcelr      i am blaming that one for now at least
08:59 marcelr      but when testing do not only backspace (thats browser stuff), refresh again
09:00 marcelr      Joubu: shall i edit the note or remove it on 29915 ?
09:01 Joubu        pm
09:17 * cait1      is now hungry for cookies
09:25 marcelr      dont mention that word cait1
09:31 ashimema     cookies!
09:31 ashimema     morning #koha
09:33 ashimema     you guys have been great working through the auth stuff.. apologies I've not been able to help much of yet.. going to take a look again today for whatever still needs SO/QA 🙂
09:36 fridolin     yey bugzilla is boilling this days, cool
09:37 * fridolin   waves and goes
09:38 marcelr      hi ashimema
09:46 magnuse      marcelr++ Joubu++
10:38 paxed        uhh... why does gitlab ask for username when i try to clone the repo?
10:38 paxed        koha-testing-docker repo
11:04 oleonard     Hi #koha
11:45 Joubu        paxed: cloning over https?
11:55 paxed        Joubu: yes, as per the README
11:55 paxed        oh. shit. no, my bad, copy-paste error
11:55 paxed        it works.
11:56 paxed        sorry
11:56 * paxed      goes to get more coffee
12:22 Joubu        ashimema: could you have a look at bug 29043 please?
12:22 huginn       Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29043 normal, P5 - low, ---, jonathan.druart+koha, Signed Off , Items are processed but not displayed on request.pl before a patron is selected
12:22 Joubu        no follow-up if possble, it's at the bottom of a big pile
12:29 ashimema     Will do after lunch
13:53 Joubu        ashimema: and, if you enjoy request.pl rebuilt, have a look at bug 29660 ;)
13:53 huginn       Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29660 enhancement, P5 - low, ---, jonathan.druart+koha, Needs Signoff , reserve/request.pl should not deal with biblioitem
15:10 magnuse      what happens if an smtp server is set to debug mode?
15:15 Joubu        debug info will be displayed in the logs
15:16 Joubu        it's coming from Net::SMTP
15:18 magnuse      sounds promising :-)
15:18 magnuse      do you happen to know which log?
15:19 Joubu        certainly the log of the cronjobs, when the emails are affectively sent
15:19 Joubu        (all this is just a guess)
15:23 magnuse      hm, never seen logs from cronjobs, except in syslog
15:24 magnuse      maybe tcohen knows something clever?
15:27 magnuse      oh well, time to make pizza. have fun #koha!
16:05 reiveune     bye
16:26 oleonard     Bootstrap 3 -> 5 in the staff interface is going to be quite a task.
16:52 tuxayo       oleonard: there is version 5 now! :o
16:53 oleonard     Probably a version 6 by the time we get upgraded to 5 :(
16:54 tuxayo       Good to see it's maintained. Hopefully the version gap won't big. v4 took 5 years to come out ^^"
16:54 tuxayo       *won't be big
17:16 oleonard     If I were to make a late new year's resolution it would be to leave myself better notes in work-in-progress branches.
17:17 oleonard     6-months-ago me thought I'd remember where I left off.
18:21 * cait1      sends oleonard cookies
18:22 bag          cookies sounds good - I may see if we have any left
18:22 oleonard     Hi bag
18:22 bag          heya owen
18:24 cait1        sadly i know, that I have none left here right now...
18:24 cait1        hm does someone know how important the account_offset_types are to get right?
18:24 cait1        asking for a migration
18:24 cait1        wonder if i could get away makign them all Manuel Credit or Manual Debit
18:32 khall        cait1 I would say yes, you can get away with that
18:32 khall        for migrated data it's not going to be much of an issue
18:33 khall        it's primarily a history log for all accountlines, but it's also used for reversing/voiding fees and payments and such
18:34 khall        I'm pretty sure you don't even need to create them if you don't want to. martin would be able to confirm that
18:34 cait1        thx khall :)
18:34 khall        np!
18:34 cait1        we are only migating open fines and credits no payments
18:34 cait1        so i guess that shoudl work then
18:38 cait1        my last accountlines migation was pre-account_offsets resurrection
18:38 cait1        khall++
19:15 TheMinh      Hello!
19:21 tuxayo       TheMinh hi :)
19:21 TheMinh      Hello! I have one question to ask. When I cllick on the system preference "BorrowersUnwantedField", I do not see the borrowers's table columns. The console shows me the error 403 (Forbidden). I think it has something to do with my Apache configuration, but I don't know what I have to change exactly and it what file.
19:24 oleonard     TheMinh: The browser is trying to load this file: /intranet-tmpl/prog/en/modules/admin/preferences/borrowers.json
19:28 TheMinh      Yes, but I don't know why I can't load the file. Is there a way I can give permission to my server in order to open the file ?
19:35 oleonard     TheMinh: Do you have access to the command line on the server? If so you could navigate to that directory and check the permissions of the files there
19:40 TheMinh      I see that the file "borrowers.json" have this permission : "-rw-rw-r--".
19:41 oleonard     In my system it's -rw-r--r--
19:52 TheMinh      I have changed the permission of the file "borrowers.json" to -rw-r--r-- , but I still can not load it.
20:26 lukeg        TheMinh: my permissions for that file are also -rw-r--r--, and I am able to load it using a koha-testing-docker
21:15 huginn       News from kohagit: Bug 27946: DBRev 21.12.00.011 <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=9cd36f4948ab983bc61e985d33aae90a10b0d4ed>
21:15 huginn       News from kohagit: Bug 27946: Update DBIC schema <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=5f5c199762470733d74c4ca7831669fe73cb65f7>
21:15 huginn       News from kohagit: Bug 21729: Update DBIC schema <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=e1f7f3a661e211f853d834aeda95eb064dece424>
21:16 huginn       News from kohagit: Bug 21729: DBRev 21.12.00.010 <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=3d9dfe8e8c539a0ce222553923f7ec45898f1b29>
21:16 huginn       News from kohagit: Bug 29899: Show public note to patrons when placing a hold <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=e238644f753cc88dd01c367cc3ba3215e7e67019>
21:16 huginn       News from kohagit: Bug 29875: Update wording on maxreserves system preference <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=a367026b2fcd6337b59965826516bed85c074b80>
21:16 huginn       News from kohagit: Bug 27946: (QA follow-up) Remove 'scan' terminology, requests may not be scans <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=041808bc70cb747d1c270b78ee336b719889c0ea>
21:16 huginn       News from kohagit: Bug 21729: Add tests <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=752318f7d65985bbff6ef2ca0faae78a9f84b36f>
21:16 huginn       News from kohagit: Bug 27946: Add UI handling of AR fees <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=f5536c566e9b261ada0a9a9213b39d70b0f9086e>
21:16 huginn       News from kohagit: Bug 27946: Make Koha::ArticleRequest->request add a fee if required <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=b4fd79e750326f5492154cba39f7a254160512e4>
21:16 huginn       News from kohagit: Bug 27946: Article request fee methods in Koha::Patron <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=d5c8aad712e72612f3212cf322b90cdf1fa00ca7>
21:16 huginn       News from kohagit: Bug 27868: Add expiration date to holds awaiting pickup <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=28771ad8b724f28065fc412b9a8a317c0c0850a2>
21:16 huginn       News from kohagit: Bug 29629: Remove two unused MODS XSLT stylesheets <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=f99f6352ee5396e7b7c9c738142568a1a10a56be>
21:16 huginn       News from kohagit: Bug 29458: Reorder login elements <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=a37b824d8517c16e4f49312df468fb3461cebd77>
21:16 huginn       News from kohagit: Bug 28238: Add tests <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=3503c488e0a8a1233da357b1c0dc19df764fe4c0>
21:16 huginn       News from kohagit: Bug 27946: Add article request fee to circulation rules <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=62c340f06a4b9804751009e5cfa83bc850836cc7>
21:16 huginn       News from kohagit: Bug 27946: Add article_requests.debit_id and ARTICLE_REQUEST account debit type <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=2946891d2164c5774cd76ec0f8ecb46cf77b03a6>
21:16 huginn       News from kohagit: Bug 21729: Simplify non-existent expiration date <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=baeea4533cc4e17d390213c484412dfbc7fc5072>
21:16 huginn       News from kohagit: Bug 28238: (follow-up) Add itemcallnumber to ILS-DI GetAvailability output for unavai... <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=3645d2b26b65dc41efa8cebbd9156333e845e4e6>
21:16 huginn       News from kohagit: Bug 28238: Add itemcallnumber to ils-di GetAvailability output <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=be123d3832fa3bb7c282ba76b6c0774a0ab7e6e1>
21:52 koha-jenkins Project Koha_Master_D11_CPAN build #518: UNSTABLE in 34 min: https://jenkins.koha-community.org/job/Koha_Master_D11_CPAN/518/
22:00 koha-jenkins Project Koha_Master_D11_My8 build #733: UNSTABLE in 41 min: https://jenkins.koha-community.org/job/Koha_Master_D11_My8/733/
22:08 koha-jenkins Project Koha_Master_D11_MDB_Latest build #778: STILL UNSTABLE in 52 min: https://jenkins.koha-community.org/job/Koha_Master_D11_MDB_Latest/778/
22:14 koha-jenkins Project Koha_Master_U21 build #74: UNSTABLE in 56 min: https://jenkins.koha-community.org/job/Koha_Master_U21/74/
22:18 koha-jenkins Project Koha_Master_U_Stable build #364: UNSTABLE in 1 hr 1 min: https://jenkins.koha-community.org/job/Koha_Master_U_Stable/364/
22:30 koha-jenkins Project Koha_Master_D9 build #1860: UNSTABLE in 38 min: https://jenkins.koha-community.org/job/Koha_Master_D9/1860/
22:41 koha-jenkins Project Koha_Master_U20 build #288: UNSTABLE in 41 min: https://jenkins.koha-community.org/job/Koha_Master_U20/288/
22:57 koha-jenkins Project Koha_Master_D10 build #516: UNSTABLE in 49 min: https://jenkins.koha-community.org/job/Koha_Master_D10/516/
23:16 koha-jenkins Project Koha_Master_D12 build #68: UNSTABLE in 57 min: https://jenkins.koha-community.org/job/Koha_Master_D12/68/
23:20 koha-jenkins Project Koha_Master build #1896: UNSTABLE in 1 hr 6 min: https://jenkins.koha-community.org/job/Koha_Master/1896/
23:21 koha-jenkins Project Koha_Master_D12 build #69: STILL UNSTABLE in 40 min: https://jenkins.koha-community.org/job/Koha_Master_D12/69/