← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
| Time | Nick | Message | 
|---|---|---|
| 06:20 | cait joined #koha | |
| 06:26 | fridolin joined #koha | |
| 06:26 | fridolin | yey | 
| 06:27 | chris joined #koha | |
| 06:35 | davidnind | waves from the other side of the world | 
| 06:49 | josef_moravec joined #koha | |
| 07:00 | ashimema | I'd just correct the status davidnind | 
| 07:00 | QA can always investigate further if they want | |
| 07:01 | davidnind | thanks ashimema! | 
| 07:01 | ashimema | 😀 | 
| 07:01 | And good evening to you.. | |
| 07:01 | davidnind | that will put three more bugs in QA queue! | 
| 07:02 | calire joined #koha | |
| 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:08 | kohaputti joined #koha | |
| 07:08 | davidnind | good morning/day/evening where everyone may be | 
| 07:09 | CatalystAcademy would have added a few - looks like they were pretty busy! | |
| 07:12 | maya-jan-19 joined #koha | |
| 07:18 | ashimema | indeed they were :) | 
| 07:18 | I'm UK based.. so early morn' for me | |
| 07:21 | davidnind | evening here, nearly 8:30pm - was a public holiday, so had the day off! | 
| 07:23 | ashimema | Always nice | 
| 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: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:31 | ashimema | So leave opacprefix and opacsuffix blank, add intranetprefix as staff. and call the instance mylibrary | 
| 07:32 | You'll obviously need a DNS server setup correctly somewhere to point those domain names to your servers IP address. | |
| 07:33 | 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:33 | magnuse | \o/ | 
| 07:33 | ashimema | Mornin' magnus | 
| 07:34 | magnuse | hiya ashimema | 
| 07:35 | laurence joined #koha | |
| 07:35 | reiveune joined #koha | |
| 07:36 | * ashimema | thinks he needs to fix his autocorrect.. it seems to rove the 'e' at the end of your name | 
| 07:36 | reiveune | hello | 
| 07:38 | magnuse | bonjour reiveune | 
| 07:38 | reiveune | hello magnuse | 
| 07:38 | magnuse | ashimema: my real name has no e, but that nick was taken... | 
| 07:43 | andreashm joined #koha | |
| 07:43 | * andreashm | waves | 
| 07:47 | davidnind | waves from NZ | 
| 07:47 | andreashm | hi davidnind | 
| 07:47 | how's nz? | |
| 07:47 | magnuse | hiya davidnind and andreashm | 
| 07:47 | davidnind | hi andreashm | 
| 07:48 | and magnuse | |
| 07:48 | cait joined #koha | |
| 07:48 | magnuse | highly recommended movie from nz: hunt for the wilderpeople (it's on netflix) | 
| 07:48 | andreashm | hi magnuse | 
| 07:48 | magnuse | kia ora cait | 
| 07:48 | maya-jan-19 joined #koha | |
| 07:48 | davidnind | it's good! | 
| 07:48 | hi cait | |
| 07:49 | AndrewIsh joined #koha | |
| 07:49 | ashimema | oh.. interesting | 
| 07:49 | so my autocorrect is right :) | |
| 07:50 | maya-jan-19 | ashimema //// Thank You !!! ----- if we alter the server name, would it conflict letsencrypt ssl certificate validation ? | 
| 07:51 | ashimema | ooh.. I forgot you'd added letsencrypt | 
| 07:51 | yes it would.. that's registered with the particular domain | |
| 07:52 | paul_p joined #koha | |
| 07:53 | alex_a joined #koha | |
| 07:54 | alex_a | bonjour | 
| 07:57 | cait | hi all! | 
| 07:58 | davidnind | a question about signing off a bug with two patches, one of which I've previously signed off | 
| 07:58 | this relates to bug 21560 | |
| 07:58 | 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 | this bug has two patches, one that I previously signed off, and a new additional patch | |
| 07:58 | 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 | huginn | Bug http://bugs.koha-community.org[…]_bug.cgi?id=21560 major, P5 - low, ---, fridolin.somers, Needs Signoff , Optimize ODS exports | 
| 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 | a bit confused at the right way to do this (or what I am exactly doing), apologies if this obvious to you all... | |
| 07:59 | cait | davidnindyou can do: | 
| 07:59 | git so <number of patches> | |
| 07:59 | and then what I do is | |
| 07:59 | git bz attach -e xxxxx HEAD~3.. (for 3 patches) | |
| 07:59 | that will attach them all in one go | |
| 08:02 | davidnind | thanks cait! | 
| 08:02 | * ashimema | does this too.. I tend to always signoff a whole series rather than a single patch | 
| 08:02 | ashimema | As even if the bits before it are already signed I'll be testing it as a set anyways | 
| 08:03 | Also.. it seems to reduce the likelihood of sha1 commit conflict errors for subsequent people working on the series | |
| 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:05 | davidnind | thanks ashimea, by UI you mean bugzilla? | 
| 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:06 | I seem to remember Zebra having a set limit, but not sure if the amount of records was huge enough | |
| 08:07 | ashimema: -e works well for me with the new git bz vresions, but you still have t be quick | |
| 08:07 | it's hadny for obsoleting patches if you have tidied up commit messages | |
| 08:08 | andreashm | cait: there is a Zebra limit on the number of hits it sorts | 
| 08:08 | ashimema | True.. and yes, by UI mean bz in the browser | 
| 08:08 | cait | does someone know where to look that up? | 
| 08:08 | davidnind | thanks ashimema! | 
| 08:08 | andreashm | cait: zebra-biblios-dom-site.cfg.in | 
| 08:09 | default is a 1000 | |
| 08:09 | cait | andreashm++ :) | 
| 08:09 | andreashm | =) | 
| 08:09 | cait | they got a bit over a 1000 - could be the reason, thank you | 
| 08:11 | performance reasons? | |
| 08:13 | andreashm | I guess | 
| 08:13 | maya-jan-19 | - | 
| 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:16 | seems i am facing a lot of things today i have no idea about :) | |
| 08:17 | fridolin | davidnind thanks a lot for testing ;) | 
| 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: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 | fridolin | ah we are all under an email montain ;) | 
| 08:20 | davidnind | cait: that's my normal day! | 
| 08:21 | fridolin: so true! | |
| 08:21 | fridolin | davidnind and how is summer in NZ ? | 
| 08:22 | here its freezing but a shiny light | |
| 08:22 | its nice to work inside ^^ | |
| 08:23 | davidnind | some days it's summer, then a few days later it's not! but mostly it has been okay... | 
| 08:24 | I think Europe does indoor heating better way than us, so I've heard anyway :) | |
| 08:26 | cait | it's cozy in our office :) | 
| 08:28 | davidnind | nice! | 
| 08:29 | greenjimll joined #koha | |
| 08:40 | * magnuse | lights a fire if he has to | 
| 08:55 | andreash_ joined #koha | |
| 08:58 | tcohen | morning | 
| 08:58 | andreash_ | hi tcohen | 
| 09:20 | magnuse | hi tcohen | 
| 09:24 | cait | magnuse: thx :) | 
| 09:29 | tcohen | hi andreash_and magnuse | 
| 09:38 | kohaputti joined #koha | |
| 09:48 | kohaputti joined #koha | |
| 09:51 | marcelr joined #koha | |
| 09:51 | marcelr | hi #koha | 
| 10:00 | calire | hi marcelr | 
| 10:01 | irma_ joined #koha | |
| 10:02 | marcelr | hi calire | 
| 10:02 | cait | hi marcelr | 
| 10:02 | you are back! | |
| 10:02 | marcelr | hi cait | 
| 10:03 | cait | i was starting to get a little worried | 
| 10:03 | marcelr | last week i had some trouble with connecting to oftc | 
| 10:12 | andreash_ joined #koha | |
| 10:17 | andreash_ joined #koha | |
| 10:29 | davidnind left #koha | |
| 10:51 | andreash_ joined #koha | |
| 10:54 | * magnuse | waves to marcelr then wanders off for lunch | 
| 10:54 | marcelr | o/ | 
| 10:54 | SunRunner joined #koha | |
| 11:22 | andreash_ joined #koha | |
| 11:34 | andreashm joined #koha | |
| 11:34 | cait | mana default on/off discussion on bug 17047 - would be interesting to get more opinions | 
| 11:34 | huginn | Bug http://bugs.koha-community.org[…]_bug.cgi?id=17047 new feature, P5 - low, ---, alex.arnaud, Passed QA , Mana Knowledge Base : share data | 
| 12:00 | magnuse | gah, what was the trick for fixing encoding in plugins again? | 
| 12:00 | andreashm joined #koha | |
| 12:05 | magnuse | ah, $self->output_html( $template->output() ); from bug 19223 | 
| 12:05 | huginn | Bug http://bugs.koha-community.org[…]_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 | cait | magnuse: check the kitchen sink maybe? | 
| 12:06 | bug 19233 | |
| 12:06 | huginn | Bug http://bugs.koha-community.org[…]_bug.cgi?id=19233 enhancement, P5 - low, ---, nick, CLOSED FIXED, Add ability to send itemnumbers in report results to batch modification | 
| 12:06 | cait | almost | 
| 12:06 | bug 19223 | |
| 12:07 | magnuse: the second 19233 | |
| 12:13 | coyas joined #koha | |
| 12:13 | coyas | hi | 
| 12:15 | i want to configure koha email | |
| 12:16 | i want to let user create an account, | |
| 12:26 | magnuse | cait: thanks, bug 19223 enlightened me :-) | 
| 12:26 | huginn | Bug http://bugs.koha-community.org[…]_bug.cgi?id=19223 major, P5 - low, ---, tomascohen, RESOLVED FIXED, Avoid encoding issues in plugins by providing helper methods to output headers correctly | 
| 12:49 | marcelr joined #koha | |
| 12:50 | marcelr | ll | 
| 12:50 | oops | |
| 13:01 | alex_a joined #koha | |
| 15:40 | calire left #koha | |
| 16:18 | reiveune | bye | 
| 16:18 | reiveune left #koha | |
| 16:25 | tuxayo | hi all o/ | 
| 16:25 | fridolin left #koha | |
| 16:26 | tuxayo | marcelr: Do those "ll" mean that you were using vim with "hjkl" instead of the arrows to move? ;) | 
| 16:26 | eythian | or an alias for ls -l | 
| 16:27 | any proper vim user would be using w and b and such to move around, of course. | |
| 16:27 | * eythian | still tends to use hjkl when he should know better however. | 
| 16:39 | cait left #koha | |
| 17:10 | laurence left #koha | |
| 17:13 | cait joined #koha | |
| 17:49 | paul_p joined #koha | |
| 19:32 | IndigoRed joined #koha | |
| 19:39 | alexbuckley joined #koha | |
| 20:25 | alexbuckley | hi all | 
| 20:41 | alexbuckley joined #koha | |
| 21:04 | irma_ joined #koha | |
| 21:27 | cait1 joined #koha | |
| 21:30 | jcamins joined #koha | |
| 21:34 | cait2 joined #koha | |
| 22:48 | irma_ joined #koha | |
| 22:49 | cait2 left #koha | |
| 23:25 | papa joined #koha | 
← Previous day | Today | Next day → | Search | Index