Time  Nick          Message
02:30 dcook         Oh man... bug 26128
02:30 huginn        Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26128 normal, P5 - low, ---, ulrich.kleiber, Failed QA , Proxy Error while importing a large number of patrons (e.g. 6000 patrons) with Plack
02:30 dcook         I know I was verbose but it was pretty cool figuring out that Apache doesn't seem to honour TimeOut quite right with mod_cgi...
05:51 dcook         Woohoo just used the WRAPPER directive for a plugin template..
06:06 marcelr       hi #koha
06:06 marcelr       zebra is not dead yet
06:13 dcook         marcelr: Yeah it looks like my fears were a bit premature
06:13 dcook         I've asked on Github for more releases/packages... https://github.com/indexdata/idzebra/issues/16
06:18 dcook         Ahhhhh so nice when things work out
06:23 marcelr       File not found : koha/js/locale_data.js at /usr/share/koha/Koha/Template/Plugin/Asset.pm line 84.
06:29 dcook         marcelr: ?
06:30 dcook         Bug 26381 I'm quite excited by this one >_>
06:30 huginn        Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26381 enhancement, P5 - low, ---, dcook, In Discussion , Koha should provide Koha plugins with a template to use with Template::Toolkit WRAPPER
06:32 * ashimema[m] quietly wonders how hard it is to build a package for zebra from source.... wonder if we could host it in the koha repo
06:32 ashimema[m]   if indexdata don't do a release any time soon that is
06:32 dcook         ashimema[m]: I was thinking similar yesterday heh
06:33 dcook         Once upon a time, we used to build Zebra from source
06:33 ashimema[m]   oh really
06:33 dcook         So I'm guessing it's probably not too too hard
06:33 dcook         Although...
06:33 dcook         Oh actually...
06:33 dcook         https://github.com/indexdata/idzebra/tree/master/debian
06:34 dcook         They already have their Debian files in their source tree
06:34 dcook         Probably trivial to put together a build script/environment
06:34 reiveune      hello
06:34 dcook         salut reiveune
06:34 ashimema[m]   I wonder if it's as simple as someone forgot to run the process which pushes it all up to their repos
06:34 dcook         They actually have a RPM spec file too... https://github.com/indexdata/idzebra/blob/master/idzebra.spec
06:34 dcook         ashimema[m] That would be my bet heh
06:35 dcook         I'm sure they've been busy
06:35 dcook         Much like I've been today O_O
06:35 * dcook       feels slightly crazy
06:35 * dcook       also apologies for all the Bugzilla comments... like usual
06:35 ashimema[m]   Kinda shows how little zebra is used these days in the wider world though doesn't it... if no-one has noticed the lack of releases until now
06:35 * dcook       is still pleased about the outcome of Bug 26128 though..
06:35 huginn        Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26128 normal, P5 - low, ---, ulrich.kleiber, Failed QA , Proxy Error while importing a large number of patrons (e.g. 6000 patrons) with Plack
06:35 ashimema[m]   they have their work cut out with Folio
06:35 dcook         ashimema[m]: Yeah I was thinking a bit about that
06:36 dcook         On both counts
06:36 dcook         Although they did provide for Ubuntu 18.04 and I imagine a lot of people are on that
06:36 dcook         Not sure that 20.04 got the same adoption that 18.04 did
06:36 * dcook       is running quite a few 18.04 machines >_>
06:36 ashimema[m]   I had sort of noticed.. but I'm not on the infrastructure side these days so I didn't really pay much attention
06:36 dcook         My first 20.04 install was actually at home a few days ago..
06:36 dcook         Fair enough
06:36 * dcook       is on every side O_O
06:37 dcook         ashimema: Do you do much with plugins?
06:37 ashimema[m]   I used to be.. these days I've mostly moved to development and management of projects
06:37 * dcook       is feeling pleased with himself over using WRAPPER with his plugins heh
06:37 ashimema[m]   plugins, yes, I maintain a number of payment plugins
06:37 ashimema[m]   and have dabbled in other plugins
06:37 dcook         Probably more longevity on the management side of things of course
06:38 dcook         Maybe I'm late to lunch, but check out Bug 26381 for how I'm reusing a wrapper template
06:38 huginn        Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26381 enhancement, P5 - low, ---, dcook, In Discussion , Koha should provide Koha plugins with a template to use with Template::Toolkit WRAPPER
06:38 ashimema[m]   I've actually reduced my management the last couple of years.. my team are pretty darn autonomous and projects aren't too honerous
06:38 dcook         The latter comments don't actually require Koha changes..
06:38 dcook         That's the dream
06:38 ashimema[m]   ooh, interesting
06:39 dcook         Yeah, I've wanted to use WRAPPER for ages but I think Owen thought it would be too hard to refactor existing templates
06:39 dcook         But new plugin templates... prime opportunity I think
06:40 dcook         lol..
06:40 dcook         Turns out the wrapper I used in that sample code is already outdated I think
06:40 dcook         Apparently we don't use doc3 as a div ID in other parts of Koha..
06:46 ashimema[m]   lol
06:46 dcook         But just updated the wrapper and now I only have to fix 1 place and not N places...
06:57 ashimema[m]   :)
06:57 ashimema[m]   nice
06:59 alex_a        Bonjour
07:30 dcook         Anyway, I'm going to depart before someone else roasts me for my verbosity heh
07:30 dcook         night all
07:35 marcelr       bye dcook
07:35 magnuse       have fun dcook
08:29 fridolin      Bug 26382
08:29 huginn        Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26382 normal, P5 - low, ---, fridolin.somers, Needs Signoff , misc/maintenance/compare_es_to_db.pl is missing execution permission
08:29 fridolin      a trivial one ;)
09:19 TimothyAlexis In opac-detail we have problems with the holdings table width spanning outside the containing div. I will solve this by giving the div "bibliodescriptions" it's own "row-fluid" div + span12. Would a patch in Koha be desireable or should I just do it in our library's version?
09:21 TimothyAlexis http://www.freealization.com/files/opac-detail-example.png
09:23 TimothyAlexis http://www.freealization.com/files/opac-detail-problem.png
09:24 ashimema[m]   see bug 25242 TimothyAlexis
09:24 huginn        Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25242 enhancement, P5 - low, ---, martin.renvoize, Needs Signoff , Accessibility: The 'Holdings' table partially obscures navigation links at 200% zoom
09:25 ashimema[m]   do feel free to suggest your alternative approach though.. my method is by no means the only one
09:28 TimothyAlexis ashimema[m] What do I need to build the scss?
09:29 TimothyAlexis the css from scss*
09:30 TimothyAlexis I previously tried this guide without success: https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client
09:32 Joubu         TimothyAlexis: in koha-testing-docker you only need to `yarn build` for staff and `yarn build --view=opac` for OPAC
10:09 Joubu         @later tell marcelr what are your thoughts on 26323 (comments 5 and 6)?
10:09 huginn        Joubu: The operation succeeded.
10:14 TimothyAlexis Joubu: We're using a custom built deployment system.
10:14 TimothyAlexis ashimema[m] I looked at the patch and it does work, however the problem persists, it merely changes form.
10:16 ashimema[m]   care to comment on the bug TimothyAlexis ?
10:16 ashimema[m]   I did code that alternative in a bit of a hurry
10:16 ashimema[m]   your solution may well be better
10:16 ashimema[m]   oleonard is the other one to raise
10:17 ashimema[m]   there was a fair bit of discussion about this one last night as it happens
10:18 TimothyAlexis ashimema[m] I think a combination of the two
10:18 ashimema[m]   sounds good to me :)
10:19 TimothyAlexis http://www.freealization.com/files/25242-problem.png
10:19 TimothyAlexis So, can I add to the 25242 patch?
10:21 TimothyAlexis Or should I make a separate suggestion for the changed layout in opac-detail.tt
10:26 TimothyAlexis I'm going for lunch.
10:35 ashimema[m]   nice to keep it together
10:35 ashimema[m]   hello
10:35 wahanui       what's up, ashimema[m]
10:35 ashimema[m]   feel free to add the patch on top of that bug :)
10:38 ashimema[m]   am I back
10:38 ashimema[m]   irc client crashed
10:39 ashimema[m]   hmm.. neither of your screenshots have many options in the right menu
10:41 ashimema[m]   https://pasteboard.co/JpvAVkd.png
10:42 ashimema[m]   with your solution TimothyAlexis how does the right hand block look if it has lots of items in it?
12:02 TimothyAlexis ashimema[m] wow, well, added to your list could also be the "browse results" section expanded
12:03 TimothyAlexis The holdst table would be pushed down
12:04 ashimema[m]   yeah.. it's a hard call to know which elements should get out of the way of which.. if you have lots of items in any of them there's always going to be some weird whitespace somewhere I reckon.
12:04 tcohen        morning
12:04 tcohen        I'm sorry for claiming the end of Zebra, I really love it
12:04 tcohen        :-D
12:05 oleonard-away tcohen now you've gone too far. Nobody loves Zebra :P
12:05 TimothyAlexis Well, in your screenshot, there are also fewer columns in the table, so I would think that the fix in 25242 does indeed make sense there.
12:05 tcohen        oleonard I'm wondering what my next extreme comment will be
12:06 TimothyAlexis Whereas my suggestion does indeed only work with a limited number of items in the right hand block.
12:06 oleonard      @quote get 136
12:06 huginn        oleonard: Quote #136: "<sekjal> MARC. Must. Die!" (added by wizzyrea at 06:18 PM, May 26, 2011)
12:06 tcohen        LOL
12:06 tcohen        that still stands
12:06 oleonard      ^ a very non-controversial one :)
12:07 oleonard      @quote get 1
12:07 huginn        oleonard: Quote #1: "<pianohacker> resolve, rather, I doubt it needs lotion" (added by gmcharlt at 03:05 AM, May 31, 2009)
12:07 oleonard      Hm.
12:08 oleonard      "<pianohacker> Heh, I should probably resalve 2848"
12:09 ashimema[m]   lol
12:09 TimothyAlexis ashimema[m] I tested your patch 25242, what do I do to sign off?
12:09 ashimema[m]   bug 2848
12:09 huginn        Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2848 enhancement, PATCH-Sent (DO NOT USE), ---, gmcharlt, CLOSED FIXED, Send notifications to patrons when holds are filled
12:09 ashimema[m]   are you using git bz TimothyAlexis ?
12:09 ashimema[m]   if so, 'git commit --amend -s' to add your SO
12:10 ashimema[m]   then 'git bz attach 25242 HEAD' and mark it as Signed off in bugzilla
12:10 ashimema[m]   :)
12:10 ashimema[m]   thnkas for testing
12:10 ashimema[m]   and your additions :)
12:19 TimothyAlexis ashimema[m] so first checkout master, git bz apply 25242, then amend and attach?
12:19 ashimema[m]   correct
12:19 ashimema[m]   sorry.. i assumed you had already grabbed it to test
12:20 oleonard      In koha-testing-docker at least I know you can use "git so X" as a shortcut for signing off on the last X commits
12:21 * oleonard    can't remember if it's the same in kohadevbox
12:21 ashimema[m]   ah yes.. of course
12:21 * ashimema[m] is ol' fashioned
12:24 TimothyAlexis ashimema[m] Just wanted to make sure ;)
12:24 cait          it is the same on kohadevbox
12:24 tcohen        at least we tried he
13:10 oleonard      @later tell dcook I'm not against using WRAPPER at all. At first glance it looked like it might not be flexible enough but if you want to propose a use for it please do.
13:10 huginn        oleonard: The operation succeeded.
13:33 * oleonard    wishes he was better at gulp
13:38 tcohen        oleonard what are you fighting?
13:41 oleonard      I'm trying to incorporate this into the build process: https://rtlcss.com/
13:42 pastebot      "oleonard" at 127.0.0.1 pasted "gulp rtlcss" (15 lines) at http://paste.koha-community.org/25349
13:43 pastebot      "oleonard" at 127.0.0.1 pasted "yarn build error" (14 lines) at http://paste.koha-community.org/25350
13:53 oleonard      Oh wait, I think I see what I've done...
14:00 * oleonard    was using the npm module not the gulp plugin
14:05 oleonard      Cool, seems to work really well!
14:06 oleonard      https://snipboard.io/0YOEyA.jpg
14:12 Joubu         There are still few things: the logo is on the right (master has it on the left), and the pagination/sort are inverted
14:13 Joubu         not sure they are bugs or if it fixed them however..
14:15 oleonard      Joubu I would say those are bugs in the rtl version in master
14:39 lukeG         good morning
14:40 oleonard      Hi lukeG
14:44 oleonard      Joubu: Update pushed with auto-rtl-generation built in. You'll have to 'yarn install' again.
14:47 kidclamp      marcelr++
14:47 kidclamp      marcelr++
14:47 kidclamp      marcelr++
14:54 koha-jenkins  Project Koha_20.05_D9 build #80: SUCCESS in 42 min: https://jenkins.koha-community.org/job/Koha_20.05_D9/80/
14:54 reiveune      bye
14:58 oleonard      kidclamp: I can only guess that marcelr came over with his truck and helped you move
14:59 koha-jenkins  Project Koha_20.05_U16 build #61: SUCCESS in 46 min: https://jenkins.koha-community.org/job/Koha_20.05_U16/61/
15:00 kidclamp      heh, indeed. I owe him the standard friend fee of pizza + beer
15:00 oleonard      I hope he examined the contract to verify that the pizza is hot and beer is cold and not vice versa. Common error.
15:01 kidclamp      oh I just usually put it all in a blender
15:01 kidclamp      balance it out
15:01 * oleonard    shudders
15:01 oleonard      You're a monster for even saying that
15:02 kidclamp      next you are gonna say pineapple and ham isn't the best pizza
15:02 lukeG         its not
15:02 lukeG         :)
15:02 tcohen        wait what?
15:02 wahanui       wait is that one debit or credit? I always confuse the two
15:03 * kidclamp    angrily sips my delicious pizza  / beer smoothie
15:03 koha-jenkins  Project Koha_20.05_D9_My8 build #70: UNSTABLE in 51 min: https://jenkins.koha-community.org/job/Koha_20.05_D9_My8/70/
15:07 lisettelatah  Last year in Peublo the pizza place had one that was pepperoni, pineapple, and mandarin oranges that was wonderful. I'm all for pineapple and ham products (though I prefer pepperoni to ham/Canadian bacon) together on pizza.
15:10 koha-jenkins  Project Koha_20.05_U18 build #65: SUCCESS in 57 min: https://jenkins.koha-community.org/job/Koha_20.05_U18/65/
15:26 koha-jenkins  Project Koha_20.05_U20 build #64: SUCCESS in 1 hr 13 min: https://jenkins.koha-community.org/job/Koha_20.05_U20/64/
15:29 * oleonard    shows off his local pizzeria's specialty pizzas: https://avalanchepizza.net/menu/#Specialty
15:29 oleonard      The Mount Kilauea Hawaiian is very good.
15:31 koha-jenkins  Project Koha_20.05_D10 build #74: SUCCESS in 36 min: https://jenkins.koha-community.org/job/Koha_20.05_D10/74/
15:47 koha-jenkins  Project Koha_20.05_D9 build #81: SUCCESS in 48 min: https://jenkins.koha-community.org/job/Koha_20.05_D9/81/
15:48 koha-jenkins  Project Koha_20.05_U16 build #62: SUCCESS in 44 min: https://jenkins.koha-community.org/job/Koha_20.05_U16/62/
16:00 * oleonard_   waves to oleonard from upstairs
16:11 koha-jenkins  Project Koha_20.05_U18 build #66: SUCCESS in 40 min: https://jenkins.koha-community.org/job/Koha_20.05_U18/66/
16:11 koha-jenkins  Yippee, build fixed!
16:11 wahanui       Congratulations!
16:11 koha-jenkins  Project Koha_20.05_D9_My8 build #71: FIXED in 1 hr 1 min: https://jenkins.koha-community.org/job/Koha_20.05_D9_My8/71/
16:30 * oleonard    forgot Microsoft removed support for conditional comments from IE... that was dumb.
16:31 koha-jenkins  Project Koha_20.05_D10 build #75: SUCCESS in 43 min: https://jenkins.koha-community.org/job/Koha_20.05_D10/75/
16:34 koha-jenkins  Project Koha_20.05_D9 build #82: SUCCESS in 46 min: https://jenkins.koha-community.org/job/Koha_20.05_D9/82/
16:36 ashimema[m]   oooh, pizza
16:36 * ashimema[m] is literally just getting the Ooni out now for Pizza night :)
16:36 * ashimema[m] hide the blender
16:40 oleonard      kidclamp Bug 26374 has the wrong patch on it, doesn't it?
16:40 huginn        Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26374 enhancement, P5 - low, ---, nick, Needs Signoff , Update for 19974 is not idempotent
16:42 koha-jenkins  Project Koha_20.05_U20 build #65: FAILURE in 1 hr 16 min: https://jenkins.koha-community.org/job/Koha_20.05_U20/65/
16:50 koha-jenkins  Project Koha_20.05_U16 build #63: SUCCESS in 39 min: https://jenkins.koha-community.org/job/Koha_20.05_U16/63/
16:51 * oleonard    cries at the prospect of rebasing his Bootstrap branch on top of Bug 26392
16:51 huginn        Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26392 enhancement, P5 - low, ---, julian.maurice, Needs Signoff , Wrap all translatable strings in opac-main.tt
17:09 koha-jenkins  Project Koha_20.05_U18 build #67: SUCCESS in 57 min: https://jenkins.koha-community.org/job/Koha_20.05_U18/67/
17:19 koha-jenkins  Project Koha_20.05_D10 build #76: SUCCESS in 44 min: https://jenkins.koha-community.org/job/Koha_20.05_D10/76/
17:22 koha-jenkins  Project Koha_20.05_D9_My8 build #72: SUCCESS in 51 min: https://jenkins.koha-community.org/job/Koha_20.05_D9_My8/72/
17:30 koha-jenkins  Project Koha_20.05_D9 build #83: SUCCESS in 39 min: https://jenkins.koha-community.org/job/Koha_20.05_D9/83/
18:00 kidclamp      It certainly does
18:00 koha-jenkins  Project Koha_20.05_U20 build #66: NOW UNSTABLE in 1 hr 18 min: https://jenkins.koha-community.org/job/Koha_20.05_U20/66/
18:03 oleonard-away kidclamp: That patch was sitting there like pineapple on a pizza ;)
18:04 koha-jenkins  Project Koha_20.05_U16 build #64: SUCCESS in 54 min: https://jenkins.koha-community.org/job/Koha_20.05_U16/64/
18:04 koha-jenkins  Project Koha_20.05_U18 build #68: SUCCESS in 44 min: https://jenkins.koha-community.org/job/Koha_20.05_U18/68/
18:06 kidclamp      oleonard++
18:06 koha-jenkins  Project Koha_20.05_D10 build #77: SUCCESS in 44 min: https://jenkins.koha-community.org/job/Koha_20.05_D10/77/
18:06 kidclamp      begrudgingly
18:09 cait          pineapple pizza?
18:10 oleonard      I'm teasing kidclamp by suggesting that pineapple doesn't belong on pizza, but I would never presume to tell anyone what belongs on their pizza.
18:10 cait          that's good :)
18:10 cait          i loooove pineapple on pizza
18:10 tcohen        covfefe
18:10 cait          pizza caribe°
18:10 lukeG         to each their own! (pizza)
18:11 cait          argentina knows how to do that :)
18:11 koha-jenkins  Project Koha_20.05_U18 build #69: ABORTED in 5 min 11 sec: https://jenkins.koha-community.org/job/Koha_20.05_U18/69/
18:14 koha-jenkins  Project Koha_20.05_D9_My8 build #73: SUCCESS in 43 min: https://jenkins.koha-community.org/job/Koha_20.05_D9_My8/73/
18:40 kidclamp      I think my wife is putting nectarine on our pizza tonight in fact
18:42 oleonard      Daredevil
18:49 koha-jenkins  Project Koha_20.05_U16 build #65: SUCCESS in 45 min: https://jenkins.koha-community.org/job/Koha_20.05_U16/65/
18:53 koha-jenkins  Project Koha_20.05_U18 build #70: SUCCESS in 39 min: https://jenkins.koha-community.org/job/Koha_20.05_U18/70/
18:58 koha-jenkins  Project Koha_20.05_D10 build #78: SUCCESS in 46 min: https://jenkins.koha-community.org/job/Koha_20.05_D10/78/
19:02 koha-jenkins  Project Koha_20.05_D9 build #84: SUCCESS in 58 min: https://jenkins.koha-community.org/job/Koha_20.05_D9/84/
19:19 koha-jenkins  Project Koha_20.05_U20 build #67: STILL UNSTABLE in 1 hr 18 min: https://jenkins.koha-community.org/job/Koha_20.05_U20/67/
19:32 koha-jenkins  Project Koha_20.05_U16 build #66: SUCCESS in 38 min: https://jenkins.koha-community.org/job/Koha_20.05_U16/66/
19:39 koha-jenkins  Project Koha_20.05_D9_My8 build #74: SUCCESS in 49 min: https://jenkins.koha-community.org/job/Koha_20.05_D9_My8/74/
19:59 koha-jenkins  Project Koha_20.05_D9 build #85: SUCCESS in 57 min: https://jenkins.koha-community.org/job/Koha_20.05_D9/85/
20:16 koha-jenkins  Project Koha_20.05_U18 build #71: SUCCESS in 38 min: https://jenkins.koha-community.org/job/Koha_20.05_U18/71/
20:25 koha-jenkins  Project Koha_20.05_U16 build #67: SUCCESS in 46 min: https://jenkins.koha-community.org/job/Koha_20.05_U16/67/
20:28 koha-jenkins  Project Koha_20.05_D9_My8 build #75: SUCCESS in 48 min: https://jenkins.koha-community.org/job/Koha_20.05_D9_My8/75/
20:29 koha-jenkins  Yippee, build fixed!
20:29 wahanui       Congratulations!
20:29 koha-jenkins  Project Koha_20.05_U20 build #68: FIXED in 1 hr 10 min: https://jenkins.koha-community.org/job/Koha_20.05_U20/68/
20:30 koha-jenkins  Project Koha_20.05_U18 build #72: ABORTED in 5 min 1 sec: https://jenkins.koha-community.org/job/Koha_20.05_U18/72/
20:51 koha-jenkins  Project Koha_20.05_D10 build #79: SUCCESS in 51 min: https://jenkins.koha-community.org/job/Koha_20.05_D10/79/
20:57 koha-jenkins  Project Koha_20.05_D9 build #86: SUCCESS in 40 min: https://jenkins.koha-community.org/job/Koha_20.05_D9/86/
21:05 koha-jenkins  Project Koha_20.05_U20 build #69: FAILURE in 35 min: https://jenkins.koha-community.org/job/Koha_20.05_U20/69/
21:13 koha-jenkins  Project Koha_20.05_U16 build #68: SUCCESS in 45 min: https://jenkins.koha-community.org/job/Koha_20.05_U16/68/
21:21 koha-jenkins  Project Koha_20.05_D9_My8 build #76: UNSTABLE in 51 min: https://jenkins.koha-community.org/job/Koha_20.05_D9_My8/76/
21:32 caroline      cait are you still awake?
21:33 koha-jenkins  Project Koha_20.05_D10 build #80: SUCCESS in 36 min: https://jenkins.koha-community.org/job/Koha_20.05_D10/80/
21:49 koha-jenkins  Project Koha_20.05_U18 build #73: SUCCESS in 57 min: https://jenkins.koha-community.org/job/Koha_20.05_U18/73/
21:59 koha-jenkins  Project Koha_20.05_D9 build #87: SUCCESS in 46 min: https://jenkins.koha-community.org/job/Koha_20.05_D9/87/
22:01 davidnind     hmm... looks like https://bugs.koha-community.org/ is down :-(
22:01 caroline      yeah same
22:01 davidnind     getting 504 Gateway Time-out
22:01 caroline      it's telling us to enjoy our weekend :)
22:02 davidnind     :)
22:04 davidnind     may have to work on documentation tasks instead....
22:04 caroline      davidnind++
22:04 caroline      that's what I was doing, but with no access to bugs, it makes it hard to document new features
22:06 davidnind     hi caroline!
22:06 davidnind     true - sometimes hard to figure out what the change is about if you can read the test plan
22:07 caroline      I'm taking it as a sign... it's 18:00 (6pm) on a friday night, so my work week is done!
22:08 caroline      have a good rest of weekend :)
22:08 davidnind     sounds like time to go home, are you still working from home?
22:08 davidnind     same to you
22:08 koha-jenkins  Project Koha_20.05_U16 build #69: SUCCESS in 47 min: https://jenkins.koha-community.org/job/Koha_20.05_U16/69/
22:08 caroline      yup, I'll just close my computer :D
22:09 davidnind     hehe
22:11 davidnind     @later tell rangi Looks like something is up(or down really) with bugs.koha-community.org - getting Gateway Timeout error
22:11 huginn        davidnind: The operation succeeded.
22:17 koha-jenkins  Yippee, build fixed!
22:17 wahanui       Congratulations!
22:17 koha-jenkins  Project Koha_20.05_D9_My8 build #77: FIXED in 43 min: https://jenkins.koha-community.org/job/Koha_20.05_D9_My8/77/
22:18 koha-jenkins  Yippee, build fixed!
22:18 wahanui       Congratulations!
22:18 koha-jenkins  Project Koha_20.05_U20 build #70: FIXED in 1 hr 12 min: https://jenkins.koha-community.org/job/Koha_20.05_U20/70/
22:40 koha-jenkins  Project Koha_20.05_D10 build #81: SUCCESS in 51 min: https://jenkins.koha-community.org/job/Koha_20.05_D10/81/
22:43 koha-jenkins  Project Koha_20.05_U18 build #74: SUCCESS in 44 min: https://jenkins.koha-community.org/job/Koha_20.05_U18/74/
22:56 koha-jenkins  Project Koha_20.05_U16 build #70: SUCCESS in 39 min: https://jenkins.koha-community.org/job/Koha_20.05_U16/70/
22:58 koha-jenkins  Project Koha_20.05_D9 build #88: SUCCESS in 49 min: https://jenkins.koha-community.org/job/Koha_20.05_D9/88/
23:42 davidnind     @later tell rangi Looks like bugzilla is back!
23:42 huginn        davidnind: The operation succeeded.
23:44 koha-jenkins  Project Koha_20.05_D9_My8 build #78: FAILURE in 1 hr 3 min: https://jenkins.koha-community.org/job/Koha_20.05_D9_My8/78/
23:52 koha-jenkins  Project Koha_20.05_U20 build #71: FAILURE in 1 hr 34 min: https://jenkins.koha-community.org/job/Koha_20.05_U20/71/
23:54 koha-jenkins  Project Koha_20.05_D10 build #82: SUCCESS in 1 hr 11 min: https://jenkins.koha-community.org/job/Koha_20.05_D10/82/