Time  Nick             Message
04:48 Vardan           Hello , we are Armenian National Agrarian University and we we use Koha pretty much time..
04:48 Vardan           So ina days we got a problem, after electric power down times
04:49 Vardan           Software error: Can't call method "do" on unblessed reference at /usr/share/koha/lib/C4/Context.pm line 816. BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line 88. Compilation failed in require at /usr/share/koha/opac/cgi-bin/opac/opac-main.pl line 23. BEGIN failed--compilation aborted at /usr/share/koha/opac/cgi-bin/opac/opac-main.pl line 23. For help, please send mail to the webmaster ([no address given]), giving this error message an
04:49 Vardan           This is the errors what we got
04:49 Vardan           We use ubuntu server 14
04:49 Vardan           how can we sole it?
05:27 mtj              hi Vardan, what versio of Koha?
05:28 mtj              have you checked mysql is running, etc?
05:33 mtj              interesting...
05:33 mtj              https://edition.cnn.com/2019/08/02/opinions/libraries-fight-publishers-over-e-books-west/index.html
05:46 mtj              tcohen: oops, the jen3 node is up again
06:23 ashimema         morning
06:25 ashimema         is dashboard.koha-community.org showing a blank screen for anyone else?
06:25 calire           ashimema it's working for me
06:26 magnuse          i see a blank page, yes
06:26 magnuse          view source is blank too...
06:29 fridolin         hi
06:36 ashimema         wierd
06:36 ashimema         fails in chrome for me
06:37 ashimema         and fails in brave
06:37 ashimema         how strange
06:38 reiveune         hello
06:58 ashimema         Works in Firefox thougg
07:06 calire           I'm using firefox
07:06 alex_a           Bonjour
07:15 magnuse          i'm using chrome
07:15 magnuse          *chromium
07:20 * ashimema       switches to firefox for the day
07:21 * ashimema       wonders if people saw the 'New Developers' bit has been fixed
07:39 mtj              https://stackoverflow.com/questions/29789268/neterr-incomplete-chunked-encoding-nginx
07:40 mtj              hey folks, that might describe the dash problem ^
07:47 magnuse          yeah, my console says GET https://dashboard.koha-community.org/ net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK)
07:52 mtj              or this... https://github.com/dunglas/mercure/issues/96#issuecomment-496515369
07:59 ashimema         Whatever it is, we'll need rangi to impliment whether the fix is
08:01 magnuse          hm, when i go to edit a subfield in a framework, the dropdown for "Koha link" under "Advnaced constraints" is disabled. is that expected?
08:02 koha-jenkins     Project Koha_19.05_D9 build #22: STILL UNSTABLE in 40 min: https://jenkins.koha-community.org/job/Koha_19.05_D9/22/
08:02 koha-jenkins     Yippee, build fixed!
08:02 wahanui          Congratulations!
08:02 koha-jenkins     Project Koha_Master_D8 build #342: FIXED in 41 min: https://jenkins.koha-community.org/job/Koha_Master_D8/342/
08:08 * andreashm      waves
08:13 magnuse          kia ora andreashm
08:13 andreashm        hi magnuse
08:24 magnuse          there is an html comment next to the "koha link" dropdown that says "This select should be DISABLED; value is submitted by the following hidden input". But how can we choose the value if the dropdown is disabled?
08:26 ashimema         odd
08:29 ashimema         git blame to see who left the comment?
11:29 oleonard         Hi all
11:32 magnuse          hi oleonard
11:32 wahanui          hi oleopard
11:45 oleonard         I'm guessing this version of the check-in screen doesn't get seen very often: https://zivotdesign.com/p/view.php?p=15650918536180
11:45 oleonard         that's in master
11:45 ashimema         lol
11:45 ashimema         funny you should say that.. I was just looking at the same thing and wondering wtf
11:47 oleonard         I'm working on a fix but worried I'm breaking something in the process. I guess I'll just charge forward
11:47 oleonard         (does no one use the HoldsAutoFill preference?)
11:48 oleonard         ashimema: HoldsAutoFill being on is what triggers it for me. Were you able to isolate a cause?
11:49 oleonard         1. HoldsAutoFill on 2. item on hold at another library
11:49 ashimema         well.. I'm not entirely sure.. I was trying to fix a bug in stock rotation whereby cancelling a transfer can cause a nasty code explosion
11:50 ashimema         the code in here is confusing to say the least
11:51 oleonard         indeed
11:51 oleonard         Do you have HoldsAutoFill enabled?
11:52 * ashimema       checks
11:52 ashimema         yes
11:52 ashimema         it is enabled..
11:52 ashimema         this is just me dev server though.. so I don't know how or when I set it.. never mind why ;)
11:53 oleonard         I'm glad to hear it's a common factor
11:56 oleonard         ashimema: You're looking at returns.pl though not the template? Wondering how we're going to collide.
11:57 ashimema         I would say go ahead with your work and whatever I do I'll rebase atop yours ;)
11:57 ashimema         I'm still at the 'investigate' stage.. there's other things at play in the SR arena
12:02 * oleonard       deletes and reinserts the same hold again and again...
12:02 ashimema         lol
12:03 dersmon          hi everyone
12:06 oleonard         Hi dersmon
12:08 eythian          oleonard: this is a family channel!
12:09 * oleonard       pixelates all holds
12:10 calire           lol
12:33 dersmon          is there a way to force the database upgrade again?
12:34 dersmon          i imported an old mysqldump with drop/delete instructions which broke my development installation :P
12:36 oleonard         dersmon: You can go into "Local use" system preferences and manually bump back your Koha version entry
12:41 dersmon          the interface won't load
12:41 dersmon          :/
12:41 dersmon          i am basically locked out of the backend interface
12:42 dersmon          only the opac seems to be running without errors
12:42 dersmon          Software error:  DBIx::Class::Storage::DBI::_dbh_execute(): Unknown column 'me.anonymized' in 'field list' at /usr/share/koha/lib/Koha/Objects.pm line 92
12:43 oleonard         If you've loaded an older DB dump you may need to restart memcached and plack
12:56 dersmon          @oleonard does not work, plack is not installed
12:56 huginn`          dersmon: downloading the Perl source
12:57 oleonard         Sorry dersmon I don't know.
13:15 oleonard         fridolin++
13:15 fridolin         oh thanks ;)
13:18 oleonard         Hi wizzyrea
13:20 caroline_catlady good morning!
13:20 oleonard         Hi caroline_catlady
13:26 wizzyrea         good morning!
13:29 eythian          wizzyrea: https://www.goodreads.com/quotes/14559-good-morning-said-bilbo-and-he-meant-it-the-sun
13:33 oleonard         I love the " long bushy eyebrows that stuck out further than the brim of his shady hat" part, because if his hat was like this one... https://vignette.wikia.nocookie.net/lotr/images/e/e7/Gandalf_the_Grey.jpg/revision/latest?cb=20121110131754
13:41 wizzyrea         hehehe
13:44 wizzyrea         clearly there was some artistic license taken with the definition of "so long they stuck out beyond the brim of his hat"
13:45 wizzyrea         i mean, maybe more like this? https://cdn3-www.beautyriot.com/assets/uploads/2012/05/file_89_10681_eyelashes-12.jpg
13:46 wizzyrea         @wunder 66617
13:46 huginn`          wizzyrea: Error: Failed to load Wunderground API. Check the logs for more information.
13:46 wizzyrea         oh.
13:46 wizzyrea         sad.
13:46 wizzyrea         or maybe https://i.pinimg.com/236x/2c/66/54/2c66548ded5d2c2df3dcd260b6a3eee1--eyelashes-makeup-long-eyelashes.jpg
13:48 oleonard         *shudder*
13:51 koha-jenkins     Project Koha_19.05_U18 build #22: SUCCESS in 29 min: https://jenkins.koha-community.org/job/Koha_19.05_U18/22/
13:57 caroline_catlady reminds be of an ad campaign against cannabis https://dailyhive.com/vancouver/quebec-launches-bizarre-cannabis-public-relations-campaign-photos
14:00 koha-jenkins     Project Koha_19.05_D8 build #21: UNSTABLE in 41 min: https://jenkins.koha-community.org/job/Koha_19.05_D8/21/
14:01 koha-jenkins     Yippee, build fixed!
14:01 wahanui          Congratulations!
14:01 koha-jenkins     Project Koha_19.05_D9 build #23: FIXED in 40 min: https://jenkins.koha-community.org/job/Koha_19.05_D9/23/
14:09 oleonard         ashimema: Bug 23434
14:09 huginn`          Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23434 normal, P5 - low, ---, oleonard, Needs Signoff , Hold confirmation dialog problem if HoldsAutoFill is enabled
14:09 ashimema         nice quick fix there oleonard.. thanks :)
14:10 oleonard         Very nervous about changing returns.tt.... I'm always afraid I've missed a set of conditions
14:11 ashimema         it's certainly a scary place
14:21 koha-jenkins     Project Koha_19.05_U18 build #23: SUCCESS in 29 min: https://jenkins.koha-community.org/job/Koha_19.05_U18/23/
14:23 wizzyrea         caroline_catlady, YIKES
14:39 koha-jenkins     Project Koha_19.05_D9 build #24: SUCCESS in 38 min: https://jenkins.koha-community.org/job/Koha_19.05_D9/24/
14:42 koha-jenkins     Yippee, build fixed!
14:42 wahanui          Congratulations!
14:42 koha-jenkins     Project Koha_19.05_D8 build #22: FIXED in 41 min: https://jenkins.koha-community.org/job/Koha_19.05_D8/22/
15:12 oleonard         Yay internet outages
15:17 reiveune         bye
15:26 koha-jenkins     Project Koha_19.05_U18 build #24: SUCCESS in 29 min: https://jenkins.koha-community.org/job/Koha_19.05_U18/24/
15:39 koha-jenkins     Project Koha_19.05_D9 build #25: SUCCESS in 38 min: https://jenkins.koha-community.org/job/Koha_19.05_D9/25/
15:40 koha-jenkins     Project Koha_19.05_D8 build #23: SUCCESS in 41 min: https://jenkins.koha-community.org/job/Koha_19.05_D8/23/
15:52 koha-jenkins     Project Koha_18.11_D9 build #139: UNSTABLE in 25 min: https://jenkins.koha-community.org/job/Koha_18.11_D9/139/
16:05 koha-jenkins     Project Koha_18.11_D8 build #140: SUCCESS in 26 min: https://jenkins.koha-community.org/job/Koha_18.11_D8/140/
16:14 oleonard         I said I'm nervous about changing returns.tt.... But then I submitted 5 patches for it in the last week...
16:28 koha-jenkins     Project Koha_18.11_D8 build #141: SUCCESS in 22 min: https://jenkins.koha-community.org/job/Koha_18.11_D8/141/
16:31 koha-jenkins     Project Koha_18.11_U18 build #133: SUCCESS in 50 min: https://jenkins.koha-community.org/job/Koha_18.11_U18/133/
16:34 * oleonard       wonders why the "days until release date" widget on the dashboard isn't a countdown clock showing down to the millisecond
16:43 koha-jenkins     Yippee, build fixed!
16:43 wahanui          Congratulations!
16:43 koha-jenkins     Project Koha_18.11_D9 build #140: FIXED in 34 min: https://jenkins.koha-community.org/job/Koha_18.11_D9/140/
16:50 koha-jenkins     Project Koha_18.11_D8 build #142: SUCCESS in 22 min: https://jenkins.koha-community.org/job/Koha_18.11_D8/142/
17:12 koha-jenkins     Project Koha_18.11_D8 build #143: SUCCESS in 22 min: https://jenkins.koha-community.org/job/Koha_18.11_D8/143/
17:15 koha-jenkins     Project Koha_18.11_D9 build #141: SUCCESS in 31 min: https://jenkins.koha-community.org/job/Koha_18.11_D9/141/
17:20 koha-jenkins     Project Koha_18.11_U18 build #134: UNSTABLE in 49 min: https://jenkins.koha-community.org/job/Koha_18.11_U18/134/
17:35 koha-jenkins     Project Koha_18.11_D8 build #144: UNSTABLE in 22 min: https://jenkins.koha-community.org/job/Koha_18.11_D8/144/
17:46 koha-jenkins     Project Koha_18.11_D9 build #142: SUCCESS in 31 min: https://jenkins.koha-community.org/job/Koha_18.11_D9/142/
17:54 oleonard         Hi cait
17:55 * cait           waves
17:56 caroline_catlady hi cait!
17:56 caroline_catlady thx for the clarification on the mailing list :)
18:09 koha-jenkins     Yippee, build fixed!
18:09 wahanui          Congratulations!
18:09 koha-jenkins     Project Koha_18.11_U18 build #135: FIXED in 49 min: https://jenkins.koha-community.org/job/Koha_18.11_U18/135/
18:16 cait             :)
18:16 cait             i left out devbox/gitified dev..
18:16 cait             we have too many installation options
18:29 caroline_catlady I notice there is 999$c for biblionumber, but is there the same for authority records?
18:38 cait             i tihnk we are using 001 to some extend there
18:39 cait             but i might be mistaken, maybe check for 999 too?
18:49 caroline_catlady there is no 999 that I can see. it stops at 942
18:51 cait             hm my koha is not up
18:52 cait             i don't remember if htere are mappings
18:56 bpmcneilly       Hey everyone, I'm a fairly new Koha admin. I'm having a Zebra issue, and trying to find some of the log files listed for troubleshooting. I can find the opac-error, indexer-error,  & zebra-error. But, I'm not seeing "zebradaemon.err" or "zebradaemon-output.log"
18:56 bpmcneilly       Should those be in the smae directory as the other logs?
18:59 cait             hm
18:59 cait             i am not sure if they are there
18:59 cait             where did you get the reference to them?
18:59 cait             usually all logs should be found in var/logs/koha... i think
19:00 cait             depending a bit on your installation, assuming packages
19:01 caroline_catlady bpmcneilly: mine are in the same directory
19:01 caroline_catlady I'm not sure if they are there automatically or if they just appear if they have to (i.e. if you have errors)
19:02 cait             i wonder if you get daemon when using the indexer (as you should?)
19:03 cait             bpmcneilly: maybe ... what is your issue witz zebra?
19:03 cait             we might have an idea without the log
19:09 bpmcneilly       So, the issue is that Zebra keeps failing (I know that's not too specific). Suddenly, when searching there will be no results in the OPAC, but when checking zebra with 'koha-zebra --status' the status is listed as ok
19:09 bpmcneilly       I initially tried to just do a restart, and the it says everything is fine, but the problem persists. However, manually stopping and starting zebra solves the problem
19:12 cait             hm
19:12 cait             that sounds a little odd
19:12 bpmcneilly       It seems, that it'll stay 'fixed' for about a week and then the cycle repeats. I tried to increase the log levels to get some more info, but haven't seen anything particularly useful? My guess, is it might be a memory issue?
19:12 cait             are you using the daemon or the indexer?
19:13 cait             newer installations should be using indexer... but older ones might have not been switched over
19:13 bpmcneilly       it should be the indexer, let me check (I'm assuming I can confirm in the koha conf ? )
19:15 cait             i think so
19:17 cait             if we don't figure it out here,  I#d recommend posting on the mailing list
19:17 cait             tons more people reading there
19:18 cait             also trying different times in chat will get you different people (timezones)
19:18 bpmcneilly       Ok, sounds good. I can't see a direct reference to indexer vs daemon in the config, but I installed this instance myself no more than a year ago, so I'd be shocked if it wasn't the indexer (from what you've said)
19:23 bpmcneilly       cait: Ahh, looks like I am using the daemon. From /etc/cron.d/koha-common: 'Uncomment the following line if you do not want to use the koha-index-daemon integration' (the following line is commented)
19:24 bpmcneilly       Lots of fun with double negatives there, haha
19:28 cait             hm
19:28 cait             i think i woudl try changing to that
19:28 cait             it will make indexing almost instantious
19:28 cait             for new record sand changes
19:29 cait             also deletes
19:29 cait             well everything indexing
19:29 cait             sec, looking if the wiki has something useful
19:31 cait             this looks kinda useful: https://wiki.koha-community.org/wiki/PackagesIndexDaemon
19:31 bpmcneilly       cait: Ok, made that change and restarted!
19:31 bpmcneilly       Oh yeah, that's where I found that line to search for :)
19:31 cait             you might need to deactivate the old one
19:31 cait             ok :)
19:32 bpmcneilly       Everything was already working as I'd just restarted it, but we'll see, hopefully this fixes it permanently. If not, you may see me posting on the mailing list some time soon, haha
19:32 cait             i think it would not be good to have them compete
19:32 cait             something to check might be your cron files
19:32 cait             if there is still the rebuild-zebra in ther esomehwere
19:32 cait             and comment that out
19:33 bpmcneilly       ooh, good point. I'll look into that
19:34 cait             if you were using the really old damon thing... i am not sure how to deactivate that
19:34 cait             old daemon thing > running rebuild_zebra with -z > new indexer is about the timeline of things we used
19:35 cait             the very first was known to have memory issues
19:37 bpmcneilly       hmmm, ok. I'll be on the lookout. I have been tracking used memory pretty unscientifically just to see if there's an issue there, but we have 2GB dedicated, and we're a fairly small institution. But that good to keep in the back of my head
19:38 cait             if the problem persists, some of the sysadmin people will be able to help you better i guess :)
19:38 cait             i know how to run a dev env, but not running our prod servers
19:39 bpmcneilly       this is all new to me, so I appreciate the help :)
19:40 bpmcneilly       Also, I have a few bug issues to file, do you do Koha development? I filed one, but wanted some review from contributers, to make sure I wasn't totally out of bounds in how I was authoring, before I filed more
19:41 lukeG            cait: you around?
19:41 cait             bpmcneilly: you don#t really have to worry there :)
19:42 lukeG            having difficulties rebasing bz13597 for 18.11
19:42 cait             hi lukeG yep :)
19:42 cait             kind of
19:42 bpmcneilly       cait: Ok, I'll file away then :D
19:42 cait             if you want, give me the bug number and i can take a look
19:42 lukeG            https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13597
19:42 huginn`          Bug 13597: minor, P5 - low, ---, mtj, Pushed to stable , Amazon 'no image' element needs a 'no-image' class, in the staff client
19:42 cait             basic advice... pick a good description for the title - describe the issue and giving a use case is nice
19:43 bpmcneilly       id=23264
19:43 cait             a bit more than: add option x (often it's enough, but sometimes it helps what the library wants to use it for)
19:43 cait             lukeG: looking at the bug from bpmcneilly then yous :)
19:43 cait             bug 23264
19:43 huginn`          Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23264 normal, P5 - low, ---, oleonard, NEW , OPAC elements with class="dropdown" include incomplete WAI-ARIA Menu
19:43 lukeG            no worry, no hurry
19:45 cait             bpmcneilly: i think reads well
19:45 cait             opac and normal seem good fits too
19:45 koha-jenkins     Project Koha_18.11_D9 build #143: SUCCESS in 26 min: https://jenkins.koha-community.org/job/Koha_18.11_D9/143/
19:46 cait             is it only opac or appears in staff too? i
19:47 cait             hm not sure if i would try backporting that one if it gives you trouble
19:47 cait             lukeG: ^
19:48 cait             or you oculd ask for a 18.11 version
19:48 bpmcneilly       It should appear in staff too. I'm not yet entirely familiar with the Koha code base, so I can't directly point to what's causing the dropdown generation, but they all appear the same
19:48 cait             i am not sure either... we are using bootstrap
19:48 cait             for the gui elements...
19:49 cait             oleonard might have an idea about this
19:50 bpmcneilly       hmmm, ok. I may take a deeper dive when I have some free time, and maybe I'll just try and push some fixes if I find it.
19:50 cait             that's always great :)
19:50 bpmcneilly       cait: I was actually chatting with him on Twitter a little while ago about this.
19:50 cait             ah ok
19:50 cait             he is our "go to GUI person"
19:51 bpmcneilly       ahhh, ok. Good to know! I'm first & foremost an accessibility person, but my interest is accessibility within libraries & archives (thus the getting pushed into maintaining production koha instances)
19:51 cait             will be good to have you around :)
19:52 cait             we had a blind person using the koha staff interface for a while in one of our libraries
19:52 rangi            ashimema: i know what it is
19:52 cait             it helped to get some great insight
19:52 bpmcneilly       I'll do some more digging on my end, and try and figure out what's up with those dropdowns, and a few of the other components
19:52 rangi            its the yaml file for new devs
19:52 cait             and we were able to get some stuff fixed and improved
19:52 rangi            its coming with the wrong headers the encoding is messed up
19:53 rangi            ashimema: http://git.koha-community.org/gitweb/?p=koha.git;a=blob_plain;f=docs/contributors.yaml;h=ceb0f73cd4abac535523b835f1ce2fa7b8f2afef;hb=107804fb872eea2cb9e21d6f54e747ba047c9c9e
19:53 rangi            scroll to the bottom
19:53 rangi            i cant fix this
19:53 rangi            in the dashboard
19:54 rangi            @later tell ashimema its the yaml file is being served with the wrong encoding
19:54 huginn`          rangi: The operation succeeded.
19:54 rangi            @later tell ashimema http://git.koha-community.org/gitweb/?p=koha.git;a=blob_plain;f=docs/contributors.yaml;h=ceb0f73cd4abac535523b835f1ce2fa7b8f2afef;hb=107804fb872eea2cb9e21d6f54e747ba047c9c9e  scroll to the bottom
19:54 huginn`          rangi: The operation succeeded.
19:54 koha-jenkins     Project Koha_18.11_U18 build #136: SUCCESS in 33 min: https://jenkins.koha-community.org/job/Koha_18.11_U18/136/
19:55 rangi            @later tell ashimema i will try fetching the file from https://repo.or.cz/koha.git/blob_plain/107804fb872eea2cb9e21d6f54e747ba047c9c9e:/docs/contributors.yaml which is being served right
19:55 huginn`          rangi: The operation succeeded.
19:56 ashimema         oh.. hi
19:56 * ashimema       reads back
19:56 ashimema         wow.. those are some crazy encodings
19:58 rangi            yep
19:58 ashimema         how strange
19:58 rangi            its definitely the new devs
19:58 ashimema         so is that git web getting it funky then
19:58 ashimema         or rather, our current version
19:59 koha-jenkins     Yippee, build fixed!
19:59 wahanui          Congratulations!
19:59 koha-jenkins     Project Koha_18.11_D8 build #145: FIXED in 38 min: https://jenkins.koha-community.org/job/Koha_18.11_D8/145/
19:59 rangi            do you have chrome ashimema ?
19:59 ashimema         I do
19:59 rangi            https://dashboard.koha-community.org/  in chrome will give you a blank page
19:59 ashimema         I found it worked fine in firefox but failed in anything chromium based
19:59 rangi            yeah
19:59 ashimema         yup
19:59 * andreashm      waves
19:59 rangi            try in chrome now
19:59 * cait           waves back
20:00 rangi            all i did was remove the foreach loop for the devs
20:00 andreashm        rangi: works now
20:00 rangi            and its fine again
20:00 rangi            so its something to do with that
20:00 rangi            to be far
20:00 rangi            fair
20:00 * andreashm      hates encoding issues
20:00 rangi            this happened with ohloh too
20:00 rangi            thats why i deleted it
20:00 andreashm        hey cait
20:00 rangi            im tempted to go back to my old way of having it just read from a local text file that i kept up to date
20:00 rangi            :)
20:01 ashimema         oh really.. that's interesting
20:01 rangi            yeah thats why it was blank for a while
20:01 ashimema         so it was encoding that made the ohloh stuff go caput too
20:01 cait             new devs list?
20:01 rangi            thats my guess
20:01 rangi            it was the new devs bit
20:01 rangi            in the olden days it just read from data/devs.txt
20:02 rangi            so my new plan
20:02 rangi            is cron getting the devs and writing it to a file
20:02 rangi            then read from that
20:02 rangi            so that i can see the encoding issues
20:02 rangi            and maybe just binmode :utf8
20:03 rangi            on the print
20:03 rangi            will make it not explode
20:03 rangi            but yeah have to fetch https://repo.or.cz/koha.git/blob_plain/HEAD:/docs/contributors.yaml
20:03 rangi            which isnt messed up to start
20:03 rangi            it's annoying because you get no errors, just the browser hates it
20:04 ashimema         yeah.. really wierd
20:06 rangi            i wont get time to work on it today, so ill leave the devs commented out for now, but will try again in the evening
20:07 ashimema         no worries
20:07 ashimema         thanks for getting it back up and running
20:07 rangi            no problem
20:07 ashimema         so odd.. I didn't see any such issues when i tried it locally.. I must have done all my testing in firefox..
20:07 rangi            *nod*
20:07 rangi            when i merged and tested i only did it in firefox too
20:08 ashimema         haha.. right pair ;)
20:08 rangi            the other factor is
20:08 rangi            this is starman, behind nginx
20:08 rangi            it could be that nginx is doing something weird, which locally you wont have
20:08 rangi            so would be worth trying locally in chrome
20:08 rangi            then we narrow it to something in nginx
20:08 ashimema         could also be marginally different versions of the YAML module.. I bet there are encoding gremlins lurking in there over the years too
20:09 rangi            that too
20:09 rangi            altho it was xml from ohloh
20:09 rangi            same behaviour
20:09 ashimema         ah, very true
20:11 koha-jenkins     Project Koha_18.11_D9 build #144: SUCCESS in 25 min: https://jenkins.koha-community.org/job/Koha_18.11_D9/144/
20:27 koha-jenkins     Project Koha_18.11_U18 build #137: SUCCESS in 32 min: https://jenkins.koha-community.org/job/Koha_18.11_U18/137/
20:30 lisettelatah     cait: I have a question about marking bugs a duplicate: Usually I'd do the older one, but the newer one is in Needs Signoff so I think the newer one is the one that should stay?
20:31 cait             i'd do ithat
20:31 lisettelatah     thanks!
20:31 cait             usually pick the older, unless the newer has a patch
20:32 cait             sometimes if the old has no 'cc' and the newer has tons or a lot of recent activity i might pick the newer too
20:32 lisettelatah     That makes sense.
20:36 koha-jenkins     Project Koha_18.11_D9 build #145: UNSTABLE in 25 min: https://jenkins.koha-community.org/job/Koha_18.11_D9/145/
20:37 koha-jenkins     Project Koha_18.11_D8 build #146: SUCCESS in 38 min: https://jenkins.koha-community.org/job/Koha_18.11_D8/146/
20:59 koha-jenkins     Project Koha_18.11_U18 build #138: SUCCESS in 32 min: https://jenkins.koha-community.org/job/Koha_18.11_U18/138/
21:16 koha-jenkins     Project Koha_18.11_D8 build #147: SUCCESS in 38 min: https://jenkins.koha-community.org/job/Koha_18.11_D8/147/
21:45 magnuse          doing a long upgrade from 3.21 to 18.05.x. db upgrade (command line) has been stuck on "Upgrade to 17.12.00.000 done" for a looong time now. anyone remember if that is to be expected?
21:46 rangi            whats the 17.12.00.001 change?
21:46 rangi            lemme look
21:47 magnuse          "Bug 19724 - Add [deleted]biblio_metadata.timestamp"
21:47 huginn`          Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19724 normal, P5 - low, ---, julian.maurice, CLOSED FIXED, Add timestamp to biblio_metadata and deletedbiblio_metadata
21:47 rangi            oh yeah
21:47 magnuse          guess that might take a while
21:47 rangi            yeah
21:47 rangi            that'll take ages if its a biggish table
21:47 rangi            cos it has to write it all to temp and copy it all back
21:49 magnuse          yeah, i can sleep some other night ;-)
21:49 rangi            heh
21:51 magnuse          doing an upgrade for the oldest koha in sweden
21:52 magnuse          the first "upgrade" i did for them was from 2.2.9 (or .8?)
21:52 magnuse          that was more like moving their records to a 3.x install
21:52 cait             :)