[08:36:00 EDT(-0400)] * athena7 (n=athena7@c-24-2-189-230.hsd1.mn.comcast.net) has joined ##uportal
[08:52:03 EDT(-0400)] * anastasiac (n=team@142.150.154.160) has joined ##uportal
[08:54:46 EDT(-0400)] * dstn (n=dstn@unaffiliated/dstn) has joined ##uportal
[08:57:56 EDT(-0400)] <athena7> does anyone have any clue what the buttonxmlUri variable might be in the CWebProxy channel?
[09:03:02 EDT(-0400)] * michelled (n=team@142.150.154.197) has joined ##uportal
[09:33:32 EDT(-0400)] <dstn> nope
[09:33:44 EDT(-0400)] <dstn> according to source it has something to do with EDIT_BUTTON_EVENT, HELP_BUTTON_EVENT, and ABOUT_BUTTON_EVENT.
[10:02:28 EDT(-0400)] * MarkRogers (n=MarkRoge@wnpgmb0804w-ad03-82-73.dynamic.mts.net) has joined ##uportal
[10:06:45 EDT(-0400)] <athena7> yeah from talking to susan it sounds like it's probably for when the channel is in another mode
[10:07:43 EDT(-0400)] <athena7> think i've fixed the bug, anyway
[10:14:50 EDT(-0400)] <athena7> hey dstn i hear you've made some ajax dojo fixes to the portal
[10:15:06 EDT(-0400)] <athena7> i think there's been talk about a 2.6.2 release
[10:15:22 EDT(-0400)] <athena7> don't know if you have time to commit fixes to jasig, but i'm sure other schools would love them
[10:15:42 EDT(-0400)] <dstn> some of them are rather hack-ish
[10:16:05 EDT(-0400)] <dstn> they were to get rid of mixed content issues
[10:20:30 EDT(-0400)] <athena7> ahh
[10:20:36 EDT(-0400)] <athena7> yeah those are annoying
[10:21:24 EDT(-0400)] <dstn> the most annoying part is that they are specific IE bugs that you'd never even imagine would cause the problem
[10:24:22 EDT(-0400)] * EricDalquist (n=dalquist@bohemia.doit.wisc.edu) has joined ##uportal
[10:30:22 EDT(-0400)] <athena7> yeah ie bugs are mean
[10:30:25 EDT(-0400)] <athena7> they make kittens cry
[10:30:33 EDT(-0400)] <EricDalquist> lol
[10:30:44 EDT(-0400)] <athena7> you can't forgive that kind of cruelty
[10:32:05 EDT(-0400)] <EricDalquist> doesn't help that there aren't really good debugging tools
[10:36:16 EDT(-0400)] * colinclark (n=colin@ginger.caret.cam.ac.uk) has joined ##uportal
[10:40:05 EDT(-0400)] <dstn> like using removeChild() with a background element over SSL causes mixed content
[10:41:26 EDT(-0400)] <athena7> waahh . . .?
[10:41:27 EDT(-0400)] <athena7> ack.
[10:42:42 EDT(-0400)] <dstn> ya: http://support.microsoft.com/kb/925014
[10:48:28 EDT(-0400)] * EiNZTEiN (n=einztein@89.214.50.5) has joined ##uportal
[10:51:38 EDT(-0400)] * holdorph (n=holdorph@wsip-98-174-242-39.ph.ph.cox.net) has joined ##uportal
[11:04:36 EDT(-0400)] * holdorph (n=holdorph@wsip-98-174-242-39.ph.ph.cox.net) has joined ##uportal
[11:19:21 EDT(-0400)] <athena7> hey EricDalquist did you ever wind up posting the spring web flow work you've done?
[11:19:46 EDT(-0400)] <EricDalquist> not yet
[11:19:54 EDT(-0400)] <EricDalquist> yesterday was a rough day with meetings and stuff
[11:19:58 EDT(-0400)] <EricDalquist> I'll try and get it up today
[11:20:39 EDT(-0400)] <EricDalquist> oh, do you have any thoughts on adding person-lookup features to PersonDirectory? http://www.ja-sig.org/wiki/display/PD/Person+Lookup+Proposal
[11:32:16 EDT(-0400)] <athena7> that sounds pretty useful to me
[11:32:32 EDT(-0400)] <EricDalquist> its what we use with our swapper portlets
[11:32:34 EDT(-0400)] <athena7> so it'd be kind of a user search sort of thing?
[11:32:36 EDT(-0400)] <EricDalquist> yeah
[11:32:44 EDT(-0400)] <athena7> cool
[11:32:47 EDT(-0400)] <EricDalquist> similar idea to person attribute daos
[11:32:56 EDT(-0400)] <EricDalquist> we currently have LDAP and JDBC impls
[11:33:11 EDT(-0400)] <EricDalquist> and it will generate the queries based on the provided attributes
[11:33:16 EDT(-0400)] <EricDalquist> and return a Set<String> of userids
[11:34:20 EDT(-0400)] <athena7> neat!
[11:47:49 EDT(-0400)] * holdorph (n=holdorph@wsip-98-174-242-39.ph.ph.cox.net) has joined ##uportal
[11:58:08 EDT(-0400)] * agherna (n=agherna@ras46.admin.uillinois.edu) has joined ##uportal
[12:12:00 EDT(-0400)] <EricDalquist> so this was suggested to me as a tool for aggregating the portal stats: https://rrd4j.dev.java.net/
[12:12:12 EDT(-0400)] <EricDalquist> I haven't really looked at it yet but sounds interesting
[12:25:16 EDT(-0400)] <athena7> oh i used to use rrdtool
[12:25:24 EDT(-0400)] <athena7> that's pretty cool
[12:25:32 EDT(-0400)] <athena7> when i used it they didn't have a java port yet
[12:25:48 EDT(-0400)] <athena7> and it resulted in external system calls that were kind of sad
[12:25:56 EDT(-0400)] <athena7> i think this could be a great way to do aggregation
[12:26:04 EDT(-0400)] <athena7> you could keep the info that way
[12:26:09 EDT(-0400)] <athena7> and then clean out the database periodically
[12:26:15 EDT(-0400)] <EricDalquist> yup
[12:26:20 EDT(-0400)] <athena7> at the time i did run into a few issues
[12:26:39 EDT(-0400)] <athena7> but i don't think they're ones that should affect us
[12:26:52 EDT(-0400)] <athena7> we were doing some pretty complicated stuff
[12:27:09 EDT(-0400)] <athena7> i used it to do the stats collection and graphing for a computer lab monitoring tool i wrote
[12:27:32 EDT(-0400)] <EricDalquist> sounds great
[12:27:48 EDT(-0400)] <athena7> yeah
[12:28:44 EDT(-0400)] <athena7> ok, the cwebproxy fix works
[12:29:04 EDT(-0400)] <athena7> it's probably not beautifully architected, but that channel is so all over the place anyway
[12:30:43 EDT(-0400)] <athena7> going to commit it for both the 2.6 and 3.0 branches
[12:30:48 EDT(-0400)] <athena7> since the channel is broken in both
[12:30:56 EDT(-0400)] <EricDalquist> sounds good
[12:31:00 EDT(-0400)] <athena7> i'm a little surprised that no one's really complained loudly about this before
[12:31:12 EDT(-0400)] <athena7> it drops person attribute parameters after the first time the channel is rendered
[12:32:58 EDT(-0400)] <athena7> i guess maybe cache settings helped some people in the past
[12:33:14 EDT(-0400)] <athena7> and yale doesn't really use it much since they just use proxy cas instead to identify users
[12:43:13 EDT(-0400)] * awills (n=awills@wsip-98-174-242-39.ph.ph.cox.net) has joined ##uportal
[12:46:12 EDT(-0400)] <MarkRogers> this is cool ... http://www.ja-sig.org/issues/browse/CAS-658
[12:48:47 EDT(-0400)] * awill1 (n=awills@mtw160-6.ippl.jhu.edu) has joined ##uportal
[12:57:42 EDT(-0400)] * colinclark (n=colin@ginger.caret.cam.ac.uk) has joined ##uportal
[14:09:01 EDT(-0400)] * holdorph (n=holdorph@wsip-98-174-242-39.ph.ph.cox.net) has joined ##uportal
[15:03:10 EDT(-0400)] * MarkRogers (n=MarkRoge@addhcp129.cc.umanitoba.ca) has joined ##uportal
[15:03:38 EDT(-0400)] * agherna (n=agherna@ras46.admin.uillinois.edu) has left ##uportal
[15:24:57 EDT(-0400)] * agherna (n=agherna@ras46.admin.uillinois.edu) has joined ##uportal
[15:31:15 EDT(-0400)] * michelled (n=team@142.150.154.197) has left ##uportal
[15:31:27 EDT(-0400)] * agherna (n=agherna@ras46.admin.uillinois.edu) has left ##uportal
[15:36:50 EDT(-0400)] <dstn> does anyone here use any tools for continues integration like cruise control?
[15:36:57 EDT(-0400)] <dstn> continuous*
[15:48:14 EDT(-0400)] <grimesp> I would like to try Bamboo
General
Content
Integrations