Time  Nick         Message
02:38 Astorian     Im not a programmer but I have some questions about Koha. If my company has there own website and database (not koha) where they log what items are loaned and returned, can the data (usernames, passwords, rental dates, book catalogue) be transferred to Koha if they ever switch to using Koha? If so, how?
06:31 ashimema     Yes Astorian, people migrate to Koha all the time
06:33 ashimema     It sounds like your company has a custom site rather than another library system?  If so, it will probably entail a little work to massage the data into the right formats for Koha
06:33 ashimema     Oh, they left
06:33 ashimema     Doh
07:38 alex_a       Bonjour
07:42 reiveune     hello
07:42 wahanui      hola, reiveune
08:54 nlegrand     Bonjour
09:31 * cait1      waves
09:31 cait1        quiet Tuesday
09:57 domm         hey, is there any way to debug a SRU config?
09:58 domm         I was going through the source code, but now hit Net::Z3950::ZOOM which calls to C, and that's where I draw the line...
09:59 domm         the actual problem is that I try to set up a SRU server, but get '235 Database does not exist' back, and hove now clue what the SRU code is actually requesting
10:02 cait1        there is a chapter on SRU in the manual, but not sure if it has any useful hints
10:03 cait1        ... ok, wrong topic actually - you want to query... that's about querying Koha
10:03 cait1        I am not sure if you can see the URL that's bulit somewhere
10:08 domm         I fiddled in C4::Breeding and see that the connection seems to hit the correct URL (i.e. proto, host, port and dn), but the SRU server responds with invalid-DB
10:09 domm         which I can force with curl when sending a wrong path, so I'm not sure that the string used in $obj->connect is what's actually used to query the SRU server
10:12 paxed        why is opac using jquery-3.4.1 but intranet jquery-2.2.3?
10:14 Joubu        domm: https://metacpan.org/dist/Net-Z3950-ZOOM/view/lib/ZOOM.pm#LOGGING maybe?
10:15 Joubu        paxed: opac got moved to "newer" jquery, not intranet yet
10:15 ashimema     because Koha is massive and things take time to get updated?
10:15 ashimema     😛
10:15 Joubu        bug 29155
10:15 huginn       Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29155 enhancement, P5 - low, ---, oleonard, Needs Signoff , Upgrade jquery version
10:16 domm         Joubu: ok, I'll take a look at the logging..
10:17 Joubu        domm: I've never tried, it's just a guess
10:27 domm         hm, doesn't seem to work, at least I only get an empty log file. And I'm not sure if it will produce output of stuff happening in the C code, anyway
10:53 Joubu        oleonard: why do we have bug 30011 and bug 29222?
10:54 huginn       Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30011 enhancement, P5 - low, ---, oleonard, Signed Off , Upgrade jQueryUI to 1.13.1 in the OPAC and staff interface
10:54 huginn       Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29222 enhancement, P5 - low, ---, oleonard, NEW , OMNIBUS: Replace the use of jQueryUI
11:00 oleonard     Joubu: Because of Bug 29155
11:00 huginn       Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29155 enhancement, P5 - low, ---, oleonard, Needs Signoff , Upgrade jquery version
11:02 Joubu        oleonard: are you suggesting we should upgrade jQueryUI first, then jQuery, and finally remove jQueryUI?
11:04 oleonard     The jQueryUI removal will take time. I thought the jQuery upgrade was a priority because of security issues.
11:04 Joubu        ok
11:05 oleonard     ...not a priority for anyone doing signoffs I guess :(
11:06 Joubu        paxed volunteered to test bug 29155 one hour ago, if I understood correctly :D
11:06 huginn       Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29155 enhancement, P5 - low, ---, oleonard, Needs Signoff , Upgrade jquery version
11:21 cait1        Marseille week maybe?
11:22 cait1        maybe we could start apage for us not attending to suggest bugs or so
11:23 domm         are we sure that SRU works for endpoints using https?
11:26 cait1        domm: that's actually a good question
11:26 cait1        i had to switch to http in the past
11:26 cait1        now that you mention
11:26 cait1        for DNB I think
11:37 domm         yeah, it seems that ZOOM (the C code) does not support https (or does weird stuff)
11:37 domm         I hacked up a quick http->https proxy (or man-in-the-middle?), and using this the SRU works. So it's definitly caused by https somehow
12:13 marcelr      o/
12:13 oleonard     \o
12:34 * cait1      waves
12:34 cait1        domm: could you file a bug please?
12:42 cait1        @quote random
12:42 huginn       cait1: Quote #38: "<owen> Holy Bugzilla activity explosion, Batman!" (added by ricardo at 02:00 PM, October 07, 2009)
12:43 oleonard     :D
12:44 cait1        feeling nostalgic suddenly
12:48 domm         cait1: I was just going to :-)
13:01 oleonard     I wonder if it would make sense to have the invoices page show a default result set, like the last 30 days of invoices or something like that.
13:03 domm         cait1: bug #30332
13:03 huginn       Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30332 enhancement, P5 - low, ---, koha-bugs, NEW , SRU does not work via https
13:03 cait1        domm++ thx!
13:18 cait1        in 20.11 we have <body ID= and it does seem like jquery would not like that?
13:18 cait1        my selectors no longer work
13:21 oleonard     You mean capital "ID" ?
13:21 cait1        yes
13:21 cait1        I have some script using this: if( $("#opac-detail").length > 0 )
13:21 cait1        and it's false on opac-detail...
13:22 Joubu        it's true for me on master
13:22 cait1        it's really super odd - some jquery broke with the update and i think it's kinds linked to the newer jquery version maybe?
13:22 cait1        like it appears stricter
13:24 oleonard     Probably has been the case at least since introduction of bodytag.inc
13:25 Joubu        master has "ID=" in bodytag.inc and the selector is working for me
13:28 cait1        ok, i have to go back to the drawing board then... but it starts working when i remove the if, which is odd?
13:28 cait1        and why do we have ID and no id? :)
13:28 cait1        that looks so odd!
13:29 oleonard     It's wrong
13:29 oleonard     HTML attributes should be in lower case
13:30 oleonard     It's not strictly required in HTML5 but we follow XHTML rules for that kind of thing.
13:37 cait1        oleonard: i fixed the script now - still got no idea why it didn't work, so I practically rewrote it from scratch...
16:51 oleonard     Anyone around who uses acquisitions?
17:29 * oleonard   curses acquisitions rabbit holes
17:33 tcohen       fridolin, Joubu: the JSON::Validator maintainer has patched it so our (revisited) spec works (bug 30194) this means we will upgrade to the latest Mojolicious and and related libaries
17:33 huginn       Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30194 enhancement, P5 - low, ---, tomascohen, Signed Off , Update required JSON::Validator version
17:34 tcohen       mtj: once it is released, it will be called version 5.06
18:05 reiveune     bye
20:20 huginn       News from kohagit: Bug 30008: (bug 29690 follow-up) Fix Invalid data, cannot decode metadata object <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=94063fb40e1bd5a4c452001d37acb29fff608e2c>
20:20 huginn       News from kohagit: Bug 29915: (QA follow-up) Spelling <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=a8636478c269100b027ef00e5679e1e5c1173e99>
20:20 huginn       News from kohagit: Bug 30183: Fetch flatPickr instance prior to custom search definition <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=5a67364da5f5a456904a9c4a1acd440b89705ed5>
20:20 huginn       News from kohagit: Bug 30266: Hide pickup location input on waiting hold <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=436291452f87c6410f2584032eb6db26abe428bf>
20:20 huginn       News from kohagit: Bug 30253: Remove a double mana_success parameter <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=4305ce6f1dd63f497fa8a6899068cf7453b553aa>
20:20 huginn       News from kohagit: Bug 26685: Move Starman out of debian/control.in and into cpanfile (2) <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=2f39f426b5e748973dc8d8348f1304dde64ac909>
20:20 huginn       News from kohagit: Bug 30161: Remove duplicate z3950_search include <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=07a58a04b5751c8407ad44b6239f19c3019df9c3>
20:20 huginn       News from kohagit: Bug 30004: Prevent TooMany from executing too many SQL queries <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=b64f96830bbdd555eeed7137b4b473ac15218f0c>
20:20 huginn       News from kohagit: Bug 29915: Add selenium tests <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=a5c6c7afab5f9074073df4773ac3f331701a43e8>
20:20 huginn       News from kohagit: Bug 29940: Don't surround value by quote <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=4ff027f99e957c734ed358927b384d69bbbd857e>
20:20 huginn       News from kohagit: Bug 29915: Add a note for tests <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=e92c536b204983f53fb173063ed243963018e7c4>
20:20 huginn       News from kohagit: Bug 29915: (QA follow-up) Add a comment in checkauth on $flags <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=3eb3739c6b20182a589b26857fd294accdf03eef>
20:20 huginn       News from kohagit: Bug 29915: Changes to Auth.t <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=3301f6502524ba04d15ee5076e246104541815cc>
20:20 huginn       News from kohagit: Bug 29915: Add tests <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=9c7a5b0988664a5c746b8ddd4287827a2d42fdc3>
20:20 huginn       News from kohagit: Bug 29915: (QA follow-up) Fix POD typo <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=66a9eca5711bee9a3d812824e077b945b16de4a1>
20:20 huginn       News from kohagit: Bug 29940: Phase out jquery.cookie.js in the OPAC <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=7abf8f8e5b13e72128f5cce6bee2c13c34af7033>
20:20 huginn       News from kohagit: Bug 29486: Add check in search_for_data_inconsistencies.pl <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=d8a20d5edfd83e023471e35e49743d735bfba746>
20:20 huginn       News from kohagit: Bug 29486: Fix tests <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=3b1246b76eaaad21bb5f21e0415f794905c09251>
20:20 huginn       News from kohagit: Bug 29486: _koha_marc_update_bib_ids no longer needed for GetMarcBiblio <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=3c2e92448a19d0c1be75cc2a3150408841b56b92>
20:20 huginn       News from kohagit: Bug 26685: Move starman out of debian/control.in and into cpanfile <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=ed03af124dfbcbfe22f9a43104aaae3991491c6a>
20:55 koha-jenkins Project Koha_Master_D10 build #556: UNSTABLE in 35 min: https://jenkins.koha-community.org/job/Koha_Master_D10/556/
21:06 koha-jenkins Project Koha_Master_D12 build #101: UNSTABLE in 46 min: https://jenkins.koha-community.org/job/Koha_Master_D12/101/
21:15 alohabot     🎁 🦄 Koha 'master' packages pushed to 'koha-staging' repo  🍇🍿🍥
21:25 koha-jenkins Project Koha_Master_U21 build #117: UNSTABLE in 1 hr 2 min: https://jenkins.koha-community.org/job/Koha_Master_U21/117/
21:27 koha-jenkins Project Koha_Master_D11_MDB_Latest build #829: UNSTABLE in 1 hr 6 min: https://jenkins.koha-community.org/job/Koha_Master_D11_MDB_Latest/829/
21:32 koha-jenkins Project Koha_Master_U_Stable build #408: UNSTABLE in 36 min: https://jenkins.koha-community.org/job/Koha_Master_U_Stable/408/
21:49 koha-jenkins Project Koha_Master_D11_My8 build #771: UNSTABLE in 43 min: https://jenkins.koha-community.org/job/Koha_Master_D11_My8/771/
22:11 koha-jenkins Project Koha_Master_D9 build #1901: UNSTABLE in 39 min: https://jenkins.koha-community.org/job/Koha_Master_D9/1901/
22:28 koha-jenkins Project Koha_Master_U20 build #332: UNSTABLE in 1 hr 1 min: https://jenkins.koha-community.org/job/Koha_Master_U20/332/
22:35 koha-jenkins Project Koha_Master_U_Stable build #409: STILL UNSTABLE in 45 min: https://jenkins.koha-community.org/job/Koha_Master_U_Stable/409/
22:35 koha-jenkins Project Koha_Master build #1947: UNSTABLE in 1 hr 10 min: https://jenkins.koha-community.org/job/Koha_Master/1947/
22:37 koha-jenkins Project Koha_Master_D11_MDB_Latest build #830: STILL UNSTABLE in 57 min: https://jenkins.koha-community.org/job/Koha_Master_D11_MDB_Latest/830/
22:48 koha-jenkins Project Koha_Master_D11_My8 build #772: STILL UNSTABLE in 36 min: https://jenkins.koha-community.org/job/Koha_Master_D11_My8/772/
23:13 dcook_       mtj: Don't suppose you're around?
23:29 koha-jenkins Project Koha_Master_U20 build #333: STILL UNSTABLE in 1 hr 0 min: https://jenkins.koha-community.org/job/Koha_Master_U20/333/
23:45 koha-jenkins Project Koha_Master build #1948: STILL UNSTABLE in 1 hr 9 min: https://jenkins.koha-community.org/job/Koha_Master/1948/