Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

[12:23:32 CST(-0600)] <EricDalquist> maybe you can have fancy js

[12:23:39 CST(-0600)] <EricDalquist> that listens for any user interaction

[12:23:50 CST(-0600)] <EricDalquist> and only pings if it has seen interaction int he last X minutes

[12:24:51 CST(-0600)] <cwaymire> Yeah. I also thought of adding some logic like that to what I already have. Right now anytime an SSP api call is made it uses the cross context restful api invoker to make a call back to the /session api method on uportal.

[12:25:29 CST(-0600)] <EricDalquist> yeah

[12:25:32 CST(-0600)] <EricDalquist> that seems reasonable as well

[12:25:36 CST(-0600)] <EricDalquist> I mean it is all hackish

[12:25:41 CST(-0600)] <EricDalquist> short of actually making this stuff portlets

[12:26:12 CST(-0600)] <cwaymire> yeah. ok thanks. I havent been able to come up with a better approach and wanted to see if you had any suggestions before moving forward with this.

[12:26:40 CST(-0600)] <EricDalquist> sorry, nothing that isn't hackish (smile)

[12:26:45 CST(-0600)] <cwaymire> heheh

[14:12:09 CST(-0600)] <bnason> I have a multi tiered setup and would like to add the text "Tier #" below the copyright on the bottom left. Could anyone point me in the right direction to do this?

[14:12:28 CST(-0600)] <EricDalquist> what version of uPortal are you using?

[14:14:04 CST(-0600)] <bnason> hrm, im not sure, its technically luminis 4.3.0.81

[14:14:21 CST(-0600)] <EricDalquist> no idea then sorry :/

[14:14:37 CST(-0600)] <EricDalquist> if you can let us know the uPortal version we might be abkle to help

[14:14:43 CST(-0600)] <bnason> let me try to see if I can find a version ={color}

[14:14:44 CST(-0600)] <bnason> k

[14:15:16 CST(-0600)] <bnason> Is there stored anywhere within uPortal code?

[14:15:44 CST(-0600)] <EricDalquist> not really ...

[14:15:56 CST(-0600)] <EricDalquist> I'm guessing it isn't uPortal 4 based though

[14:16:00 CST(-0600)] <EricDalquist> which makes it a lot harder

[14:20:11 CST(-0600)] <bnason> When was 4 released?

[14:20:45 CST(-0600)] <EricDalquist> 4.0.0 was released Aug 31 2011

[14:21:14 CST(-0600)] <bnason> ah, it appears version 2.5

[14:21:40 CST(-0600)] <EricDalquist> yeah I'm not sure how to do it in 2.5 easily

[14:22:06 CST(-0600)] <EricDalquist> off the top of my head ... you'd have to modify the rendering pipeline class and have it add some additional info into the theme XSLT

[14:22:16 CST(-0600)] <EricDalquist> or figure out how to have a different theme XSL on each server

[14:22:36 CST(-0600)] <EricDalquist> guess that 2nd option might be easier depending on how you deploy your code to the servers

[14:23:04 CST(-0600)] <bnason> yea currently not easy with out deployment setup

[14:23:08 CST(-0600)] <bnason> s/out/our/

[14:24:27 CST(-0600)] <bnason> I found some of their official documentation, so Ill take a look at these few hundred pages ha

[14:24:56 CST(-0600)] <EricDalquist> yeah I doubt it is in their

[14:25:03 CST(-0600)] <EricDalquist> that just wasn't an easy thing to do in 2.x

[14:25:06 CST(-0600)] <EricDalquist> or 3.x really

[14:25:13 CST(-0600)] <EricDalquist> it comes as part of uPortal 4 :/

[15:44:19 CST(-0600)] <EricDalquist> I have to run soon

[15:44:34 CST(-0600)] <EricDalquist> but for jwennmacher do you think it might make sense to merge https://github.com/Jasig/uPortalDataPlugin and https://github.com/Jasig/maven-uportal-plugin

[15:44:50 CST(-0600)] <EricDalquist> the 2nd one currently just does ear deployment

[15:45:51 CST(-0600)] <EricDalquist> actually it looks like it was going to do more than that

[15:45:54 CST(-0600)] <EricDalquist> but I think ear is all it does

[15:45:55 CST(-0600)] <EricDalquist> hrm

[15:46:00 CST(-0600)] <EricDalquist> ok I might look at merging these two tonight

[15:46:04 CST(-0600)] <EricDalquist> unless there are other objections