Open Source Integrated Library System

Evergreen on IRC

#openils-evergreen Logs for Friday, May 30th, 2008

< Thursday, May 29th, 2008Raw Log FileSaturday, May 31st, 2008 >
#TimeNickMessage
#00:15:05dbs has quit IRC
#01:14:19kwak has quit IRC
#04:59:30ibbo has joined #OpenILS-Evergreen
#08:01:52pmurray_away is now known as pmurray
#08:13:53kbeswick has joined #openils-evergreen
#08:42:09Slazer has joined #openils-evergreen
#09:00:01Karen__ has joined #OpenILS-Evergreen
#10:21:53ibbo has quit IRC
#10:39:04dbs has joined #openils-evergreen
#11:26:27dbsweeeeird. I wonder if import via z39.50 is b0rked in trunk
#11:28:06lisppaste6dbs pasted "select * from biblio.record_entry after z39 import" at http://paste.lisp.org/display/61467
#11:28:32dbsI'll double-check the recent patches to staff client that I've been marshalling
#11:29:40berickdbs: what's the problem?
#11:30:17dbslooks like the marcxml is coming across as the value portion of a json structure (including the preceding ":")
#11:30:47berickoh, pfffthh, didn't scroll over
#11:30:55dbsor... is that just psql formatting?
#11:31:01bericki think it's just formatting
#11:31:03berickwith newlines
#11:31:18dbs puts on duncecap, sits in corner
#11:32:18berick , who cannot throw stones, remains quiet
#11:32:22dbsI 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
#11:33:14berickok
#12:01:03dbsgod, those bzr-svn commit messages are horrible
#12:02:44dbsI solemnly swear to generate patches, apply against a clean subversion checkout, and checkin from there in the future
#12:08:10miker_dbs: you referring to the properties stuff?
#12:08:31dbsyeah
#12:09:04dbspropagating bzr crap where it doesn't belong
#12:09:11berickhah, i love the embedded png in the commit msg
#12:10:16miker_har!
#12:14:54rsinger has joined #OpenILS-Evergreen
#12:16:29dbsare you guys working on upei stuff at the moment?
#12:16:43kbeswick has quit IRC
#12:24:15dbsphasefx: ahh, register patron is one of the locations that hardy registers the security manager exceptions. doesn't get beyond "loading data".
#12:27:52miker_dbs: not this second. sup?
#12:28:29dbsgood. Just making sure we're not crossing our streams.
#12:29:03dbs(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)
#12:30:14miker_oh ... well
#12:30:15miker_heh
#12:36:11dbsdoh - damned curly braces for repeat qualifiers in javascript regexes gets me every time
#12:37:11dbsdouble doh - apparently my brain is due for an overhaul :)
#12:38:15berickdbs: streams have been crossed
#12:38:46dbsberick: yep, and surprisingly the professionals have the best answer!
#12:39:06berickok, good, i wasn't sure if you had seen the discussion
#12:39:44dbsit was a manual update :)
#12:40:45berickgood times
#12:46:38dbsmiker_++
#12:50:40dbsOkay, 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.
#12:51:28dbs(well, for "Register patron" and "Create new MARC record", at least, the two test cases that are busted on hardy)
#13:02:22berickmiker_: where does the DB get the MODS XSL from, assuming it's not /home/miker/MARC21slim2MODS.xsl ;) is config.xml_transform even used?
#13:02:36miker_not yet
#13:02:42miker_the db doesn't use it yet
#13:02:54miker_it comes from the xsl settings in the config file
#13:03:21berickok, so building indexes based on the MARC (i.e. without the mods transform) is possible?
#13:11:13miker_berick: yep
#13:12:26miker_but you have to pull the data from full-rec if you add the definition post-import
#13:13:37miker_dbs: we're holding off 1.2.2.1 for bugfix testing in hold freezing, btw
#13:14:03dbscool
#13:14:11miker_since I've been "lazy" anyway, we figured we'd get a couple issues take care of
#13:14:44berickmiker_: 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?
#13:14:52bericks/would/would one/
#13:15:33bericksorry to for all the qstns, just preparing for the questions i know i'll get
#13:17:41dbsI think miker_ posted something good about that to the list a few months ago
#13:17:46berickoh yeah?
#13:18:01berickok, i can dig around, thx
#13:20:11dbsapril 4th
#13:34:32dbsah crap, constraints aren't all deferrable in rel_1_2
#13:35:36phasefx__ has joined #openils-evergreen
#13:37:48dbsI could backport my patch from trunk for that... would make life nicer
#13:38:42miker_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
#13:38:46miker_something like:
#13:39:45miker_INSERT INTO metabib.author_field_entry (field,source,value) SELECT 15,record,value FROM metabib.full_rec WHERE tag='700' AND subfield='a';
#13:39:54miker_for simple, 1-subfield things
#13:40:18miker_it gets more complicated with multiple subfields, hence the MODS transform for semantic interp ;)
#13:46:54dbsheh - 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
#13:47:31phasefx has quit IRC
#13:55:12miker_dbs: 1.2.2 head is just as safe as 1.2.2.0 at this point, IMO
#13:55:55dbsmiker_: 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.
#13:58:12dbssuppose i could disable the triggers too
#13:58:51rsinger has quit IRC
#14:19:36sylvar has joined #openils-evergreen
#14:21:24sylvarWhy 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]
#14:21:51sylvarThen I get the login screen, but if I try to log in, xulrunner.exe crashes.
#14:21:59sylvarWhat To Fix?
#14:23:27miker_sylvar: OS?
#14:23:32sylvarXP
#14:23:41miker_tried reinstalling?
#14:23:47sylvardoing that now
#14:23:49miker_k
#14:23:58dbsthere may be nasty stuff left in the OpenILS cache, too
#14:25:04dbsyou might want to rename C:\Documents and Settings\<username>\Application Data\OpenILS to something else
#14:28:27dbsfood time
#14:28:45sylvarreinstalling didn't work, but renaming the OpenILS cache did. thanks!
#14:28:55miker_dbs++
#14:29:37sylvarmiker_++ "they also serve who" make an educated guess quickly!
#14:41:03sylvar has quit IRC
#14:43:42phasefx has joined #openils-evergreen
#14:54:33phasefx__ has quit IRC
#15:19:32dbsah crap, this marc _is_ marc8-encoded
#15:19:38dbsmarc8--
#15:20:14dbsâe - how do I loathe thee? let me count the ways
#15:22:55skmurphymiker_: if you're about, i have some PINESy questions
#15:23:03skmurphy(regarding hold rules for eventpass)
#15:23:11miker_sure
#15:24:48skmurphythe 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?
#15:25:24miker_you can just mark the items as holdable=false, if you like
#15:25:40skmurphythat aside, though
#15:25:46skmurphythat's where the rule would be, if it was there?
#15:25:55miker_berick would be better to answer the circ_permit_hold.js question
#15:26:14skmurphyok, sorry mike - i'll go poke him about it
#15:26:37miker_np
#15:26:38skmurphyby which i mean
#15:26:41skmurphypoke him in here...
#15:26:52skmurphyberick^^ a question for you a few lines up, if you happen to be around
#15:33:58dbs waves at skmurphy
#15:36:34skmurphyhi, dbs
#15:53:52Slazer has quit IRC
#15:58:25sylvar has joined #openils-evergreen
#16:06:21sylvarCan 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)?
#16:06:38sylvarOr should I expect only one icon to be lit up for any given record?
#16:10:12berickskmurphy: yeah, it's in circ_permit_hold.js
#16:10:40skmurphyi'm not seeing anything regarding 'eventpass' in circ_permit_hold.js on db03
#16:10:54berickthat's cuz i didn't update db03 ;)
#16:16:08dbssylvar: 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=
#16:16:17dbsadvanced search, group formats and editions
#16:16:29sylvarthanks!
#16:16:51dbsor 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=
#16:51:11sylvar has quit IRC
#17:08:51Karen__ has left #OpenILS-Evergreen
#17:10:51pmurray is now known as pmurray_away
#19:03:52gmcharlt is now known as gmcharlt_away
#19:05:08lisppaste6 has quit IRC
#19:18:10lisppaste6 has joined #openils-evergreen
#20:18:06rsinger_ has joined #OpenILS-Evergreen
#21:30:55kbeswick has joined #openils-evergreen
#21:31:30kbeswick has left #openils-evergreen
#21:51:02sarabee_ has quit IRC
#21:56:42sarabee has joined #openils-evergreen
< Thursday, May 29th, 2008Raw Log FileSaturday, May 31st, 2008 >