Time  Nick        Message
07:06 magnuse     ~~~
07:32 reiveune    hello
07:36 alex_a      bonjour
08:24 gaetan_B    hello
08:28 nlegrand    שלום
08:32 magnuse     \o/
08:44 nlegrand    o/ magnuse
08:44 magnuse     hiya nlegrand
08:45 magnuse     ...and cait
08:45 cait        morning nlegrand and magnuse :)
08:45 cait        morning #koha!
09:09 andreashm   hi #koha
09:13 nlegrand    o/ cait
09:24 cait        hi andreashm - and happy new year :)
09:43 andreashm   hi cait!
09:43 andreashm   happy new year to you as well!
12:28 oleonard    Hello my internet friends
12:36 caboose_    morning!
12:37 oleonard    Hi caboose_
12:38 caboose_    :)
12:57 huginn      New commit(s) kohagit: Bug 19913: Fix embedded HTML5 videos at the OPAC <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=99797acd83116f0f182a55cc847adddd42b4f558> / Bug 19914: Add an id to the Delete button on the library list view <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=0b2e3631e313d0e5a30ad751cccba90215b3a645> / Bug 19899: Restore Item floats feature - do not crash <http://git.koha-community.org/gitweb/?
13:03 jenkins     Project Koha_17.05_D8 build #61: SUCCESS in 37 min: https://jenkins.koha-community.org/job/Koha_17.05_D8/61/
13:03 jenkins     * aleishaamohia: Bug 19496: [17.05.x] Fixing to_address for patron notes
13:03 jenkins     * Jonathan Druart: Bug 19496: [17.05.x] ReplytoDefault is a pref, not a C4::Context method
13:03 huginn      Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19496 major, P5 - low, ---, aleisha, Pushed to Stable , Patron notes about item does not get emailed as indicated
13:33 jenkins     Project Koha_Master_D8 build #329: UNSTABLE in 35 min: https://jenkins.koha-community.org/job/Koha_Master_D8/329/
13:33 jenkins     * Jonathan Druart: Bug 19899: Restore Item floats feature - do not crash
13:33 jenkins     * Jonathan Druart: Bug 19914: Add an id to the Delete button on the library list view
13:33 jenkins     * Jonathan Druart: Bug 19913: Fix embedded HTML5 videos at the OPAC
13:33 huginn      Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19899 critical, P5 - low, ---, jonathan.druart, Pushed to Master , The float items feature is broken - cannot checkin
13:33 huginn      Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19914 minor, P5 - low, ---, jonathan.druart, Pushed to Master , Cannot locate the "Delete" in the library list table
13:34 huginn      Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19913 major, P5 - low, ---, jonathan.druart, Pushed to Master , Embedded HTML5 videos are broken
13:38 Joubu       khall: Hi! I get this random failure from HoldsQueue.t once again ^. I guess it should be easy to fix for you (certainly just a comparaison in order), but I have never managed to understand where does the issue come from
13:39 Joubu       What happens in C4::HoldsQueue is too cryptic for me
13:39 khall       heh. yeah, it's pretty obtuse isn't it ; )
13:40 khall       can you link me to the failure Joubu ?
13:41 khall       I can try running the unit test locally and see what happens.
13:41 Joubu       khall: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19696
13:41 huginn      Bug 19696: normal, P5 - low, ---, chris, NEW , HoldsQueue.t is failing randomly
13:41 Joubu       I have copy several links to the jenkins failures
13:42 Joubu       this is the last one: https://jenkins.koha-community.org/job/Koha_Master_D8/329/console
13:42 Joubu       khall: you will need to run it a LOT to make it fails (like x300 iirc)
13:43 khall       tbh, that unit test probably needs rewritten from scrach if we want to solve those issues once and for all. What we really need is to recreate the data used in that particular run. Is there any way to do that?
13:43 * khall     wonders if there is a way to do a db dump right after any test failure
13:43 Joubu       HoldsQueue.t already inserted the data it needs I think
13:44 Joubu       ha ok got it. Yes maybe it is the better way to debug, but it will take quite lot of time...
13:46 Joubu       Maybe the failure will be obvious for you when you will read the code
13:46 Joubu       you hope you know this part better than me :)
13:46 Joubu       otherwise it is a black box for everybody
13:46 khall       I'll take a look
13:47 Shane-S     ask this yesterday, but ran out of time. If my server is slow adding books (records and items) and I have restarted it, should I look at re-indexing?
13:47 Joubu       Shane-S: no
13:47 Joubu       which version of Koha are you using?
13:48 Joubu       take a look at the about page, "system information" and "server information" tab, and search for warnings
13:48 Joubu       (memcached or plack related for instance)
13:48 Shane-S     Im embarrassed to say.. 3.20
13:49 Shane-S     it was supposed to upgraded this summer, but my daughter got sick and I was out of work for a week
13:49 Shane-S     so slated for this summer again
13:50 Joubu       3.20 is not stable with plack and/or memcached. You should check the mysql server config (if it is the bottleneck)
13:50 Joubu       but... better would be to spend time on the upgrade
13:52 Shane-S     I will have to see if I can do it over spring break, would a currency error slow it down?
13:54 Shane-S     so basically turn off plack/memcached in mysql and see what effect that has, will do thanks
13:57 Joubu       no no, plack and memcached are not mysql related. If you are using 3.20 they are certainly not used
13:59 Joubu       Shane-S: https://wiki.koha-community.org/wiki/Benchmark_for_16.11#And_the_handsome_graph
14:05 Shane-S     Joubu: that graph doesn't make me want to upgrade ;)
14:07 Joubu       Shane-S: compare 3.20 with 16.11_plack
14:08 Shane-S     Oh i see that, just looking that base version. I actually HAVE to do a fresh install and migrate as I have upgraded from like 3.09 or something like that, you all have helped me sort bugs that come from missing versions and upgrading
14:08 Shane-S     so it might just be one of those older issue that is haunting me
14:10 cait        kidclamp: around?
14:12 * kidclamp  waves
14:12 * kidclamp  reconsiders, hides
14:12 cait        we have competing meetings tomorrow scheduled for the same time
14:12 cait        hehe
14:12 cait        too late!
14:13 cait        i already saw you
14:13 kidclamp    I saw that
14:13 kidclamp    arm wrestle?
14:13 cait        we've discussed merging them as both have not a lot of topics on the agenda
14:13 kidclamp    we can move one later, or just run through one then the other
14:14 cait        makes sense to me
14:14 cait        general first, dev after?
14:14 * LeeJ      waves
14:14 * oleonard  has an irl meeting an hour later, so pick whichever one you want him to miss
14:15 kidclamp    sounds good to me
14:15 LeeJ        hi #koha
14:15 cait        hope is to have both done in time of a normal meeting :)
14:15 cait        i think there is some overlap
14:15 cait        hi LeeJ
14:15 cait        kidclamp: would you send a note/reminder?
14:15 LeeJ        morning cait kidclamp oleonard
14:16 Joubu       why not merging them if there are no topics?
14:17 cait        we can, but probably the script will be confused :)
14:17 kidclamp    I think either amounts to same, duplicated topics only covered once, but keep mintues separate if one after the other?
14:17 kidclamp    what cait said
14:18 Joubu       we should not adapt to script bugs :)
14:19 cait        i think practically it will be about the same
14:20 cait        just if we want automated pages etc, we need to end start meeting once
14:20 cait        more on the chair then on the attendants
14:20 * cait      gets sucked into a tax calculation question
14:21 kidclamp    We can do one then just  #startmeeting | info See General meeting | #endmeeting"
14:21 Joubu       and the next meeting date :)
14:22 kidclamp    good point, avoid doing this again :-)
14:23 oleonard    Oh dang did I miss a meeting again?
14:35 LeeJ        what time is/are the meeting(s) tomorrow?
14:36 kidclamp    14 UTC
14:36 kidclamp    9am Eastern
14:36 LeeJ        cool! I can make them because our semester doesn't start until next week :D
14:37 paul_p      tcohen = are you around ?
14:38 LeeJ        ok..so the almighty Google and Stack Overflow are of no help for me so I have a CGI arrays question...
14:38 LeeJ        I accept an array from the TT file..
14:38 LeeJ        so my $rooms = $cgi->param('current-rooms');
14:39 LeeJ        I used scalar to remove the warning message about list context from CGI
14:40 LeeJ        now I want to use an if statement to compare the value of the first index to see if it equals '0' (zero)
14:40 LeeJ        if ($$rooms[0] eq '0')
14:40 LeeJ        but I get a software error
14:40 LeeJ        "Can't use string ("") as an ARRAY ref while "strict refs" in use
14:41 * LeeJ      bangs head off desk
14:43 Joubu       paul_p: he is in holidays until (at least) wednesday
14:43 paul_p      Joubu so no happy birthday to him ;)
14:43 paul_p      !later
14:43 paul_p      !seen tcohen
14:43 paul_p      @seen tcohen
14:43 huginn      paul_p: tcohen was last seen in #koha 5 days, 20 hours, 45 minutes, and 16 seconds ago: <tcohen> ?
14:43 paul_p      @later tell tcohen happy birthday tomas !!!
14:43 huginn      paul_p: The operation succeeded.
14:43 LeeJ        ('current-rooms' refers to a group of checkboxes)
14:44 paul_p      @later tell bag happy birthday !!!
14:44 huginn      paul_p: The operation succeeded.
14:44 Joubu       I did not know it was his birthday :)
14:44 mtompset    Greetings, #koha.
14:44 * LeeJ      waves to mtompset
14:45 mtompset    just the person I was looking for. :)
14:45 LeeJ        oh dear.
14:45 mtompset    Want an easy sign off, LeeJ?
14:45 mtompset    bug 19937
14:45 huginn      Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19937 trivial, P5 - low, ---, mtompset, Needs Signoff , Silence warnings t/db_dependent/www/batch.t
14:45 LeeJ        mtompset: perhaps if it's worth switching to my signoff devbox :P
14:46 LeeJ        it'll take some time because my signoff devbox is about 2-3 months out of date xD
14:46 mtompset    Why do you have multiple devboxs?
14:46 mtompset    That's what the git branches are for. :P
14:47 Joubu       LeeJ: multi_param
14:47 LeeJ        Joubu: hm?
14:47 Joubu       you should look at CGI->multi_param
14:48 Joubu       my @values = $cgi->multi_param('your_param');
14:48 LeeJ        mtompset: because I have a dedicated plugins devbox separate from signoff because the plugins box has all sorts of apache modifications lol
14:48 LeeJ        Joubu: OH
14:48 * LeeJ      facepalms
14:48 wahanui     http://buikitty.files.wordpress.com/2012/02/20120202-094434.jpg
14:48 mtompset    Yes... very nice that way. :)
14:48 mtompset    multi_param is awesome. :)
14:48 LeeJ        hahahaha
14:49 LeeJ        who taught wahanui that for the action?! that's great
14:49 LeeJ        I completely forgot about multi_param
14:49 mtompset    Stuck back in Apache 2.2 or something? ;)
14:50 LeeJ        mtompset: more like trying to cram months of work into a week before all the students come back for classes next week
14:50 mtompset    Too much overwatch. :P
14:50 LeeJ        mtompset: not lately..more like too much Rocket League :P
14:51 LeeJ        I may or may not have 63 hours on it since New Years...
14:51 mtompset    You get my point, regardless of which game is to blame. :P
14:51 LeeJ        mtompset: oh hush
14:51 LeeJ        Joubu: as always, thank you very much..I'll give that a go
14:54 LeeJ        fun fact..
14:54 wahanui     fun fact is since september 2009 there have been 5957 commits to koha from 146 developers
14:54 LeeJ        if you google "perl cgi multi_param" Koha's BZ is 3rd in the list haha
14:56 mtompset    fun fact?
14:56 wahanui     well, fun fact is since september 2009 there have been 5957 commits to koha from 146 developers
15:00 Joubu       since september 2009 there have been 20125 commits
15:00 LeeJ        mtompset: I'll look at it when I finish this commit
15:03 cait        forget fun fact
15:03 wahanui     cait: I forgot fun fact
15:03 cait        fun fact?
15:04 oleonard    wahanui: fun fact is Easter Island is a special territory of Chile
15:04 wahanui     OK, oleonard.
15:05 mtompset    Joubu: I think the old fact was about from 146 NEW developers. :)
15:32 Joubu       lists.koha-community.org is down
15:32 Joubu       biblibre? ^
15:33 jenkins     Project Koha_17.05_D8 build #62: SUCCESS in 37 min: https://jenkins.koha-community.org/job/Koha_17.05_D8/62/
15:33 jenkins     m.de.rooy: Bug 18923: Warning in Biblio::GetCOinSBiblio
15:33 huginn      Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18923 trivial, P5 - low, ---, m.de.rooy, Pushed to Stable , Resolve a warn in Biblio::GetCOinSBiblio
15:55 matts       Joubu, a router is down at Online today, we can't access some of our servers, so this might have affected lists too.
15:56 Joubu       matts: ok, thanks for the feedback!
15:57 matts       Joubu, yw. According to Online, it should already be up again... but it's not :\
16:15 jenkins     Yippee, build fixed!
16:15 wahanui     o/ '`'`'`'`'`'`'`'`'`
16:15 jenkins     Project Koha_Master_D8 build #330: FIXED in 41 min: https://jenkins.koha-community.org/job/Koha_Master_D8/330/
16:15 bag         @later tell paul_p Happy Birthday to you too!!!
16:15 huginn      bag: The operation succeeded.
16:15 bag         paul_p and I share the same birthdate ;)
16:29 cait        @later tell paul_p Happy birthday :)
16:29 huginn      cait: The operation succeeded.
16:32 alex_a__    Anyone knows who is Marjorie Barry-Vila ?
16:32 alex_a__    a nickname?
16:32 alex_a__    It seems she sent some patches on the wrong BZ
16:32 cait        I don't think she is on IRC
16:35 * alex_a__  sent her an email
16:35 * alex_a__  has a weird nick today
16:54 mtompset    bag: Is it the same date, or isn't different if you both correct to the same timezone?
16:55 mtompset    That's the beauty of my son's birthday... being born in the afternoon in the Philippines assures his birthday is the same day in Canada. :)
16:56 mtompset    @later tell paul_p Happy Birthday! A little birdie told us on the channel. :)
16:56 huginn      mtompset: The operation succeeded.
16:56 bag         mtompset: :)
16:57 mtompset    And Happy Birthday in a secondary medium too, bag :)
16:57 bag         :)
16:58 mtompset    @seen LeeJ
16:58 huginn      mtompset: LeeJ was last seen in #koha 1 hour, 57 minutes, and 38 seconds ago: <LeeJ> mtompset: I'll look at it when I finish this commit
16:58 mtompset    Anyone want a semi-easy sign off? Bug 19938
16:58 huginn      Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19938 enhancement, P5 - low, ---, mtompset, Needs Signoff , Refactor C4::Overdues::checkoverdues
17:08 * LeeJ      waves
17:08 LeeJ        mtompset: didn't forget about you..still troubleshooting this one line I need to finish my commit
17:10 reiveune    bye
17:10 Joubu       mtompset: looks like a minor bug fix which clean the prove test output, not an enh
17:12 Joubu       mtompset: if there is place where only the count is needed, Koha::Patron->get_overdues->count must be used instead
17:14 Joubu       mtompset: I remove patronflags on 19933
17:15 mtompset    Oh. That's good to know.
17:16 Joubu       well checkoverdues must be removed actually, the code around using it is not very clean
17:16 Joubu       s/around//
17:16 mtompset    I was thinking that... with your koha-devel message
17:17 mtompset    about moving stuff... and thinking surely something has been reworked already.
17:17 mtompset    What does get_overdues return?
17:18 Joubu       Koha::Checkouts
17:37 mtompset    Sadly, I don't see a test plan on bug 19933, I'm not sure how to trigger it all, nor am I sure that I understand some of the changes.
17:37 huginn      Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19933 enhancement, P5 - low, ---, jonathan.druart, Needs Signoff , Move C4::Members::patronflags to the Koha namespace - part 1
17:38 mtompset    -- except that one... very nice. :)
17:39 LeeJ        Joubu: thanks a lot for your help...I guess it would've helped if I created my SQL query to include ALL of the columns needed. The TT file didn't have values set to the checkboxes
17:39 LeeJ        I had to add the missing column to my SELECT query
17:41 Joubu       mtompset: I did not write a test plan because it is almost impossible to write a full test plan for this change
17:42 mtompset    I know that feeling.
17:42 Joubu       LeeJ: better to be explicit
17:43 mtompset    Agreed. Always be explicit. Makes it easier to tweak later.
17:43 LeeJ        Joubu: as you've taught me countless times :)
17:43 mtompset    Don't want it work by spooky magic accident.
17:43 LeeJ        usually when you're ready to smack me for stupid questions :P
17:43 LeeJ        new plugin enhancement is officially done! :D
17:44 Joubu       Why does people use "$data" for a variable name?
17:44 LeeJ        I don't know..that's a cringe-worthy habit
17:44 Joubu       after "$r" it is certain the worst example
17:45 LeeJ        :O
17:47 mtompset    Doesn't $data get complained about... no, no... I'm thinking Scrutinizer with my other project.
17:49 mtompset    For me, when parsing stuff. I use $line a lot. :)
18:16 LeeJ        mtompset: I have to go cover the circulation desk but I'm taking my laptop with me..I'll work on that SO now
18:16 mtompset    okay.
18:16 mtompset    Thanks.
18:16 LeeJ        :D
19:14 ccordova    hello I'm taking an inventory and the server gives me an error "Proxy Error
19:14 ccordova    The proxy server received an invalid response from an upstream server.
19:14 ccordova    The proxy server could not handle the POST request /cgi-bin/koha/tools/inventory.pl. "Is a file with 5000 barcodes how can I change the koha-plack timeout?
19:39 Joubu       ccordova: the timeout setting of Apache?
19:48 ccordova    @Joubu 300
19:48 huginn      ccordova: downloading the Perl source
19:49 Joubu       try & increase it
19:49 ccordova    I will change it
19:50 ccordova    I will try the inventory again
19:50 ccordova    @huginn ?
19:50 huginn      ccordova: I've exhausted my database of quotes
19:59 LeeJ        Joubu: I just updated misc4dev because I remember an email from you about it at some point..do I need to do anything after doing a git pull?
19:59 Joubu       no
20:00 LeeJ        okay cool
20:00 cait        Joubu: looks like you had a busy day
20:00 cait        so many emails from bugzilla!
20:01 Joubu       heh yes
20:02 * LeeJ      learned to filter the BZ emails into a folder...life changing!
20:02 cait        heh
20:02 cait        i could, but i feel responsible to read them :)
20:02 cait        qa and all
20:03 LeeJ        cait: well I figure foldering them is better than just deleting :)
20:04 Joubu       well, you really should read them
20:05 LeeJ        I plan on making it a habit this year to read all of them
20:05 oleonard    I wish I could have better control on which messages I don't want to see. I never care whether the CC field has changed.
20:08 Joubu       oleonard: you can tune that
20:08 Joubu       (I think)
20:08 Joubu       https://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
20:09 Joubu       ha yes it is
20:09 Joubu       "The CC field changes"
20:09 pianohacker <3
20:09 Joubu       hi pianohacker
20:10 pianohacker hi Joubu !
20:10 oleonard    I don't think I can if I've chosen to get all Bugzilla mail.
20:11 pianohacker also hi oleonard, cait
20:11 cait        ooh it's a pianohacker!
20:11 Joubu       seems like you do not want all of them :)
20:13 oleonard    Joubu: Those specific options only apply to bugs which I have a "relationship" with.
20:15 oleonard    Time to go. See y'all later.
20:17 cait        Joubu++ # manual mentioning
20:28 huginn      New commit(s) kohagit: Bug 16782: Use uri filter instead of html <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=5e04894b25d1bf9f2a3fdf8ffee00f965bdb07b5> / Bug 16782: (QA follow-up) Use Koha.Preference for staffClientBaseURL and provide... <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=b785d509b1be70b3dfa07b052b4b3357649b2546> / Bug 16782: Disclose JSON URL for reports on the saved report page <http://git.koha-
20:32 pianohacker PSA to anyone on debian unstable; you may have to dpkg --purge systemd-shim, or vagrant will believe you don't have NFS installed
20:34 mtompset    pianohacker: Why would anyone be on debian unstable? We can't all be crazy like you. :P
20:34 cait        @later tell oleonard realize now what oyu meant about the cc changes
20:34 huginn      cait: The operation succeeded.
20:35 pianohacker because it gives me a burst of impractical glee to have the absolute latest kernel version
20:35 pianohacker sometimes, it even gives me working wifi
20:36 * LeeJ      waves to pianohacker
20:36 LeeJ        pianohacker: happy new year!
20:37 pianohacker hi LeeJ !
20:37 pianohacker you too :)
21:03 LeeJ        haven't done a sign off in so long I feel like I need a recovery period hahahaha
21:06 cait        oleonard++
21:06 cait        never tiring work on gui :)
21:09 jenkins     Project Koha_Master_D8 build #331: SUCCESS in 40 min: https://jenkins.koha-community.org/job/Koha_Master_D8/331/
21:09 jenkins     * amit.gupta: Bug 19614: Fix XSS in members/pay.pl
21:09 jenkins     * amit.gupta: Bug 19612: Fix XSS in members/memberentry.pl
21:09 jenkins     * amit.gupta: Bug 19611: Fix XSS Flaws in supplier.pl
21:09 huginn      Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19614 major, P5 - low, ---, amitddng135, Pushed to Master , Fix XSS in /cgi-bin/koha/members/pay.pl
21:09 jenkins     * kyle: Bug 19319: Reflected XSS Vulnerability in opac-MARCdetail.pl
21:09 jenkins     * m.de.rooy: Bug 19319: (QA follow-up) Biblionumber leftovers in opac-detail.tt
21:09 jenkins     * Jonathan Druart: Bug 19319: Only fetch the record if it exists
21:09 jenkins     * Jonathan Druart: Bug 19570: Add autocomplete='off' for login forms at the opac
21:09 jenkins     * mtompset: Bug 19570: Add autocomplete=off to opac-main as well
21:09 jenkins     * Jonathan Druart: Bug 19569: Set X-Frame-Options=SAMEORIGIN - opac-showmarc.ok
21:09 jenkins     * Jonathan Druart: Bug 19568: Escape url params with url filter - opac-opensearch.tt
21:09 huginn      Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19612 major, P5 - low, ---, amitddng135, Pushed to Master , Fix XSS in /cgi-bin/koha/members/memberentry.pl
21:09 jenkins     * Jonathan Druart: Bug 19280: Pass a Koha::Patron to CanBookBeIssued
21:09 jenkins     * Jonathan Druart: Bug 19280: refresh unblessed patron too
21:09 huginn      Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19611 major, P5 - low, ---, amitddng135, Pushed to Master , XSS Flaws in supplier.pl
21:09 jenkins     * olli-antti.kivilahti: Bug 17833: Add a warning if memcached init failed
21:09 jenkins     * Jonathan Druart: Bug 17833: Make sure this warning will not be ignored
21:09 jenkins     * olli-antti.kivilahti: Bug 13660: Exclude export phase and use existing exported MARCXML -
21:09 jenkins     * pianohacker: Bug 18417: Advanced Editor (Rancor) add shortcuts for copyright symbols
21:09 huginn      Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19319 major, P5 - low, ---, kyle, Pushed to Master , Reflected XSS Vulnerability in opac-MARCdetail.pl
21:09 huginn      Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19570 major, P5 - low, ---, jonathan.druart, Pushed to Master , autocomplete="off" no set for login forms at the OPAC
21:09 jenkins     * Nick Clemens: Bug 18417: (follow-up) Document new shortcuts in dropdown
21:09 jenkins     * m.de.rooy: Bug 11046: Better handling of uncertain years for publicationyear
21:09 jenkins     * m.de.rooy: Bug 11046: Add the form YYY-? for uncertain years
21:09 jenkins     * Jonathan Druart: Bug 11046: Improve the readability of the regex using named capture
21:09 huginn      Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19569 major, P5 - low, ---, jonathan.druart, Pushed to Master , X-Frame-Options=SAMEORIGIN is not set from opac-showmarc.pl
21:09 huginn      Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19568 major, P5 - low, ---, jonathan.druart, Pushed to Master , Wrong html filter used in opac-opensearch.tt url
21:09 jenkins     * liz: Bug 16782: Disclose JSON URL for reports on the saved report page
21:09 jenkins     * Nick Clemens: Bug 16782: (QA follow-up) Use Koha.Preference for staffClientBaseURL and
21:09 huginn      Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19280 enhancement, P5 - low, ---, jonathan.druart, Pushed to Master , CanBookBeIssued must take a Koha::Patron in parameter
21:09 huginn      Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17833 enhancement, P5 - low, ---, olli-antti.kivilahti, Pushed to Master , _initilize_memcached() warns if errors
21:09 jenkins     * Jonathan Druart: Bug 16782: Use uri filter instead of html
21:09 huginn      Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13660 enhancement, P5 - low, ---, olli-antti.kivilahti, Pushed to Master , rebuild_zebra_sliced.sh - Exclude export phase and use existing exported MARCXML.
21:09 huginn      Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18417 enhancement, P5 - low, ---, nick, Pushed to Master , Advanced Editor - Rancor - add shortcuts for copyright symbols (C) (P)
21:09 huginn      Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11046 enhancement, P5 - low, ---, m.de.rooy, Pushed to Master , Better handling of uncertain years for publicationyear/copyrightdate
21:09 huginn      Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16782 enhancement, P5 - low, ---, liz, Pushed to Master , Display report URL in staff client report interface
21:11 Joubu       bye #koha
21:57 ebegin      Happy 2018 everyone ! :)
21:58 cait        happy 2018 :)
21:58 ebegin      And Happy birthday @bag
21:58 bag         thanks!
22:11 notarock    I have a weird issue with basic search where search operators are not recognized ( I.E. queries like "books NOT movies" will fetch books, and also give results with the word "not" )
22:11 notarock    and movies too. My test env works well, but prod doesnt has the issue
22:13 cait        are you using queryparser?
22:14 cait        it's a system preference
22:18 notarock    nope, it's turned off
22:19 cait        people have complained about that behaviour before - some lik eit others want it, wonder where the trick is :)
22:19 cait        did you use a specific index or keyword?
22:21 notarock    nope, just "word AND word2" doesnt work. If I use index, it work
22:22 cait        hm
22:22 cait        auto autoquerytruncate thing maybe?
22:28 notarock    Thanks! I think it is. i just need to test a bit
22:28 ebegin      cait++ :-)
22:29 cait        notarock: it seems to be the culprit in a lot of things I have run into lately
22:29 cait        also improves relevance ranking if you turn it off in my experience