Time  Nick        Message
23:52 huginn`     New commit(s) kohagit: Bug 13136: Add missing help file for label-manage.pl <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=8a02409d180d4e4be8a2d9bef6be5373a8b1a907> / Bug 13517 [QA Followup] - Fix unit tests <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=2a937b4b853d8bf53469ca68d7e2867fd2ef3695> / Bug 13517 [QA Followup] - Add unit tests <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=3a49b204
23:42 huginn`     New commit(s) kohagit: Bug 15304: Remove Norwegian strings from nl-search.tt <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=bd4a6830527b3d1482e41f084098de66eacf5bcd> / Bug 15049: Simplify code in aqplan.tt <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=e863f6645e9cfef851066e3bd96145969202ab8d> / Bug 15049: (followup) Add warning about "No active currency" <http://git.koha-community.org/gitweb/?p=koha.git;a=com
23:30 huginn`     New commit(s) kohagit: Bug 15080 - ./translate tool should tell if xgettext executable is missing <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=37b0e2ce9cbc4ba5070d22c96b357ddea1db084b>
23:22 bag         nice and I’ve got bugzilla back
23:21 bag         aleisha++
23:20 bag         yes :D very cool
23:20 huginn`     New commit(s) kohagit: Bug 10468: (followup) fix indentation <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=8255e2ec1f37103872419afbb83be369a95a1352> / Bug 10468: Adding holds table to summary print <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=d46f180b2e4e6da7732fdc561e710fb0b9e18ea6>
23:19 pianohacker oh, cool :)
23:19 rangi       pianohacker: aleisha is 17, started on koha when she was 16, kinda cool your first patch you pushed is one of hers :)
23:18 rangi       nice :)
23:17 pianohacker (wishful thinking)
23:17 huginn`     04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10468 enhancement, P5 - low, ---, aleishaamohia, Pushed to Master , Add pending holds to summary print
23:17 pianohacker bug 10468
23:17 pianohacker oh, derp
23:17 huginn`     04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10486 new feature, P5 - low, ---, jweaver, Failed QA , Allow external Z39.50 targets to be searched from the OPAC
23:17 pianohacker first bug (bug 10486) pushed to master
22:44 pianohacker heh, cool
22:43 gmcharlt    ... he said, laggingly
22:43 gmcharlt    pm is fine
22:43 gmcharlt    pm is fine
22:42 pianohacker gmcharlt: Thanks. You prefer PM or email?
22:42 gmcharlt    pianohacker: sure
22:42 pianohacker gmcharlt: I think the ECDSA SSH key I sent in for git.koha-community.org may not work with the openssh version on that server. Could I send you a new one?
22:08 rangi       and linode is being DoS attacked
22:08 rangi       if anyone is wondering why dashboard or bugs or any of those sites are slow .. they are hosted on linode
22:07 rangi       https://linode.statuspage.io/
22:06 huginn`     New commit(s) kohagit: Bug 12544 - Send scheduled reports as an attachment <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=265761c35375e72c84b5ff3d88fc4f978fa69bc5>
21:59 cait        hm it seems to not be happy
21:59 bag         ah I think so
21:57 cbrannon    Anyone know if bugzilla is down?
21:44 huginn      New commit(s) kohagit: Bug 12289: (follow-up) fix the compilation error <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=b6880abc50b5cfa40ee887ebd9c15e10d8bee040> / Bug 12289: Add --no-create options to stage_file.pl <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=b31eca978723c371564dfd14e27badc653f260e1>
21:44 huginn      cait: The operation succeeded.
21:44 cait        @later tell mveron http://blog.bigballofwax.co.nz/2015/12/31/unsung-heroes-of-koha-31-marc-veron/ :)
21:43 Dyrcona     Um, no, need parens: return ( scalar(@results), \@results);
21:43 Dyrcona     probably, even. ;)
21:43 Dyrcona     Probalby just return(scalar @results, \@results)
21:41 xarragon    Yeah, #perl and my tests agreed. I just wanted to show you what I was yapping about since I brought it up.
21:41 Dyrcona     something like: return ($count, \@results).
21:41 Dyrcona     There should be another value returned from GetNewsToDisplay, being the count.
21:41 Dyrcona     xarragon: I'm not a Koha expert but that looks wrong to me.
21:37 xarragon    So I am not sure if ($opac_news_count >= 2) is meaningful on an array reference.
21:36 xarragon    The regular code only uses one variable, but it does actually use a separate one for the total number of elements in that array.. I thought this was something similar.
21:35 xarragon    Here is the example: http://73889f8c59b6ff7f.paste.se/
21:33 xarragon    So I'll just change it.
21:33 xarragon    But afetr testing and checking with #perl it seems it is just a mistake.
21:32 xarragon    I wasn't sure if it was an error or some Perl cleverness..
21:32 xarragon    Well, some of the unit tests looked weird. But I realize the author copied an existing test where a sub returned a list.
21:31 Dyrcona     But I didn't read the scroll back. :)
21:31 Dyrcona     xarragon: I use if ($array_ref && @$array_ref)
21:30 Dyrcona     xarragon: yes, if ([]) is true in Perl.
21:30 cait        but i think it oculd well be a mistake knowing us :)
21:30 cait        xarragon: sorry, you lost me
21:28 xarragon    And testing an array ref numerically seems to return true even if empty?
21:27 xarragon    Queation regarding unit tests at t/db_dependent/NewsChannels.t: When GetNewsToDisplay is tested, why do we assign a single aray ref to a list of scalars?
21:08 cait        yeha, that sounds annoying
21:04 nuentoter   i seriously dislike winnebago/spectrum
20:59 nuentoter   hmmm i was getting frustrated with getting things to go into the correct marc tags during conversion. come to find out winnebago only seems to export material in a report which has a stripped down version of the marc record with no summary area and no subjects. or exports the materials directly in a format that is not tab or comma delimited, at least not that i understand
20:55 cait        not all fields are required, but abopy are good to have
20:54 cait        for items you need to create one 952 for each item
20:54 cait        i missed part of hte discussion so not sure :)
20:54 huginn      New commit(s) kohagit: Bug 15396: fix MARC21 Leader plugin label '1-4 Record size' <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=4e61aa5ef55e214e60920eb3556f0c96dbe3e23a>
20:29 nuentoter   or just the 900 holdings ones?
20:28 nuentoter   and do i need to map every single field?
20:28 nuentoter   ok i wasnt sure if there is a difference really?
20:17 pianohacker nuentoter: it might be easier to do everything in marcedit if you're comfortable just so you only have one tool to keep track of
20:10 nuentoter   I have exported our collections by type, then am using marcedit to help migrate things into a usable format. in this process do I need to map over every single field in marcedit? or use the marc modification template? or a combination
20:08 kidclamp    nuentoter: This might help: http://wiki.koha-community.org/wiki/Holdings_data_fields_%289xx%29
20:07 nuentoter   we are currently using winnebago/spectrum 5.3, im trying to figure out getting our books imported
20:06 nuentoter   was curious if someone could possibly help me out. I'm currently trying to import all our stuff into koha
20:05 rangi       hi nuentoter
20:04 nuentoter   hello people
19:33 huginn      New commit(s) kohagit: Bug 14853: Change 'Fund' to 'Shipping fund' <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=3f68107b1012e47467d1fb96b44347499332ba22>
19:13 huginn      New commit(s) kohagit: Bug 15340: Translatability: fix issue with 'or choose' splitted by tag <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=a85fd85545a885e8ebbcc417b7f180baede70304>
19:12 cait        thx
19:01 rangi       ill message you cait
19:00 cait        ?
18:58 rangi       *nod*
18:58 eythian     He had kind of a ... thing yesterday.
18:56 rangi       https://blog.docker.com/2015/12/ian-murdock/
18:56 rangi       oh shit
18:53 eythian     Evening indeed.
18:45 ashimema    ;)
18:45 ashimema    evening
18:40 rangi       morning
18:33 bag         later Joubu
18:32 Joubu       Have a good evening (or whatever) #koha
18:23 huginn      New commit(s) kohagit: Bug 15409 - Plugins section missing from Admin menu sidebar <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=65d3203525470d8b0b44374bdc66b979de57c426>
17:34 huginn      eythian: The operation succeeded.
17:34 eythian     @later tell rangi https://plus.google.com/+RobinSheat/posts/WayA2ZFwPUS
17:09 * cait      waves
17:00 * Joubu     is going to open a bug report and submit a patch
17:00 khall       me neither, but they sure can't be good
17:00 Joubu       I am not sure about the consequences...
17:00 Joubu       type return "SystemPreference", instead of YesNo/etc.
17:00 Joubu       602     my $type = $syspref ? $syspref->type() : undef;
17:00 Joubu       ok, I have found a "bug" in C4::Context::set_preference
16:59 Joubu       and csv profile
16:59 khall       indeed, I think that's a good idea
16:59 Joubu       syspref for instance
16:59 Joubu       object with a "type" columname
16:59 Joubu       we have some table/b
16:59 Joubu       khall: I think we should rename Koha::Object[s]->type to _type
16:58 khall       yo
16:58 Joubu       khall: around?
16:53 huginn      New commit(s) kohagit: Bug 15099 [QA Followup] - Make bug pass koha-qa.pl <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=dbae2bdf2fc3f15c448525e8f9dfb92deb8d40c0> / Bug 15099: Move admin/categorie.pl to admin/categories.pl <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=a2293ff6f5b77176506f182c9ac5f19fdc51ab63>
16:43 huginn      New commit(s) kohagit: Bug 15432: t/db_dependent/Letters.t depends on external data/configuration <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=c92b1556ef9250d7e038dce2d083c60415035b95>
16:33 cait        have a good start into the new year :)
16:33 huginn      New commit(s) kohagit: Bug 15373: More changes of Zip to ZIP on intranet <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=5df49b04ef69ad6b33b3f7744acb379c0dd83b0f> / Bug 15373: Changing Zip to ZIP on OPAC and Intranet <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=3da8abcfeff331d5022ee54bbf27ecfbc4ebe18c> / Bug 9819 [QA Followup] - Fix DBrev description <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdi
16:33 cait        bye all :)
16:18 huginn      khall: The operation succeeded.
16:18 khall       @later tell tcohen can you add a comment to bug 13022 to confirm our conversation?
16:13 huginn      New commit(s) kohagit: Bug 9819 - DBrev 3.23.00.004 <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=ba0621e2df3207832b23608fa30a2be347b35f3c> / Bug 9819 [QA Followup] - Removed missed stopwords refs, remove Schema file <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=bc31dc85f9d75b03e25eee3d88a04d7e0de00ef7> / Bug 9819: Make the tests pass <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=e83ff6d633
16:09 dpeach      Just needed more time of digging (like 2 hours wasn't already enough).
16:09 dpeach      It now upgrades as expected.
16:09 dpeach      ah-ha!! I found 'koha-remove INSTANCENAME' that I had not done before.
16:08 dpeach      liw: I think I live out of my depth.
16:08 * dpeach    misspoke, not apt-get update, but apt-get upgrade.
16:07 * liw       is now out of his depth, sorry
16:06 dpeach      but the database schema is still trying to update when I apt-get update my server.
16:06 dpeach      liw: thanks for the response. It seems everything is still there (which is what I want). I still run Koha with a new instance. Trying to get rid of the old instance. I've deleted it through koha-disable and koha-dump.
16:03 liw         dpeach, what does "dpkg --status koha-common" tell you? it might be that the configuration files are still there, which means the package is removed (software is gone, configuation remains) but not purged (configuration is also gone)
16:00 dpeach      Debian, upgrading using apt-get upgrade. Have an old deleted instance, but upgrade is hanging because it is trying to upgrade old instance DB schema and can't find it (because no longer exists). How can I delete its expectation in the upgrade process to find that old user and DB?
15:52 npls        Thanks for the link dpeach. Good news indeed.
15:50 ashimema    but it'll need drivers for other protocols.. I know marcus is working on ncip
15:50 ashimema    it works well here in the UK with the British Library..
15:50 ashimema    with the aim of having it submitted first thing in the new year.
15:49 ashimema    I know he was dong some last tidying before xmas
15:49 cait        hm from the status i think it only has a link to the branch
15:49 ashimema    did he submit it yet cait?
15:49 dpeach      npls, there is htis also: http://wiki.koha-community.org/wiki/ILL_Module
15:49 ashimema    we're about to submit it upstream for signoff and qa
15:49 huginn      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 new feature, P5 - low, ---, alex.sassmannshausen, NEW , Add an Interlibrary Loan Module to Circulation and OPAC
15:49 cait        bug 7317
15:49 ashimema    PTFS Europe being us..
15:48 npls        I am also a new user dpeach :)
15:48 ashimema    ILL is one of ours
15:48 npls        Ah good news. So it looks like there is something being developed specifically for Koha.
15:48 cait        i think there is a bug, sec
15:48 khall       thanks for the reminder cait!
15:47 cait        khall: there is also an ill module in dev from ptfs-europe
15:47 dpeach      npls and khall there is info about ILL on the Community Wiki (I'm saying this as a new user), wouldn't that be working with Koha? http://wiki.koha-community.org/wiki/Inter_Library_Loan
15:46 khall       There is an NCIP patch for Koha in process, and also an NCIP server written by Catalyst
15:46 khall       and there is NCIP which facilitates ILL
15:45 khall       I believe http://www.fulfillment-ill.org/ works with Koha
15:45 khall       npls: depends
15:44 npls        Hi all. Does anyone know if there is an ILL module specifically for Koha in development?
15:43 dpeach      How can I delete its expectation in the upgrade process to find that old user and database?
15:42 huginn      New commit(s) kohagit: Bug 15382: 245$a visibility constraints not respected in opac-MARCdetail.pl <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=d827bb50d93a83c0ab7ce326675284bee411959a> / Bug 15317 - Use Bootstrap modal for MARC and Card preview when ordering from staged... <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=60960b85fdd07878e760435e1832726985851955>
15:42 dpeach      I'm on Debian and am trying to update Koha using apt-get update. But it is hanging up when trying to "Upgrading database scheme for library" because the username/database no longer exist. This is an old instance that I have deleted and am using a new instance.
15:31 huginn      New commit(s) kohagit: Bug 15316 - Use Bootstrap modal for authority Z39.50 search results preview <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=b6cf96dbfe0491ec490eeb79c448369002063092> / Bug 15320 - Use Bootstrap modal for MARC preview when ordering from an existing record <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=c0e6b9b14a63cb5a035cf91fca8fd38035092390>
15:24 khall       ok, thanks for the confirmation!
15:24 Joubu       khall: exactly, it's for 3.20 and 3.18 only
15:22 huginn      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14363 normal, P5 - low, ---, julian.maurice, Passed QA , OAI-PMH should handle records without marcxml
15:22 khall       Joubu: Should bug 14363 *not* be pushed to master?
15:21 huginn      New commit(s) kohagit: Bug 15318 - Use Bootstrap modal for MARC and Card preview when ordering an external... <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=94547432f400802ae77eb429cc0d1e2438a82e58>
15:20 cait        you too tcohen :)
15:20 tcohen      cya
15:20 tcohen      have a great new year start #koha
15:16 mveron      Quit
15:16 * mveron    ...has to run...
15:11 huginn      New commit(s) kohagit: Bug 15442 - Checkouts table will not display due to javascript error <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=c7339799ff994fffdb9273bd71951f8c2d60d1ec>
15:01 huginn      New commit(s) kohagit: Bug 8085 - DBrev 3.23.00.003 <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=a1c4b8b293d80fab7473168f2d3adbe65b4abcaf> / Bug 8085: Follow-up: Update to 'Hold Slip' for existing installations <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=77ddc257e65332d67800df29aab7f976b248f087> / Bug 8085: Rename 'Reserve slip' to 'Hold slip' <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;
14:51 huginn      New commit(s) kohagit: Bug 15319: Move marcPreview modal div to avoid duplication <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=67aeb17bfbeb52d8d07577e2ffe24a97480cd883> / Bug 15319 - Use Bootstrap modal for MARC preview when performing batch record modific... <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=4a0deff5291e019664783eace143469e26ae66dc> / Bug 15327: Minor tweaks to Bootstrap modal handling on Staged
14:41 huginn      New commit(s) kohagit: Bug 15405 - XML paths to zebra libraries is wrong for 64-bit installs on non-Debian... <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=3d7bb7647dd42f9c05e8b4c35ec32cd15ec4dcc4>
14:27 huginn      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15442 blocker, P5 - low, ---, kyle, Needs Signoff , Checkouts table will not display due to javascript error
14:27 khall       found a blocker: bug 15442, easy fix
14:11 huginn      New commit(s) kohagit: Bug 11747 - Update Koha.pm to DBrev 3.23.00.002 <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=0cc3798a6fe327eeebc9cf11be858748c40fc396> / Bug 15429 UT for _parseletter modifying its parameter <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=fd07e3296b64a78edf1cf947a824147f1adbba1a> / Bug 15429 - sub _parseletter should not change referenced values <http://git.koha-community.org/gitweb/?p=k
14:08 Joubu       in the RM tools I mean
14:08 Joubu       khall: I thought there were some git hooks to avoid that, tcohen could you confirm?
14:06 khall       ack! I'd better take care of that!
14:06 Joubu       khall: the version in Koha.pm is not in sync with updatedb.pl
14:05 Joubu       tcohen: ha, kohaversion
14:03 Joubu       tcohen: do you understand why do they fail?
13:34 tcohen      in jenkins
13:34 tcohen      tests are failing a lot
13:32 cait        hi tcohen :)
13:30 tcohen      hi cait
13:29 cait        well, hoping we can
13:25 cait        we already had a lot of bug reports (see duplicates) about the problem - i think we need to try and fix for the next bugfix release
13:23 jajm        ok
13:22 cait        the attached patch is a try - not working
13:22 cait        look at the comments
13:21 cait        jajm: not a full fix
13:20 huginn      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15358 blocker, P1 - high, ---, gmcharlt, NEW , merge.pl does not populate values to merge
13:20 jajm        cait, i don't understand what you are waiting from me.  the patch on bug 15358 doesn't fix merging of authorities ?
13:15 Joubu       jajm: ^
13:14 cait        so i left another hint there :)
13:14 cait        it appears it was broken by introducing multi-merge for bibliographic records
13:14 cait        it would be really good if julian could take a look at fixing the authority merge
13:14 huginn      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11700 normal, P5 - low, ---, julian.maurice, Patch doesn't apply , C4::AuthoritiesMarc::merge enhancements/fixes
13:14 cait        and the other comment was on bug 11700
13:13 cait        that's what i had intended to say :)
13:13 cait        yep exactly
13:13 Joubu       ok, but should be done somewhere else
13:13 cait        but that is another problem
13:13 cait        Ok, on the indicators line - I agree with you about not removing it - but it currently does nothing
13:13 Joubu       cait: why that? :)
13:12 cait        Joubu: i think i am more than confused by now
13:10 Joubu       cait: ok thanks
13:09 cait        was supposed to go on th enoe you failed earlier about authority merge
13:09 cait        the last comment on 8643 was on the wrong bug
13:09 cait        Joubu: sorry confused... my head is stuck in xslt :)
13:09 mveron      wrong window...
13:08 mveron      git diff
13:08 cait        hm removed line?
13:08 huginn      New commit(s) kohagit: Bug 15252 - Add tests <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=f0da781368a187337236d64ee94d9c8cc65f90f7> / Bug 15252 - Patron search on start with does not work with several terms <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=a4f5564c855e31f6872fb5e3ef378381473f837c> / Bug 15309 - Use Bootstrap modal for cataloging search MARC and Card preview <http://git.koha-community.org/gitweb/
13:08 Joubu       ok :)
13:08 Joubu       Ha, the removed line?
13:08 cait        ignore it - wrong bug
13:08 cait        argh
13:07 huginn      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8643 enhancement, P5 - low, ---, maxime.beaulieu, Failed QA , Add important constraint to marc subfields
13:07 Joubu       cait: I don't understand your comment on bug 8643, could you please detail what is not working?
12:58 huginn      New commit(s) kohagit: Bug 14636: Remove debug message <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=9b9fb3ee0555cd51007af669f753f0a0e5ec661e> / Bug 14636: Follow-up - fix typo in system preference name <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=99a1d7f18a43a089d49d36b167cc1537fa058f79> / Bug 14636: Item search - biblioitems column is publicationyear not publicationdate <http://git.koha-community.org/gitwe
12:57 tcohen      morning
12:18 huginn      New commit(s) kohagit: Bug 15344: Remove some other calls of GetMemberDetails from pl scripts <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=010a32d95f871853f5c597b2670f3de4c62cfa51> / Bug 15344: Remove unucessary call to GetMemberDetails <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=ac541e0fa1c11254e110d94eed64c358e02e8aab>
12:12 huginn      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15135 normal, P5 - low, ---, gmcharlt, Failed QA , Remove Warning Subroutine HasOverdues redefined
12:12 * ashimema  weeps regarding bug 15135
11:56 huginn      New commit(s) kohagit: Bug 11747 - DBrev 3.23.00.002 <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=3a7dd6c07c98bf97c817186d11ae1baaf585ea34> / Bug 11747 [QA Followup] - Use system preference <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=c5c4c4770870b90bafa7cd7f1647a56f0ad55f57> / Bug 11747 - Implement DefaultToLoggedInLibraryOverdueTriggers <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=6656
11:46 huginn      New commit(s) kohagit: Bug 11625 - DBRev 3.23.00.001 <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=79e4d82f8f5b540c097931863f5394482d9f3f21> / Bug 11625: Implement DefaultToLoggedInLibraryNoticesSlips <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=10480c406c8470580da9f1d12f99022edb36aa72> / Bug 11625 - Implement DefaultToLoggedInLibraryCircRules <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=
11:35 * mveron    goes to lunch before investigating the overdue thing
11:10 * cait      hides
11:09 huginn      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12933 enhancement, P5 - low, ---, kyle, Pushed to Master , Add ability to print overdue slip from staff intranet
11:09 Joubu       mveron: see bug 12933 comment 67, I have asked twice to rename this subroutine
11:08 huginn      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15135 normal, P5 - low, ---, gmcharlt, Failed QA , Remove Warning Subroutine HasOverdues redefined
11:08 mveron      Hi Joubu, can we somehow resolve Bug 15135?
10:43 ashimema    Hi Joubu
10:36 cait        hi Joubu :)
10:35 mveron      hi Joubu :-)
10:34 Joubu       hi #koha
10:32 ashimema    even when it's perfectly justified
10:32 ashimema    I always feel bad marking something as 'Failed QA'
10:23 ashimema    indeed
10:23 cait        plack only might be a bit too early still
10:23 cait        i think we made a first step, but still have some issues hiding
10:22 ashimema    I'd advocate plack only
10:20 ashimema    the sooner we have plack the better
10:20 ashimema    i.e. cgi sucks ;)
10:20 ashimema    it's hard to store between script invocations..
10:20 ashimema    I can see why he's not done it.. same reason he's not caching tokens
10:19 ashimema    without it, I could sniff the packets and do a request forgery attack
10:19 cait        if there is a possible security problem, concerns should be voiced
10:18 ashimema    which worries me from a security stand point
10:18 cait        ?
10:18 ashimema    I can't see any anti-forgery state begin created anywhere.
10:18 ashimema    think I may be upsetting them in a few minutes..
10:17 ashimema    I still reading it..
10:17 ashimema    OAuth?
10:17 ashimema    which bug?
10:17 cait        wiki + bug
10:17 ashimema    ?
10:08 cait        ashimema++ :)
09:52 huginn      mveron: The current temperature in rhyfall-wetter, 8212 Neuhausen, Switzerland is -0.6°C (10:52 AM CET on December 30, 2015). Conditions: Mostly Cloudy. Humidity: 89%. Dew Point: -2.0°C. Windchill: -1.0°C. Pressure: 30.36 in 1028 hPa (Steady).
09:52 mveron      @wunder Schaffhausen
09:51 cait        Friedrichshafen? really?
09:51 huginn      cait: The current temperature in Friedrichshafen, Germany is 0.0°C (10:20 AM CET on December 30, 2015). Conditions: Mostly Cloudy. Humidity: 93%. Dew Point: -1.0°C. Windchill: -4.0°C. Pressure: 30.36 in 1028 hPa (Steady).
09:51 cait        @wunder Konstanz
09:51 mveron      At least the weather happens...  :-)
09:50 huginn      mveron: The current temperature in Basel, Switzerland is 4.0°C (10:30 AM CET on December 30, 2015). Conditions: Partly Cloudy. Humidity: 93%. Dew Point: 3.0°C. Pressure: 30.33 in 1027 hPa (Steady).
09:50 mveron      @wunder Allschwil
09:49 cait        :)
09:48 cait        quiet today .9
09:23 * mveron    should put his glasses
09:22 mveron      back :-)
09:22 mveron      Hi cait :-)
09:22 * mveron    is mack again...
09:06 cait        morning mveron :)
08:50 mveron      Good morning / Daytime #koha
08:19 cait        but fixes the first
08:19 huginn      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15429 normal, P5 - low, ---, gmcharlt, Needs Signoff , sub _parseletter should not change referenced values
08:19 cait        ... actual bug number is bug 15429
08:19 huginn      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15433 critical, P1 - high, ---, koha-bugs, RESOLVED DUPLICATE, Self checkout software error on checkout
08:18 cait        someone around to sign off on bug 15433? it seems to fix too bad bugs at least (see bugs marked duplicate)
07:59 alex_a      bonjour
04:33 huginn      New commit(s) kohagit: BUG 14991 Improve consistency of authority search <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=4d96477544341d46da64973cfd0b96b4debaa3a7> / Bug 14948 - Display amounts right aligned in tables on patron pages <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=1acc6094be7670c180bc006182a0f8e464abac03>
04:23 huginn      New commit(s) kohagit: Bug 14153: Noisy warns in admin/transport-cost-matrix.pl <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=825d68ee8696a2c3f3a2a95c0d148015f02a5ae9>
04:03 huginn      New commit(s) kohagit: Bug 15210 - Novelist throws an error if no ISBN <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=65c5fa4385a8e080cfd46a8197b4417bcd579b6a>
03:53 huginn      New commit(s) kohagit: Bug 15170 - Add 264 field to MARC21*DC.xsl <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=7d16555427db2ee3bf39840df43f134e369ff113>
03:43 huginn      New commit(s) kohagit: Bug 15324: Do not display 'Waiting holds:" if no holds are waiting <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=cd46c5dc75f9381d4766b0bd70b3d089e53e539b> / Bug 15314: Use Bootstrap modal for cataloging merge MARC preview <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=83b7d6e0d398407c9ca7333f68b78f7478600286> / Bug 15313 - Use Bootstrap modal for z39.50 search MARC and Card preview <http
03:13 huginn      New commit(s) kohagit: Bug 15289 [QA Followup] - Fix minor language issue <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=881433043903ead9d37a434342e3b998bc86c17b> / Bug 15289 - borrowers permission allows to see patron's loans <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=eb5fca30aa7005afaa34d394e1115eead969271b>
02:53 huginn      New commit(s) kohagit: Bug 15332: Sent DateTime object to DBIx::Class, not formatted dates <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=af7fb9cd48cdb47329e7b9bbe651e856e017aa13>
02:43 huginn      New commit(s) kohagit: Bug 15217 Remove redundant duplicate var declaration <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=558f291465d60c082c0e9a4a15eb7ed87a3e3fde>
02:33 huginn      New commit(s) kohagit: Bug 15228: Switch "Items in batch number" <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=e89714ea84acd8300a629a7acccc6eee90ff0ff0> / Bug 15228: Patron card batches - Improve translatability <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=5782da035f736765dceced4b2db9699b30e22017>
02:23 huginn      New commit(s) kohagit: Bug 15101: Correct typo AllowPkiAuth vs AllowPKIAuth <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=d36280e36e1fa8779bf845fb0cc0de2ea835d486> / Bug 15101: Don't display sys pref AllowPkiAuth under CAS heading <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=cee796629fb131966a8ebfa77ecbcf054c46fd02>
02:13 huginn      New commit(s) kohagit: Bug 15229: Same fix for circulation.tt template (normal checkouts) <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=acf586a45ab4a27939f0ba34cba58ae8ff500993> / Bug 15229: Fix tiny typos in error messages of batch checkout page <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=59e2b4e105b1f5c55b97665fce44bccd58f0c7a1> / Bug 15224: Label creator - fix tiny typo 'itemnunber' <http://git.koha-comm
02:03 huginn      New commit(s) kohagit: Bug 15220: Fix typo in circ rules help <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=391c8ec0bc682491faaf64494867237dfc01bd11>
01:22 huginn      New commit(s) kohagit: Bug 15238: Better translatability for Installer Step 1 <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=29a4300c0727b779e1a0e83a35cd772828debde2>
00:30 huginn      New commit(s) kohagit: Bug 15237: Quote of the day: Better translatibility for editor and help <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=b0e833f9f5bffeb0940dd75eae150a247b5b520c>
00:00 huginn      New commit(s) kohagit: Bug 15236: Better translatibility in "Connect biblio.biblionumber to a MARC subfield" <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=f9586b01998071ddfdfc130ead2f48b079ae7e68>