Time  Nick            Message
02:13 Guest451        Hey everyone, I've got a Koha system for my church and after an update I'm now getting an error when trying to add items to the catalogue.  After clicking save, it says Can't call method "fields" on an undefined value at /usr/share/koha/intranet/cgi-bin/cataloguing/additem.pl line 747.
02:13 Guest451        I've been working on it for a few weeks now and I can't figure it out
02:52 mtompset        Guest451: you didn't say how you got Koha, what OS you are running Koha under, etc. etc. Kind of hard to diagnose or recommend things without more details.
02:53 mtompset        Because my gut says you are running an old master.
02:54 mtompset        alexbuckley++ # perseverance! bug 17855 is all pretty and ready for QA. :)
02:54 huginn`         04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17855 enhancement, P5 - low, ---, alexbuckley, Signed Off , Updated Koha web installer and new onboarding tool feature to guide users through setting up Koha
03:03 alexbuckley_    I have retested it and written a comment stating it is working as I intend it to
03:19 Guest451        I was originally running it on Ubuntu 16..04 but then moved it back to a 14.04 as I saw there were some compatibility issues.  I used the debian packages koha-common on the stable track
03:59 Guest451        I finally fixed it!  I had to manually add the column lastseen http://schema.koha-community.org/16_11/tables/borrowers.html
04:46 mtompset        Have a good day, #koha alexbuckley
04:48 DarkAku         Looking for links on the deep web for anything alien.
07:01 LibraryClaire   morning #koha
07:13 marcelr         hi #koha
07:17 LibraryClaire   hi marcelr
07:17 marcelr         morning LibraryClaire
07:19 alex_a          bonjour
07:20 drojf           hi #koha
07:22 LibraryClaire   hi alex_a
07:22 LibraryClaire   moin drojf
07:23 drojf           guten morgen LibraryClaire :)
07:27 LibraryClaire   @wunder konstanz
07:29 huginn`         LibraryClaire: The current temperature in Mainaustraße, Konstanz, Germany is 3.1°C (8:24 AM CET on January 13, 2017). Conditions: Overcast. Humidity: 72%. Dew Point: -1.0°C. Windchill: 2.0°C. Pressure: 29.65 in 1004 hPa (Steady).
07:29 alex_a          hello LibraryClaire drojf
07:29 fridolin        hie there
07:29 LibraryClaire   bonjour fridolin
07:29 fridolin        Hie LibraryClaire
07:30 drojf           hi alex_a and fridolin
07:33 fridolin        hie drojf good morning
07:34 marcelr         hi alex_a drojf and fridolin
07:34 drojf           hi marcelr
07:35 alex_a          hello marcelr
07:36 fridolin        hi marcelr
07:37 liw             @wunder helsinki
07:37 huginn`         liw: The current temperature in Helsinki, Finland is 1.0°C (9:20 AM EET on January 13, 2017). Conditions: Rain. Humidity: 93%. Dew Point: 0.0°C. Windchill: -4.0°C. Pressure: 29.09 in 985 hPa (Rising).
07:56 Joubu           mtompset: around?
07:57 Joubu           @later tell mtompset there is something wrong with 17855 I cannot apply the patches
07:57 huginn`         Joubu: The operation succeeded.
08:02 LibraryClaire   bug 17855
08:02 huginn`         04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17855 enhancement, P5 - low, ---, alexbuckley, Patch doesn't apply , Updated Koha web installer and new onboarding tool feature to guide users through setting up Koha
08:21 ashimema        morning #koha
08:22 LibraryClaire   hey ashimema
08:22 wahanui         ashimema is probably on qa now .)
08:34 drojf           hi ashimema
09:10 eythian         hi
09:11 drojf           hi eythian
09:23 drojf           @wunder berlin, germany
09:23 drojf           oh
09:23 drojf           :/
09:23 drojf           must be some bot holiday
09:25 LibraryClaire   @wunder konstanz
09:25 LibraryClaire   it worked earlier :(
09:25 LibraryClaire   oh yeah. huginn went away half an hour ago
09:25 marcelr         no weather today
09:25 ashimema        :(
09:25 drojf           no weather is good weather, right?
09:26 ashimema        lots of snow here
09:26 drojf           i was promised snow but all i got is this lousy rain
09:28 LibraryClaire   it's like there was never snow here :(
09:45 marcelr         Joubu: comment 116
09:48 Joubu           marcelr: thanks, let me check
09:49 marcelr         Joubu: i am not ready yet :)
09:49 Joubu           marcelr:     Bug 17196: [QA Follow-up] Wrong module in Record.t
09:50 Joubu           this is not correct
09:50 marcelr         please explain
09:50 Joubu           the Koha::Biblio::Metadatas use Koha::Biblio::Metadata
09:50 Joubu           so basically we just need to use Koha::Biblio::Metadatas
09:50 marcelr         you are calling Metadata in the script not Metadatas
09:50 Joubu           always, never Koha::Object
09:50 Joubu           yes, but it's using the other one
09:50 marcelr         so?
09:50 wahanui         rumour has it so is a long road
09:51 Joubu           if we want to use KOha::Objects methods, we will need Koha::Biblio::Metadatas
09:51 marcelr         but you use only the new method
09:51 Joubu           so it seems a better idea to always use Koha::Objects module
09:51 Joubu           for now, yes
09:51 Joubu           ok nevermind, I don't care
09:51 marcelr         ok
09:52 marcelr         theory and practice collide
09:52 Joubu           just think it's better to always use Koha::Objects, never Koha::Object
09:58 Joubu           marcelr: answered :)
09:59 marcelr         Joubu: how do i get an item search on the marc fields ?
09:59 marcelr         on the interface?
10:00 Joubu           you can define new field, from the admin module
10:00 Joubu           linked to marc field
10:00 Joubu           /admin/items_search_fields.pl
10:00 marcelr         ok
10:00 marcelr         will try one; could have been in your test plan :)
10:01 marcelr         i never use it actually..
10:01 Joubu           marcelr: yes, definitely must have been, I even think I forgot to test this
10:01 marcelr         i am now
10:03 marcelr         ok works fine
10:06 Joubu           @later tell tcohen W** jenkins@jessie-build:/srv/jenkins/workspace/Koha_16.11.x_D8$ grep VERSION Koha.pm => 16.12.00.001 ??
10:11 Joubu           @later tell tcohen What??? lrwxrwxrwx  1 root    root      14 Dec  5 14:07 Koha_16.11.x_D8 -> Koha_Master_D8
10:12 Joubu           @later tell tcohen apparently I do not know how jenkins is configured, I have certainly messed up everything
10:12 Joubu           :D
10:13 LibraryClaire   Joubu - welcome to my world ;)
10:16 Joubu           actually it makes sense not to have 1 koha repo per version, but it is not obvious to cd Koha_16.11 and get master code :)
10:25 kivilahtio      Joubu: Regarding Bug 17885
10:25 kivilahtio      What do you want me to do?
10:26 Joubu           kivilahtio: I don't know, on comment 6 you are asking for a title for another bug report, on comment 7 you are telling that you do not know to move the refactoring to another bug report
10:27 Joubu           s/know/want
10:27 kivilahtio      Joubu: yes, but I can move them
10:27 kivilahtio      Joubu: if you think that is smart, and it kinda is :)
10:27 kivilahtio      Joubu: ok ok
10:27 kivilahtio      I'll move those
10:27 Joubu           prefered workflow is: if it's a bug, fix it as clean and quickly as possible
10:27 kivilahtio      Joubu: ok
10:27 Joubu           =>easy backporting
10:28 Joubu           if it's a refactoring, do want you want, as clean as possible
10:28 Joubu           I'd go for another bug report, and keep the 1 line fix on 17885
10:29 kivilahtio      Joubu: ok, I will do that
10:33 marcelr         Joubu: can you add a followup for columns.def please
10:33 marcelr         refers to biblioitems.marcxml still
10:33 marcelr         i have few other fixes pending still
10:35 Joubu           marcelr: yes
10:35 Joubu           Has anyone date issues on a kohadevbox?
10:35 Joubu           date returns 2017-01-11 23:47:24
10:35 Joubu           for now...
10:35 Joubu           it seems that it happens when I suspend to ram
10:38 Joubu           marcelr: done
10:38 marcelr         thx
10:40 marcelr         Joubu: did you check if the rest api works for marcxml  ?
10:41 Joubu           I do not remember
10:45 marcelr         hi khall:  marcxml stuff will be coming shortly
10:46 khall           excellent!
11:00 Joubu           is it just me or the first example of extractvalue on the wiki is completely wrong:
11:00 Joubu           https://wiki.koha-community.org/wiki/SQL_Reports_Library#Query_MARC
11:01 kivilahtio      Joubu: some of the SQL-reports don't work anymore
11:01 kivilahtio      Joubu: actualyl this is a big problem we need to solve
11:01 Joubu           kivilahtio: it's not a matter of working or not
11:01 kivilahtio      how to test that the SQL-reports we heavily rely on work as intended
11:01 Joubu           they work
11:01 Joubu           just the comment: "they are equivalent": wrond
11:01 Joubu           wrong
11:01 Joubu           they return the whole 952 field: wrong
11:02 josef_moravec   Joubu: I think it doesn't make sense to write it this way...
11:02 josef_moravec   and yes, they are definitely not equivalent
11:02 kivilahtio      I am not speaking in this context, but regarding how to know when the SQL report noi longe matches reality because the underlying Koha structure changes, or how the structure is used, changes
11:03 Joubu           ok so the job is not only write equivalent with the new metadata table, it's also adapt and clean the wiki...
11:03 josef_moravec   Joubu: looks like... maybe some general versioning should be introduced...
11:03 Joubu           any work is always bigger than expected
11:04 Joubu           that will be done, with Mana
11:04 Joubu           just not know when :D
11:05 josef_moravec   yes, Mana is nice and much expected ;)
11:06 Joubu           kivilahtio: wrong dep on 17897
11:06 Joubu           17855 vs 17885 I guess
11:20 kivilahtio      Joubu: thanks
11:38 marcelr         ok khall: its yours now
11:38 khall           excellent!
11:49 Joubu           marcelr: nice catch on acqui/basketgroup!
11:49 Joubu           marcelr: thanks for the great QA!
11:57 kidclamp        marcelr++
11:58 marcelr         hi kidclamp
11:58 kidclamp        hi
11:58 wahanui         hello, kidclamp
11:59 LibraryClaire   hi kidclamp
11:59 kidclamp        and bye for now :-) gotta wake the family
11:59 Joubu           Anyone from InLibro around?
11:59 Joubu           @later tell francharb ping
12:00 Joubu           hum?
12:00 Joubu           arf
12:03 LibraryClaire   huginn is dead
12:03 eythian         long live huginn?
12:35 oleonard        Hi all
12:36 marcelr         hola oleonard
12:46 LibraryClaire   hi oleonard
12:46 wahanui         hi olé onard
12:58 magnuse         hm, should search history be anonymised pretty quickley as the default?
13:02 eythian         magnuse: imo, the way to do it would be to have a syspref that lets history persistance be configured, and have it default to ... 5 days or something.
13:02 eythian         (to make up a number)
13:03 magnuse         yeah, that would make sense
13:03 magnuse         and maybe not record the actual borrowernumber at all if it was set to zero
13:06 jenkins         Project Koha_Master_D8 build #88: STILL UNSTABLE in 1 hr 37 min: https://jenkins.koha-community.org/job/Koha_Master_D8/88/
13:06 jenkins         * kyle: Bug 17817: Fix cloning subfields using select2
13:06 jenkins         * kyle: Bug 17817: (Follow up) Fix reordering subfields issues
13:06 jenkins         * kyle: Bug 17725: Do not copy subfield's content when cloning
13:06 jenkins         * kyle: Bug 17725: Same for textarea when cloning a field
13:06 jenkins         * kyle: Bug 17870 - Call to include file incorrectly moved into the footer
13:32 * oleonard      rejects Bug 14608 unless USA is at the TOP of the list!!
13:33 oleonard        Oh no huginn :(
13:34 LibraryClaire   huginn rage quit earlier
13:34 oleonard        Were you guys tormenting him again?
13:34 magnuse         Bug 14608 - HEA : add possibility of sharing usage statistics in Administration page and Web installer https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14608
13:34 * LibraryClaire is always lovely
13:36 Joubu           oleonard: I am sure you can do it with few JS lines :)
13:39 magnuse         wow https://www.equinoxinitiative.org/equinox-transitions-to-nonprofit-to-benefit-libraries
13:39 oleonard        Yeah magnuse, I think that's where huginn went to work.
13:40 magnuse         hehe
13:44 oleonard        Congratulations to everyone on your team gmcharlt I know you're busy but can we have huginn back pls?
13:47 Joubu           @later tell francharb ping
13:47 huginn          Joubu: The operation succeeded.
13:47 Joubu           ta!
13:48 gmcharlt        @quote random
13:48 huginn          gmcharlt: Quote #290: "< MrAgent075> You might want to quote this, but this is not the last you hear from me - and any of the other academy students for that matter. :)" (added by chrisc at 06:57 AM, January 17, 2014)
13:48 oleonard        gmcharlt++
13:48 * oleonard      whispers "he's always watching, listening!"
13:56 eythian         @seen MrAgent075
13:56 huginn          eythian: MrAgent075 was last seen in #koha 2 years, 50 weeks, 1 day, 16 hours, 22 minutes, and 6 seconds ago: <MrAgent075> Time Travel. #muchtricky #verytime #sobrainteaser #wow
13:57 magnuse         gmcharlt++
13:57 eythian         pretty close to the last, it seems
13:57 magnuse         lol
14:07 magnuse         have a nice weekend #koha!
14:07 LibraryClaire   you too magnuse :)
14:08 magnuse         :-)
14:11 marcelr         bye #koha
14:18 huginn          New commit(s) kohagit: Bug 17196 - DBRev 16.12.00.004 <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=c5a758d9a06dba412a8564c8574c68eebf0b6ff8> / Bug 17196: [QA Follow-up] Additional fix on acqui/basketgroup <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=2bf3ce268de6bc8b2386cfb5d768f60b05d75f44> / Bug 17196: [QA Follow-up] Adjust some text on marcxml <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff
14:43 jenkins         Project Koha_Master_D8 build #89: STILL UNSTABLE in 1 hr 36 min: https://jenkins.koha-community.org/job/Koha_Master_D8/89/
14:43 jenkins         * kyle: Bug 17766 - Patron notification does not work with multi item holds
14:43 jenkins         * kyle: Bug 17265 - Make koha-create-defaults less greedy
14:43 jenkins         * kyle: Bug 17778 - Make "Earliest Registered Date" in OAI dynamic
14:43 jenkins         * kyle: Bug 17778: Simplify fetch date
14:43 jenkins         * kyle: Bug 17794: Menu items in Tools menu and Admin menu not showing bold when
14:43 jenkins         * kyle: Bug 17447: Run perltidy on batchRebuildItemsTables.pl
14:43 jenkins         * kyle: Bug 17447: Remove unused vars from batchRebuildItemsTables.pl
14:43 jenkins         * kyle: Bug 17447: %opt is unused
14:43 jenkins         * kyle: Bug 17740: Add the Koha::Patron->holds method
14:43 jenkins         * kyle: Bug 17741: Use Koha::Patron->holds when deleting a patron
14:43 jenkins         * kyle: Bug 17800: Add admin sidebar menu to marc-subfields-structure.pl
14:43 jenkins         * kyle: Bug 17859 - Move JavaScript to the footer on about and auth pages
14:43 jenkins         * kyle: Bug 17879: Use image filename if no image name is entered
14:43 jenkins         * kyle: Bug 6782 - Move auto member cardnumber generation to occur when record
14:43 jenkins         * kyle: Bug 6782 [QA Followup] - Remove unused param and limit calls to
14:43 jenkins         * kyle: Bug 16083 Allow cli overrides for makefile settings.
14:43 huginn          04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17766 normal, P5 - low, ---, koha-bugs, Pushed to Master , Patron notification does not work with multi item holds
14:43 jenkins         * kyle: Bug 16083: [QA FOLLOWUP] Add more cli arguments.
14:43 jenkins         * kyle: Bug 14187: branchtransfer needs a primary key (id) for DBIx and common
14:44 jenkins         * kyle: Bug 14187: (QA followup) Properly check DB structure before altering it
14:44 jenkins         * kyle: Bug 14187 - DBRev 16.12.00.002
14:44 jenkins         * kyle: Bug 17181: Check for duplicate image names when uploading image to
14:44 jenkins         * kyle: Bug 17181: Simplify code
14:44 jenkins         * kyle: Bug 17466: Show number of outstanding issues when checking in
14:44 jenkins         * kyle: Bug 17466: Followup, change button to link and fix terminology
14:44 jenkins         * kyle: Bug 17466 [QA Followup] - Give the link some style
14:44 jenkins         * kyle: Bug 17486: Remove Mozilla Persona
14:44 jenkins         * kyle: Bug 17486: [QA Follow-up] Changes as to set_userenv
14:44 jenkins         * kyle: Bug 17486 - DBRev 16.12.00.003
14:44 jenkins         * kyle: Bug 17629: Koha::Biblio - Remove ModBiblioframework
14:44 jenkins         * kyle: Bug 17799: MARC bibliographic frameworks breadcrumbs broken for Default
14:44 huginn          04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17265 normal, P5 - low, ---, koha-bugs, Pushed to Master , Make koha-create and koha-dump-defaults less greedy
14:44 huginn          04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17778 minor, P5 - low, ---, magnus, Pushed to Master , Make "Earliest Registered Date" in OAI-PMH dynamic
14:44 huginn          04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17794 minor, P5 - low, ---, aleishaamohia, Pushed to Master , Menu items in Tools menu and Admin menu not bold when active but not on linked page
14:44 huginn          04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17447 trivial, P5 - low, ---, m.de.rooy, Pushed to Master , Remove unused vars from batchRebuildItemsTables.pl
14:44 huginn          04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17740 enhancement, P5 - low, ---, jonathan.druart, Pushed to Master , Add the Koha::Patron->holds method
14:45 huginn          04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17741 enhancement, P5 - low, ---, jonathan.druart, Pushed to Master , Use Koha::Patron->holds in Koha::Patron->delete
14:45 huginn          04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17800 enhancement, P5 - low, ---, aleishaamohia, Pushed to Master , Add admin sidebar menu to marc-subfields-structure.pl
14:45 huginn          04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17859 enhancement, P5 - low, ---, oleonard, Pushed to Master , Move JavaScript to the footer on about and auth pages
14:45 huginn          04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17879 enhancement, P5 - low, ---, aleishaamohia, Pushed to Master , Possible to upload images with no image name
14:45 huginn          04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6782 enhancement, P5 - low, ---, meenakshi.r, Pushed to Master , Move auto member cardnumber generation to occur when record is "Saved" (avoid collisions)
14:45 huginn          04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16083 enhancement, P5 - low, ---, alex.sassmannshausen, Pushed to Master , Accept CLI params for the Makefile.pl
14:45 huginn          04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14187 enhancement, P5 - low, ---, alex.sassmannshausen, Pushed to Master , branchtransfer needs a primary key (id) for DBIx and common sense.
14:45 huginn          04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17181 enhancement, P5 - low, ---, aleishaamohia, Pushed to Master , Patron card creator replaces existing image when uploading image with same name
14:45 huginn          04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17466 enhancement, P5 - low, ---, josef.moravec, Pushed to Master , Show number of outstanding issues when checking in
14:45 huginn          04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17486 enhancement, P5 - low, ---, jonathan.druart, Pushed to Master , Remove 'Mozilla Persona' as an authentication method
14:45 huginn          04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17629 enhancement, P5 - low, ---, jonathan.druart, Pushed to Master , Koha::Biblio - Remove ModBiblioframework
14:45 huginn          04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17799 enhancement, P5 - low, ---, aleishaamohia, Pushed to Master , MARC bibliographic frameworks breadcrumbs broken for Default framework
14:49 huginn          New commit(s) kohagit: Bug 17874: Bug 16239 followup - polishing things <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=23cb7ca4582ea319e8890d7c4b64950eb8f5d316> / Bug 16239: Followup - remove unusable js from cateditor-ui.inc <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=c2fcde413503027cfb8efa070e5a5c9c3172a628> / Bug 16239: Update Bootstrap's license on the about page <http://git.koha-community.org/gitweb/?p=
15:05 vfernandes      hi #koha
15:06 vfernandes      how to add an entry to Koha portuguese translate for 16.11 manual?
15:31 Joubu           @later tell LibraryClaire http://bdi.dlpdomain.com/player_dev/4kebCe11SeQvvVF1UYfENEHXZc2OWOqQ-couv-1200.jpg
15:31 huginn          Joubu: The operation succeeded.
16:08 oleonard        I guess it's time to revive my Bootstrap 3 overhaul of the installer  templates :|
16:08 edveal          Morning everyone
16:10 Joubu           oleonard: thanks for your feedback btw!
16:13 drojf           have a nice weekend #koha
16:13 LibraryClaire   bye drojf
16:13 LibraryClaire   meh slow
16:15 josef_moravec_  oleonard: looks like a plan ;)
16:16 LibraryClaire   oleonard++
16:16 oleonard        josef_moravec++
16:19 jenkins         Project Koha_Master_D8 build #90: STILL UNSTABLE in 1 hr 35 min: https://jenkins.koha-community.org/job/Koha_Master_D8/90/
16:19 jenkins         * kyle: Bug 17196: Move marcxml out of the biblioitems table
16:19 jenkins         * kyle: Bug 17196: Fix query builder for item search
16:19 jenkins         * kyle: Bug 17196: Update misc/maintenance/sanitize_records.pl
16:19 jenkins         * kyle: Bug 17196: Update switch_marc21_series_info.pl
16:19 huginn          04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17196 enhancement, P5 - low, ---, jonathan.druart, Pushed to Master , Move marcxml out of the biblioitems table
16:19 jenkins         * kyle: Bug 17196: DB Changes
16:19 jenkins         * kyle: Bug 17196: Simplify tests for the different marc flavours
16:19 jenkins         * kyle: Bug 17196: Fix - Update metadata on update
16:19 jenkins         * kyle: Bug 17196: follow-up for bug 17088
16:19 jenkins         * kyle: Bug 17196: Fix build_oai_sets.pl
16:19 jenkins         * kyle: Bug 17196: Update POD of sanitise_records.pl
16:19 huginn          04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17088 normal, P5 - low, ---, kyle, Pushed to Stable , Bad MARC XML can halt export_records.pl
16:19 jenkins         * kyle: Bug 17196: Fix delete_records_via_leader.pl
16:19 jenkins         * kyle: Bug 17196 - (QA Followup) Use items from Koha::Biblio
16:19 jenkins         * kyle: Bug 17196: [QA Follow-up] Correct POD in ILSDI/Services.pm
16:19 jenkins         * kyle: Bug 17196: [QA Follow-up] DBIx schema changes
16:19 jenkins         * kyle: Bug 17196: [QA Follow-up] Wrong module in Record.t
16:19 jenkins         * kyle: Bug 17196: [QA Follow-up] Missing unique key in kohastructure
16:19 jenkins         * kyle: Bug 17196: Remove occurrence of marcxml in columns.def
16:19 jenkins         * kyle: Bug 17196: [QA Follow-up] Adjust some text on marcxml
16:19 jenkins         * kyle: Bug 17196: [QA Follow-up] Additional fix on acqui/basketgroup
16:19 jenkins         * kyle: Bug 17196 - DBRev 16.12.00.004
16:19 jenkins         * kyle: Bug 16239: Update Bootstrap to 3.3.7
16:19 jenkins         * kyle: Bug 16239: Update templates
16:19 jenkins         * kyle: Bug 16239: Update css files
16:19 jenkins         * kyle: Bug 16239: Update javascript files
16:19 huginn          04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16239 enhancement, P5 - low, ---, josef.moravec, Pushed to Master , Upgrade Bootstrap in the staff client
16:19 jenkins         * kyle: Bug 16239: Use inline-block for split buttons only in tables
16:19 jenkins         * kyle: Bug 16239 [CSS Follow-up] Upgrade Bootstrap in the staff client
16:19 jenkins         * kyle: Bug 16239: Update Bootstrap's license on the about page
16:19 jenkins         * kyle: Bug 16239: Followup - remove unusable js from cateditor-ui.inc
16:19 jenkins         * kyle: Bug 17874: Bug 16239 followup - polishing things
16:19 huginn          04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17874 enhancement, P5 - low, ---, josef.moravec, Pushed to Master , Bug 16239 followup - update bootstrap 3 usage
16:22 LibraryClaire   bye drojf
16:23 LibraryClaire   interesting, not sure how I sent htat again :D
17:07 Joubu           Have a good week-end #koha!
17:14 oleonard        You too Joubu
17:14 josef_moravec   bye Joubu
17:14 josef_moravec   good night Koha ;)
17:21 dlyons          hi all, a library I used to work at was having some indexing problems on their old Koha 3.18 instance. I ran into this:
17:21 dlyons          koha@li429-124:/home$ sudo koha-rebuild-zebra -f -v library Zebra configuration information ================================ Zebra biblio directory      = /var/lib/koha/library/biblios Zebra authorities directory = /var/lib/koha/library/authorities Koha directory              = /usr/share/koha/intranet/cgi-bin Lockfile                    = /var/lock/zebra_koha_library/rebuild/rebuild..LCK BIBLIONUMBER in :     999$c BIBLIOITEMNUM
17:22 dlyons          whoops
17:22 dlyons          11:47:07-13/01 zebraidx(18745) [warn] Couldn't open collection.abs [No such file or directory]
17:23 dlyons          so far in forums I see things about dom vs. grs1, but that seems odd given 1) this Koha server hasn't been upgraded in years, and 2) biblio doesn't appear to be set as dom OR grs1 in koha-conf.xml
17:40 oleonard        "MARC21 is more commonly used globally, whereas UNIMARC tends to be used in Europe"
17:40 oleonard        Not only do those overlap strangely, isn't UNIMARC mostly a French thing?
17:41 LibraryClaire   I am only really aware of it as a French thing, but that's not to say it isn't used elsewhere. In the UK I only ever used MARC21
17:42 oleonard        I'm going to suggest, "MARC21 is more commonly used globally, whereas UNIMARC tends to be used in Europe, which is located on the moon"
17:43 LibraryClaire   oh, the moon. I always wanted to go there
17:44 oleonard        LibraryClaire you do live there, duh.
17:44 oleonard        The Moon > Europe > Germany > LibraryClaire
17:45 oleonard        I'm off. See y'all later.
18:46 mtompset        Greetings, #koha
18:47 mtompset        @seen Joubu
18:47 huginn          mtompset: Joubu was last seen in #koha 1 hour, 39 minutes, and 22 seconds ago: <Joubu> Have a good week-end #koha!
19:38 mtompset        @seen khall
19:38 huginn          mtompset: khall was last seen in #koha 1 day, 6 hours, 41 minutes, and 5 seconds ago: <khall> : )
19:38 mtompset        khall_away: Are you really away?
19:38 kidclamp        he is mtompset
19:39 mtompset        :( I was going to ask him to rebase a bug, but since I think I can figure out what it should be, I'll just do it myself. :)
19:41 kidclamp        khall will appreciate that
19:52 mtompset        Oh man, 6 and 7 close on the keyboard typo.
19:52 mtompset        I'll fix that too. :)
19:55 mtompset        Sorry for the spamminess, kidclamp :)
19:57 kidclamp        oh, yeah, I bugged him about that, hehe
20:12 dlyons-lunch    Hi all, I know troubleshooting old Koha installs isn't particularly attractive, but I'm trying to fix an indexing problem on a 3.18 install for a small library. koha-rebuild-zebra not working, I had a warning about dom indexing so I did this: https://wiki.koha-community.org/wiki/Switching_to_dom_indexing and the warning disappeared, but rebuilding zebra still gives this error: [warn] Couldn't open collection.abs [No such fi
20:26 mtompset        dlyons: Condolences. Sadly, I know nothing of Zebra configuration to help. Though, there are likely other .abs files, which you might try copying to that file name in the same directory. Not that that is a good idea, just an idea.
20:32 dlyons          mtompset: I see some record.abs definitions for different MARC flavors and a few other abs files, but no idea if any of them could be copied over. Or what directory to copy them to...
20:33 mtompset        there is no collection.abs file?
20:34 dlyons          mtompset: none
20:34 dlyons          top says zebraidx is still running at 100% CPU, so I'm guessing I need to wait on the scale of hours for the rebuild to work?
20:35 dlyons          well, finish if not actually work?
20:35 mtompset        I really have to run... another think to check
20:35 mtompset        make_zebra_dom_cfg_from_record_abs
20:35 wahanui         hmmm... make_zebra_dom_cfg_from_record_abs is a script to migrate from grs-1 to dom, so it ie same of the last thing to do
20:36 dlyons          wahanui: I did this https://wiki.koha-community.org/wiki/Switching_to_dom_indexing, you mean I should now run that script?
20:36 wahanui         bugger all, i dunno, dlyons
20:37 dlyons          not even sure rebuild was the right thing to do in the first place. Original problem was that item records were created, but when items were clicked it said they didn't exist
20:37 mtompset        dlyons: wahanui is a bot.
20:37 * mtompset      leaves.
20:37 dlyons          mtompset: ah
21:22 LibraryClaire   g'night #koha
21:26 nuentoter       good evening #koha!