| # | Time | Nick | Message |
|---|
| # | 00:06:29 | dbs | yeppers :) |
| # | 00:06:37 | dbs has quit IRC |
| # | 00:35:28 | MelissaL has joined #evergreen |
| # | 00:36:51 | MelissaL | hi! trying to hack the opac dynamic api |
| # | 00:40:36 | jeff | greetings. |
| # | 00:41:04 | MelissaL | hi! |
| # | 00:43:13 | MelissaL | do you have ideas re:showing both brnch & system copies in opac kiosk but not consortium copies? |
| # | 00:49:24 | jeff | hrm. not something i've tried before. |
| # | 00:50:17 | jeff | do you want to display system and branch copies by default, or just have the usual option to show them, and you want to NOT show the consortium copies? |
| # | 00:50:45 | jeff | and by "consortium copies", i'm guessing you mean 'copies at other branches in other systems than the one currently being searched'? |
| # | 00:51:14 | MelissaL | yes! |
| # | 00:51:58 | MelissaL | I could hack the string to search by the library but if no copies in branch, no consortium copies displayed |
| # | 00:53:07 | MelissaL | trying to make more relevant patron search when in the branch |
| # | 00:57:21 | jeff | how far have you gotten, or are you just starting? |
| # | 01:05:38 | MelissaL | i was able to create the location but i get 0 results if no copies at branch |
| # | 01:06:46 | mck9 has left #evergreen |
| # | 01:08:01 | jeff | you might get some additional feedback if you post to the open-ils-dev list describing exactly what you want and where you're at so far. |
| # | 01:08:17 | jeff | most folk tonight are off sleeping. |
| # | 01:08:41 | MelissaL | yes. i'm in pst time |
| # | 01:09:18 | jeff checks the opac 'normal' behavior |
| # | 01:18:12 | jeff | if i search 'local library system' for a title, by default after clicking on that title i see all volumes at all branches at that system level. |
| # | 01:18:32 | jeff | which part do you want to change? |
| # | 01:18:55 | MelissaL | right. i'm tryingyo see it before you click on the title |
| # | 01:19:08 | jeff | ah |
| # | 01:24:29 | MelissaL | it's like when you have a branch specified in your acct preference but you still see system copies |
| # | 01:25:04 | MelissaL | but no log in because in library pacs |
| # | 01:54:04 | MelissaL | ciao! |
| # | 01:54:14 | MelissaL has left #evergreen |
| # | 03:24:03 | Callender has quit IRC |
| # | 07:19:39 | rsinger has joined #evergreen |
| # | 07:33:15 | TonyG has joined #evergreen |
| # | 07:55:46 | granitize has joined #evergreen |
| # | 07:58:30 | mck9 has joined #evergreen |
| # | 08:58:25 | rsinger has quit IRC |
| # | 09:05:43 | dbs has joined #evergreen |
| # | 09:09:02 | Dyrcona has joined #evergreen |
| # | 09:13:37 | kmlussier has joined #evergreen |
| # | 09:19:41 | Callender has joined #evergreen |
| # | 09:20:16 | Granitize1 has joined #evergreen |
| # | 09:25:37 | Granitize1 has left #evergreen |
| # | 10:13:43 | kbeswick has joined #evergreen |
| # | 10:22:14 | granitize | Hey - Anybody home to help with regex_replace query? |
| # | 10:41:59 | moodaepo | granitize: Go ahead and ask if someone knows they might answer |
| # | 10:42:36 | miker_ | grabbing 0136 |
| # | 10:48:16 | granitize | OK |
| # | 10:49:03 | granitize | Trying to do a regex_replace update query on biblio.record_entry.marc. |
| # | 10:49:36 | granitize | Duplicate proxy prefixes. I think I need to escape the ? but I'm a regex moron. |
| # | 10:49:46 | granitize | UPDATE biblio.record_entry |
| # | 10:49:46 | granitize | SET marc = REGEXP_REPLACE(marc,'http://rlproxy.upei.ca/login\?url=http://rlproxy.upei.ca/login\?url=','http://rlproxy.upei.ca/login?url=') WHERE marc LIKE '%http://rlproxy.upei.ca/login?url=http://rlproxy.upei.ca/login?url=http://www3.interscience.wiley.com%' AND tcn_value = 353013; |
| # | 10:49:51 | youdonotexist has joined #evergreen |
| # | 10:50:53 | granitize | Seems to match the correct number of records (when I don't limit it to one record) but doesn't make the change. |
| # | 10:53:30 | moodaepo | granitize: Could you paste your regex attempt in http://paste.lisp.org/new/evergreen |
| # | 10:54:19 | granitize | Thanks Anoop... didn't know about that. |
| # | 10:54:44 | senator | granitize: instead of regexp_replace(), can you try just plain replace(), removing the backslashes from in front of the question marks in the second argument? |
| # | 10:54:56 | lisppaste | Granitize pasted "regex_replace" at http://paste.lisp.org/display/111850 |
| # | 10:55:01 | senator | you may not need the power of regular expressions for this, and that might do what you need more easily |
| # | 10:56:43 | granitize | senator: Thanks - give it a try. |
| # | 10:57:47 | moodaepo | granitize: Yea I should have said "You could" instead of "Could you" : ) |
| # | 10:59:24 | lisppaste | miker_ annotated #111850 "senator's suggestion is right on" at http://paste.lisp.org/display/111850#1 |
| # | 11:03:09 | r123 has joined #evergreen |
| # | 11:04:02 | miker_ | @later tell dbs I'm rethinking the identifier|arcn index bit ... a simple map table populated by the ingest trigger (or a function called from that), and an internal_flag to en/dis-able that, would be safer (can't accidentally remove the index def or break the normalization) and faster (2 integer index, no text casting) ... and not much more work. thoughts? |
| # | 11:04:02 | pinesol | miker_: The operation succeeded. |
| # | 11:05:31 | dbs | map_table++ |
| # | 11:05:42 | dbs | like a real relational database :) |
| # | 11:13:51 | miker_ | k. grabbing 0317 |
| # | 11:14:46 | dbs ponders for a second whether there's any implication for biblio.fts, then preps for heading out for the afternoon |
| # | 11:48:18 | miker_ | grabbing 0318 |
| # | 12:13:59 | granitize | miker_, moodaepo, senator: Thanks |
| # | 12:14:56 | moodaepo | granitize: I didn't do anything but good to know it worked out. |
| # | 12:16:02 | TonyG has quit IRC |
| # | 12:16:10 | moodaepo | Which library are you with? Might want to update this page with your info > http://evergreen-ils.org/dokuwiki/doku.php?id=community:irc_channel |
| # | 12:46:50 | kmlussier has quit IRC |
| # | 13:38:02 | granitize | Can I officially request edit rights on http://evergreen-ils.org/dokuwiki/doku.php?id=community:irc_channel as pre moodeapo? userID fgjohnson. |
| # | 13:38:41 | miker_ | granitize: if you were anyone but grant ... er, I mean, sure! (I'll see if I have rights) |
| # | 13:40:29 | granitize | heh |
| # | 13:41:46 | miker_ | hrm... maybe I don't understnad how the wiki permissions work ... you should have that permission when you're logged in |
| # | 13:42:18 | granitize | well... perhaps I don't understand where to click to edit! :-) |
| # | 13:42:23 | miker_ | default rule, all users, upload permission |
| # | 13:42:43 | miker_ | (upload permission includes read, edit and create) |
| # | 13:43:34 | granitize | I can Show pagesource, see old revisions, subscribe update, logout index. |
| # | 13:45:00 | miker_ | no [Edit this page] button at the top left? |
| # | 13:46:02 | miker_ | dbs: not sure if you're still there ... I'm tempted to put a trigger on authority.record_entry to cause cascading updates based on my earlier-committed stored procs. thoughts, if you're there |
| # | 13:50:55 | granitize | miker_: just [[http://evergreen-ils.org/dokuwiki/doku.php?id=community:irc_channel&do=backlink]] |
| # | 13:51:18 | granitize | no worries. |
| # | 14:13:50 | gmcharlt | miker_: flip bib headings? |
| # | 14:14:15 | gmcharlt | (regarding the trigger on are) |
| # | 14:14:58 | gmcharlt | some libraries would go for that, but others might think it's a little *too* much automation |
| # | 14:15:20 | gmcharlt | and would prefer to review a list of the headings changes first, then let them be applied to bib records |
| # | 14:16:24 | miker_ | gmcharlt: yes, flip bib headings. it should, of course, be controlled (heh) by a setting |
| # | 14:16:50 | gmcharlt | right, but v2 would be need to be more than just a boolean |
| # | 14:17:10 | gmcharlt | I suggest having the trigger log heading changes to a table |
| # | 14:17:20 | gmcharlt | full-auto mode could also flip the bibs |
| # | 14:17:43 | miker_ | well, strictly speaking, they're recorded to the audit table ;) |
| # | 14:17:46 | gmcharlt | semi-auto would (possibly in the future) have a stff client interface to let the catalogers review and approve the changes |
| # | 14:18:11 | gmcharlt | I suggest having the trigger log heading changes to a table in a *useful* fashion ;) |
| # | 14:18:16 | miker_ | have a "authority record X was changed at time Y, but not propogated" table would be good |
| # | 14:20:27 | parser has joined #evergreen |
| # | 14:23:41 | parser | version 1.6.1 / 1.6.0.5 - will they have the new "My Account" password reminder? any approx date for 'instructionized' download version avail? |
| # | 14:24:48 | phasefx | miker_: gmcharlt: would love to see an exposed versioning system for bibs and auths, let folks see diffs, revert changes, etc. |
| # | 14:25:37 | alxp has joined #evergreen |
| # | 14:25:55 | Dyrcona | phasefx: some people around here would like to see that, too. |
| # | 14:26:20 | phasefx | parser: what's the password reminder? |
| # | 14:26:41 | phasefx | like password hints? |
| # | 14:27:27 | gmcharlt | phasefx: most of the bits and pieces to do that are in place, if you put diffs aside for the moment; adding a couple indexes and reusing some staff client widgets would get you a list of previous record versions + revert |
| # | 14:28:15 | phasefx | gmcharlt: using an audit table? |
| # | 14:28:21 | gmcharlt | yes |
| # | 14:28:50 | parser | I recall dbs showing demo @ EG10 to allow patrons to get passwd reset and sent by email from the My Account page |
| # | 14:30:46 | miker_ | phasefx: that's in 1.6.1 (of which 1.6.1.1 is now cut, though not instructionized (nice term)) |
| # | 14:30:49 | miker_ | er |
| # | 14:30:56 | phasefx | cool deal |
| # | 14:30:56 | miker_ | sorry, parser, not phasefx |
| # | 14:31:22 | miker_ | phasefx: what you and gmcharlt are discussing is /not/ in 1.6.1 ;) |
| # | 14:31:43 | miker_ | phasefx: however, the side-by-side editor stuff, that could be reused |
| # | 14:31:49 | parser | miker_ : I hooked the term from you I thought! |
| # | 14:32:10 | miker_ | and once dbs has created the authority version of the marc editor ... ;) |
| # | 14:32:19 | miker_ | parser: hrm, perhaps :) |
| # | 14:38:42 | parser | spotted at the G8/G20 summit: placard waving librarians with signs "we want 1.6.1.1 now" & chanting "Free the upgrades dot 1 dot 1" ! |
| # | 14:44:39 | phase_bb has joined #evergreen |
| # | 14:47:33 | moodaepo | miker_: I'd "instructionized*" (patent pending) 1.6.0.5 based on 1.6.0.4, I should probably change that to 1.6.0.6? or make a new one in addition to 1.6.0.5. Also I'm not sure what the directions would be for 1.6.1.0 and 1.6.1.1 |
| # | 14:53:20 | miker_ | moodaepo: if you're feeling saucy, in addition to would be best, I think. instructions for 1.6.1.x are basically the same as 1.6.0.x (well, not basically, completely, excepting version numbers and the exact name of the upgrade scripts) |
| # | 14:53:43 | miker_ | parser: heh |
| # | 14:54:55 | moodaepo | miker_: and the progression would be 1.6.0.4 > 1.6.0.5 > 1.6.0.6 & 1.6.0.4 > 1.6.1.0 > 1.6.1.1 ? |
| # | 14:55:45 | miker_ | moodaepo: indeed |
| # | 14:56:22 | moodaepo | btw are you at ALA? Wonder how many people are showing up at the EG meetup. |
| # | 15:01:39 | miker_ | moodaepo: I'm not |
| # | 15:01:53 | miker_ | gmcharlt is, but I think he's on stage ATM |
| # | 15:02:40 | parser | miker_: joker attempt at humour - just eager to get latest upgrade here since I've got a bunch of customizations I'd like to have completed b/f leaving on vacation |
| # | 15:03:27 | mrpeters-isl has quit IRC |
| # | 15:04:50 | parser | btw - georss support for EG @ NRCan Library now completed (xslt) - will write up some documentation notes and submit for review, etc. first week of July. |
| # | 15:07:25 | phasefx | parser++ |
| # | 15:17:29 | kmlussier has joined #evergreen |
| # | 15:59:46 | granitize has left #evergreen |
| # | 16:00:48 | alxp has quit IRC |
| # | 16:03:44 | kmlussier has quit IRC |
| # | 16:12:39 | r123 has quit IRC |
| # | 16:13:05 | miker_ | grabbing 0319 |
| # | 17:25:22 | Dyrcona has left #evergreen |
| # | 17:31:11 | parser has left #evergreen |
| # | 18:38:16 | youdonotexist has quit IRC |
| # | 19:05:39 | pmplett has joined #evergreen |
| # | 19:51:16 | moodaepo has quit IRC |
| # | 21:01:47 | pmplett has quit IRC |
| # | 21:31:18 | pmplett has joined #evergreen |
| # | 22:09:32 | dbs | Updated install instructions for 1.6.0.6 |
| # | 22:39:41 | pmplett has quit IRC |
| # | 22:54:37 | phase_bb has quit IRC |
| # | 23:15:23 | dbs | http://evergreen-ils.org/dokuwiki/doku.php?id=feature_list_1_6_0 is all spiffy now, too (added 1.6.0.4, 1.6.0.5, and 1.6.0.6 summaries) |
| # | 23:22:22 | phasefx | dbs++ |
| # | 23:24:58 | dbs | 1.6.1.0/1.6.1.1 still need to be described, but I think we should get an announcement about 1.6.0.6 out as a security release ASAP |
| # | 23:25:21 | dbs | Let's hope that it installs cleanly :) |
| # | 23:25:56 | phasefx | mmm |
| # | 23:37:56 | jeff | also, a "here's the recommended method of applying JUST the security patch" would be helpful, as it can be done (in some (most?) environments) mid-day, and should be done (again) ASAP. |