IRC log for #koha, 2021-01-27

All times shown according to UTC.

Time S Nick Message
00:04 Dyrcona joined #koha
00:36 khall joined #koha
00:49 AndrewFH joined #koha
00:59 inlibro joined #koha
01:41 Dyrcona joined #koha
01:59 inlibro joined #koha
02:10 alexbuckley joined #koha
02:48 khall joined #koha
02:59 inlibro joined #koha
03:31 khall joined #koha
03:59 inlibro joined #koha
04:15 khall joined #koha
04:59 inlibro joined #koha
05:09 liliputech_asu joined #koha
05:30 jsicot joined #koha
05:30 jsicot joined #koha
06:00 inlibro joined #koha
06:30 khall joined #koha
07:00 inlibro joined #koha
07:25 reiveune joined #koha
07:26 reiveune hello
07:54 magnuse bonjour!
07:57 lds joined #koha
07:59 * paxed grumbles something about sql reports not allowing ( before SELECT
08:00 inlibro joined #koha
08:00 alex_a joined #koha
08:01 alex_a Bonjour
08:03 cait joined #koha
08:08 cait1 joined #koha
08:13 fridolin joined #koha
08:14 fridolin1 joined #koha
08:15 fridolin1 hi there
08:15 wahanui privet, fridolin1
08:23 alex_a joined #koha
08:51 liliputech_asu joined #koha
08:52 fridolin1 Bug 27554 a typo in test suite ^^
08:52 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=27554 normal, P5 - low, ---, fridolin.somers, Needs Signoff , Wrong test for Koha::Patrons->update_category_to child to adult
09:00 khall joined #koha
09:00 inlibro joined #koha
09:37 paul_p joined #koha
09:52 khall joined #koha
10:00 inlibro joined #koha
11:01 inlibro joined #koha
11:19 khall joined #koha
11:55 oleonard-away fridolin1: Did you see my follow-up on Bug 27497?
11:55 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=27497 enhancement, P5 - low, ---, fridolin.somers, Needs Signoff , Display Koha version in staff interface
11:55 tcohen why not in the footer?
11:56 tcohen hahaha
11:56 tcohen oleonard++
11:56 * tcohen didn't look at the follow-up before commenting
12:01 inlibro joined #koha
12:05 oleonard Should the "links" column be excluded when printing or exporting the data on opac-readingrecord.pl? ( OPACMySummaryHTML )
12:05 oleonard Anyone use OPACMySummaryHTML? :D
12:10 oleonard We ought to track preferences like that by counting whether it is populated or not (rather than excluding them from Hea altogether)
12:11 cait1 no, but agreed
12:11 ashimema +1
12:22 AndrewFH joined #koha
12:25 khall joined #koha
12:35 pastebot "oleonard" at 127.0.0.1 pasted "Error when trying to run test installation of Hea" (4 lines) at http://paste.koha-community.org/27628
12:35 oleonard Anyone around who might help me with this error? ^^
12:36 ashimema weird
12:36 Dyrcona joined #koha
12:39 ashimema I'm baffled I'm afraid
12:39 ashimema Joubu ^ ?
12:51 ashimema I'm not going mad.. it was a conversation with oleonard about transactions being in one table: http://irc.koha-community.org/[…]0-12-21#i_2318161 :)
12:52 oleonard You expect me to remember a conversation from a MONTH ago?? XD
12:52 * ashimema reports it as a bug so I don't forget again.. seems I never converted it to a bug
12:52 ashimema hehe
12:52 ashimema at least now I know I wasn't going mad :)
12:52 ashimema I'm currently trying to work out where to fit in a list of cashups into the system
12:53 ashimema bug 26273
12:53 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=26273 enhancement, P5 - low, ---, martin.renvoize, NEW , Expose cashup summary history for a cash register
12:53 liliputech_asu joined #koha
13:01 inlibro joined #koha
13:09 khall joined #koha
13:13 ashimema know of any examples of populating a modal via an ajax request in Koha staff client oleonard?
13:13 * ashimema just wants to make sure he's following any pre-trodden best practices.
13:14 oleonard Yes... When you click the patron image in the sidebar to add or modify the image
13:14 ashimema ta
13:15 oleonard Bootstrap doesn't make it easy to make multiple passes... i.e. Load a page, submit a form and have it reload in the modal
13:16 ashimema I see
13:17 Joubu oleonard: are you getting this error when using hea/master?
13:18 oleonard yes
13:18 Joubu when you start the app?
13:19 Joubu I am seeing the "prototype mismatch" warning, not the other one
13:19 oleonard Yes, after "./bin/app.pl"
13:20 AndrewFH joined #koha
13:20 Joubu can you confirm HEAD is bf99faa  Issue #5 - Skip invalid geoloc values
13:21 oleonard No... Should I be using https://github.com/biblibre/hea-app ?
13:21 Joubu no
13:21 oleonard :/
13:21 Joubu gitlab/koha-community
13:21 Joubu https://gitlab.com/koha-community/hea-app/
13:22 oleonard Thanks Joubu
13:22 Joubu there is a commit "    Remove error 'Experimental each on scalar is now forbidden'
13:22 Joubu feb 2 2017 :)
13:24 Joubu jajm: could you add a new "OBSOLETE" commit on https://github.com/biblibre/hea-app and point to the gitlab's koha-community?
13:24 Joubu same for hea-ws I bet
13:25 ashimema glad I'm not going mad :)
13:25 oleonard Sorry I hurt your brain ashimema
13:25 ashimema no worries at all
13:26 ashimema but it's nice to know I wasn't missing some obvious code issue :)
13:30 oleonard Working now... but not sure how to set it up to be available outside the virtual environment
13:30 ashimema ah.. i just work on it locally so don't have that issue
13:31 ashimema hum.. that patron image thing is fun
13:31 ashimema not exactly what I was looking for.. but interesting to see how it works
13:32 ashimema what I was really looking for was something that takes an api response and templates it up
13:32 ashimema but I suppose in reality we're really waiting for vue or react for a proper version of that
13:34 oleonard ashimema: Yeah anything you put together will be a little hackish, creating the html in the JS
13:34 oleonard But it's still doable.
13:34 ashimema yeah
13:34 ashimema all good.. I'll bash through it
13:35 ashimema really want vue or something soon :(
13:35 oleonard Just do it :D
13:35 ashimema but I have no idea how to get us there at this point
13:35 oleonard As far as I can tell we can add the use of Vue to just a single page, so why not?
13:36 ashimema well.. yeah..
13:36 ashimema but I'm probably not the best to do that right now.. I'm not really sure of what background work needs to take place for a nice way of maintaining sharable components and things.
13:38 huginn News from kohagit: Bug 14004: Set the syspref's value to an empty string <https://git.koha-community.org[…]c43a3e57718ad0806>
13:38 huginn News from kohagit: Bug 27029: Add a selenium regression test <https://git.koha-community.org[…]2475cffa1da9c7645>
13:38 huginn News from kohagit: Bug 27547: Typo in parcel.tt <https://git.koha-community.org[…]ae4e87809c802e8dc>
13:38 huginn News from kohagit: Bug 27446: Markup errors in suggestion/suggestion.tt <https://git.koha-community.org[…]13db8969f0f6b1cf3>
13:38 huginn News from kohagit: Bug 27446: (QA follow-up) Add missing filters <https://git.koha-community.org[…]e0e72cd488fb0ad07>
13:38 huginn News from kohagit: Bug 27531: Remove type attribute from script tags: Cataloging plugins <https://git.koha-community.org[…]ee48b0ae0acce835a>
13:38 huginn News from kohagit: Bug 27525: Replace "wich" with "with" in batch delete template <https://git.koha-community.org[…]bbecce3354d75d20b>
13:38 huginn News from kohagit: Bug 27029: (QA follow-up) Adding html filter <https://git.koha-community.org[…]9ad2ff05d98641460>
13:38 huginn News from kohagit: Bug 11344: (QA follow-up) Fix empty section warning <https://git.koha-community.org[…]3989d24e354145adc>
13:38 huginn News from kohagit: Bug 11257: (QA follow-up) Add thank you <https://git.koha-community.org[…]426d993b36c0991e3>
13:38 huginn News from kohagit: Bug 27471: Change auth merge success link text and don't redirect <https://git.koha-community.org[…]abd3fd1ae95c5e84e>
13:38 huginn News from kohagit: Bug 14004: Add OpacAdditionalStylesheet and opaclayoutstylesheet <https://git.koha-community.org[…]e5b3e748745c9f900>
13:38 huginn News from kohagit: Bug 27508: do nothing if tag label elements don't exist <https://git.koha-community.org[…]1b575bb3e99cb73da>
13:38 huginn News from kohagit: Bug 11257: (followup) Document <<items.content>> for DUEDGST and PREDUEDGST and updat... <https://git.koha-community.org[…]4b599d6bb8301f7d3>
13:38 huginn News from kohagit: Bug 11257: PREDUEDST should have more useful default text <https://git.koha-community.org[…]cc66aac7bdd1dcb9a>
13:38 huginn News from kohagit: Bug 14004: Add ability to temporarily disable JS/CSS sysprefs <https://git.koha-community.org[…]073be9893e7495a1f>
13:38 huginn News from kohagit: Bug 23302: (QA follow-up) Fix filters <https://git.koha-community.org[…]22481fef1babe1ab7>
13:38 huginn News from kohagit: Bug 27029: Add data-biblionumber attribute to OPAC detail page <https://git.koha-community.org[…]fc2867c7ac86b7bd5>
13:38 huginn News from kohagit: Bug 25614: Move ILL request keyword filter to sidebar <https://git.koha-community.org[…]4301f774f93a06e0e>
13:38 huginn News from kohagit: Bug 23302: Less clicks on Z3950 search results <https://git.koha-community.org[…]e18c7e3de7b70dad4>
13:40 oleonard I have a real problem with sitting down and trying to power through tutorials...I really need a real thing to work on
13:41 liliputech_asu joined #koha
13:41 * oleonard brb
13:41 ashimema understood
13:41 ashimema I'm similar
13:42 Joubu kidclamp: enda will be back soon ;)
13:48 oleonard joined #koha
13:53 marie-luce joined #koha
14:01 inlibro joined #koha
14:08 cait joined #koha
14:21 cait1 joined #koha
14:24 khall joined #koha
14:28 koha-jenkins Project Koha_Master_D9 build #1546: SUCCESS in 49 min: https://jenkins.koha-community[…]a_Master_D9/1546/
14:41 khall_ joined #koha
14:44 khall__ joined #koha
14:55 lukeG joined #koha
15:01 inlibro joined #koha
15:19 koha-jenkins Project Koha_Master_D11 build #193: SUCCESS in 51 min: https://jenkins.koha-community[…]a_Master_D11/193/
16:01 inlibro joined #koha
16:36 fridolin1 left #koha
16:41 oleonard Joubu still around?
16:50 nugged joined #koha
16:50 kidclamp joined #koha
16:58 paul_p joined #koha
16:58 oleonard Does koha-testing-docker not play nice with a separate installation of VirtualBox on the host?
17:02 inlibro joined #koha
17:04 cait1 left #koha
17:05 oleonard Never mind, it helps to have Docker running
17:13 khall joined #koha
17:37 cait joined #koha
17:56 nugged joined #koha
17:59 bdonnahue1 joined #koha
18:01 kidclamp joined #koha
18:02 inlibro joined #koha
18:03 bdonnahue2 joined #koha
18:05 henryb joined #koha
18:06 reiveune bye
18:07 reiveune left #koha
18:17 kidclamp joined #koha
18:23 cait hm?
18:25 oleonard Hi cait
18:25 cait hi oleonard :)
18:25 cait just saw my name mentioned here, but this was from last night
18:26 oleonard In English there is a saying "my ears are burning" when we overhear someone talking about us
18:27 cait yeah i guess so :)
18:33 henryb joined #koha
18:39 paul_p joined #koha
19:02 inlibro joined #koha
19:21 paul_p_ joined #koha
19:31 oleonard dev meeting in 30 minutes?
20:02 oleonard I guess that's a no.
20:02 inlibro joined #koha
20:06 bdonnahue1 joined #koha
20:26 ashimema Humm
20:26 ashimema Did I miss a dev meeting?
20:33 cait hm i thimk it didn't happen :(
20:33 cait half an hour ago
20:47 wendyh joined #koha
21:02 inlibro joined #koha
21:40 AndrewFH joined #koha
21:57 khall joined #koha
22:02 inlibro joined #koha
22:35 khall joined #koha
22:47 AndrewFH joined #koha
22:53 khall joined #koha
23:03 inlibro joined #koha
23:14 quatta[m] joined #koha
23:34 khall joined #koha
23:35 tuxayo joined #koha
23:42 darkharmony9999[m] joined #koha

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