Evergreen ILS Website

Search in #evergreen

Channels | #evergreen index




Results

Result pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143

Results for 2013-11-08

09:21 jeff (purely imo)
09:22 tsbere jeff: Security, or just private for now?
09:23 Dyrcona On the upside, all the issues turning up related to this bug indicate the best fix is a complete rewrite of OpenILS::Appication::Circ and friends!
09:23 Dyrcona This is also NOT the kind of thing the proposed automated testing would turn up.
09:27 jeff tsbere: i'd recommend private security. we can worry about making some clear policy on what the difference is later.
09:33 tsbere Well, for those who can see such things: https://bugs.launchpad.net/evergreen/+bug/1249367
09:33 pinesol_green tsbere: Error: malone bug 1249367 not found
10:17 jeff so, 10 overdue billings, a cash payment, a forgive (poor man's partial void) for the rest, then a lost item billing, then the lost item is returned, another forgive for the lost amount, and a re-bill of the forgiven overdues amount to "un-void" the unpaid overdues.
10:18 jeff i filled a whiteboard or two with this a while back. it was "fun".
10:18 * Dyrcona gives jeff a lollipop. :)
10:19 jeff in bringing mmpbbt back out of the freezer, i'm considering how we can test billing things. probably starting with finding some clean and some pathological examples from our live data for mmpbbt itself. hope to learn something that can be applied elsewhere.
10:21 RoganH Billing is simple.  I didn't give staff forgive or void permissions.
10:21 dbwells When it comes to the fines situation in EG, I think we could benefit from some more careful semantics.  We can't really solve problems until we are talking about the same things.
10:22 Dyrcona RoganH: Lucky you. Ours would kill us if we didn't.
10:22 jeff dbwells: standardizing terminology and expectations and such, yes.
10:22 RoganH Only a few managers have forgive permissions and they know they can be held accountable and no one has void (except me).
10:22 Dyrcona dbwells: When it comes to fines, just remove it from Evergreen, and say, we don't do fines.
10:23 jeff dbwells: i was thinking that this would likely be necessary for testing as well, since if you and i define "correct behavior" differently, my tests will not match your expectations.
10:23 dbwells For instance, I would say that any system which allows "partial voids" is a path to madness.  Not that we don't need something *like* that, but shouldn't void mean "void" (aka, it never happened)?
10:23 Dyrcona I would now like to point to something Edsger Djikstra said about testing, but you can Google it yourself.
10:24 jeff dbwells: right. better "written off", etc.
10:25 dbwells jeff: exactly!
10:25 jeff but if you bill someone overdue fines, then you make those fines no longer due, is that the same as "voided, never happened"? hard line to draw.
12:48 linuxhiker Howdy folks, anyone ever seen this?? Can't locate object method "has_a" via package "actor::user" (perhaps you forgot to load "actor::user"?) at /usr/lib/perl5/site_perl/5.8.8/Op​enILS/Application/Storage/CDBI.pm line 433.
12:50 jeff linuxhiker: more context would be helpful -- when/where are you encountering this?
12:51 bshum Also, 5.8.8?  Yeesh
12:52 linuxhiker bshum: centos5.10 :P
12:52 linuxhiker jeff: good question, I am checking, I was just given the file to test, I believe it is on load (we are getting an 550 from the website)
12:54 Dyrcona Fieldmapper isn't loaded or properly inited. Usually because the OpenILS::System->bootstrap failed. Usually because it can't find or was not given the bootstrap config. <- Just a wild guess.
12:54 Dyrcona ;)
13:39 linuxhiker when running autogen.sh I am getting: Session Error: router@apache05-priv/opensrf.settings IS NOT CONNECTED TO THE NETWORK!!!
14:30 Dyrcona since, even...
14:32 sseng berick: Dyrcona: bug submitted (https://bugs.launchpad.net/evergreen/+bug/1249476)
14:32 pinesol_green Launchpad bug 1249476 in Evergreen "Api to retrieve an authority record not working" (affected: 1, heat: 6) [Undecided,New]
14:33 Dyrcona Ok. I'll make a branch that you and anyone else can test. I'll throw it on my dev server, too.
14:33 sseng Dyrcona: great, thanks!!
14:34 Dyrcona sseng++
14:42 gsams joined #evergreen
14:43 mceraso dbwells: Just did a clean installation of 2.5.0 and it worked
14:44 jeff mceraso++ thanks for testing!
14:44 mceraso dbwells: using Ubuntu 12.04
14:45 bshum mceraso++
14:45 dbwells mceraso++ # thanks so much!
16:20 Dyrcona But. I do have a mad scheme to do my ingesting entirely in parallel...
16:21 Dyrcona One forked process doing all of the records with browse ingest, and then several forked processes doing the other reingests in groups of 10 000 records!
16:21 Dyrcona Let the madness commence!
16:23 Callender dbwells: Just FYI, I've loaded 2.5.0 onto our public demo box, login information here (http://evergreen-ils.org/dokuwik​i/doku.php?id=community_servers) and ran it through a lot of random tests and everything is looking good to me
16:24 dbwells Callender++ # awesome, thanks!
16:56 linuxhiker joined #evergreen
16:58 mdriscoll left #evergreen
17:50 dMiller joined #evergreen
17:50 TominMichigan bsum: I did, but I don't see anything obvious.
17:51 bshum I haven't done this in awhile, but does the settings-tester script give you anything?
17:52 TominMichigan I get the same error when testing. If I run the script before autogen, it seems to come through clean. But if I run it after that, then the opensrf tests fail.
17:53 bshum That's... weird sounding.
17:54 dbwells TominMichigan: after restarting all services, are you able to do the srfsh login test in the install doc?
17:54 TominMichigan dbwells: sometimes.
17:55 TominMichigan I can't figure out when it fails. Like right now, I can to srfsh, but I get a received no data from server error when I do the math test.
17:55 TominMichigan Other times when I've tried, I get a completely different error and srfsh doesn't launch at all. Unfortunately, I didn't copy that error message.
17:56 dbwells TominMichigan: I am not sure if the math service runs after Evergreen is installed, since it sets up its own services (the math one is just for testing OpenSRF).
17:56 TominMichigan dbwells: the login test comes back with Received no data from server
17:57 TominMichigan dbwells: that's insteresting. I think it works after a fresh reboot. I'm going to try that to see if I'm chasing my tail with the math test.
17:58 TominMichigan dbwells: I know it's late ... don't let me keep if you want to go. I can come back here on Monday.
17:58 dbwells TominMichigan: it looks like the 'math' service is in the Evergreen default configs too, so that should be working for you.
18:00 TominMichigan dbwells: I'm double-checking now that the math works on a fresh restart.
18:00 dbwells How much memory is on this test box?
18:00 TominMichigan 1G
18:00 bshum 1 G is too low
18:00 bshum You probably need at least 2 GB
18:07 dbwells TominMichigan: 1) If you want to tinker and see if memory is the problem, you could try hacking away some services and see if you get more reliable results.  I think it would mean just commenting some lines from the <activeapps> section in opensrf.xml, but that's without looking.
18:08 bshum (also look at top to see what you're using)
18:08 * bshum really wanders off
18:08 TominMichigan dbwells: I could try that. Can you think of some services that would be worth cutting out as a test.
18:08 dbwells e.g. Just run opensrf.settings and opensrf.math and see if the math service works every time, then maybe try the same with open-ils.auth for the login test.
18:08 dbwells Evergreen won't work, obviously, but at least you would know the plumbing was in place correctly.
18:09 TominMichigan dbwells: I'll try that. I'm going to reconfigure the server with more RAM, and then try commenting out services if I still have trouble.

Results for 2013-11-07

14:15 krvmga yboston: i think that's good.
14:15 kbutler yboston++
14:15 rfrasur so, 10-5
14:15 yboston I will plan to stay until like 6 zero to test the asciidoc produced, to look for syntax errors, etc
14:16 yboston thanks
14:16 yboston I will move on to other issues, if that is OK
14:16 yboston yes 10-5 PM
14:17 yboston next issue: "location coordinators"
14:18 yboston I just realized I want to set up communication with the "hosts" at the individual communications. lets share telephone numbers by email
14:18 yboston sorry, that should say individual locations
14:19 yboston So far I am hosting folks, and ESI is hosting folks. Anybody else acting as a host?
14:20 rfrasur yboston: I'm fine with that, but I'll be working from home that day and plan to use the hangout.  I don't think, in Indiana, there's going to a centralized location this year.
14:21 yboston So I think it is just Erica and me hosting. If something goes wrong I can look up Erica's number. ESI should have my cell on file too
14:22 akilsdonk yboston: sounds good.  I can send you the best contact # for ESI
14:46 jecs oh sorry
14:46 yboston sorry I meant Angela from ESI
14:47 akilsdonk yboston: so far no one has said they would be joining us.  :(  but we would love to host anyone in the area who is going to be participating
14:47 yboston #action yboston will send email to list to get RSVPs for those coming to Berklee for DIG hack-a-way
14:47 yboston akilsdonk: thanks again for your offer. This should be a yearly event, so there is always next year.
14:48 yboston also, can you send me the login credentials to the test server when it is ready?
14:48 akilsdonk yes, I will do that as soon as it is ready
14:48 yboston thanks
14:49 yboston BTW, it is already 2:48, we should talk a bit about what we can work on, based on what is already listed on the hack-a-way page or any new ideas you may have

Results for 2013-11-06

14:29 Dyrcona Well, corroborating what dbs said: I created a table with a timestamp column and a plain text column. When I try to insert those "truncated" timestamps into the column, psql reports a syntax error.
14:33 Dyrcona excel--
14:34 bshum Well, I've had some really weird junk in my postgres timestamps before.  I call that the curse of strange migrated data.  Still not entirely sure how they ended up so screwy.
14:35 csharp mmorgan: ah - interesting - thanks for testing
14:35 csharp yeah my working assumption is that the SQL-to-spreadsheet transfer may be the culprit
14:36 csharp they really need a competent support vendor
14:41 * Dyrcona has a hunch who that is and a clue who the library might be, but isn't sure.
14:43 kmlussier I'm thinking 2 p.m. Eastern Tuesday is probably the best bet for a dev meeting. http://doodle.com/n9avnst6nvs2342g
14:48 smyers__ joined #evergreen

Results for 2013-11-05

09:51 rfrasur Now if it just had a fold out double/triple monitor that didn't make it unbalanced...
09:59 paxed how come this search finds only two hits: http://62.148.106.92/eg/op​ac/results?query=title%3A^decade%24   ...when there's also this: http://62.148.106.92/eg/opac/record/213825
10:02 paxed select * from metabib.real_full_rec where tag='245' and subfield='a' and value like 'decade'; returns all three.
10:02 kmlussier paxed: IIRC, when I previously tested anchored searching, and exact match was an exact match. I suspect the forward slash is the reason why you aren't retrieving that record in your results.
10:03 kmlussier s/and/an
10:04 paxed oh. yes, you're right.
10:04 paxed ffs
10:06 paxed i expected it to find the exact title as shown in the search results screen. (without the slash at the end)
13:32 rfrasur dbs: that's what I saw from afar as well.
13:33 Dyrcona jcamins: Just bust the locks and take it over.
13:34 rfrasur Dyrcona++ #my thoughts exactly
13:43 pinesol_green [evergreen|Mike Rylander] Live pgTAP test for 0847, authority overlay generator fixes - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=3e7f6f1>
13:44 rfrasur rjackson-isl: we haven't gotten an all clear for cataloging yet, have we?
13:46 dbs eeevil: does that pgTAP test assume that concerto has been loaded, given the "FROM authority.record_entry WHERE id = 1" clause?
13:48 mjingle joined #evergreen
13:49 eeevil dbs: yes.  I chose to follow the statement in the README for the stuff in live_t/
13:52 jeff would there be any objection / issues with a patch to allow password resets to accept a single value, "enter your library card number or username", with org unit regex backed tests for detecting "that's a barcode!" vs "not a barcode, try it as a usrname!" logic?
13:53 jeff (similar to the logic used for logging in)
13:53 rjackson-isl rfrasur - waiting green light from Anna
13:53 rjackson-isl she is at Montpelier doing the go live
13:53 smyers_ joined #evergreen
13:53 rfrasur rjackson-isl: okie.  will relay.
13:54 dbs eeevil: eh. okay. I'm not a big fan of that, personally, as we can't run that test on a production system.
13:57 pinesol_green [evergreen|Mike Rylander] Only one of these tests was valid, removing the bad one - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=a32f742>
13:59 eeevil dbs: understood, and I'm not a /big/ fan either, but the mock env for that is (IMHO) more complicated (read: easy to get wrong) than the code it's testing or the test itself, and IIRC, we (as a community) generally aggreed to concerto as a testbed data set
14:00 eeevil that said, the live test I just updated doe set up a nice mock env
14:06 jeff storing auth sessions in memcached is handy because it's fast, and expiry is pretty much taken care of automatically.
14:06 jeff it's less-handy because a memcached restart invalidates all sessions.
14:06 jeff and in case of a full memcached slab, unexpired auth sessions will be evicted.
14:07 phasefx_ I think there's room for independent tests and db-dependent tests.. I think the latter will be easier for most tests
14:07 jeff i'm interested in backing sessions with a postgres table, while still using memcached for caching the sessions. if a session isn't found in memcached, we'd consult the database table next before returning an event.
14:09 dbs The problem with the db-dependent tests is that as soon as you touch the database, you no longer can have confidence that your test suite is valid
14:09 jeff expired sessions could be excluded from retrieval by a WHERE clause, and expired sessions could be routinely purged from the db table by a cron script. updating "last used" time could perhaps be done on a "every X interval" basis rather than on every use.
14:10 jeff but i'm getting in the way of testing conversations. sorry. :-)
14:10 dbs Which means that if you have a running instance, you have to go through a whole osrf-control --stop-all / eg_db_config --create-schema --load-all-sample / osrf-control --start-all routine for a clean test
14:10 dbs I would strongly urge as little dependence on the sample db for unit tests as possible
14:11 dbs jeff: we have room for concurrent discussions / monologues here :)
14:12 eeevil jeff: if we have sessions in an unlogged table, I'm for it. those are new, of course, which is why tables weren't considered before
14:13 dbs Sorry. I spent years with some responsibility for a sample database meant primarily for demonstrating a product that ended up not being able to be touched because our regression team built a ton of tests depending on it.
14:13 eeevil dbs: urgings accepted.  I'll toss reworking that test onto my pile unless someone else would like to work on a pre-existing test, for practice
14:14 eeevil jeff: of course, unlogged tables, being unlogged, would not be replicated, so a db failure would take them out just like a memcache restart. though, in practice, those are /much/ rarer
14:14 jeff eeevil: with unlogged tables and streaming replication, wouldn't all sessions cached in memcached lose their corresponding db table entry?
14:14 jeff heh
14:15 jeff your concern with wanting it unlogged is wal churn / replication traffic overhead?
14:16 jeff well, logging the table seems reasonable to me, but AUDITING the table just seems insane. ;-)
14:16 jeff s/insane/like a very bad idea/
14:17 jeff and of course, depending on your WAL retention you really can keep it all. ;-)
14:17 phasefx_ dbs: yeah, for ease of testing tests, I think independence is something to strive for.For testing production instances of EG, I'm not as interested in that.I'd rather see the barrier to entry for test creation be very low, and since it's not easy to do mock environments with EG's technology stack... :-/  with the vm I want to point ~live at, it'll be restoring to a pristine pre-EG snapshot
14:17 phasefx_ every night
14:17 eeevil but the other concern is, of course, memcache is orders of magnitude faster than pg
14:18 * eeevil runs away for a few
14:19 phasefx_ for pgTAP, our life is a bit easier, because of ROLLBACK's, etc.
14:25 jeff also, to avoid memcached caching your previous attempt, you might need to use a new search term, or clear your previous search out of memcached (easiest is by restarting memcached, but that does do other things like invalidate auth sessions)
14:25 jeff easiest is to add -xyzzy to your terms or something.
14:25 paxed i'll restart everything - we're not live after all.
14:26 phasefx_ speaking of tests, it looks like my test for closed dates and fine generation caught something (or it could be a faulty assumption within the test itself)
14:26 jeff tests++
14:27 phasefx_ maybe something faulty involving DST
14:27 phasefx_ DST--
14:27 paxed jeff: right, it required the restart. thanks :)
15:26 Dyrcona I also figure why bother when I can just open a text editor, write a query, and run it in the database directly.
15:26 rfrasur ;-)
15:27 rfrasur you probably get cleaner and more efficient information
15:27 * Dyrcona deletes yet another email to the dev list about testing before sending it.
15:27 Dyrcona No, I get the same information. I just have to navigate Byzantium to get it.
15:28 rfrasur :-)
15:28 Dyrcona Damn my fingers.
15:29 rfrasur lol, that makes more sense
15:29 * Dyrcona flips the toast on his laptop and calls it a day.
15:32 * rfrasur loves this library's shelving location "wholesome reading"
15:46 Dyrcona +1 to rewrite Evergreen to support unit testing!
15:47 eeevil Dycona: in java?
15:48 Dyrcona Nope, erlang!
15:48 phasefx_ I think that's a good choice
15:49 eeevil it's already typeless in Perl, so, sure
15:49 Dyrcona phasefx_: My +1 was an impromptu response your latest dev list email.
15:49 phasefx_ hello_world() -> io:fwrite("hello world\n").
15:49 Dyrcona I agree that most of the testing should use Concerto.
15:50 phasefx_ I really feel for the other POV; my instinct is to run tests over and over really quickly
15:51 Dyrcona My own instinct is to say tests only test what they test, and when you run a production system your users are far more creative than your testers.
15:51 phasefx_ production systems are tests in their own right :)
16:02 gsams joined #evergreen
16:04 gsams csharp: thanks for the info on reports.  I had a feeling it was about like that.
16:22 * rfrasur thinks about how to automate ALL her reports using recurrance.
16:56 jeff it would be an interesting thing if more libraries used the kinds of retention methods that other institutions use. "haven't seen you in a while, check out some of our newest events/services/items" email / postcard, etc.
16:57 rfrasur it's something we hope to implement, but the record keeping has been such a time sink in the past (and, by extension, a money sink) that those kind of things weren't feasible.  As we get a little more streamlined and a little smarter in general, we can start doing that.
16:58 Dyrcona I wish some of them were a little less efficient.
16:58 jeff actually, we have enough patrons and an email service, we could totally run a test or two -- one group of patrons as control. one group of patrons that get an automated email... examine and compare those that saw activity after X weeks of receiving the email vs those that were not sent an email...
16:58 rfrasur I mean, we're running a food for fines thing right now that, honestly, we should have looked up every person that it applies to and direct mailed them.
16:58 jeff rfrasur: yeah. we did a big amnesty mailing a while back. direct first class mail to all patrons with outstanding items saying "bring 'em back, slate's wiped clean"
16:58 rfrasur (our community interaction sucks...but that's my fault now)

Results for 2013-11-04

11:53 bshum We have to either remove that dir or change the ownerships to make it work.
11:53 graced_ joined #evergreen
11:53 bshum Has anyone seen anything like that on Debian Wheezy or is it just a Ubuntu Precise issue?
11:56 paxed i don't think i've encountered that on debian - i run testing.
11:57 bshum So maybe it's just a weird Ubuntu issue
11:57 dbs bshum: at some point we'll cut over to running Apache as apache / www-data instead of opensrf, and then such errors will go away
11:57 bshum dbs: True that
13:13 rfrasur Only 7 from Indiana (and none from Hagerstown...sigh)
13:13 graced_ collum++
13:15 csharp ah yes... the moment when you're 95% done with a reports template, only to realize that one of the requested fields is not avaialble via your chosen source...
13:15 kmlussier Can anybody else confirm this? In testing offline circ in 2.4, we found that the "Skip offline checkout if newer item status changed time" was backwards. When set to false, it skipped the offline checkout. When set to true, it did not skip the offline checkout.
13:18 jcamins rfrasur: does your library provide online access to JSTOR?
13:19 rfrasur no
13:19 rfrasur And it's not available through our statewide db list either.
13:31 jcamins He went by Bozhidar, but his actual name was Bogdan Petrovich Gordeev.
13:31 jcamins I found a great biography in JSTOR. :)
13:33 jcamins It's by Janacek, too, which makes it doubly excellent.
13:33 * rfrasur is testing INspire (and all it's Ebsco heavy awesomeness. *cough)
13:35 rfrasur well, I found a record, but can't view it because apparently the library doesn't have enough permission to access statewide database stuff.
13:36 csharp @blame walled gardens
13:36 pinesol_green csharp: walled gardens musta been an Apple employee.
13:36 kmlussier Massachusetts uses geolocation to authenticate to statewide databases, which is pretty cool. We don't have JSTOR, though.

Results for 2013-11-02

14:40 RobertL_ joined #evergreen
14:50 RobertL_ Are upload queues sharable between users? Like buckets are
15:08 DPearl1 joined #evergreen
18:24 gsams RobertL_: My experience says that they are not, but I haven't done much in the way of testing that.
18:24 gsams I can't say that is an area that I work with a lot
18:24 gsams figured I'd offer up my two cents anyway
18:25 fparks joined #evergreen
18:25 ktomita joined #evergreen
18:25 gsams Does anyone know if there is a way via reports to pull an average number of items checked out by patrons over a period of time?
18:26 gsams It's nothing terrible important, just a curiosity.
18:28 sseng joined #evergreen
18:47 _bott_1 joined #evergreen
19:28 _bott_ joined #evergreen

Results for 2013-11-01

10:11 bshum I'd have to look closer to see how it renders.
10:11 hopkinsju joined #evergreen
10:12 berick bshum: oh, i see, i wasn't aware stuff was busted in there.
10:13 bshum berick: We used to use field docs, but after our upgrade to newer masters (around 2.3's time), it stopped working.
10:13 bshum Nobody missed it enough to really complain yet though.
10:13 bshum Plus there's the new YAOUS to show examples next to all the stuff we used to use field docs for showing examples for.
10:14 bshum But yeah, I'm not entirely sure the CSS renders right for the comments anymore.
10:14 * bshum hasn't tested it lately
10:18 bshum if I get a moment later, I'll poke at it some and file a bug if I still see issues.
10:18 * bshum wanders off for meetings
10:38 csharp bshum++ berick++ # thanks
10:51 ningalls joined #evergreen
10:54 csharp oh cool - now I see the alert
14:33 gmcharlt bshum: I suggesting removing the Google checkout link and adding it to the menu soonish
14:33 gmcharlt we can always fine-tune it later
14:34 bshum gmcharlt: Sounds like a good plan.  I'll go poke at the page now and then get the link up there.  Fine-tuning it can go onto the next web team meeting agenda (not that I know when the next meeting is)
14:37 csharp I'm beginning to look at the link checker and am looking for sane defaults for the four related library settings
14:39 csharp right now I have max redirect attempts set to 4, max wait time for url lookup, 30 secs, number of parallel URLs to lookup: 10, and number of seconds between URL test attempts: 2
14:39 csharp if you're using this, would you mind sharing your settings?
14:40 bshum gmcharlt: I'm going to rename that page from "sfc" to "conservancy" since we're not linking to it yet anyways, but also because of the name changes from ages back
14:41 gmcharlt sounds good
14:46 gsams joined #evergreen
15:02 gmcharlt bshum++
15:03 bshum And done.
15:03 RoganH So Google Checkout is finally dead (or at least officially dying).
15:04 RoganH I've had the tragedy of spending all day taste testing BBQ for the catering for our south east conference.  A horrible work day.
15:05 bshum RoganH: That just makes me want to book a flight south.
15:05 gmcharlt RoganH: we all would have been happy to share some of the load
15:05 gmcharlt all you had to do was ask

Results for 2013-10-31

15:07 hbrennan joined #evergreen
15:10 polonel joined #evergreen
15:15 bshum mceraso++ # installed her first Evergreen VM today
15:15 jeff eeevil: i'm not finding a working branch on my end. will check git stashes and fire up the VM I was using for testing against real data.
15:16 kmlussier mceraso++
15:16 kmlussier mceraso: And welcome to the Evergreen community! :)
15:17 eeevil jeff++

Results for 2013-10-30

09:30 jeff paxed: that probably wouldn't have any effect on how expert search on 084a works for you now.
09:30 paxed jeff: hm. :/
09:31 bshum Expert search is special.
09:33 paxed another question: afaics, setting OUS ui.patron.edit.au.*.show to false doesn't actually do what i thought it would do, that is, it still shows the field in patron reg.
09:34 paxed at least when it comes to the prefix/title and suffix fields, haven't tested with others.
09:37 bshum I thought there were different settings for registration vs. editing
09:39 paxed i don't think so.
09:40 paxed register.js has  orgSettings['ui.patron.edit.' + fmcls + '.' + fmfield + '.show']
11:01 jeff grr
11:05 Dyrcona $rid = $rid->id() if (ref($rid)); #easy peasy...
11:08 Dyrcona "They're off and running at Rockingham!"
11:11 * tsbere finds it very difficult to install and test a router when the internet connection it is supposed to connect to isn't there
11:11 mceraso joined #evergreen
11:16 csharp could someone test something for me?  log into the staff client, search the catalog, click on a record to bring up details, then hover on Add to My List and select an existing list
11:17 csharp for me that creates an internal server error and a log message very similar to that reported in bug
11:17 csharp bug 1060953
11:17 pinesol_green Launchpad bug 1060953 in Evergreen 2.3 "Internal Server Errors with "large" bookbags in TPAC" (affected: 2, heat: 14) [High,Fix released] https://launchpad.net/bugs/1060953
11:17 * bshum is happily showing how to IRC for mceraso (his new coworker)
11:17 csharp mceraso: welcome!
15:03 jeff (er, the message before last now)
15:04 jammin Yep, got that.
15:08 jammin Basically the paypal payflow pro "transparent redirect" looks like a method where the merchant server (our Evergreen) generates the form for the customer's (patron's) browser, but the form posts directly to paypal, and their data never touches our server.  Sounds a little bit like Stripe from what I can tell, actually.
15:09 jboyer-isl jammin: I've spent some time looking at the CC options, and currently only the last 4 of the card number are stored in the database (though that can be changed by adding a trigger to always null it out, etc.)
15:09 jboyer-isl As you mentioned, I don't believe they hit the logs anymore.
15:12 jboyer-isl Having worked with the stripe code (but not having time to test it properly, or sign off on it. :,( ) I'd say that's definitely a great option, once it's in.
15:13 csharp okay - I'm having a srfsh syntax problem - and I know a lot of it is that I never use JSON for anything so I don't know the syntax...  I'm trying 'request open-ils.actor open-ils.actor.user.transaction​.fleshed.retrieve.authoritative {"authtoken", "xact_id"}'
15:13 csharp the error is "Expected colon after hash key; didn't find it"
15:13 jboyer-isl Also, as for the "transparent redirect" form, Stripe doesn't exactly work that way. The sensitive data is transfered by a javascript file downloaded from Stripe, then a token is inserted into your form, and the non-sensitive data is posted to Evergreen to actually do the billing.
16:27 dbwells eeevil: I had an older version of MARC::File::XML installed, so I was getting errors in the old SAX.pm, but I just updated to latest, and still get errors, now in XML.pm.  Just trying to determine now if the error is in our code, or in MARC::File::XML.
16:27 csharp yessir
16:28 eeevil dbwells: not a situation where you can replace the whole field? (no subfild list in the rule, I mean)
16:28 bshum csharp: Hmm, my offline-blocked-list.pl works fine...
16:28 bshum csharp: What version of opensrf are you testing with?
16:28 * Dyrcona used the wrong file the other day and got a message, but forgot what it was exactly.
16:28 * dbs hopes someone will test out bug #1242999 given the effort he put into rudimentary pgTAP tests
16:28 pinesol_green Launchpad bug 1242999 in Evergreen "Encode.pm 2.54 breaks database functions (naco_normalize, maintain_control_numbers, others)" (affected: 1, heat: 6) [High,Confirmed] https://launchpad.net/bugs/1242999
16:28 csharp may be a genasys bug
16:29 dbs Given that the community has invested in the QA effort, we should really consider requiring pgTAP tests for db-changing bugs
16:30 bshum csharp: Oh, that I couldn't comment on :)
16:30 csharp bshum: yeah - it's okay - if I can rule out genasys, I'll be back ;-)
16:30 csharp thanks for confirming
16:30 bshum csharp: Well, fwiw, I'm running on OpenSRF master and the command to run offline block list is still going without issues
16:31 bshum Just finished, no errors.
16:31 Dyrcona This reminds me that I had an idea for a branch to make --localhost unnecessary with osrf_control.
16:31 dbwells eeevil: I was obviously just turning knobs, so to speak, and seeing what happened.  I make no promises for the realistic-ness of my tests :)  That said, there are certainly cases where you might want to replace one or two subfields, but you can't necessarily predict whether those will be the *only* subfields.
16:34 eeevil dbwells: gotcha. worth an lp bug, then, certainly
16:37 csharp duh - it helps if opensrf is running
16:38 csharp okay - I'll take that as a sign that I need to quit for the day :-)
20:18 gsams I'm her for about 2 more hours myself, down in Texas
20:18 hbrennan Ah good. I'm not alone
20:19 gsams Let me know if you have any other issues with that, I'm currently creating reports like a mad man down here.
20:20 hbrennan I'll be sure to get it tested soon and I'll get back to you to take advantage of that report brain if I need to
20:28 bshum hbrennan: I'm pondering your question to the general list about getting some sort of hold report filtered to copy locations and I don't think this would be possible with the staff client reporting.
20:28 bshum hbrennan: My thinking is that most holds generally target bib records (title holds), so there isn't an exact and tight match to any given copy.  At least not 100% of the time.
20:29 hbrennan We usually only have one copy of something so it doesn't really matter
20:31 hbrennan right after I get CCNA certified...
20:31 hbrennan It looks useful!
20:31 hbrennan I just need to find an extra few dozen hours a week for studying
20:32 gsams heh, I'm currently studying for CIW database design specialist cert for school right now, I understand trying to find a few dozen extra hours
20:32 gsams I'm basically up against the wall for testing at this point
20:34 bshum hbrennan: http://pastie.org/8444266 for fun
20:35 bshum I just wrote that from memory, so I haven't actually tested it to see how it would fare... might need additional tweaking
20:35 hbrennan I am a psychology major, now diving into It
20:36 hbrennan I'm 400 pages into Part 1 of the CCNA book
20:36 hbrennan Thanks bshum++

Results for 2013-10-29

09:33 bshum dbwells: While we're not using a fully updated master in our production (we need to update to get the new title browse stuff), we do have the beginnings of browse in play and haven't seen any extremely long browse attempts yet.
09:35 kmlussier bshum: I think it might be something that was just recently introduced because the browse queries had previously been working on Dyrcona's server. I believe it's just in the past few weeks that they became problematic.
09:36 dbwells bshum: for our production data set, it seemed to be every query.  I suspect it has to do with 0837 on large DBs.
09:36 bshum Alternatively, is this something related to auth records being linked to browse?  In which case, I couldn't properly test it anyways.
09:36 bshum And yeah, 0837, gotcha.....
09:37 dbwells bshum: Do you have 0837 in place?  We haven't done any authority linking yet at all.
09:37 dbwells also, test branch is moments away...
09:38 bshum Aha, 0837 is not on production yet.
09:38 bshum It's on my test server which is awaiting finishing touches
09:38 bshum So I guess I'll test it there
09:38 bshum dbwells++ # I'll let you know what I find out as well later today, if Dyrcona doesn't beat me to it.
09:40 dbwells bshum: thanks!
09:40 csharp browse is broken on our pines test server too: http://next.gapines.org
09:41 csharp I was starting with the assumption that our cold cache and slow DB server is the cause
09:41 kmlussier I don't know if Dyrcona changed something this morning, but the browse search on his server is happier today than it has been in a long time.
09:41 csharp (that's running 2.5-rc1, btw)
09:42 Dyrcona I applied the changes from lp 1244432 last night when I updated the code to fix a typo in one of my development branches.
11:25 doug_ jeff: thanks, that does help a lot, and contains a lot of what I'm looking for.
11:26 Dyrcona dbwells: Reaction.
11:29 jeff "I just wish we could get course credit for this."
11:31 Dyrcona dbwells / kmlussier: I'll apply the complete branch on lp 1244432 tonight for testing tomorrow. I want to reload my database to test a script for deleting tons of copies again tomorrow.
11:31 pinesol_green Launchpad bug 1244432 in Evergreen "Browse search functions need to be 'stable'" (affected: 1, heat: 8) [Critical,New] https://launchpad.net/bugs/1244432
11:32 bshum jeff: Sounds like Marty to me.
11:33 bshum :)
12:49 rfrasur Dyrcona: I only have experience with C ++ and it was only a semester...so enough to say I learned something for a month or so...and then never use again.
12:49 rfrasur (it was a fun elective though)
12:50 Sato`kun joined #evergreen
12:52 bshum dbwells: Tested browse with my test server and production data and you were right that it was pretty broken.
12:52 bshum Applied those alter functions and things went smoothly after that.
12:52 csharp csharp##
12:53 bshum I'll do some more testing after lunch.
12:53 rfrasur lol, csharp++
12:53 csharp @karma c++
12:53 pinesol_green csharp: c++ has neutral karma.
14:10 csharp leonard_: have you checked your logs for messages about holds?
14:11 jeff leonard_: holds will not be targeted if the library associated with your staff client session is not considered "open" today in Evergreen.
14:12 jeff leonard_: are these new holds, migrated holds, existing holds that were placed in evergreen and not migrated?
14:13 leonard_ jeff: I am testing how holds works, I am placing a hold in TPAC, inmediatly I run the hold targeter cron, and then I try Pull List for hold requests
14:14 jeff if you look at the patron account, do the holds show up, and do they have a status and/or a value in "current copy"?
14:14 leonard_ no, the status is in waiting for copy
14:15 leonard_ the currente copy value is No Copy
15:00 mjingle joined #evergreen
15:03 RoganH joined #evergreen
15:09 bshum dbwells++
15:23 csharp okay testing the fix for bug 1244432 - before the fix, I saw some browse queries running for 1.5+ days
15:23 pinesol_green Launchpad bug 1244432 in Evergreen "Browse search functions need to be 'stable'" (affected: 1, heat: 8) [Critical,New] https://launchpad.net/bugs/1244432
15:24 csharp now I see 11 seconds - still not great
15:24 csharp but that may be may environment

Results for 2013-10-25

11:21 jeff in your case, i think the migration and post migration cleanup may have gotten it out of sync.
11:21 jeff eeevil: liar! :-)
11:22 eeevil lines 215-260, just replace the CREATE TABLE with a TRUNCATE
11:23 jeff Bmagic: as eeevil indicated, the source sql file 080.schema.money.sql should give you the info you need to rebuild that materialized view -- but i'd recommend caution. test on a non-production copy of your database, and read / understand / ask questions here until you're comfortable with doing it.
11:24 * dbs swore there was a "refresh materialized billable xact summary" function, too
11:25 eeevil dbs: I couldn't find it, but, yeah, I thought there was one
11:26 Bmagic jeff: Right on. I'm working with test db right now. Just so I understand, the operation would be to delete all rows inside of the  mmbxs , the recreate with the 080.schema.money.sql ?
11:26 eeevil dbs: I bet we're thinking of the "simple record extracts" matview
11:26 jeff I think it used to be "truncate mmbxs and insert from mbxs", but for a while now mbxs has just been a pointer to mmbxs.
11:27 jeff Bmagic: essentially, but you can use TRUNCATE on the mmbxs table, and you don't need all of that sql file to re-create things.
13:30 * rfrasur opts for the second idea because I'm still a bit of a chicken.
13:32 Dyrcona gmcharlt++ # For maintaining CPAN packages related to MARC
13:32 jcamins rfrasur: ouch.
13:34 dbs Am I crazy or is the current set of pgTAP tests basically fetching a list of objects from the PostgreSQL info schema, then iterating over that list to verify that those objects exist?
13:36 dbs Seems like it is a test of PostgreSQL's info schema, with very little Evergreen-specific testing
13:37 gmcharlt dbs: I believe the idea is that you would run make-pgtap-tests.sql on a known-clean database, then use them to test a production database for schema variances
13:37 gmcharlt where "them" == the generated tests
13:38 jeff oh. that sounds useful. i might look at that.
13:38 dbs gmcharlt: oh. are there any separate pgTAP tests for Evergreen-specific functions?
13:39 * dbs has just added one for ingesting a record and checking the md5 hash of the MARC to ensure the processing has proceeded as expected
13:39 gmcharlt dbs: a few -- see Open-ILS/src/sql/Pg/t
13:40 dbs gmcharlt: ah, the make-pgtap-tests.pl in sql/Pg/ threw me off
13:41 gmcharlt make-pgtab-schema-tests.pl might be a better name
13:42 dbs Might be useful to add some comments about the intended usage  into make-whatever-tests.pl too
13:46 dbs might add a pointer to "pg_prove" in t/README too. This is good stuff
13:52 jboyer-isl rfrasur: You had your gadget discussion while I was at lunch, but I wanted to throw a couple cents at it. JCPL picked up a few gadgets (similar to the ISL kit, but hand-picked by me) with things like every type of available kindle, a chromebook, ipod, ipad, galaxy tab, and some nooks
13:52 jboyer-isl Staff could check out devices to learn on, or to show patrons how to use Overdrive, ebrary, etc.
13:53 jboyer-isl they also made an appearance at a staff day, as a kind of tech petting zoo.
15:21 dbs /win/win 11
15:21 dbs meh
15:21 dbs /lose/lose :)
15:26 Bmagic jeff: LOL - it's the row that I fixed as a test
15:27 jeff aha. :-)
15:27 jeff which query did it show in?
15:28 Bmagic I used a "not in" strategy there

Results for 2013-10-24

09:35 dbs You could create an actual source for "source unknown" and link it up and enforce the constraint, but I don't see how much that buys us
09:35 Dyrcona Well, the source is usually known, someone just neglects to set it.
09:36 Dyrcona makes queries fun: and (source is null or source in (1,2))
09:36 dbs bshum: Do you have an example RDA record you could supply for testing purposes? I think the fix may just be to add another get_graphic_880s() call right after the one for 260, similar to what we do for authors
09:36 tsbere How about "we know, but the source isn't in the list"? Because I suspect sometimes that happens. ;)
09:36 Dyrcona tsbere: I don't suspect that happens very often with our gang, and in that case, they should open a ticket to request the source be added. :)
09:37 dbs Dyrcona: about 2 million of our bibs would be "source = migrated from previous system"; nobody is going to spend time tracking down the actual source for all of those unless there is some benefit
10:01 bshum dbs: As for getting some sample RDA bibs, I could see that being helpful to include in our sample datasets for the future.  I'll see what I can do on that front as well.
10:01 jeff of course, some OU settings make no sense to have a workstation or usr level counterpart, so maybe not.
10:02 bshum (though probably later)
10:03 jeff while i have high hopes to test some more 2.5 goodness this evening or weekend, today i am fixing bits and adding bits in the user editor.
10:03 bshum 2.3 is unaffected since that was pre-880 stuff
10:03 jeff one of the things it has me thinking about is how you'd specify an OU setting for "this is how you generate a suggested username"
10:04 yboston joined #evergreen
16:58 rfrasur oh, I don't kick them out.  I just make them behave.  They can't cover their faces and have to have on clothes over the suits.
16:58 rfrasur There's also a kid with a pigeon mask.
16:59 rfrasur It was kinda impressive...but yeah.
16:59 anton____ hello everybody, I am testing the holds module in EG and I can´t get the Pull list, I mean, I hold a book with one test account, and then I try to see this hold in Pull List for hold requests but It doesn´t show nothing
17:00 Dyrcona anton____: You have to run the hold targeter to target the hold at a copy before it will show up in the pull list.
17:01 anton____ Is in EG site a complete documentation about how do that=
17:01 anton____ ?

Results for 2013-10-23

08:33 eeevil berick: blocking penalties, at least, don't care about the id, just the block_list and actor.org_unit_descendants(ausp.org_unit, csp.org_depth)
08:33 csharp so if the org_unit on the penalty is Branch1 it would never be visible from Branch2
08:34 berick open-ils.actor.user.penalty.apply sets the value of ausp.org_unit by inspecting ws_ou and csp.org_depth.
08:34 csharp that makes it sound like it would work then - lemme test some more
08:35 berick so it should be possible to apply a penalty at BR 1 that is ulatimately a CONS (or SYS1) penalty (i.e. ausp.org_unit == 1 or 2)
08:35 kbeswick joined #evergreen
08:35 csharp berick: right - that's my goal
14:54 qwebirc69238 joined #evergreen
14:58 Dyrcona joined #evergreen
15:44 mrpeters joined #evergreen
16:14 jboyer-isl A quick global flags Q if anyone still on knows: When the global flag "Holds: When testing hold matrix matchpoints, use the profile group of the receiving user instead of that of the requestor (affects staff-placed holds)" is enabled,
16:17 jboyer-isl Does that mean it compares the user that will receive the hold against the requestor permission group column of the holds matrix, instead of the user permission group?
16:22 jboyer-isl Ah, nevermind. I went looking for the test and found it. It does.
16:28 * Dyrcona was about to say that is what it does.
16:42 ktomita joined #evergreen
16:43 gsams joined #evergreen

Results for 2013-10-22

09:15 jbfink joined #evergreen
09:16 mrpeters joined #evergreen
09:24 Dyrcona dbs: Is there a solution that works whether one has upgraded or not?
09:27 dbs Dyrcona: It would be great if someone not on one of those distros would test my branch and tell me how much breaks :)
09:30 Dyrcona dbs: I only look at LTS releases from Ubuntu, so 14.04 would be the next that I experiment with.
09:31 dbs Dyrcona: right, but if you have a 12.04 box at the ready it would be instructive to just check out the branch and run 'make check' on it
09:32 Dyrcona dbs: Will do.
10:01 dbs Dyrcona: does make check
10:01 dbs Dyrcona: does "make check" pass for starters?
10:01 dbs And then if that passes, "eg_db_config <yada yada> --load-all-sample"?
10:02 Dyrcona I'm testing this on a system that already has data loaded.
10:02 dbs three queries from the 12th? Wow.
10:02 paxed dbs: not sure. i know i haven't done such a post. i could try to compile one...
10:03 dbs Dyrcona: ah, okay, my branch doesn't have any upgrade scripts for the database functions yet, so just "make check" or running "prove -l lib t" in the Open-ILS/src/perlmods directory would be great
10:03 Dyrcona I'm about to paste the output from make.check, looks some tests fail.
10:04 dbs paxed: yeah. I mean, I know you have a long list of bugs but some level of abstraction & prioritization would probably help us understand our failings
10:04 dbs Dyrcona: thanks
10:05 pastebot "Dyrcona" at 64.57.241.14 pasted "make check > ../make.out 2>&1" (131 lines) at http://paste.evergreen-ils.org/28
10:05 Dyrcona One of the tests that fails is entityize diacritics.
10:05 dbs Dyrcona: perfect. that's what I was worried about.
10:05 paxed dbs: for example, today i found out the "Serials" as done by both Eg and Koha does not really serve our needs - our expert on it said the Serials is more for scientific papers and such, rather than "periodicals" (as he said), or magazines.
10:06 Dyrcona paxed: You'll just have to implement your own ILS, then. :)
10:12 paxed dbs: well, then it could be something that's missing from our database, and clicking on one of the issues under "issues held" does nothing.
10:12 paxed s/and/as/
10:12 paxed (in opac)
10:12 dbs Dyrcona: oh, fascinating. "prove -l lib t/14-OpenILS-Utils.t" works fine on its own, which is where I was focused on fixing the problem that had popped up, but last night / this morning I failed to run all the tests
10:12 jboyer-isl paxed, Dyrcona: Somebody beat you to it: http://en.wikipedia.org/wiki/NewGenLib
10:13 dbs jboyer-isl: oh yeah, that's been around a long time
10:13 jboyer-isl Even has Acq. I tried to set it up in 2008-ish. Daunting is the polite term.
10:53 bshum Or on the weekend.
10:54 jcamins Heh. What time did you get home?
10:54 bshum Around 1:40 or so
10:55 jcamins Eww. I took a cab and was back before 12:30.
10:56 jcamins Usually I am frugal and take the bus/subway, but I just couldn't bring myself to test the late night schedule.
10:56 bshum Indeed, it was late.
10:57 bshum Good to be home though.
10:57 ktomita joined #evergreen
12:35 bshum I'll try it again once I get a new fresh system going later this week.
12:37 csharp yeah - I was going to experiment with reverting 3335c54 just to see if that makes a difference - nothing about that commit touches 'obj.active_services' though, so dunno ;-)
12:37 pinesol_green [evergreen|Bill Erickson] Import bib trash fields : XUL Z39.50 UI - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=3335c54>
12:41 jeff ah yes... that lovely moment when you're testing your user editor changes and the username is replaced with: tfunctionanonymousnifargume​ntslengththisanreturnthisa
12:49 gmcharlt heh
12:54 jeff also fun: those moments where you spend some much time trying to write a non-awkward comment that you also end up re-factoring the one if statement that you were commenting
12:54 jeff ...not in a significant way, but just so that the ordering matches the ordering of the comment, because you have no interest in re-writing the comment Yet Again.
14:26 BigRig__ joined #evergreen
14:30 BigRig joined #evergreen
14:30 JennB hello Evergreen Community, can you tell me if EG can be in Arabic? I saw this listserv message http://list.georgialibraries.org/pipermai​l/open-ils-general/2011-March/004343.html but as you see its from 2011
14:31 * bshum imagines it's possible, but doubts we've tested RTL extensively
14:31 bshum (or at all)
14:31 JennB ok, thanks Ben!
14:32 bshum In theory, if we had the translations for arabic, we could try reviewing various parts of the GUI for right to left compatibility.
14:32 Dyrcona Well, I've processed some records recently that had Arabic in them.
17:18 tsbere hopkinsju: An attempt to say "the user is physically at...." though we use it with subdomains to say "this subdomain represents..."
17:18 tsbere I believe it can be set with a url param in addition to IP based and apache-level configs
17:19 hopkinsju tsbere: Any chance of documentation on this? Particularly the apache config
17:20 tsbere hopkinsju: At the apache level you set an environment variable named "physical_loc"...for that matter for your testing just add physical_loc=id to the query string (add a ? or & or whatever before it as needed)
17:20 hopkinsju Gotcha
17:21 tsbere we do some fancy rewrite tricks to set all of that stuff for our subdomains, but you can also just hardcode it if you have widely varying configs
17:22 tsbere hopkinsju: Once you have physical_loc set then the hiding depth (if >1) says "start the tree at that depth". 1 would be the "System" in a standard setup, I believe (with 0 being "everything" and 2 being "branch within the system")

Results for 2013-10-21

08:52 Dyrcona rjackson-isl: Same thing. :)
08:54 mmorgan1 joined #evergreen
09:04 ericar joined #evergreen
09:05 egbuilder build #405 of evergreen-master-debian-6.00-x86_64 is complete: Success [build successful]  Build details are at http://testing.evergreen-ils.org/buildbot/builder​s/evergreen-master-debian-6.00-x86_64/builds/405
09:06 dbs Many thanks to Peter Lux at UPEI for getting me access to that build machine again :)
09:09 dbs @later tell bshum GSoC summit is _so_ good for expanding horizons, eh?
09:09 pinesol_green dbs: The operation succeeded.
09:55 jboyer-isl yeah. Just have to take the time to genericise it. :/
09:55 mrpeters go convince Ana to allow holds to be placed on ANY item, but they will never transit if they're in the disallowed list
09:56 jboyer-isl I want something like that to go through anyway. "Only our patrons can place holds on our items!" Librarian, please.
09:56 mrpeters well, they still wouldnt get the items
09:57 mrpeters it would just fail hold tests until the 9 months expired
09:57 jeff What's the logic behind showing the patrons items then saying that they can't request them?
09:57 mrpeters thats how PINES does it
09:57 mrpeters lol jefff
12:01 smyers_ joined #evergreen
12:06 dbs working/user/dbs/encode-changed-behaviour - as of yet untested on anything other than Encode 2.54 on Fedora, so definitely experimental
12:12 dMiller__ joined #evergreen
12:22 * csharp plans to test Opensrf 2.2.1 as soon as he can come up for air on another project
12:50 Sato`kun joined #evergreen
13:11 smyers__ joined #evergreen
13:19 dMiller_ joined #evergreen

Results for 2013-10-17

08:30 akilsdonk joined #evergreen
08:38 kbeswick joined #evergreen
08:41 mmorgan joined #evergreen
08:49 csharp berick: is there a 2.3.11 git branch planned?  I manage our customizations in git and it's way easier to just merge branches, but I'm looking towards a 2.3 point release upgrade to which I will add gmcharlt's memory leak fixes
08:50 csharp or if you were waiting for tests of the tarball, I can do that too
08:50 berick csharp: an oversight.  it's sitting in a working branchh..  I'll push it now.
08:52 csharp excellent - thanks!
08:53 berick csharp: pushed.  thanks for reminding me :)
14:10 bhyman #action gmcharlt will send after meeting
14:10 bhyman #topic  Evergreen 2.5 Release Manager's update (Dan Wells)
14:11 gmcharlt #info Galen Charlton, ESI (multi-tasking)
14:11 dbwells #info We had a fair amount of testing and bugfixing during the 2.5 beta, which extended it by about a week.
14:12 dbwells #info After things settled down, 2.5-rc1 was cut on Monday, Oct. 15.
14:12 dbwells #info Given the level of testing done for the beta, I am hopeful that RC1 will be short, with no surprises.
14:12 dbwells Any questions?
14:13 yboston dbwells++
14:13 StephenGWills for those of us not paying attention, when does 2.3 stop being supported?
14:14 dbwells StephenGWills: I believe it gets security fixes only for 6 months after 2.5 final is released.

Results for 2013-10-15

13:52 jsime e.g. a patron search which could use the flesh feature to grab both the search results' list of patrons and those patrons' details
13:52 jsime instead of getting the list of patrons, then iterating through it to get each of their details in turn
13:56 kmlussier I think one thing we were thinking we might do with that information is include it as part of some kind of best practices for building a new web client. Or maybe there is a better way to share that information as we proceed with the analysis?
13:56 phasefx jsime: just want to make sure you've seen this: http://wiki.evergreen-ils.org/doku.p​hp?id=dev:testing:performance_issues
13:57 jsime phasefx: thanks for the link - berick's notes under General Improvement are spot on for that
13:58 kmlussier OK, we're running short on time. I'm going to move on to the next agenda item.
13:58 kmlussier #topic Discuss freezing of master during beta/RC phase
18:50 kbeswick joined #evergreen
18:58 kbeswick joined #evergreen
19:02 hopkinsju joined #evergreen
19:13 dbwells After much gnashing of teeth, I finally have updated RC1 bits in the usual places.  Please feel free to grab them and test if you are so inclined.
19:15 dbwells I haven't been able to update the downloads page, as it is currently locked by another editor.  At this point, I guess that part will have to wait for tomorrow.
19:16 * dbwells head for home
19:18 * dbwells listens to that command to himself :)
19:46 kbeswick joined #evergreen
19:56 j_scott joined #evergreen
20:34 stevenyvr2 left #evergreen

Result pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143