Time  Nick         Message
01:37 wizzyrea     heh, reserve bank gave us exactly and only ssh access. and no other access to get files to/from the server
01:37 wizzyrea     and now they want to go through the whole papers process again to give us the other access we will need.
01:39 eythian      haha
01:39 eythian      that's stupid
01:40 eythian      also, that's the wrong channel :)
01:40 wizzyrea     "The remote access contract that we signed with you was for SSH access only, as that was what we assumed you needed."
01:40 wizzyrea     si ut us
01:40 wizzyrea     so it is.
01:44 eythian      perl -p -i -e 's{^modulePath: /usr/lib/idzebra-2.0/modules$}{modulePath: /usr/lib/idzebra-2.0/modules:/usr/lib/x86_64-linux-gnu/idzebra-2.0/modules:/usr/lib/i386-linux-gnu/idzebra-2.0/modules:/usr/lib/aarch64-linux-gnu/idzebra-2.0/modules:/usr/lib/arm-linux-gnueabi/idzebra-2.0/modules:/usr/lib/arm-linux-gnueabihf/idzebra-2.0/modules:/usr/lib/mips-linux-gnu/idzebra-2.0/modules:/usr/lib/mipsel-linux-gnu/idzebra-2.0/modules:/usr/lib/powerpc
01:44 eythian      -linux-gnu/idzebra-2.0/modules:/usr/lib/powerpc64le-linux-gnu/idzebra-2.0/modules:/usr/lib/s390x-linux-gnu/idzebra-2.0/modules}' $( find /etc/koha/sites -name zebra-authorities.cfg -or -name zebra-authorities-dom.cfg -or -name zebra-biblios.cfg -or -name zebra-biblios-dom.cfg )
01:44 eythian      that's a monster of a command that should fix jessie path issues.
01:46 wizzyrea     wow
01:49 * eythian    just mispasted into vim and ended up with "Bug 14106" appearing 14106 times...
01:49 huginn       04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14106 major, P5 - low, ---, robin, ASSIGNED , koha-conf paths to zebra libraries are wrong in jessie
01:50 wizzyrea     omg, I hate that.
01:51 wizzyrea     how does that happen (if you know)
01:51 wizzyrea     I always do it accidentally.
01:51 wizzyrea     it's associated with some common typo, but I'm never sure what it is.
01:51 eythian      because I hadn't put it in insert mode, so it commanded 'Bug ' (which doesn't do much), then 14106, then I pressed 'i' and tried again, so it repeated my 'i'+text that number of times.
01:51 wizzyrea     AHA
01:52 wizzyrea     yes thank you that explains many stupid things I've done.
01:52 wizzyrea     thank $diety for the 'u' key
01:52 eythian      yeah, it gets a lot of use.
01:52 indradg      +1 for 'u'
01:52 * indradg    hates when that happens :)
01:52 eythian      I have an undo tree plugin that I rarely use, but it's super handy when I need it.
01:54 wizzyrea     eythian++ for illuminating a thing
02:11 bag          @seen kathryn
02:11 huginn       bag: kathryn was last seen in #koha 22 weeks, 4 days, 4 hours, 59 minutes, and 16 seconds ago: <kathryn> thanks cait !
02:16 kathryn      hiyas :)
02:30 eythian      yay it works
02:30 eythian      finally!
02:37 kathryn      what's that eythian ?
02:37 eythian      koha working on the new debian version
02:37 wizzyrea     \o/
02:37 eythian      what I've been hoping to get into the 3.20 release
02:45 eythian      @later tell tcohen can you please review and test bug 14106 for me (whether it's a test of spirit or implementation :) and put it in for the 3.20 release if it looks good.
02:45 huginn       eythian: The operation succeeded.
02:46 eythian      @later tell tcohen it's necessary for Koha to run on Debian Jessie.
02:46 huginn       eythian: The operation succeeded.
03:00 kathryn      :)
03:06 wizzyrea     @later tell cait this is soon to be automatic: http://koha-community.org/about/history/ (but needs a couple of little patches to the history to make it look nice - I'll submit them)
03:06 huginn       wizzyrea: The operation succeeded.
03:14 AmitG        hi all
03:50 eythian      https://youtu.be/0y-K9riP2oo <-- what movie has a song with this music in it?
03:50 eythian      I keep thinking a Tarantino movie, but I'm not sure.
03:56 wizzyrea     ok, so it has a similar melodic line to "My baby shot me down" which would have been in Kill Bill
03:57 wizzyrea     https://www.youtube.com/watch?v=xSHYlSxQyJM < this
03:57 eythian      wizzyrea: that's totally what it is!
03:57 eythian      or at least, what I was thinking of
03:57 eythian      ta
03:57 wizzyrea     :D
04:03 kathryn      haha I was gunna say it's Kill Billish too :)
04:29 mtj          qntal has a similar weird drone to some 'dead can dance' tracks, circa baraka
04:30 mtj          https://www.youtube.com/watch?v=z42ENG79hTo
04:31 mtj          ive no idea what the instrument is
04:31 mtj          instruments.. :)
04:32 mtj          https://www.youtube.com/watch?v=S1J6TFHCevg
04:33 mtj          amazing stuff..
04:42 mveron       Good morning / daytime #koha
04:54 mveron       eythian: Hi, I have a question about installing languages, the files that are  in ...installer/data/mysql/de-DE: For having it for de-CH, is it enough just to copy the files?
05:46 eythian      mveron: can you clarify? enough for what, and what are you trying to do?
05:47 eythian      if you mean installing translations, then you'll probably want to work with the files in misc/translator/po
05:48 eythian      have a poke in koha-translate to see how it determines what languages exist etc.
05:49 mveron       eythian: It is about the stuff that is installed with the web installer. If I install de-DE, I can populate the database with German data. If I install de-CH, I have English only.
05:49 mveron       So I will need sql files for de-CH
05:50 eythian      oh. I'm not really sure how that works. I suspect that you're right though about copying the files.
05:52 * magnuse    waves
05:52 mveron       The files are in language dependent folders, e.g. installer/data/mysql/de-DE/mandatory/sample_notices.sql
05:52 mveron       I wonder if i cansimply provide such files for  installer/data/mysql/de-DE
05:53 mveron       sorry,  installer/data/mysql/de-CH
05:53 eythian      yeah, my guess would be duplicating them as appropriate would probably work, though maybe best to ask someone who is bilingual enough to do translations, like magnuse :)
05:53 mveron       Hi magnuse :-)
05:56 mveron       magnuse: What do you think, can I  simply copy the files  in ...installer/data/mysql/de-DE to ... de-CH for having them available during install? - It is about the sql files that populate the database during install.
06:08 magnuse      kia ora!
06:08 magnuse      mveron: yes, that should do it
06:09 magnuse      the files in there are picked up by the webinstaller
06:09 mveron       magnuse: Thanks. I consider to file a bug to have them as de-CH as well
06:09 mveron       :-)
06:09 magnuse      sounds like a plan!
06:09 mveron       @wunder Allschwil
06:09 huginn       mveron: The current temperature in Basel, Switzerland is 6.0°C (8:00 AM CEST on May 22, 2015). Conditions: Scattered Clouds. Humidity: 100%. Dew Point: 6.0°C. Pressure: 30.30 in 1026 hPa (Steady).
06:09 magnuse      @wunder boo
06:09 huginn       magnuse: The current temperature in Bodo, Norway is 9.0°C (7:50 AM CEST on May 22, 2015). Conditions: Mostly Cloudy. Humidity: 58%. Dew Point: 1.0°C. Pressure: 29.56 in 1001 hPa (Falling).
06:09 magnuse      hah!
06:09 magnuse      ;-)
06:10 magnuse      @wunder marseille
06:10 huginn       magnuse: The current temperature in Marseille, France is 14.0°C (8:00 AM CEST on May 22, 2015). Conditions: Clear. Humidity: 51%. Dew Point: 4.0°C. Pressure: 30.04 in 1017 hPa (Steady).
06:11 magnuse      huh, twitter redesigned?
06:13 magnuse      kia ora cait
06:14 cait         kia ora
06:14 magnuse      gah, i forgot about the live stream from the english day of the koha thing in finland yesterday http://www.kirjastokaista.fi/live/
06:14 mveron       Hi cait :-)
06:15 eythian      hi cait, magnuse
06:15 cait         hi mveron :)
06:18 magnuse      we really should move the marc frameworks from installer/data/mysql/*/marcflavour to a language-independent location
06:36 magnuse      ah, here is the recording of day 1 in finland: https://www.youtube.com/watch?v=48K6YR6Pfkg
06:41 magnuse      @arewethereyet
06:41 huginn       magnuse: YES!
06:41 magnuse      w00t!
06:45 indradg      morning #koha
06:46 indradg      eythian++ for that guideline post on devel list :-)
06:46 reiveune     hello
06:47 indradg      hi cait, magnuse, mveron reiveune
06:47 mveron       Hi indradg
06:47 reiveune     hi indradg
06:49 fridolin     hie
06:50 indradg      dear testers and QA people, once everyone has a bit of free time, can you take a look at bug 14070 and bug 14206?  both are trivial patches that fix staff in notices - no new feature and introduces no new strings
06:50 huginn       04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14070 minor, P5 - low, ---, indradg, Signed Off , Notice not saved when mandatory fields are not filled
06:50 huginn       04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14206 normal, P5 - low, ---, indradg, Needs Signoff , notices using non email templates can't be deleted from the staff client
06:50 magnuse      wow, the fins are real pros at video from conferences
06:51 indradg      s/staff/stuff
06:52 indradg      mveron: can you pls re-test bug 14206? i've revised the patch and the test plan
07:08 mveron       indradg: done :-)
07:09 * cait       waves
07:12 indradg      thanks a bunch mveron
07:45 magnuse      another day, another migration
07:47 * cait       cheers magnuse on
07:49 indradg      Hi Viktor
07:53 Viktor       Hi indradg!
07:53 Viktor       And bye :( Heading for the car but will be back up in 45 minutes or so.
07:55 Joubu        eythian: Thanks a lot for having packaged the uncooperative deps!
07:56 Joubu        eythian: and thanks a lot for your email too, very instructive and useful
08:00 cait         :) eythian++ Joubu++
08:11 magnuse      eythian++ Joubu++
08:11 magnuse      that email should probably be on the wiki, right?
08:25 Viktor       And hi again people :)
08:27 cait         magnuse: haven't read it yet - but sounds like a good idea :)
08:28 Viktor       I uploaded a new sv-SE-staff-help.po half an hour ago. We'll not reach 100% but at least for 3.20.1 we'll be in sync again.
08:28 cait         Viktor++
08:28 magnuse      yay
08:34 magnuse      nb-NO aims for being 100% one the relevant files for 3.20.1 too (that does *not* include the help file, though)
08:34 magnuse      s/one/on/
08:34 Viktor       magnuse++
08:35 magnuse      MARC-- for hiding itemtype info as codes in 00x fields
09:42 Viktor       Is not initializing tinyMCE with an option to upload images on purpose for a good reason?
10:00 Viktor       (noticed initializing with ,image, only gives the possibility to throw in an url. Not upload an image. Wonders if there is a plugin or 4.x of tinymce handles upload)
10:02 Viktor       (seems like MCEImagaManager would do the trick but thats PHP or .NET. Might not be all that popular for standard Koha. But perhaps documenting how to set it up for those who want it)
10:20 jono         Is it possible to host Koha for multiple "libraries" from one server? Is there any documentation on this
10:22 cait         yes
10:22 cait         you shoudl look at the packages
10:22 cait         packages?
10:22 wahanui      packages is at http://wiki.koha-community.org/wiki/Debian
10:23 cait         they are made to do this and are the recommended form of installing koha
10:23 cait         multiple koha instances on one server
10:23 jono         right, awesome... thanks for the response!
10:30 cait         hi khall
10:30 khall        hi cait!
10:49 magnus_bbiab hi khall
10:49 khall        mornin magnus_bbiab!
10:49 * magnuse    is back
10:50 magnuse      now to figure out what is really hiding in those 00x fields
11:08 magnuse      MARC--
11:08 magnuse      MARC--
11:08 magnuse      MARC--
11:08 magnuse      MARC--
11:08 magnuse      MARC--
11:25 Joubu        JavaScript--
11:35 indradg      Joubu: i must have been smoking dope not to see that simple solution for bug 14070 :)
11:35 huginn       04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14070 normal, P5 - low, ---, indradg, Needs Signoff , Notice not saved when mandatory fields are not filled
12:00 indradg      @wunder kolkata
12:00 huginn       indradg: The current temperature in Kolkata, India is 36.0°C (5:20 PM IST on May 22, 2015). Conditions: Haze. Humidity: 63%. Dew Point: 28.0°C. Pressure: 29.44 in 997 hPa (Steady).
12:11 xarragon     Hm, how does Koha know when it has been updated? How to trigger that automagic web wizard that applies any database patches?
12:14 magnuse      xarragon: i think that was recently changed by bug 13758
12:14 huginn       04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13758 enhancement, P5 - low, ---, jonathan.druart, Pushed to Master , KOHAVERSION should be statically set
12:15 magnuse      Joubu would know...
12:15 xarragon     magnuse: Ok, thanks
12:16 Joubu        xarragon: hum?
12:20 tcohen       morning
12:21 magnuse      kia ora tcohen!
12:21 magnuse      tcohen: so is today the big day?
12:21 tcohen       :-D
12:21 tcohen       hell yeah
12:22 magnuse      woohoo!
12:23 xarragon     Joubu: Well, I have made a change to the database schema and written a perl script placed in the 'atomicupdate' directory. I am now trying out my own patches on a clean master.
12:24 xarragon     Joubu: Patches are applied, usually when I log in the web wizard will be running the migration scripts at this point.
12:25 xarragon     Joubu: But it isn't; I guess a higher version will need to be set somewhere; alternatively I need some other way to trigger the update scripts for testing?
12:25 Joubu        xarragon: you cannot, you have to launch the script manually : perl installer/data/mysql/updatedatabase.pl
12:25 xarragon     Joubu: Ok, that is what I am trying. I seem to need to set the PERL5LIB and CONF-something.
12:25 Joubu        you should never change the kohaversion
12:25 francharb    good morning all
12:25 xarragon     Joubu: No, that is the RM's job, right?
12:26 Joubu        yep
12:26 Joubu        ha yes you need to export PERL5LIB and KOHACONF, put them in your .shellrc file
12:26 xarragon     Ok, I was just curious about how that guide was launched and whether there was any specific test mode.
12:27 xarragon     Joubu: Well, I prefer to set them in each shell separately since I have multiple Perl library locations, but thanks for the advice.
12:29 xarragon     Joubu: Lol, I even advised on the Wiki article that one would need those variables set up for testing the database upgrade. Good that I can't even remember my own written advise.
12:29 xarragon     advice*
12:29 tcohen       wb Joubu
12:30 cait         ah, while I am packing... I will be at our big library conference next week - so I won't be around much next week from tueday on
12:30 tcohen       hi cait
12:31 cait         hi tcohen :)
12:39 * tcohen     needs 14106
12:39 tcohen       testing it
12:39 indradg      Joubu: I updated the commit msg with the actual bug id on bug 14070 and signed it off.
12:39 huginn       04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14070 normal, P5 - low, ---, jonathan.druart, Signed Off , Notice not saved when mandatory fields are not filled
12:41 Joubu        thx indradg
12:59 bgkriegel    Hola
13:01 magnuse      hiya bgkriegel
13:01 bgkriegel    hi magnuse :)
13:17 tcohen       hi bgkriegel, ready for the release?
13:17 bgkriegel    almost :)
13:32 indradg      tcohen: T - minus what ? :)
13:32 tcohen       ?
13:34 indradg      the final release time being time T, we are in the countdown phase... no? :)
13:35 bgkriegel    indradg: it's on me right now, but need to fix something strange on Swedish translation (hope can do it quickly)
13:36 indradg      bgkriegel++
13:43 cait         bgkriegel++ - also tons of sign-offs lately
13:43 * cait       needs to organize another qa sprint after release :)
13:50 bgkriegel    tcohen: Done! just a bunch of ^Ms. Pull request sent!
13:55 tcohen       YAY!
13:59 * Joubu      should not have shown the C4::Charset code on #perlfr...
14:00 tcohen       hahaha
14:00 tcohen       people tagged you as awful coder
14:01 Joubu        I didn't write it! :)
14:02 tcohen       i don't think they care
14:02 tcohen       indradg: yes! T - one hour
14:02 indradg      tcohen++
14:03 * tcohen     is trying to make sure it works on jessie
14:04 * Joubu      thinks tcohen should try to git rm C4/Charset.pm before to release
14:04 tcohen       Joubu: we can do it after the release, and then have time to fix
14:21 tcohen       ok
14:21 * tcohen     is nervous
14:21 tcohen       :-D
14:24 huginn       New commit(s) kohagit: Bug 14106: patch existing zebra configs with new modulePath <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=48d793a0de9229463026444b3f919af9522d2211> / Bug 14106: fill up the zebra config with a list of modulePaths <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=b119dfcc0f6a7e676685e62193da0e1c138f0831> / Bug 14145: Noisy warns in admin/preferences.pl <http://git.koha-community.org/gitweb/?
14:27 barton       eythian++
14:27 barton       ^^ for the "Packaging of Koha dependencies" posting in Koha-devel.
14:30 tcohen       eythian++
15:10 tcohen       ouch, I tried eythian's patch on already created instances...
15:11 tcohen       but it breaks if there aren't
15:16 tcohen       !!
15:34 huginn       New commit(s) kohagit: Bug 14106: (QA followup) avoid failures if no instances created <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=b46e47840a021488f31722645b8e63e454cff7db>
15:41 barton|DND   little doggies are not respecting 'DND'
16:04 tcohen       magnuse: http://git.koha-community.org/gitweb/?p=koha.git;a=summary
16:04 huginn       New commit(s) kohagit: Koha 3.20 is here <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=22a6d3fe2ef8f4aad8b689c577bf347954301481> / Release notes for 3.20 <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=a7f0cbbecefa0110e7ff832ea949581ea7d44fcd> / Translation updates for Koha 3.20.0 release <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=446faf793fb2740ac030c8597bf1b36d45f44e3f>
16:11 reiveune     bye
16:17 Joubu        tcohen: around?
16:18 tcohen       around
16:24 Joubu        I've a patch
16:24 Joubu        ha, no...
16:29 mtompset     Greetings, #koha.
16:30 mtompset     Joubu: I think you'll like my redo of bug 14112 much better. :)
16:30 huginn       04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14112 minor, P5 - low, ---, mtompset, Needs Signoff , Silence warnings t/Charset.t
16:31 Joubu        mtompset: yes, I have seen it, it's better :)
16:33 Joubu        tcohen: the tests randomly fails because branchcode or categorycode are randomly generated and it sometimes they are already in the DB
16:33 Joubu        tcohen: I have a dirty patch, but should be good in 99.99% of the cases, do you want it ?
16:34 Joubu        (now it fails in ~10%)
16:34 tcohen       heh
16:34 tcohen       I have to leave now, maybe on monday :-D
16:35 Joubu        tcohen: k
16:43 tcohen       Joubu: thanks for all the hard work on 3.20
16:44 tcohen       ok, work finished
16:45 tcohen       #koha: enjoy 3.20 while fresh
16:45 Joubu        tcohen: Thanks to you!
16:45 Joubu        tcohen: patch submited on bug 14256
16:45 huginn       04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14256 normal, P5 - low, ---, jonathan.druart, Needs Signoff , tests for TestBuider randomly fails
16:45 Joubu        dirty patch, but end of week! ;)
16:48 Joubu        tcohen++
16:49 tcohen       Joubu++
16:49 tcohen       koha++
16:50 tcohen       have a nice weekend!
16:50 tcohen       will tr to be online a bit
16:50 tcohen       cait++
16:50 tcohen       cait++
17:00 Joubu        khall: fyi, I will try to provide a patch for bug 14098 next week.
17:00 huginn       04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14098 normal, P5 - low, ---, jonathan.druart, NEW , Regression in Marc Modification Templates
17:00 Joubu        Have a good w-e #koha!
17:01 khall        Joubu: that's great to hear! thanks! I'm sure own will thank you too!
17:14 mtompset     @seen bgkriegel
17:14 huginn       mtompset: bgkriegel was last seen in #koha 3 hours, 23 minutes, and 29 seconds ago: <bgkriegel> tcohen: Done! just a bunch of ^Ms. Pull request sent!
17:15 mtompset     @later tell bgkriegel  Could you sign off bug 14113 again? I believe I addressed Joubu's clarity issues.
17:15 huginn       mtompset: The operation succeeded.
17:15 mtompset     BTW, I decided to be a little more verbose than the regexp's you gave, Joubu. :)
17:16 mtompset     Makes for improved readability and clarity. :)
17:17 bgkriegel    mtompset: will do
17:18 mtompset     Thank you. :)
17:30 bgkriegel    khall: how you get those errors on bug 14097 ? For me it pass qa tools
17:30 huginn       04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14097 trivial, P5 - low, ---, julian.fiol, Failed QA , Add unit tests to C4::UsageStats
17:31 khall        bgkriegel: let me retest
17:31 bgkriegel    thanks!
17:37 khall        bgkriegel: prepare for wall of text:
17:38 khall        prove t/db_dependent/UsageStats.t
17:38 khall        t/db_dependent/UsageStats.t .. 4/551 Type of arg 1 to keys must be hash (not hash element) at t/db_dependent/UsageStats.t line 88, near "} ) "
17:38 khall        Type of arg 1 to keys must be hash (not hash element) at t/db_dependent/UsageStats.t line 106, near "} ) "
17:38 khall        Type of arg 1 to keys must be hash (not hash element) at t/db_dependent/UsageStats.t line 119, near "} ) "
17:38 khall        Type of arg 1 to keys must be hash (not hash element) at t/db_dependent/UsageStats.t line 136, near "} ) "
17:38 khall        Type of arg 1 to keys must be hash (not hash element) at t/db_dependent/UsageStats.t line 153, near "} ) "
17:38 khall        Type of arg 1 to keys must be hash (not hash element) at t/db_dependent/UsageStats.t line 162, near "} ) "
17:38 khall        Type of arg 1 to keys must be hash (not hash element) at t/db_dependent/UsageStats.t line 587, near "} ) "
17:38 khall        Execution of t/db_dependent/UsageStats.t aborted due to compilation errors.
17:38 khall        # Looks like you planned 551 tests but ran 7.
17:38 khall        # Looks like your test exited with 255 just after 7.
17:38 khall        t/db_dependent/UsageStats.t .. Dubious, test returned 255 (wstat 65280, 0xff00)
17:38 khall        Failed 544/551 subtests
17:38 khall        Test Summary Report
17:38 khall        -------------------
17:38 khall        t/db_dependent/UsageStats.t (Wstat: 65280 Tests: 7 Failed: 0)
17:38 khall        Non-zero exit status: 255
17:38 khall        Parse errors: Bad plan.  You planned 551 tests but ran 7.
17:38 khall        Files=1, Tests=7,  1 wallclock secs ( 0.02 usr  0.00 sys +  0.47 cusr  0.04 csys =  0.53 CPU)
17:38 khall        Result: FAIL
17:38 khall        this is with a freshly install database
17:38 mtompset     khall: I think you meant #koha. And why not use paste? :P
17:38 khall        mtompset: I think it's because I need more caffieine ; )
17:39 khall        using paste didn't occur to me : )=
17:39 mtompset     bgkriegel: also bug 14115. I just removed my reformatting attempt, so that Joubu won't complain about my eye on readability. :P
17:39 huginn       04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14115 minor, P5 - low, ---, mtompset, Needs Signoff , Silence warnings t/Label*
17:40 magnuse      tcohen++ qateam++ community++
17:40 magnuse      confetti!
17:40 wahanui      confetti is https://31.media.tumblr.com/f53100e15d6190ade350c3d98b0ccd54/tumblr_n5soy8FDMK1tt9lrzo6_250.gif
17:41 * mtompset   laughs.
17:46 bgkriegel    khall: Ok, will try again
18:15 tcohen       @wunder cordoba, argentina
18:15 huginn       tcohen: The current temperature in Bo Altos de San Martin - NW, Cordoba city, Cordoba City, Argentina is 28.3°C (3:14 PM ART on May 22, 2015). Conditions: Scattered Clouds. Humidity: 52%. Dew Point: 18.0°C. Pressure: 29.86 in 1011 hPa (Falling).
18:25 bgkriegel    tcohen++
18:30 tcohen       hi bgkriegel
19:39 tcohen       rangi: I updated the release maintenance wiki regarding the version handling
19:43 tcohen       wizzyrea: around?
19:46 tcohen       @later tell wizzyrea I tried to update the site to point to the 3.20 release notes, and failed :-D
19:46 huginn       tcohen: The operation succeeded.
19:55 bag          @tcohen++
19:55 huginn       bag: downloading the Perl source
19:56 bag          tcohen++
19:58 tcohen       hi bag
19:58 bag          hey dood :)
19:58 bag          time to enjoy a beer?
20:00 tcohen       definitely!
20:00 tcohen       waiting for the wife
20:00 tcohen       I actually have a champagne frifo gave me in marseille… I might… heh
20:00 tcohen       frido
20:02 bag          oh excellent - yes go with the frido champange
20:08 tcohen       heh
20:08 indradg      tcohen++ congratulations!
20:13 tcohen       hi indradg, thanks
20:13 huginn       New commit(s) kohagit: Bug 14059: Deleting 'issues' table before processing the tests <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=9381c95dc3fe4fce53cd45f2526b752a36a1e3a2> / Bug 14059: Delete all export of get_column_names <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=9c80f1fd776aab06ae5270ef3c9b0c75ff11cf54> / Bug 14059: Testing C4::Creators::Lib <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdi
20:48 bgkriegel    bye