Open Source Integrated Library System

Evergreen on IRC

#evergreen Logs for Thursday, May 26th, 2011

< Wednesday, May 25th, 2011Raw Log FileFriday, May 27th, 2011 >
#TimeNickMessage
#00:22:19StephenGWills has left #evergreen
#00:42:27dbwells_ has joined #evergreen
#00:44:25dbwells has quit IRC
#00:44:38dbwells_ is now known as dbwells
#00:45:02jeffdavis has quit IRC
#00:45:05jeffdavi1 has joined #evergreen
#00:45:12MarkEIN_ has quit IRC
#03:35:32atz_ has joined #evergreen
#03:39:22atz has quit IRC
#04:33:25jeffdavi1 is now known as jeffdavis
#04:53:26foocraft has quit IRC
#07:54:04mrpeters-isl has joined #evergreen
#07:57:15artunit_ has joined #evergreen
#07:59:49artunit has quit IRC
#07:59:52artunit_ is now known as artunit
#08:18:22Dyrcona has joined #evergreen
#08:19:01dbs has quit IRC
#08:25:32Dyrcona@later tell eeevil The regression that I saw on my demo server yesterday came not from my go-live but from the vandelay-improvements branch that I merged in last Saturday. I see there have been some changes to it since, but haven't checked if the regression is still there.
#08:25:32pinesol_greenDyrcona: The operation succeeded.
#08:33:46AaronZ-PLS has joined #evergreen
#08:45:59mrpeters-islwasn't there a script someone wrote to convert a report to some "cleaner" SQL (removing the md5's, etc.)
#08:47:42guest1 has joined #evergreen
#08:52:50mrpeters-isli was thinking maybe I could grab the current_query from pg_stat_activity while it's running but it appears to be truncated.
#08:55:43tsbereWhat are you trying to do?
#08:56:37mrpeters-islwell, i have a pretty hefty report - trying to count circulations on items who's bib records contain a string "library science" in the 650$a
#08:56:58mrpeters-islits been running almost 30 minutes now
#08:57:16mrpeters-islso i wanted to try to examine the SQL behind it
#08:58:25mrpeters-islsounds like i just need to up the track_activity_query_size for postgres
#08:58:43tsbere would probably have done that in raw sql anyway, but he hasn't played enough with the report writer
#08:58:57mrpeters-isli was going to, but then i realised it was pretty simple in the reporter
#09:00:53tsbereI also don't know if I trust the reporter to do a given query in an efficient manner
#09:08:07mrpeters-islit has about 7 LEFT OUTER JOINS in the reporter
#09:09:45tsbereYou looking for circ by bib or total circs?
#09:10:02jenny has joined #evergreen
#09:10:13mrpeters-isltotal circs on any items owned by a library attached to one of those bibs with a particular 650$a
#09:10:28tsbereSo by library?
#09:10:36mrpeters-islyeah
#09:10:49mrpeters-isllet me send you wehre i'm kind of at...
#09:11:57mrpeters-islhttp://pastie.org/1976074
#09:12:20mrpeters-islone thing i know is kind of weird is the bib/bre aliases
#09:12:32mrpeters-isli saw the reporter was doing that so i threw it in my sql too
#09:12:45tsbereThat doesn't even look guaranteed to get all circs unless you have 0 aged circs total
#09:13:23mrpeters-islyeah, i'm sure i'm making mistakes
#09:14:16tsbereHmmm
#09:14:25tsbereI think something doesn't add up in your paste
#09:14:25mrpeters-islactually get a result though
#09:14:32mrpeters-islyeah. i made a mistake...repasting
#09:14:44mrpeters-islhttp://pastie.org/1976074
#09:14:50mrpeters-islthat works - returns 14 for me
#09:16:19dbs has joined #evergreen
#09:17:05tsbereI can skip multiple joins in that easily enough
#09:23:51tsberemrpeters-isl: http://pastie.org/1976130 ?
#09:24:24tsbereDoesn't do the date limiter, though
#09:24:42tsbereEasy enough to add in
#09:25:43mrpeters-islcool - willdo some comparison
#09:26:23tsbereOne of the two uses all_circulation (a view) to get aged circs as well
#09:26:33tsbereThat one appears to take much longer to run here. <_<
#09:26:37tsbere isn't surprised
#09:26:48mrpeters-islyep, get the same results with your query
#09:26:53mrpeters-isl14 circs at the library i'm looking at
#09:27:10tsbereIs mine faster?
#09:27:16mrpeters-islactually, no haha
#09:27:33mrpeters-islmaybe its cached now, but mine runs instantly
#09:28:22mrpeters-islyours takes about 60 seconds
#09:28:38tsbereWhich one? The all_circulation one, or the regular circulation one?
#09:29:35sfortin has joined #evergreen
#09:30:25bericktsbere: with make-db-patch.pl, should --from generally point to the parent of the first sql-related commit in my topic branch?
#09:30:56tsbereberick: That sounds about right.
#09:31:12bericktsbere: cool, thanks
#09:31:27tsbereberick: Although if you used, say, origin/master for the from it would say "anything that the master branch doesn't have" as a possible shortcut
#09:31:32kmlussier has joined #evergreen
#09:31:40bericktsbere: even easier...
#09:38:25mrpeters-isltsbere: both about 30 seconds to 1 minute
#09:38:35mrpeters-islprobably, becuase you're looking at ALL libraries
#09:38:49tsbereOh, you didn't add the "just that library" limiter when comparing?
#09:39:05mrpeters-isloh, i did eventually
#09:39:13mrpeters-islbut just running your raw queries, compared to what i went with
#09:40:03tsbereI figured you indicated you needed all of them, not just one, but were using one for speed of testing purposes.
#09:45:57yboston has joined #evergreen
#09:59:09drdata_home has joined #evergreen
#10:02:20phasefxI have some missing cataloging permissions sitting in a collab branch here: http://git.evergreen-ils.org/?p=working/Evergreen.git;a=commit;h=d3ab4737fd08e1832f91df90802ad881ce8c9cd0 I'm hesitant to push to master and rel_2_1 since I get errors trying to test the upgrade script, and I don't understand the new regime yet
#10:05:58phasefxis that safe or does it need tweaking? how does this new stuff work? I'd be happy to wiki-fy it
#10:06:12gdunbar has joined #evergreen
#10:07:27tsberephasefx: I test my upgrade scripts by commenting out the deps_block_check and the commit and adding a rollback. <_<
#10:07:43phasefxha
#10:07:58tsbereMakes it faster to rapid-test changes
#10:08:22tsbereThen when I am happy I change the rollback into a commit, apply, and make sure things look ok afterwards
#10:09:35phasefxin that case, I'm happy with it and will push. thanks :)
#10:09:50senatornot phasefx's concern, but i guess we skipped 0539?
#10:09:56tsbereWant my "list of permissions that appear to be missing"?
#10:10:33phasefxtsbere: if you want to augment the file in that branch, go for it
#10:10:44phasefxfiles
#10:11:34Dyrconatsbere: I added some permissions (minus descriptions) on our go-live branch this morning. They are related to volume suffixes and monograph parts.
#10:11:40lisppastetsbere pasted "Missing Perms" at http://paste.lisp.org/display/122280
#10:12:00DyrconaOh, and our migration is officially started about about 10:00 a.m. this morning.
#10:12:54gmcharltDyrcona++
#10:12:57phasefxtsbere: ick
#10:13:06tsberephasefx: I don't have time to mess with adding the entries for them today. Too much work to do with said migration in progress.
#10:13:15phasefxroger roger
#10:13:32DyrconaI think a lot of those are related to recent cataloging enhancements.
#10:13:37bshumDyrcona: Best wishes to you.
#10:13:51Dyrconathank you, thank you. *bows*
#10:14:01tsberephasefx: Also, those are only easily-picked ones from the perl and idl. Others may be missing but are less obviously obtained.
#10:15:22dbwellssenator: Yes, 0539 got skipped, more or less. I had called it for what is now 0540 and prepared it for commit, then dbs generously offered to sign off on it (which I thought was a great idea), then I committed 0540 for something unrelated before he had a chance to get to it.
#10:15:41dbwellsI mean, "what is now 0541".
#10:16:17senatorwell, it's not the end of the world
#10:16:21senator^-- still amusing
#10:16:47mrpeters-islgit question -- i used to be able to "wget" an 'Original File' from SVN -- i can't seem to do that on git. Any ideas?
#10:17:01Dyrcona just loves getting tickets that start out "Dear Jason,"
#10:17:18phasefxoh, dibs on 0542 :)
#10:17:25Dyrconaguess I'll start calling the tickets "Dear Jason Letters"
#10:17:37tsberemrpeters-isl: You can always tell git to check the file out.
#10:17:39bshum:)
#10:17:39mrpeters-islfor example -- mv foo.js to foo.js.bak && wget svn.open-ils.org/foo.js -- to replace with a patched version
#10:17:59tsberegit checkout foo.js will check out a clean copy
#10:18:45mrpeters-islso, say i want to checkout http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=51523ac6db6a4b78ca6053ab0df645698f017db8
#10:18:56mrpeters-islwhich url is the one to use for git checkout ?
#10:19:17tsbereIf you want a specific version thereof
#10:19:26tsbereUp at the top of the page there
#10:19:30tsbereYou want the "raw" link
#10:19:58mrpeters-islok, so blob > raw
#10:20:54mrpeters-islgit checkout http://git.evergreen-ils.org/?p=Evergreen.git;a=blob_plain;f=Open-ILS/xul/staff_client/chrome/content/util/network.js;h=5871323c0301b5e4336a56582162044141ce861c;hb=51523ac6db6a4b78ca6053ab0df645698f017db8
#10:20:54mrpeters-islfatal: Not a git repository
#10:21:11tsberemrpeters-isl: The "raw" link is for wget use.
#10:21:27tsbereIf you want to deal with it via git (to a specific commit) it gets more complicated, I think
#10:21:31mrpeters-islthat actually doesnt work
#10:21:34mrpeters-islwget
#10:21:45mrpeters-islyou get an XML file
#10:22:15tsberereally?
#10:22:22mrpeters-islyou get a file index.html?p+Evergreen.git
#10:22:24mrpeters-isltry it
#10:22:28mrpeters-islwget http://git.evergreen-ils.org/?p=Evergreen.git;a=blob_plain;f=Open-ILS/xul/staff_client/chrome/content/util/network.js;h=5871323c0301b5e4336a56582162044141ce861c;hb=51523ac6db6a4b78ca6053ab0df645698f017db8
#10:22:36mrpeters-islloads ok in a browser, which is how i did this last night
#10:22:44tsberemrpeters-isl: Quotes! Also, git checkout <commit hash> <filename>
#10:22:46mrpeters-isli had to save it, then upload it elsewhere
#10:24:17mrpeters-islah, ok quotes did the trick
#10:24:18phasefxtsbere: in perms_check, maybe remove the / before Open-ILS in the idl_perms variable?
#10:25:23tsbereHmm.
#10:25:32tsbere thought he had gotten all of those, but apparently missed one
#10:27:35tsberephasefx: Pushed that.
#10:27:43phasefxcool deal
#10:28:01tsbere(and merged master up to now, thus hiding the older commit down the tree somewhere)
#10:33:44Dyrcona has been rebasing, squashing and changing commit dates.
#10:33:45phasefxhrmm, for CREATE_PURCHASE_REQUEST, that's an explicit check in the perl, but the IDL also has user_request.create
#10:33:49Dyrcona is a bad boy.
#10:34:01phasefx will add it and let someone fix if desired
#10:34:41DyrconaI'm going to push another little something that some of our members requested to a working branch.
#10:35:37DyrconaIt's a PhoneList WWW module that can list patrons with holds and their and phone numbers in a csv file. It also adds a hold notification for the patron. It's useful if you want to automate calling patrons about holds that are ready for pickup.
#10:36:23berickgmcharlt++ tsbere++ # make-db-patch.pl
#10:36:27tsbereSpecifically, if you want to let the library do it. At the library.
#10:38:39bshumAlright, this makes no sense to me. I have a simple2zoom service trying to connect to our production zurl and it doesn't work, but it works fine with the backend specific brick head of my choice, etc.
#10:39:22bshumAlternatively, it works happily when connecting to the zurl of our test server and it also uses ldirector to connect multiple bricks on its backend.
#10:39:49bshumAny ideas of what to test or try next?
#10:40:21dbsphasefx: fwiw, you could/should get somebody else to sign off on your branch rather than pushing it yourself
#10:40:43phasefxdbs: roger that
#10:42:20dbsbshum: can you successfully run simple2zoom anywhere else pointing to your production zurl?
#10:43:07bshumdbs: I'll try compiling one more VM to point at our production zurl. I've attempted this with 3 different machines with Ubuntu/Debian, and various versions of Yaz, but that's all been a red herring apparently.
#10:44:15dbsbshum: does your test server have one identical record that we could use to compare the results of an SRU request from it vs. production (via wget or curl, comparing headers, etc)?
#10:44:34bshumdbs: They should be pretty close. I'll check.
#10:44:42dbsbshum: cool
#10:46:34phasefxcollab/phasefx/missing_cat_perms updated if anyone wants to sign-off/sanity-check. Otherwise I can open a ticket for it
#10:47:08phasefxmay want to squash to one commit when merging with master
#10:49:31phasefxanyone getting subfield 0's showing up in their record summary page for Subjects?
#10:50:03gmcharltphasefx: should some/all of those missing perms be added to the default permission groups?
#10:50:27phasefxprobably
#10:51:40bshumdbs: So like http://ur1.ca/4a6q2 (production) vs. http://ur1.ca/4a6q3 (test)
#10:52:38phasefx will go get some coffee, this collab branch thing isn't quite what he was thinking :)
#10:53:35dbsphasefx: subfield 0s, I thought we fixed the skin to filter those, but I can't remember if that's a Conifer-specific fix or a master fix or what
#11:05:52phasefxdbs: gracias, will look. Do you know if the auth-subset100.mrc file contains authority entries for subjects? I'm seeing author so far
#11:07:04dbsuh
#11:07:11dbsthe '100' means 'author' :)
#11:07:18phasefxha
#11:07:23phasefxthought it meant authority
#11:08:05phasefxbleh, misundestanding all over the place today. thought auth- meant authority, and 100 meant 100 records, in the filename
#11:08:17dbstotally understandable!
#11:08:19phasefxbut, just 17 records
#11:08:37dbsa totally understandable misunderstanding, I mean
#11:09:14dbs could generate some subject auth records reasonably quickly, once I finish splitting this ticket-containing-12-separate-issues into 12 tickets. sigh
#11:09:55phasefxdbs: I feel your pain; would appreciate it
#11:12:47dbsphasefx: I'm pretty sure a lot of people feel the pain that I have inflicted, what with half-baked call number classification stuff and authority stuff and whatnot
#11:13:16dbsthankfully there's dbwells and others to clean up after me (after suffering first, of course)
#11:13:22phasefxdbwells: I'm sorry you have to delve into code based off of copy_browser :)
#11:13:28phasefxspeaking of suffering
#11:16:26phasefxoff-topic, I tried Ubuntu's Unity out. Reminds me a little of Windowmaker, but not as flexible
#11:16:47dbwellsphasefx: I've grown accustomed to its face :)
#11:17:28phasefxdbwells: does copy_browser need that same fix that manage_dists just got, you think?
#11:18:28dbwellsphasefx: I tested it briefly and I don't think so.
#11:18:38phasefxcool, thanks
#11:19:11dbs fondly remembers wmseti
#11:20:23ernieSimuroopenSRF
#11:20:29phasefxI think it must be desktop apathy that's stopped me from fiddling with window managers. xmonad was fun for a while, till it broke on me
#11:21:12dbs will be upgrading his laptop to Fedora 14 this afternoon, have mostly enjoyed Gnome 3 thus far
#11:21:28dbsbut my needs are pretty minimal: gimme a browser and a terminal, and I'm generally happy
#11:22:04phasefx hears ya
#11:29:37bshumHeh, phasefx: It was just a random thought of mine. Facebook Page felt more information driven to me than the weird new Group style chats, etc. But that's just one opinion ;)
#11:31:53phasefxI'm not much of a facebook person at all, so am not familiar with all the options. I just noticed that it was at risk of being archived (and presumably still is, I think the upgrade failed), and thought it preferable to keep alive. Do you want to be an admin for it? I have no strong desire to maintain it, and I think Corinne just adds content
#11:32:11bshumI think the upgrade went fine actually, I was able to see the revised group format.
#11:32:17bshum(after a refresh that is)
#11:32:25phasefxif you want to make it a page or somesuch instead, no objections from me
#11:32:26mrpeters-islphasefx: thanks so much for patch on multiple event overrides
#11:32:49mrpeters-islwas crippling us from being able to handle those situations where libraries chose to override fine/collection limits
#11:32:59phasefxmrpeters-isl: no problem. I thought I had it licked in the past, but must have missed something
#11:33:09mrpeters-isli think it was fixed in 1.6 series
#11:33:14mrpeters-islmaybe it snuck back in somehow
#11:33:33phasefxeasy to miss forward-porting if it didn't originate in trunk/master
#11:33:44mrpeters-islphasefx++
#11:34:05phasefxless likely to happen now with git mindset of branch merging.. I hope
#11:34:30phasefxmrpeters-isl: thank Callendar, he was your champion
#11:34:46bshumphasefx: I don't mind helping out if I can, I try to check things pretty regularly. Though perhaps someone from the communications committee would be good too. It does seem like it would fall under their area too.
#11:35:57phasefxbshum: alright, you're an admin
#11:37:39phasefxgeeze, we're already getting spam
#11:38:30phasefxoh, old spam, new comment
#11:38:40mrpeters-islCallender++ too
#11:43:38bshumOpinions "Evergreen ILS" or "Evergreen Project" (software vs. community)?
#11:45:52tsbereEvergreen ILS Project (software community)? :P
#11:46:08bshumtsbere++ :)
#11:51:09bshumSigh... alright, I'm deeply depressed now.
#11:51:20tsbere?
#11:51:26bshumFresh Squeeze box with yaz, simple2zoom, etc. and it's happy with our production zurl.
#11:51:54bshumI don't know why it doesn't like my other boxes I've tried this on... sigh.
#11:54:01Dyrcona sings: Mama's got a squeeze box....
#11:56:46bshumStupid z39.50 services :(
#12:01:07dchelimsky has joined #evergreen
#12:13:53youdonotexist has joined #evergreen
#12:16:30moodaepotsbere: So I want to try your permscheck.sh I checked out tsbere/ILS.git but don't see it under Open-ILS/examples/
#12:16:50moodaepo <-- feel lost in the land of Git
#12:16:51tsberemoodaepo: You have to add the remote (or clone the repo), then check out the branch.
#12:17:05tsbereBy default you will get the "master" branch
#12:17:16moodaepoI cloned it > git clone git://git.mvlcstaff.org/tsbere/ILS.git
#12:17:25moodaepoAah
#12:17:26tsberetry git checkout -b perms_check origin/perms_check
#12:34:25tsberemoodaepo: For the record, perms_check.sh checks the *code*, it doesn't ask the DB for a list of perms. Just so you know.
#12:36:34moodaepotsbere: Yup once I changed the branch I looked at the code realized it wasn't exactly what I wanted : )
#12:37:06dbs"Evergreen library system project"?
#12:38:09phasefxgmcharlt: updated collab/phasefx/missing_cat_perms with grp perm maps. unsure about some of them, mostly the SVF stuff, and acq user purchase request
#12:39:03gmcharltphasefx: offhand, do you know if the 'user' in acq user purchase request is (or was initially meant for) purchase requests placed by patrons or by staff?
#12:39:15phasefxgmcharlt: berick just clarified, it's for staff
#12:39:43gmcharltok
#12:39:52phasefxstaff making requests on behalf of patrons
#12:40:02berickgmcharlt: phasefx: arg, no, i was wrong
#12:40:30phasefxso should be in Users?
#12:40:38berickthere's 2 different perms. CREATE_PURCHASE_REQUEST is to allow users to create their own requests
#12:41:03phasefxthat's the one I'm dealing with
#12:41:17berickuser_request.create (not sure why it's lower'd) is for staff-mediated requests
#12:41:29phasefxah
#12:42:39berickphasefx: yes, User makes sense, unless of course you want to disallow some patrons from creating requests
#12:43:06phasefxpushed update
#12:43:29phasefxberick: as far as I'm concerned, these stock groups and perm mappings are practical examples
#12:43:37berick*nod*
#12:46:48dbs*nod*
#12:46:55phasefxI got some group id's wrong
#12:47:41phasefxpushed again
#12:47:55phasefxI keep forgetting -s too
#12:48:09sfortin has quit IRC
#12:48:15dbsphasefx: you can make -s default
#12:48:22phasefxyeah, I think I will
#12:49:25dbsformat.signoff config item
#12:49:45dbsHelp for it says "Note: Adding the Signed-off-by: line to a patch should be a conscious act and means that you certify you have the rights to submit this work under the same open source license."
#12:49:57dbsDAMN RIGHT
#12:51:17gmcharltphasefx: so make sure you're concious when you change that setting ;)
#12:51:23phasefxI'm going to consciously do it once, and just not ever submit anything I don't have the rights for ;)
#12:52:02phasefxassuming no contributor tricks me :)
#12:52:46dbsbshum: well, yay for working z39.50 server I guess?
#12:53:42bshumdbs: Yeah; it doesn't quite solve what happened with these other z39.50 servers that caused them to fail connecting to production but work with many other zurls though.
#12:53:50bshumMaybe I'll figure it out after our migration
#12:54:07bshumFor now, guess I'll reformat one of those bad boxes to start fresh.
#12:54:29tsbere just has a template with his signed-off-by line
#12:55:01tsbereUsed to have more. Then I decided "nah" on most of it. >_>
#12:59:57phasefxwhat am I doing wrong? git config --global --bool format.signoff true
#13:03:54tsberephasefx: Tis for format-patch, not commit.
#13:04:20tsbere(hence starting with format, actually)
#13:06:30tsberephasefx: Try commit.template?
#13:08:37dbsdamn, sorry for leading you astray phasefx
#13:08:50phasefxdbs: s'okay, google isn't helping me much either
#13:08:56phasefxtsbere: will try that, thanks :)
#13:09:52tsberecommit.template has the extra bonus of "you can standardize your commit messages with headers and such, if you want to be fancy"
#13:11:56phasefxstill not sure what I'm doing wrong: git config --global commit.template /home/opensrf/.signoff with .signoff containing Signed-off-by: Jason Etheridge <jason@esilibrary.com>
#13:13:56tsberetry git config --global commit.template=/home/opensrf/.signoff
#13:14:04tsberemaybe?
#13:14:10tsbereOr make sure your path is right
#13:14:25phasefxwell, a bare git config commit.template reports the path
#13:14:31tsbereok
#13:14:47phasefxvim `git config commit.template` does what I expect
#13:15:07tsbereok
#13:15:37phasefxI'll just make a bash alias
#13:15:48tsbere tries the vim trick, fails
#13:16:04tsbereI set my commit.template to ~/ctemplate.txt
#13:16:17jenny has quit IRC
#13:16:18tsberegit expands the ~ for me, the shell doesn't when I do the vim trick
#13:17:48tsbere tries ~/.signoff and it works too
#13:20:03phasefxtsbere: ah! I have to use the editor
#13:20:08phasefx-m not good
#13:20:27tsberephasefx: Well, yea, -m bypasses the templating process.
#13:24:14dchelimsky has quit IRC
#13:24:14dbs has quit IRC
#13:24:14gmcharlt has quit IRC
#13:24:14adrienne has quit IRC
#13:25:05dchelimsky has joined #evergreen
#13:25:06dbs has joined #evergreen
#13:25:06gmcharlt has joined #evergreen
#13:25:06adrienne has joined #evergreen
#14:00:37youdonotexist has quit IRC
#14:01:36dchelimsky has quit IRC
#14:02:31youdonotexist has joined #evergreen
#14:08:21Dyrcona is adding features despite playing "mission control."
#14:08:42bshumDyrcona: "Dear Jason, you are awesome."
#14:08:53Dyrconaroflmao
#14:10:22dbs has quit IRC
#14:10:31jenny has joined #evergreen
#14:11:07youdonotexist_ has joined #evergreen
#14:11:08youdonotexist has quit IRC
#14:11:13youdonotexist_ is now known as youdonotexist
#14:17:24pmplett has joined #evergreen
#14:22:26Dyrconabshum: Plymouth Rocket is going to poke someone in your office about SIP2 and your migration.
#14:22:57bshumDyrcona: You know, I asked afterl about them and she said they weren't using SIP
#14:23:06bshumDyrcona: But thanks for the head's up.
#14:23:27Dyrconabshum: OK. tsbere just got off the phone with Ric and he asked if you guys were migrating this weekend.
#14:28:58tsberebshum: Ric wasn't sure if you have anyone using auth to begin with, for the record.
#14:29:43tsberebshum: On the other hand, with my sip_statcats2 stuff, using sip field 0F for "Friend of library" will work with Plymouth Rocket
#14:30:22bshumtsbere: Good to learn. But that doesn't exist for 2.0 yet right? (which is the version we'll be on for a bit)
#14:30:36tsberebshum: I have no clue if it backports to 2.0 well.
#14:30:52bshumtsbere: If it becomes necessary I guess I'll find out.
#14:30:58tsbereIn theory it probably is fine, as it touches so little of the main code.
#14:31:44youdonotexist has quit IRC
#14:51:53youdonotexist has joined #evergreen
#15:08:12moodaepo thinks dbs is the Evergreen French speaking trainer (?)
#15:10:28phasefx can do a good "annh annh annnnnnnh
#15:27:09phasefxthere's a bug fix in collab/phasefx/honor_unified_vol_copy_ui_setting in working that can go into master and rel_2_1 with someone's blessing
#15:28:01phasefxprobably trivial enough to skip such a blessing
#15:29:48kmlussierphasefx++ on all the unified_vol_copy bug fixes! :-)
#15:29:59phasefx:D
#15:30:56phasefxkmlussier: for that matter, there's a collab/phasefx/unified_vol_copy_ui_from_item_status_ui, but it can trigger some bugs I haven't squashed yet
#15:31:45phasefxyou're welcome to poke at it
#15:33:23tsbereShe has no private key
#15:33:24tsbereI think
#15:33:32tsbereIn general, and in the git server
#15:33:36kmlussierI don't poke stuff until Dyrcona loads it on his server, and I'm trying to leave him alone.
#15:33:40phasefxby poke, I really meant, get someone to install it so she can test
#15:34:01tsbereAhhh. Maybe I will give her something. Next week. Not this week ;)
#15:34:04kmlussierHe's a little busy these day. :-)
#15:34:05tsbere runs
#15:35:32atz__ has joined #evergreen
#15:39:24atz_ has quit IRC
#15:41:14phasefxkmlussier: the fast item add -> unified vol/copy ui feature; before that was on the radar I was really considering skipping the item attribute editor altogether and going with default attributes, to make it really _fast_. Might still do that one day as yet another org unit setting
#15:46:44kmlussierThat is really fast. I don't know often our libraries will end up using default attributes, but I may be surprised. But it wouldn't be a problem if it's an org unit setting. I love YAOUS.
#15:47:27phasefxkmlussier: another notion would be to expose the copy editor templates right there in the fast add bar, let you choose a template but skip the editor
#15:48:10kmlussierOoooh! That would be nice!
#15:50:23phasefxI just hope no one wants to "unify" the marc editor with the vol/copy interface :D
#15:51:07phasefxbut split tabs is another feature I fooled around with
#15:58:50rjackson-isl has joined #evergreen
#16:00:17rjackson-islgood afternoon - I am hoping for assistance on setting up Acquisitions Administrators group permissions...
#16:02:17rjackson-isltrying to allow the users with this group ability to use Library Setting Editor to Edit such things as default Circ Modifier, default copy location, defalut fund limit spending block and default fund spending limit warning?
#16:09:06Dyrconayou have add permissions for those settings. you have to configure the settings to use the new permissions. you have to grant the new permissions to the user/group.
#16:09:16Dyrconathat's it in a nutshell.
#16:11:47rjackson-islDyrcona: I guess the real issue is which perissions to add to the Admin Acquisitions group? I have looked thru all the setting a few times now and nothing sticks out that relates to these items?
#16:11:56_bott_miker++ "quality browsing experience"
#16:15:09eeevil_bott_: thank Jason Boyer
#16:21:18Dyrconarjackson-isl: You have to create permissions for the individual org_unit_setting.
#16:22:42rjackson-isl<Dyrcona> I am sorry I am not following :-( Are yo usaying I have to create a new row in a perm table? Or ??
#16:22:51Dyrconathe other option is to give the admin UPDATE_ORG_UNIT_SETTING_ALL
#16:23:33Dyrconayes, a knew permission.perm_list entry. then update the actor.org_unit_setting_type entry to use the permissions for editing or whatever.
#16:24:17Dyrconagranted, I'm looking at a 2.1 system.
#16:25:07DyrconaI think that is the case in 2.0. I don't know about 1.6.
#16:25:35rjackson-isl<Dyrcona>: 2.0.4 here - I wil see if I can get this going... Thanks for the input!
#16:26:20rjackson-islnow off to fight the traffic...
#16:26:36rjackson-isl has quit IRC
#16:27:12eeevilDyrcona: got your regression, sir
#16:28:37agJohn has quit IRC
#16:29:23Dyrconaeeevil: good job, sir.
#16:37:02kmlussier has quit IRC
#17:03:51jenny has left #evergreen
#17:08:17guest1 has left #evergreen
#17:28:12Dyrcona has quit IRC
#17:58:38yboston has quit IRC
#18:16:23moodaepo has quit IRC
#18:36:02Dyrcona has joined #evergreen
#18:38:41mrpeters-isl has quit IRC
#18:46:42drdata_home_ has joined #evergreen
#18:49:18drdata_home has quit IRC
#18:49:21drdata_home_ is now known as drdata_home
#19:09:33pmplett has quit IRC
#19:32:27pmplett has joined #evergreen
#19:37:07drdata_home has quit IRC
#19:49:35youdonotexist has quit IRC
#20:32:41dbs has joined #evergreen
#20:32:41dbs has joined #evergreen
#21:09:26Dyrcona has quit IRC
#21:59:10pmplett has quit IRC
#22:05:03Callender_ has joined #evergreen
#22:06:07Callender has quit IRC
#22:06:11Callender_ is now known as Callender
#22:17:42pmplett has joined #evergreen
#22:54:59foocraft has joined #evergreen
#23:19:20pmplett has quit IRC
#23:40:03pmplett has joined #evergreen
#23:42:52dbs has quit IRC
#23:52:17mcarlson has quit IRC
#23:52:33mcarlson has joined #evergreen
< Wednesday, May 25th, 2011Raw Log FileFriday, May 27th, 2011 >