Time  Nick        Message
20:25 alexbuckley hi all
16:27 * eythian   still tends to use hjkl when he should know better however.
16:27 eythian     any proper vim user would be using w and b and such to move around, of course.
16:26 eythian     or an alias for ls -l
16:26 tuxayo      marcelr: Do those "ll" mean that you were using vim with "hjkl" instead of the arrows to move? ;)
16:25 tuxayo      hi all o/
16:18 reiveune    bye
12:50 marcelr     oops
12:50 marcelr     ll
12:26 huginn      Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19223 major, P5 - low, ---, tomascohen, RESOLVED FIXED, Avoid encoding issues in plugins by providing helper methods to output headers correctly
12:26 magnuse     cait: thanks, bug 19223 enlightened me :-)
12:16 coyas       i want to let user create an account,
12:15 coyas       i want to configure koha email
12:13 coyas       hi
12:07 cait        magnuse: the second 19233
12:06 cait        bug 19223
12:06 cait        almost
12:06 huginn      Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19233 enhancement, P5 - low, ---, nick, CLOSED FIXED, Add ability to send itemnumbers in report results to batch modification
12:06 cait        bug 19233
12:05 cait        magnuse: check the kitchen sink maybe?
12:05 huginn      Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19223 major, P5 - low, ---, tomascohen, RESOLVED FIXED, Avoid encoding issues in plugins by providing helper methods to output headers correctly
12:05 magnuse     ah, $self->output_html( $template->output() ); from bug 19223
12:00 magnuse     gah, what was the trick for fixing encoding in plugins again?
11:34 huginn      Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047 new feature, P5 - low, ---, alex.arnaud, Passed QA , Mana Knowledge Base : share data
11:34 cait        mana default on/off discussion on bug 17047 - would be interesting to get more opinions
10:54 marcelr     o/
10:54 * magnuse   waves to marcelr then wanders off for lunch
10:03 marcelr     last week i had some trouble with connecting to oftc
10:03 cait        i was starting to get a little worried
10:02 marcelr     hi cait
10:02 cait        you are back!
10:02 cait        hi marcelr
10:02 marcelr     hi calire
10:00 calire      hi marcelr
09:51 marcelr     hi #koha
09:29 tcohen      hi andreash_and magnuse
09:24 cait        magnuse: thx :)
09:20 magnuse     hi tcohen
08:58 andreash_   hi tcohen
08:58 tcohen      morning
08:40 * magnuse   lights a fire if he has to
08:28 davidnind   nice!
08:26 cait        it's cozy in our office :)
08:24 davidnind   I think Europe does indoor heating better way than us, so I've heard anyway :)
08:23 davidnind   some days it's summer, then a few days later it's not! but mostly it has been okay...
08:22 fridolin    its nice to work inside ^^
08:22 fridolin    here its freezing but a  shiny light
08:21 fridolin    davidnind and how is summer in NZ ?
08:21 davidnind   fridolin: so true!
08:20 davidnind   cait: that's my normal day!
08:20 fridolin    ah we are all under an email montain ;)
08:20 maya-jan-19 <ashimema> //// if we planned to create new instance, where we can pre-configure the server name (the subdomain)  so we can get the outcome as we planned ? --- and there any way to reconfigure the ssl, or add ssl after instance creation?
08:20 davidnind   fridolin: no problems! sorry to take so long to test again, got a bit behind in clearing my email from December/January!
08:17 fridolin    davidnind thanks a lot for testing ;)
08:16 cait        seems i am facing a lot of things today i have no idea about :)
08:16 cait        hm i thought if you deleted an authority it would take care of the records... but it seems you can't delete linked authorities... any way around that?
08:13 maya-jan-19 -
08:13 andreashm   I guess
08:11 cait        performance reasons?
08:09 cait        they got a bit over a 1000 - could be the reason, thank you
08:09 andreashm   =)
08:09 cait        andreashm++ :)
08:09 andreashm   default is a 1000
08:08 andreashm   cait: zebra-biblios-dom-site.cfg.in
08:08 davidnind   thanks ashimema!
08:08 cait        does someone know where to look that up?
08:08 ashimema    True.. and yes, by UI mean bz in the browser
08:08 andreashm   cait: there is a Zebra limit on the number of hits it sorts
08:07 cait        it's hadny for obsoleting patches if you have tidied up commit messages
08:07 cait        ashimema: -e works well for me with the new git bz vresions, but you still have t be quick
08:06 cait        I seem to remember Zebra having a set limit, but not sure if the amount of records was huge enough
08:06 cait        hm I have a question why at the end of a very long list Koha stops sorting correctly... someone an idea?
08:05 davidnind   thanks ashimea, by UI you mean bugzilla?
08:04 * ashimema  also never uses -e with git bz anymore.. I just found it a bit too unreliable so got into the habit of doing the bit from the UI.. but that probably just a personal quirk
08:03 ashimema    Also.. it seems to reduce the likelihood of sha1 commit conflict errors for subsequent people working on the series
08:02 ashimema    As even if the bits before it are already signed I'll be testing it as a set anyways
08:02 * ashimema  does this too.. I tend to always signoff a whole series rather than a single patch
08:02 davidnind   thanks cait!
07:59 cait        that will attach them all in one go
07:59 cait        git bz attach -e xxxxx HEAD~3.. (for 3 patches)
07:59 cait        and then what I do is
07:59 cait        git so <number of patches>
07:59 cait        davidnindyou can do:
07:58 davidnind   a bit confused at the right way to do this (or what I am exactly doing), apologies if this obvious to you all...
07:58 davidnind   or, as the first patch is already signed off 1) git so 1 and then 2) git bz attach -e xxxxx HEAD
07:58 huginn      Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21560 major, P5 - low, ---, fridolin.somers, Needs Signoff , Optimize ODS exports
07:58 davidnind   do I just go 1) git so 2 and then 2) git bz attach -e xxxxx HEAD~2..HEAD (I assume this is what I would do if this was the first time signing off a bug with two patches)
07:58 davidnind   this bug has two patches, one that I previously signed off, and a new additional patch
07:58 davidnind   to date I've only signed off bugs with one patch - I normally go 1) git so 1 and then 2) git bz attach -e xxxxx HEAD
07:58 davidnind   this relates to bug 21560
07:58 davidnind   a question about signing off a bug with two patches, one of which I've previously signed off
07:57 cait        hi all!
07:54 alex_a      bonjour
07:51 ashimema    yes it would.. that's registered with the particular domain
07:51 ashimema    ooh.. I forgot you'd added letsencrypt
07:50 maya-jan-19 ashimema //// Thank You !!!   ----- if we alter the server name, would it conflict letsencrypt ssl certificate validation ?
07:49 ashimema    so my autocorrect is right :)
07:49 ashimema    oh.. interesting
07:48 davidnind   hi cait
07:48 davidnind   it's good!
07:48 magnuse     kia ora cait
07:48 andreashm   hi magnuse
07:48 magnuse     highly recommended movie from nz: hunt for the wilderpeople (it's on netflix)
07:48 davidnind   and magnuse
07:47 davidnind   hi andreashm
07:47 magnuse     hiya davidnind and andreashm
07:47 andreashm   how's nz?
07:47 andreashm   hi davidnind
07:47 davidnind   waves from NZ
07:43 * andreashm waves
07:38 magnuse     ashimema: my real name has no e, but that nick was taken...
07:38 reiveune    hello magnuse
07:38 magnuse     bonjour reiveune
07:36 reiveune    hello
07:36 * ashimema  thinks he needs to fix his autocorrect.. it seems to rove the 'e' at the end of your name
07:34 magnuse     hiya ashimema
07:33 ashimema    Mornin' magnus
07:33 magnuse     \o/
07:33 ashimema    If you've already run the commands then take a quick look at /etc/Apache/sites-enabled.. your Apache config files will be in there and altering them to match what you want should be reasonably obvious
07:32 ashimema    You'll obviously need a DNS server setup correctly somewhere to point those domain names to your servers IP address.
07:31 ashimema    So leave opacprefix and opacsuffix blank, add intranetprefix as staff. and call the instance mylibrary
07:31 davidnind   maya-jan-19: I don't know enough to definitively help you, but it is an Apache configuration thing more than a Koha thing
07:23 maya-jan-19 hi good morning all, hi, we are installing koha - "koha-create --create-db --letsencrypt library" --- and it takes default domain url from koha-sites.conf like  ----- # OPAC:  http://<OPACPREFIX><INSTANCE NAME><OPACSUFFIX><DOMAIN>:<OPACPORT> ----- # STAFF: http://<INTRAPREFIX><INSTANCE NAME><INTRASUFFIX><DOMAIN>:<INTRAPORT>  but we want the simple www.mylibrary.com as opac and staff.mylibrary.com as intra. Can anyone please tell
07:23 ashimema    Always nice
07:21 davidnind   evening here, nearly 8:30pm - was a public holiday, so had the day off!
07:18 ashimema    I'm UK based.. so early morn' for me
07:18 ashimema    indeed they were :)
07:09 davidnind   CatalystAcademy would have added a few - looks like they were pretty busy!
07:08 davidnind   good morning/day/evening where everyone may be
07:08 ashimema    Indeed.. I intend to try and hit that pretty hard today.. it's somewhat larger than it should be at the moment 😐
07:01 davidnind   that will put three more bugs in QA queue!
07:01 ashimema    And good evening to you..
07:01 ashimema    😀
07:01 davidnind   thanks ashimema!
07:00 ashimema    QA can always investigate further if they want
07:00 ashimema    I'd just correct the status davidnind
06:35 davidnind   waves from the other side of the world
06:26 fridolin    yey