IRC log for #koha, 2014-03-17

All times shown according to UTC.

Time S Nick Message
00:09 JesseM joined #koha
00:10 BobB joined #koha
00:13 mtompset_away joined #koha
00:13 mtompset papa: You here?
00:14 mtompset Greetings, #koha.
00:24 JesseM joined #koha
00:27 mtompset @later tell wajasu Also check out bug 11213 from papa (Srdjan Jankovic). He's right there is a double call, but he's chopped out hiding completely! YIKES!
00:27 huginn mtompset: The operation succeeded.
00:33 eythian opac-reserve.pl has far too much reserve logic in it, I feel.
00:34 mtompset Is that following my comments, or in addition to it?
00:34 eythian totally unrelated
00:35 mtompset shouldn't "business logic" be in C4 or Koha libraries?
00:35 eythian yep
00:39 papa hiding is not manly enough
00:39 JesseM joined #koha
00:40 mtompset ha ha, papa. So, where are you going to filter them out?
00:40 eythian papa: Manly is in Sydney, you're in Brisbane.
00:40 wizzyrea manly?
00:40 wahanui manly is in Sydney, you're in Brisbane.
00:40 wizzyrea *giggle*
00:41 papa mtompset: I'm not going to filter them out, I'll say which ones I want
00:41 mtompset when?
00:42 mtompset BTW, papa... can't remember who, probably gmcharlt, but he thought the hiding in circulation rules is a bad idea.
00:42 papa when calling XSLTParse4Display
00:43 papa that's another issue, no?
00:43 mtompset But not everyone is using XSLT output.
00:44 mtompset another, yes. related though, and I wanted to mention it before I forgot.
00:45 eythian so it seems that OPACItemHolds it totally handled in the templates, nowhere else.
00:45 eythian This is very confusing.
00:45 * wizzyrea mutters about reserves.
00:45 papa mtompset: but that's the only place where hidden items are used
00:45 eythian so you still could manually do the POST and pick which item you'd like.
00:46 mtompset Mmmm.... I think you are wrong on that, papa.
00:46 papa ok, I'm all ears
00:46 mtompset Because we don't use XSLT in our display for our library.
00:47 mtompset I'll actually TEST your patch and see what happens in our context.
00:47 mtompset I'll get back to you in a bit. :)
00:47 papa that's fine, but hidden items in searchResults() is only used to be passed on to Display()
00:48 papa sure, I'll be waiting :)
00:48 mtompset This is why I was saying it would be so nice to have a process flow diagram of this search mess. :)
00:48 papa oh yes...
00:49 mtompset Because once we have one, optimizations and fixes would be easier to follow because we'd have the diagram.
00:55 JesseM joined #koha
00:58 eythian gar the op name for holds-policy-by-item-type is add-branch-item ... I'm not convinced there's a planet on which that makes sense.
00:59 wizzyrea oh man you are up to your neck in it now eh
01:00 eythian and I'm just figuring out how we'll do something, not even trying to do it :/
01:09 JesseM joined #koha
01:17 mtompset Hmmm.... I'm starting to see your logic, papa... still fuzzy, but coming into focus. ;)
01:17 mtompset My gut says something got missed somehow.
01:21 papa mtompset: quite possible, but that's inherited state
01:23 mtompset OOOOOO! .... okay, the next's prevent the items from hitting the other keys which are turned into the arrays which you use for your allow list.
01:24 papa yes ...:)
01:26 tcohen joined #koha
01:27 JesseM joined #koha
01:36 mtompset BTW, papa... I'm not sure your change is perfectly equivalent for GetItemsLocationInfo, because it won't have location_intranet or location_opac defined.
01:36 papa let me check...
01:45 JesseM joined #koha
01:48 wajasu mtompset: i just got all the hidding working with the facets.  and am going to put an updated patch on 11909.
01:50 irma G'day #koha
01:50 irma Can anyone reach this page https://lists.koha-community.o[…]istinfo/koha-docs
01:50 irma it's not working for me ...
01:50 wajasu not me
01:51 irma thanks wajasu
01:55 papa mtompset: location_intranet and location_opac are not used in that context
01:57 thatcher joined #koha
02:02 mtj irma, http://www.isup.me/lists.koha-community
02:02 rangi with the full url of course
02:02 rangi http://www.isup.me/lists.koha-community.org
02:03 JesseM joined #koha
02:03 rangi you might want to drop someone at biblibre a mail, in case they dont spot it in the morning
02:03 mtj oops, bad paste
02:03 mtj thanks chris
02:05 mtj hi biblibre, Joubu , jajm , clrh ^^ :)
02:09 mtompset papa: Sorry for the delay, I had a chauffeur hat and evening time with my son delay. :)
02:10 mtompset papa: /koha-tmpl/intranet-tmpl/prog/en/​modules/virtualshelves/shelves.tt uses location_intranet.
02:10 papa yes, but not SearchResults()]
02:11 papa ah, I see
02:11 papa ok, point taken
02:12 devap joined #koha
02:12 mtompset You see all the scrolling po files too? :)
02:12 papa yes, but that are auto generated, no?
02:15 mtompset welll they seem to be related to the opac-tmpl/bootstrap/en/modules/opac-shelves.tt
02:15 papa yes, that's ok, I'll correct it
02:18 JesseM joined #koha
02:19 mtompset papa: I like the simplication of log for the hashes.
02:19 mtompset ^log^logic^
02:20 papa yep, simpler is better. most of the times
02:26 wizzyrea someone who has done this before - does marking an item long overdue but has no replacement charge, what happens?
02:26 wizzyrea does it not do anything?
02:32 mtompset Sorry. I don't know.
02:33 wajasu mtompset: i replaced the patch for bug11909.  maybe you can run it against your DB and give me feedback.
02:33 mtompset wajasu: YAY!
02:33 JesseM joined #koha
02:33 mtompset After further reading papa's code, I over-reacted a little, but it is a fundamental mind switch. :)
02:34 mtompset The bug report may still be useful to read and reference. :)
02:35 wajasu test hiddenitems, and facet counters.  i'll add other fixes after.   if it works i will add your patron category changes, and the possibility to suppress without an extra zebra index configured.
02:36 mtompset wajasu, read the bug report I gave you. Perhaps you can do it cleaner as a whitelist, rather than a blacklist.
02:36 mtompset what was your bug again, papa?
02:37 mtompset bug 11213
02:37 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11213 enhancement, P3, ---, srdjan, In Discussion , GetItemsInfo() called twice
02:41 mtompset Now I'm reading your code, wajasu. Things to warp my brain around.
02:41 papa awk, rangi, heeelp...
02:41 rangi whats up papa?
02:41 wajasu mtompset: i exported with -a -b -r,  but it should work with zebraqueue(but we can test that later).   if you add -x -k  you can look in the /tmp file to see the 999 records that have an "h" = 1 for hidden.
02:42 papa getting login page when using git bz
02:42 mtompset wajasu: 999$h is biblio? I thought the idea was item level?
02:42 rangi hmm its working for me
02:43 eythian papa: you might have an old git bz version if you haven't used it in a long time.
02:43 papa that's true
02:43 mtompset oh, and fishsoup brain of git bz. ;)
02:43 mtompset branch.
02:43 wajasu i'mm scanning all items and the aggregation result of ALL hidden is in the biblio level.  i can add itemlevel later when needed.
02:43 rangi if its the old one, it uses your cookie
02:43 rangi so you need to login in your browser
02:43 papa done that
02:44 rangi the new one lets you use username and password in the config file
02:44 rangi or the git config at least
02:44 mtompset http://wiki.koha-community.org[…]_bz_configuration
02:45 papa I have for some reason a local change
02:45 papa -                self.cookies = get_bugzilla_cookies(host)
02:45 papa +                self.cookies = get_bugzilla_cookies(self.host)
02:46 papa and otherwise does not say that I'm out of date
02:48 papa rangi: so you suggest I config user.password?
02:48 rangi worth a try
02:48 papa ok
02:49 JesseM joined #koha
02:50 talljoy joined #koha
02:50 papa rangi: auth-password or bz-password?
02:51 talljoy left #koha
02:52 talljoy joined #koha
02:52 rangi bz-user
02:52 rangi and bz-password
02:52 rangi you have the fishsoup branch eh?
02:53 papa yep
02:54 papa no luck :(
02:55 pianohacker in denver yey
03:01 mtompset Well, I got a couple sign offs in this morning, I think I'm going to hit the hay before midnight for a change.
03:02 mtompset I'll get back to you both, papa and wajasu with respect to bug 11213 and 11909.
03:02 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11213 enhancement, P3, ---, srdjan, In Discussion , GetItemsInfo() called twice
03:02 papa rangi it is user.bz-user and user.bz-password, right?
03:02 mtompset git config bz.default-tracker bugs.koha-community.org
03:02 mtompset git config --global bz-tracker.bugs.koha-community.org.path /bugzilla3
03:02 mtompset git config bz.default-product Koha
03:02 mtompset git config --global bz-tracker.bugs.koha-community.org.bz-user U
03:03 mtompset git config --global bz-tracker.bugs.koha-community.org.bz-password PW
03:03 mtompset http://wiki.koha-community.org[…]_bz_configuration
03:03 JesseM joined #koha
03:04 mtompset Have a great day, #koha papa rangi wajasu eythian wizzyrea. :)
03:07 papa ah, I'm a bit thick, I need those in my koha tree, not the bz tree...
03:09 pastebot "wajasu" at 127.0.0.1 pasted "quick search data flow" (51 lines) at http://paste.koha-community.org/168
03:19 JesseM joined #koha
03:35 JesseM joined #koha
03:49 JesseM joined #koha
03:57 devap joined #koha
03:57 Oak joined #koha
03:57 Oak kia ora #koha
04:04 JesseM joined #koha
04:17 cait joined #koha
04:19 JesseM joined #koha
04:31 cait hi #koha
04:31 eythian hi cait
04:31 cait hi eythian :)
04:32 eythian you're up early
04:32 cait yeah.
04:32 cait not sure i am awake yet
04:35 JesseM joined #koha
04:50 JesseM joined #koha
04:54 n00b joined #koha
04:57 dcook I'll be glad when there is a "preview notices" options...
04:58 dcook Or maybe I was just imagining that such a bug exists
05:05 JesseM joined #koha
05:11 cait the bug exists
05:11 cait but i am not sure a patch does
05:22 JesseM joined #koha
05:22 dcook cait: I can hope and dream :)
05:23 eythian I think fixing this reserves bug might be easy.
05:23 eythian well, at least not hard.
05:24 dcook Is this the one from this morning, eythian?
05:24 eythian yeah
05:24 dcook Yay for not hard!
05:24 eythian I think it's just a matter of calling the function that renumbers the reserves when one is moved into "waiting"
05:24 eythian *renumbers the priorities.
05:27 dcook \o/
05:30 eythian one line patch, totally works :)
05:32 dcook Noice!
05:32 dcook cait: Any idea on that bug number?
05:38 JesseM joined #koha
05:39 dcook Can't find it for the life of me.
05:46 dcook Hey hey. Finally found it.
05:46 eythian @later bag bug 11947 is ready for testing I think.
05:46 huginn eythian: I'll give you the answer just as soon as RDA is ready
05:46 eythian @later tell bag bug 11947 is ready for testing I think.
05:46 huginn eythian: The operation succeeded.
05:46 eythian @later tell barton bug 11947 is ready for testing I think.
05:46 huginn eythian: The operation succeeded.
05:48 eythian of course, if anyone else wants a hopefully easy signoff, bug 11947 is waiting there for you. Looking at you, cait :)
05:48 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11947 normal, P5 - low, ---, robin, Needs Signoff , Hold priorities not re-calculated when hold is confirmed on checkin.
05:49 dcook bug 8000 was the one I was looking for, btw :)
05:49 huginn Bug http://bugs.koha-community.org[…]w_bug.cgi?id=8000 enhancement, P5 - low, ---, philippe.blouin, Needs Signoff , Test mode for notices
05:52 cait not this morning i am afraid
05:52 cait maybe qa tonight?
05:53 cait and you should write a regression test
05:54 cait eythian: still there?
05:54 wahanui i guess there is no way to add items to a list?
05:54 eythian cait: yep
05:55 cait a regression test will make this go in much faster
05:55 JesseM joined #koha
05:56 cait JesseM: you are up early!
05:57 eythian cait: hmm, I'll have a go. What do you do to initialise a database for test cases?
05:57 cait Reserves.t should have all you need
05:57 cait t/db_dependent/Reserves.t
05:57 cait it should work on any database now
05:57 cait using transactions
05:57 eythian ah right.
05:58 * eythian tests this
05:58 eythian oh, that works.
05:58 * eythian attempts to make a test.
05:59 cait :)
06:10 JesseM joined #koha
06:20 kathryn_ joined #koha
06:25 JesseM joined #koha
06:33 JesseM_ joined #koha
06:34 JesseM_ left #koha
06:37 eythian yay, test case fails before my patch, succeeds after my patch.
06:44 eythian there cait, I hope you're happy now! :)
06:49 jcamins_ joined #koha
06:51 cait happier :P
06:51 cait eythian++
06:51 laurence joined #koha
07:19 nc-th joined #koha
07:37 nc-th Hi .. I am from Thailand. I am just learning about Koha. Is there a way, user would be able to browse the catalog without searching.. browse from the first to the last
07:52 ashimema joined #koha
07:58 lds joined #koha
08:00 gaetan_B joined #koha
08:01 gaetan_B hello
08:04 matts hi #koha
08:09 reiveune joined #koha
08:09 reiveune hello
08:09 wahanui bonjour, reiveune
08:20 Joubu1 joined #koha
08:24 sophie_m joined #koha
08:25 sophie_m hello #koha
08:27 marcelr joined #koha
08:27 marcelr hi #koha
09:09 cait joined #koha
09:09 * cait waves
09:14 fridolin joined #koha
09:15 fridolin hie akk
09:15 fridolin all
09:15 fridolin whaou, this hackfest was soooooo good
09:15 cait it was :)
09:15 fridolin i've discussed with a lot of interesting people
09:16 fridolin I did not correct a single bug but worked on UNIMARC XSLT and on Greek indexing
09:17 cait :)
09:19 fridolin some librarian help us by calling there colleges for a cataloguing question. I looked like whe where in FBI :D
09:19 ashimema good morning #koha
09:19 gerundio joined #koha
09:20 ashimema it was indeed very good fridolin...  so much achieved, even if allot of it wasn't specifically bug related
09:20 fridolin indeed
09:21 cait maybe the non-bug related stuff is even more important :)
09:22 fridolin keyboard-religion was a main subject :D
09:48 ashimema haha.. indeed it was..
09:48 ashimema especially with pianohcker there.
09:57 fridolin an also the european definition of bier-o'clock
10:39 paxed is there any way to change the search result weighing? say, if the record has field XXXy, i'd like to have it appear lower in the search results
10:46 ashimema afriad the answer to that is 'no' paxed.. you've have to get very clever with zebra configuration, and talking you through that is way above my head.
10:46 cait paxed: the field weighting is currently an on/off switch only, you can't do more conplicated configurations
10:47 paxed ashimema: right, i've been reading the zebra/yaz docs, and i'm hating it.
10:47 ashimema indeed..
10:47 ashimema that's how most of us feel about indexdata's documentation
10:56 paxed ashimema: only "most"?
11:05 fridolin paxed: the ranking can be made on an index, but you will have to patch C4::Search
11:06 fridolin note it works only with sort by relevence
11:23 jwagner joined #koha
11:36 tcohen joined #koha
11:37 Oak eythian++
11:40 collum joined #koha
11:41 meliss joined #koha
11:42 fridolin joined #koha
11:54 n00bies joined #koha
11:54 n00bies Hello all, I am new to server configuration. I am running windows 8.1 and have VirtualBox and the Ubuntu server 12.04.4 image. I'm about to test it for the first time flowwing the instructions provided here: http://wiki.koha-community.org[…]ages#Introduction I have been a tier 1 tech desk side support guy for a few years...
11:57 n00bies I've not set up a server and do not have a better than average level of skill with the command line, Apache, and MySQL tools. But I'm looking at this as a learning opportunity and I'm helping my cousin, an awesome librarian out. How difficult would you rate the configuration? I guess, like in all things, i'll learn by trial and error..
12:01 grex joined #koha
12:04 francharb good morning #koha
12:05 gerundio good morning
12:05 gerundio is it possible to import serials into Koha
12:06 gerundio I mean the subscriptions data of the serials
12:06 gerundio is it possible?
12:14 cait hi n00bies
12:14 irma joined #koha
12:14 cait look for a packages installation
12:15 cait packages?
12:15 wahanui well, packages is at http://wiki.koha-community.org/wiki/Debian
12:15 cait gerundio: it is possible but not totally easy
12:15 cait gerundio: there is no subscription import tool, you'd have to fill the tables yourself and it's a bit tricky
12:15 gerundio cait, our head librarian is writing a report on the migration we had 1 year ago, from Docbase to Koha
12:16 gerundio at the time, if I recall it correctly, it was only possible to migrate the MARC records for the serials
12:16 gerundio but not the subscription data
12:17 gerundio it would only be possible with the help of scripts specifically coded for that purpose
12:18 gerundio what you're saying is that it's still the same, right?
12:18 n00bies hi cait
12:18 cait gerundio: i think so yes .- you'd need to program something
12:19 gerundio thanks for the confirmation :D
12:19 gerundio cait++
12:21 tcohen joined #koha
12:22 oleonard joined #koha
12:23 oleonard Hi #koha
12:24 talljoy morning #koha
12:25 cait hi oleonard, talljoy and tcohen
12:25 talljoy hey cait
12:26 tcohen morning!
12:26 wahanui i heard morning was a state of the cait
12:26 talljoy heh
12:27 Dyrcona joined #koha
12:28 talljoy i've got a catalog that is not returning results on keywork searches but does on author/title/etc.
12:29 gaetan_B gerundio: we have done it before, you need specific scripts yes. but the new features in the serial modules help a lot, since you can define you own numbering patterns and most importantly frequencies
12:30 cait talljoy: hm QueryParser+OpacSuppression maybe?
12:30 gerundio gaetan_B, the librarians have been using the features on the serial modules to populate the data
12:30 gerundio apart of some minor issues I think that the job is being done
12:32 n00bies how much ram is necessary to run Koha in a Linux box, and would a older machine suffice? This would be dedicated to Koha only and basic web browsing. Would a Dell Inspiron Mini 10 be ok?
12:33 talljoy sorry, phone call.
12:33 talljoy cait, i checked those, but let me look again.
12:34 oleonard Hi cait, I hope your post-hackfest travel went well
12:34 cait it did :)
12:34 talljoy yup, both of those are correct.  (no suppress/no query parser)
12:34 cait hmm
12:34 * talljoy is jealous of the cheese in france
12:35 cait talljoy: sorry, out of ideas right now :(
12:35 talljoy is ok.
12:35 talljoy i think this may be related to a custom 'word' index set up on the 035$a tag/subfield
12:35 talljoy it must be chunking up the keyword search.  at least it's a place to start looking
12:35 tcohen_ joined #koha
12:36 lds joined #koha
12:38 JesseM joined #koha
12:39 JesseM Hello
12:39 wahanui bidet, JesseM
12:40 cait hi JesseM
12:40 JesseM Hi Cait
12:41 oleonard You still on tour JesseM?
12:42 JesseM Yes today is our last day in Rome.
12:42 cait oooh
12:42 JesseM Heading home bright and early tomorrow
12:44 nengard joined #koha
12:48 cait JesseM: still atthe library right now?
12:48 JesseM Yep
12:48 JesseM for about another 2 hours or so
12:52 francharb joined #koha
13:00 titi joined #koha
13:07 NateC joined #koha
13:08 fridolin joined #koha
13:09 fridolin left #koha
13:10 fridolin joined #koha
13:14 bag heya fridolin
13:15 fridolin hie bag
13:15 cait hi bag :)
13:15 fridolin bag : home sweet home ?
13:17 bag nope sitll in Rome
13:17 bag fly home tomorrow
13:19 rhcl joined #koha
13:19 cait bag: how is the training? :)
13:26 cait oleonard: i filed a duplicate!
13:26 * cait hides
13:27 * oleonard blames all the cheese
13:27 fridolin rome sweet rome then :D
13:38 rocio joined #koha
13:40 tgoatley joined #koha
13:44 oleonard jcamins_ around?
13:47 jcamins_ Underscore?!?
13:47 wahanui i think underscore is a breakin character and is substituted for space
13:49 oleonard Hi jcamins, I was just about to submit a patch for Bug 11951 and got to wondering about the OPACdidyoumean system preference
13:49 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11951 normal, P5 - low, ---, oleonard, ASSIGNED , OPAC search suggestions template error
13:50 oleonard It's in Local use because it's not meant to be changed by the library?
13:50 jcamins Right.
13:50 jcamins There's a separate page for managing it.
13:51 oleonard Thanks I think I just need to be regularly reminded of this since I keep forgetting
13:57 barton_ joined #koha
14:15 devap I managed to get nginx --> uwsgi --> Plack --> [opac/intranet] working! But all the utils look for apache (grep: /etc/apache2/sites-available/$instancename: No such file or directory)
14:15 devap hate to have apache installed just to use the kohl scripts :-(
14:16 ashimema hmm..
14:16 ashimema I don't think I found that..
14:16 ashimema ah.. are you talking packages..
14:17 ashimema did you use the catalyst script?
14:17 devap koha-list, koha-enabled, etc.
14:17 devap :q
14:17 ashimema that would be packages then..
14:17 devap not packages
14:18 ashimema I've only seen those scripts used with package personally.
14:18 devap I had to install from tarball, since I couldn't find an updated package for ubuntu (saucy and trusty)
14:19 devap are other script I should be using?
14:20 ashimema i'm not the expert on production installs.. so afraid I don't know
14:21 ashimema interesting in your experiences with plack though..
14:21 ashimema you should probably submit a bug for the hard coded stuff in those scripts.
14:23 tcohen_ devap: those scripts you mention target .deb installs
14:23 tcohen_ no tarball installs
14:23 tcohen_ and yes, plack support is not ajusted in the packages
14:24 cait devap: debian packages should also work on ubuntu i thnk, i used them in the past
14:25 tcohen_ devap: packages are not working on saucy because of some problems with apache 2.4
14:25 tcohen_ *but* they should work with minor tweaks
14:26 devap that's what I get for copying the files into place manually -- you're right, they were in a debian/scripts subdirectory under the source tree. But when I completed the install these utils were not on the system, so I had an unusable system w/out them...
14:26 maximep joined #koha
14:26 mtompset_away joined #koha
14:26 ashimema thanks for verifying my suspicions tcohen.
14:27 mtompset Greetings, #koha.
14:28 tcohen_ devap: the package-scripts let you handle and maintain a cluster of Koha instances on the same server
14:28 tcohen_ they are pretty handy, but you can live without them if you need to
14:28 ashimema we probably should open a bug on those scripts though.. at some point it'll be useful to be able to choose between nginx and apache.. and cgi vs plack.
14:29 devap the problem I had w/the packages was a circular dependancy on apache-itk, which is not installable under trusty (or saucy for that matter). I was able to install apache_itk module manually under apache 2.4, but the koha packages still wouldn't install. Got everything to work manually so I'm happy now, just a tad confused.
14:29 ashimema I've been working on seperating out the nginx bug from the nginx + plack bug
14:29 devap I've only got one instance on the server, so the scripts aren't a major problem for me.
14:30 cait ashimema++ # general awesomeness :)
14:30 devap Would be nice to be able to switch between nginx/apache though, although at this point everything seems to work fine under nginx.
14:32 ashimema devap.. the patch that builds nginx defualt configs is almost there.. but needs some further work to be good for packages etc
14:32 sophie_m I have some trouble fetching from git://koha-community.org/koha.git. Am I alone in this case ?
14:33 tcohen_ sophie_m: same here
14:33 sophie_m who is able to help us ?
14:33 oleonard gmcharlt?
14:33 wahanui gmcharlt is an expert in all things library technology.
14:34 gmcharlt I've pinged ByWater about it
14:34 devap ashimema: thanks! that'll be super useful!
14:34 sophie_m thanks gmcharlt
14:43 sophie_m matts: MT 12848
14:43 sophie_m oups, wrong chan
14:45 ashimema :)
14:47 sophie_m git://koha-community is back, thx
14:47 ashimema yeay
14:56 cait bye all :)
14:56 cait left #koha
15:29 huginn New commit(s) kohagit: Bug 11935: fix capitalization: OPAC prog theme, checkouts tab <http://git.koha-community.org/[…]94d538c9229fb463a> / Bug 11938: fix capitalization: Serial prediction pattern preview - Publication Date <http://git.koha-community.org/[…]2ce032ad7157bd0db>
15:32 fridolin joined #koha
15:32 fridolin left #koha
15:34 francharb joined #koha
15:40 jenkins_koha Starting build #391 for job master_maria (previous build: SUCCESS)
15:43 nengard joined #koha
15:58 jenkins_koha Starting build #1666 for job Koha_master (previous build: SUCCESS)
16:07 ashimema search.pm is giving me a headache again.
16:34 tcohen whats up ashimema?
16:37 jenkins_koha Project master_maria build #391: SUCCESS in 58 min: http://jenkins.koha-community.[…]master_maria/391/
16:37 jenkins_koha * Owen Leonard: Bug 11938: fix capitalization: Serial prediction pattern preview - Publication Date
16:37 jenkins_koha * Owen Leonard: Bug 11935: fix capitalization: OPAC prog theme, checkouts tab
16:37 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11938 trivial, P5 - low, ---, oleonard, Pushed to Master , Capitalization: Serial prediction pattern preview - Publication Date
16:37 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11935 trivial, P5 - low, ---, oleonard, Pushed to Master , Capitalization: OPAC prog theme, checkouts tab
16:46 reiveune bye
16:46 reiveune left #koha
16:51 AmitG joined #koha
16:51 AmitG hi alex around
16:52 laurence left #koha
17:06 mcooper joined #koha
17:06 wajasu is the deal that each and every biblio might have been catalogued with a different framework? so when inspecting a biblio and its items, should one "lookup" the framework each time?
17:07 wajasu using the marc/xml transformation methods which specify a frameworkcode.
17:10 ashimema tcohen : I was working on the QueryParser with OpacSuppression bug and got lost trying to work my way through buildQuery.
17:10 ashimema my patch was too simplistic.. there's all sorts going on in there :S
17:20 mtompset wajasu: Yes. We have different branches. One uses the Default. Another branch uses the Books.
17:20 mtompset Users can search both branches.
17:24 mtompset wajasu: I suspect it's more important to look it up at search results page rather than details page.
17:24 mtompset one biblio = one framework. :)
17:25 rhcl joined #koha
17:32 mtompset Now... let's see... 1.5 hours... I'll play with your 11909, wajasu. :)
17:38 mtompset oleonard: You here?
17:38 oleonard Yes
17:38 mtompset did you notice my question on bug 10823?
17:38 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=10823 trivial, P5 - low, ---, oleonard, Needs Signoff , add class info to enumchron data in detail.tt, for better styling
17:39 mtompset Because I thought that it might overlap a little with bug 10825.
17:39 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=10825 minor, P5 - low, ---, mtj, Needs Signoff , detail.tt displays duplicated enumchron values for serial items
17:39 mtompset but obviously for different reasons.
17:41 oleonard I did not see it. I will look.
17:51 mtompset ashimema: Did you fail qa bug 11869?
17:51 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11869 enhancement, P5 - low, ---, koha-bugs, Failed QA , Add more informations to the member printing pages.
17:52 * mtompset is guessing that you are the same person, because of bits and piece of the nick and name match, but I could be wrong. :)
17:58 * oleonard doesn't see enumchron data displayed on detail.tt
18:03 Sean joined #koha
18:04 mtompset I had to go looking for an entry.
18:05 mtompset I had to go looking for an entry, oleonard. :)
18:05 Sean Hi all, would anyone happen to know of an example library using a public report + jquery to display the report items?
18:10 mtompset Sean: you might also be interested in bug 11491. ;)
18:10 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11491 enhancement, P5 - low, ---, mtompset, Pushed to Master , Extending report service to be annotated
18:10 Sean 11491 thanks!
18:12 mtompset (in master so it will make 3.16 :) )
18:13 Sean that's really great news, thanks!
18:18 gaetan_B bye!
18:22 cait joined #koha
18:24 jenkins_koha Project Koha_master build #1666: SUCCESS in 2 hr 28 min: http://jenkins.koha-community.[…]Koha_master/1666/
18:24 jenkins_koha * Owen Leonard: Bug 11938: fix capitalization: Serial prediction pattern preview - Publication Date
18:24 jenkins_koha * Owen Leonard: Bug 11935: fix capitalization: OPAC prog theme, checkouts tab
18:24 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11938 trivial, P5 - low, ---, oleonard, Pushed to Master , Capitalization: Serial prediction pattern preview - Publication Date
18:25 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11935 trivial, P5 - low, ---, oleonard, Pushed to Master , Capitalization: OPAC prog theme, checkouts tab
18:27 * cait waves
18:30 mtompset Greetings, cait.
18:32 oleonard My serials don't show anything in the "publication details" column on the detail page.
18:34 cait hm
18:34 cait which bug are you looking at?
18:35 oleonard Bug 10825
18:35 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=10825 minor, P5 - low, ---, mtj, Needs Signoff , detail.tt displays duplicated enumchron values for serial items
18:35 cait ah
18:35 cait i never got that bug confirmed either
18:35 oleonard Except instead of seeing duplicate enumchron values I see none at all
18:35 cait tcohen: around?
18:36 mtompset I did. :)
18:36 mtompset I saw it.
18:37 cait oleonard: hm do your issues show nothing? no numbering?
18:38 oleonard My items show up in the holdings tab with no "publication details." The subscriptions tab shows the correct issue information
18:39 wajasu mtompset: i'll be around working on koha things this afternoon.
18:53 NateC joined #koha
19:20 tcohen cait: here I am
19:28 gerundio joined #koha
19:33 * cait waves
19:35 rhcl waves
19:38 * wajasu playing with facet counters.  noticed that maxRecordsForFacets does play an important part of limiting facets counter.  if i search for an auther and there are 72 results/books, i might see that author with a count of 20 which is the max.
19:39 wajasu if i bump the syspref to 100 i get the correct 72.
19:45 mtompset wajasu: That's because we build facets in Koha. That's the wrong way to do things.
19:45 mtompset I was under the impression that someone was working on getting facets from zebra.
19:46 mtompset jcamins tcohen -- do you guys remember who?
19:46 wajasu i looked into that, but thought you wanted it in zebra/koha.
19:48 wajasu if i iterate all the results (which could be thousands of records) my counts woul dbe correct, but at the expense of retrieving all the marc records.
19:49 mtompset wajasu: Exactly...
19:49 mtompset UNLESS the facets were returned by Zebra. ;)
19:49 mtompset I don't care where the facets come from.
19:50 mtompset I just care about no leaking.
19:50 mtompset That is, if something is hidden, there's no facet for it.
19:51 wajasu ok. after you apply the patch, edit opac/opac-search.pl and change line 613: to $total = $total + $results_hashref->{$server}->{"hits"};
19:52 wajasu and set maxRecordsForFacets to 1000 for now.
20:00 mtompset wajasu: see bug 11232
20:00 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11232 new feature, P5 - low, ---, gmcharlt, NEW , Retrieve facets from Zebra
20:05 wajasu mtompset: i read the bug now.
20:05 wajasu i think that is something possible for the future.
20:05 wizzyrea Yea, you can only get that if you use serials
20:05 wizzyrea for 10825
20:07 wajasu my patch will let us make the facets customizable as in bug 10891, and i think saby's JSON like description for facet config is along the right lines to drive config.
20:07 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=10891 enhancement, P3, ---, gmcharlt, NEW , Make facets customisable
20:08 wajasu i looked at elasticsearch and we could align with their facet JSON configs, so the config could help support the future elastic search effort.
20:10 mtompset Hmmm... I have been thinking about the MARC and UNIMARC distinction. Would we ever want to get Koha to the point where it doesn't matter if the record is UNIMARC or MARC, and that they are only relevant for output purposes?
20:11 wajasu i also noticed bug 11334 because when i added the ability to hide the branch(i.e. holdingbranch), and that stuff gets confusing.
20:11 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=11334 enhancement, P5 - low, ---, kyle, Passed QA , Add facet for home library
20:12 mtompset Yes. The annoyances. ;)
20:13 wajasu i had  homebranch:[MPL] but the Miday would show up.   i had to put holdingbranch: [MPL].
20:14 wajasu i just for the time being hid the holdingbranch in the facets if it matched in OpacHiddenItems.
20:21 meliss joined #koha
20:43 meliss joined #koha
21:22 eythian hi
21:25 trea joined #koha
21:31 eythian I recognise that IPv6 prefix.
21:50 Dyrcona joined #koha
21:51 nengard left #koha
22:03 cait hm?
22:03 * cait waves
22:05 eythian hi cait
22:20 cait and good night everyone :)
22:20 cait left #koha
22:56 JesseM joined #koha
22:59 rocio left #koha
23:01 chrisvella94 joined #koha
23:02 papa joined #koha
23:13 maximep left #koha
23:50 BobB joined #koha
23:54 BobB_ joined #koha
23:59 irma_ joined #koha

| Channels | #koha index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary