Time  Nick          Message
00:27 tuxayo        > how many places does the framework code get used in a URL unescaped?
00:27 tuxayo        ouch
05:15 josef_moravec morning #koha
05:33 tuxayo        o/
05:39 tuxayo        josef_moravec: do you have any idea about what is the most useful right now?
05:39 tuxayo        aside from signing off all the  rel_20_05_candidate patches?
05:42 josef_moravec tuxayo: Any bugs, especially the major ones for have the new release as stable as possible
05:42 tuxayo        The only thing I see is to improvise oneself QAer using [1] to do the easy checks.
05:43 tuxayo        To remove some of burden from the QA team.
05:43 tuxayo        [1] https://wiki.koha-community.org/wiki/How_to_QA
05:45 tuxayo        josef_moravec: indeed, but only the most terrible ones right?
05:45 tuxayo        Otherwise it will only pile up in the QA queue and not make it to the release IIUC
05:50 josef_moravec tuxayo: I would like to see this one fixed: Bug 24043
05:50 huginn        Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24043 major, P5 - low, ---, andrew.isherwood, Needs Signoff , ILL module can't show requests from more than one backend
05:52 tuxayo        josef_moravec: I had a first look. Found few resources. Still learning ILL is scary ^^"
05:53 tuxayo        Summed up in this comment:
05:53 tuxayo        https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24043#c14
05:53 huginn        Bug 24043: major, P5 - low, ---, andrew.isherwood, Needs Signoff , ILL module can't show requests from more than one backend
05:55 josef_moravec tuxayo: Oh, I see. I added a comment on that bug. I think the two easy to start with backend are freeform and BLDSS, maybe also Koha, if you have access to some Koha system - or you can provide you settings for some testing instances (but only witch records in czech langugae ;))
05:55 josef_moravec tuxayo: I could help to get into ILL if you want
06:00 tuxayo        > the two easy to start with backend are freeform and BLDSS
06:00 tuxayo        Thanks I'll take a look at them.
06:00 tuxayo        > or you can provide you settings for some testing instances (but only witch records in czech langugae ;))
06:00 tuxayo        That would do I don't manage to get around freeform and BLDSS
06:03 tuxayo        josef_moravec:
06:03 tuxayo        > I could help to get into ILL if you want
06:03 tuxayo        Thanks a lot for the offer :D
06:03 tuxayo        That would be a great opportunity to get the bug moving and for me to learn ILL
06:04 tuxayo        I'll make a first try so I'll have read the doc, got the basics and if I'm stuck ping you here if you are available.
06:07 tuxayo        josef_moravec: Which are your work-hours? For some reason I'm terribly offset from french work-hours. I'm currently on the NZ ones... >_<
06:07 tuxayo        That's a good opportunity for me to get back on my continent ^^"
06:11 cait          mail server has an issue again
06:11 cait          https://lists.koha-community.org/cgi-bin/mailman/listinfo
06:13 cait          jajm: could you maybe poke lds again for me? I guess my QA workflows are too depenendent on the mailing lists...
06:14 josef_moravec tuxayo: i am working from Czech Republic in GMT+2 timezone now, from 7:00 to 14:00 -18:00 - it depends :D
06:22 tuxayo        josef_moravec: thanks I'll try to get closer to that :D Hopefully the ILL doc and improvisation will be enough ^_^
06:23 cait          josef_moravec: nice to see you - you've been missed :)
06:35 cait          khall: can you have a look at bug 24772 please? I just retestet and it kills item values :(
06:35 huginn        Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24772 blocker, P5 - low, ---, koha-bugs, NEW , Deactivating Course Reserves reverts Item's Shelving Location, then deleting the same course reverts/empties Course Reserve Values
06:50 jajm          cait, he's not there yet, but i will told him asap
06:51 cait          thx, server seems grumpy lately
07:05 josef_moravec cait1: nice to see you too ;) sorry for being out for so long :(
07:08 cait1         it happens, as long as you always find your way back ... :)
07:17 cait          test
07:18 ashimema      Yay, nice to see you josef_moravec
07:18 josef_moravec hi ashimema, nice to see you too
07:19 ashimema      Fancy being RM josef_moravec ? 😋
07:21 josef_moravec ashimema: I would like to, but I don't think I have enough time for that :( I am working on new project, in new team, we primarly focus on VuFind and its integration to other systems (including Koha, of course ;)),  and I partially do service of Koha for libraries.
07:22 ashimema      Not worries, was worth a try.. your one of the people I feel could do a good job. 😀
07:23 ashimema      I'm in a similar position.. wouldn't mind running for another cycle as I don't feel I've burnt out yet.. but alas, the boss has other ideas and other projects needing to take my time back so I can't put myself forward this time .
07:29 cait          time... we need this hour glass from harry potter
07:46 ashimema      Haha
07:47 ashimema      We do indeed need a time turner
07:48 TimothyAlexis Good day fellow human beings.
07:49 cait          hi TimothyAlexis
07:49 cait          and off i am into a webinar...
07:53 TimothyAlexis Perhaps someone has the knowledge to help me with this. I am running a server with Koha and an upstream to our repository for it. Now I want to add the Koha community repository in the same folder, so that I can switch between them based on if I'm contributing on Koha community version or working on our Library's version.
07:56 TimothyAlexis Is it as simple as this? "git remote add upstream https://github.com/Koha-Community/Koha.git" ?
08:00 josef_moravec TimothyAlexis: basically yes, only that official main git repository is git://git.koha-community.org/koha.git see https://wiki.koha-community.org/wiki/Version_Control_Using_Git
08:03 TimothyAlexis josef_moravec: Thank you for revealing this to me at such an appropriate time.
09:01 TimothyAlexis Git bz configuration says to run two commands to set default-tracker and default-product. These should already be set in the git-bz file (config starts at line 70).
09:02 TimothyAlexis https://wiki.koha-community.org/wiki/Git_bz_configuration#Configure_git-bz
09:03 TimothyAlexis https://gitlab.com/koha-community/git-bz/-/blob/apply_on_cascade/git-bz
09:05 Joubu         TimothyAlexis: if you are using kohadevbox or koha-testing-docker, the git-bz config file has been filled already
09:06 Joubu         TimothyAlexis: ok, I understand what you mean now.
09:07 Joubu         TimothyAlexis: it's better to not modify the script and have the config separated. The config in the script is more like a "default".
09:07 Joubu         'default-tracker': 'bugzilla.gnome.org', # we are not gnome.org ;)
09:08 TimothyAlexis Thank you Joubu for the clarification.
10:02 Joubu         TimothyAlexis: https://splitter.koha-community.org/files search for "opac-detail.tt"
10:02 Joubu         you will notice that several patches in the queue (needs signoff, signed off) are modifying this file
10:50 cait1         hm it looks like I didn't get the last 10 emails to koha-devel or so
10:50 cait1         anyone else seen that?
10:50 cait1         the discussion about git shrinking and apachetmtm
10:52 Joubu         I got them
10:54 cait1         yeah i can see yous, not sure what's going on there :(
10:54 cait1         looking in the archive i can see them, but they are not in my inbox, spam etc
11:07 * oleonard    waves
11:15 * magnuse     waves to oleonard
11:54 oleonard      I'd love to get feedback on Bug 13388 if anyone has time.
11:54 huginn        Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13388 enhancement, P5 - low, ---, oleonard, Needs Signoff , Add library pages to the OPAC
11:56 ashimema      nice oleonard
11:56 ashimema      I'll take a look after some lunch
11:57 * oleonard    doesn't typically work on patches that add whole new scripts to probably missed something
12:16 * ashimema    wonders how oleonard chooses what to work on.. some great things recently.. many of which have been great idea's for years but haven't had enough to get them over the line sponsorship wise
12:17 oleonard      ashimema ask my quarantine brain which is not its usual self
12:18 * ashimema    wants more time to work on 'cool stuff'.. there's some really nice feature requests in bugzilla.. but very few people really willing to pay for them
12:19 ashimema      lots and lots of 'nice to have' that would add allot to koha in my opinion.. but often not enough to warrant spending much time of any individual ones
12:29 magnuse       ashimema: got any examples in mind?
12:30 magnuse       heh, i reported 13388 in 2014, after some talk on irc :-)
12:31 magnuse       oleonard++
12:31 oleonard      magnuse: I've been working non-stop on it since 2014, finally got somewhere!
12:36 ashimema      the one oleanard just picked off is a great example ;)
12:37 ashimema      The CMS one comes to mind too.. but that's a big undertaking.
12:37 ashimema      the report a problem bug that aliesha recently managed to work through.. also a good example
12:38 ashimema      but things like extending the messaging preferences to cover more notices
12:38 ashimema      and general UX improvements too
12:41 ashimema      bug 10779
12:41 huginn        Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10779 enhancement, P5 - low, ---, oleonard, NEW , Keyword Highlighting highlights partial words
12:43 ashimema      one day I'll find the time to work through all the bugs I've reported but never managed to get to over the years
12:45 oleonard      Yeah... yesterday I un-ASSIGNED some bugs that I thought I was about to work on but obviously wasn't
12:46 magnuse       oleonard: sorry to take away 6 years of your life
12:46 magnuse       yeah, that all sounds great
12:46 ashimema      know that feeling well
12:46 oleonard      magnuse, it was a worthy mission
13:02 * oleonard    walks off into the sunset to seek his next mission like that other famous Koha developer, Caine from the TV's Kung Fu
13:16 TimothyAlexis Can I run kohadevbox on Debian 10 ?
13:17 ashimema      probably... I would try koha-testing-docker however.. it would be lighter weight
13:17 ashimema      koha-testing-docker?
13:17 wahanui       somebody said koha-testing-docker was even more awesome...
13:18 ashimema      https://gitlab.com/koha-community/koha-testing-docker
13:18 ashimema      all the same features really... just in a slightly lighter weight container
13:19 Joubu         wahanui: koha-testing-docker is https://gitlab.com/koha-community/koha-testing-docker
13:19 wahanui       ...but koha-testing-docker is even more awesome......
13:19 Joubu         wahanui: koha-testing-docker is also https://gitlab.com/koha-community/koha-testing-docker
13:19 wahanui       okay, Joubu.
13:19 TimothyAlexis Both mention Debian 9.
13:19 ashimema      I run it on arch linux and debian 9 here..
13:19 ashimema      so I imagine it'll work nicely enough on D10
13:20 Joubu         It runs perfectly on D10
13:20 ashimema      the only real difference will be a few newer dependancies available for it on D10.. like docker itself
13:20 ashimema      I've not personally tried it on D10..
13:20 ashimema      ooh.. looks like Joubu has..
13:20 TimothyAlexis So, I have our version of koha running on a machine, would it be possible to set another one up on the same one using koha-testing-docker ?
13:20 ashimema      but yeah.. as I use it on Arch which is always super up to date I don't see an issue ;)
13:21 ashimema      you basically just described my dev environment TimothyAlexis
13:21 TimothyAlexis Great :)
13:21 ashimema      I have an old fashioned development git install
13:21 TimothyAlexis Anything I should think about?
13:21 ashimema      and koha-testing-docker installed alongside it.
13:22 ashimema      well I use git worktree's so I can save myself having a double clone... I point the docker environment at one worktree and my 'local' git install at the other..
13:22 ashimema      that way I can happily have two branches checked out without having to have two entire clones..
13:22 ashimema      but that's really just preference
13:23 ashimema      nothing else I can think of that's especially clever about my setup
13:27 TimothyAlexis I will be using 2 repositories, git://git.koha-community.org/koha.git and git@gitlab.lub.lu.se:lubcat/koha_lu.git
13:27 ashimema      So I use one repository with many remotes
13:29 ashimema      https://git-scm.com/docs/git-worktree
13:29 ashimema      https://git-scm.com/docs/git-remote
13:30 ashimema      then I can very easily fetch and push to wherever I want from one place
13:33 TimothyAlexis I meant I will be using 2 remotes...
13:34 TimothyAlexis 1 for the community version and one for our version.
13:42 ashimema      perfect
13:42 * ashimema    goes for a quick walk betwen the showers.
14:10 * magnuse     calls it a day - have fun #koha
15:26 huginn        News from kohagit: Bug 25282: (follow-up) More corrections <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=a357079d66b1038e536de72b916dcb7bdb5bf1f9>
15:26 huginn        News from kohagit: Bug 25300: Fix typo in "Edit details" for expiring/expired patron <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=4df3899bc9d09e41138162f7d469221df23dd3bf>
15:26 huginn        News from kohagit: Bug 25299: Show soon to expire patron date <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=a6fbb69c96f695df162e15486da568d27b70fa0f>
15:26 huginn        News from kohagit: Bug 25282: Correct Bootstrap dropdown button markup <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=58bec27564ad92a19ce2eed71f49f3630dbd7c98>
15:26 huginn        News from kohagit: Bug 25291: Escape barcode in ReturnClaims table display <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=1e53d94882bc9abbbfb397b4b980b85aad72e630>
15:26 huginn        News from kohagit: Bug 25229: (follow-up) Move QueryBuilder test to Elasticsearch dir <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=971acda4808cda708ec320f997c7f8702e7e2f62>
15:26 huginn        News from kohagit: Bug 25229: Unit test <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=1cd34826643ab0443d4bebef4e106e7f03cd6587>
15:26 huginn        News from kohagit: Bug 25227: Display correct message if item is withdrawn and withdrawn returns are... <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=d2d53878f6020bff540fc9249b793e5effb3f0dd>
15:26 huginn        News from kohagit: Bug 25229: Return authid of record rather than 001 <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=7fa460486ddd887d1bebe00844d6a8e7eba85cce>
15:26 huginn        News from kohagit: Bug 25227: Display correct message if item is lost and lost returns are allowed <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=21ed06369c83ceaf4a4ed67cd4df424acc8efb85>
15:26 huginn        News from kohagit: Bug 25072: Fix details.tt print CSS <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=fa1d3a5a4858bd30e3e6b1d1ccd169f731aadb45>
15:26 huginn        News from kohagit: Bug 25032: Add missing utf8 flag in koha-common.postinst <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=b6d25fbb674ed58c727987b0a952efaadf27a305>
15:26 huginn        News from kohagit: Bug 25032: Chomp stringified exception <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=5d36a311fe7dfcd99fd4ac31abca606cc815b280>
15:26 huginn        News from kohagit: Bug 25048: Make successful resource deletion return 204 <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=0bb0b6c7b42428320603896233f45ea5f4af670c>
15:26 huginn        News from kohagit: Bug 25048: Regression tests <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=b33d69684f24249fd14c668fd2164cea380697db>
15:26 huginn        News from kohagit: Bug 25032: Make existing controllers use unhandled_exception <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=af60dd912a1a3b732bce359b63cfd88a93217cd5>
15:26 huginn        News from kohagit: Bug 25032: Generic unhandled exception handling on API <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=665d651e95145ed38e2a5c796c70bf7b43f48042>
15:26 huginn        News from kohagit: Bug 25032: Add 'api' target to log4perl.conf <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=9d879dd1eedd99791e9c7e8acb9f5e6dbea81434>
15:26 huginn        News from kohagit: Bug 24815: Add additional tests <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=0b72e7d6669ea67b73686d6a57ae014707ca0ba0>
15:26 huginn        News from kohagit: Bug 24815: Correct return values of Koha::Cash::Register relations <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=c901dfdeaa5350303e8df5bd2bb92d8e925fe20d>
16:05 koha-jenkins  Project Koha_Master_D9_MDB_Latest build #264: STILL UNSTABLE in 36 min: https://jenkins.koha-community.org/job/Koha_Master_D9_MDB_Latest/264/
16:08 wizzyrea      hi
16:17 tuxayo        o/
16:21 koha-jenkins  Project Koha_Master_D9_My8 build #289: STILL UNSTABLE in 54 min: https://jenkins.koha-community.org/job/Koha_Master_D9_My8/289/
16:33 ashimema      sorry oleonard bug 25271
16:33 huginn        Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25271 enhancement, P5 - low, ---, oleonard, Patch doesn't apply , Add floating toolbar to OPAC cart
16:34 ashimema      any biblibre around?
16:35 ashimema      or anyone else who know Lyon 3
16:36 ashimema      I'm just wondering what they would prefer to be known as in the sponsors
16:36 ashimema      'Université Jean Moulin Lyon 3' looks to be how they describe themselves in the wider world
16:37 huginn        News from kohagit: Bug 22630: Schema Update <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=cfb73860dcc3ead3fc955ff55303c935aca1f04a>
16:37 huginn        News from kohagit: Bug 22630: DBRev 19.12.00.081 <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=94097761d518c37afab52ab91f8149d3b45e29d8>
16:37 huginn        News from kohagit: Bug 25294: Don't show deletion button if user can't delete suggestions <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=afec0fb4997524cde1c2ac6ac0c0ab66f9c5d67b>
16:37 huginn        News from kohagit: Bug 22630: Fix capitalization <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=18ea57a92f9fefcb471e094a41b8b51a55a42711>
16:37 huginn        News from kohagit: Bug 25110: (QA follow-up) Add aria-hidden="true" to FA icons <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=3ecc5d59fe05c70b34a70afd788dc0a1b612f064>
16:37 huginn        News from kohagit: Bug 25281: Use modal confirmation when deleting a list in the OPAC <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=ddad175f1131442b60513370b2cf00b0d87f1652>
16:37 huginn        News from kohagit: Bug 25280: Use modal confirmation when removing share from a list in the OPAC <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=256fe470fcf92e9732d7b65940756a99febb1693>
16:37 huginn        News from kohagit: Bug 22630: Set is_boolean flag for course_items.homebranch_enabled <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=5fed21f065592073e197a062375332903073dba5>
16:37 huginn        News from kohagit: Bug 22630: Update Koha::Schema::Result::CourseItem <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=a51afd969819eb5fabc8a44d14992aa660c6664c>
16:37 huginn        News from kohagit: Bug 25166: (follow-up) Update icons generated in JS <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=cb390a35d637d8f74cc7103ceff60f0a1a4283fc>
16:37 huginn        News from kohagit: Bug 25166: Add "aria-hidden = true" to Font Awesome icons in the OPAC <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=7761051a831ffbe135b994ab3b67273e7bdaa63e>
16:37 huginn        News from kohagit: Bug 23137: Move cache flushing to the method <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=11bf5d7afaa92f129acca2644c6f69e0a7850093>
16:37 huginn        News from kohagit: Bug 25149: Fix Zebra language code for Greek <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=f0cbb2063aa17b9832cc89bdd7a532d826dc48c8>
16:37 huginn        News from kohagit: Bug 25110: Allow patrons to add star ratings to titles on their summary/checkout... <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=d37a3576f21a5eb1ad09efb1080e66fec452c1f6>
16:37 huginn        News from kohagit: Bug 23137: Add documentation <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=8cd362a422cba66a1728e7e7d083d0b1d390edb3>
16:37 huginn        News from kohagit: Bug 25002: JS Includes should be wrapped with template comments <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=9ea7fbcb30bf4b4879d4eb68c940316024c08760>
16:37 huginn        News from kohagit: Bug 23137: Add reset and delete to koha-elasticsearch <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=f6913e74c3b7aa7bfa3d76c4879c331daa1f108c>
16:37 huginn        News from kohagit: Bug 24908: Add text-formatted MARC support in /biblios/{biblio_id} <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=e03e5a2ecee3c7c773e1cce418703a88cc53bb53>
16:37 huginn        News from kohagit: Bug 24908: Unit tests <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=cad8d450356a0865ab52880b2e06e9e59e9f3db8>
16:37 huginn        News from kohagit: Bug 22630: Allow to change homebranch in course reserves <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=605d6c9b6ef6cb6ee3bd10a5d418ca9871f69e13>
16:42 koha-jenkins  Project Koha_Master_D9 build #1298: STILL UNSTABLE in 36 min: https://jenkins.koha-community.org/job/Koha_Master_D9/1298/
16:45 ashimema      `It includes 18 new features, 274 enhancements, 465 bugfixes.`
16:45 ashimema      blimey.. 19.11 - `It includes 7 security fixes, 20 new features, 146 enhancements, 367 bugfixes.`
16:46 ashimema      and 19.05 - `It includes 15 new features, 246 enhancements, 437 bugfixes.`
16:46 ashimema      it's been a bit of a bumper cycle to date.. thanks guys
17:01 oleonard      'sokay ashimema I knew 25271 was in a race with 25110
17:07 oleonard      Rebased.
17:11 koha-jenkins  Project Koha_Master_D10 build #206: STILL UNSTABLE in 49 min: https://jenkins.koha-community.org/job/Koha_Master_D10/206/
17:19 koha-jenkins  Project Koha_Master_U18 build #760: UNSTABLE in 37 min: https://jenkins.koha-community.org/job/Koha_Master_U18/760/
17:41 oleonard      Does the self checkout receipt depend on a notice being defined?
17:41 oleonard      Nothing is printing for me.
17:42 oleonard      Oh wait, content is opening in a new tab but nothing is printing.
17:56 koha-jenkins  Project Koha_19.11_U18 build #124: STILL UNSTABLE in 36 min: https://jenkins.koha-community.org/job/Koha_19.11_U18/124/
18:07 huginn        News from kohagit: Bug 25271: Compiled CSS <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=5cb03c39600b455d4848216da24db501b3e15179>
18:07 huginn        News from kohagit: Bug 25303: Effectively delete the city to avoid endless loop <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=46f5b1ff21b1ee516ced8cd199d2e14ce189b950>
18:07 huginn        News from kohagit: Bug 25296: Make ->empty work for uninstantiated calls <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=4805b9b9dd0a95d79faf450ed1aaaec62d544ec6>
18:07 huginn        News from kohagit: Bug 25296: Tests for uninstantiated behaviour <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=7acc0637093dbb569dc89d1a848114dc010997cd>
18:07 huginn        News from kohagit: Bug 25303: Unit tests <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=e289e400789d2ba6f00004b65564f1201f39f191>
18:07 huginn        News from kohagit: Bug 25303: Make Koha::Objects->delete loop on the object set <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=25c8f087cbca8c3e39e973f3dca10590ea660bd1>
18:07 huginn        News from kohagit: Bug 25296: Add a way to force an empty Koha::Objects resultset <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=be67b8c18ed726f0887e36b54a4a13942da0504b>
18:07 huginn        News from kohagit: Bug 25296: Unit tests <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=fce7094c297acd57f22b99c06d8ae97af04f5596>
18:08 huginn        News from kohagit: Bug 25271: Add floating toolbar to OPAC cart <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=9aa4a0d65affb029cb206d756bab592659aefd90>
18:08 huginn        News from kohagit: Bug 19313: Fix typo in in unimarc_field_130.pl value builder <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=78badbdad7be1531c4be2f72c9dd67f2b6236e13>
18:14 lukeG         oleonard: thanks for the bz21565 patch
18:14 oleonard      You're okay with that change?
18:15 lukeG         yes, that is more clear
18:18 ashimema      cait2 around?
18:19 ashimema      Or anyone else who lives somewhere near a bunch of country borders who may have libraries now ordering in multiple currencies?
18:25 koha-jenkins  Project Koha_19.11_D8 build #122: SUCCESS in 29 min: https://jenkins.koha-community.org/job/Koha_19.11_D8/122/
18:51 koha-jenkins  Project Koha_19.11_D9 build #118: SUCCESS in 49 min: https://jenkins.koha-community.org/job/Koha_19.11_D9/118/
19:04 koha-jenkins  Project Koha_Master_D9_My8 build #290: STILL UNSTABLE in 39 min: https://jenkins.koha-community.org/job/Koha_Master_D9_My8/290/
19:06 ashimema      I'm trying to get to the bottom of the reality of bug 20352
19:06 huginn        Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20352 enhancement, P5 - low, ---, jonathan.druart, Passed QA , Add  ability of currency/price to have a symbol after amount
19:41 koha-jenkins  Project Koha_Master_D9 build #1299: STILL UNSTABLE in 36 min: https://jenkins.koha-community.org/job/Koha_Master_D9/1299/
19:42 tuxayo        Hi. Can someone confirm that it's a correct path to install an Illbackend?:
19:42 tuxayo        $KOHA_CODE_ROOT/Koha/Illbackends/FreeForm
19:43 koha-jenkins  Project Koha_Master_D9_MDB_Latest build #265: STILL UNSTABLE in 52 min: https://jenkins.koha-community.org/job/Koha_Master_D9_MDB_Latest/265/
19:45 tuxayo        I also added BLDSS (not configured yet) but it still says "no backend available"
19:52 tuxayo        $KOHA_CODE_ROOT/Illbackends/* won't do either
19:56 tuxayo        yay, it was only $KOHA_CONF no pointing to the right directory :)
20:00 ashimema      We really must get this working as plugins consistently or if the box
20:00 ashimema      They should be trivial to install and configure
20:00 ashimema      But they really aren't right now
20:14 tuxayo        I should add pointers in the READMEs to https://wiki.koha-community.org/wiki/ILL_backends
20:14 tuxayo        Because I dived into the backends READMEs before finishing reading the wiki page...
20:16 koha-jenkins  Project Koha_Master_D10 build #207: STILL UNSTABLE in 34 min: https://jenkins.koha-community.org/job/Koha_Master_D10/207/
20:28 tuxayo        Okay, illbackends must be in $koha_code_root/Koha otherwise it's not in $INC
20:29 cait          symlinks work
20:29 cait          and i think the path is in koha-conf?
20:30 cait          i think mine live out of koha an dare symlinked to koha/illbackends, but hte right naming is important
20:52 tuxayo        cait2: «symlinks work»
20:52 tuxayo        Indeed, that equivalent
20:52 tuxayo        I was just putting them in the wrong directory
20:54 koha-jenkins  Project Koha_Master_U18 build #761: STILL UNSTABLE in 37 min: https://jenkins.koha-community.org/job/Koha_Master_U18/761/
20:55 tuxayo        > The Item requested is not available.Delivery Address Override is not available for the requested Item and Delivery Format ()
20:55 tuxayo        hummm
20:59 ashimema      That is probably correct tuxayo
20:59 tuxayo        Lets circumvent it with another item available digitally.
20:59 tuxayo        he he he
20:59 ashimema      If your using bldss
20:59 tuxayo        > The Item requested is not available.Library Privilege is not available for the requested Item and Delivery Format ()
20:59 tuxayo        T_T
21:00 tuxayo        > If your using bldss
21:00 tuxayo        Indeed
21:00 ashimema      Hehe
21:08 koha-jenkins  Project Koha_19.11_D8 build #123: UNSTABLE in 35 min: https://jenkins.koha-community.org/job/Koha_19.11_D8/123/
21:12 tuxayo        Bruteforcing all the books if UK worked! Only after a few of them thankfully.
21:13 tuxayo        title: [...]disqualification for a magistrate : with a satirical epistle to King Randolph on 'brute force', [...]
21:13 tuxayo        hehe
21:29 koha-jenkins  Project Koha_19.11_U18 build #125: STILL UNSTABLE in 34 min: https://jenkins.koha-community.org/job/Koha_19.11_U18/125/
21:56 koha-jenkins  Yippee, build fixed!
21:56 wahanui       Congratulations!
21:56 koha-jenkins  Project Koha_19.11_D8 build #124: FIXED in 27 min: https://jenkins.koha-community.org/job/Koha_19.11_D8/124/
21:56 koha-jenkins  Project Koha_19.11_D9 build #119: SUCCESS in 48 min: https://jenkins.koha-community.org/job/Koha_19.11_D9/119/