Evergreen ILS Website

IRC log for #evergreen, 2018-02-26

| Channels | #evergreen index | Today | | Search | Google Search | Plain-Text | summary | Join Webchat

All times shown according to the server's local time.

Time Nick Message
00:36 Jillianne joined #evergreen
07:02 JBoyer joined #evergreen
07:17 agoben joined #evergreen
07:39 rlefaive joined #evergreen
08:34 Dyrcona joined #evergreen
08:39 mmorgan joined #evergreen
09:28 yboston joined #evergreen
09:31 mmorgan1 joined #evergreen
09:40 Dyrcona Does syrup need OpenSRF/Evergreen installed with --enable-python?
09:40 * Dyrcona should look.
09:51 kmlussier joined #evergreen
10:02 jvwoolf joined #evergreen
10:19 dbwells Dyrcona: I am pretty sure it doesn't.  I believe it just communicates like a client.
10:19 Dyrcona Using the gateway? I'm looking into something else.
10:20 mmorgan joined #evergreen
10:20 Dyrcona I'll get back to this, later.
10:20 dbwells Yes, using the gateway.
10:24 Dyrcona I asked because Python with OpenSRF is busted on Ubuntu 16.04.
10:25 Dyrcona The Python XMPP libs won't authenticate with the version of ejabberd that's installed.
10:25 dbs I think syrup uses SIP as well? At least initial versions did
10:26 Christineb joined #evergreen
10:32 Dyrcona I'm going to clone Syrup and actually study the code for once. :)
10:32 * dbs tries to recall if there is a fast way to select from metabib.rec_descriptor (joined to bre/acn/acp to filter on non-deleted status)
10:33 dbs EXPLAIN is telling me that it's going to seq scan metabib.rec_descriptor no matter what I do as it's just a view over metabib.record_attr
10:37 Dyrcona dbs: I've always done the necessary joins with metabib.record_attr_vector_list instead.
10:38 Dyrcona I might have an example somewhere.
10:38 dbs Dyrcona: cool, I was starting to go down that road
10:40 Dyrcona https://github.com/Dyrcona/evergreen_utilitie​s/blob/master/sql/coded_values_by_barcode.sql
10:40 Dyrcona Just for reference, though you probably don't need it. :)
10:43 dbs Yeah I've arrived at EXPLAIN SELECT COUNT(*) FROM metabib.record_attr_vector_list mravl INNER JOIN biblio.record_entry bre ON bre.id = mravl.source INNER JOIN asset.call_number acn ON acn.record = bre.id INNER JOIN asset.copy acp ON acp.call_number = acn.id WHERE acp.deleted IS FALSE AND acn.deleted IS FALSE AND bre.deleted IS FALSE AND mravl.vlist @> ARRAY[543] AND acn.owning_lib IN (103, 150)
10:43 dbs ;
10:44 dbs cost of 31995 is way better than 33560347
10:44 Dyrcona :)
10:45 dbs And now I can tell we have 7,546 musical recordings. Yay!
10:49 dbwells dbs: would that be recordings of music, or recordings of musicals? :)
11:06 dbs dbwells++
11:06 * dbs sings his SQL queries
11:09 dbwells ls
11:11 rlefaive joined #evergreen
11:16 beanjammin joined #evergreen
11:26 rlefaive joined #evergreen
12:02 jvwoolf joined #evergreen
12:11 jeff__ joined #evergreen
12:23 khuckins joined #evergreen
12:49 jihpringle joined #evergreen
13:00 khuckins_ joined #evergreen
13:02 kmlussier Did the point releases ever go out last week?
13:02 jeff Is there a way to have a MARC template where the 008 has positions 00-05 (the "Date entered on file") updated when the template is loaded into the MARC editor? Right now it seems that you must select "Add/Replace 008" to trigger that, but I might be missing something.
13:03 kmlussier The downloads page tells me 'yes.'
13:06 Dyrcona jeff: No, but patches welcome! :)
13:10 khuckins__ joined #evergreen
13:11 JBoyer @marc 008
13:11 pinesol_green JBoyer: This field contains 40 character positions (00-39) that provide coded information about the record as a whole and about special bibliographic aspects of the item being cataloged. These coded data elements are potentially useful for retrieval and data management purposes. []
13:11 JBoyer Hmph
13:12 JBoyer Ah. I misunderstood what jeff was asking. (why change it on edit?) I missed the "new from a template" part.
13:13 Dyrcona kmlussier: I don't think the branches were tagged, and I didn't see any release announcement(s).
13:13 Dyrcona JBoyer jeff: I've heard of a request for that feature before.
13:18 JBoyer I'm not sure how many catalogers have noticed that it's not right, I'm not sure we've had a request for it yet,  but doesn't seem a terribly hard thing to implement (says I, having not yet looked at the marc edit controller)
13:18 JBoyer is anyone else seeing bug 1751520 (reporter not loading in the web client)? I'm hitting this on our local branch and a straight rel_3_0. My desk is beginning to dent from all of the headdesk.
13:18 pinesol_green Launchpad bug 1751520 in Evergreen "Reporter doesn't load in rel_3_0 web client" [High,New] https://launchpad.net/bugs/1751520
13:21 kmlussier JBoyer: Getting a blank screen after choosing reports from the admin menu? Yes, I'm seeing that.
13:23 JBoyer That makes me feel a little better. (i.e. not a local problem) The worst part is that I can't see that anything has changed since rel_3_0_2 or so that should affect it :/
13:25 * kmlussier will confirm it.
13:25 kmlussier I'm on master
13:25 JBoyer kmlussier++
13:26 JBoyer That was the other thing I was curious about .
13:27 kmlussier I was going to test that when I was going through my bug mail this morning, but other things came up.
13:30 miker jeff: hrm.. no, it doesn't do that for brand new records, but that'd be good... it does mangle the 005, though
13:31 khuckins__ joined #evergreen
13:31 * miker should read all the lines
13:31 miker JBoyer++
13:32 khuckins_ joined #evergreen
14:12 jeff you can't add/replace 008 on a new record in webby because the editor tries to generate a selector based on the contents of the 901$c which doesn't (yet) exist.
14:12 Lee-Richards joined #evergreen
14:12 Lee-Richards Is Evergreen able to run with UNICODE?
14:13 jeff and you can't add/replace 008 on an existing record in webby if the active field is the 008, because in the process of deleting the 008 field it sets record to null, then tries to use that null reference to call insertOrderedFields.
14:20 phasefx Lee-Richards: Evergreen uses Unicode
14:28 JBoyer miker, kmlussier: Behold: https://github.com/wix/angu​lar-tree-control/issues/285
14:30 kmlussier JBoyer++
14:31 JBoyer I feel that last comment, in my booooones.
14:50 kmlussier heh, I was going to test something in reports, had already forgotten that I couldn't load reports.
14:56 kmlussier joined #evergreen
14:58 Dyrcona joined #evergreen
14:59 Dyrcona kmlussier: I jinxed it by saying that I never have problems with the wifi here. :)
15:00 kmlussier @blame Dyrcona
15:00 pinesol_green kmlussier: Forget it, Jake. It's just Dyrcona.
15:00 Dyrcona hah!
15:00 Dyrcona Now, I'm plugged in and using the wifi. We'll see how that works out. :)
15:02 Dyrcona Maybe, I should not have started listening to Downchild Blues Band?
15:02 mmorgan1 joined #evergreen
15:06 JBoyer More like download blues band? Ha, cha, cha.
15:06 JBoyer miker, kmlussier: I think I have a fix for the reporter, its installing now so I can do science to it.
15:07 Dyrcona heh
15:19 * JBoyer looks like he was too close a cartoon explosion, hair all awry, ashes everywhere.
15:20 JBoyer perhaps another test...
15:26 * kmlussier wishes she could see this.
15:26 miker kmlussier++ (signoff)
15:27 kmlussier miker++ #Putting up with all my feedback. :)
15:28 miker kmlussier++ #providing feedback to put up with^W^W^Wimprove the code!
15:28 kmlussier I wish I could say I'm planning to relax for the rest of the day, but there are copy alerts to be tested.
15:55 kmlussier abneiman: I noticed you set the target for https://bugs.launchpad.net/evergreen/+bug/1746824 to 3.0.4 even though it's a wishlist bug. Is that something you're thinking should be backported or did you really mean to set it to 3.1?
15:55 pinesol_green Launchpad bug 1746824 in Evergreen "wishlist: enhance egGrid to allow CSS styling" [Wishlist,Confirmed]
15:56 kmlussier I ask, because your answer will affect whether I add a comment to that bug or not.
15:56 abneiman kmlussier I would like to see it backported if it merges cleanly, but if the consensus is that it is better off in 3.1 that's ok with me
15:57 khuckins joined #evergreen
15:57 kmlussier abneiman: OK, thanks.
16:12 mmorgan joined #evergreen
16:17 Christineb joined #evergreen
17:02 mmorgan left #evergreen
17:12 jvwoolf left #evergreen

| Channels | #evergreen index | Today | | Search | Google Search | Plain-Text | summary | Join Webchat