IRC log for #koha, 2018-01-17

All times shown according to UTC.

Time S Nick Message
00:07 ebegin joined #koha
01:39 caboose-afk joined #koha
02:57 georgew joined #koha
03:05 georgew There's a documentation meeting tonight, right?
03:05 georgew or this morning, as the case may be
04:02 georgewilliams joined #koha
04:20 mtompset Have a great day, @koha
04:21 janPasi joined #koha
05:24 oleonard joined #koha
06:07 saa joined #koha
06:07 saa need a help on invtentary tool
06:07 saa we uploaded one text file where whatever numbers we had cllected were uploaded and all options in inventory were ticked
06:11 saa by mistake we ticked on all options such as not for loan, ordered, staff collection, lost, long overdue etc.
06:11 saa will the inventory tool change status of all books now whereever we ticked
06:11 saa in the file we had added books which were issued to users, accession numbers of books which were withdrawn etc
06:50 fridolin joined #koha
06:50 fridolin hiiii
06:51 LibraryClaire joined #koha
07:01 magnuse ~~~
07:11 jenkins Project Koha_17.11_D8 build #23: SUCCESS in 32 min: https://jenkins.koha-community[…]Koha_17.11_D8/23/
07:21 cait joined #koha
07:23 cait magnuse: bug 20001
07:23 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=20001 blocker, P5 - low, ---, koha-bugs, NEW , ILL: Adding a 'new request' is not possible
07:23 cait something is seriously broken there it looks like
07:33 wilfrid joined #koha
07:33 reiveune joined #koha
07:33 reiveune hello
07:38 JoshB_ joined #koha
07:44 josef_moravec joined #koha
07:44 josef_moravec hello #koh
07:47 LibraryClaire hi #koha
07:48 LibraryClaire hi josef_moravec
07:48 josef_moravec hi LibraryClaire
07:50 alex_a joined #koha
07:51 alex_a bonjour
07:51 wahanui salut, alex_a
07:53 josef_moravec hi alex_a
07:54 josef_moravec alex_a: sorry for not react on bug 17656 yet
07:54 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=17656 major, P2, ---, alex.arnaud, Failed QA , Irregularities in serial prediction pattern are planned only for current subscription
07:57 magnuse cait: ouch, i'll try and have a look in a bit
07:58 clrh hello all
07:59 eythian hi
07:59 wahanui kia ora, eythian
08:07 clrh §3
08:07 clrh (oups sorry)
08:12 AndrewIsh joined #koha
08:28 cait joined #koha
08:29 * cait waves
08:31 tuxayo hi #koha \o
08:32 gaetan_B joined #koha
08:32 cait hi tuxayo :)
08:32 gaetan_B hello
08:33 cait lots of work done by the students last night again! Does someone have a moment for some sign-offs?
08:33 magnuse 20001 - a bug odyssey
08:34 cait i was hoping i was just missing something
08:56 cait for a list of bugs: https://wiki.koha-community.or[…]/Catalyst_Academy
09:05 * tuxayo just discovered the page http://scoreboard.koha-community.org/ and is happy about the kittens saved
09:36 fridolin left #koha
09:38 fridolin joined #koha
10:36 Joubu hi #koha
10:36 kidclamp hi Joubu
10:36 Joubu a meeting at 3 UTC was an awesome idea apparently
10:37 kidclamp :-)
10:54 magnuse anyone got any killer tricks for determining the encoding of a iso2709 file?
10:59 wilfrid joined #koha
11:32 LibraryClaire joined #koha
11:36 josef_moravec joined #koha
11:47 eythian magnuse: iso2709 is the encoding...
11:48 eythian if you mean character encoding of the contents, my policy was always "assume the worst"
11:48 eythian (there's a field I think in the leader that tells you what it should be, but it's often a lie.)
12:01 caboose joined #koha
12:11 * oleonard wakes up
12:11 tcohen morning!
12:12 kidclamp morning oleonard
12:31 meliss joined #koha
12:47 alex_a joined #koha
12:58 oleonard Malware in MarcEdit? http://zivotdesign.com/p/#s/15161938487518
13:00 cait sometimes there are false positives... but not sure if youw ant to risk it?
13:01 oleonard I'm not sure when was the last time I installed an update. Seems like it's been a while since it prompted me.
13:01 oleonard Usually it prompts me with a new update every time I open it.
13:07 nengard joined #koha
13:10 wilfrid joined #koha
13:16 oleonard The MarcEdit author says he thinks it's a false positive.
13:17 Margaret joined #koha
13:19 tuxayo oleonard: Are you sure the file matches the official installer?
13:19 tuxayo If it can help, test it with https://www.virustotal.com/
13:19 tuxayo https://en.wikipedia.org/wiki/VirusTotal
13:21 oleonard Thanks tuxayo I've never seen that tool before
13:22 Freddy_Enrique joined #koha
13:24 Freddy_Enrique Good morning all
13:27 magnuse eythian: i meant "character encoding of contents", yes
13:44 oleonard aleisha++
13:44 tuxayo oleonard: no problem, I hope you won't end up ransomwared :(
13:48 NateC joined #koha
13:53 oha magnuse: BOM first, then check if valid utf8, then fall back to latin-1?
13:55 magnuse yeah, something like that
13:55 oleonard What setting controls whether a patron is issued a refund when a lost item is returned?
13:57 oleonard Oh I see, "Default lost item fee refund on return policy" in Circ and Fine rules.
13:59 eythian I wouldn't expect an iso2709 record to have a BOM
13:59 eythian I think it'd break it
14:00 eythian magnuse: see the perl module FixLatin, that corrects a lot of sins
14:00 eythian however you also need to account for MARC-8 so you can't assume latin-1 so easily
14:01 eythian you may also need to account for vt100. i know I have.
14:02 magnuse Encoding::FixLatin sounds too good to be true... :-)
14:04 magnuse the context is taking records in iso2709 and turning them into MARCXML that things like MARC::Batch can actually chew through without dying
14:07 JoshB joined #koha
14:07 eythian the correct way would be to take the strings and just encode them into XML like you would anything. This presupposes that they're all correct though.
14:07 eythian I think I had something (probably part of csvtomarc.pl) that tried to detect what the formats were and coerce everything to XML
14:07 eythian err
14:08 eythian to UTF8
14:11 kellym joined #koha
14:12 kmlussier joined #koha
14:15 notarock joined #koha
14:18 jzairo joined #koha
14:31 Margaret_ joined #koha
14:31 ebegin joined #koha
14:33 * magnuse gotta run
14:33 talljoy joined #koha
14:35 rocio joined #koha
14:58 kholt joined #koha
15:08 kidclamp taking a quick break
15:17 geffy joined #koha
15:39 LibraryClaire left #koha
15:47 Dyrcona joined #koha
15:48 edveal joined #koha
15:54 jbeno joined #koha
15:59 TGoat joined #koha
16:00 cait josef_moravec++ marcelr++ Joubu++ :)
16:05 talljoy_phone joined #koha
16:08 tuxayo Does anyone know how to create an overdue? I have a new issue but don't know what to do to make it overdue. Does changing the due date in SQL works or are there more thing to do in the SQL to have a coherent state?
16:09 Joubu tuxayo: you can set a due date in the past when checking out
16:11 Joubu tuxayo: unfold "Checkout settings"
16:12 rocio_ joined #koha
16:13 tuxayo Joubu: thanks :)
16:15 tuxayo Hum, running misc/cronjobs/overdue_notices.pl doesn't add a record to the message_queue table.
16:27 Joubu did you configure the rules?
16:27 reiveune bye
16:27 reiveune left #koha
16:27 Joubu tools/overduerules.pl
16:37 tuxayo Joubu: there is a delay smaller than the overdue in my test and email is ticked for all categories.
16:44 notarock joined #koha
16:52 Joubu tuxayo: then you can debug...
16:52 edveal joined #koha
16:55 fridolin left #koha
17:08 gmcharlt joined #koha
17:10 josef_moravec left #koha
17:12 huginn joined #koha
17:12 gmcharlt @quote random
17:12 huginn gmcharlt: Quote #38: "<owen> Holy Bugzilla activity explosion, Batman!" (added by ricardo at 02:00 PM, October 07, 2009)
17:13 oleonard That's appropriate, since there have been a couple in the last 24 hours
17:13 cait slides?
17:13 wahanui Slides are evil! Noone should be forced to write any!
17:13 cait slides?
17:13 wahanui get back to writing them, cait!
17:13 cait aye...
17:15 tuxayo Joubu: thanks, I could have searched a long time before thinking of this ^^
17:15 tuxayo see ya!
17:22 huginn News from kohagit32: move Auth_ParseSearchHistoryCookie.t to db_dependent directory <http://git.koha-community.org/[…]2f535c327b1fadf26>
17:22 huginn News from kohagit32: do some validation of the KohaOpacRecentSearches cookie <http://git.koha-community.org/[…]838b37160371df845>
17:22 huginn News from kohagit32: use JSON rather than Storable for the OPAC search history cookie <http://git.koha-community.org/[…]99700ee147edbb3b6>
17:22 huginn News from kohagit32: Updating Version Number to 3.02.11.000 <http://git.koha-community.org/[…]82edb287d24cf366f>
17:22 huginn News from kohagit32: Release Notes for 3.02.11.000 <http://git.koha-community.org/[…]ef255480030bcb471>
17:22 huginn News from kohagit: Bug 19973: Fix SQL syntax error in uk-UA/mandatory/sample_notices.sql <http://git.koha-community.org/[…]058dea0fff2f9fb63>
17:22 huginn News from kohagit: Bug 18915: Add CHECKOUT_NOTE notice template for other languages <http://git.koha-community.org/[…]e9ded98c94224e73e>
17:22 huginn News from kohagit: Bug 18915: DBRev 17.12.00.005 <http://git.koha-community.org/[…]ebe4012454827f5a8>
17:22 huginn News from kohagit: Bug 19968: Add missing use Date::Calc statement <http://git.koha-community.org/[…]4473a138fc81ccbef>
17:22 huginn News from kohagit: Bug 18915: (QA follow-up) Add note for installs after 17.05 <http://git.koha-community.org/[…]3b2566be8abece9c8>
17:23 Joubu kohagit32??
17:44 edveal joined #koha
17:47 cait left #koha
18:36 cait joined #koha
19:19 mtompset joined #koha
19:20 mtompset @seen kidclamp
19:20 huginn mtompset: I have not seen kidclamp.
19:20 mtompset kidclamp: Are you hiding?
19:21 * kidclamp considers....
19:21 kathryn joined #koha
19:22 * mtompset smiles.
19:23 kidclamp hi mtompset
19:23 mtompset Greetings!
19:23 kidclamp @seen kidclamp
19:23 huginn kidclamp: kidclamp was last seen in #koha 7 seconds ago: <kidclamp> hi mtompset
19:23 mtompset It's about bug 19910
19:23 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=19910 normal, P5 - low, ---, nick, Needs Signoff , Download report as 'Comma separated' is misleading
19:24 mtompset I remember reading code (which was rather confusing)... which actually had Koha namespaced functions which did NOT use that system preference, but used a CSV Report setting.
19:25 mtompset I was just wondering if you had encountered that, and if perhaps that might affect this.
19:25 mtompset http://localhost:8081/cgi-bin/[…]s/csv-profiles.pl
19:25 mtompset CSV profiles... that's it. :)
19:25 kidclamp I think there is code elsewhere that doesn't respect the pref, but this area does, so we should tell people
19:26 kidclamp I would support adding a straight up csv option at all times, but if if ain't gonna be csv we should be honest
19:27 mtompset I agree. :)
19:28 mtompset I think I looked at another bug which was fixing the fact that it didn't respect the delimiter, but the problem was it failed the koha qa tests. :(
19:29 mtompset bug 19928
19:29 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=19928 normal, P5 - low, ---, victor.grousset, Failed QA , Acquisitions' CSV exports should honor syspref "delimiter"
19:32 mtompset oh bleep!
19:32 mtompset Save guided reports isn't working?!
19:34 grace joined #koha
19:34 mtompset oh... my bad... interface confused me.
19:40 aleisha_ joined #koha
19:45 mtompset Oh fecal matter! The sample test SQL doesn't work with the new format, since marcxml was moved to metadata, kidclamp
19:45 kidclamp hahahaha
19:45 kidclamp I feel your pain
19:46 kidclamp "why do the tests all fail! My code is working!! Oh...my datas are bad"
19:52 rocio__ joined #koha
19:53 mtompset okay... tweaked...
19:53 mtompset error triggered.
20:09 cait barton: i tihnk the file structure is the same - but different field mappings
20:09 cait the library for usmarc probably is still usable
20:14 oleonard_smash Bye all
20:18 mtompset Greetings, cait
20:18 mtompset kidclamp: You typo'd on the bug number in your commit message. :P
20:19 mtompset 18947 vs 18497
20:19 rocio_ joined #koha
20:19 mtompset BTW, like the fix with bug 19910 :)
20:19 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=19910 normal, P5 - low, ---, nick, Needs Signoff , Download report as 'Comma separated' is misleading
20:24 kidclamp thanks!
20:25 kidclamp mtompset, bug 9634 if you like :-)
20:25 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9634 enhancement, P5 - low, ---, nick, Needs Signoff , Allow for parameters re-use on SQL reports
20:25 kidclamp though I will have to reconcile some of these at some point
20:35 meliss1 joined #koha
21:28 JesseM joined #koha
21:59 dbs joined #koha
22:02 gmcharlt @wunder 30096
22:02 huginn gmcharlt: Duluth, GA :: Clear :: 23F/-5C | Wind Chill: 9F/-13C | Wednesday: Clear. Lows overnight in the upper teens. Wednesday Night: A clear sky. Low 17F. Winds NW at 10 to 20 mph.
22:09 JoshB left #koha
22:19 rocio_ joined #koha
22:57 mtompset @wunder l7e5y5
22:57 huginn mtompset: Error: I could not find a valid location for: l7e5y5
22:58 mtompset @wunder bolton, ontario
22:58 huginn mtompset: Error: I could not find a valid location for: bolton, ontario
22:58 mtompset @wunder brampton, ontario
22:58 huginn mtompset: Error: I could not find a valid location for: brampton, ontario
22:58 mtompset @wunder orangeville, ontario
22:58 huginn mtompset: Error: I could not find a valid location for: orangeville, ontario
22:58 mtompset wunder you suck. :P
23:07 gmcharlt @wunder montreal
23:07 huginn gmcharlt: Montreal Acres, MD :: Mostly Cloudy :: 23F/-5C | Wind Chill: 12F/-11C | Wednesday: Partly cloudy. Lows overnight in the upper teens. Wednesday Night: Some clouds this evening will give way to mainly clear skies overnight. Low 18F. Winds NW at 10 to 15 mph.
23:07 gmcharlt @wunder montreal, ontario
23:07 huginn gmcharlt: Error: I could not find a valid location for: montreal, ontario
23:07 gmcharlt @wunder montreal, canada
23:07 huginn gmcharlt: Montreal, Quebec :: Overcast :: 18F/-8C | Wind Chill: 7F/-14C | Wednesday: Considerable cloudiness. Lows overnight in the upper teens. Wednesday Night: Partly cloudy skies this evening will become overcast overnight. A few flurries or snow showers possible. Low 18F. Winds SW at 5 to 10 mph.
23:07 gmcharlt *cough*
23:07 gmcharlt @wunder montreal, quebec
23:07 huginn gmcharlt: Error: I could not find a valid location for: montreal, quebec
23:25 fk joined #koha
23:27 wizzyrea @wunder nzwn
23:27 huginn wizzyrea: Wellington International, New Zealand :: Light Rain :: 68F/20C | Thursday: Cloudy with occasional rain showers. High 71F. Winds N at 15 to 25 mph. Chance of rain 50%. Locally heavy rainfall possible. Thursday Night: Light rain early...then remaining cloudy with showers overnight. Low around 65F. Winds N at 10 to 20 mph. Chance of rain 60%. Locally heavy rainfall possible.
23:55 mtompset @wunder YYZ
23:55 huginn mtompset: Toronto-Pearson International, Ontario :: Partly Cloudy :: 19F/-7C | Wind Chill: 4F/-16C | Wednesday: Partly cloudy. Lows overnight in the upper teens. Wednesday Night: A few clouds. Low 17F. Winds WSW at 15 to 25 mph.

| Channels | #koha index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary