Time  Nick       Message
02:07 brendan    @roulette
02:07 munin      *BANG* Hey, who put a blank in here?!
02:07 * munin    reloads and spins the chambers.
05:08 indradg_   hi anyone around?
05:15 indradg_   @munin
05:15 munin      indradg_: "munin" could be (#1) purveyor of all wisdom, or (#2) your chatbot pal who's fun to be with
05:42 indradg_   wizzyrea, ping
10:38 * indradg_ is unable to place holds on 3.00.6
14:10 indradg_   @question
14:10 munin      indradg_: Error: "question" is not a valid command.
14:10 indradg_   munin have you seen me?
14:10 munin      indradg_: Error: "have" is not a valid command.
14:10 indradg_   :)
15:32 cait       hi #koha
16:28 indradg_   hi cait
16:28 cait       hi indradg_
16:43 indradg_   cait, do are you using GoogleJackets in your implementation?
16:43 indradg_   s/using/use
16:44 cait       indradg_: no, we use amazon covers
16:45 indradg_   cait, hmmm... i'm trying to use GoogleJackets... and its working mostly... except for OPACShelfBrowser
16:45 cait       indradg: not sure about that, I remember it worked for covers, not sure about the shelf browser
16:46 cait       but if you see the covers it perhaps a bug?
16:48 indradg_   cait, prolly... i filed a bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5138
16:48 munin      04Bug 5138: normal, P5, ---, oleonard, NEW, Erroneous display for OPACShelfBrowser with GoogleJackets enabled
20:28 richard    hi
20:34 chris      hi richard
20:34 richard    hey chris
21:28 chris      http://fpl.apkn.org/ <-- very cool
21:36 richard    very cool
21:36 chris      yup
22:12 wasabi     another commute-fail at wgtn-station this morning... :/
23:24 wasabi     ooh, http://www.jslint.com/
23:24 wasabi     js/jquery sytnax checker..
23:24 chris      oh handy
23:26 wasabi     bah, i cant get the site to work with a paste-able url :/
23:28 wasabi     ive recently put my jquery hat on, to fix BL's mutli-reserves
23:29 wasabi     its a bit dusty
23:34 wasabi     oooh, venkman-plugin for FF
23:35 robin      oh yeah, that's pretty handy
23:36 wasabi     now if only i could work out how to use it...
23:36 wasabi     ... to show me a compile error for a block  of jquery code
23:36 robin      it's pretty much like any other debugger. Mostly you put breakpoints at the places you're interested in.
23:36 robin      oh
23:37 robin      I use the seperate error console gizmo for that
23:37 wasabi     http://paste.koha-community.org/45
23:37 wasabi     ah, in firebug?
23:37 wasabi     the console in firebug?
23:37 robin      No, I think it's just part of firefox
23:38 robin      ctrl-shift-j
23:38 wasabi     ahh, nice tip
23:38 wasabi     my firebug-console locks my FF session , so i cant use it :/
23:39 wasabi     i fiddle some more...
23:39 robin      I don't think it's part of firebug
23:40 wasabi     perfect!, it had my jquery compile error
23:40 wasabi     Error: missing ) after condition
23:41 wasabi     cheers, i had forgotten how i debugged js previously...