Time  Nick         Message
00:19 wajasu       should or do all items have a barcode number?
00:21 eythian      they don't have to
00:21 eythian      it's nice if they do, but not compulsory by any means.
00:21 pianohacker  especially now that you can check out by searching
00:22 wajasu       working on a patch for a fine description.  which would you prefer   "Rental  Renewal (A heart for God /  barcode:1111)"  or "Rental  Renewal (A heart for God /  1111)" where barcode number doesn't show if one doesn't exist.
00:23 wajasu       for bug 11573
00:23 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11573 new feature, P5 - low, ---, koha-bugs, Needs Signoff , change description of charges in account fines
00:24 wajasu       i'm just building on the fly without touching the historical accountline description. (Except for detecting a renewal).
00:26 eythian      wajasu: probably the latter one I'd expect.
00:31 wajasu       yeah. concise.  i wonder if i should just add my patch and obsolete the current.  is that ok?  the accountlines description in the DB will stay the same, though we never show it, and we won't lose historical info.
00:32 wajasu       all the fields that re being read into the description are available as fields, so i think we can derive a description on the fly. and be DRY.
00:35 wajasu       it seems that the accounttype isa column AND its being stored in description.  we could just move the column to the left of the description or hide th column  since its displayed as part of the description.
00:36 wajasu       at least on the fines tab.
00:46 eythian      wajasu: probably make a followup patch
00:49 wajasu       so just attch it and mention it can replace the other and let someone else decide to test/signoff.
00:52 eythian      no, a followup is a patch that applies after the other one with the differences.
00:53 wajasu       ok. I can go that route.
01:39 mtompset     Thanks for the comment, eythian on 7234. :)
02:07 rangi        yay pie
02:08 mtj          peeps, can anyone recall the fix for this old chestnut error..
02:08 mtj          Bad arg length for Socket::pack_sockaddr_in, length is 0, should be 4 at /usr/lib/perl/5.10/Socket.pm line 214.
02:09 mtj          when creating a user, in this case
02:09 eythian      I saw that just last night.
02:09 mtj          a quick google show chris_n hitting the same problem in 2009
02:09 mtj          http://ilbot2.kohaaloha.com/koha/2009-08-31#i_293812
02:10 eythian      I can't remember how I fixed it.
02:10 mtj          ive fixed it before too!
02:10 mtj          galen says "check Michael's patch pushed yesterday, does that help?"
02:11 mtj          chris says "gmcharlt: yup, that fixed it up"
02:12 mtj          so… what was micheal's patch, pushed on 2009-08-30
02:12 eythian      does it happen on all pages?
02:13 mtj          no, just saving a patron, it seems
02:14 eythian      I think mine was happening on all URLs
02:16 gmcharlt     mtj: 051477fbfed3667b08280ec29ed87978dd6b7d3c
02:16 gmcharlt     is the commit I was probably referred to at the time
02:16 mtj          051477fbfed3667b08280ec29ed87978dd6b7d3c
02:16 mtj          snap :)
02:16 mtj          cheers guys
02:17 mtj          i might try removing the <memcached_servers> elements in  each ./koha-conf.xml
02:18 eythian      oh
02:18 eythian      that was it
02:18 eythian      I did SetEnv MEMCACHE_SERVERS=...
02:18 eythian      instead of SetEnv MEMCACHE_SERVERS ...
02:18 eythian      or something like that
02:19 eythian      (because memcache is configured in apache conf)
02:19 eythian      (but you aren't allowed to use an = sign)
02:19 rangi        not for long it isnt
02:19 rangi        well it probably will be
02:19 rangi        but ill keep wishing it wasnt
02:21 mtj          fixed … :p
02:25 phasefx      hey folks, is it possible to inject CSS tweaks into IntranetSlipPrinterJS, instead of customizing print.css?
02:25 eythian      you could totally do it with jquery or something
02:26 phasefx      excellent, thanks!
02:26 mtj          hey rangi , curious … whats the biggest problem with the memcache stuff living in apache?
02:27 mtj          ..is it just an httpd  portability hassle?
02:27 mtj          or something else
02:28 eythian      It's configuration in a place that shouldn't be used for Koha configuration. On the flip side, it is needed to be known before the configuration is loaded.
02:29 rangi        also it ties us to apache
02:29 rangi        where with plack, id probably prefer to run nginx in front
02:30 rangi        i think there are ways around needing it before the config, that dont involved ENV variables :)
02:31 rangi        but i dont care quite enough to do it, .. yet :)
02:35 mtj          i did notice some nginx equiv. of SenEnv -  so it looks possible to give koha that memcache info from nginx
02:35 * wajasu     turned on the tv and over the air HD vietnamese VF-TV station is broadcasting a linux redhat console at the root prompt.
03:09 wizzyrea     phasefx: or you can escape the script </script> put in your CSS in a correct style tag, then reopen the script.
03:10 wizzyrea     possibly a hackish way to do it, but effective.
03:10 wizzyrea     but I thought we had slipcss now
03:10 eythian      mtj: setenv in nginx won't pass to plack, but there'll be a plack way to do it anyway.
03:10 wizzyrea     where you can define a css file to use for the slips
03:21 dcook        wizzyrea: It looks like SlipCSS might just be a url?
03:22 dcook        Certainly usable but perhaps not too user friendly
03:23 wizzyrea     yea it's not terrifically user friendly, not so bad if you've already got a location to keep that kind of custom theming stuff.
03:23 wizzyrea     it should have been a box like opacusercss
03:25 dcook        Probs
03:36 mtj          eythian, ah ok : ) ^
03:48 bag          oh yeah the pi pie got there
03:49 dcook        mmm pi pie
03:51 Oak          kia ora #koha
03:52 Oak          bag++
03:52 Oak          for sending the pie. excellent idea.
03:52 bag          :)  that pie does look yummy!
03:53 Oak          it sure does :) and it fixed everything!
03:53 Oak          fixes*
03:56 * Oak        wishes he could send a pie to everyone here someday.
03:58 Oak          until then i can start helping with the bugs sign-off though. i know that. hopefully, after 15th March.
04:12 bag          :)
06:21 * cait       waves
06:22 wajasu       hey
06:22 wajasu       did you ever get your pdf bug tested?
06:26 mtompset     Okay, that's it... that took too long to test.
06:26 mtompset     Have a great day, #koha.
06:26 wajasu       whtat
06:26 wajasu       what bug
06:26 wahanui      bug is it stores biblionumber not itemnumber
06:26 wajasu       aaargh the suspense.
07:02 cait         wajasu: my pdf bugs got signed off
07:02 cait         but you probably meant something else?
07:02 wajasu       great. i saw on the dashboard ;)
07:06 wajasu       cait: you are a fines export correct?  maybe you can comment on bug 11573
07:06 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11573 new feature, P5 - low, ---, koha-bugs, Needs Signoff , change description of charges in account fines
07:07 wajasu       s/export/expert/
07:08 wajasu       i think maybe my followup partially addressed bug 11301
07:08 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11301 enhancement, P5 - low, ---, koha-bugs, NEW , Pay Fines - Accession number / Barcode Not Displayed
07:09 wajasu       i added barcode number, but not accession number.  what or where is accession number?
07:09 wajasu       Hmmm.
07:30 cait         sorry not really here this morning
07:30 cait         packing
07:30 cait         khall is the real fine expert
07:33 reiveune     hello
07:57 * magnuse    waves
07:57 Oak          magnuse
07:57 Oak          hello cait
07:57 Joubu        hello
07:58 Oak          hello Joubu
08:01 magnuse      Oak!
08:01 magnuse      bonjour Joubu
08:01 magnuse      @wunder marseille
08:01 huginn`      magnuse: The current temperature in Realtor, CABRIES, France is 3.7°C (9:01 AM CET on February 28, 2014). Conditions: Mostly Cloudy. Humidity: 80%. Dew Point: 1.0°C. Windchill: 4.0°C. Pressure: 29.92 in 1013 hPa (Steady).
08:01 magnuse      @wunder boo
08:01 huginn`      magnuse: The current temperature in Bodo, Norway is 2.0°C (8:50 AM CET on February 28, 2014). Conditions: Clear. Humidity: 70%. Dew Point: -3.0°C. Windchill: -4.0°C. Pressure: 29.77 in 1008 hPa (Steady).
08:06 * cait       waves
08:06 cait         will be in and out... but back properly monday night
08:06 magnuse      have fun cait!
08:21 cait         bbl from a train... :)
08:34 gaetan_B     hello
08:34 wahanui      what's up, gaetan_B
09:47 * cait       waves from a train
10:06 cait         so quiet today?
10:12 matts        maybe cause it's caturday ?
10:13 cait         caturday?
10:13 matts        friday = caturday :)
10:13 matts        http://www.beatitsquid.info/wp-content/uploads/2010/08/caturday_09.jpg
10:14 cait         :)
10:14 cait         maybe :)
10:14 cait         nz aready has weekend
10:14 matts        lucky guys ! But they'll have monday morning before us, so...
10:15 cait         the balance will be kept :)
10:15 cait         lol
10:15 matts        No disturbance in the Force :)
10:22 gerundio     good morning
10:23 gerundio     our OPAC stop displaying any results on search
10:23 gerundio     we're using Zebra and looking at the logs I see "zebrasrv(15) [warn] d1: 1: Malformed tag" for each query made
10:24 gerundio     I only found one reference to this error in an IRC log stating that a full reindex is in order
10:24 gerundio     is there any workaround for this?
10:25 cait         :)
10:26 mveron       Hi #koha
10:26 mveron       @wunder allschwil
10:26 huginn`      mveron: The current temperature in Wetter Allschwil, Allschwil, Switzerland is 11.8°C (11:26 AM CET on February 28, 2014). Conditions: Scattered Clouds. Humidity: 50%. Dew Point: 2.0°C. Pressure: 29.65 in 1004 hPa (Falling).
10:29 cait         gerundio: never had that happen
10:29 cait         does staff still work?
10:29 gerundio     cait, no, the same is happening
10:30 gerundio     I guess both search mechanisms are based on Zebra
10:30 gerundio     so that was somewhat expected
10:34 gerundio     is there any cli tool that allows me to connect to zebra and perform queries or check indexing stats?
12:50 petter       Good day, #koha
12:50 tcohen       hi petter
12:50 petter       hi tomas:)
12:53 cait         hi petter and tomas
12:53 tcohen       hey cait :-D
13:01 matts        gerundio, you can use yaz-client
13:08 magnuse      hiya petter tcohen khall barton
13:09 khall        mornin magnuse et al!
13:10 barton       morning magnuse!
13:10 petter       hei magnus!
13:13 magnuse      et bonjour paul_p
13:16 oleonard     Hi #koha
13:19 magnuse      hiya oleonard
13:28 francharb    morning
13:57 tcohen       any english idiomaticity tester volunteering for a simple check
13:58 oleonard     Me speak good English
13:58 pastebot     "tcohen" at 172.22.66.78 pasted "Possible default koha-sites.conf for the packages install. please help with the wording :-D" (54 lines) at http://paste.koha-community.org/145
13:59 tcohen       build -> built
14:00 oleonard     It reads well to me tcohen
14:00 tcohen       thanks oleonard
14:04 gerundio     matts, thanks for the reply earlier
14:04 mtompset     Greetings, #koha.
14:05 mtompset     oleonard: You there?
14:05 oleonard     Yes
14:05 gerundio     I saw some koha documentation regarding the usage of the yaz-client to connect to zebra via the Z39.50 protocol
14:06 mtompset     I was testing 11832 and noticed as an aside: Use of getPreventDefault() is deprecated. Use defaultPrevented instead.
14:06 mtompset     jquery.js line 3.
14:06 mtompset     Is that Koha or something I have out of date?
14:06 gerundio     but I then noticed I'm not running the public Z39.50 server on my koha installation
14:07 tcohen       mtompset: i've updated my koha-sites.conf patch, hope you and eythian agree now
14:07 oleonard     mtompset: Where did this message appear?
14:07 mtompset     7234?
14:07 mtompset     the firebug console.
14:08 mtompset     along with excessively floody messages.
14:08 petter       mtompset: 90% of all sites on the internet get that message recently
14:08 petter       I see it everyday
14:08 matts        gerundio, no problem, if you edit koha-conf.xml, you'll see the address of your zebra (probably unix://)
14:08 petter       event.returnValue is deprecated. Please use the standard event.preventDefault() instead.
14:09 matts        gerundio, something like this : <listen id="biblioserver" >unix:/home/koha/sites/kohacommunity/var/run/zebradb/bibliosocket</listen>
14:09 matts        then you can use yaz-client unix:/home/koha/sites/kohacommunity/var/run/zebradb/bibliosocket
14:09 tcohen       mtompset and petter: maybe its a bug in firebug :-P :-P
14:10 tcohen       mtompset: yes, bug 7234
14:10 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7234 enhancement, P5 - low, ---, robin, Needs Signoff , koha-common Debian package should include koha-sites.conf
14:10 mtompset     Nah, tcohen. It's more likely people evolving APIs too fast.
14:11 mtompset     tcohen: WOW! That's commenting.
14:11 gerundio     matts++
14:11 * tcohen     kind of loves documenting stuff
14:12 magnuse      tcohen++
14:12 mtompset     I see nothing wrong with it.
14:12 oleonard     mtompset: If the console is giving us warning about code in jquery.js the only thing we can do is upgrade jquery, which we can do just as soon as we upgrade or replace the jquery plugins which are incompatible with the latest jquery
14:12 tcohen       i changed the default port to 80
14:13 mtompset     Ah, okay, oleonard. Just curious.
14:14 mtompset     tcohen: Just let me clone up and roll a distribution to test it. ;)
14:16 oleonard     Anyone else finding that in master a search from the advanced search screen incorrectly returns no results?
14:17 oleonard     title, author, keyword searches with no limits
14:18 gerundio     matts, is that the default location for the zebradb/bibliosocket on a koha installation?
14:18 gerundio     I don't seem to have that in my filesystem
14:18 matts        hmm, I don't know exactement, what does your koha-conf.xml says ?
14:18 tcohen       gerundio: packages install?
14:19 matts        exactly*
14:20 tcohen       gerundio: /var/run/koha/<instance>/*socket
14:21 mtompset     oleonard: Haven't tried.
14:21 gerundio     tcohen, I installed koha using the tar.gz downloaded from the site and zebra via apt-get
14:21 mtompset     oleonard: patron search auto-complete? Where is that?
14:21 gerundio     tcohen, found it in that location
14:22 gerundio     thanks
14:22 tcohen       so is /var/run/koha/bibliosocket
14:22 gerundio     I thought it was a file and ran locate trying to find it
14:22 mtompset     gerundio: Are you using a debian-based OS?
14:22 gerundio     but since its a dir it didn't show up in the results
14:22 gerundio     mtompset, yes
14:22 oleonard     mtompset: with regard to holds?
14:22 mtompset     Why didn't you install from packages, gerundio?
14:22 mtompset     oleonard: Yes, with regard to holds.
14:23 mtompset     I was at the biblio record and clicked the holds tab to trigger your error.
14:23 gerundio     it's been a long time since I've done the installation... don't really remember the details
14:23 mtompset     did you install prior to 3.4?
14:24 oleonard     mtompset: Do you have  CircAutocompl enabled? On the place hold screen when you're prompted for a patron name or card number it will trigger an autocomplete search
14:25 gerundio     mtompset, I installed 3.8
14:25 mtompset     where is the place hold screen?
14:26 mtompset     I deleted all the items on a biblio to test your patch.
14:26 gerundio     I'm planning an upgrade to 3.14 in the near future
14:27 oleonard     mtompset: You won't see the patron input form if there are no items. That's what the bug is about. Test with a title that has items if you want to see the autocomplete
14:27 gerundio     would it be easy to replace this installation with one via packages?
14:27 mtompset     oleonard: Ah, okay. That's the part I didn't understand.
14:27 tcohen       gerundio: fairly simple
14:27 tcohen       it depends on the level of customization you have
14:27 rhcl         @wunder 64507
14:28 huginn`      rhcl: The current temperature in Wyatt Park, St Joseph, Missouri is -5.2°C (8:27 AM CST on February 28, 2014). Conditions: Clear. Humidity: 61%. Dew Point: -12.0°C. Windchill: -5.0°C. Pressure: 29.88 in 1012 hPa (Steady).  Winter Storm Watch in effect from Saturday evening through late Sunday night...
14:28 gerundio     tcohen, none in the source code
14:28 tcohen       so it would be doing a normal setup, creating a Koha instance, and loading a dump of the old DB on the new one
14:28 tcohen       and go through the upgrade steps
14:29 gerundio     I'll make sure to try that on a testing environment
14:29 gerundio     thanks for the tips
14:29 mtompset     gerundio: This may help
14:29 mtompset     http://wiki.koha-community.org/wiki/Moving_an_installation_from_a_regular_install_to_the_Debian_packages
14:29 oleonard     mtompset++ # Thanks for testing
14:30 gerundio     btw, the packages are fairly up to date as soon as a new koha version is released?
14:30 tcohen       a couple of days lag
14:30 mtompset     -- unless it is a security release. ;)
14:30 tcohen       heh
14:31 gerundio     tcohen++
14:31 mtompset     I have to say, I've seen really good turn around times on security patches here. :)
14:31 tcohen       our RM is awesome organizing things for releasing
14:33 mtompset     oleonard: How else can I try to stay in the top 3 signoffs? ;)
14:34 mtompset     I'm 3 down. ;)
14:35 tcohen       hey, you can sign my patch :-P
14:35 mtompset     I blame getting sick last week.
14:35 pastebot     "oleonard" at 127.0.0.1 pasted "Advanced search failing" (11 lines) at http://paste.koha-community.org/146
14:35 rhcl         that's a mighty fine looking pie
14:35 mtompset     I'm working on it now, tcohen. ;)
14:37 mtompset     oleonard: I just tried advanced search -> keyword: blue -> click search.
14:37 mtompset     Works for me.
14:38 mtompset     oh, advanced search in staff.
14:38 tcohen       there was a bug about that, cait?
14:38 mtompset     still worked.
14:39 magnuse      yeah, bywater++ for the pie!
14:39 mtompset     That pie was most definitely a cool idea.
14:40 mtompset     greetings, cait. tcohen just mentioned you. :)
14:40 cait         hope he said something nice? ;)
14:40 cait         on and off trains today
14:40 cait         and lost my old ipod nano in one of them :(
14:40 mtompset     :( sorry to hear that.
14:41 cait         yeah :(
14:42 cait         they looked for it, but couldn't find it... i don't think chances are high it will be found and returned right now
14:42 cait         so what did tcohen say?
14:45 jcamins      oleonard: when I do a search for "blue" I get the exact same URL, but I get results.
14:45 oleonard     jcamins: Any idea what could be going wrong on my system?
14:46 jcamins      If you were using Plack, I'd guess timeouts, but since you're not... not really. Any error messages?
14:46 oleonard     jcamins: Not a thing.
14:48 mtompset     "there was a bug about that, cait?"
14:48 mtompset     I'm thinking it might be related to the search problems being discussed now.
14:48 jcamins      Odd.
14:49 * jcamins    heads into the city.
14:49 jcamins      I will ponder and let you know if I think of anything.
14:49 tcohen       hi jcamins
14:49 cait         i filed a bug because suddenly the search urls from advanced search show lots of empty parameters
14:49 cait         but apart from that i am not aware of new problems
14:49 ff           alo
14:50 ff           xin chào
15:24 druthb       Hi, talljoy! :)
15:42 mtompset     YAY! bug 10276. YAY!
15:42 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10276 enhancement, P5 - low, ---, kyle.m.hall, Signed Off , Extend IndependentBranches to support groups of libraries
15:43 mtompset     khall++ # YAY! This could solve a problem we were looking for. :)
15:43 khall        excellent!
15:44 khall        please give it a test! I think this bug could be the backbone of allowing consortia of library systems to be more likely to use koha
15:44 mtompset     We have libraries in the Philippines, and other countries. We want the Filipino librarians to have access to the Philippine libraries, but not other countries, and vice versa.
15:45 khall        exactly what this was meant for!
15:54 talljoy      hi druthb!
15:54 talljoy      sorry i'm in another world this morning!
15:56 rhcl         mtompset: what do you mean by "have access"?
15:57 mtompset     be able to change things in the staff client.
15:57 rhcl         ic
15:57 mtompset     khall: I'll be testing that shortly. :)
16:03 mtompset     Interesting article. http://www.slate.com/blogs/future_tense/2014/02/27/how_nonsense_papers_ended_up_in_respected_scientific_journals.html
16:22 oleonard     Man oh man the jstree documentation sucks.
16:22 jcamins      oleonard: it sure does. Unfortunately, I still found it to be superior to the other plugins I tried.
16:26 mtompset     Should default text values be in English in Koha?
16:26 jcamins      oleonard: what are you trying to do? There's always the slight chance it's something I've done.
16:27 oleonard     jcamins: I continue to test the waters for a jQuery upgrade. the version of jstree we use is incompatible, but the new version is incompatible with the old version of jquery we use. So we have to update both simultaneously
16:28 oleonard     the configuration options in the old version of jstree have completely changed in the new version
16:29 oleonard     Thus I'm wishing for some documentation that simply said, "If you were doing this before, do this now"
16:30 jcamins      oleonard: ah, right. I'm using an old version of jstree too.
16:32 jcamins      I should upgrade. Sometime.
16:33 oleonard     I resisted the urge to assign Bug 11873 to you jcamins
16:33 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11873 normal, P5 - low, ---, koha-bugs, NEW , Upgrade jstree jQuery plugin to the latest version
16:33 jcamins      Probably wise.
16:35 oleonard     In the good news department, and upgrade to jqueryUI is perfectly possible and ready for signoff: Bug 11570
16:35 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11570 enhancement, P5 - low, ---, oleonard, Needs Signoff , Upgrade jQueryUI to latest version in the staff client
16:35 oleonard     The bad news is they released a new version the day after I submitted that patch :(
16:36 jcamins      I guess the issue is that we're upgrading jQuery to jQuery 2?
16:36 oleonard     No
16:37 oleonard     I had not planned to upgrade to jQuery 2 yet.
16:39 jcamins      But jstree 1.0 doesn't work with jquery 1.11?
16:42 Joubu        have a good week-end #koha!  o/
16:43 oleonard     jcamins: Well, that's what I had in my notes but I guess I was wrong. I thought it used the deprecated browser function
16:44 oleonard     *sigh*
16:44 jcamins      I'm using jstree 1.0-rc3 with jQuery 1.9.something, which I _think_ (and I could easily be wrong) is supposed to have the same API as jQuery 1.11.
16:47 oleonard     So aside from me wasting my own time, that's good news. It means the staff client is ready for a jQuery upgrade.
16:47 jcamins      Yay!
16:47 oleonard     The OPAC still has a couple of problem plugins.
16:51 reiveune     bye
17:59 talljoy      oleonard i've got a question for you.
17:59 oleonard     Sure
17:59 talljoy      i'm getting some poorly formed urls when searching authorities.  http://tinyurl.com/ln64cfr
17:59 talljoy      click the magnifying glass by author's name above
18:00 talljoy      i'm not finding a bz ticket at the moment.  do you know of one for this? or is this not in your wheelhouse?
18:00 oleonard     I'm not aware of an existing bug for that
18:01 talljoy      okay, i'll write one up for that.
18:01 * oleonard   would usually be aware of a bug filed in the OPAC component, but not in authorities
18:01 talljoy      is there a way to turn off that magnifying glass?  i.e. syspref?
18:01 talljoy      yes, authorities....everyone's favorite.
18:01 talljoy      :-/
18:03 rhcl         playing around with the link I got to a sirsi library :)
18:03 rhcl         that is malformed
18:03 talljoy      this library was an old sirsi library
18:04 oleonard     talljoy: I think that as long as the author is linked to an authority record you'll see that link?
18:04 talljoy      okay,  i wonder if i can hide it somehow...
18:04 talljoy      libraries don't like 404s
18:04 talljoy      heh
18:05 oleonard     $(".authlink").hide(); will hide it for authors and subjects both
18:06 talljoy      let me see if they would be okay with that in the interim.
18:06 talljoy      thanks oleonard
18:06 gaetan_B     bye !
18:08 oleonard     talljoy: It's a strange bug though. Doesn't look like it's happening in the template.
18:08 talljoy      odd indeed.  that jquery at least solved my immediate issue.  i'll enter a ticket asap
19:22 oleonard     Wow, Bug 11876 sounds neat
19:22 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11876 enhancement, P5 - low, ---, gmcharlt, Needs Signoff , Add a diff view to staged MARC Records.
19:40 maximep      yeah we did some cool stuff for the ccsr hehe
19:40 maximep      glad we finally have the time to push some of them
19:42 maximep      but this one was done in 2011 in 3.2... I hope the code isn't comple shit lol
19:42 oleonard     I'm sure someone will tell you if it is ;)
19:58 gmcharlt     tcohen++
19:58 tcohen       hm?
19:59 gmcharlt     bug 11096
19:59 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096 major, P5 - low, ---, gmcharlt, Pushed to Master , Koha cannot retrieve big records from Zebra
20:00 * tcohen     pauses his PS3 game
20:00 tcohen       OMGH
20:01 tcohen       heh
20:06 huginn`      New commit(s) kohagit: Bug 11096: support the retrieval of large MARCXML records <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=daf2ebc4f5aeaf3a73e11915a17a2a81eafc5cb9> / Bug 11096: Wrap each test set configuration in Search.t into a subtest <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=5159a43d4341b03bd1b30926e33bf9c686e9fb46> / Bug 11096: add regression tests for indexing/retrieving large MARC records <htt
20:07 mtompset     OMGH?
20:08 jenkins_koha Starting build #367 for job master_maria (previous build: SUCCESS)
20:12 jenkins_koha Starting build #1648 for job Koha_master (previous build: SUCCESS)
20:31 mtompset     How do I print receipts? Specifically how do I trigger the moremember-receipt template being loaded?
20:33 oleonard     View patron -> Print -> Print slip
20:35 mtompset     print slip doesn't trigger that, as far as I can tell.
20:35 mtompset     It triggers printslip.pl, not moremember.pl
20:36 mtompset     Is this a change from an older behaviour?
20:42 oleonard     Maybe so
20:46 mtompset     Do you think bug 7001 was the culprit? ;)
20:46 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7001 enhancement, P3, ---, srdjan, CLOSED FIXED, User Configurable Slips
21:06 jenkins_koha Project master_maria build #367: SUCCESS in 58 min: http://jenkins.koha-community.org/job/master_maria/367/
21:06 jenkins_koha * Galen Charlton: Bug 11096: add regression tests for indexing/retrieving large MARC records
21:06 jenkins_koha * Tomas Cohen Arazi: Bug 11096: Wrap each test set configuration in Search.t into a subtest
21:06 jenkins_koha * Tomas Cohen Arazi: Bug 11096: support the retrieval of large MARCXML records
21:06 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096 major, P5 - low, ---, gmcharlt, Pushed to Master , Koha cannot retrieve big records from Zebra
21:11 cait         tcohen++ # fixing all the zebra
21:17 cait         noone here?
21:24 cait         @later tell tcohen - you are  a hero for fixing all those 'how koha uses zebra' bugs :)
21:24 huginn`      cait: The operation succeeded.
21:31 mtompset     Not really, cait. :)
21:32 noone        wanna bet?
21:38 cait         :)
21:40 mtompset     Ha ha, gmcharlt. :P
21:41 mtompset     I don't know how to trigger the problem, and would appreciate feedback on how to possibly trigger bug 11797
21:41 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11797 minor, P5 - low, ---, gmcharlt, Needs Signoff , auth_finder.pl: Odd number of elements in anonymous hash
21:41 cait         brb
21:42 mtompset     Oops... forgot to take it. :)
21:49 cait         back
22:09 cait         bye
22:14 jenkins_koha Project Koha_master build #1648: SUCCESS in 2 hr 4 min: http://jenkins.koha-community.org/job/Koha_master/1648/
22:14 jenkins_koha * Galen Charlton: Bug 11096: add regression tests for indexing/retrieving large MARC records
22:14 jenkins_koha * Tomas Cohen Arazi: Bug 11096: Wrap each test set configuration in Search.t into a subtest
22:14 jenkins_koha * Tomas Cohen Arazi: Bug 11096: support the retrieval of large MARCXML records
22:14 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096 major, P5 - low, ---, gmcharlt, Pushed to Master , Koha cannot retrieve big records from Zebra
22:23 mtompset     Have a great day/weekend, #koha.
22:38 huginn`      New commit(s) kohagit: Bug 11078: (follow-up) tidy code <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=160c44d4e9f529fc6e6ecbdab23ffab6bce5630e> / Bug 11078: QA Follow-up for missing file permissions on lockfile <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=07de37f0e5ea8685573794ff6a84ab30e32f1973> / Bug 11078: Add locking to rebuild_zebra <http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=88e7f
22:38 jenkins_koha Starting build #368 for job master_maria (previous build: SUCCESS)
22:42 jenkins_koha Starting build #1649 for job Koha_master (previous build: SUCCESS)
23:36 jenkins_koha Project master_maria build #368: SUCCESS in 57 min: http://jenkins.koha-community.org/job/master_maria/368/
23:36 jenkins_koha * Doug Kingston: Bug 11078: Add locking to rebuild_zebra
23:36 jenkins_koha * Marcel de Rooy: Bug 11078: QA Follow-up for missing file permissions on lockfile
23:36 jenkins_koha * Galen Charlton: Bug 11078: (follow-up) tidy code
23:36 huginn`      04Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11078 enhancement, P4, ---, dpk, Pushed to Master , rebuild_zebra.pl can lose updates due to race condition during full rebuilds