2010-01-12T00:07:32 *** dbs has quit IRC 2010-01-12T00:14:09 *** jamesrf has quit IRC 2010-01-12T01:59:27 *** pmplett has quit IRC 2010-01-12T02:16:45 *** pmplett has joined #evergreen 2010-01-12T03:18:23 *** eby has quit IRC 2010-01-12T03:18:23 *** sboyette has quit IRC 2010-01-12T03:18:23 *** Dmagick_ has quit IRC 2010-01-12T03:18:23 *** dmcmorris has quit IRC 2010-01-12T03:18:23 *** jeff has quit IRC 2010-01-12T03:20:51 *** eby has joined #evergreen 2010-01-12T03:20:51 *** Dmagick_ has joined #evergreen 2010-01-12T03:20:51 *** sboyette has joined #evergreen 2010-01-12T03:20:51 *** dmcmorris has joined #evergreen 2010-01-12T03:20:51 *** jeff has joined #evergreen 2010-01-12T05:44:15 *** pmplett has quit IRC 2010-01-12T07:28:57 *** alxp has joined #evergreen 2010-01-12T08:03:28 *** grantjohnson has joined #Evergreen 2010-01-12T08:19:14 *** mck9 has joined #evergreen 2010-01-12T08:58:36 *** r123 has joined #evergreen 2010-01-12T09:08:19 *** sfortin has joined #evergreen 2010-01-12T09:14:46 *** Meliss has joined #Evergreen 2010-01-12T09:19:47 *** bshum has joined #evergreen 2010-01-12T09:23:21 *** dbs has joined #evergreen 2010-01-12T09:23:28 *** jenny has joined #evergreen 2010-01-12T09:26:56 *** _dkyle_ has joined #evergreen 2010-01-12T09:31:29 *** atz has joined #evergreen 2010-01-12T11:11:16 *** eby has quit IRC 2010-01-12T11:25:22 *** jenny1 has joined #evergreen 2010-01-12T11:32:34 *** jenny has quit IRC 2010-01-12T12:15:58 *** natschil has joined #evergreen 2010-01-12T12:37:44 *** jamesrf has joined #evergreen 2010-01-12T12:55:47 *** eguest309 has joined #Evergreen 2010-01-12T13:10:00 *** eguest309 has left #Evergreen 2010-01-12T13:11:15 dbs: Hey, I just used marc2sre.pl and the updated README to load up our serial records, and everything went really well, so I just wanted to say thanks. 2010-01-12T13:12:57 dbwells: thanks - great to hear! 2010-01-12T13:18:11 *** mck9 has quit IRC 2010-01-12T13:26:46 *** bshum has quit IRC 2010-01-12T13:27:16 *** bshum has joined #evergreen 2010-01-12T13:32:12 *** natschil has quit IRC 2010-01-12T13:43:05 *** eby has joined #evergreen 2010-01-12T13:49:54 SIP time again: I'm wondering if I get a renew_ok flag in do_checkout, whether I should just jump directly to do_renew instead. Methinks yes. 2010-01-12T14:00:19 Except... that would probably return a message 30 (Renew Response) instead of a message 18 (Checkout Response), and as the SC is issuing the renewal via 11 (Checkout), it will probably FREAK if it doesn't get 12 (CO response) 2010-01-12T14:07:03 *** jenny has joined #evergreen 2010-01-12T14:24:33 *** jenny1 has quit IRC 2010-01-12T14:31:30 who wants to write the Academician's guide to work with active OSS projects? 2010-01-12T14:42:37 dbs: there was recent "auto renew" logic flying by in commit messages, though not SIP-related. past few months, maybe... 2010-01-12T14:42:53 dbs: if it wasn't all staff client-side logic, perhaps it would be useful here. 2010-01-12T14:44:42 dbs: starting at r14068, and it looks like it may-or-may-not help you. 2010-01-12T14:45:27 if you set a "don't auto-renew within X timeframe" and the item is checked out to the same suer, the system will return auto_renew=true to the caller. 2010-01-12T14:45:39 it's still the caller's decision to perform the renew 2010-01-12T14:45:42 jeff: ^-- 2010-01-12T14:46:09 and in this case, caller could be the sip server, "maybe" 2010-01-12T14:51:18 dbs: re: SIP, yes, it is ok to renew-as-checkout if renew_ok 2010-01-12T14:51:52 but you have to respond w/ the correct response for the command rec'd 2010-01-12T14:52:03 checkout response has a flag for saying "this was a renewal" 2010-01-12T14:53:19 and yeah, 11->12 or mostly X->++X... or else be prepared for a bunch of errors and resubmissions 2010-01-12T15:14:22 atz: right, thanks for confirming my musings 2010-01-12T15:17:48 thanks jeff, berick 2010-01-12T15:21:00 ah, looks like the autorenew stuff is only in trunk... start the counter on "1.6. is dead to me" statements now :) 2010-01-12T15:21:39 ;) 2010-01-12T15:22:22 * dbs also puts "clense_ISO8601" on the typo hit list 2010-01-12T15:22:43 some day, when I've run out of things to break... 2010-01-12T15:28:24 *** dchristens has joined #evergreen 2010-01-12T15:29:26 wow... just noticed the hugeness of the marc21_physical_characteristic_value_map update 2010-01-12T15:37:01 Hi folks. I'm looking at adding another library to our system (yay!). Seperate name-based virtualhost, eg.conf tweaks, and duplicating /openils/var/web as /openils/var/web-newlibrary (probably overkill, but we'll see...) 2010-01-12T15:37:29 Question, though: how do I get each named virtualhost to search a different org unit by default? 2010-01-12T15:38:18 s/eg.conf tweaks/eg_vhost.conf tweaks/ 2010-01-12T15:38:34 dchristens: we use... one sec and I'll paste 2010-01-12T15:38:48 dbs++ thanks 2010-01-12T15:39:30 dbs pasted "eg_vhost.conf rewrite rules for skins and default searches" at http://paste.lisp.org/display/93297 2010-01-12T15:40:20 Ah, excellent. I was expecting something much more complicated! :-) 2010-01-12T15:40:21 "l" is the key parameter for search scope 2010-01-12T15:40:33 that's the org_unit id? 2010-01-12T15:40:36 aye 2010-01-12T15:40:48 thanks very much 2010-01-12T15:40:54 *** alxp has quit IRC 2010-01-12T15:41:01 * dchristens rubs his hands gleefully, and goes off to play 2010-01-12T15:49:06 *** jenny1 has joined #evergreen 2010-01-12T15:53:07 *** mck9 has joined #evergreen 2010-01-12T15:54:54 *** jenny has quit IRC 2010-01-12T15:55:15 *** pmplett has joined #evergreen 2010-01-12T15:55:45 *** branflakes has joined #Evergreen 2010-01-12T16:00:30 *** Meliss has quit IRC 2010-01-12T16:19:24 *** bshum has quit IRC 2010-01-12T16:22:51 *** grantjohnson has left #Evergreen 2010-01-12T16:30:09 *** jamesrf has quit IRC 2010-01-12T16:34:23 *** pmplett is now known as pmp_afk 2010-01-12T16:42:58 *** dbs has quit IRC 2010-01-12T17:17:12 *** sfortin has quit IRC 2010-01-12T17:31:50 *** jenny1 has left #evergreen 2010-01-12T17:40:40 *** jamesrf has joined #evergreen 2010-01-12T17:40:48 *** dchristens has left #evergreen 2010-01-12T17:56:21 *** eby has quit IRC 2010-01-12T18:08:28 *** atz has quit IRC 2010-01-12T18:08:28 *** brendan_ga has quit IRC 2010-01-12T18:08:28 *** jamesrf has quit IRC 2010-01-12T18:08:28 *** pmp_afk has quit IRC 2010-01-12T18:08:28 *** gdunbar has quit IRC 2010-01-12T18:08:28 *** lisppaste3 has quit IRC 2010-01-12T18:08:28 *** lcassell has quit IRC 2010-01-12T18:08:28 *** phasefx3 has quit IRC 2010-01-12T18:08:28 *** senator has quit IRC 2010-01-12T18:08:28 *** artunit has quit IRC 2010-01-12T18:09:55 *** jamesrf has joined #evergreen 2010-01-12T18:09:55 *** pmp_afk has joined #evergreen 2010-01-12T18:09:55 *** gdunbar has joined #evergreen 2010-01-12T18:09:55 *** lisppaste3 has joined #evergreen 2010-01-12T18:09:55 *** lcassell has joined #evergreen 2010-01-12T18:09:55 *** phasefx3 has joined #evergreen 2010-01-12T18:09:55 *** senator has joined #evergreen 2010-01-12T18:09:55 *** artunit has joined #evergreen 2010-01-12T18:10:38 *** atz has joined #evergreen 2010-01-12T18:10:38 *** brendan_ga has joined #evergreen 2010-01-12T18:14:00 *** brendan_ga_ has joined #evergreen 2010-01-12T18:32:34 *** branflakes has quit IRC 2010-01-12T18:33:28 *** pmp_afk is now known as pmplett 2010-01-12T18:34:13 *** brendan_ga has quit IRC 2010-01-12T19:38:48 *** atz has quit IRC 2010-01-12T19:39:30 *** atz has joined #evergreen 2010-01-12T20:05:29 *** atz has quit IRC 2010-01-12T20:28:08 *** jamesrf has quit IRC 2010-01-12T20:52:17 *** djfiander has joined #Evergreen 2010-01-12T20:55:21 *** dbs has joined #evergreen 2010-01-12T20:55:57 dbs: applied your patch 2010-01-12T20:57:59 whee! 2010-01-12T20:59:54 and now I'm going to bed. I'm too tired even to stay up for the new KitH show 2010-01-12T21:00:19 *** djfiander has left #Evergreen 2010-01-12T23:04:59 *** pmplett has quit IRC 2010-01-12T23:19:07 *** wlayton has joined #evergreen