← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
Time | Nick | Message |
---|---|---|
00:08 | jenkins_koha | Starting build #35 for job Koha_3.16.x_U14 (previous build: STILL FAILING) |
00:11 | mtj | hiya dcook |
00:11 | rangi, abouty? | |
00:12 | i noticed the 3.16.x branch hasnt been updated in the koha-translate repo, for a few months | |
00:12 | dcook | yo mtj |
00:12 | mtj | https://github.com/bgkriegel/k[…]ranslate/branches |
00:12 | rangi | there shoiuld be a 3.16.6 branch |
00:15 | mtj | hmm, i cant see one - am i looking in the right repo? ^ |
00:16 | rangi | maybe he hasnt updated it, drop him an email |
00:16 | the 3.18.02 one is up to date tho | |
00:16 | so it might be just not updated yet | |
00:18 | mtj | ok, will do.. |
00:19 | TGoat-Andro joined #koha | |
00:24 | mtj | i was curious how todays 3.14.12 release happened, without any new 3.14.x .po updates |
00:25 | i guess there have not been any string changes since the last 3.14 release | |
00:27 | papa joined #koha | |
00:28 | papa joined #koha | |
00:36 | jenkins_koha | Project Koha_3.16.x_U14 build #35: NOW UNSTABLE in 28 min: http://jenkins.koha-community.[…]ha_3.16.x_U14/35/ |
00:36 | * Chris Cormack: Bug 13425 - XSS in intranet facets - Patch for 3.18 and master | |
00:36 | * Jonathan Druart: Bug 7372: (follow-up) does execute this DB entry twice | |
00:36 | * Jonathan Druart: Bug 7372: (follow-up) remove debug message | |
00:36 | huginn | 04Bug http://bugs.koha-community.org[…]_bug.cgi?id=13425 is not accessible. |
00:36 | jenkins_koha | * Fridolin Somers: Bug 13296 - error when using z3950 with UNIMARC authorities |
00:36 | * Jonathan Druart: Bug 13296: (follow-up) permit grep on AUTHUNIMARC | |
00:36 | * Jonathan Druart: Bug 13428: Fix regression on deleting facets | |
00:36 | huginn | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7372 enhancement, P5 - low, ---, jonathan.druart, Pushed to Master , RoadTypes should be folded into Authorised Values |
00:36 | 04Bug http://bugs.koha-community.org[…]_bug.cgi?id=13296 critical, P5 - low, ---, fridolyn.somers, Pushed to Stable , error when using z3950 with UNIMARC authorities | |
00:36 | 04Bug http://bugs.koha-community.org[…]_bug.cgi?id=13428 major, P5 - low, ---, jonathan.druart, Pushed to Stable , Fix facet deletion | |
01:08 | rocio left #koha | |
01:15 | rangi | @later tell tcohen can you do a git checkout for 3.18.x on U12 please |
01:15 | huginn | rangi: The operation succeeded. |
01:19 | rangi | @marc 490 |
01:19 | huginn | rangi: A series statement for which no series added entry is traced or for which the added entry is traced in one of the 800-830 fields in a form different from the form contained in field 490. (Repeatable) [a,l,v,x,6,8] |
01:19 | wahanui | i already had it that way, huginn. |
01:20 | rangi | @marc 440 |
01:20 | huginn | rangi: A series statement consisting of a series title alone. (Repeatable) [a,n,p,v,x,6,8] |
01:45 | dcook | Interesting... |
01:45 | wahanui | i heard interesting was sometimes good and sometimes bad |
01:45 | dcook | Anyone around that doesn't use Microsoft Outlook for their email? |
01:45 | I'd love it if someone could test an email for me... | |
01:46 | Looks like Outlook understands 'text/plain; charset="UTF-8"' but not 'text/plain; charset="utf8"' | |
01:46 | Wondering if that's a Microsoft "feature" or if utf8 is worng... | |
01:46 | wrong* | |
01:47 | Hmm seeing it looks like it's utf-8 elsewhere in Letters.pm, I'm guessing utf8 is wrong | |
01:49 | Yep, I'm going with typo | |
02:25 | H'okay.. | |
02:53 | Hmm... turns out "git commit -a --amen" also works.. | |
02:54 | --am(end) in fact... | |
02:58 | rangi: Don't suppose you're around to answer a question about Koha::Email? | |
03:01 | * dcook | has no idea why Koha::Email->create_message_headers() has a "charset" parameter :S |
03:01 | dcook | Doesn't look like it would ever be used... |
03:03 | Whatever. I'll fix what I can now and see how it goes. | |
04:07 | rangi | why wouldnt it be used? |
04:22 | dcook | rangi: I don't see where it would be used :S |
04:22 | Unless Mail::Sendmail is passing it on to something else | |
04:23 | But I would think that charset would be set in the Content-type header | |
04:23 | If it is used, I'm wondering if it should be "utf-8" instead of "utf8" | |
04:24 | As utf8 seems to be invalid in a Content-Type header | |
04:26 | I don't see $mail{charset} used anywhere in Mail::Sendmail :S | |
04:27 | Hence my question :) | |
04:30 | rangi | its set in the subroutine |
04:30 | dcook | You mean create_message_headers()? |
04:33 | I see charset set in Koha::Email->create_message_headers(), but I don't see where it would ever be used :S | |
04:37 | rangi | its not a content type header |
04:37 | thats what you set with contenttyep | |
04:38 | $mail{'Content-Type'} = $params->{contenttype} if $params->{contenttype}; | |
04:38 | dcook | Right, but it should still take the following form, no? |
04:38 | Content-Type: 'text/plain; charset="utf-8"' | |
04:38 | Rather than: | |
04:38 | Content-Type: 'text/plain;' | |
04:38 | charset: 'utf-8'; | |
04:39 | rangi | it will take whatever you pass it |
04:39 | dcook | Right, I'm looking at that now |
04:39 | rangi | the charset thing is not for a header |
04:40 | dcook | Then what is it for? :S |
04:40 | That's what I'm so confused about, haha | |
04:40 | Being part of create_message_headers() and all | |
04:41 | rangi | just set contenttype |
04:41 | dcook | I know, I'm not worried about that |
04:41 | I was fixing the charset being set in contenttype | |
04:42 | As it needed to be utf-8 rather than utf8 | |
04:42 | And that's why I started asking about the charset parameter | |
04:42 | But I won't worry about it | |
04:47 | rangi | right 3.18.x is running with a subtree for the po files now http://git.koha-community.org/[…]refs/heads/3.18.x |
04:47 | will see how that works as an experiment, and we can maybe do the same for master if it's ok | |
05:00 | jenkins_koha | Starting build #17 for job Koha_3.18.x_U14 (previous build: FIXED) |
05:34 | Yippee, build fixed! | |
05:34 | wahanui | o/ '`'`'`'`'`'`'`'`'` |
05:34 | jenkins_koha | Project Koha_3.18.x_D7 build #21: FIXED in 41 min: http://jenkins.koha-community.[…]oha_3.18.x_D7/21/ |
05:34 | * Chris Cormack: Remove po files, now in a subtree | |
05:34 | * Chris Cormack: Squashed 'misc/translator/po/' content from commit b643202 | |
05:58 | papa joined #koha | |
06:06 | cait joined #koha | |
07:02 | carmen joined #koha | |
07:03 | laurence joined #koha | |
07:16 | ashimema | morning #koha |
07:22 | cait | morning ashimema |
07:30 | jenkins_koha | Starting build #18 for job Koha_3.18.x_U14 (previous build: SUCCESS) |
07:37 | dcook | Happy holidays everyone! |
07:37 | nighters | |
07:40 | reiveune joined #koha | |
07:40 | reiveune | hello |
07:40 | wahanui | hello, reiveune |
07:41 | alex_a joined #koha | |
07:41 | alex_a | bonjour |
08:13 | sophie_m joined #koha | |
08:30 | cait joined #koha | |
08:30 | cait | good morning #koha |
08:34 | fridolin joined #koha | |
08:38 | fridolin | hie all |
08:40 | paul_p joined #koha | |
08:43 | gaetan_B joined #koha | |
08:43 | gaetan_B | hello |
10:42 | paul_p joined #koha | |
12:02 | barton_away joined #koha | |
12:22 | edveal joined #koha | |
12:42 | cait | happy holidays everyone :) |
13:03 | nengard joined #koha | |
13:12 | sophie_m joined #koha | |
13:25 | jenkins_koha | Starting build #7 for job Koha Docs 3.16.x (previous build: SUCCESS) |
13:25 | Project Koha Docs 3.16.x build #7: SUCCESS in 9.9 sec: http://jenkins.koha-community.[…]0Docs%203.16.x/7/ | |
13:25 | Nicole C. Engard: move autohrity indexes to the right place | |
13:33 | Starting build #588 for job Koha_Docs (previous build: SUCCESS) | |
13:33 | Project Koha_Docs build #588: SUCCESS in 2 min 11 sec: http://jenkins.koha-community.[…]ob/Koha_Docs/588/ | |
13:33 | * Nicole C. Engard: move autohrity indexes to the right place | |
13:33 | * Nicole C. Engard: update messaging images | |
13:40 | Starting build #8 for job Koha Docs 3.16.x (previous build: SUCCESS) | |
13:40 | Project Koha Docs 3.16.x build #8: SUCCESS in 9.7 sec: http://jenkins.koha-community.[…]0Docs%203.16.x/8/ | |
13:40 | * Nicole C. Engard: update messaging images | |
13:40 | * Nicole C. Engard: update opac patron messaging | |
13:40 | * Nicole C. Engard: add digest definition to patron messaging | |
13:47 | Starting build #589 for job Koha_Docs (previous build: SUCCESS) | |
13:47 | Project Koha_Docs build #589: SUCCESS in 1 min 29 sec: http://jenkins.koha-community.[…]ob/Koha_Docs/589/ | |
13:47 | * Nicole C. Engard: update opac patron messaging | |
13:47 | * Nicole C. Engard: add digest definition to patron messaging | |
13:47 | * Nicole C. Engard: fix notice capitalization | |
13:48 | * Nicole C. Engard: fix notice capitalizaiton in opac | |
13:54 | khall joined #koha | |
13:55 | jenkins_koha | Starting build #9 for job Koha Docs 3.16.x (previous build: SUCCESS) |
13:55 | Project Koha Docs 3.16.x build #9: SUCCESS in 9.4 sec: http://jenkins.koha-community.[…]0Docs%203.16.x/9/ | |
13:55 | * Nicole C. Engard: fix notice capitalization | |
13:55 | * Nicole C. Engard: fix notice capitalizaiton in opac | |
13:59 | JoshB joined #koha | |
14:13 | sophie_m joined #koha | |
14:43 | NateC joined #koha | |
14:55 | cait | Joubu: are you working next week? |
14:55 | Joubu | cait: yep |
14:56 | cait | ah me too :) so nice christmas holidays for now :) |
14:56 | Joubu | yes, no holidays for me this time :) |
14:57 | cait: happy no christmas holidays you too ;) | |
14:57 | cait | i am hoping for some quiet to work on some bigger things here :) |
15:23 | carmen joined #koha | |
15:25 | talljoy joined #koha | |
15:34 | rocio joined #koha | |
15:39 | fridolin | see U tomorrow Ho Ho Ho ;) |
15:39 | fridolin left #koha | |
15:41 | cait | Joubu: I will be back next week, Monday, Tuesday - off work the next 3 days |
15:42 | Joubu | cait: ok, enjoy your holidays! |
15:42 | cait | thx :) |
15:46 | edveal joined #koha | |
15:56 | mtompset joined #koha | |
15:56 | mtompset | Greetings, #koha. |
15:56 | Are we installing memcache by default? | |
16:04 | reiveune | bye |
16:04 | reiveune left #koha | |
16:18 | khall left #koha | |
16:19 | khall joined #koha | |
16:29 | chris_n` joined #koha | |
16:41 | jseplae joined #koha | |
16:42 | cait left #koha | |
17:23 | gaetan_B | bye ! |
17:31 | cait joined #koha | |
17:48 | laurence left #koha | |
18:41 | barton_ joined #koha | |
19:09 | wnickc joined #koha | |
19:17 | rangi | morning |
19:18 | cait | morning rangi |
19:33 | bag | morning rangi and cait |
19:34 | cait | hibag ) |
19:34 | :) | |
19:34 | what are you going to cook tomorrow? | |
19:35 | bag | elk roast |
19:35 | rangi | bag: you should make amy come introduce herself sometime :) |
19:35 | cait | bag: oh interesting! |
19:35 | wahanui | interesting is, like, sometimes good and sometimes bad |
19:36 | bag | with some yorkshire pudding, roast potatoes, brussel sprouts |
19:36 | going to smoke the elk slightly over some cherry wood | |
19:36 | rangi I will make amy come say hi | |
19:38 | cait | had to look up yorkshire pudding |
19:38 | looks nice | |
19:40 | rangi | im with you on everythign except the brussel sprouts |
19:40 | * cait | likes brussel sprouts |
19:40 | cait | i have recently started baking them |
19:41 | so good | |
19:44 | wnickc | roast elk trumps my figgy pudding :) I thought I was going old school |
19:45 | rangi | @wunder nzwn |
19:45 | huginn | rangi: The current temperature in Wellington, New Zealand is 18.0°C (8:30 AM NZDT on December 24, 2014). Conditions: Clear. Humidity: 77%. Dew Point: 14.0°C. Pressure: 30.30 in 1026 hPa (Steady). |
19:47 | cait | wnickc: smoked lsightly over cherry wood... I think that's really hard to trump |
19:47 | @wunder Konstanz | |
19:47 | huginn | cait: The current temperature in Taegerwilen, Taegerwilen, Germany is 1.7°C (8:45 PM CET on December 23, 2014). Conditions: Clear. Humidity: 77%. Dew Point: -2.0°C. Windchill: 2.0°C. Pressure: 30.24 in 1024 hPa (Steady). |
19:47 | cait | it's quite cold tonight - finally |
19:48 | rangi | http://www.gw.govt.nz/beaconhill/detail/20 |
20:06 | nengard | @wunder 78754 |
20:06 | huginn | nengard: The current temperature in University Hills, Austin, Texas is 10.3°C (2:05 PM CST on December 23, 2014). Conditions: Mostly Cloudy. Humidity: 74%. Dew Point: 6.0°C. Pressure: 29.78 in 1008 hPa (Falling). |
20:06 | nengard | my kind of winter :) |
20:09 | chris_n | did someone say brussel sprouts? |
20:09 | * chris_n | looks around for the ketchup |
20:12 | chris_n | wow! smoked elk, even |
20:12 | druthb | @wunder 77098 |
20:12 | huginn | druthb: The current temperature in West U, West University Place, Texas is 14.1°C (2:12 PM CST on December 23, 2014). Conditions: Scattered Clouds. Humidity: 69%. Dew Point: 8.0°C. Pressure: 29.58 in 1002 hPa (Falling). |
20:15 | wizzyrea | @wunder nzwn |
20:15 | huginn | wizzyrea: The current temperature in Wellington, New Zealand is 19.0°C (9:00 AM NZDT on December 24, 2014). Conditions: Clear. Humidity: 73%. Dew Point: 14.0°C. Pressure: 30.30 in 1026 hPa (Steady). |
20:15 | wizzyrea | yussssss summmmmer |
20:17 | nengard | ketchup on brussel sprouts?? |
20:20 | cait | ...? |
20:25 | bag | ah cait and rangi - fry the brussel sprouts with some bacon - then you’ll love them rangi |
20:25 | nengard | chris_n said above that he was looking for ketchup for the burssel sprouts |
20:26 | cait | cheese... bacon... but ketchup? :) |
20:26 | bag | and then cait for christmas dat |
20:26 | nengard | never had them with cheese either |
20:26 | bag | day* |
20:26 | cait | hm? |
20:26 | nengard | bacon, or lemon, or burbon |
20:26 | chris_n | cheese and bacon sounds great |
20:26 | bag | I’m making a rack of pork, injected with peach nectar, and a rub of tuscan rosemary (garlic) - that will be slightly smoked over some cherry wood too |
20:27 | nengard left #koha | |
20:27 | * chris_n | wipes the drool |
20:28 | * cait | ponders how much the plane tix might cost |
20:28 | nengard joined #koha | |
20:28 | * chris_n | has been grilling deer burger and sausage lately |
20:28 | bag | HA - that rack of pork I made it about a month or two ago - and it was the best thing I’ve ever eaten |
20:29 | chris_n | along with wild goose and bacon shishkabob |
20:29 | bag | I’m still trying to figure out what sauce I want to make to go with the Elk roast - I was thinking a chutney of somekind (maybe rhubarb apricot) |
20:29 | yeah chris_n that sounds fabulous | |
20:29 | chris_n | leaving Friday for a swan hunt on the coast |
20:29 | but elk sounds great | |
20:29 | bag | I just got some mallard breasts (never had those before) - gonna grill those on boxing day |
20:30 | chris_n | cook them medium rare |
20:30 | I have a recipe for mallard with wild rice and cranberries which is excellent | |
20:31 | bag | oh send that along |
20:31 | chris_n | will do |
20:31 | bag | yeah chris_n I’ve found with all game type stuff - it’s horrible if you cook it past medium (or even to medium) |
20:31 | chris_n | yup, tastes just like liver :-P |
20:31 | bag | I just got a piece of goat too - I’m excited to try that as well |
20:32 | chris_n | I used to have dairy goats, but never eaten any |
20:32 | * chris_n | imagines it must be like deer somewhat |
20:32 | bag | rangi, NateC, or cait did we have goat in argentina? |
20:32 | NateC | i did |
20:32 | not sure about everyone else | |
20:32 | cait | hm i think i didn't |
20:33 | or ast least I didn't know :) | |
20:33 | NateC | I'm pretty sure i ate parts of a goat that i didn't know existed |
20:33 | bag | yeah NateC I was wondering if we had that one of those nights we split that big pile of meat |
20:34 | chris_n | now I'm hungry.... |
20:34 | left some sausage in the smoker this morning | |
20:35 | bag | noice |
20:35 | rangi | yeah i think the night of the tango |
20:35 | you and NateC had goat | |
20:35 | cait | ah in the open air place? |
20:35 | * cait | still misses argentina a bit |
20:36 | bag | right that’s what I was thinking |
20:36 | tango goat | |
20:36 | :P | |
20:37 | cait | i think i kept asking rangi about the time in german every time he woke me up there.... |
20:37 | too tired that evening :) | |
20:38 | bag | HA |
20:39 | cait | he didn't answer! |
20:41 | ibeardslee | chris_n: most recipies I've seen for goat say that you can substitute mutton |
20:42 | it's probably closer to that than deer .. unless you go for an old buck .. that could be a bit stronger ;) | |
20:42 | bag | should you brine goat? |
20:45 | chris_n | smoked goose jerky is a favorite around here as well |
20:53 | michael__ joined #koha | |
20:54 | tcohen joined #koha | |
20:55 | tcohen | hi |
20:56 | wizzyrea | I had some pretty amazing goat over the weekend - apparently they marinated it in ground papaya, removed the membrane, then poked holes and stuffed them with pork fat and garlic and smoked it. |
20:56 | tcohen | rangi: done |
20:56 | rangi | thanks tcohen |
20:57 | cait | hi tcohen :) |
20:57 | tcohen | hi cait |
20:57 | wizzyrea | it was awesome. |
20:57 | * tcohen | is in charge of the tabbuleh for tomorrow night |
20:57 | cait | happy holidays to everyone (better say it now before i miss my chance) |
20:57 | tcohen | heh |
20:57 | same for you cait | |
20:58 | cait | tcohen: we installed 3.18.2 today - and we will keep poking it in january |
20:58 | tcohen | :-D |
20:58 | cait | well 2 test installations for now, one with acq and serials data... 3.12 - 3.18 is going to be a big one |
20:59 | tcohen | we've upgraded our demo servers (a copy from production instances) |
20:59 | it was a 3.12 -> 3.18 upgrade | |
20:59 | no complains so far | |
20:59 | well, we re-created the instances with the fancy --enable-sru and DOM set | |
21:01 | cait | :) |
21:01 | tcohen | rangi: i'm trying to set the Koha_Master_Webserver_Test task on jenkins |
21:01 | cait | we also switched to dom |
21:01 | let me know what you run into :) | |
21:01 | tcohen | our librarians asked for a way to set the automatic refresh in the circ module syspref-wise |
21:02 | meaning permanently, globally | |
21:02 | cait | hm makes sense |
21:03 | coworker ran into bug 13458 today i think | |
21:03 | huginn | 04Bug http://bugs.koha-community.org[…]_bug.cgi?id=13458 normal, P5 - low, ---, koha-bugs, NEW , Add new patron shows default / hardcoded patron categories after search |
21:28 | chris_n | wizzyrea: sounds delicious |
21:29 | wizzyrea | it was a very tasty goat. :) |
21:29 | we had duck for thanksgiving, that was pretty nice too. | |
21:43 | * tcohen | feels kinda guilty: bought and awesome wireless keyboard from... Micro$oft |
21:43 | wizzyrea | well, it works on linux eh? |
21:43 | tcohen | flawlessly |
21:44 | wizzyrea | I think you should not feel bad about M$ hardware. |
21:44 | open hardware is hard to come by. | |
21:44 | tcohen | it is just... awesome to code on it |
21:46 | ibeardslee | also the rumour is that they make a bit of a loss on the hardware .. every bit helps ;) |
21:46 | personally I doubt they make a loss on it | |
21:48 | wizzyrea | somewhere along the line my absolute loathing of microsoft abated and was replaced with contempt for apple. |
21:49 | * cait | confesses to a wireless microsoft mouse |
21:49 | wizzyrea | they are both less good than my now-favoured linux, of course. |
21:49 | cait | they are not so tiny as others... and they work for left handed |
22:03 | jenkins_koha | Yippee, build fixed! |
22:03 | wahanui | o/ '`'`'`'`'`'`'`'`'` |
22:03 | jenkins_koha | Project Koha_3.18.x_U12 build #3: FIXED in 57 min: http://jenkins.koha-community.[…]oha_3.18.x_U12/3/ |
22:15 | nengard left #koha | |
22:53 | TGoat-Android joined #koha | |
22:54 | NateC joined #koha | |
23:14 | TGoat-Android joined #koha | |
23:14 | TGoat-Andro joined #koha | |
23:18 | wnickc | nothing quite so much fun as line by line comparison of sysprefs on two instances |
23:42 | papa joined #koha | |
23:42 | pianohacker joined #koha | |
23:42 | papa joined #koha | |
23:45 | wizzyrea | heh |
23:46 | TGoat-Andro joined #koha |
← Previous day | Today | Next day → | Search | Index