Time  Nick             Message
00:35 shaffendi        hi hello
00:36 shaffendi        may i ask something...in marc i already include tag 952c, do i need to add on 942c as this tag automatic created when i edit item?
00:53 shaffendi        kat kath
00:53 shaffendi        hi
03:53 shaffendi        hello hi. anyone know can we add tag 952 to koha framework?
05:21 fridolin         hi
05:32 marcelr          hi #koha
05:42 marcelr          hi calire
05:44 calire           hey marcelr
06:27 marcelr          hi josef_moravec
06:27 marcelr          you got rid of random !
06:30 magnuse          \o/
06:41 reiveune         hello
06:52 josef_moravec    hi marcelr, I hope so ;)
06:55 alex_a           bonjour
06:55 marcelr          hi alex_a
06:57 alex_a           hello marcelr
07:50 ashimema_        :( matrix.org is still down
07:51 * cait           waves
07:56 marcelr          hi cait ashimema_
07:56 cait             hi marcelr and ashimema_ :)
08:16 cait             marcelr: starting on some qa too now, i will set qa contact
08:16 marcelr          ok
08:16 * ashimema_      goes and tries to work out why some of his bugs aren't applying
08:23 cait             thx marcelr++
08:25 nlegrand         Hey #koha.
08:33 cait             hi nlegrand!
08:42 ashimema_        I've re-uploaded patches to bug 22521 now marcelr.. hopefully it should apply again now
08:42 huginn`          Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22521 enhancement, P5 - low, ---, martin.renvoize, Patch doesn't apply , Convert fines handling to use 'status' instead of two accounttypes
08:42 marcelr          hope to try them again
08:43 vfernandes       hi #koha
08:43 nlegrand         o/ cait
08:48 * andreashm      waves
08:50 cait             hi andreashm :)
08:50 andreashm        hi cait
09:10 marcelr          cait: 22539 is for you too ;)
09:11 cait             not sure i am following
09:11 cait             just read your comment
09:11 cait             can you summarize a bit diffferently?
09:11 marcelr          it is not an easy one
09:12 cait             ah yeah
09:12 cait             i don't like it
09:12 marcelr          maybe it is more clear when you see the code
09:12 cait             you mean this line?
09:12 cait             if ( $return_date_specified || ( C4::Context->preference('CalculateFinesOnReturn') && $is_overdue ) )
09:12 marcelr          yes
09:12 cait             we don't recalculate right now
09:12 marcelr          bad hack
09:13 cait             in most of our installatons, we have some working with a different fines scheme, where that would create wrong fines
09:13 cait             i'll have to start reading the bug from the top
09:13 marcelr          thx
09:15 cait             reading the first comment, i found an issue
09:15 cait             Early Sunday morning, the fines cron generates an accruing fine on the item
09:15 cait             that means the library chose to charge fines on days closed
09:15 cait             and I think that makes the fine valid
09:16 cait             it's a really strange case
09:16 ashimema_        so there are people out there that deliberately turn of calculate on return
09:16 cait             we don't charge on days closed
09:16 cait             yes
09:16 ashimema_        I asked that question when I was coding it as I wasn't entirely sure
09:16 cait             we send notices to patrons.. you can't just recalculate and change that
09:16 ashimema_        hence I didn't make it the default.. but kyle added a followup that ignores the pref
09:17 ashimema_        so how do you calculate fines cait?
09:17 cait             the usual hting is weekly
09:17 cait             and the notice HAS to go out the same day
09:17 cait             that's how the libraries want ti, fines and notice are connected
09:17 cait             making that work with Koha where they are not connected took me a good bit
09:18 cait             timing them
09:18 cait             the most common thing in this state is also.
09:18 cait             1.50... 4.50.... some other value
09:18 cait             so not linear
09:18 cait             gradual?
09:18 cait             Koha can't do that, so I have a hack in fines.pl... and if we'd recalculate that would calculate wrongly
09:19 cait             i'd submit it back, i just have no idea how to make a nice GUI for it still
09:19 cait             .. and I'd need to move it into C4 which is also scary
09:20 ashimema_        well.. if you can describe the pattern, submit a bug as a spec and I'll help code it up whilst my brain is in overdues land
09:20 ashimema_        move into C4..?
09:20 fridolin         ashimema_: i there, are you working on Bug 21975 or should I ?
09:20 huginn`          Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21975 minor, P5 - low, ---, fridolin.somers, Failed QA , Unnecessary substitutions in automatic item modification by age
09:20 cait             I believe there is even an old bug from someone else somewhere
09:20 cait             i hacked fines.pl, not UpdateFine
09:21 cait             so where it would put the fine on the account, it checks a local syspref and goes a different way
09:21 ashimema_        I'm not working in 21975 at the moment.. just signed it off.. be great if you could give it a bash fridolin
09:22 ashimema_        keeps it moving that way.. could be a long time before I get to revisit it.
09:22 fridolin         ashimema_: i'm on it, thanks a lot for testing it
09:22 marcelr          ashimema_: do we need to stack all those reports in PQA or can things get pushed already ?
09:22 marcelr          22521 and friends..
09:23 ashimema_        I think that can be pushed as and when they pass
09:24 ashimema_        they're deliberately distinct enough to do so with the last one's in the tree being the removal of now defunct code
09:27 ashimema_        back on bug 22539.. the approach I initially though about was attempting to skip fine increments on closed days in the cron
09:27 huginn`          Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22539 normal, P3, ---, martin.renvoize, Signed Off , Fines charged on back-dated checkin when item has been renewed
09:28 ashimema_        so the increment only actually applies the next day (and would take into account whether or not you charge for closed days still)
09:29 ashimema_        one would have to still time the cronjob somewhat carefully though else you could still get into the situation where you're incrementing the fine before doing a dropbox return
09:29 ashimema_        cait, marcelr?
09:29 * ashimema_      has his coding hat on today
09:31 cait             so we are updating the 'newest' F fine here, right?
09:32 marcelr          ashimema_: do we need to think about time schemes different from default ?
09:33 marcelr          i saw an -asc on date, cait: which theoretically picks the oldest although this should normally be only one
09:33 cait             ashimema_: that works... they just haven't configured it - finesCalendar pref
09:33 cait             no
09:33 cait             it is not normaly only one... that's the issue
09:33 cait             it can be multiple F and 1or 0 FU
09:34 marcelr          well that could be a problem too
09:34 cait             i think they have their policy mashed up
09:34 cait             if they have a book drop and charge on closed days
09:34 marcelr          nice edge case
09:35 cait             i always get confused about asc and desc
09:37 ashimema_        erm
09:37 ashimema_        where are you talking about a -asc ?
09:38 marcelr          first patch ?
09:38 wahanui          first patch is up :)
09:38 ashimema_        I don't see one in _FixOverduesOnReturn
09:38 ashimema_        ooh
09:38 ashimema_        oops..
09:38 ashimema_        I see it now
09:38 cait             ashimema_: commented
09:39 cait             marcelr: ashimema_which one sis the first that doesn't apply for you?
09:40 marcelr          22521 iirc
09:40 ashimema_        huh
09:40 * ashimema_      is struggling to multitask
09:41 marcelr          status to ID
09:41 cait             marcelr: i'll try it on mie
09:41 ashimema_        oh.. is 22521 still not applying for you marcelr :(
09:42 marcelr          yeah i wait on kidclamp to push stuff now
09:42 marcelr          @kidclamp: push stuff please :)
09:42 huginn`          marcelr: I'll give you the answer as soon as RDA is ready
09:42 wahanui          i already had it that way, huginn`.
09:42 cait             huh
09:42 marcelr          @later tell kidclamp: push stuff please :)
09:42 huginn`          marcelr: The operation succeeded.
09:42 marcelr          so
09:42 ashimema_        wierd.. it all applies straight from BZ for me
09:42 cait             ashimema_: how do you apply?
09:43 ashimema_        `git bz apply 22521`
09:43 cait             i let bz ofllow the dependenies and it blows up for me too
09:43 marcelr          different versions of git, git bz, etc
09:43 ashimema_        and let it follow all the deps
09:43 ashimema_        how strange
09:43 marcelr          ashimema_: your repo may contain stuff
09:43 marcelr          that we dont have
09:43 marcelr          could make a difference sometimes
09:44 cait             21953 applies, 21547 applies, 22521 does not
09:44 marcelr          other branches etc
09:44 ashimema_        git is a mystery to me sometimes
09:44 ashimema_        https://github.com/PTFS-Europe/koha/tree/accounts_all
09:44 ashimema_        that branch has the whole tree if it helps
09:44 ashimema_        or I'd be happy to push a branch up for 22521.. I really don't know how to resolve that git error otherwise
09:45 * ashimema_      goes and googles the error
09:45 cait             http://paste.koha-community.org/2628
09:45 marcelr          maybe just wait for another push session
09:47 * ashimema_      sometimes ponders switching to pijul: https://pijul.org/
09:48 marcelr          hmm changing that is a big thing
09:49 ashimema_        haha.. indeed
09:49 ashimema_        not something I was suggesting for real
09:49 marcelr          getting nervous already when the next rm is pondering
09:49 ashimema_        humour is lost on irc
09:49 ashimema_        hehe
09:50 marcelr          :)
09:50 marcelr          dont ponder too often ashimema_
09:50 ashimema_        pijul is nowhere near ready for wider world adoption
09:50 ashimema_        as cool as the concept may be
09:50 marcelr          i didnt know it until now
09:51 ashimema_        I wouldn't be surprised if it surplants git one day.. it produces much more mathematically sound patches such that the sort of sha1 issue's we have above wouldn't happen
09:51 marcelr          lets see
09:52 ashimema_        `patch -p1 < hash.patch` should work.. but yeah.. I'm happy to wait for kidclamp to push unless you wanted to grab a branch direct from github
09:53 fridolin         ashimema_: cait  Bug 21975 is ready for tests and QA
09:53 huginn`          Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21975 minor, P5 - low, ---, fridolin.somers, Needs Signoff , Unnecessary substitutions in automatic item modification by age
09:53 ashimema_        and 'one day' in the above context meant like.. perhaps some time next decade
09:53 fridolin         it you can
09:53 ashimema_        ta
09:54 * cait           is about to read the code for bug 11529.... wish me luck
09:54 huginn`          Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11529 normal, P5 - low, ---, ere.maijala, Signed Off , Add subtitle, medium and part fields to biblio table
09:55 ashimema_        https://github.com/PTFS-Europe/koha/tree/bug_22521 just in case
09:55 * cait           waves at paul_p
09:55 paul_p           hi cait
09:56 ashimema_        https://github.com/PTFS-Europe/koha/tree/bug_22564
09:57 ashimema_        hi paul_p
10:04 ashimema_        ooh.. 21975.. I SO'd it.. cait was QAing
10:04 ashimema_        I misread
10:04 ashimema_        lol
10:04 ashimema_        I'll SO again :)
10:40 oleonard         Hey folks
10:41 cait             hi oleonard :)
10:44 oleonard         I'm glad my follow-up on Bug 22175 worked for you cait. I had to put that one aside for a while to gain clarity on it :)
10:45 huginn`          Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22175 enhancement, P5 - low, ---, oleonard, Passed QA , Make stock rotation table sortable
10:45 oleonard         I'll need to submit some patches on other pages to get them working the same way.
10:45 cait             hope i didn't miss anything, but export looked good
10:49 * oleonard       basks in the warm glow of his morning coffee
11:19 oleonard         That "randomly repeating transaction" email on the Koha list is every librarian's nightmare
11:20 oleonard         ...but usually these things turn out to be user error... Though in this case it's not clear.
11:28 cait             it was so long, i didn't read it...
11:28 cait             says the person reading that giant bug now lol
11:28 oleonard         :D
11:45 huginn`          News from kohagit: Bug 21953: DBRev 18.12.00.043 <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=d9e9c8545171524c1d1771a98642aa94cc17e74c>
11:45 huginn`          News from kohagit: Bug 21891: DBRev 18.12.00.042 <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=994245e09b6a19df14a4319ed231cc2c5bf087ed>
11:45 huginn`          News from kohagit: Bug 21891: (follow-up) Update database to set blank values to "default" <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=1fe39ed657bbc1e45181860cc1d9a2d29aff08d6>
11:45 huginn`          News from kohagit: Bug 18584: Our legacy code contains trailing-spaces <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=8eb22efa0893849e2967e34c821c018c6405f8d3>
11:45 huginn`          News from kohagit: Bug 22501: Add raw filter to course reserves summary page <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=0f02c37aab5e2b2cbffbc2fb84e16b5355a33bcf>
11:45 huginn`          News from kohagit: Bug 22501: (QA follow-up) use $raw for the note in the intranet <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=8c7bc8946b4d100da841916b4fe5fa12c2505fb5>
11:45 huginn`          News from kohagit: Bug 18387: (QA Follow up) adding specificity to error template. <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=8c038b9eab64d16c08a66218ab5bc631ce6a0b09>
11:45 huginn`          News from kohagit: Bug 22628: Add VOID and FFOR to relevant templates <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=dbe541a99bcd0753f5c050bfdf3b786399c78b1d>
11:45 huginn`          News from kohagit: Bug 21953: Clarify PF = Lost item processing fee <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=776e552b40258b960c964d7d0baa6a801db23d24>
11:45 huginn`          News from kohagit: Bug 21953: (QA follow-up) Corrections to DB Update <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=8ad273c12592fd8fe0bb18c4d542e714cc4252dc>
11:45 huginn`          News from kohagit: Bug 22642: Corrections to updatedatebase for bug 12395 <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=8b3f1cb151787d742886a328225ceb07d202f2f5>
11:45 huginn`          News from kohagit: Bug 22597: Remove "more_subfields_xml" from GetPatronInfo response <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=73bc117b057bd5ea73c4075d586b644b0cafe00b>
11:45 huginn`          News from kohagit: Bug 22501: OPAC course reserves notes should allow html links <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=79f1008c7ed97117c248c6aead8742bc64dd0353>
11:45 huginn`          News from kohagit: Bug 21953: Update existing rows in DB <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=cff05f88725e51001ad7c8b409f352570909d460>
11:45 huginn`          News from kohagit: Bug 21953: Add tests <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=7ff3f68e20ae8739799ec015a82a7eb7a25cf1bf>
11:45 huginn`          News from kohagit: Bug 19648: Revise marc21_field_007.xml <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=7b90dace95e4c289a2b36b5f95d9116dbd5440db>
11:45 huginn`          News from kohagit: Bug 21953: Term 'Lost item' untranslatable <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=65de5781f2b7fa3bc2e8598573050725b2aeaca0>
11:45 huginn`          News from kohagit: Bug 21891: Remove non-XSLT detail view in the staff client <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=920ac202dc1f91e51f43dd07822636c5bbee6a48>
11:45 huginn`          News from kohagit: Bug 18387: Allow sco-user to access errors templates <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=2ecca43004685408d999e2b0a765c55a32c404c5>
11:46 oleonard         Aww yeeeeaaah
11:46 cait             hehe
11:46 cait             i hope it won't conflict with my curent review! :)
11:58 ashimema_        awesome
12:14 koha-jenkins     Project Koha_Master_D9 build #704: UNSTABLE in 25 min: https://jenkins.koha-community.org/job/Koha_Master_D9/704/
12:18 ashimema_        oops.. did I break somthing
12:19 cait             fridolin: i know you didn't run qa tools on your follow-ups
12:19 cait             french typing in the commit message : :)
12:19 fridolin         ah sorry i dont have the correct env for it now
12:20 fridolin         ahhhh sorry
12:20 fridolin         i repush
12:20 cait             I'll fix :)
12:20 cait             leave it
12:20 fridolin         oki
12:20 ashimema_        mwahaha.. I don't think it was me :)
12:20 fridolin         i have some git hooks i have to fix
12:26 koha-jenkins     Project Koha_Master_D8 build #210: STILL UNSTABLE in 38 min: https://jenkins.koha-community.org/job/Koha_Master_D8/210/
12:32 * ere            waves
12:35 cait             hi ere :)
12:38 cait             how are you doing?
12:38 magnuse          hiya ere, nice to meet you in Skövde!
12:39 * cait           wonders if this is the real ere
12:40 magnuse          ...or an impostor bot!
12:42 koha-jenkins     Project Koha_Master_U18 build #198: UNSTABLE in 27 min: https://jenkins.koha-community.org/job/Koha_Master_U18/198/
12:48 ere              cait: hi, been way busy, but now all good. you?
12:48 ere              huh, is there a fake ere too?
12:48 ere              personally, I would choose someone else to impersonate...
12:48 ere              if I weren't me, that is
12:49 ashimema_        do those patches apply for people now i wonder now that kidclamp has pushed
12:49 ere              magnuse: hi, it was good indeed, very nice to find faces for the names :)
12:50 cait             ere: my last day of vacation toay... so good and bad :)
12:51 ere              cait: so you spend time with koha on vacation too? I know worse things to do, but I intend to keep out on holidays..
12:52 cait             procrastinating the big spring cleaning i guess
12:52 ere              ah, that makes sense
12:53 ere              although I've decided ignore spring cleaning and christmas cleaning to make myself happier
12:53 cait             :)
12:54 ere              I mean I like it clean, but I don't want to stress so much about it. :) Come to think of it, that's how I like my code too. :D
12:59 huginn`          News from kohagit: Bug 21953: (follow-up) Fix test count <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=7e218b81e6f7e4cf8bb8be3aef547cd1c1aac573>
12:59 huginn`          News from kohagit: Bug 10796: Schema changes <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=76599035cb9f604ea4a94928c82cc8efb396ea73>
12:59 huginn`          News from kohagit: Bug 10796: DBRev 18.12.00.045 <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=8c1bd93a3b1fd37e157173e8a1e813def70b1fa3>
12:59 huginn`          News from kohagit: Bug 21890: DBRev 18.12.00.044 <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=7205a02a19885d3a1baaab56c8e8749635501104>
12:59 huginn`          News from kohagit: Bug 21890: (QA follow-up) Use List::Util::any <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=6388ffd7025290b1ca3e4c9b7a1ae67dfb63ed72>
12:59 huginn`          News from kohagit: Bug 21582: Use CodeMirror for *UserJS & *UserCSS <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=698efcc0aa2ae48b879b843857e6f12316d5ba83>
12:59 huginn`          News from kohagit: Bug 10796: (QA follow-up) Changing password recovery verbiage for users who are disal... <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=861fe06ab72be3d905ee5aaa1eca273454354a7a>
12:59 huginn`          News from kohagit: Bug 22594: Validate SMS messaging numbers using the E.164 format <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=a0e61d8c3e94f2b9e990cc2b60668187047b24bb>
12:59 huginn`          News from kohagit: Bug 21890: Wrap message in span <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=0059dc5a4041f13db11689f9df1bc6475ab45172>
12:59 huginn`          News from kohagit: Bug 10796: Use $category->effective_change_password in the OPAC <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=e155e6d5bba7b48245b2679d5f0b28d46761db93>
12:59 huginn`          News from kohagit: Bug 10796: Handle can_change_password on the staff interface <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=d96fc928560e5353a805ec079bbde26a7e8dc4ce>
12:59 huginn`          News from kohagit: Bug 10796: Add Koha::Patron::Category->effective_change_password method <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=a6466f1f3b02915f0c4e578ce13455ad3aacf46c>
12:59 huginn`          News from kohagit: Bug 10796: DB update <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=13f953317a64f66303db46424baacf15d962c0bd>
12:59 huginn`          News from kohagit: Bug 21890: Add Koha::Patron::Category->effective_reset_password method <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=dea4f3caaadabc8977453615eb162d8403fa5b5d>
12:59 huginn`          News from kohagit: Bug 21890: Allow restricting password resets by patron category <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=376d1a70232e7c0e96adbd7c5300ce593c0e120a>
12:59 huginn`          News from kohagit: Bug 21890: Handle can_reset_password on the staff interface <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=e8fc66f0f612ce6516089894b28899522d13021e>
12:59 huginn`          News from kohagit: Bug 21890: Add can_any_reset_password() to the Categories TT plugin <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=e55b627603450313954b98704e73d0baa3ed56f9>
12:59 huginn`          News from kohagit: Bug 21890: DB updates <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=ace782a1f354c675661d70fa9714ed114364c4b9>
13:00 cait             ere: did you see my comments on the big one? (subtitle)
13:02 ere              cait: yeah, I'm going to check them out...
13:03 cait             ok :)
13:03 ere              need to remind myself of what I've done
13:03 cait             i am picking on some other tings for now (needed a break from it), but will come back to it
13:08 magnuse          cait++
13:08 caroline_catlady good friday everyone!
13:09 magnuse          same to you, caroline_catlady
13:09 cait             hi caroline_catlady :)
13:18 cait             tcohen: around?
13:18 cait             OpacResetPassword is enabled, but the new setting on my patron says disabled...
13:20 cait             hm it works now after toglging the pref again
13:24 koha-jenkins     Yippee, build fixed!
13:24 koha-jenkins     Project Koha_Master_D8 build #211: FIXED in 21 min: https://jenkins.koha-community.org/job/Koha_Master_D8/211/
13:28 cait             hm no wizzyrea today?
13:29 oleonard         May be too early
13:38 magnuse          have fun, #koha!
13:40 oleonard         oooh Bug 21582 pushed! :D
13:40 huginn`          Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21582 enhancement, P5 - low, ---, oleonard, Pushed to Master , Use CodeMirror for *UserJS & *UserCSS
13:50 koha-jenkins     Yippee, build fixed!
13:50 koha-jenkins     Project Koha_Master_D9 build #705: FIXED in 26 min: https://jenkins.koha-community.org/job/Koha_Master_D9/705/
13:50 koha-jenkins     Yippee, build fixed!
13:50 koha-jenkins     Project Koha_Master_U18 build #199: FIXED in 50 min: https://jenkins.koha-community.org/job/Koha_Master_U18/199/
13:51 cait             oleonard: so pretty
13:51 cait             oleonard++
14:20 * oleonard       wonders if the "scan index" search option is ever used
14:20 oleonard         +
14:21 cait             i show it in training... but it doens't work super well
14:21 cait             the links don't lead to the expected reesults
14:21 cait             because the search is different i think
14:22 cait             so it says you will find 5 but you find 10
14:22 cait             the feature we often get asked about, i wish i knew hw to fix it
14:25 ere              cait: I believe I've addressed your comments in bug 11529.
14:25 huginn`          Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11529 normal, P5 - low, ---, ere.maijala, Signed Off , Add subtitle, medium and part fields to biblio table
14:28 Vero342          please help . ñ, accents and special characters do not recognize me in the names of users
14:33 tuxayo           hi :)
14:33 tuxayo           cait++
14:33 tuxayo           You were so fast in fixing the git-bz mistake of Axel.
14:34 tuxayo           We almost got scared :P
14:35 tuxayo           (was learning how to attach multiple patched and a patch from master got attached instead of theirs)
14:35 cait             oops
14:35 cait             sorry to have caused confusion
14:35 tuxayo           cait: no worries, it was funny
14:36 cait             ere: taking a look right now
14:37 cait             caroline_catlady: where best to report a part of the manual needs deleting when a certain patch comes through?
14:37 cait             bug 11529 kills Koa-2-Keyword mappings
14:37 huginn`          Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11529 normal, P5 - low, ---, ere.maijala, Signed Off , Add subtitle, medium and part fields to biblio table
14:38 cait             ere: about [%  subtitl %] - I was just wondering what happened to the e so many times :)
14:39 cait             ere: if my calculations were correct 500.000 records would take about 2 hours on my machine
14:40 cait             to batchRebuildBiblioTables.pl
14:41 cait             I think we scripted an sql update last time - when item_notes_nonpublic came in
14:41 ere              cait: That's because, for some reason, the array of subtitles was names 'subtitle'.
14:41 cait             subtitl from subitle? ew .)
14:41 ere              so when you loop them, naturally each item is a lesser part of subtitle, that is subtitl. :)
14:41 cait             I can see the logic there :)
14:41 ere              I think it's the same with all the ...loo loops
14:42 cait             i think some of those might also be leftovers from our move to TT
14:42 ere              (though I somehow find the loo even uglier)
14:42 cait             well... yes
14:42 cait             agree with all your comments
14:43 cait             was thinking about separate bugs as well for some of the questions
14:43 cait             I need to do testing in the GUI next... that will take a bit
14:43 ere              yeah, sorry!
14:43 cait             let's try to get this done fast if possible
14:44 cait             so not too many things can conflict agian
14:44 cait             we ar emoving at a fast pace right now
14:44 cait             ere: also my Elasticsearch is broken atm :(
14:45 ere              cait: oh no
14:45 cait             i need to destroy and see if that helps it
14:45 ere              cait: it should work..
14:45 cait             maybe you could take a look at bug 14567?
14:45 huginn`          Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14567 enhancement, P5 - low, ---, nick, Signed Off , Browse interface for OPAC
14:46 ere              cait: I added proposed release notes.
14:46 ere              cait: I have to go now, but I'll try next week..
14:46 cait             thx!
14:47 cait             have a nice weekend
14:47 cait             release notes are perfect
14:47 ere              you too! thanks!
14:54 reiveune         bye
14:55 caroline_catlady cait: sorry I was one the phone (with a very chatty client)
14:55 caroline_catlady so that patch removes something?
15:00 caroline_catlady I was thinking either release notes (something like "this removes x functionality, and replaces it by y") or create another ticket in the documentation component
15:00 caroline_catlady what do you think? I don't have a lot of hope that this would be done systematically though
15:07 cait             caroline_catlady: asking for this specific case
15:07 cait             i think I'll file a dependent bug for now
15:08 caroline_catlady ok!
15:27 oleonard         I somehow messed up my ILL setup in my devbox, now getting this error:
15:27 oleonard         Can't locate Koha/Illbackends/FreeForm/Base.pm in @INC
15:28 oleonard         Oh wait i think I see what I did wrong...
15:29 oleonard         backend was misnamed
15:29 oleonard         Man that table showing all ill requests is a beast
15:46 caroline_catlady back later!
15:53 cait             oleonard: they changed something
15:53 cait             yep
15:53 cait             your backend name has to match exactly now :)
17:21 MWR              Hello all. I'm a Technology Supervisor at a small school district, and I'm running my first instance of Koha. I'm having an issue: I can reach the 'library-intra' website and backend, but I cannot reach the 'library' site for public use. I'm running Debian Stable, and I just downloaded Koha yesterday. I'm thinking it's some kind of apache virtualhost configuration issue, but I'm not sure. Any help would be appreciated.
17:26 cait             it's probably something apache, which i am sadly not really good with
17:27 cait             i fyou don't get an answer here this time, try another time - most people have gone into the weekend already
17:27 cait             you could also try the mailing list
17:27 MWR              It's okay. I was mostly curious if it was a common issue and an easy fix.
17:28 MWR              The mailing list is a good idea. Thanks.
17:28 cait             it probably is an easy fix, if you know what you do :)
17:28 MWR              Well, thank you for being here anyways. I appreciate a kind response no mater what.
17:29 cait             hope you get it fixed soon!
17:57 caroline_catlady back!
20:39 cait             caroline_catlady++
20:39 caroline_catlady ?
20:40 cait             just because :)
20:40 caroline_catlady hehe! thanks :)
20:47 MWR              Okay, back... Thanks cait for the help earlier, and I just wanted to say I figured out my problem: If you setup a new Koha site on Debian, remember to DISABLE the 000-default site. It will take priority over your koha page. Once it's been disabled and apache reloaded, all is well. Thanks again!
20:47 cait             great!
20:47 cait             have fun with your Koha :)
22:24 davidnind        MWR: Thanks for sharing that - it doesn't look like this is covered in the installation instructions on the Wiki, so will look at including it.
22:55 caroline_catlady have a good weekend everybody!