Time  Nick          Message
00:07 rangi         i feel like folio is tweeting koha tweets from 10 years ago
00:07 rangi         https://twitter.com/FOLIO_LSP/status/750843123417448448
00:44 mtj           rangi:  yeah... very deja vu ^
02:09 jcamins       rangi: <blink> FOSS is an awesome new concept!</blink>
02:11 jcamins       [off] rangi: I'm a little confused by one of those participants.
05:10 zefanja       hi...is there a way to regenerate all item barcodes? We've started to catalog some items and like to change the barcodes. Is there way to do this without editing every item by hand?
06:03 BobB          zefanja_ as far as I know, no
06:03 BobB          you could write a script
06:04 BobB          but otherwise one by one is the only way
06:17 zefanja_      BobB: ok. I thought that this would be the answer. Currently I try to use MarcEdit to bulk edit the items. Maybe there is a way with this tool
06:42 alex_a        bonjour
06:42 wahanui       hola, alex_a
06:53 reiveune      hello
06:57 marcelr       hi #koha
06:59 fridolin      hie there
07:00 marcelr       hi fridolin
07:00 marcelr       answered your remarks on the bug report for koha.psgi
07:00 marcelr       bug 16645
07:00 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16645 minor, P5 - low, ---, m.de.rooy, Needs Signoff , Plack: Add the multi_param fix from Context in koha.psgi
07:01 fridolin      marcelr: hello, thanks for that
07:01 fridolin      its a really big issue for us
07:01 marcelr       you are welcome to sign off
07:01 marcelr       i wrote that on the hackfest while using plack on wheezy
07:02 fridolin      marcelr: it was realy difficult to find this bug when looking at Bug 15809
07:02 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15809 normal, P5 - low, ---, jonathan.druart, Pushed to Stable , versions of CGI < 4.08 do not have multi_param
07:02 fridolin      dont you think a direct dependency would be more clear
07:02 marcelr       fine with me
07:02 fridolin      means ok to change ?
07:02 marcelr       yes
07:03 fridolin      oki ;)
07:03 fridolin      sorry to go into details : your patch adds use warnings 'redefine'
07:04 fridolin      i think it will add a lot of warns into plack logs
07:06 fridolin      the file uses explicitely : no warnings 'redefine';
07:06 fridolin      marcelr: ^
07:07 marcelr       the no warnings redefine is only needed for the two cgi redefines
07:08 marcelr       which warns are you expecting?
07:08 marcelr       i will have a look at my logs now too, i just restarted plack
07:09 gaetan_B      hello
07:09 wahanui       niihau, gaetan_B
07:10 fridolin      marcelr: indedd, there should not be any other redefine
07:11 fridolin      its just its not the purpose of the patch maybe
07:11 fridolin      btw its not a problem, i will test like this
07:12 fridolin      marcelr: ah, last but not least, we must patch the debian PSGI file also no ?
07:12 marcelr       no not sure
07:12 marcelr       debian scripts work with plack only for jessie
07:13 marcelr       koha-plack etc
07:13 marcelr       it needs higher apache version
07:15 fridolin      marcelr: ah oki, i will note this in a comment
07:19 marcelr       fridolin: you could also have a look at bug 16661 (also on misc/plack)
07:19 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16661 enhancement, P5 - low, ---, m.de.rooy, Needs Signoff , Plack: Enable and differentiate logging in misc/plack/plackup.sh
07:21 fridolin      marcelr: ah i'll try
07:21 marcelr       might be useful too
07:21 fridolin      indeed logs should be differnts
07:22 fridolin      marcelr: ah but is it event possible ? plackup.sh sets a starman process for both opac and intranet
07:22 fridolin      no ?
07:22 wahanui       http://i.imgur.com/hVVuP.jpg
07:23 marcelr       fridolin: you run plackup.sh for opac or intranet
07:23 marcelr       i run it twice
07:23 fridolin      marcelr: ah oki i see it in the code
07:23 fridolin      mm
07:24 marcelr       the debian approach is different
07:24 fridolin      we have a different install with plack for both, seems more performant
07:24 eythian       hi
07:24 fridolin      marcelr: debian approach is with both ?
07:24 marcelr       debian also uses a socket
07:24 marcelr       yes both
07:24 marcelr       hi eythian
07:25 marcelr       fridolin: the misc plack is more for developers i guess
07:26 fridolin      yep oki
07:57 fridolin      marcelr: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16645#c8
07:57 huginn        04Bug 16645: minor, P5 - low, ---, m.de.rooy, Needs Signoff , Plack: Add the multi_param fix from Context in koha.psgi
07:57 fridolin      if you have time ;)
07:58 marcelr       not sure will have a look later
08:50 akawa         Anyone knows how i can solve the "unable to locate Koha configuration file koha-conf.xml at /usr/share/koha/lib/C4/Context.pm line 348" when running link_bibs_to_authorities.pl?
10:05 atheia        akawa you could try explicitly passing in the location of koha-conf.xml
10:05 atheia        like so:
10:06 atheia        KOHA_CONF=path/to/koha-conf.xml ./link_bibs_to_authorities.pl
10:06 atheia        Though… for me the script works without that, because I have
10:07 atheia        export KOHA_CONF=/path/to/koha-conf.xml
10:07 atheia        in my .bashrc (which just ensures KOHA_CONF is set correctly when I login to the server).
11:48 brinxmat      Hey folks
11:49 brinxmat      Quick daft question — I don't have the chance to test — is it possible to use SRU to find a biblio by barcode?
11:49 brinxmat      I understand that it's probably possible to configure Koha to do this, I just wondered if it was already possible (as I said, I can't test this, but I need to answer a question about the functionality) :)
12:29 akawa         Is there any special config that i have to do in order to link biblio-auth with unimarc? MARC fields seems right but it doesnt work. (im trying with link_bibs_to_authorities.pl)
12:42 oleonard      Sorry, brinxmat and akawa, that you're not getting answers. It has been pretty quiet around here.
12:47 brinxmat      oleonard: slow day everywhere :)
13:28 ashimema      pretty sure the answer is 'yes' brinxmat
13:29 ashimema      but I can't remember the syntax off the top of my head I'm afraid.
13:31 paul_p        hello #koha
13:32 paul_p        katrin not here today ? waiting for the match maybe :D
14:10 brinxmat      ashimema: thanks!
14:20 Joubu         @later tell oleonard any better suggestions for the fa-hand-o-down used in bug 16861?
14:20 huginn        Joubu: The operation succeeded.
15:23 reiveune      bye
15:29 tcohen        hi
15:31 bag           hi tcohen
15:31 tcohen        hey bag
15:37 pianohacker   good morning.
15:37 wahanui       well, it's morning somewhere, yes
15:38 * cait        waves
15:39 bag           heya cait
15:40 cait          hi bag
15:46 oleonard      Joubu: I disagree that an icon should be used there. I think it's not necessary.
15:47 Joubu         oleonard: ok thanks!
15:56 Joubu         khall: around?
15:57 khall         yo
15:57 Joubu         Hi!
15:57 Joubu         About bug 16686, would you agree with get_tranfer which would return the current transfer if the item is in transit
15:57 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16686 major, P5 - low, ---, kyle, In Discussion , Fix "Item in transit from since" in Holds tab
15:57 Joubu         or undef if it is not
15:58 Joubu         get_latest_transfer would return the lastest transfer even if the item is not in transit
15:58 Joubu         That could be useful (?) but I think it's confusing
16:02 cait          Joubu++
16:43 * pianohacker <3 tcohen
16:52 gaetan_B      bye
17:11 huginn        New commit(s) kohagit: Bug 14048: (RM followup) DB version 16.06.00.006 <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=0fda22b824a2e7c13e9b633325748d422e98e2a3> / Bug 14048: (QA followup) Default to 1 if no default rule <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=0bb144bbaf578ef7e4a131d640b3866bfe05fdf5> / Bug 14048: Use mock_preference in tests <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;
18:03 oleonard      Seems like every time I go to use the batch patron modification tool I find that I can't update the field I want to.
18:06 cait          oleonard: file a bug!
18:09 hector        Hi joubu
18:09 hector        fa-hand-o-down icon removed in bug 16861
18:09 huginn        04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16861 enhancement, P5 - low, ---, koha-bugs, Signed Off , Translatability: Fix separated "below" in circulation.tt
18:42 huginn        New commit(s) kohagit: Bug 3534 - DBRev 16.06.00.007 <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=6398d1b24216b07cb424e4b084ecf60329e0db86> / Bug 3534: Force margin-left: 0 for second button <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=da083863ee813b8303f6d8181b935aa0f3f15b86> / Bug 3534 (QA Followup) Rebase and change floating save <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=5595e92ec7
19:04 bag           cait you watching germany france?
20:58 cait          *sighs*
21:00 rangi         morning
21:03 cait          morninf
21:03 cait          morning
21:04 rangi         talljoy++
21:07 bag           talljoy++
21:08 talljoy       :-D
21:08 talljoy       show up, get karma.  nice!
21:08 bag           morning rangi
21:08 rangi         heh, good email to the list, and before Paul A could reply with some horrible advice instead
21:09 bag           oh so true
23:15 wizzyrea      oh that one was a cracker, rude *and* wrong!
23:15 rangi         crackers always are
23:16 rangi         :)
23:20 wizzyrea      *rimshot*
23:20 rangi         im on fire today :)
23:20 wizzyrea      teehee
23:30 lisettes      Hello all, I'm new to the Koha Community. I was wondering if there is an existing way to tie successful purchase requests into holds for the patron when we begin cataloging the item?
23:30 wizzyrea      quite sure that's been suggested before, not sure if it's a feature ... 2 shakes
23:53 bag           I think the patron can see the purchase suggestion in their account area on the opac.  then once it’s order place the hold?
23:55 bag           Orders added to the basket in this way will notify the patron via email that their suggestion has been ordered and will update the patron's 'My purchase suggestions' page in the OPAC.
23:56 bag           so current lisettes I think that’s it ^^^
23:57 bag           then the patron would have to make the hold on it - once you’ve started cataloging it