Time  Nick         Message
21:43 ashimema     Ah, that needs rangi
20:36 caroline     is that something you can change or only rangi?
20:36 caroline     I was talking with marie-luce and she reminded me that the "latest" link for the manual still points to 20.05
20:35 caroline     hi!
20:35 ashimema     Hola
20:29 caroline     ashimema or rangi around?
19:25 reiveune     bye
17:28 koha-jenkins Project Koha_20.05_U2010 build #130: SUCCESS in 48 min: https://jenkins.koha-community.org/job/Koha_20.05_U2010/130/
17:14 koha-jenkins Project Koha_20.05_U16 build #237: SUCCESS in 41 min: https://jenkins.koha-community.org/job/Koha_20.05_U16/237/
17:02 ashimema     thanks dude
17:00 oleonard     Sure thing
17:00 ashimema     think it's a much cleaner approach
17:00 huginn       Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27661 normal, P5 - low, ---, martin.renvoize, In Discussion , Clarify error for message broker
17:00 ashimema     would love a second pair of eyes on my followup to bug 27661 oleonard
16:51 koha-jenkins Project Koha_20.05_D10 build #234: SUCCESS in 45 min: https://jenkins.koha-community.org/job/Koha_20.05_D10/234/
16:43 kohaputti    kinda hoping now that the transfer refactoring you worked doesn't collide with this stuff – that is why I QA'd it for you so I could fix this
16:42 ashimema     :)
16:40 kohaputti    ashimema, noticed your message now send via hugginn – The patches definitely fix some transfers stuff, both in SIP and Intranet, so maybe even the thing you are having problem with, hopefully :)
16:40 koha-jenkins Project Koha_20.05_U2010 build #129: SUCCESS in 50 min: https://jenkins.koha-community.org/job/Koha_20.05_U2010/129/
16:39 koha-jenkins Project Koha_20.05_U18 build #100: SUCCESS in 1 hr 0 min: https://jenkins.koha-community.org/job/Koha_20.05_U18/100/
16:39 ashimema     it's rather confusing
16:39 ashimema     ooh.. and 'warn'
16:38 ashimema     and an 'onissue'
16:38 ashimema     we have an 'ok' class for this too
16:38 kohaputti    ashimema, it is not very easy series to review, lots of changes...
16:38 ashimema     I'm sure our CSS source could be cleaned up a fair bit
16:37 * ashimema   needs a break
16:37 ashimema     so the odd must have been added some other way there
16:37 ashimema     but.. the table on the about page isn't a datatable
16:37 ashimema     I see
16:36 ashimema     okies.. will have a look shortly.. thanks kohaputti
16:36 oleonard     ashimema: The "odd" class is added by DataTables. The 2n+1 is for a non-DataTable.
16:36 ashimema     and then we randomly override in various ways
16:36 huginn       Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25690 normal, P5 - low, ---, joonas.kylmala, Needs Signoff , SIP should not allow to check out an item in transfer because of a hold to another patron
16:36 kohaputti    ashimema, done: bug 25690
16:35 ashimema     we use (odd) and (2n+1) interchangably
16:35 ashimema     man we have sooooo many ways of doing the same thing for our table row backgrounds :(
16:32 koha-jenkins Project Koha_20.05_U16 build #236: SUCCESS in 54 min: https://jenkins.koha-community.org/job/Koha_20.05_U16/236/
16:29 oleonard     I have decided I didn't need to rethink it. Hopefully QA will agree :)
16:29 huginn       Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27725 enhancement, P5 - low, ---, oleonard, ASSIGNED , Use JavaScript to set history state during patron search
16:29 oleonard     Bug 27725
16:26 koha-jenkins Project Koha_20.05_D9 build #233: SUCCESS in 42 min: https://jenkins.koha-community.org/job/Koha_20.05_D9/233/
16:23 ashimema     and means we can slim down the local css slightly.. always nice
16:23 ashimema     that works nicely actually :)
16:19 oleonard     It has stuff like "<p class="bg-success">...</p>"
16:19 ashimema     blimey
16:19 oleonard     3 something
16:19 ashimema     hang on.. that's a recent bootstrap.. remind me.. what bootstrap are we on in the staff client
16:18 ashimema     they have 'text-success', etc
16:18 ashimema     could use the bootstrap text-* color classes perhaps?
16:18 ashimema     which I wasn't hugely happy about
16:18 ashimema     yeah.. that's what I ended up with !important flags
16:17 ashimema     mm
16:17 oleonard     Our use of "tbody tr:nth-child(2n+1) td" while clever creates so many specificity issues with CSS :(
16:16 ashimema     we have a bit of a mix right now
16:15 ashimema     and.. whether it should instead be the text color or not
16:15 ashimema     but I'm also not contemplating the difference between background colour of a cell vs span
16:14 wahanui      thinking is so much easier
16:14 ashimema     that's what I'm thinking
16:14 oleonard     It would certainly make sense to have a globally-available class for styling table cells for that purpose.
16:14 ashimema     for example.. Koha will run without memcached or rabbitmq (but they're recommended for performance).. so 'Orange'.. but Koha can't function without zebra (well.. or elastic now).. so that was the red
16:13 ashimema     basically, I was trying to give us three states instead of two..
16:13 ashimema     it comes up for me if zebra isn't running
16:12 ashimema     huh
16:11 oleonard     Regarding 27661, is it correct that the patch doesn't introduce a situation where the "status_fatal" class would come up?
16:10 * oleonard   has a good solution for "remembering" the history of the first-letter browse in Patrons, but maybe should be addressing all the filter options at once.
16:09 ashimema     ohh.. no, afraid not
16:09 huginn       Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27661 normal, P5 - low, ---, martin.renvoize, In Discussion , Clarify error for message broker
16:09 ashimema     any thoughts on the formatting/color changes I introduce on bug 27661 oleonard?
16:08 oleonard     ashimema: Ever worked with browser history state with regard to AJAX requests?
16:08 ashimema     lol
16:07 oleonard     I love being almost finished with a patch when I start to think there was a better way to do it...
15:49 koha-jenkins Project Koha_20.05_D10 build #233: SUCCESS in 50 min: https://jenkins.koha-community.org/job/Koha_20.05_D10/233/
15:44 koha-jenkins Project Koha_20.05_U20 build #265: SUCCESS in 39 min: https://jenkins.koha-community.org/job/Koha_20.05_U20/265/
15:39 koha-jenkins Project Koha_20.05_U2010 build #128: SUCCESS in 1 hr 0 min: https://jenkins.koha-community.org/job/Koha_20.05_U2010/128/
15:37 koha-jenkins Project Koha_20.05_D9 build #232: SUCCESS in 57 min: https://jenkins.koha-community.org/job/Koha_20.05_D9/232/
15:19 koha-jenkins Project Koha_20.05_U18 build #99: SUCCESS in 45 min: https://jenkins.koha-community.org/job/Koha_20.05_U18/99/
15:04 koha-jenkins Project Koha_20.05_U16 build #235: SUCCESS in 42 min: https://jenkins.koha-community.org/job/Koha_20.05_U16/235/
14:55 fridolin     easy
14:55 huginn       Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27724 normal, P5 - low, ---, fridolin.somers, Needs Signoff , Use lenient also in Elasticsearch authorities search
14:55 fridolin     Bug 27724 for ES lovers
14:40 koha-jenkins Project Koha_20.05_U20 build #264: SUCCESS in 52 min: https://jenkins.koha-community.org/job/Koha_20.05_U20/264/
14:38 koha-jenkins Project Koha_20.05_D10 build #232: SUCCESS in 59 min: https://jenkins.koha-community.org/job/Koha_20.05_D10/232/
14:33 koha-jenkins Project Koha_20.05_D9 build #231: SUCCESS in 49 min: https://jenkins.koha-community.org/job/Koha_20.05_D9/231/
14:22 koha-jenkins Project Koha_20.05_U2010 build #127: SUCCESS in 39 min: https://jenkins.koha-community.org/job/Koha_20.05_U2010/127/
14:08 koha-jenkins Project Koha_20.05_U18 build #98: SUCCESS in 52 min: https://jenkins.koha-community.org/job/Koha_20.05_U18/98/
13:47 koha-jenkins Project Koha_20.05_U16 build #234: SUCCESS in 55 min: https://jenkins.koha-community.org/job/Koha_20.05_U16/234/
13:43 koha-jenkins Project Koha_20.05_U20 build #263: SUCCESS in 39 min: https://jenkins.koha-community.org/job/Koha_20.05_U20/263/
13:42 Joubu        yes I think it would make more sense to have it renamed and enabled by default
13:39 koha-jenkins Project Koha_20.05_D9 build #230: SUCCESS in 1 hr 12 min: https://jenkins.koha-community.org/job/Koha_20.05_D9/230/
13:38 oleonard     Joubu? cait1?
13:37 huginn       Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24194 enhancement, P5 - low, ---, aleisha, Needs Signoff , Add system preference to disable the use of expiration dates for holds
13:37 oleonard     I hate to bring it up because it means more revisions, but... Don't we have a guideline that preferences shouldn't be "negative?" Bug 24194
13:16 koha-jenkins Project Koha_20.05_U2010 build #126: SUCCESS in 50 min: https://jenkins.koha-community.org/job/Koha_20.05_U2010/126/
13:15 liliputech   Stroh is so strong i don't know much people able to handle this >< but probably nice in recipes like pancakes or so :)
13:04 koha-jenkins Project Koha_20.05_D10 build #231: SUCCESS in 38 min: https://jenkins.koha-community.org/job/Koha_20.05_D10/231/
12:56 cait1        liliputech: Austria  - not Germany ;)
12:56 cait1        oleonard: that's Austrian - but in general i don't drink much alcohol
12:16 * oleonard   suspects cait1 isn't a Stroh drinker
12:09 oleonard     https://en.wikipedia.org/wiki/Stroh ?
12:09 cait1        liliputech: Ströh?? :)
12:09 cait1        oleonard++
12:07 koha-jenkins Project Koha_Master_D9 build #1568: SUCCESS in 58 min: https://jenkins.koha-community.org/job/Koha_Master_D9/1568/
11:46 koha-jenkins Project Koha_Master_D9_My8 build #512: STILL FAILING in 39 min: https://jenkins.koha-community.org/job/Koha_Master_D9_My8/512/
11:29 nlegrand     o/ liliputech oleonard
11:28 liliputech   hi nlegrand , hi oleonard :)
11:11 oleonard     Hi #koha
11:10 nlegrand     Bonjour !
11:07 huginn       News from kohagit: Bug 24469: Record biblionumber in import_biblio when adding to basket via file <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=7bc460e00501a5161a5ac1700dc8d1ce7b76730c>
11:07 huginn       News from kohagit: Bug 27131: Add get_items_that_can_fill <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=919caa19c888cd1a01f9ddbcbbb39caa85f096e6>
11:07 huginn       News from kohagit: Bug 27131: Add tests for get_items_that_can_fill <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=731ec77b99fdfc3bf5e92ea8a8a661c27ca69dc7>
11:07 huginn       News from kohagit: Bug 24469: Move the new queries to a dedicated ImportBatch subroutine <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=03a9bdc851dcfe114c1676ac55def1e1c5d51970>
11:07 huginn       News from kohagit: Bug 27694: use HTML filtering on News Tool textarea <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=9d2092e36f3d801802856452195726b1baf494cb>
11:07 huginn       News from kohagit: Bug 27719: Apply _escape_str and _escape_price where needed <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=740331c39e65aca18244bbf759ed6f722eeb0ac9>
11:07 huginn       News from kohagit: Bug 27131: (QA follow-up) POD and comments <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=c3cf9a1ef9370df59aedb4a441bbab2644f214d3>
11:07 huginn       News from kohagit: Bug 27131: Improve POD for the new method <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=010f361fe6e8c8d102af4e4cd6559f10d046f305>
10:10 huginn       Log:            https://meetings.koha-community.org/2021/general_irc_meeting_17_february2021.2021-02-18-10.09.log.html
10:10 huginn       Minutes (text): https://meetings.koha-community.org/2021/general_irc_meeting_17_february2021.2021-02-18-10.09.txt
10:10 huginn       Minutes:        https://meetings.koha-community.org/2021/general_irc_meeting_17_february2021.2021-02-18-10.09.html
10:10 huginn       Meeting ended Thu Feb 18 10:10:44 2021 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)
10:10 Joubu        #endmeeting
10:10 Joubu        #info Next meeting: 17 March 2021 15 UTC
10:10 Joubu        #info Next meeting: 17 March 2021
10:09 Joubu        #info postponed
10:09 huginn       The meeting name has been set to 'general_irc_meeting_17_february2021'
10:09 huginn       Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
10:09 huginn       Meeting started Thu Feb 18 10:09:40 2021 UTC.  The chair is Joubu. Information about MeetBot at http://wiki.debian.org/MeetBot.
10:09 Joubu        #startmeeting General IRC meeting 17 February2021
09:03 Joubu        looks like we need to update the debian/control file
09:02 Joubu        mtj: did you see the last comment on 27673?
08:29 liliputech   bonjour
08:12 wahanui      que tal, fridolin
08:12 fridolin     hi
08:00 cait1        good morning :)
07:59 ashimema     Morning
07:52 magnuse      \o/
07:48 alex_a       Bonjour
06:55 reiveune     hello
03:11 huginn       Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27673 enhancement, P5 - low, ---, jonathan.druart, Pushed to master , Replace YAML with YAML::XS
03:11 mtj          hi Joubu, i think we can probably make a yaml::xs package for u16, re bug 27673
03:03 koha-jenkins Project Koha_19.11_D10 build #136: FIXED in 46 min: https://jenkins.koha-community.org/job/Koha_19.11_D10/136/
03:03 wahanui      Congratulations!
03:03 koha-jenkins Yippee, build fixed!
00:16 koha-jenkins Project Koha_20.05_U18 build #97: FIXED in 52 min: https://jenkins.koha-community.org/job/Koha_20.05_U18/97/
00:16 wahanui      Congratulations!
00:16 koha-jenkins Yippee, build fixed!
00:03 koha-jenkins Project Koha_20.05_U16 build #233: SUCCESS in 44 min: https://jenkins.koha-community.org/job/Koha_20.05_U16/233/