Time  Nick             Message
22:58 corilynn         and I don't know what I"m looking for / at
22:57 corilynn         is anyone around for "dbic" help? I ran it, but I'm getting an error
20:56 chris_n          sorry, I was confused
20:55 Joubu            they*
20:55 Joubu            the one on edit appears in the log (nothing on the UI), there are in /var/log/koha/kohadev/*.log
20:55 chris_n          okay
20:54 chris_n          Joubu: I'm doing a reset_all and trying again. But following the steps outlined in the bug did not result in the reference error for me.
20:54 Joubu            chris_n: to reproduce the one on create, you need to turn the config flag strict_sql_modes on
20:53 Joubu            chris_n: yes master.
20:51 chris_n          hmm... I cannot reproduce the bug
20:50 cait             if he didn't note something else, usually master
20:48 huginn           Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24001 major, P5 - low, ---, cnighswonger, NEW , Cannot edit card template
20:48 chris_n          Joubu: re bug 24001, are you working off of master?
20:27 cait             chris_n: echoing - nice to see you :)
20:26 Joubu            it's been a while so, chris_n, make sure you `restart_all` to clean cache and restart plack when needed (mainly if you modify .pm) ;)
20:24 ashimema         Great seeing you, have a good one
20:23 chris_n          thanks again
20:23 chris_n          gotta run, but I'll be around for at least long enough to clean up a few label/card bugs
20:21 * chris_n        is hoping that once this is running, it makes it super-easy to squash bugs against
20:21 ashimema         Nice to have you back btw.. I love seeing old faces around
20:20 ashimema         😀
20:20 chris_n          okay, I'm in. thanks ashimema and davidnind
20:20 ashimema         There is also a script on the command line to help you add your first superlibrarian..
20:19 ashimema         Indeed.
20:19 chris_n          it always seemed a bit security-backwards
20:19 ashimema         If memory serves.. koha:koha is the default
20:19 chris_n          very nice fix
20:19 ashimema         Hehe. 😀
20:19 ashimema         So.. the one in the koha-conf will only work on the installer screens.. the staff client needs a 'real user'
20:19 chris_n          it has been a while. :P
20:18 chris_n          ahh...
20:18 davidnind        chris_n: it is normally just koha koha, which is set in .env
20:18 ashimema         Or the actually client.. been a while since I've seen you here.. so just checking you've not missed the update that started to prevent the dB user from logging in?
20:18 chris_n          I ran the reset_all script to populate the db with all sample data. And so did not run the installer
20:18 ashimema         Staff client.. do you mean the installer?
20:17 ashimema         tcohen about?
20:16 chris_n          actually, you were a big help
20:16 pastebot         "chris_n" at 192.168.2.204 pasted "root@8385664a97c5:kohadevbox$" (5 lines) at http://paste.koha-community.org/13734
20:16 chris_n          however, the staff interface does not like the user/pass combination specified in koha-conf.xml
20:15 ashimema         Awesome, sorry I wasn't able to help much
20:15 chris_n          ashimema: got everything cleaned up and koha-testing-docker up and running
20:05 corilynn         thanks..
20:04 kidclamp         good luck :-)
20:04 kidclamp         so add the table, run dbic, then it creates new files and the names of those are the object for the otehrs
20:04 corilynn         thx again!
20:04 huginn           Bug 21411: enhancement, P5 - low, ---, nick, RESOLVED FIXED, Advanced cataloging editor - rancor - Allow configuration of Keyboard shortcuts
20:04 kidclamp         https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21411
20:04 corilynn         um... ok? gonna need to wrap my head around the foo for a bit. I got to go make my dinner and head off to the ref desk. thx for your help kidclamp++
20:02 kidclamp         the object class in the plural module refers to the schema object name
20:02 kidclamp         t/db_dependent/Koha/KeyboardShortcuts.t
20:00 corilynn         so, how does it go to the table?
20:00 corilynn         oh
20:00 kidclamp         we manually create these, with tests, then can generate the objects
19:59 corilynn         thank you
19:59 kidclamp         those are the schema files that are created by DBIx
19:59 corilynn         ah, yes, a sample!!
19:59 kidclamp         http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=Koha/KeyboardShortcuts.pm;h=0fb8270ff57afc447963e7ecb41adf34c449c99f;hb=HEAD
19:59 kidclamp         http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=Koha/KeyboardShortcut.pm;h=4a45f4453f577e72db738655196d2fde1f4a0f1a;hb=HEAD
19:59 corilynn         they all say something about being dynamically created by DBIx...
19:58 corilynn         right, i need a sample, because I'm not figuring out "Koha Objects for the table"
19:58 kidclamp         or store on the object
19:58 kidclamp         well, you shoudl create Koha Objects for the table, then just Koha::Cataloging::Macro->store
19:58 corilynn         at least now it doesn't puke
19:57 corilynn         right now i'm just trying to get api/v1/macros/1 to work
19:57 kidclamp         ooooh
19:57 corilynn         so i can do the same for macros
19:57 corilynn         kidclamp, that doesn't store it to the database. I need something that pulls and pushes to the DATABASE
19:44 reiveune         bye
19:40 kidclamp         corilynn: git grep storeMacro
19:24 rangi            just removed them now, but a bunch of their mail will have got through
19:22 rangi            spammer on the mailing list
19:22 caroline_catlady whats up?
19:21 rangi            *sigh*
18:42 corilynn         hints? somewhere to look? something to crib off of?
18:42 corilynn         kidclamp, I have the skeleton of macros as a REST api set up, but I can't figure out what calls the database to populate the object
18:28 ashimema         Good luck
18:28 ashimema         That'll clean up the docket images
18:28 ashimema         Final piece would be a docker system prune --all
18:24 chris_n          got those things removed. Thanks!
18:23 ashimema         So cleanup shouldn't be too bad
18:22 ashimema         Basically it install Apache and docker, and grabs a clone of koha. Adds a couple of Desmond that are started by cron
18:22 chris_n          no worries; that's more important than this
18:21 ashimema         Sorry, can't really type this from my phone.. just gotta get the girls into bed and bits then will be back.
18:21 ashimema         RM /sandboxes
18:18 chris_n          ashimema: any direction on removing unnecessary stuff installed by the sandbox script?
18:17 chris_n          I'll go with that. Simple and me get along well... mostly.
18:15 oleonard         (simplest route unless you're on Windows, but isn't that always the case)
18:15 ashimema         Sorry, I'm mid dinner duties at the minute..
18:14 ashimema         Ah yeah.. if that what your wanting koha-testing-docker is the simplest route to goal
18:14 Joubu            unless you are already close to something working :)
18:13 Joubu            I would suggest you to use koha-testing-docker instead then
18:12 chris_n          I'm really just trying to travel the shortest distance to getting a docker based install to quash a few bugs
18:11 chris_n          the scripts seemed to thing it all went well
18:11 chris_n          no errors
18:11 chris_n          latest ansible... that could be the problem
18:10 ashimema         Any errors or anything during that install step?
18:10 chris_n          ashimema: indeed
18:10 ashimema         On Debian as a host and with latest ansible?
18:10 ashimema         So, you installed using the ansible scripts right?
18:09 ashimema         The sandboxes use the testing-docker images, but the final result is different.
18:09 davidnind        chris_n: unless that is what you are wanting to do, and I wouldn't be much help with that
18:09 ashimema         So.. the 8080 stuff is a red herring.
18:09 ashimema         So.. sounds like we are indeed talking sandboxes and not testing-docker
18:08 ashimema         Sorry, I was getting kids from ballet
18:07 davidnind        the ByWaters's repo you linked to is I think what they use for hosting http://sb1.sandboxes.bywatersolutions.com/
18:04 davidnind        to use koha-testing-docker locally you need to be using this: https://gitlab.com/koha-community/koha-testing-docker
18:03 chris_n          perhaps a step or two is missing from the readme?
18:02 chris_n          nothing is listening on 8081
18:02 chris_n          I'm thinking this should result in some sort of management interface based on the README.md found here: https://github.com/bywatersolutions/koha-sandboxes-docker
18:00 pastebot         "chris_n" at 192.168.2.204 pasted "# ps -ef | grep docker root 89" (13 lines) at http://paste.koha-community.org/13711
18:00 davidnind        normally for me I access at 127.0.0.1:8080 (for OPAC) and 127.0.0.1:8081 (for staff client) (using Ubuntu 18.04 for esktop, not tried on Windows successfully yet)
17:59 davidnind        chris_n: defaults in the .env file are 8081 for staff client and 8080 for opac
17:58 davidnind        chris_n: docker ps to see list of containers running
17:56 * chris_n        wonders why its on port 8080
17:56 chris_n          adding that to the host in browser, I now get a colorful page telling me something went very wrong
17:56 pastebot         "chris_n" at 192.168.2.204 pasted "# netstat -tulpn | grep :80 tc" (2 lines) at http://paste.koha-community.org/13708
17:56 chris_n          so it appears that the docker instance is listening on port 8080 for whatever reason:
17:52 oleonard         Everything should be happening inside Docker. I don't have to have Apache installed on Windows
17:51 chris_n          correct
17:50 oleonard         chris_n: Local as in on the host machine?
17:50 chris_n          ashimema: I don't mean to be leaving you out of the discussion. :)
17:49 chris_n          oleonard: the default site on my host install of apache is disabled. Actually no site is enabled. Question: Is the apache instance supposed to be local or inside a container?
17:47 corilynn         nm, I found it here: https://wiki.koha-community.org/wiki/Database_updates
17:46 oleonard         chris_n: Disable the default site?
17:45 chris_n          Yes. I followed the directions on the github repo, and the script seems to think things went fine. Only they didn't. Browsing to the configured host results in the apache default site.
17:45 huginn           Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17268 normal, P5 - low, ---, gmcharlt, NEW , Advanced cataloging editor - rancor - macros are lost when browser storage cleared
17:45 corilynn         specifically the one attached to bug 17268
17:45 corilynn         can someone remind me, or point me to documentation for applying a database patch?
17:44 oleonard         chris_n are you running into problems?
17:41 Joubu            That is certainly what you are searching for
17:41 Joubu            chris_n: https://gitlab.com/koha-community/koha-testing-docker
17:41 huginn           Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24126 normal, P5 - low, ---, oleonard, Needs Signoff , Article requests tab appears twice on patron's checkout screen
17:41 oleonard         Bug 24126
17:40 ashimema         Proficient might be an over statement.. but I do run the PTFS E ones
17:33 * chris_n        looks around for a koha-sandboxes-docker proficient
17:32 koha-jenkins     Project Koha_Master_D9_My8 build #28: SUCCESS in 43 min: https://jenkins.koha-community.org/job/Koha_Master_D9_My8/28/
17:01 koha-jenkins     Project Koha_Master_D9 build #1018: SUCCESS in 40 min: https://jenkins.koha-community.org/job/Koha_Master_D9/1018/
16:53 koha-jenkins     Project Koha_Master_D8 build #550: UNSTABLE in 45 min: https://jenkins.koha-community.org/job/Koha_Master_D8/550/
16:48 koha-jenkins     Project Koha_Master_U18 build #491: SUCCESS in 42 min: https://jenkins.koha-community.org/job/Koha_Master_U18/491/
16:19 AnnaBoten        There is no hunt right now! You can start a hunt with the 'start' command
16:19 bag              !bang
16:18 corilynn         so... the only place the apis are currently used is to test them?
16:17 corilynn         Me describing my coding problems to a librarian: "I have all the parts of the engine, but I'm not sure where the carburetor goes or what this nut is for."
16:03 huginn           News from kohagit: Bug 14570: (RM follow-up) Stray console.log <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=1e919d431a51915d54e19cb1d6a62cd115b0e176>
16:03 huginn           News from kohagit: Bug 21390: (RM follow-up) Add Sponsor <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=067403e437803fd6a6c28571b491da3a231c67c1>
15:20 kohaputti        s/works/fixes this encoding issue/
15:20 kohaputti        so I have now confirmed switching to zebra works
15:20 kohaputti        I finally figured out how to change back to Zebra... just change the SearchEngine syspref to Zebra...
15:18 kohaputti        thanks
15:17 Joubu            ok
15:17 kohaputti        Joubu, any chance you could comment on the report this workaround / 'ugly fix'? I have not tried that fix yet and have to go soon + I'm not sure I will remember this anymore tomorrow :D
15:15 Joubu            the UI use the DB to store the record, we do not use MARC::Batch
15:15 Joubu            then you will have to deal with the "ugly hack follows" comment
15:15 kohaputti        maybe stage file just doesn't call search engine (for deduplication purposes I assume)
15:15 kohaputti        and how stage file handles this then ok
15:14 kohaputti        I wonder why elasticsearch needs that code
15:14 kohaputti        I think better figure out a safe fix for this
15:14 Joubu            that's ugly and hide dirty code, but... :D
15:14 Joubu            an easy fix could be to move the declaration of $searcher before marc::batch is initiated
15:12 Joubu            kohaputti: it's the use MARC::File::XML in Koha/SearchEngine/Elasticsearch.pm
15:07 kohaputti        mhm, let's see how that's done with kohadevbox...
15:07 Joubu            kohaputti: yes. Switching SearchEngine to Zebra will 'fix' your issue.
15:04 kohaputti        Joubu, recreate = reproduce the issue?
15:03 Joubu            I was using zebra before, that's why I did not recreate
15:03 kohaputti        I have elastic too but I think one of those 3 lines is now the culprit, I don't know yet which one so it might not be the search engine setup
15:02 Joubu            kohaputti: confirmed. I recreate with elastic
15:00 kohaputti        or GetMarcFromKohaField( "biblio.biblionumber" );
15:00 kohaputti        or "$loghandle= IO::File->new($logfile, $writemode) ;"
15:00 kohaputti        I made some progress: so if you move the creation of MARC::Batch->new() right before the RECORD label block it works, so there seems to be some code before that changes the value, like it could be "my $searcher = Koha::SearchEngine::Search->new"
14:55 kohaputti        the stage file script's code looks a lot prettier
14:53 Joubu            yes
14:52 tcohen           Joubu: does stage file work?
14:43 Joubu            not sure what's going on
14:43 Joubu            it "does not work" with ISO2709, `perl misc/migration_tools/bulkmarcimport.pl -b -file koha.mrc  -m ISO2709` keeps telling me "0 MARC records done"
14:37 kohaputti        Joubu, are you able to test with MARC21 record?
14:35 kohaputti        yes
14:35 Joubu            Are you using master?
14:35 Joubu            kohaputti: I exported 3 records, put warns at the top of the RECORD loop then `perl misc/migration_tools/bulkmarcimport.pl -b -file koha.xml  -m MARCXML`. I do see utf-8 and USMARC for the 3 records
14:29 kohaputti        I'm wondering if some of the Koha module imports mess things
14:27 kohaputti        though, for the next record the encoding is not set
14:27 kohaputti        Joubu, another strange thing I noticed: for the first record MARC::Batch processes the format is USMARC and for the next it is MARC21
14:25 khall            oleonard I think we'd need to look at the datatables docs to know that
14:22 kohaputti        I tried removing the LABEL block, eval but it still doesn't work
14:21 huginn           Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24122 trivial, P5 - low, ---, koha-bugs, NEW , Typo in administration.rst
14:21 cait             bug 24122... the day I won't typo a bug number...
14:21 huginn           Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2122 trivial, PATCH-Sent (DO NOT USE), ---, oleonard, CLOSED FIXED, Grayed out Fields not always visible
14:21 cait             davidnind: bug 2122 - sending him to gitlab, but maybe keep an eye on it?
14:19 kohaputti        that's all I know currently
14:19 kohaputti        Joubu, When I set it as the first thing inside the RECORD label block it started to work
14:18 Joubu            ?
14:18 Joubu            kohaputti: weird. You mean that BinaryEncoding is set before MARC::Batch is initiated, but you need to set it again when the records are retrieved from the batch
14:13 oleonard         khall: No errors in the log or console. Is it supposed to send 3 queries to return_claims when you activate the tab?
14:09 cait             hi caroline_catlady
14:09 huginn           Bug 24123: normal, P5 - low, ---, koha-bugs, NEW , bulkmarcimport.pl doesn't support UTF-8 encoded MARCXML records
14:09 kohaputti        Joubu, the bug report: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24123
14:08 caroline_catlady hi!
14:06 khall            oleonard it's working for me on master using koha-testing-docker. Do you see errors in your logs or in the javascript error console?
14:04 koha-jenkins     Project Koha_Master_U18 build #490: SUCCESS in 41 min: https://jenkins.koha-community.org/job/Koha_Master_U18/490/
14:03 ashimema         yup
14:02 khall            oleonard I'll give it a test
14:02 khall            ashimema that's a guarantor bug, this sounds different, right?
14:02 oleonard         I don't see any entries in return_claims after marking a couple checkouts "claims returned."
14:01 ashimema         khall is already working on a bug for me..
14:01 khall            what's up?
14:01 tcohen           khall: there's a bug introduced by the claims returned feature
13:54 wahanui          tomorrow is, like, the hard part - serials and acq
13:54 tcohen           tomorrow?
13:54 ashimema         oops
13:54 ashimema         hi
13:53 cait             ashimema: pling
13:53 cait             we are just about to release i think
13:53 cait             oleonard: can you patch it? or shoudl we find khall?
13:53 cait             argh
13:53 huginn           Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14697 enhancement, P5 - low, ---, kyle.m.hall, Pushed to master , Extend and enhance "Claims returned" lost status
13:53 oleonard         Bug 14697 accidentally added a duplicate Article requests tab
13:52 tcohen           kohaputti: agreed https://www.cs.utexas.edu/users/EWD/ewd02xx/EWD215.PDF
13:51 wahanui          rumour has it a second is a partial copy
13:51 cait             a second?
13:47 oleonard         Hm, when did we add a second "Article requests" tab on the checkout page :|
13:47 kohaputti        Joubu, bulkmarcimport.pl runs the following line of code "$MARC::File::XML::_load_args{BinaryEncoding} = 'utf-8';" but then the actual processing of the records happens inside a label block and inside there the BinaryEncoding variable is not being set. I think we could just get rid of the label block to fix this.
13:24 magnuse          woohoo!
13:23 koha-jenkins     Project Koha_Master_U18 build #489: FIXED in 42 min: https://jenkins.koha-community.org/job/Koha_Master_U18/489/
13:23 wahanui          Congratulations!
13:23 koha-jenkins     Yippee, build fixed!
13:17 oleonard         Okay
13:14 Joubu            oleonard: we could. I only fixed the existing behavior
13:13 huginn           Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23276 normal, P5 - low, ---, jonathan.druart, Passed QA , Don't show tags on tag cloud when tagging is disabled
13:13 oleonard         Hi Joubu. I'm curious about Bug 23276... Why not trigger the 404 page like we do when, for instance, the "Most popular" page (topissues.pl) is disabled?
13:12 ammo             i've ran that command but I'm getting an error related to some perl library I guess
13:12 Joubu            oleonard: yes
13:12 ammo             hey once again thank you so much for helping
13:11 ashimema         I'm happy to help with the unit tests ammo
13:10 oleonard         Joubu around?
13:10 ashimema         to ensure we don't break it again in the future
13:10 ashimema         assuming that all passes we just need to try and add a test for the the change you've made
13:08 ashimema         prove -v t/db_dependant/Circulation.t
13:08 ashimema         first step would be to run the existing unit test to check it passes
13:08 ashimema         good question.. you've picked one of our more scary module to fix there..
13:05 ammo             ashimema where should I start with unit tests?
12:56 koha-jenkins     Project Koha_Master_D9 build #1017: SUCCESS in 58 min: https://jenkins.koha-community.org/job/Koha_Master_D9/1017/
12:55 ashimema         ammo, patch looks good.. though unit tests would be really nice ;)
12:55 ashimema         that's way more recent than I'd have expected
12:55 kohaputti        I guess this is the culprit: https://metacpan.org/release/MARC-File-XML/source/lib/MARC/File/XML.pm#L468
12:54 huginn           oleonard: slef was last seen in #koha 36 weeks, 3 days, 20 hours, 44 minutes, and 17 seconds ago: <slef> tuxayo: jes, mi volas fari un tradukado sed me bezonus klientojn. Oni volas manĝi
12:54 oleonard         @seen slef
12:53 koha-jenkins     Project Koha_Master_D8 build #549: SUCCESS in 29 min: https://jenkins.koha-community.org/job/Koha_Master_D8/549/
12:50 kohaputti        so the encoding problem appears to be that somehow the MARC::Batch module removes value 'a' from the leader position 09 and then it handles it as marc-8 even though it is utf-8.
12:50 ammo             any other feedback on how I reported the bug or wrote the code would also be very much appreciated
12:49 ammo             oleonard thank you so much
12:49 ammo             done
12:49 oleonard         ammo: Could you use http://paste.koha-community.org/ to share the errors you got from git-bz?
12:48 cait             and then 'obsolete'
12:48 cait             click on details
12:48 ammo             how do I remove my previous attachment tho
12:48 ammo             done, thank you!
12:48 ammo             genius!
12:47 oleonard         ammo: You could try it the old-fashioned way. "git format-patch origin" and attach the patch file manually to the bug report
12:47 ammo             appreciated*
12:47 ammo             if anyone has a couple mins of their time to help me out how to contribute properly I'd be very much appreciaed
12:46 ammo             I've attached the commit as text but I don't think that's how I should do it
12:45 ammo             git bz attach -e 24117 HEAD returns error global name 'host' not defined and a bunch of other error messages
12:45 ammo             but im having trouble contributing a patch
12:45 huginn           Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24117 minor, P5 - low, ---, koha-bugs, NEW , Patron does not get debarred upon returning overdue item if syspref item-level_itypes is set to biblio and item does not have type information
12:45 ammo             bug 24117
12:45 ammo             hello I just created a bug in bugzilla
12:40 koha-jenkins     Project Koha_Master_D9_My8 build #27: SUCCESS in 44 min: https://jenkins.koha-community.org/job/Koha_Master_D9_My8/27/
12:31 * ashimema       's eyes have gone square proof reading these release notes
12:23 oleonard         Hi #koha
12:23 koha-jenkins     Project Koha_Master_U18 build #488: STILL UNSTABLE in 37 min: https://jenkins.koha-community.org/job/Koha_Master_U18/488/
12:18 ashimema         :)
12:14 tcohen           very cool, ashimema
12:14 tcohen           morning
11:58 koha-jenkins     Project Koha_Master_D8 build #548: SUCCESS in 44 min: https://jenkins.koha-community.org/job/Koha_Master_D8/548/
11:56 koha-jenkins     Project Koha_Master_D9 build #1016: SUCCESS in 42 min: https://jenkins.koha-community.org/job/Koha_Master_D9/1016/
11:54 huginn           Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17179 enhancement, P5 - low, ---, nick, Pushed to master , Advanced editor: Add keyboard shortcuts to repeat (duplicate) a field, and cut text
11:54 ashimema         For anyone helping me improve the release notes.. you can now use pretty much any Markdown syntax inside the `Text for release notes` box.. a good example is bug 17179 which look great in the draft now: https://gitlab.com/koha-community/koha-release-notes/blob/master/release_notes_19_06_00.md#cataloging-1
11:51 huginn           News from kohagit: Bug 23452: Multiple select options in system preferences are not translatable <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=7657163d8f9fb0f2932dc663fdec1ce8e2c8e3c4>
11:51 huginn           News from kohagit: Bug 21574: Local use system preferences page doesn't have the system preferences... <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=d69762d931d88d159a21856d7dfb21a1d6969c63>
11:51 huginn           News from kohagit: Bug 23256: Remove the http:// prefix before OPACBaseURL in OPAC_REG_VERIFY <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=7da1644fd5ad7506cfe410f8c04f6d0f2e416668>
11:51 huginn           News from kohagit: Bug 24076: Remove inline CSS to center patron home library in search results <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=164eda8333e60608c8e74893bc351c318daccb32>
11:41 huginn           News from kohagit: Bug 17179: (RM follow-up) Add Sponsor <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=03847f77b755dac9e6f1eb06fe0651c6ca91b542>
11:41 huginn           News from kohagit: Bug 14697: (RM follow-up) Add Sponsor <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=24c2e88640562a7ba5851edd271f337124882d0b>
11:41 huginn           News from kohagit: Bug 23626: (RM follow-up) Add Sponsor <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=4d0c49e1ee8fbe4e3a48154f34cd8f51d2f2452c>
11:41 huginn           News from kohagit: Bug 23624: (RM follow-up) Add Sponsor <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=eb279027e826af140bf3d781e94c54a55464fdec>
11:28 Joubu            kohaputti: I would double check the encoding of the file. If it looks ok you can open a bug report, attach your file, and CC me
11:25 kohaputti        I tried it but then it just skips completely those fields with the 'ä' characters
11:24 zb               kohaputti: did you use the skip_marc8_conversion option in bulkmarcimport.pl?
11:21 huginn           News from kohagit: Bug 23905: Button "Search to add" doesn't work on Quick add new patron <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=dcb9bf358151bcca6189581871aeb937125bc896>
11:21 huginn           News from kohagit: Bug 23905: Remove extra closing span <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=2d9bfcbfbecca0418ed9cb7f1247a5ce37a95a1c>
11:20 kohaputti        zb, Koha/misc/stage-file.pl + importing it after that from intranet works
11:17 huginn           Bug 20447: enhancement, P5 - low, ---, ere.maijala, Needs Signoff , Add support for MARC holdings records
11:17 kohaputti        from https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447
11:17 kohaputti        https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=94541
11:16 kohaputti        they can be found in the MFHD feature bug report
11:15 ashimema         ere's experimental patches?
11:15 zb               ah
11:15 kohaputti        I'm using Ere's experimental holdings support patches for the bulkmarcimport.pl soo not sure if it is supported there (and maybe that could be causing problems too). I will try with just the bib record.
11:13 zb               kohaputti: hmm, i've only used Koha/misc/stage-file.pl for bulk loads, i think. same problem there?
11:13 kohaputti        lemme try
11:13 Joubu            kohaputti: same issue if you import it from the GUI?
11:11 ashimema         Joubu might have some hints perhaps?
11:11 huginn           News from kohagit: Bug 14741: Selecting all child permissions doesn't select the top level check box <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=53c8014557326e9a67c3c53b016e2fd10ac4f3ad>
11:11 ashimema         sorry, I'm not expert in that area
11:10 kohaputti        zb, ^ any idea?
11:08 kohaputti        The command is "Koha/misc/migration_tools/bulkmarcimport.pl -biblios -file records.marcxml -m MARCXML"
11:07 kohaputti        help! I'm trying to import utf-8 encoded MARC 21 marcxml with bulkmarcimport.pl but the character 'ä' gets replaced with question marks. Any idea what could be wrong with the encoding of my marcxml file or bulkmarcimport.pl settings?
11:07 ashimema         if you're looking at the notes at the moment cait, you may want to refresh the page.. I've just rebuild them with a few formatting corrections
10:04 nlegrand         gut morgn #Koha
09:59 sev_q            hello cait !!
09:55 cait             hi sev_q :)
09:52 sev_q            Good morning Koha !
09:49 magnuse          cait++ ashimema++
09:49 ashimema         thanks cait
09:41 cait             ah ok, that sounds doable
09:40 ashimema         tomorrow lunch time ish
09:40 cait             ashimema: when is your deadline for feedback on the release notes?
09:39 cait             sounds good
09:35 ashimema         or at least replace it with 'Zebra or Elastic Search is required'
09:35 ashimema         oooohhh.. we can remove 'Zebra is required' from the release notes now :)
09:34 ashimema         oh, hadn't spotted that second one
09:32 huginn           Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24113 major, P5 - low, ---, koha-bugs, NEW , guarantor info lost when a duplicate is found
09:32 Joubu            as well as bug 24113...
09:32 ashimema         yup
09:32 huginn           Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23905 major, P5 - low, ---, koha-bugs, Signed Off , Button "Search to add" doesn't work on Quick add new patron
09:32 Joubu            ashimema: you will certainly need bug 23905
09:32 ashimema         those are hte draft notes
09:32 ashimema         https://gitlab.com/koha-community/koha-release-notes/blob/master/release_notes_19_06_00.md
09:31 ashimema         I've been working form top to bottom every few weeks.. but often haven't hit bottom.. so my intention today is to start from the bottom and work up instead.
09:31 cait             where shoudl i look?
09:31 ashimema         help on proof reading would be great..
09:31 ashimema         I was just about to start looking through them one last time :)
09:31 cait             proof reading or anything?
09:31 cait             do you need help with the release notes?
09:30 cait             i am glad to be done
09:30 ashimema         I'll hold off.. haha
09:30 cait             hm ok :)
09:30 ashimema         lol.. 4 minutes ago
09:30 cait             you can see the date of the last change
09:29 * ashimema       is contemplating when he can start rolling the release.. late today for an early release tomorrow, or some time tomorrow for a later release tomorrow
09:29 ashimema         there's no obvious way to tell if people are still translating is there..
08:22 cait             hi davidnind
08:14 davidnind        hi cait
08:13 magnuse          :-)
08:12 cait             :)
08:12 cait             good morning magnuse
08:12 magnuse          \o/
08:11 cait             good morning tallerjoy
08:08 cait             good morning #koha
07:55 alex_a           Bonjour
07:39 ashimema         mornin'
07:37 reiveune         hello