2011-09-21T00:05:08 *** jamesrf has quit IRC 2011-09-21T00:05:09 *** berick has quit IRC 2011-09-21T00:05:14 *** atz__ has quit IRC 2011-09-21T00:05:20 *** shadowspar has quit IRC 2011-09-21T00:05:22 *** kbeswick has quit IRC 2011-09-21T00:05:25 *** eeevil_ has quit IRC 2011-09-21T00:05:30 *** atheos has quit IRC 2011-09-21T00:05:30 *** csharp has quit IRC 2011-09-21T00:05:31 *** moodaepo has quit IRC 2011-09-21T00:05:31 *** adrienne_ has quit IRC 2011-09-21T00:05:32 *** wizzyrea has quit IRC 2011-09-21T00:05:32 *** jeffdavis has quit IRC 2011-09-21T00:05:35 *** artunit_ has quit IRC 2011-09-21T00:05:35 *** _bott_ has quit IRC 2011-09-21T00:05:40 *** gmcharlt_ has quit IRC 2011-09-21T00:05:40 *** gmcharlt has quit IRC 2011-09-21T00:05:40 *** bradl has quit IRC 2011-09-21T00:05:43 *** rangi has quit IRC 2011-09-21T00:05:51 *** dbwells_ has quit IRC 2011-09-21T00:05:53 *** hughbris has quit IRC 2011-09-21T00:36:01 *** jeffdavis has joined #evergreen 2011-09-21T03:37:02 *** edoceo has quit IRC 2011-09-21T03:49:29 *** artunit_ has joined #evergreen 2011-09-21T03:49:29 *** _bott_ has joined #evergreen 2011-09-21T03:49:29 *** gmcharlt_ has joined #evergreen 2011-09-21T03:49:29 *** bradl has joined #evergreen 2011-09-21T03:49:29 *** gmcharlt has joined #evergreen 2011-09-21T03:49:29 *** rangi has joined #evergreen 2011-09-21T03:51:26 *** dbwells_ has joined #evergreen 2011-09-21T03:51:26 *** hughbris has joined #evergreen 2011-09-21T03:51:37 *** atz__ has joined #evergreen 2011-09-21T03:51:37 *** shadowspar has joined #evergreen 2011-09-21T03:51:37 *** kbeswick has joined #evergreen 2011-09-21T03:52:16 *** eeevil_ has joined #evergreen 2011-09-21T03:52:16 *** atheos has joined #evergreen 2011-09-21T03:52:16 *** csharp has joined #evergreen 2011-09-21T03:52:16 *** moodaepo has joined #evergreen 2011-09-21T03:52:16 *** wizzyrea has joined #evergreen 2011-09-21T03:52:16 *** adrienne_ has joined #evergreen 2011-09-21T03:54:43 *** jamesrf has joined #evergreen 2011-09-21T03:54:43 *** berick has joined #evergreen 2011-09-21T06:57:11 *** eeevil_ is now known as eeevil 2011-09-21T07:44:57 *** collum has joined #evergreen 2011-09-21T08:13:22 *** tspindler has joined #evergreen 2011-09-21T08:15:51 *** mrpeters-isl has joined #evergreen 2011-09-21T08:27:12 *** bjwebb has joined #evergreen 2011-09-21T08:34:46 I haven't had a chance to test 2.1+ yet, so I'll just ask... 2011-09-21T08:35:07 *** Dyrcona has joined #evergreen 2011-09-21T08:35:36 has anyone developed a front-end way to customize alert messages in the OPAC, or is that still done by directly editing the XML? 2011-09-21T08:35:57 DTDs, rather 2011-09-21T08:37:27 * mrpeters-isl installs 2.1 for the first time this morning 2011-09-21T08:37:38 csharp: i can give you access here in about 10 minutes 2011-09-21T08:37:48 mrpeters-isl: rockin' ;-) 2011-09-21T08:38:34 is that your next target? 2.1? 2011-09-21T08:38:50 mrpeters-isl: no - 2.0.X 2011-09-21T08:38:55 ah cool 2011-09-21T08:39:08 if our timing were a bit later, we would consider 2.1 as our next leap 2011-09-21T08:39:20 yeah, i think that will be our next jump 2011-09-21T08:40:11 my goal for the coming days is getting all of my custom code from 2.0.4 into a remote of rel_2_1 2011-09-21T08:40:38 wasn't using git to it's full abilities when i started using it back in the spring 2011-09-21T08:42:40 *** gdunbar has joined #evergreen 2011-09-21T08:45:23 *** kmlussier has joined #evergreen 2011-09-21T08:45:53 yeah - I'm still just using git in a very front-end way on github - I haven't had the time to dig in on it 2011-09-21T08:46:49 *** Shae has joined #evergreen 2011-09-21T08:47:03 yeah, i gotta find a way to get all of those commits merged in with 2.1 so i can just build a tarball with our customizations in place when it comes time to upgrade. good fun! 2011-09-21T08:47:26 heh 2011-09-21T08:47:36 MVLC just runs on master and updates every so often ;) 2011-09-21T08:47:41 mrpeters-isl: git cherry-pick 2011-09-21T08:47:57 Dyrcona: yeah, that's where i was going to start 2011-09-21T08:48:03 Or if all the commits are in one branch, rebase 2011-09-21T08:48:11 i just know i'm going to have some ugly stuff 2011-09-21T08:48:15 tsbere: they are 2011-09-21T08:48:27 git rebase remotename/rel_2_1 ;) 2011-09-21T08:48:54 then fix merge conflicts, if any. 2011-09-21T08:49:00 http://git.evergreen.lib.in.us/git/?p=evergreen.2.0.4prod.git/.git;a=summary is what i need to tackle 2011-09-21T08:49:24 Ok 2011-09-21T08:49:27 In that case 2011-09-21T08:49:29 i may try rebase then. i could clone this, then rebase it on rel_2_1 2011-09-21T08:49:30 I don't think rebase will work 2011-09-21T08:49:32 oh ok 2011-09-21T08:49:49 Because commit #1 is the tarball 2011-09-21T08:50:17 ah yeah i started this before i knew the bases were on git 2011-09-21T08:52:14 still can cherry pick everything but that first commit though, right? 2011-09-21T08:53:18 One at a time, yea 2011-09-21T08:53:37 Try and do them all at once and I don't think it will be happy 2011-09-21T08:54:03 right 2011-09-21T08:54:20 hmm, so i install pg9 from backports, then the makefile uninstalls it? 2011-09-21T08:55:01 http://paste.lisp.org/display/124756 2011-09-21T09:01:58 install_pgsql_server_debs_90 installs 9.0.4 with no unmet dependencies 2011-09-21T09:02:25 but the Makefile.install debian-squeeze removes everything debs_90 does 2011-09-21T09:04:00 mrpeters-isl: Run them in the opposite order 2011-09-21T09:05:00 ok. it looked like the Makefile.install needed postgres to test but I'll try this 2011-09-21T09:09:55 mrpeters-isl: the makefile.install installing postgres is a recent change, IIRC. 2011-09-21T09:10:03 *** tlilleberg has joined #evergreen 2011-09-21T09:10:23 *** Meliss has joined #evergreen 2011-09-21T09:11:33 The problem is makefile.install uninstalling old stuff to install new stuff. I think there is a pullrequest somewhere that makes it less remove-y. 2011-09-21T09:12:09 I thought that'd been pulled in already 2011-09-21T09:12:22 denials: am I lying? 2011-09-21T09:12:54 @later tell dbs am I lying when I say the "don't remove PG" branch was merged to master and 2.1? 2011-09-21T09:12:54 eeevil: The operation succeeded. 2011-09-21T09:13:16 * tsbere didn't look 2011-09-21T09:14:15 eeevil: it's there, see 3790df4cf, for example 2011-09-21T09:14:28 gmcharlt_: thanks for the confirm, sir 2011-09-21T09:16:05 *** dbs has joined #evergreen 2011-09-21T09:19:01 eeevil: i was using the tarball, fwiw 2011-09-21T09:19:07 maybe that's just not updated with the new makefile 2011-09-21T09:20:01 *** agJohn has quit IRC 2011-09-21T09:21:24 mrpeters-isl: the 2.1-rc2 tarball? oh, you almost certainly want the rel_2_1 branch ... lots of bug fixes 2011-09-21T09:21:30 mrpeters-isl: yes, there hasn't been a new tarball since the makefile update 2011-09-21T09:30:48 ah, ok i will go that route then. thanks 2011-09-21T09:31:55 So, let's say I was serious about the Amazon-style record details layout for TPAC and had pushed a demo branch for that purpose 2011-09-21T09:32:30 i will install it, dbs! 2011-09-21T09:32:38 i mentioned that you were tossing around the idea and people here loved it 2011-09-21T09:32:49 Do I need to be concerned about any particular IDs in the page that the staff client relies on? Or is that largely decoupled? 2011-09-21T09:33:24 mrpeters-isl: oh, well there is a branch at user/dbs/tpac_semantic_amazon_record_details 2011-09-21T09:33:46 sweet i want to give that a look! 2011-09-21T09:33:49 dbs: Does the staff client support hooking into TPAC yet? 2011-09-21T09:33:51 I shared it & accompanying details with a few people around here and they like it so far 2011-09-21T09:34:11 im sure! i think its a great idea. 2011-09-21T09:34:13 tsbere: I believe it does, yes. Not sure to what extent. Trying to work out the ground rules 2011-09-21T09:34:34 * tsbere never tried 2011-09-21T09:34:36 dbs: url at which one my stare? 2011-09-21T09:34:55 * tsbere assumes that "place hold for someone else" and other such fun probably isn't there yet for staff client use, though 2011-09-21T09:34:58 pm if you'd rather avoid the flood ;) 2011-09-21T09:35:23 eeevil: i have no public demo server running master; I could post a message with screen shots but for me the more interesting part is the underlying HTML 2011-09-21T09:35:44 dbs: right, I was going to prepend view-source: ;) 2011-09-21T09:37:42 One of the other thoughts I had was posting a branch with amazonian as a skin, but worried about dividing focus and ending up with another craftsman/default scenario 2011-09-21T09:38:58 * dbs could post curl'd HTML along with the screenshots for the markup snobs :) 2011-09-21T09:39:21 eeevil: also, note that I haven't got to schema.org-level semantics yet; still to come 2011-09-21T09:40:00 tsbere: there are a couple warts, but yes, generally tpac works as an embedded staff client OPAC (and IIRC, place hold for somebody else does work) 2011-09-21T09:40:39 gmcharlt_: I may need to test it some day, then. Or find a way to allow our staff to pick which they want to be using. 2011-09-21T09:42:01 Hmmm 2011-09-21T09:42:04 tsbere: portal page link? 2011-09-21T09:42:21 There a quick documentation bit on how to make tpac happen with custom.js? 2011-09-21T09:43:33 *** yboston has joined #evergreen 2011-09-21T09:44:09 tsbere: sec 2011-09-21T09:44:47 tsbere: http://pastebin.ca/2081829 2011-09-21T09:46:49 there's an nsis script out there somewhere, right? for building a custom client installer... 2011-09-21T09:47:04 mrpeters-isl: In the staff_client directory. With makefile targets. 2011-09-21T09:47:28 oh, sweet so i can build the exe right on the server eh? 2011-09-21T09:47:41 If you install unzip (maybe zip with it) and nsis 2011-09-21T09:47:49 yeah, wicked 2011-09-21T09:49:23 mrpeters-isl: also see http://evergreen-ils.org/dokuwiki/doku.php?id=mozilla-devel:building_the_staff_client 2011-09-21T09:54:37 404 on mozzila.org when we grab 1.9.2.18 2011-09-21T09:55:06 ls 2011-09-21T09:55:25 Pick the latest 3.x version. Seems to work fine. Update Makefile.am with it. 2011-09-21T09:55:41 ok 2011-09-21T09:56:38 * Dyrcona confirms you need unzip and zip if you want to build the xpi version of the client. 2011-09-21T09:57:10 * Dyrcona used 3.6.22 xulrunner when he built a client last week or the week before. 2011-09-21T09:57:22 hmm im only seeing 1.9 and 1.8 releases 2011-09-21T09:57:43 latest 1.9.2 should work. 2011-09-21T09:57:55 is there a 1.9.2.22? 2011-09-21T09:58:03 There probably isn't. 2011-09-21T09:58:34 im looking at https://developer.mozilla.org/en/XULRunner_1.8.0.4_Release_Notes 2011-09-21T09:58:40 all of the installers are dead 2011-09-21T09:59:16 http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/ i see the 3.x stuff now 2011-09-21T09:59:26 ill try 3.6.22 2011-09-21T09:59:31 oh, was just about to paste that. :) 2011-09-21T09:59:59 anything higher than 3.6.x will not work with Evergreen at the moment. 2011-09-21T10:00:50 http://paste.lisp.org/display/124759 < Any thoughts? 2011-09-21T10:00:59 should be fun when Mozilla goes to 5-week releases. 2011-09-21T10:01:18 At this point, they may as well just release nightlies and call them golden. 2011-09-21T10:02:13 you did a great job on this, tsbere make it so easy to build a client now 2011-09-21T10:02:27 mrpeters-isl: That was the idea :D 2011-09-21T10:02:43 yeah, so easy, even I can do it. :p 2011-09-21T10:03:01 *** jenny has joined #evergreen 2011-09-21T10:04:16 *** sal_ has joined #evergreen 2011-09-21T10:04:20 Hmmm 2011-09-21T10:04:26 i'm also really excited to learn about the auto update stuff 2011-09-21T10:04:34 would be a great eg12conf presentation! 2011-09-21T10:04:48 gmcharlt_: I am assuming that even though you can place holds via the tpac, the barcode completion functions aren't hooked in yet? 2011-09-21T10:05:49 ok - my google-fu is failing me... is there a way to download just rel_2_1 with git? (I knew how in SVN ;-) ) 2011-09-21T10:06:03 csharp: Not that I know of 2011-09-21T10:06:07 Clone the repo, check it out ;) 2011-09-21T10:06:14 yep thats what i did, csharp 2011-09-21T10:06:16 tsbere: ah - okay 2011-09-21T10:06:32 There is supposedly "clone with this as the first thing checked out" syntax 2011-09-21T10:06:57 * dbs posted an email to the -dev list with screenshots & HTML of the amazonian skin & summary of changes 2011-09-21T10:07:19 csharp: Add a "-b rel_2_1" to your clone command, maybe? 2011-09-21T10:07:21 could I pull off having both 2.1 and master installed on the same serveR? use /openils-master and an evergreen-master database? a eg-master vhost as well? 2011-09-21T10:07:41 mrpeters-isl: No. 2011-09-21T10:07:50 At least not both being able to run at the same time 2011-09-21T10:08:16 ok 2011-09-21T10:08:17 * csharp clones the repo, watches the office bandwidth strain ;-) 2011-09-21T10:08:31 tsbere: dunno, but I suspect they're not 2011-09-21T10:08:44 * tsbere may have to do some of that. 2011-09-21T10:09:33 gmcharlt_: Considering writing an actual patch for the stuff I threw into custom.js (see paste above). Any thoughts? 2011-09-21T10:09:36 dbs this is SOOOO sharp! 2011-09-21T10:09:43 dbs++ We were hoping to pull some of that buried information into the main record display. This is very helpful! 2011-09-21T10:10:09 hey, i can get a new logo made that will look better on that black background 2011-09-21T10:10:19 csharp: git's actually pretty efficient in its network utilization, but once you have one Git repo, you can easily clone it inside your network to avoid having the bandwidth meter police go after you ;) 2011-09-21T10:10:31 can you give me the dimensions when you get a free minute, dbs? 2011-09-21T10:10:37 * tsbere just set up an entire git server for local cloning fun 2011-09-21T10:11:12 gmcharlt_: good thought 2011-09-21T10:11:21 mrpeters-isl: 187x48 2011-09-21T10:11:30 thanks...coming 2011-09-21T10:12:01 Should be in web/opac/images/small_logo.jpg 2011-09-21T10:12:31 * dbs is always a bit wary of touching the logo images out of trademark concerns 2011-09-21T10:12:38 ok. we should consider making that a png so we can use transparency in the future. i figure it won't stay charcoal permantently 2011-09-21T10:13:02 dbs: i think there is a group of brand standards for it 2011-09-21T10:13:10 the evergreen logo that's there was just a quick "we have to replace the KCLS logo with something... what's available that we can link to?" :) 2011-09-21T10:13:21 that covers how to properly display the logo on different backgrounds 2011-09-21T10:13:57 mrpeters-isl: yeah, http://www.georgialibraries.org/lib/pines/evergreenlogo/ 2011-09-21T10:14:21 tsbere: looks good to me as a patch to custom.js.example 2011-09-21T10:14:46 gmcharlt_: I was thinking making a patch to constants.js so that it is caught *everywhere*, including the portal page that doesn't load custom.js 2011-09-21T10:16:01 * tsbere was also thinking about putting a toggle set on the portal page. "Click here to enable/disable TPac use" 2011-09-21T10:17:12 works for me (once I started thinking master-land instead of the 2.1 + a backport of tpac that KCLS will be deploying) 2011-09-21T10:18:37 dbs: http://img846.imageshack.us/img846/7179/smalllogo.jpg 2011-09-21T10:19:06 mrpeters-isl: sexy! PNG would be fine, friw 2011-09-21T10:19:08 fwiw 2011-09-21T10:19:10 heh 2011-09-21T10:19:17 if colors change, when it comes time to release ttpac I can make some other iterations to work with that color scheme 2011-09-21T10:19:19 * dbs has no idea what "friw" would mean 2011-09-21T10:20:25 one thing about craftsman that i always thought was really nice were the colors 2011-09-21T10:20:33 i enjoyed the darker green and cream color 2011-09-21T10:24:48 dbs++ 2011-09-21T10:24:49 dbs++ 2011-09-21T10:24:50 dbs++ 2011-09-21T10:25:00 1 more 2011-09-21T10:25:03 dbs++ 2011-09-21T10:25:33 awww 2011-09-21T10:26:11 *** akilsdonk has joined #evergreen 2011-09-21T10:26:24 (sorry, kcls and the firm that designed the kcls skin layout (not ESI), but dbs' layout is 100x better IMO ... HUGS) 2011-09-21T10:30:27 *** sal__ has joined #evergreen 2011-09-21T10:30:37 ls 2011-09-21T10:30:42 *** sal_ has quit IRC 2011-09-21T10:30:46 argh i really wanna ls #evergreen today 2011-09-21T10:32:29 Heh 2011-09-21T10:37:20 *** artunit_ is now known as artunit 2011-09-21T10:40:11 Evergreen_trunk_Squeeze.ova > clone git > checkout master > install master should suffice, right? trying to shortcut building a vm from scratch 2011-09-21T10:41:50 * dbs realizes the existing VM images are verrry old 2011-09-21T10:43:40 yeah, i was thinking id post a newer one after i upgrade to the latest master 2011-09-21T10:43:57 i wanna tinker with the skin 2011-09-21T10:44:14 get it more "evergreen" looking istead of the charcoal/sky blue 2011-09-21T10:46:48 *** bjwebb has quit IRC 2011-09-21T10:53:46 *** mrpeters-isl has quit IRC 2011-09-21T10:55:08 *** mrpeters-isl has joined #evergreen 2011-09-21T10:58:42 * tsbere is unhappy 2011-09-21T10:58:50 uh-oh 2011-09-21T10:58:50 The staff client appears to be busted in master. :( 2011-09-21T10:59:23 as in "you can't even properly load the login screen" busted. At least that is what I am getting so far. 2011-09-21T11:00:48 phasefx / eeevil: Either of you test LP#854760 with chrome:// urls? 2011-09-21T11:02:35 *** Shae has quit IRC 2011-09-21T11:06:53 *** jenny has quit IRC 2011-09-21T11:08:30 tsbere: actually, no, I don't think I upgraded my client when I tested :( 2011-09-21T11:09:14 * phasefx does so now 2011-09-21T11:09:59 k, stupid question time. i've got master, but where is configure, etc. so I can install? 2011-09-21T11:10:11 *** Shae has joined #evergreen 2011-09-21T11:10:20 mrpeters-isl: have to run autogen.sh first 2011-09-21T11:10:22 mrpeters-isl: README has instructions for devs at the bottom 2011-09-21T11:10:24 (not the /openils/bin one) 2011-09-21T11:10:37 aha 2011-09-21T11:11:10 * tsbere feels that the README hint is better, as it also mentions dojo....although we should really point to the apparently customized dojo that is used in releases because it supposedly has backported fixes? 2011-09-21T11:12:08 * dbs isn't sure the customized dojo is available? 2011-09-21T11:12:34 * Dyrcona thinks it is in the tarballs. 2011-09-21T11:12:54 * berick always uses dojo from the dojo site 2011-09-21T11:12:55 Dyrcona: yes, it is. not too convenient for "git clone" folk though 2011-09-21T11:13:17 * dbs is like berick 2011-09-21T11:13:40 (except a less intelligent, more portly version) 2011-09-21T11:13:48 My dev machine uses the dojo site version. But replacing that version with the tarball version seemed to help our production system. 2011-09-21T11:14:04 what tsbere said. 2011-09-21T11:14:36 *** youdonotexist has joined #evergreen 2011-09-21T11:14:55 * csharp uses apt-cacher; apparently needs "CPAN-cacher" too ;-) 2011-09-21T11:15:22 there are some backported fixes in the bundled one, yes. one for dojo.query, in particular, was bothersome 2011-09-21T11:15:46 * phasefx is going to bump the xulrunner version in master, but fyi, you can override that variable like so: make XULRUNNER_VERSION=3.6.22 rigbeta etc. 2011-09-21T11:15:57 apropos of nothing, OpenSRF / Evergreen python bits installed & run quite nicely on Fedora 16 beta as of about a week ago 2011-09-21T11:16:00 Should we just edit the dojo use to get rid of the private interface calls, so a more recent version can be used? 2011-09-21T11:16:12 Dyrcona: that would break horribly 2011-09-21T11:16:30 phasefx: Bad example, rigbeta doesn't use xulrunner ;) 2011-09-21T11:16:42 * Dyrcona thinks using private interface calls is already broken. 2011-09-21T11:16:51 i did a quick "what happens if I try dojo 1.6.1" test yesterday. it wasn't pretty. 2011-09-21T11:17:00 tsbere: meh, just wanted to include enough context for folks to realize which Makefile :) 2011-09-21T11:17:25 * tsbere has done the "try later dojo" dance down to trying to make things *work* with later dojo, but gave up 2011-09-21T11:17:31 "why does every button have a ghost button?? 2011-09-21T11:17:34 " 2011-09-21T11:17:53 phasefx: Should 2.1 have that bump done too? 2011-09-21T11:17:54 * phasefx broke his staff client, incidentally.. don't think it was messagecat, but a missing xulrunner when building upgrade files. maybe 2011-09-21T11:18:27 tsbere: sure 2011-09-21T11:18:59 dbs: har, whatver, mr. mountain hiker 2011-09-21T11:20:36 tsbere: for tarballed releases, we may even want to start bundling xulrunners, given how prone Mozilla is to yanking downloads 2011-09-21T11:20:56 * senator had planned to put pictures of barbecue on google+ this weekend, but dbs preemptively made me feel fat :-รพ 2011-09-21T11:20:57 true. If the download(s) are there the makefile won't even try and download it. 2011-09-21T11:21:53 senator: haha 2011-09-21T11:23:08 tsbere: yeah, chrome:// and that messagecat change don't get along. phasefx-- 2011-09-21T11:27:29 phasefx: At least it was caught *before* we tried to package up 2.1 2011-09-21T11:30:52 *** sal__ has quit IRC 2011-09-21T11:31:34 *** sal_ has joined #evergreen 2011-09-21T11:32:03 *** matt_carlson has joined #evergreen 2011-09-21T11:36:43 *** matt_carlson has quit IRC 2011-09-21T11:39:01 tsbere: true that 2011-09-21T11:41:38 hrmm, though honestly, I'm not sure why it's breaking. 2011-09-21T11:42:03 messageCatalog: No text from chrome://open_ils_staff_client/locale/offline.properties 2011-09-21T11:42:19 phasefx: iirc your change, it checked for status = 200; what status does chrome:// return? 2011-09-21T11:42:53 * dbs goes to look at the actual commit 2011-09-21T11:43:01 didn't catch that the message was coming from an else for that test, thought it was a thrown exception at first 2011-09-21T11:43:32 nifty: sub within a sub in Perl. never done that before. 2011-09-21T11:44:01 what am i possibly missing to get "Invalid command 'PerlRequire', perhaps misspelled or defined by a module not included in the server configuration" 2011-09-21T11:44:22 so chrome url's return status 0 2011-09-21T11:44:23 mod_perl? 2011-09-21T11:46:12 anyone want me to branchify the fix or just commit? re: messagecat 2011-09-21T11:46:13 i think the Makefile in master may have removed packages from the developer VM then 2011-09-21T11:46:29 is mod_perl installed with opensrf or with Evergreen? 2011-09-21T11:46:41 phasefx: Well, it is obviously broken, right? 2011-09-21T11:46:47 phasefx: commit 2011-09-21T11:47:01 git commit --repent 2011-09-21T11:47:32 i egged him on and called the old code terrible, so senator-- 2011-09-21T11:47:59 but yeah it looks like anything_but_http:// with xhr will return status 0 for success according to mozilla docs 2011-09-21T11:48:45 so generically, if (x.status == 200 || !x.status) { do_successy_things(); } 2011-09-21T11:48:45 this should be better 2011-09-21T11:49:51 can normal http get a status 0? 2011-09-21T11:50:16 not with a correctly functioning webserver 2011-09-21T11:50:45 this is what I pushed: if ((x.status == 0 || x.status == 200) && x.responseText) { 2011-09-21T11:51:00 should be perfect 2011-09-21T11:51:06 http://git.mvlcstaff.org/?p=tsbere/ILS.git;a=shortlog;h=refs/heads/tpac_pref < anyone have thoughts before I try and make some way to toggle it without about:config? 2011-09-21T11:51:13 cool deal; thanks folks 2011-09-21T11:56:52 dbs++ # git commit --repent 2011-09-21T11:57:58 * phasefx needs a git bless to handle sign-offs 2011-09-21T11:58:05 I got the following error running the eg_db_config.pl step while installing rel_2_1: http://pastebin.com/tPHNDL3n 2011-09-21T11:58:31 I set up the DB user to be "evergreen" and correctly passed that to the script 2011-09-21T12:03:06 it failed at the set_admin_account() step... apparently settings->{user} is grabbing postgres rather than "evergreen" as the user somehow 2011-09-21T12:05:09 *** matt_carlson has joined #evergreen 2011-09-21T12:05:43 csharp: what command did you give it? 2011-09-21T12:06:11 csharp: Did you include a username/password for the DB user in the command line? 2011-09-21T12:13:22 *** sal_ has quit IRC 2011-09-21T12:14:43 *** matt_carlson has quit IRC 2011-09-21T12:16:13 sorry - got pulled away - sec... 2011-09-21T12:16:53 dbs: tsbere: http://pastebin.com/ju6276uN 2011-09-21T12:17:30 * csharp immediately notices the = signs in the last two params 2011-09-21T12:17:58 csharp: those (=s) are fine 2011-09-21T12:18:09 eeevil: ok good 2011-09-21T12:18:13 perl++ 2011-09-21T12:18:47 Looks good. Unless your config files can't be written or something. 2011-09-21T12:18:48 csharp: that command should have worked 2011-09-21T12:18:56 tsbere: re tpac_pref, I like that ... no other thoughts 2011-09-21T12:19:07 tsbere is right - chown'ed /openils ? 2011-09-21T12:19:19 looks right, but I'll chown again 2011-09-21T12:21:20 removing the =s made the difference 2011-09-21T12:21:31 wtf? 2011-09-21T12:21:36 yeah - weird 2011-09-21T12:21:36 srsly? 2011-09-21T12:21:45 well, it worked 2011-09-21T12:22:03 that doesn't make any sense 2011-09-21T12:22:29 there must've been a copy/paste problem - that's my working theory 2011-09-21T12:22:52 fwiw, there aren't any ='s used in the wiki steps. 2011-09-21T12:23:14 nope - I added those without noticing ;-) 2011-09-21T12:25:39 I'll accept the PEBKAC explanation and move on ;-) 2011-09-21T12:28:29 *** akilsdonk has quit IRC 2011-09-21T12:54:45 *** sal_ has joined #evergreen 2011-09-21T13:01:17 *** collum has quit IRC 2011-09-21T13:01:58 *** blongwel has joined #evergreen 2011-09-21T13:10:42 *** matt_carlson has joined #evergreen 2011-09-21T13:27:10 * tsbere added a toggle on the portal page for the oils.use_tpac pref. http://git.mvlcstaff.org/?p=tsbere/ILS.git;a=shortlog;h=refs/heads/tpac_pref 2011-09-21T13:34:22 tsbere++ # cool 2011-09-21T13:35:25 *** jamesrf has quit IRC 2011-09-21T13:35:28 * tsbere drops the tpac_pref branch on working too 2011-09-21T13:37:15 *** jamesrf has joined #evergreen 2011-09-21T13:48:11 dbs: did you post a link to your amazonian branch? i lost my scrollback on reboot a bit ago. 2011-09-21T13:48:40 mrpeters-isl: oh, well there is a branch at user/dbs/tpac_semantic_amazon_record_details 2011-09-21T13:49:13 thanks 2011-09-21T13:54:25 *** bjwebb has joined #evergreen 2011-09-21T13:54:25 *** bjwebb has joined #evergreen 2011-09-21T13:58:24 so, how does one enable the kcls style skin in master? or has it not been pulled in just yet. 2011-09-21T13:59:02 kcls style jspac isn't around. TTPac? Click on the "Basic Catalog (HTML Only)" link. 2011-09-21T13:59:11 Provided you have everything set up properly 2011-09-21T13:59:36 If you want to enable it for the staff client you either need my tpac_pref branch there or some manual munging of files. 2011-09-21T13:59:49 *** Dyrcona has quit IRC 2011-09-21T14:08:05 still need to checkout from equinox git? http://open-ils.org/dokuwiki/doku.php?id=dev:opac:template-toolkit 2011-09-21T14:09:36 *** sal_ has quit IRC 2011-09-21T14:13:36 mrpeters-isl: the kcls TPAC skin no longer exists in git.evergreen-ils.org master 2011-09-21T14:14:12 the wiki page lies, as far as the TPAC goes; TPAC is now part of master 2011-09-21T14:14:29 * dbs will update that page 2011-09-21T14:15:19 ok 2011-09-21T14:16:03 documentation on enabling TPAC out there then? I get a 404 when I try to use HTML catalog. 2011-09-21T14:16:34 i assume i could just pick up on that wiki page, but use master 2011-09-21T14:18:24 mrpeters-isl: fresh install? 2011-09-21T14:18:46 *** blongwel has quit IRC 2011-09-21T14:19:11 The "Installing Over an existing Evergreen installation" summarizes most of the bits that need to change, although it's not really compatible with rel_2_1 anymore 2011-09-21T14:19:24 yeah, fresh install from master 2011-09-21T14:19:48 for some reason i dont seem to have oils_web.xml.example in my checkout of master 2011-09-21T14:19:55 oils_web.xml is gone 2011-09-21T14:20:01 * dbs will update that bit of the page too 2011-09-21T14:20:11 mrpeters-isl: going to /eg/opac/home ? 2011-09-21T14:20:17 yeah, its working now 2011-09-21T14:20:28 http://208.119.1.125/eg/opac/home is what i should see, right? 2011-09-21T14:20:40 that's it 2011-09-21T14:20:44 ok, sweet 2011-09-21T14:22:39 *** sal_ has joined #evergreen 2011-09-21T14:23:19 * apparently the Intarwebs hates me today--I keep losing my IRC connection. 2011-09-21T14:26:04 berick: http://open-ils.org/dokuwiki/doku.php?id=dev:opac:template-toolkit&do=diff look about right? 2011-09-21T14:30:36 dbs: looks good 2011-09-21T14:37:05 what is dependent on 2.2? 2011-09-21T14:38:40 jamesrf: there's 1 API call that's master-only (a batch-holds call), but the template path mangling is the bigger complication 2011-09-21T14:39:11 removal of /default/ and movement from web/ to src/ 2011-09-21T14:40:15 ok interesting 2011-09-21T15:00:30 *** _bott_ has quit IRC 2011-09-21T15:01:10 *** _bott_ has joined #evergreen 2011-09-21T15:07:57 *** kmlussier has quit IRC 2011-09-21T15:24:06 *** Shae has quit IRC 2011-09-21T15:35:08 *** Dyrcona has joined #evergreen 2011-09-21T15:49:26 a bit of ttpac tinkering: https://208.119.1.125/eg/opac/home 2011-09-21T15:49:56 when a patron has a cloned address owned by another patron, is there a trick to break the clone and make a copy of the address, then make some minor modification? 2011-09-21T15:50:16 hrm. i suppose in the majority of the cases, you'd be removing the cloned address and adding a new completely different address. 2011-09-21T15:53:50 mrpeters-isl: looks pretty 2011-09-21T15:53:57 mrpeters-isl++ Very pretty. 2011-09-21T15:55:04 I wonder whether you might want to base your tinkering off of my branch to minimize merge conflicts, given that senator and berick are mostly going with functionally-oriented commits atm? 2011-09-21T15:55:43 *** jenny has joined #evergreen 2011-09-21T15:55:54 dbs: yeah, next step was trying to merge in your changes 2011-09-21T15:57:33 *** jenny has left #evergreen 2011-09-21T15:59:15 *** Meliss has quit IRC 2011-09-21T16:05:42 now to load a record up in this so i can see the results :) 2011-09-21T16:06:40 *** AaronZ-PLS has joined #evergreen 2011-09-21T16:08:01 * dbs realizes he has screwed up "Sort by" in the search results page somehow. oh well, that's why it's not a pullrequest yet :) 2011-09-21T16:09:20 or wait... is that in master already? guess so. probably still my fault 2011-09-21T16:10:15 yeah my git blame just puts ur name against everything 2011-09-21T16:10:23 rangi++ 2011-09-21T16:10:24 :) 2011-09-21T16:11:05 * dbs doesn't _think_ his mysql fulltext search index fix broke identi.ca over the weekend, but can't be 100% sure; it is after all mysql 2011-09-21T16:11:17 heh 2011-09-21T16:12:06 to be fair, the amount of data they are migrating, not sure much would cope nicely 2011-09-21T16:12:34 I do hope its back stable soon tho 2011-09-21T16:13:02 rangi: the major issue was FTS-related; essentially, MySQL saw a reference to FTS indexes, said "oh, you've specified InnoDB tables with full-text search; let's just go ahead and convert those to MyISAM for you" 2011-09-21T16:13:35 and apparently converting 85M rows from InnoDB to MyISAM and back takes a long time 2011-09-21T16:13:35 same link, search for "open source" and see if that looks right when you have a sec, dbs 2011-09-21T16:14:19 mrpeters-isl: nope, "Sort by" text is still in the middle, drop-down on the right 2011-09-21T16:14:21 *** tspindler has quit IRC 2011-09-21T16:15:05 *** blongwel has joined #evergreen 2011-09-21T16:15:07 ok, not sure what i missed but i was kind of just pulling over your diff's 2011-09-21T16:15:28 mrpeters-isl++ # colors look nice 2011-09-21T16:16:55 mrpeters-isl: I don't think you missed anything; i think that problem is already in master 2011-09-21T16:17:45 probably related to some of my "img buttons -> css buttons" changes 2011-09-21T16:19:33 *** mrpeters-isl has quit IRC 2011-09-21T16:25:16 dbs: got a merge conflict in Open-ILS/web/css/skin/default/opac/style.css when I merged your branch into my dev repo. just thought you might want to rebase or have a look. 2011-09-21T16:25:35 Dyrcona: sounds entirely possible 2011-09-21T16:25:49 I don't particularly want to rebase, given that I've pointed people at the branch 2011-09-21T16:25:56 ok. 2011-09-21T16:27:36 * dbs just ran "git pull" and "git push" successfully with no conflict reports 2011-09-21T16:28:02 maybe its something in another branch I merged. probably a local css change. 2011-09-21T16:28:04 I did have to merge some conflicts earlier 2011-09-21T16:28:38 yesterday even: c396d521abdd17f32cfac9c7168ebeba92e76343 2011-09-21T16:33:09 dbs: as long as it's a user/ and not collab/ branch, I'd even prefer rebasing if you want to rewrite history ;) 2011-09-21T16:33:26 prefer it to leaving something you don't like in there, I mean 2011-09-21T16:35:25 it's not _my_ fault if a merge conflict happens, right? that's a natural occurrence in a DVCS world 2011-09-21T16:35:55 still makes me flinch 2011-09-21T16:36:32 If it makes people happier, I'll rebase it. shouldn't take very long :) 2011-09-21T16:36:52 dbs: don't rebase on my account. 2011-09-21T16:37:01 :) 2011-09-21T16:37:46 @later tell mrpeters-isl re: colors, when you go to Advanced Search, the different search tabs have hard-to-read labels 2011-09-21T16:37:46 phasefx: The operation succeeded. 2011-09-21T16:38:08 history is rewritten 2011-09-21T16:38:35 ..by those who win^H^H^Hrebase 2011-09-21T16:38:40 * phasefx doesn't feel any different 2011-09-21T16:38:58 I do have this photograph where parts of it are turning transparent 2011-09-21T16:39:04 phasefx: you should now have 7 toes 2011-09-21T16:39:10 phasefx++ 2011-09-21T16:39:12 berick++ 2011-09-21T16:39:14 ah! an improvement then 2011-09-21T16:39:26 time waves 2011-09-21T16:39:27 * dbs wonders what happened to the other three 2011-09-21T16:39:33 merge conflicts 2011-09-21T16:39:41 phasefx++ 2011-09-21T16:40:07 did we ever mention ESI's policy for developers who break builds? 2011-09-21T16:40:10 ;) 2011-09-21T16:40:19 in soviet equinox... 2011-09-21T16:40:32 you give them one of phasefx's toes? 2011-09-21T16:40:45 big disincentive 2011-09-21T16:40:53 *** akilsdonk has joined #evergreen 2011-09-21T16:41:47 Who is the person who broke the build? The person who wrote the patch, or the reviewer that committed it? ;) 2011-09-21T16:42:29 * dbs checks testing.evergreen-ils.org for the first time in a long time 2011-09-21T16:43:01 Current Bills interface: stop using the bills_historical template. You are not a Bill History interface! 2011-09-21T16:43:31 * dbs thinks - "wait, didn't the buildbot have an IRC presence once upon a time?" 2011-09-21T16:43:43 it did. also, commits were echoed here at one point. 2011-09-21T16:43:46 * dbs stops thinking about that because then it will be another thing he needs to look into 2011-09-21T16:43:56 i get how that would be noisier now if the working/etc branches were included, though. 2011-09-21T16:44:10 throw those on #openils-evergreen 2011-09-21T16:45:01 the buildbot never echoed commits; that was pinesol 2011-09-21T16:46:45 didn't mean to imply that buildbot echoed them :-) 2011-09-21T16:50:12 fair enough :) 2011-09-21T16:55:54 *** blongwel has quit IRC 2011-09-21T16:58:54 *** tlilleberg has quit IRC 2011-09-21T17:02:09 *** sal_ has quit IRC 2011-09-21T17:12:24 *** yboston has quit IRC 2011-09-21T17:13:52 *** AaronZ-PLS has quit IRC 2011-09-21T17:18:49 opinions solicited: staff client stops using a receipt template. do you: 1) silently remove the template and any customizations that were done, 2) leave it until the user deletes or manually edits their template file, 3) mark it as deprecated in the receipt template editor and offer the user the ability to delete it, 4) 1 if the template is unmodified, 3 if it is modified? 2011-09-21T17:23:11 jeff: I would probably go with 1. Because why are we keeping a template around (storing it and such) if it is never used? Unless you need special code to make 1 happen. Then just go with 2. :P 2011-09-21T17:25:00 or 5) grow a Reset to Default button in the receipt template editor that happily deletes a template if there is no default because the template no longer exists? :-) 2011-09-21T17:27:30 *** matt_carlson has quit IRC 2011-09-21T17:27:54 *** dbs has quit IRC 2011-09-21T17:37:57 *** Dyrcona has quit IRC 2011-09-21T17:47:48 How does one set a field required in the 2.0.* registration form? I thought it was as simple as setting "required : true" in ue_config.js has that changed? 2011-09-21T17:53:10 *** edoceo has joined #evergreen 2011-09-21T17:59:22 *** akilsdonk has quit IRC 2011-09-21T18:01:40 moodaepo: After some of my changes (which I think are 2.1+ only) it is an OU setting. Before it is manually edit register_table.tt2, I believe. 2011-09-21T18:03:40 tsbere++ # muchas gracias senor 2011-09-21T18:45:18 *** youdonotexist has quit IRC 2011-09-21T20:53:43 *** bjwebb has quit IRC 2011-09-21T21:20:12 *** matt_carlson has joined #evergreen 2011-09-21T21:35:08 *** matt_carlson has quit IRC 2011-09-21T22:00:02 *** dbs has joined #evergreen 2011-09-21T22:00:02 *** dbs has joined #evergreen 2011-09-21T22:00:57 Any objections to me pushing a fix for the "Sort by" grouping of the "sort by" label with the drop-down to master? 2011-09-21T22:04:15 fix is at user/dbs/tpac_fix_sort_by in working repo if anyone wants to check it out; pretty innocuous 2011-09-21T22:07:25 *** mrpeters-isl_ has joined #evergreen 2011-09-21T22:07:42 hey guys, wife is making me quit working :( but some more ttpac styling...http://goo.gl/5QW8K 2011-09-21T22:08:08 toying with embedded fonts. gives everything some more polish and i find this font to be more readable. 2011-09-21T22:11:02 mrpeters-isl++ 2011-09-21T22:12:47 yeah, maybe we can make a collab branch combining the styling and your jungle customizations 2011-09-21T22:13:17 I find the bold face a bit dense actually 2011-09-21T22:13:36 mrpeters-isl_: you could just hang a branch off my branch 2011-09-21T22:13:49 collab branches really don't make sense to me 2011-09-21T22:13:59 there is a lighter weight version of this...maybe ill give that a try 2011-09-21T22:14:09 i'm lazilly embedding from google for now 2011-09-21T22:16:27 seemed very fast here, which is the only concern I have about loading anything 2011-09-21T22:18:28 yeah could always be disabled in the css for performance 2011-09-21T22:20:12 fwiw, the font payload represents 25% of the current page 2011-09-21T22:20:41 hm guess thats kind of a lot 2011-09-21T22:20:51 give it a refresh....see if you like that face/weight better 2011-09-21T22:20:59 gets cached after the initial download, I'm sure 2011-09-21T22:21:26 yeah, I find the bold more legible 2011-09-21T22:21:47 ok cool 2011-09-21T22:29:21 thanks for the feedback, dan 2011-09-21T22:29:29 have a great rest of your night 2011-09-21T22:30:13 you too! 2011-09-21T22:30:23 * dbs is going to merge the "sort by" fix 2011-09-21T22:33:46 *** mrpeters-isl_ has quit IRC 2011-09-21T23:04:05 * dbs discovers chromium has been caching a copy of his CSS for a frightening period of time 2011-09-21T23:04:29 ergo, anybody who installed master today probably saw fairly horrible record details. argh 2011-09-21T23:06:35 * dbs realizes no, he just checked out master which doesn't have his merged record details page. sheesh 2011-09-21T23:06:43 @later tell dbs go to bed already 2011-09-21T23:06:43 dbs: The operation succeeded.