2008-05-30T00:15:05 *** dbs has quit IRC 2008-05-30T01:14:19 *** kwak has quit IRC 2008-05-30T04:59:30 *** ibbo has joined #OpenILS-Evergreen 2008-05-30T08:01:52 *** pmurray_away is now known as pmurray 2008-05-30T08:13:53 *** kbeswick has joined #openils-evergreen 2008-05-30T08:42:09 *** Slazer has joined #openils-evergreen 2008-05-30T09:00:01 *** Karen__ has joined #OpenILS-Evergreen 2008-05-30T10:21:53 *** ibbo has quit IRC 2008-05-30T10:39:04 *** dbs has joined #openils-evergreen 2008-05-30T11:26:27 weeeeird. I wonder if import via z39.50 is b0rked in trunk 2008-05-30T11:28:06 dbs pasted "select * from biblio.record_entry after z39 import" at http://paste.lisp.org/display/61467 2008-05-30T11:28:32 I'll double-check the recent patches to staff client that I've been marshalling 2008-05-30T11:29:40 dbs: what's the problem? 2008-05-30T11:30:17 looks like the marcxml is coming across as the value portion of a json structure (including the preceding ":") 2008-05-30T11:30:47 oh, pfffthh, didn't scroll over 2008-05-30T11:30:55 or... is that just psql formatting? 2008-05-30T11:31:01 i think it's just formatting 2008-05-30T11:31:03 with newlines 2008-05-30T11:31:18 * dbs puts on duncecap, sits in corner 2008-05-30T11:32:18 * berick , who cannot throw stones, remains quiet 2008-05-30T11:32:22 I did see some real weirdness after your recent marc: namespace patch, trying to edit a record, I swear... but ignore that until I recreate it faithfully 2008-05-30T11:33:14 ok 2008-05-30T12:01:03 god, those bzr-svn commit messages are horrible 2008-05-30T12:02:44 I solemnly swear to generate patches, apply against a clean subversion checkout, and checkin from there in the future 2008-05-30T12:08:10 dbs: you referring to the properties stuff? 2008-05-30T12:08:31 yeah 2008-05-30T12:09:04 propagating bzr crap where it doesn't belong 2008-05-30T12:09:11 hah, i love the embedded png in the commit msg 2008-05-30T12:10:16 har! 2008-05-30T12:14:54 *** rsinger has joined #OpenILS-Evergreen 2008-05-30T12:16:29 are you guys working on upei stuff at the moment? 2008-05-30T12:16:43 *** kbeswick has quit IRC 2008-05-30T12:24:15 phasefx: ahh, register patron is one of the locations that hardy registers the security manager exceptions. doesn't get beyond "loading data". 2008-05-30T12:27:52 dbs: not this second. sup? 2008-05-30T12:28:29 good. Just making sure we're not crossing our streams. 2008-05-30T12:29:03 (in this case, I was solving the mystery of the numeric usernames getting treated as barcodes and providing a better solution than they had come up with) 2008-05-30T12:30:14 oh ... well 2008-05-30T12:30:15 heh 2008-05-30T12:36:11 doh - damned curly braces for repeat qualifiers in javascript regexes gets me every time 2008-05-30T12:37:11 double doh - apparently my brain is due for an overhaul :) 2008-05-30T12:38:15 dbs: streams have been crossed 2008-05-30T12:38:46 berick: yep, and surprisingly the professionals have the best answer! 2008-05-30T12:39:06 ok, good, i wasn't sure if you had seen the discussion 2008-05-30T12:39:44 it was a manual update :) 2008-05-30T12:40:45 good times 2008-05-30T12:46:38 miker_++ 2008-05-30T12:50:40 Okay, I'm officially hating hardy's xulrunner package. Running the WinXP 1.2.2.0 client with the build/ subdir replaced by my trunk build/ subdir runs perfectly. 2008-05-30T12:51:28 (well, for "Register patron" and "Create new MARC record", at least, the two test cases that are busted on hardy) 2008-05-30T13:02:22 miker_: where does the DB get the MODS XSL from, assuming it's not /home/miker/MARC21slim2MODS.xsl ;) is config.xml_transform even used? 2008-05-30T13:02:36 not yet 2008-05-30T13:02:42 the db doesn't use it yet 2008-05-30T13:02:54 it comes from the xsl settings in the config file 2008-05-30T13:03:21 ok, so building indexes based on the MARC (i.e. without the mods transform) is possible? 2008-05-30T13:11:13 berick: yep 2008-05-30T13:12:26 but you have to pull the data from full-rec if you add the definition post-import 2008-05-30T13:13:37 dbs: we're holding off 1.2.2.1 for bugfix testing in hold freezing, btw 2008-05-30T13:14:03 cool 2008-05-30T13:14:11 since I've been "lazy" anyway, we figured we'd get a couple issues take care of 2008-05-30T13:14:44 miker_: interesting. where would configure indexes that pulled data from full_rec? IOW, how would I add an arbitrary MARC tag/subfield to the author index, for example? 2008-05-30T13:14:52 s/would/would one/ 2008-05-30T13:15:33 sorry to for all the qstns, just preparing for the questions i know i'll get 2008-05-30T13:17:41 I think miker_ posted something good about that to the list a few months ago 2008-05-30T13:17:46 oh yeah? 2008-05-30T13:18:01 ok, i can dig around, thx 2008-05-30T13:20:11 april 4th 2008-05-30T13:34:32 ah crap, constraints aren't all deferrable in rel_1_2 2008-05-30T13:35:36 *** phasefx__ has joined #openils-evergreen 2008-05-30T13:37:48 I could backport my patch from trunk for that... would make life nicer 2008-05-30T13:38:42 berick: you'd insert into metabib.author_field_entry for the values you want from full_rec ... going forward, the ingest process would take care of things on update and insert, but you have to prime the data for indexing by hand today 2008-05-30T13:38:46 something like: 2008-05-30T13:39:45 INSERT INTO metabib.author_field_entry (field,source,value) SELECT 15,record,value FROM metabib.full_rec WHERE tag='700' AND subfield='a'; 2008-05-30T13:39:54 for simple, 1-subfield things 2008-05-30T13:40:18 it gets more complicated with multiple subfields, hence the MODS transform for semantic interp ;) 2008-05-30T13:46:54 heh - I did make them all deferrable in rel_1_2 and rel_1_2_2, just not in time for 1.2.2.0. gang 2008-05-30T13:47:31 *** phasefx has quit IRC 2008-05-30T13:55:12 dbs: 1.2.2 head is just as safe as 1.2.2.0 at this point, IMO 2008-05-30T13:55:55 miker_: sure, but upei has 1.2.2.0 and I'm dealing with dropping all of their patrons. just a bit more constraint dropping grunt work. 2008-05-30T13:58:12 suppose i could disable the triggers too 2008-05-30T13:58:51 *** rsinger has quit IRC 2008-05-30T14:19:36 *** sylvar has joined #openils-evergreen 2008-05-30T14:21:24 Why always before a meeting/demo? When I try to start the 1.2.2.0 client, I get an alert: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsICacheService.evictEntries]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: chrome://open_ils_staff_client/content/main/main.js :: clear_the_cache :: line 21" data" no] 2008-05-30T14:21:51 Then I get the login screen, but if I try to log in, xulrunner.exe crashes. 2008-05-30T14:21:59 What To Fix? 2008-05-30T14:23:27 sylvar: OS? 2008-05-30T14:23:32 XP 2008-05-30T14:23:41 tried reinstalling? 2008-05-30T14:23:47 doing that now 2008-05-30T14:23:49 k 2008-05-30T14:23:58 there may be nasty stuff left in the OpenILS cache, too 2008-05-30T14:25:04 you might want to rename C:\Documents and Settings\\Application Data\OpenILS to something else 2008-05-30T14:28:27 food time 2008-05-30T14:28:45 reinstalling didn't work, but renaming the OpenILS cache did. thanks! 2008-05-30T14:28:55 dbs++ 2008-05-30T14:29:37 miker_++ "they also serve who" make an educated guess quickly! 2008-05-30T14:41:03 *** sylvar has quit IRC 2008-05-30T14:43:42 *** phasefx has joined #openils-evergreen 2008-05-30T14:54:33 *** phasefx__ has quit IRC 2008-05-30T15:19:32 ah crap, this marc _is_ marc8-encoded 2008-05-30T15:19:38 marc8-- 2008-05-30T15:20:14 âe - how do I loathe thee? let me count the ways 2008-05-30T15:22:55 miker_: if you're about, i have some PINESy questions 2008-05-30T15:23:03 (regarding hold rules for eventpass) 2008-05-30T15:23:11 sure 2008-05-30T15:24:48 the rule to disallow items with circ mod "eventpass" should be in circ_permit_hold.js, right? or is there another place where holds rules may be? 2008-05-30T15:25:24 you can just mark the items as holdable=false, if you like 2008-05-30T15:25:40 that aside, though 2008-05-30T15:25:46 that's where the rule would be, if it was there? 2008-05-30T15:25:55 berick would be better to answer the circ_permit_hold.js question 2008-05-30T15:26:14 ok, sorry mike - i'll go poke him about it 2008-05-30T15:26:37 np 2008-05-30T15:26:38 by which i mean 2008-05-30T15:26:41 poke him in here... 2008-05-30T15:26:52 berick^^ a question for you a few lines up, if you happen to be around 2008-05-30T15:33:58 * dbs waves at skmurphy 2008-05-30T15:36:34 hi, dbs 2008-05-30T15:53:52 *** Slazer has quit IRC 2008-05-30T15:58:25 *** sylvar has joined #openils-evergreen 2008-05-30T16:06:21 Can anyone give me a link to a demo search screen that shows a bib record that has SEVERAL format icons lit up? (i.e., an audiobook in CD and tape formats)? 2008-05-30T16:06:38 Or should I expect only one icon to be lit up for any given record? 2008-05-30T16:10:12 skmurphy: yeah, it's in circ_permit_hold.js 2008-05-30T16:10:40 i'm not seeing anything regarding 'eventpass' in circ_permit_hold.js on db03 2008-05-30T16:10:54 that's cuz i didn't update db03 ;) 2008-05-30T16:16:08 sylvar: http://demo.gapines.org/opac/en-US/skin/default/xml/mresult.xml?if=&it=&lf=&a=&la=&d=0&l=1&s=rel&sd=asc&adt=ml&tp=&t=keyword%3Aharry%20potter&av= 2008-05-30T16:16:17 advanced search, group formats and editions 2008-05-30T16:16:29 thanks! 2008-05-30T16:16:51 or for the dev version: http://dev.gapines.org/opac/en-US/skin/default/xml/mresult.xml?if=&it=&lf=&a=&la=&d=0&l=1&s=rel&sd=asc&adt=ml&tp=&t=keyword%3Aharry%20potter&av= 2008-05-30T16:51:11 *** sylvar has quit IRC 2008-05-30T17:08:51 *** Karen__ has left #OpenILS-Evergreen 2008-05-30T17:10:51 *** pmurray is now known as pmurray_away 2008-05-30T19:03:52 *** gmcharlt is now known as gmcharlt_away 2008-05-30T19:05:08 *** lisppaste6 has quit IRC 2008-05-30T19:18:10 *** lisppaste6 has joined #openils-evergreen 2008-05-30T20:18:06 *** rsinger_ has joined #OpenILS-Evergreen 2008-05-30T21:30:55 *** kbeswick has joined #openils-evergreen 2008-05-30T21:31:30 *** kbeswick has left #openils-evergreen 2008-05-30T21:51:02 *** sarabee_ has quit IRC 2008-05-30T21:56:42 *** sarabee has joined #openils-evergreen