IRC log for #koha, 2018-05-03

← Previous day | Today | Next day → | Search | Index

All times shown according to UTC.

Time Nick Message
00:42 dpk_ joined #koha
01:57 jbeno_away joined #koha
02:16 tcohen @later tell cait I answered actually
02:16 huginn tcohen: The operation succeeded.
02:16 tcohen wizzyrea: do you know how to do it?
02:16 wizzyrea yep
02:16 tcohen shoot
02:16 :-D
02:16 wizzyrea oh you mean to have it configurable?
02:16 tcohen both
02:16 wizzyrea well the easy way is to start with a base box that has a bigger disk
02:17 the rest of the ways are annoying :P
02:17 tcohen I can make it configurable, just don't have the time to spend to investigate
02:17 hahaha
02:17 forget about it
02:17 then
02:17 :-D
02:17 what do you need space for?
02:18 rangi its unusable with a database of any size
02:18 tcohen zebra indexes and mysql?
02:18 wizzyrea and if you have more than one or two branches
02:18 tcohen right
02:18 rangi or, if you are debugging, you can fill the logs really fast
02:18 if we didnt care about windows, we'd choose a disk format you can resize easily
02:18 wizzyrea (I get that the git part can be avoided by using an external repo)
02:18 well I don't care about windows :P
02:18 I KNOW I KNOW
02:19 but yeah what he said :)
02:19 tcohen my focus is on koha-testing-docker to be honest
02:19 which works pretty well on all major OS
02:19 but I accept ideas
02:20 or pull requests
02:20 wahanui pull requests are great for anything big
02:20 rangi i'd just double the size
02:20 tcohen basically, if we could avoid having our own image...
02:20 wizzyrea oh I wasn't suggesting that you fix it. There may be base boxes out there that have bigger base disks
02:20 I admit to not having looked
02:20 tcohen wizzyrea: we could just pick debian/squeeze64 and resize it?
02:21 wizzyrea sure, but providing that ongoing is annoying :/
02:21 that is mahi I want someone else* to do (*someone that has it all automated already)
02:21 tcohen maybe is as trivial as just uploading it
02:22 wizzyrea maybe
02:23 tcohen my first thought when that bug was filled, was that we should (maybe) provide a way to mount other dirs
02:23 like C:\tmp => /my_mounts/tmp
02:24 and then we could have aliases to move things like zebra or mysql files
02:25 has anyone tried koha-testing-docker?
02:25 its really amazing how easy is to have it working for a test drive
02:25 wizzyrea i really think that's probably a better way to go
02:25 to get the docker stuff working
02:26 I suppose I should try
02:26 tcohen I was surprised when I managed to get it working
02:27 and jenkins has been running it for all branches for a while already
02:27 I think I will try to spend some time porting handy stuffs from kohadevbox into it on friday
02:28 wizzyrea I'm running one up now
02:28 just to see
02:28 we are often wanting to get devs up and going ASAP
02:28 devbox is good but it often dies for this or that reason
02:29 tcohen the main issues I've seen (and are one of the reasons I wanted to move somewhere else) ae
02:29 - bad master packages builds (or updated, thus missing deps)
02:29 - networking issues / firewall (I expected we move things to https would solve most of this)
02:29 wizzyrea yeah I think we've just come up against one of those
02:30 tcohen I've already built a docker image to be used to build koha-* packages
02:30 and then build 'official' master images with that
02:30 as a pipeline
02:31 wizzyrea yeah that's a reasonable thing to do
02:31 tcohen basically to test the package building
02:31 and then test installing it
02:31 as part of the whole test pipeline
02:31 of course then the packaging manager/release maintainers would need to do it themselves, or sign those packages, or whatever
02:32 my main concern is to automate as much as possible to ease testing
02:32 * tcohen switches verbose mode off
02:32 wizzyrea hm, does it have to be docker 3?
02:33 ubuntu only packages 2 something
02:33 as yet
02:33 tcohen docker-ce is version 1.18 I think
02:33 and hey
02:34 the instructions are all wrong
02:34 LOL
02:34 wizzyrea well then why is it complaining about my version
02:34 lol
02:34 tcohen ah, the docker-compose file format you mean
02:34 wizzyrea yes, sure
02:34 tcohen you need to install docker-compose using their instructions, not the shipped one
02:35 docker: https://store.docker.com/editi[…]-ce-server-ubuntu
02:35 docker-compose: https://docs.docker.com/compos[…]/#install-compose
02:35 the instructions are:
02:36 git clone https://gitlab.com/koha-commun[…]esting-docker.git
02:36 cd koha-testing-docker
02:36 SYNC_REPO="/path/to/kohaclone" docker-compose up
02:36 wizzyrea having trouble with "curl and pipe it to shell with sudo privileges!" That feels weird.
02:36 * wizzyrea does it the old fashioned way
02:37 wizzyrea which honestly isn't any better but at least they won't hide anything in the paste.
02:38 tcohen it will download like a gig of stuffs
02:38 just in case
02:38 elastic, selenium, mysql, the official koha-testing image, etc
02:39 https://jenkins.koha-community[…]8/460/consoleFull
02:39 ^^^ there, begining with + are the commands jenkins runs
02:39 port mapping is missing…
02:40 feel free to file any issues
02:40 and https://gitlab.com/koha-commun[…]elasticsearch-run
02:45 rangi, wizzyrea: this could work with a couple configuration entries in vars/*.yml and some test for the plugin
02:45 https://github.com/sprotheroe/vagrant-disksize
02:46 if Vagrant.has_plugin?("vagrant-disksize")…
02:50 wizzyrea that works if it's not the what is it .vdi it's gotta be the other format
02:50 i forget - the one that we're using is the one that's cross platform but not expandable, the other is expandable but not (as?) cross platform
02:51 sorry tcohen I've got a lot of incoming comms atm >.<
02:52 if you're using the expandable format, that variable I think does it
02:54 * tcohen needs to sleep
02:54 wizzyrea docker is currently happily (I hope) downloading things
02:54 was gonna say it's quite late for you
03:07 mao_ joined #koha
04:17 rangi joined #koha
05:38 cait joined #koha
05:57 krv joined #koha
05:58 krv in koha when we set amazon cover image and local cover image in shows two small squares
05:58 if we upload local cover image it should show only that but on opac we see one more blank square
05:58 how to get only one image on opac and staff client either amazon or local
06:04 cait you can try and see if there is some javascript that can do that
06:04 but Koha can't prioritize multiple sources now
06:05 if there are mulitple covers it will show them... hiding empty ones might be achievable with css
06:06 @later tell didn't see your answer... :( where?
06:06 huginn cait: The operation succeeded.
06:07 cait @later tell tcohen didn't see your answer... :( where?
06:07 huginn cait: The operation succeeded.
06:07 JesseM_away joined #koha
06:24 alex_a joined #koha
06:25 calire joined #koha
06:25 alex_a bonjour
06:29 * cait waves
06:29 runs off to work
06:32 marcelr joined #koha
06:32 marcelr hi #koha
06:45 fridolin joined #koha
06:52 magnuse \o/
07:01 cait joined #koha
07:03 fridolin joined #koha
07:15 reiveune joined #koha
07:15 reiveune hello
07:33 AndrewIsh joined #koha
07:46 dpk_ joined #koha
08:29 nlegrand Good morrow #koha
08:33 eythian Mmm marrow
08:36 nlegrand Ho, as a vegan I barely wish good marrow to anyone :)
08:37 I happend to learn the english word at the last Marseille hackfest while trying to translate what was on the menu.
08:41 calire hahaha
08:42 nlegrand, was that when we sat upstairs in a bar?
08:42 nlegrand Ay up me duck
08:42 calire lol
08:42 that's very Geordie of you
08:43 nlegrand calire: indeed! And you were the one translating "the stuff you got in bones" to "marrowbone" :)
08:44 calire lol, was I? :)
08:44 bone marrow
08:46 nlegrand :)
08:48 wilfrid joined #koha
08:51 ashimema_ to me marrow means the vegitable first ;) https://www.google.co.uk/searc[…]7k1.0.dv8Zb_JFZzA
08:51 very vegan friendly as far as I'm aware ;)
09:15 marcelr joined #koha
09:17 alexbuckley joined #koha
09:20 nlegrand ashimema_: ho, now I know another english word thanks to #koha folks! And once again, it is related to food and not to libraries :).
09:22 severine_q joined #koha
09:24 cait this is actually a food IRC channel... Koha is just a random topic that keeps coming up
09:24 food?
10:00 nlegrand :D
10:02 cait fudge?
10:02 fudge is bug 5158
10:02 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=5158 enhancement, P5 - low, ---, camins, ASSIGNED , Koha needs its own cookie, ice cream, and fudge flavors
10:02 cait fudge?
10:02 hm.
10:02 no wahanui.
10:07 marcelr cait: i have a question about analytics
10:08 Should the call of GetAnalyticsCount in catalogue/detail.pl be made only if EasyAnalyticalRecords has been enabled ?
10:09 See also 20697
10:16 cait i think so
10:16 the Contro-number based feature is not using it
10:16 marcelr Found bug 9566 too in the meantime
10:16 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=9566 major, P5 - low, ---, fridolin.somers, In Discussion , Only run analytics code if analytics are enabled
10:16 marcelr what is the Contro-number ?
10:17 cait Control-number = 001/7xx/8xx-Links
10:17 marcelr ok Control
10:18 cait could the function help us to determine when to show links?
10:18 marcelr i will add a small patch on 20697 to resolve the zebra error now
10:18 cait there is a nother bug where people are quite unhappy about some of the links always showing
10:18 marcelr yeah i saw more bugs
10:19 fridolin marcelr: thanks for looking at this, i dont remember a lot so feel free to discuss
10:19 marcelr hi fridolin : yes old bug..
10:20 fridolin but maybe a performance improuvement
10:42 cait someone around famiiliar with csrf?
10:57 * kidclamp waves
11:06 * cait waves aback
11:11 magnuse kia ora kidclamp
11:11 kidclamp hi magnuse
11:14 magnuse cait: ask, don't ask to ask ;-)
11:24 cait not so easy in that case :)
11:27 meliss joined #koha
11:33 oleonard joined #koha
11:38 oleonard Hi #koha
11:38 magnuse Hi o'leopard
11:50 Joubu hi #koha
11:50 marcelr hi oleonard and Joubu
11:54 magnuse hiya Joubu and marcelr
11:55 marcelr hello magnuse
11:59 kidclamp wb joubu
12:01 calire hullo
12:01 petter joined #koha
12:06 oleonard wb Joubu and calire
12:07 marcelr hi calire
12:07 and kidclamp
12:09 kidclamp hi marcelr
12:15 ncbaratta joined #koha
12:16 DonnaB joined #koha
12:19 calire hey marcelr and oleonard :)
12:20 cait wb Joubu
12:23 LeeJ joined #koha
12:23 * LeeJ waves
12:23 LeeJ hi #koha
12:23 cait: around?
12:24 marcelr hi LeeJ
12:24 LeeJ hi marcelr
12:24 long time no see :)
12:24 marcelr :)
12:27 cait here
12:27 LeeJ
12:27 LeeJ cait: I merged one of yours (the oldest one) now !101 says there are conflicts
12:27 cait i kind of expected that
12:27 it was an experiment
12:28 it means i will have to do one after nother with you merging in between
12:28 or put all on the same branch
12:28 what do you prefer? more granulr or can i put multple on top of each other?
12:28 but don't worry, i will fix it :)
12:28 LeeJ cait: I'm fine with either :)
12:29 cait ok, some more to happen tonight then :)
12:29 LeeJ cait: that's fine...I'll be watching for them :)
12:29 I definitely think the taiga for documentation was a smart play...I find it much easier to keep docs work organized
12:29 marcelr no Koha dashboard ?
12:30 502
12:30 cait LeeJ: Il ike it too :)
12:30 kidclamp :-(
12:30 cait as you might have noticed :D
12:30 LeeJ cait: I have noticed :) haha
12:31 misilot_ joined #koha
12:32 cait kidclamp++ Joubu++ you know wh
12:32 LeeJ cait: well I have to go get ready for class..just wanted to let you know about the merge conflict :)
12:32 cait y
12:32 thx!
12:32 LeeJ take care all
12:32 cait maybe when yo are still around later we can discuss some removals
12:32 argh.
12:39 oleonard everybody++ you know why
12:40 kidclamp oleonard++ for making ugly things pretty
12:40 marcelr and I don't ;)
12:41 calire oleonard++ *pretty*
12:56 talljoy joined #koha
12:58 andrew joined #koha
13:06 JoshB joined #koha
13:08 cait kidclamp: are you trying to bribe oleonard? :)
13:08 oleonard I didn't find any cookies on my desk this morning so...
13:10 kidclamp invoice adjustments GUI...just sayin'
13:38 edveal joined #koha
13:40 Joubu anybody on ubuntu 16.04 to test `aptitude why libcgi-emulate-psgi-perl` ?
13:47 magnuse Joubu: i   libcgi-compile-perl Anbefaler libcgi-emulate-psgi-perl
13:47 where Anbefaler = Recommends
13:47 * magnuse gotta run
13:47 kellym joined #koha
13:48 Margaret joined #koha
13:51 Joubu magnuse: thanks!
13:51 bug 20693
13:51 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=20693 blocker, P5 - low, ---, koha-bugs, REOPENED , Plack fails, because 'libcgi-emulate-psgi-perl' package is not installed
13:55 oleonard joined #koha
13:56 jorgeR joined #koha
13:56 oleonard I was going to see what I missed but it looks like logging is not working
14:05 huginn News from kohagit: Bug 19466: Turn AutoCalc off for new installs <http://git.koha-community.org/[…]8b07bacf23d3d9c66>
14:17 koha joined #koha
14:31 tcohen joined #koha
14:31 tcohen hi
14:32 Joubu: around?
14:34 Joubu yes
14:35 tcohen how was your holiday?
14:35 :-D
14:37 Joubu rainy but fun :)
14:38 tcohen awesome :-D
14:41 jenkins Project Koha_Master_D8 build #461: SUCCESS in 33 min: https://jenkins.koha-community[…]ha_Master_D8/461/
14:41 dav.bour: Bug 19466: Turn AutoCalc off for new installs
14:41 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=19466 major, P5 - low, ---, david.bourgault, Pushed to Master , Cardnumber auto calc is broken because field is required
14:43 NateC joined #koha
14:50 calire left #koha
14:56 oleonard kidclamp_away: Fine. Lay off the guilt trip now.
14:56 georgew joined #koha
14:57 TGoat joined #koha
15:02 cait what did I miss? :)
15:02 oleonard Bug 19166
15:02 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=19166 enhancement, P5 - low, ---, nick, Needs Signoff , Add the ability to add adjustments to an invoice
15:03 rocio joined #koha
15:05 * oleonard pleads for someone to fix Bug 4398
15:05 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=4398 enhancement, P5 - low, ---, koha-bugs, NEW , Example notice for 'claims notice' in Serials
15:06 cait add Academy to it? ;)
15:13 * oleonard adds the special keyword "cait" to it :P
15:13 cait what keeps me from it is the non-native-speaker thing
15:14 if i had a text i'd be happy to supply a sample notice
15:19 reiveune bye
15:19 reiveune left #koha
15:19 Joubu @later tell rangi splitter and dashboard (at least) return 502
15:19 huginn Joubu: The operation succeeded.
15:29 kidclamp oleonard++
15:30 how'd you get so awesome boy? drinking that awesome juice?
15:34 oleonard kidclamp: Daily I gaze at a framed photo of your exquisite mustache and it energizes my brain.
15:34 cait rofl
15:34 * kidclamp shoudl knwo ebtter than to take on a twitter whiz, they always got the comebacks
15:35 kidclamp awesome pictures by the way oleonard, enjoying them alot
15:35 severine_q oleonard & cait : i used to work on a notice long ago, it's in french and is not perfect, but I can share it with you if it can help
15:35 cait severine_q: thx for the offer :)
15:35 maybe put it on the bug?
15:35 severine_q sure !
15:50 CrispyBran joined #koha
15:53 fridolin left #koha
15:53 CrispyBran kidclamp, good morning (afternoon?)
15:55 Anyone know on the automatic_item_modification_by_age.pl, is there a way to check if a field has anything in it?  For example, can I say =%, or is there a better way to do this?
15:56 jbeno joined #koha
15:57 kidclamp hi CrispyBran
15:59 looks like it ends up as SQL in the end
15:59 values are split on '|' and combined into an 'IN' statement
16:00 CrispyBran Got any suggestions to test if there is a value?
16:37 caboose joined #koha
16:40 huginn News from kohagit: Bug 11317: DBRev 17.12.00.041 <http://git.koha-community.org/[…]e05aa292dfdde5fdc>
16:40 News from kohagit: Bug 11317: (QA follow-up) Change tool name to be more general <http://git.koha-community.org/[…]ad33873d75d7d3e96>
16:40 News from kohagit: Bug 11317: (QA follow-up) Fix merge error and punctuation <http://git.koha-community.org/[…]b3e491d03bf7e013f>
16:40 News from kohagit: Bug 20666: Correct permissions on opac-routing-lists.pl <http://git.koha-community.org/[…]7b5572dcb7196e163>
16:40 News from kohagit: Bug 20666: Correct executable permissions <http://git.koha-community.org/[…]b2eb9792059d9bf55>
16:40 News from kohagit: Bug 20304: (QA follow-up) Remove unwanted 'my' <http://git.koha-community.org/[…]4e22f7afa69a3cc47>
16:40 News from kohagit: Bug 20329: Text input fields are wider than the fieldset class they are inside of <http://git.koha-community.org/[…]72d149849d8d8f331>
16:40 News from kohagit: Bug 20637: Fix filters content on the holds to pull screen <http://git.koha-community.org/[…]49a382ba7e4b48d0d>
16:40 News from kohagit: Bug 11317: (follow-up) Add two-level entry to koha-conf and remove unwanted characters <http://git.koha-community.org/[…]6ad75f00eddef8095>
16:40 News from kohagit: Bug 19972: (QA follow-up) Fix id name <http://git.koha-community.org/[…]953ea762726b8386f>
16:40 News from kohagit: Bug 11317: Add a way to access files from the intranet <http://git.koha-community.org/[…]31cf69cb90fb3f8e2>
16:40 News from kohagit: Bug 20546: Display shelving location on checkin <http://git.koha-community.org/[…]b98993b203cfee2b6>
16:40 News from kohagit: Bug 20103: Readonly::XS is completely bogus post perl 5.8 <http://git.koha-community.org/[…]4dc17d4dd861784c4>
16:40 News from kohagit: Bug 20444: Remove sub GetAttributes <http://git.koha-community.org/[…]1a48ea1a2cc8dceed>
16:40 News from kohagit: Bug 20444: Update test <http://git.koha-community.org/[…]1b892e516af6de8cd>
16:40 News from kohagit: Bug 20444: Use Koha::Patron::Attribute::Types object for getting patron attributes... <http://git.koha-community.org/[…]9be70f76182cc91c4>
16:40 News from kohagit: Bug 20329: Shorten the width of text input fields <http://git.koha-community.org/[…]be635e062bff265dc>
16:40 News from kohagit: Bug 20304: Remove warnings from cataloguing scripts <http://git.koha-community.org/[…]22c67060732e4ffa8>
16:40 News from kohagit: Bug 19972: Make holds to pull list honors item-level_itypes syspref <http://git.koha-community.org/[…]cc3a40812aa660aff>
16:40 News from kohagit: Bug 19752: offline_circ/service.pl - Return HTTP status 401 when authentication faile... <http://git.koha-community.org/[…]3ffab44c6a4ac5d94>
16:41 caboose howdy all..I am a former bywater employee, working somewhere new, but I kept the Koha vibe, so want to get my kit together and be a volunteer :)
16:46 kidclamp CrispyBran, I don't think so - IN statements don't really check existence
16:46 CrispyBran dnag it
16:46 dang
16:46 it
16:46 oleonard caboose: we hardly new ye
16:46 kidclamp for auth values you can check against the possibles values, but not if free text
16:49 CrispyBran Any ideas for a rule to check if an item is onloan?  Since I can't test if the items.onloan has a value, and there is no specific value I can test for, I'm not sure if I have any other options.
16:54 kidclamp not without development that I see CrispyBran
16:55 CrispyBran Well that is a bummer.  I was so close to solving our books on display needs.
17:01 * kidclamp here to bring the fun to an end
17:16 jenkins Project Koha_Master_D8 build #462: UNSTABLE in 32 min: https://jenkins.koha-community[…]ha_Master_D8/462/
17:16 * ere.maijala: Bug 20665: Units tests for testing MySQL connection time zone
17:16 * ere.maijala: Bug 20665: Reset MySQL connection time zone in the OAI-PMH Provider
17:16 * Jonathan Druart: Bug 18342: Enable memcached by default for new installs
17:16 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=20665 major, P5 - low, ---, ere.maijala, Pushed to Master , OAI-PMH Provider should reset MySQL connection time zone
17:16 jenkins * Jonathan Druart: Bug 18342: Mark Cache::Memcached as mandatory
17:16 * Jonathan Druart: Bug 20304: Remove warnings from cataloguing scripts
17:16 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=18342 normal, P5 - low, ---, jonathan.druart, Pushed to Master , Set memcached as 'enabled' by default
17:16 jenkins * julian.maurice: Bug 20304: (QA follow-up) Remove unwanted 'my'
17:16 * magnus: Bug 20546: Display shelving location on checkin
17:16 * alexbuckley: Bug 20329: Shorten the width of text input fields
17:16 * oleonard: Bug 20329: Text input fields are wider than the fieldset class they are
17:16 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=20304 normal, P5 - low, ---, jonathan.druart, Pushed to Master , Warnings in cataloguing scripts need to be removed
17:16 jenkins * Jonathan Druart: Bug 20637: Fix filters content on the holds to pull screen
17:16 * mtompset: Bug 20666: Correct executable permissions
17:16 * mtompset: Bug 20666: Correct permissions on opac-routing-lists.pl
17:16 * victor.grousset: Bug 19972: Make holds to pull list honors item-level_itypes syspref
17:16 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=20546 normal, P5 - low, ---, magnus, Pushed to Master , Shelving location not displayed on checkin
17:16 jenkins * katrin.fischer: Bug 19972: (QA follow-up) Fix id name
17:16 * alex.arnaud: Bug 19752: offline_circ/service.pl - Return HTTP status 401 when
17:16 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=20329 minor, P5 - low, ---, alexbuckley, Pushed to Master , Text input fields are wider than the fieldset class they are inside of
17:16 jenkins * josef.moravec: Bug 20444: Use Koha::Patron::Attribute::Types object for getting patron
17:16 * josef.moravec: Bug 20444: Update test
17:16 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=20637 minor, P5 - low, ---, jonathan.druart, Pushed to Master , Holds to pull: filter shows two itypes on the same line if a biblio has two items of a different type
17:16 jenkins * josef.moravec: Bug 20444: Remove sub GetAttributes
17:16 * mtompset: Bug 20103: Readonly::XS is completely bogus post perl 5.8
17:16 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=20666 minor, P5 - low, ---, mtompset, Pushed to Master , Wrong Permissions prevent non-plack pages to load
17:16 jenkins * roch.damour: Bug 11317: Add a way to access files from the intranet
17:16 * roch.damour: Bug 11317: (follow-up) Add two-level entry to koha-conf and remove
17:16 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=19972 minor, P5 - low, ---, victor.grousset, Pushed to Master , Holds to pull should honor syspref "item-level_itypes"
17:16 Bug http://bugs.koha-community.org[…]_bug.cgi?id=19752 enhancement, P5 - low, ---, alex.arnaud, Pushed to Master , Improve authentication response in offline_circ/service.pl
17:16 jenkins * katrin.fischer: Bug 11317: (QA follow-up) Fix merge error and punctuation
17:16 * katrin.fischer: Bug 11317: (QA follow-up) Change tool name to be more general
17:16 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=20444 enhancement, P5 - low, ---, josef.moravec, Pushed to Master , Remove C4::Members::Attributes::GetAttributes
17:16 jenkins * Jonathan Druart: Bug 11317: DBRev 17.12.00.041
17:16 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=20103 trivial, P5 - low, ---, mtompset, Pushed to Master , Readonly::XS version not detected
17:16 Bug http://bugs.koha-community.org[…]_bug.cgi?id=11317 enhancement, P5 - low, ---, philippe.blouin, Pushed to Master , Add a way to access files from the intranet
17:31 News from kohagit: Bug 11317: Add id and class attributes to body <http://git.koha-community.org/[…]006ef75d92f4f63c2>
18:06 jenkins Yippee, build fixed!
18:06 Project Koha_Master_D8 build #463: FIXED in 33 min: https://jenkins.koha-community[…]ha_Master_D8/463/
18:06 Jonathan Druart: Bug 11317: Add id and class attributes to body
18:06 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11317 enhancement, P5 - low, ---, philippe.blouin, Pushed to Master , Add a way to access files from the intranet
18:46 kmlussier joined #koha
18:47 cait joined #koha
18:57 * cait waves
19:00 edveal joined #koha
19:33 tcohen hi cait
19:33 cait hi tcohen
19:44 jorgeR joined #koha
19:57 JoshB joined #koha
20:09 kidclamp Joubu, bug 20707
20:09 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=20707 critical, P5 - low, ---, koha-bugs, NEW , Permissions issue in placing holds - users are logged out
20:14 kathryn joined #koha
20:16 Joubu kidclamp: yes?
20:16 kidclamp is bad, we should fix it
20:17 Joubu I will have a look
20:18 kidclamp seems to be an issue with the cookies - it works in incognito/private mode
20:26 Joubu kidclamp: are you sure it's a regression?
20:26 request.pl does the patron's search
20:28 kidclamp I don't know, was in 17.11 too, but now I cannot recreate
20:28 Joubu I do :)
20:29 well, "it works": I can place a hold for a patron, without borrowers permission
20:29 but it sounds like it's the expected behavior
20:32 kidclamp that is expected - reserveforothers is specific enough
20:32 but I was getting kicked out of the sessoin completely, now I am not
20:40 Joubu Koha without RMaints means everybody using master, that will be a lot of fun!
20:43 cait we got 2 weeks to kidnap someone for the job
20:46 Joubu: thx for signing up for QA again :)
20:47 kidclamp aleisha? calire? /me is just tossing out names (of people who likely aren't here to object) :-)
20:48 cait heh
20:56 one of the silent IRC lurkers?
21:00 kidclamp MilkManzJourDaddy
21:01 have a good night all
21:02 cait bye kidclamp_away
21:04 alexbuckley joined #koha
21:30 MilkManzJourDaddy I'm on IRC via bridging from Matrix (see matrix.org).  I'm just surprized this project did not get sucked into PIA-Freenode.  (Private Internet Access).  They own Snoonet too.  Rizon has some good options, including a Bouncer.  But as a Matrix user I do not need a Bouncer, even when reverting to IRC based chat/im as the functionality is included.  You folks should look at Matrix for helpdesk chat for public use computers in libraries.
21:41 kellym joined #koha
22:44 talljoy joined #koha
23:14 NateC joined #koha
23:21 papa1 joined #koha
23:39 dpk_ joined #koha
23:49 edveal joined #koha

← Previous day | Today | Next day → | Search | Index

koha1