Open Source Integrated Library System

Evergreen on IRC

#evergreen Logs for Tuesday, October 6th, 2009

< Monday, October 5th, 2009Raw Log FileWednesday, October 7th, 2009 >
#TimeNickMessage
#00:29:01dbs has quit IRC
#01:29:24mck9 has left #evergreen
#02:43:52[1]atz has joined #evergreen
#03:02:13atz has quit IRC
#03:02:13[1]atz is now known as atz
#03:38:53[1]atz has joined #evergreen
#03:41:39atz has quit IRC
#03:41:39[1]atz is now known as atz
#04:38:51[1]atz has joined #evergreen
#04:57:14atz has quit IRC
#04:57:14[1]atz is now known as atz
#05:11:42lisppaste3 has quit IRC
#05:11:42phasefx2 has quit IRC
#05:11:42jeff has quit IRC
#05:11:42artunit has quit IRC
#05:12:24lisppaste3 has joined #evergreen
#05:12:24artunit has joined #evergreen
#05:12:24jeff has joined #evergreen
#05:12:24phasefx2 has joined #evergreen
#05:54:49[1]atz has joined #evergreen
#06:03:32atz has quit IRC
#06:03:32[1]atz is now known as atz
#07:56:03mck9 has joined #evergreen
#08:41:17kbeswick has joined #evergreen
#09:13:58mrpeters-isl has joined #Evergreen
#10:50:33dbs_wifi has joined #evergreen
#10:51:01dbs_wifiGrr. Moved offices, still no ethernet connection.
#10:51:47dbs_wifiberick: would you be wildly upset if I modified actor/user/register.js to make addresses optional as well?
#10:52:25dbs_wifiwe had been planning to use that interface to get through fall registration with just the bare minimum of info, then going back later to add address info
#10:53:06moodaepo mrpeters-isl where is this sources you speak of...or where should it be?
#10:53:26dbs_wifibut currently if you delete the address field and click save, it blanks the screen due to a JS error (_a not defined)
#10:53:40dbs_wifiand with that - I go to seek ethernet connectivity
#10:55:20berickdbs_wifi: no, i think that's a great enhancement.
#10:57:57berickdbs_wifi: fwiw, i'm backporting fixes to the user editor to rel_1_6
#10:58:45berickbut not features
#11:13:24brendan_ga_ has quit IRC
#11:13:58gmcharlt has quit IRC
#11:14:11gmcharlt has joined #evergreen
#11:18:14dbs_wifiberick: that's cool. maybe we could schedule a developer IRC meeting real soon now (next week?) to try and make some decisions about releases, feature development approaches, etc
#11:18:57dbs_wifiI know there's a survey out there, but we shouldn't let that freeze us in the meantime
#11:22:32berickdbs_wifi: yeah, let's do it
#11:24:11jamesrf has joined #evergreen
#11:24:26jamesrf has left #evergreen
#11:24:55jamesrf has joined #evergreen
#11:27:39dbs_wifiRight now, all of Tues - Fri next week is good for me, with Wednesday afternoon the only exception
#11:34:26gdunbar has joined #evergreen
#11:35:01brendan_ga has joined #evergreen
#11:36:35berickdbs_wifi: early in the day wednesday/thursday/friday are good for me
#11:37:29phasefx_ is good with the same days as berick
#11:56:26dbs_wifi has quit IRC
#12:03:20dbs has joined #evergreen
#12:12:22dbsHmm, note the interesting error in firebug for http://windsor.concat.ca/opac/en-CA/skin/default/xml/rdetail.xml?r=1493060&t=journal%20of&tp=keyword&l=109&d=1&hc=10792&rt=keyword
#12:13:02dbsError: Unable to load /opac/extras/unapi?id=tag:opac:biblio-record_entry/1493060/WINDSYS&format=marcxml-full status:500
#12:13:21dbsseems to only happen with records that have a lot of holdings attached
#12:14:37dbshappens with http://windsor.concat.ca/opac/en-CA/skin/default/xml/rdetail.xml?r=1478385&t=journal%20of&tp=keyword&l=109&d=1&hc=10792&rt=keyword (83 copies)
#12:14:45dbsbut not http://windsor.concat.ca/opac/en-CA/skin/default/xml/rdetail.xml?r=1492571&t=journal%20of&tp=keyword&l=109&d=1&hc=10792&rt=keyword (76 copies). weird.
#12:15:32dbshuh, happens with http://windsor.concat.ca/opac/en-CA/skin/default/xml/rdetail.xml?r=1479562&t=journal%20of&tp=keyword&l=109&d=1&o=10&hc=10792&rt=keyword (56 copies)
#12:16:06miker_dbs: it's timing out adding the <holdings:volumes>...</> stuff to the marcxml
#12:16:16miker_the boundary is fuzzy
#12:16:48miker_or, the text data is killing something
#12:16:53dbsmiker_: by "fuzzy", is it something we can increase?
#12:17:08dbsyeah, I was wondering if there was some text that needed to be escaped
#12:17:35dbsergo, trying to collect examples that work vs. not. might be something to do with windsor's cataloging practices
#12:17:38miker_heh. by fuzzy I mean there is no exact number of copies that will cause a problem. but, I would not expect ~50 to be anywhere near a problem
#12:18:19dbsah, the 580 in the last record might be the reason
#12:18:29dbs"With <1990->, includes: ..."
#12:18:51miker_hrm... should be getting escaped in the marc at least
#12:19:04miker_I'd be more worried about a call number or barcode
#12:19:53dbs785 in the first example has "Journalism & mass communication."
#12:20:15dbs'k, I can check those too. guess I should check the plain marcxml unapi output as well
#12:20:50dbsyeah, http://windsor.concat.ca//opac/extras/unapi?id=tag:opac:biblio-record_entry/1493060/WINDSYS&format=marcxml is fine, but http://windsor.concat.ca//opac/extras/unapi?id=tag:opac:biblio-record_entry/1493060/WINDSYS&format=marcxml-full dies
#12:20:56dbsI like your thinking, miker_
#12:21:47dbsAha... call number label "QP1 .A5 v.253 no.6 1987 &Index"
#12:21:56dbsI could see that being a problem :)
#12:21:58miker_doh! &--
#12:22:35miker_well, we use entityize (or a version thereof) in there, or should, so that's the first to check, I guess
#12:22:57dbsI'll go poking, thanks for the mental assist
#12:24:59dbshrm... $xml .= 'label="' . $self->obj->label . '">';
#12:26:10dbsunAPI::auri is escaped, unAPI::acn is not, it looks like
#12:26:11miker_ahh, well, there we go
#12:26:22miker_that could be it
#12:28:08dbsI'll stab at it with some test data and fix it if that turns out to be the case
#12:28:16dbsmiker_++
#12:29:05miker_dbs++
#12:31:26dbsI wonder... if we should use O:AppUtils::entityize() instead of the local implementation of escape in O:A:SuperCat - and add escaping for < + > to entityize as well. hmm.
#12:41:37dbsah, maybe not with the s/"/\\"/gsom
#12:43:22rsinger is now known as arseinger
#12:43:25sarabee has joined #evergreen
#12:45:35arseinger is now known as rsinger
#13:07:12dbsAha, so entityize does need to be taught to escape < and > as well
#13:09:05eguest309 has joined #evergreen
#13:16:34dbs shakes a fist at the many slightly different implementations of "escape XML" scattered throughout the code base. heh.
#13:17:37dbsbah, there's only four, that's not so bad
#13:18:32phasefx_need a code librarian to give us the same reference materials :)
#13:19:25dbs goes to get some food
#13:27:56mrpeters-islall, in the notice templates where does [% lib.phone %] get pulled from?
#13:32:12dbsmrpeters-isl: actor.org_unit
#13:33:36mrpeters-islthats what i thought
#13:33:45mrpeters-isli have someone swearing they aren't getting their number on the notices
#13:33:53mrpeters-islbut they are configured in bootstrapping and in actor.org_unit
#13:54:30eguest309 has quit IRC
#14:02:17_bott_ has joined #evergreen
#14:07:54_dkyle_ has joined #evergreen
#14:31:16twirlip has joined #evergreen
#15:41:21gdunbar has quit IRC
#15:52:32phasefx has quit IRC
#15:54:30gdunbar has joined #evergreen
#15:55:27senator has joined #Evergreen
#15:57:44kbeswick has quit IRC
#15:57:47phasefx has joined #evergreen
#16:20:58moodaepoIf I change ip addresses I need to redo the ssl cert right to make sure the client works?
#17:54:11jamesrf has quit IRC
#17:59:44atzmoodaepo: yeah, IP is part of SSL
#18:00:35moodaepoatz yea reissued stuff and looks ok
#18:02:45moodaepohmm but my init.d script didn't start eg processes on boot..but just ran fine from commandline
#18:04:40moodaepooh well will look at it tomorrow
#18:07:20gdunbar has quit IRC
#18:16:50[1]atz has joined #evergreen
#18:17:06[1]atz has left #evergreen
#18:19:10atz has quit IRC
#18:56:17mickey_ has joined #evergreen
#18:57:19mickey_ has quit IRC
#19:06:33dbs has quit IRC
#19:29:53brendan_ga has quit IRC
#19:31:08brendan_ga has joined #evergreen
#22:52:08brendan_ga has quit IRC
#23:03:29brendan_ga has joined #evergreen
#23:11:12brendan_ga has joined #evergreen
#23:16:31brendan_ga has quit IRC
< Monday, October 5th, 2009Raw Log FileWednesday, October 7th, 2009 >