Time  Nick          Message
06:27 drojf         morning #koha
06:29 cait          morning drojf!
06:29 drojf         hi cait
06:30 mveron        Good morning cait and drojf
06:32 drojf         hi mveron
06:32 * cait        waves and runs out (the usual)
06:46 fridolin      hie
06:51 reiveune      hello
06:58 * magnuse     waves belatedly
07:01 alex_a        bonjour
07:01 wahanui       bonjour, alex_a
07:28 gaetan_B      hello
07:29 drojf         hi gaetan_B
07:41 * cait        waves
07:41 * ashimema    yawns
07:43 LibraryClaire morning #koha
07:44 LibraryClaire @wunder LCY
07:44 huginn`       LibraryClaire: The current temperature in London City, United Kingdom is 16.0°C (8:20 AM BST on June 20, 2016). Conditions: Rain. Humidity: 88%. Dew Point: 14.0°C. Pressure: 29.92 in 1013 hPa (Falling).
07:45 ashimema      @wunder stevenage, uk
07:45 huginn`       ashimema: The current temperature in Stevenage, England, Stevenage, United Kingdom is 15.7°C (8:45 AM BST on June 20, 2016). Conditions: Rain. Humidity: 97%. Dew Point: 15.0°C. Pressure: 29.89 in 1012 hPa (Steady).
07:47 LibraryClaire ashimema: rain and 97% humidity... so you're basically just swimming? ;)
07:47 cait          @wunder Konstanz
07:47 huginn`       cait: The current temperature in Friedrichshafen, Germany is 16.0°C (9:20 AM CEST on June 20, 2016). Conditions: Scattered Clouds. Humidity: 77%. Dew Point: 12.0°C. Pressure: 30.24 in 1024 hPa (Steady).
07:57 ashimema      yup.. it's rather wet here
07:58 LibraryClaire happy summer solstice and all that
07:58 ashimema      hehe :)
07:58 eythian       http://www.nltimes.nl/2016/06/20/longest-rainfall-in-20-years-expected-across-netherlands-today/ <-- happy first day of summer!
08:00 cait          our lake is too full from all the rain ...
08:02 drojf         @wunder berlin, germany
08:02 huginn`       drojf: The current temperature in Berlin Tegel, Germany is 17.0°C (9:50 AM CEST on June 20, 2016). Conditions: Partly Cloudy. Humidity: 59%. Dew Point: 9.0°C. Pressure: 30.18 in 1022 hPa (Steady).
08:13 marcelr       hi #koha
08:14 LibraryClaire hi marcelr
08:27 eythian       hello marcelr
08:27 marcelr       hi eythian
08:27 ashimema      hello #koha
08:27 marcelr       hi ashimema
08:28 eythian       happy rainiest day in 30 years in the netherlands!
08:28 marcelr       you are so lucky
08:29 magnuse       @wunder boo
08:29 huginn`       magnuse: The current temperature in Bodo, Norway is 8.0°C (10:20 AM CEST on June 20, 2016). Conditions: Light Rain. Humidity: 93%. Dew Point: 7.0°C. Windchill: 6.0°C. Pressure: 29.86 in 1011 hPa (Steady).
08:29 magnuse       just chillin'...
08:30 drojf         eythian: sounds like an attractive holiday
08:34 mape          Huginn: What command are you using to get the weather data?
08:38 eythian       mape: huginn` in a robot
08:38 eythian       is
08:38 mape          aha =)
08:39 drojf         @wunder luleå
08:39 huginn`       drojf: Error: HTTP Error 404: Not Found
08:39 drojf         heh
08:39 drojf         @wunder lulea, sweden
08:39 huginn`       drojf: The current temperature in Mjolkudden, Lulea, Sweden is 12.3°C (10:30 AM CEST on June 20, 2016). Conditions: Mostly Cloudy. Humidity: 83%. Dew Point: 9.0°C. Pressure: 29.80 in 1009 hPa (Steady).
08:40 drojf         does not like weird letters :P
09:07 magnuse       airport codes work too
09:07 wahanui       magnuse: I can't find an airport code for work too.
09:07 magnuse       airport code Luleå
09:07 wahanui       magnuse: I can't find an airport code for Luleå.
09:07 magnuse       airport code Lulea
09:07 wahanui       magnuse: Lulea may be: ESPA
09:07 magnuse       @wunder espa
09:07 huginn`       magnuse: The current temperature in Lulea-Kallax, Sweden is 12.0°C (10:50 AM CEST on June 20, 2016). Conditions: Mostly Cloudy. Humidity: 72%. Dew Point: 7.0°C. Pressure: 29.80 in 1009 hPa (Steady).
09:29 maya          hi
09:30 maya          we are getting following error - which disaappear after restart the vps
09:30 maya          DBIx::Class::Storage::DBI::catch {...} (): DBI Connection failed: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) at /usr/share/perl5/DBIx/Class/Storage/DBI.pm line 1490. at /usr/share/koha/lib/Koha/Database.pm line
09:30 maya          can you please help to resolve the issue
09:34 magnuse       "Can't connect to local MySQL server through socket" - that should mean your MySQL died or shut down, i think
09:34 magnuse       "sudo service mysql start" should make it start up again
09:38 maya          it happening again and again, how we can permanently resolve it
09:40 magnuse       ah that is more of a mysql question than a koha question
09:40 magnuse       first thin i'd try is looking in the logs
09:41 maya          ok
09:42 magnuse       /var/log/mysql/error.log would be the first one to check
09:50 maya          magnuse : it showing fillowing log
09:50 maya          160620  5:33:30 [Note] /usr/sbin/mysqld: Normal shutdown  160620  5:33:30 [Note] Event Scheduler: Purging the queue. 0 events 160620  5:33:32  InnoDB: Starting shutdown... 160620  5:33:34  InnoDB: Shutdown completed; log sequence number 1200145299 160620  5:33:34 [Note] /usr/sbin/mysqld: Shutdown complete  160620 05:33:34 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended 160620 05:33:56 mysqld_safe Starting mysqld daemon with databases from /var
09:51 maya          i unable to interprete it
09:59 maya          is anyone have solution to above issues?
09:59 eythian       maya: that looks like it's doing a clean shutdown. But you'll have to figure out why.
10:00 eythian       it's probably something specific to your environment (Koha doesn't shut down mysql.)
10:02 maya          ok
10:16 drojf         i think the way the batch patron tool works is confusing
10:27 LibraryClaire why?
10:27 drojf         the checkbox to clear the field, right next to the text box to change the field… is weird
10:28 drojf         it is explained above but it's not intuitive
10:29 drojf         to me it looks like "if you want to change a field, check that box and enter the text". and that does not work, because it will delete the whole field
10:29 LibraryClaire ah
10:29 eythian       drojf: I think something like that hits the level of complexity where you really want a UI designer to get involved.
10:30 drojf         yes. the way it is now it looks pretty much like "i am a (non UI) coder and i put a way to use both things somewhere here" ;)
10:31 drojf         which i can relate to, of course
10:37 drojf         i think you would at least want the text box to be greyed out once you click the checkbox. or something
11:10 pastebot      "magnuse" at 127.0.0.1 pasted "a bit of weirdness after upgrading to 3.22.7: Tie::Hash::FIELDS" used only once" (5 lines) at http://paste.koha-community.org/3
11:13 magnuse       hunch says it could be related to Bug 16044, but that says it will be in 3.22.8, and i am on 3.227
11:13 huginn`       04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16044 enhancement, P1 - high, ---, jonathan.druart, Pushed to Stable , Define a L1 cache for all objects set in cache
11:13 magnuse       *3.22.7
11:20 oleonard      Hi #koha
11:27 marcelr       magnuse: check bug 16104 and follow the track to bug 11998
11:27 huginn`       04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16104 normal, P5 - low, ---, jonathan.druart, Pushed to Stable , Warnings "used only once: possible typo" should be removed
11:27 huginn`       04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 major, P5 - low, ---, jonathan.druart, Pushed to Stable , Syspref caching issues
12:10 magnuse       ah, thanks marcelr
13:37 kidclamp      oh yeah oleonard, I am supposed to remember to add that atomic update file before submitting
14:21 mveron        oleonard, hi, and  thanks for testing Bug 10760
14:21 huginn`       04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10760 enhancement, P5 - low, ---, veron, Failed QA , Use Street Number and Street type in Alternate Address section
14:22 mveron        oleonard: Can you please have a look at the followup? If it looks fine, I will fix the same issue for the main address
14:24 oleonard      Sure mveron
14:25 mveron        Thanks!
14:40 drojf         hi #koha
14:40 oleonard      Hi drojf
14:47 drojf         @wunder berlin, germany
14:47 huginn`       drojf: The current temperature in Berlin Tegel, Germany is 23.0°C (4:20 PM CEST on June 20, 2016). Conditions: Clear. Humidity: 41%. Dew Point: 9.0°C. Pressure: 30.06 in 1018 hPa (Falling).
14:48 LibraryClaire hi drojf
14:49 eythian       @wunder ams
14:49 huginn`       eythian: The current temperature in Schiphol, Badhoevedorp, Netherlands is 15.7°C (4:48 PM CEST on June 20, 2016). Conditions: Rain. Humidity: 95%. Dew Point: 15.0°C. Pressure: 29.86 in 1011 hPa (Steady).
14:49 drojf         still raining
14:49 LibraryClaire @wunder LCY
14:49 huginn`       LibraryClaire: The current temperature in London City, United Kingdom is 21.0°C (3:20 PM BST on June 20, 2016). Conditions: Scattered Clouds. Humidity: 73%. Dew Point: 16.0°C. Pressure: 29.86 in 1011 hPa (Steady).
14:49 drojf         ha. i win weather
14:50 oleonard      @wunder 45701
14:50 huginn`       oleonard: The current temperature in Longview Hts, Athens, Ohio is 31.9°C (10:49 AM EDT on June 20, 2016). Conditions: Clear. Humidity: 51%. Dew Point: 21.0°C. Pressure: 30.22 in 1023 hPa (Rising).
14:50 LibraryClaire yeah, I would argue it depends on how you define your 'win', but in this case it seems that you actually do
14:50 drojf         not sure if >30 qualifies as win
14:50 eythian       drojf: yeah, hasn't really stopped. In fact, it's getting worse about when I'm thinking about heading home.
14:51 oleonard      drojf: I'd say no
14:51 drojf         eythian: stop thinking that
14:51 drojf         how long does it need to rain to break alltime nl records?
14:52 drojf         that would be an amazing event to participate in, right? an honour
14:53 oleonard      That's what they told the unicorns when the Great Flood was up to their chins
14:54 eythian       drojf: I'm sure there's been a 24 hour stretch in the past before, beating that might be tricky
14:55 drojf         oleonard: and i'm sure it was worth it
14:55 drojf         24h per day? heh
14:55 tcohen        hola
14:55 drojf         hi tcohen
14:55 LibraryClaire hi tcohen
14:56 eythian       hi tcohen
14:57 eythian       (if you say it three times, he ... appears again?)
15:00 eythian       https://twitter.com/DanielEricLee/status/744210997016035328
15:00 mveron        oleonard++
15:03 tcohen        eythian: LOL
15:04 * tcohen      ows dcook a regression test for TZ
15:18 LibraryClaire laters #koha
15:32 oleonard      Don't we have a guideline about avoiding long lines in commit messages? If so, does anyone remember where that is written?
15:34 oleonard      Ah, I think this is what I was thinking of: https://wiki.koha-community.org/wiki/Commit_messages#Formatting
16:43 Tylathos      Moin :)
16:46 drojf         moin Tylathos
16:50 eythian       I wonder if I should start a petition to rename West Amsterdam to Westeros Amsterdam.
17:51 oleonard      cait: I'd be interested in hearing your opinion on Bug 16640. I can't strongly argue either way with comment 3 because I don't actually use acquisitions
17:51 huginn`       04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16640 enhancement, P5 - low, ---, oleonard, Signed Off , Move actions on acquisitions receipt summary page into menu
18:10 oleonard      We're going through a lot of CHRISes today.
18:13 kidclamp      Ha!
18:19 oleonard      What is the trick to getting patron attributes to show up in the filter on the overdues report?
18:22 cait          oleonard: i am quite torn - still thinking about it
18:22 cait          oleonard: hm maybe mark searchable - but that's only a guess
18:26 oleonard      Couldn't get an existing "free text" patron attribute to show up by making it searchable, but I was able to add a new attribute tied to an authorised value appear.
18:30 oleonard      ...but the autocomplete doesn't work if more than one result is returned
18:56 oleonard      Bye #koha
19:09 * cait        waves
19:11 drojf         hi cait
19:29 cait          drojf: did you  om me earlier today or was that the plugin doing weird things again?
19:29 drojf         om?
19:30 magnuse       pm?
19:30 drojf         ah
19:30 cait          pm
19:30 drojf         ehm yes i wrote you several times
19:30 drojf         but it sounded like you did not get anything
19:31 cait          nope nothing
19:31 drojf         the last thing i wrote was to check what version of the otr plugin you use, because i dont have that kind of problems with anyone else ;)
19:31 cait          ah
19:31 cait          hm good question - I can check tomorrow
19:31 drojf         i dont remember what else it was about
19:31 cait          you will remember if it was important i hope :)
19:31 drojf         but if you are on windows you wont get automatic updates, maybe its just old
19:31 drojf         yes i hope so too :)
19:32 cait          yeah that might well be
19:32 cait          it's windows at work
19:32 cait          now... it's time to bake rhubarb cake :)
19:32 magnuse       awww...
19:33 * magnuse     has rhubarb in his garden
20:10 drojf         tsipouro o'clock
20:25 rangi         @later tell tcohen im trying to get all the tests passing for 3.20.x (it does on debian 7) but on the debian 8 box .. we are getting a lot of false positives because of DBI connect('dbname=koha_3_20;host=localhost;port=3306','kohaadmin',...) failed: Access denied for user 'kohaadmin'@'localhost' to database 'koha_3_20' at /usr/share/perl5/DBIx/Connector.pm line 32.
20:25 huginn`       rangi: The operation succeeded.
20:25 rangi         @later tell tcohen can you fix that please?
20:25 huginn`       rangi: The operation succeeded.
21:24 cait          bag? :)
21:42 * mveron      waves good night
23:41 wizzyrea      does anyone know what the historical significance is of the "type" in the saved reports? (before I go look it up)