Time  Nick          Message
21:40 LeeJ          have a good weekend Joubu..thanks again!
21:39 Joubu         bye #koha
21:37 Joubu         or something similar, read the doc ;)
21:37 Joubu         LeeJ: yes loop.last
21:34 jenkins       Project Koha_Master_D8 build #356: STILL UNSTABLE in 41 min: https://jenkins.koha-community.org/job/Koha_Master_D8/356/
21:31 LeeJ          nvm..answered myself :P
21:28 LeeJ          last question from me for the day...is there a TT way of detecting the end of a foreach loop? Like "IF last element of loop do this"
21:17 * Joubu       accepts
21:15 LeeJ          Joubu: if I ever get the chance to meet you in person I'm buying you a drink or 30 for all your sensei-like advice :P
21:09 LeeJ          I was doing a $self->store_data call and put $self->store_data(); instead of $self->store_data({});
21:09 LeeJ          I forgot curly brackets! :D
21:08 LeeJ          Joubu: YOU ARE A GENIUS
21:07 LeeJ          *facepalm* for the love of god
21:06 Joubu         $s->{$k}; if $s is a string you get this error
21:05 Joubu         it's not the key, it's what you think it's a hashref, it's not, it's a string
21:03 LeeJ          I get the feeling I'm missing a giant red flag as usual :P
21:02 LeeJ          the error I'm getting is "Can't use string as a HASH ref while "strict refs" in use at /home/vagrant/kohaclone/Koha/Plugins/Base.pm line 72
21:01 LeeJ          right
21:01 Joubu         $h->{xxx} is equivalent to $h->{"xxx"} and to my $s = 'xxx'; $h->{$s}
21:01 Joubu         it does
20:59 LeeJ          I'm just generally confused why a hash isn't allowing a string as a key
20:58 LeeJ          Joubu: yes that makes sense
20:43 jenkins       Project Koha_Master_D8 build #355: STILL UNSTABLE in 40 min: https://jenkins.koha-community.org/job/Koha_Master_D8/355/
20:19 Joubu         what mtompset suggested looks much better
20:18 Joubu         LeeJ: you certainly do not want/need to do that, it is most of the time wrong
20:08 LeeJ          all good..I'm sure I'll figure out a workaround eventually...maybe after a few more grey hairs
20:07 mtompset      But it popped off my queue.
20:07 mtompset      I used to know the answer to that.
20:07 LeeJ          yeahhh...I always try to keep things clean/simple
20:06 mtompset      The problem is hash of hashes gets messy fast. :)
20:06 LeeJ          right..the problem I'm running into is if I use variables to make it "dynamic" it throws the string not a hashref error
20:06 mtompset      This is all psuedo code, but you getthe idea.
20:05 mtompset      my $lookup; my $prefix = $passed_prefix // q{}; $result = $lookup->{prefix}->{categorycode};
20:05 LeeJ          well let's see...
20:04 mtompset      Not sure I understand what data structure you are thinking of.
20:04 LeeJ          hmmm
20:04 LeeJ          having a hash consisting of prefixed categorycode as the key and the value is the category code itself
20:04 mtompset      my $magic; if A $result = $magic->{A}->{foo}; else $result = $magic->{B}->{foo};
20:03 LeeJ          i.e...
20:03 LeeJ          as in a sort of "prefixed lookup table"
20:02 mtompset      Why not hash of hash it?
20:02 mtompset      You mean use $hashA{foo} if A else use $hashB{foo}?
20:01 LeeJ          anyone know of a way to build a dynamic hash key without running into "string can't be used as hashref"?
20:00 huginn`       Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19928 normal, P5 - low, ---, victor.grousset, Pushed to Master , Acquisitions' CSV exports should honor syspref "delimiter"
20:00 jenkins       Jonathan Druart: Bug 19928: Mock delimiter pref in tests
20:00 jenkins       Project Koha_Master_D8 build #354: ABORTED in 9 min 19 sec: https://jenkins.koha-community.org/job/Koha_Master_D8/354/
20:00 LeeJ          as per usual, I have a strange question
19:57 mtompset      It mounts kohaclone
19:57 mtompset      tcohen, Still can't get it fully up
19:57 mtompset      Greetings, #koha.
19:57 * mtompset    sighs.
19:48 jenkins       Project Koha_Master_D8 build #353: ABORTED in 13 min: https://jenkins.koha-community.org/job/Koha_Master_D8/353/
19:35 tcohen        lets see
19:33 * Joubu       is gonna kick jenkins
19:33 mtompset      I'm going to reboot, and see if that fixes anything.
19:33 mtompset      *sigh* Same problem.
19:31 jenkins       Project Koha_Master_D8 build #352: ABORTED in 5 min 58 sec: https://jenkins.koha-community.org/job/Koha_Master_D8/352/
19:23 jenkins       Project Koha_Master_D8 build #351: STILL FAILING in 18 sec: https://jenkins.koha-community.org/job/Koha_Master_D8/351/
19:09 mtompset      and your vagrant up is 2.0.2?
19:09 mtompset      okay, same kernel.
19:07 tcohen        kernel is 4.13.0-32-generic (uname -a says)
19:06 mtompset      Okay, I'll attempt a virtualbox downgrade.
19:06 tcohen        sometimes networking problems are the cause
19:06 tcohen        mtompset: if I was you, I would try downgrading (even on a prev 5.2 version)
19:06 tcohen        5.1.30 on macOS
19:05 mtompset      Right, that's where I got 5.2
19:04 tcohen        sudo apt install virtualbox-5.1
19:04 tcohen        so on Ubuntu it is that version, using the official virtualbox.org repo
19:04 mtompset      MAybe it was a deb file... let me check.
19:04 tcohen        mtompset: why would you do that if they have a .deb file? :-D
19:03 mtompset      They have a git to clone
19:03 tcohen        virtualbox 5.1.32 on Ubuntu
19:03 mtompset      I got 2.0.2 from a source install, I believe.
19:02 mtompset      Which kernel are you running?
19:02 tcohen        vagrant is 2.0.2 in both macOS and Ubuntu 17.10
19:01 mtompset      With MeltDown/Spectre... I figure I should be using most current.
19:01 tcohen        for a lot of time
19:01 tcohen        I've been using 5.1
19:01 tcohen        let me check
19:01 mtompset      Because 5.0 caused my ubuntu to hang.
19:00 mtompset      I'm attempting 5.2 with 2.0.2
19:00 mtompset      which virtualbox and vagrant are you running?
18:59 mtompset      No, didn't touch vagrant file at all.
18:59 tcohen        and do you have the latest one?
18:59 mtompset      True...
18:59 tcohen        have you tweaked the Vagrantfile somehow?
18:58 tcohen        that's the point of kohadevbox he
18:58 tcohen        you're not supposed to do anything on the guest
18:58 mtompset      I did it on the host.
18:58 mtompset      on the guest or host?
18:57 mtompset      Already did.
18:57 tcohen        sudo apt install nfs-kernel-server
18:57 mtompset      Any suggestions about my "vagrant up jessie" failure?
18:56 tcohen        mtompset: I am
18:55 pastebot      "mtompset" at 127.0.0.1 pasted "Suggestions?" (18 lines) at http://paste.koha-community.org/19
18:54 mtompset      I'm getting an NFS creation failure problem.
18:54 jenkins       Project Koha_Master_D8 build #350: FAILURE in 37 sec: https://jenkins.koha-community.org/job/Koha_Master_D8/350/
18:54 mtompset      tcohen, You still here?
18:40 * Dyrcona     doesn't bother.
18:40 * tcohen      goes sets a monospaced font on his IRC client
18:38 kudont        DonnaB mtompset talljoy cait tcohen TGoat jbeno jenkins rocio deb-CSPL andrewfh-lunch Dyrcona JoshB meliss Scott-CSPL BobB bigbrovar josef_moravec wizzyrea_ Bmagic wahanui LeeJ shakalaka blou Infra_3600 misilot sonOfRa magnuse ashimema tuxayo_afk enick_367 khall aleisha sen janPasi jcamins pianohacker paxed papa cdickinson eythian jajm kivilahtio KotH ribasushi phasefx lari mirkh fredericd Joubu rangi oha bshum matts clrh ere nlegrand logbot pastebot jomat dpk
18:38 kudont        |_|                                            |___/
18:38 kudont        |_|                                            |___/
18:38 kudont        | |                                             __/ |
18:38 kudont        | |                                             __/ |
18:38 kudont        |_|_|  \___(_)___/\__,_| .__/ \___|_|  |_| |_|\___|\__|___(_)___/|_|  \__, |
18:38 kudont        |_|_|  \___(_)___/\__,_| .__/ \___|_|  |_| |_|\___|\__|___(_)___/|_|  \__, |
18:38 kudont        | | | | (__ _\__ \ |_| | |_) |  __/ |  | | | |  __/ |_\__ \| (_) | | | (_| |
18:38 kudont        | | | | (__ _\__ \ |_| | |_) |  __/ |  | | | |  __/ |_\__ \| (_) | | | (_| |
18:38 kudont        | | '__/ __| / __| | | | '_ \ / _ \ '__| '_ \ / _ \ __/ __| / _ \| '__/ _` |
18:38 kudont        | | '__/ __| / __| | | | '_ \ / _ \ '__| '_ \ / _ \ __/ __| / _ \| '__/ _` |
18:38 kudont        _ _ __ ___   ___ _   _ _ __   ___ _ __ _ __   ___| |_ ___   ___  _ __ __ _
18:38 kudont        _ _ __ ___   ___ _   _ _ __   ___ _ __ _ __   ___| |_ ___   ___  _ __ __ _
18:38 kudont        (_)                                               | |
18:38 kudont        (_)                                               | |
18:27 oleonard      Bye #koha
18:24 mtompset      I think it is related to NFS mounting for the SYNC_REPO of kohadevbox
18:21 mtompset      Any ideas on "VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine"
18:20 * mtompset    is trying some Ubuntu 16.04 LTS things to get kohadevbox functional.
18:20 mtompset      Greetings, #koha.
17:53 huginn`       Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19928 normal, P5 - low, ---, victor.grousset, Pushed to Master , Acquisitions' CSV exports should honor syspref "delimiter"
17:53 jenkins       Jonathan Druart: Bug 19928: Mock delimiter pref in tests
17:53 jenkins       Project Koha_Master_D8 build #349: ABORTED in 30 sec: https://jenkins.koha-community.org/job/Koha_Master_D8/349/
17:51 mtompset      There we go, all auto-join stuff set finally. Sorry for the spammy in and outs, #koha.
17:51 huginn`       News from kohagit: Bug 19928: Mock delimiter pref in tests <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=35b60cbd139146ecbce7a0b3ba7a51e912630c48>
17:49 tuxayo        Joubu thanks, have a good WE! :)
17:49 tuxayo        *not around for long.
17:47 Joubu         tuxayo: nevermind I will do it
17:47 tuxayo        Joubu: now around for long. You mean opening a bug for GetBasketAsCSV ?
17:45 Joubu         tuxayo: still around? Can you write a follow-up on bug 19928 to fix t/db_dependent/Acquisition/GetBasketAsCSV.t please?
17:42 mtompset      Greetings, #koha.
17:42 mtompset      There... HexChat in Ubuntu work.
17:41 huginn`       Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19801 enhancement, P5 - low, ---, liz, Pushed to Master , Display messages on user details page as well as on check out page
17:41 huginn`       Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10032 enhancement, P5 - low, ---, koha-bugs, Pushed to Master , Uncertain prices hide 'close basket' without explanation
17:41 huginn`       Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20156 trivial, P5 - low, ---, oleonard, Pushed to Master , Staff client header language menu doesn't show check mark for current language
17:41 jenkins       * liz: Bug 19801: Display messages on user details page as well as on check out
17:41 jenkins       * oleonard: Bug 10032: (follow-up) Move title attribute to button container
17:41 huginn`       Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20134 normal, P5 - low, ---, tomascohen, Pushed to Master , Remove /api/v1/app.pl from the generated URLs
17:41 jenkins       * J.P.Knight: Bug 10032: Improve GUI when uncertain price prevents closing the basket
17:41 jenkins       * oleonard: Bug 20156: Display a markup for the current language in header menu
17:41 huginn`       Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12904 enhancement, P5 - low, ---, kyle, Pushed to Master , Force browser to load new javascript files after upgrade
17:41 jenkins       * Tomás Cohen Arazi: Bug 20134: Remove /api/v1/app.pl from the generated URLs
17:41 huginn`       Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19928 normal, P5 - low, ---, victor.grousset, Pushed to Master , Acquisitions' CSV exports should honor syspref "delimiter"
17:41 jenkins       * Jonathan Druart: Bug 12904: Fix occurrences not caught by script
17:40 jenkins       * Jonathan Druart: Bug 12904: Force browser to load new javascript files after upgrade
17:40 jenkins       * Jonathan Druart: Bug 12904: Pass KOHA_VERSION in C4::Auth
17:40 jenkins       * olli-antti.kivilahti: Bug 12904: Add mod_expire to etc/koha-httpd.conf
17:40 huginn`       Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143 trivial, P5 - low, ---, koha-bugs, Pushed to Master , Bug for tracking changes to the about page
17:40 jenkins       * kyle: Bug 12904: Apache configuration
17:40 jenkins       * victor.grousset: Bug 19928: Acquisitions' CSV exports now honors syspref "delimiter"
17:40 jenkins       * Jonathan Druart: Bug 7143: Fix typo developper vs developer
17:40 jenkins       Project Koha_Master_D8 build #348: UNSTABLE in 47 min: https://jenkins.koha-community.org/job/Koha_Master_D8/348/
17:39 Joubu         oleonard: I was setting up the github repo as mirror of the gitlab one
17:38 Joubu         ok done
17:37 Joubu         I know :)
17:37 Joubu         oleonard: yep yep
17:32 oleonard      Joubu: I don't see an update to the misc4dev master branch
17:20 oleonard      I don't know what that means. What I know is that no files have been changed.
17:18 Joubu         I get it for blib files
17:18 Joubu         oleonard: but it continues, right?
17:13 oleonard      Joubu: That's what I've tried
17:13 oleonard      tcohen: Does that trigger the built-in AI to guide me?
17:12 Joubu         Usage: perl kv.pl **/*.tt **/*.inc
17:12 tcohen        /end_troll_mode
17:12 tcohen        oleonard: kv.pl --verbose-help
17:11 oleonard      readline() on closed filehandle $fh at kv.pl line 7.
17:11 oleonard      Is there a trick to using kv.pl that I'm missing? I'm getting an error
17:05 Joubu         tcohen: no idea, but my search engine tells me it's a village in Estonia - https://www.wikiwand.com/en/Rebase
17:04 oleonard      Oh cool
17:04 Joubu         oleonard: look at the bug report, there is a script to put the [% KOHA_VERSION %] part automatically
17:04 tcohen        :-P
17:04 tcohen        Joubu: you know nothing about rebasing things, right?
17:03 Joubu         oleonard: must be very easy!
17:02 oleonard      I guess I'd lose that karma if I flipped a table, so I'll put it down.
17:01 tcohen        oleonard++ # patience
17:00 oleonard      I'm going to spend the next 100 hours rebasing.
17:00 oleonard      Oh cool, 12904 made it in.
16:53 Joubu         so I forgot my SO-by lines on these commits^, but... too late!
16:52 oleonard      I'll respond on the other bug
16:52 Joubu         oleonard: exactly!
16:51 Joubu         erk, my git hook!
16:51 huginn`       News from kohagit: Bug 12904: Apache configuration <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=43c67312a02c60f77f8a164b3766dbcbd8196554>
16:51 huginn`       News from kohagit: Bug 12904: Add mod_expire to etc/koha-httpd.conf <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=f89a2bbdbeefe2befe77c2985a11109d3e23ac88>
16:51 huginn`       News from kohagit: Bug 10032: Improve GUI when uncertain price prevents closing the basket <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=f3453684dfe388314cda39d4ace23041d1b6af98>
16:51 huginn`       News from kohagit: Bug 19801: Display messages on user details page as well as on check out page <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=0927962b45016fb30e378ddf4860ed7f4a0b7f59>
16:51 huginn`       News from kohagit: Bug 10032: (follow-up) Move title attribute to button container <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=571c088ceec98f34320f27e505245a0cdfa52a82>
16:51 huginn`       News from kohagit: Bug 19928: Acquisitions' CSV exports now honors syspref "delimiter" <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=3e23c85bceb61f81c1487c1812844631fa0f9a5a>
16:51 huginn`       News from kohagit: Bug 12904: Force browser to load new javascript files after upgrade <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=0ad922011cc330397d9b680b0d045bfd48e85f44>
16:51 huginn`       News from kohagit: Bug 12904: Pass KOHA_VERSION in C4::Auth <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=0f43bdd6416cf997bf656f5f3766f6f6020b52a5>
16:51 huginn`       News from kohagit: Bug 20134: Remove /api/v1/app.pl from the generated URLs <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=d77d371c4fe679c416554806da0d1c94ec06bc02>
16:51 huginn`       News from kohagit: Bug 12904: Fix occurrences not caught by script <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=bb98e99dc6349ba316889e2123f6218d42863fc7>
16:51 huginn`       News from kohagit: Bug 7143: Fix typo developper vs developer <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=bc2a79f86b7fd9268ec4b2cd85f5a9c871bff12a>
16:51 huginn`       News from kohagit: Bug 20156: Display a markup for the current language in header menu <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=91198900191ee53051f64a0f7bb1d14b712d3ce0>
16:43 huginn`       Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19954 enhancement, P5 - low, ---, oleonard, Signed Off , Update popup window templates to use Bootstrap grid: Patrons
16:43 huginn`       Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19641 enhancement, P5 - low, ---, oleonard, Passed QA , Move patron templates JavaScript to the footer
16:43 oleonard      Joubu: I think your comments on Bug 19641 were intended for Bug 19954?
16:29 cait          have a nice weekend all!
16:29 cait          i think we had it almost right... but that's not neough with CSS
16:27 oleonard      I can never remember how the paths work for those files.
16:25 cait          oleonard++
16:25 cait          works! thx a lot
16:24 cait          we#ll test a sec
16:24 oleonard      This works for me: .icon-shopping-cart { background-image: url("opac-tmpl/bootstrap/lib/bootstrap/img/glyphicons-halflings.png"); }
16:24 cait          oleonard: did you say something? annoying disconnects :(
16:21 cait          network issues
16:21 oleonard      cait: Is it a problem with the path to the image? It would be different coming from OpacUserCss
16:17 oleonard      Sure cait give me a minute
16:17 cait          icon-white seems to make it use the white version, and we want to use background-image: url("../img/glyphicons-halflings.png"); instead, but i don't seem to get it quite right
16:16 cait          oleonard: could you give me a hint? we are trying to use black icons for cart etc
16:09 reiveune      bye
16:03 huginn`       Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19709 enhancement, P5 - low, ---, oleonard, In Discussion , Move template JavaScript to the footer: Labels
16:03 oleonard      If anyone is able, I could use another set of eyes on Bug 19709. I've tried repeatedly to reproduce the problem reported with it, but I can't.
15:55 Joubu         cool
15:54 jajm          Joubu, I think I found the problem, if I install DBD::mysql 4.028, i get the decimals too
15:39 oleonard      Joubu: I get the decimals
15:38 Joubu         so few tests fail
15:37 Joubu         jajm gets '10', without the decimal part
15:37 Joubu         I guess it's the same as me if you are using a debox
15:37 Joubu         tcohen: pmvers DBI DBD::mysql
15:36 tcohen        ?
15:36 tcohen        10.0000
15:36 tcohen        kohadev-koha@kohadevbox:/home/vagrant/kohaclone$ perl -E 'use Koha::Acquisition::Booksellers; my $b = Koha::Acquisition::Booksellers->find(1); say $b->discount;'
15:35 tcohen        hi
15:29 cait          my test env is on 16.11.x
15:29 cait          not me right now
15:28 Joubu         nobody has access to a prompt to execute this command?
15:23 Joubu         tcohen, khall ? ^
15:23 Joubu         if booksellerid=1
15:23 Joubu         perl -E 'use Koha::Acquisition::Booksellers; my $b = Koha::Acquisition::Booksellers->find(1); say $b->discount;'
15:23 Joubu         Please execute the following command:
14:19 Joubu         as always... thanks oleonard
14:19 huginn`       Joubu: The operation succeeded.
14:19 Joubu         @later tell rangi any ideas why splitter is not in sync? Do you see cronjob failures?
14:15 oleonard      Joubu: You left out the "tell"
14:08 huginn`       Joubu: I'll give you the answer as soon as RDA is ready
14:08 Joubu         @later rangi any ideas why splitter is not in sync? Do you see cronjob failures?
13:54 oleonard      It would be easier to keep track of if splitter were always up to date :(
13:51 Joubu         oleonard: based on master and maybe on top of all the other patches on bugzilla as well?
13:49 oleonard      I was gonna start on that today :)
13:49 huginn`       Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20168 enhancement, P5 - low, ---, elias.dehler, ASSIGNED , update of the OPAC bootstrap template to bootstrap v4
13:49 oleonard      Bug 20168 surprised me
13:45 LibraryClaire oleonard: I swear I'm not making it up! D:
13:43 huginn`       Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19709 enhancement, P5 - low, ---, oleonard, In Discussion , Move template JavaScript to the footer: Labels
13:43 oleonard      LibraryClaire: If you're trash-talking on Bug 19709 just to get my goat fine we'll throw down, but if you're really still having trouble with it then I may be going crazy
13:42 magnuse       tcohen++
13:41 magnuse       cait: awesome, that is very good to know
13:21 cait          tcohen++
13:09 Joubu         great :)
13:07 tcohen        and I'm working on supporting 4.0+ version
13:07 tcohen        Joubu: there will be a new release for HTTP::OAI re-adding the ->xslt directive
13:06 Joubu         hi tcohen
13:03 tcohen        ^^^ \o/
13:03 tcohen        Joubu: https://github.com/LibreCat/perl-oai-lib/issues/4
13:02 tcohen        morning
12:58 LeeJ          most likely
12:58 oleonard      Ah. Seething silently.
12:58 LeeJ          oleonard: I checked! No enemies publicly :)
12:54 oleonard      Better check the log to make sure you didn't make some enemies by giving everyone the silent treatment
12:52 * LeeJ        scratches head and realizes he forgot to log out yesterday when he left
12:52 LeeJ          hi #koha
12:52 * LeeJ        waves
12:37 oleonard      Hi all
11:46 cait          tuxayo: you got me confused now :)
11:41 cait          bigbrovar: https://wiki.koha-community.org/wiki/DBMS_auto_increment_fix
11:39 cait          magnuse: regarding ALL - yes, exactly that :)
11:30 bigbrovar     It doen't always comes up with all cancellation of hold but noticed it with a particular hold
11:30 bigbrovar     Hi guys. I get this error sometimes when I (super admin) or a patron tries to cancel a hold  DBIx::Class::Storage::DBI::_dbh_execute(): Duplicate entry '3' for key 'PRIMARY' at /usr/share/koha/lib/Koha/Object.pm line 121 version of koha is 17.11.02.000 running on debian
10:58 marcelr       thx
10:57 marcelr       will have a look
10:57 jajm          marcelr, i'm not sure if there is a fix to write here, and it can be in another report
10:53 marcelr       blocked the report for a moment
10:53 marcelr       ok
10:52 jajm          marcelr, yep same behaviour in master
10:50 jajm          let me test on master
10:46 marcelr       But we could solve it on this report too :)
10:45 marcelr       Might be another problem..
10:45 marcelr       OK You mean in the marc editor. Doesnt it always clear the indicator when you run the plugin?
10:44 jajm          marcelr, no, i tried only on a UNIMARC system, but added some rules copied from the MARC21 ones
10:43 marcelr       jajm: your second comment, did you use the MARC21 rule on a MARC21 system ? Just for completenes..
10:38 jajm          marcelr, i replied in the comments (i did not look at the last patch yet)
10:19 marcelr       jajm: hope the last patch and comment make sense to you
10:19 huginn`       Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14769 enhancement, P5 - low, ---, m.de.rooy, Needs Signoff , Authorities merge: Set correct indicators in biblio field
10:19 marcelr       jajm++ # bug 14769
10:19 marcelr       hi #koha
09:38 eythian       spam for another IRC network
09:38 clrh          ...
09:32 alex_a        Unreadable for me :(
09:31 fridolin      what the ....
09:30 zcjenny       sophie_m gaetan_B papa1 cait alex_a fridolin AndrewIsh LibraryClaire reiveune laurence josef_moravec wizzyrea_ Bmagic wahanui LeeJ ebegin jzairo-away irma shakalaka blou Infra_3600 misilot sonOfRa magnuse ashimema tuxayo enick_367 khall_away aleisha sen janPasi bag Scott-CSPL deb-CSPL jeff__ denials gmcharlt_ rhamby_ huginn` StomproJosh Nemo_bis BobB mtj barton|away Nola JesseM_away rkrimme1 dpk__ jomat pastebot logbot jenkins nlegrand ere clrh matts bshum oha
09:29 zcjenny       ╚═╝╚═╝  ╚═╝ ╚═════╝╚═╝╚══════╝ ╚═════╝ ╚═╝     ╚══════╝╚═╝  ╚═╝╚═╝  ╚═══╝╚══════╝   ╚═╝   ╚══════╝╚═╝ ╚═════╝ ╚═╝  ╚═╝ ╚═════╝
09:29 zcjenny       ╚═╝╚═╝  ╚═╝ ╚═════╝╚═╝╚══════╝ ╚═════╝ ╚═╝     ╚══════╝╚═╝  ╚═╝╚═╝  ╚═══╝╚══════╝   ╚═╝   ╚══════╝╚═╝ ╚═════╝ ╚═╝  ╚═╝ ╚═════╝
09:29 zcjenny       ██║██║  ██║╚██████╗██╗███████║╚██████╔╝██║     ███████╗██║  ██║██║ ╚████║███████╗   ██║   ███████║██╗╚██████╔╝██║  ██║╚██████╔╝
09:29 zcjenny       ██║██║  ██║╚██████╗██╗███████║╚██████╔╝██║     ███████╗██║  ██║██║ ╚████║███████╗   ██║   ███████║██╗╚██████╔╝██║  ██║╚██████╔╝
09:29 zcjenny       ██║██╔══██╗██║        ╚════██║██║   ██║██╔═══╝ ██╔══╝  ██╔══██╗██║╚██╗██║██╔══╝     ██║   ╚════██║   ██║   ██║██╔══██╗██║   ██║
09:29 zcjenny       ██║██╔══██╗██║        ╚════██║██║   ██║██╔═══╝ ██╔══╝  ██╔══██╗██║╚██╗██║██╔══╝     ██║   ╚════██║   ██║   ██║██╔══██╗██║   ██║
09:29 zcjenny       ██║██████╔╝██║        ███████╗██║   ██║██████╔╝█████╗  ██████╔╝██╔██╗ ██║█████╗     ██║   ███████╗   ██║   ██║██████╔╝██║  ███╗
09:29 zcjenny       ██║██████╔╝██║        ███████╗██║   ██║██████╔╝█████╗  ██████╔╝██╔██╗ ██║█████╗     ██║   ███████╗   ██║   ██║██████╔╝██║  ███╗
09:29 zcjenny       ██║██╔══██╗██╔════╝   ██╔════╝██║   ██║██╔══██╗██╔════╝██╔══██╗████╗  ██║██╔════╝╚══██╔══╝██╔════╝   ██╔═══██╗██╔══██╗██╔════╝
09:29 zcjenny       ██║██╔══██╗██╔════╝   ██╔════╝██║   ██║██╔══██╗██╔════╝██╔══██╗████╗  ██║██╔════╝╚══██╔══╝██╔════╝   ██╔═══██╗██╔══██╗██╔════╝
09:29 zcjenny       ██╗██████╗  ██████╗   ███████╗██╗   ██╗██████╗ ███████╗██████╗ ███╗   ██╗███████╗████████╗███████╗    ██████╗ ██████╗  ██████╗
09:29 zcjenny       ██╗██████╗  ██████╗   ███████╗██╗   ██╗██████╗ ███████╗██████╗ ███╗   ██╗███████╗████████╗███████╗    ██████╗ ██████╗  ██████╗
09:25 magnuse       huh, "ALL" is that a bugzilla shortcut to search all bugs, including closed ones?
09:25 magnuse       thanks cait!
09:12 cait          a search for ALL opac_search_limit in bugzilla has some interesting hits
09:11 cait          https://wiki.koha-community.org/wiki/Support_for_multiple_PAC_interfaces_by_URL_RFC
09:11 cait          but not sure if it works still with plack...
09:11 cait          magnuse: take a look at the wiki, ther is an old page with what you need i think
08:55 huginn`       Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19975 major, P5 - low, ---, jonathan.druart, Pushed to Stable , Tag cloud searching does not working
08:55 huginn`       Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19985 normal, P5 - low, ---, jonathan.druart, Pushed to Stable , TestBuilder.t fails if default circ rule exists
08:55 jenkins       * Jonathan Druart: Bug 19975: Fix search by tags at the OPAC
08:55 jenkins       * Jonathan Druart: Bug 19985: Make TestBuilder.t pass even if default_circ_rules is not
08:55 huginn`       Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18477 critical, P5 - low, ---, kyle, Pushed to Stable , AR_PENDING notice does not populate values from article_requests table
08:55 jenkins       * kyle: Bug 18477: Populate article_requests table values for AR_PENDING notices
08:55 jenkins       * Jonathan Druart: Bug 18477: Add tests
08:55 jenkins       Project Koha_17.05_D8 build #78: UNSTABLE in 39 min: https://jenkins.koha-community.org/job/Koha_17.05_D8/78/
08:55 magnuse       final question then is how do i tell the two different opacs to search different libraries by default?
08:48 * ashimema    goes back to his hole again
08:48 magnuse       i'll add a comment to the bug for future reference
08:48 magnuse       there is no need for Koha::Middleware::Plack, the functionality is there out of the box
08:48 wahanui       hi, gaetan_B
08:48 gaetan_B      hello
08:47 magnuse       nah, it's just that something is a bit confusing
08:47 ashimema      so perhaps they forgot to commit something.
08:47 ashimema      I'd expect to find a module in Koha/Middleware for that magnuse..
08:40 magnuse       "sudo apt-get install libkoha-middleware-plack-perl" does not work
08:40 magnuse       but where does Koha::Middleware::Plack come from?
08:40 huginn`       Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16520 minor, P5 - low, ---, jweaver, CLOSED FIXED, Per-virtualhost SetEnvs don't work with Plack
08:40 magnuse       huh, bug 16520 says "Add the following line to your plack.psgi (near the bottom, just above "mount ..."): enable "+Koha::Middleware::Plack";"
08:38 LibraryClaire hi tuxayo
08:35 tuxayo        hi #koha! o/
08:03 LibraryClaire hi josef_moravec
08:03 josef_moravec hi LibraryClaire
08:01 LibraryClaire morning #koha
08:00 alex_a        hello josef_moravec
07:59 sjamso        I am not able to get my koha 17.05 to work with 3m self-check system. Although I followed the guide in https://wiki.koha-community.org/wiki/Setting_up_Koha_SIP_and_3M_machines. Need help to troubleshoot the issue.
07:56 josef_moravec hi alex_a
07:56 josef_moravec hi ale
07:53 wahanui       que tal, alex_a
07:53 alex_a        bonjour
07:52 fridolin      hi there
07:44 sjamso        I am not able to telnet to sip server
07:44 sjamso        Need help in troubleshooting the issue
07:43 sjamso        I am not able to get my koha 17.05 to work with 3m self-check system. Although I followed the guide in https://wiki.koha-community.org/wiki/Setting_up_Koha_SIP_and_3M_machines.
07:40 sjamso        20180209 13:36:09 library-koha-sip: client (pid 31508) exited with 255 status 20180209 13:36:11 library-koha-sip: client (pid 31509) exited with 255 status 20180209 13:36:13 library-koha-sip: client (pid 31510) exited with 255 status 20180209 13:36:14 library-koha-sip: client (pid 31511) exited with 255 status 20180209 13:36:16 library-koha-sip: client (pid 31512) exited with 255 status 20180209 13:36:16 library-koha-sip: terminating too quickly, waiting 30
07:38 sjamso        I get the error pasted in the sip-error.log
07:38 reiveune      àœ
07:37 paxed         looks like confirm_updatechild() in members/update-child.tt isn't used?
07:37 josef_moravec hi reiveune sjamso
07:37 sjamso        hello again
07:29 wahanui       what's up, reiveune
07:29 reiveune      hello
06:21 mtj           rangi, wizzyrea_?
06:21 mtj           ..if there are no problems with it on (performance?) . then surely its a good thing
06:19 mtj           hey folks... is there any reason why we shouldnt have T::T 'STRICT => 1' turned on always?
06:13 huginn`       mtj: The operation succeeded.
06:13 mtj           @later tell joubu: hiya, i updated bz 18055, re your question ^