Versions Compared

Key

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

[11:11:21 CDT(-0500)] <athena> EricDalquist: is some sort of exclusive portlet view accessible in uportal trunk right now?
[11:19:14 CDT(-0500)] <EricDalquist> yeah
[11:19:16 CDT(-0500)] <EricDalquist> oh
[11:19:17 CDT(-0500)] <EricDalquist> wait
[11:19:18 CDT(-0500)] <EricDalquist> no
[11:19:23 CDT(-0500)] <EricDalquist> the mode is there
[11:19:28 CDT(-0500)] <EricDalquist> and you'll get URLs for it
[11:19:32 CDT(-0500)] <EricDalquist> but there is no support in rendering it
[11:19:36 CDT(-0500)] <EricDalquist> that's what I'm working on tomorrow
[11:20:10 CDT(-0500)] <athena> oh cool
[11:20:23 CDT(-0500)] <athena> i'm just wondering if it's time to look at ajax rendering again
[11:20:31 CDT(-0500)] <EricDalquist> uhg
[11:20:36 CDT(-0500)] <athena> lol
[11:20:37 CDT(-0500)] <EricDalquist> the thing that breaks there is portlets with JS
[11:20:45 CDT(-0500)] <EricDalquist> since they miss the ready event
[11:20:48 CDT(-0500)] <athena> well, i don't know if that's still true
[11:20:56 CDT(-0500)] <EricDalquist> ah right
[11:20:57 CDT(-0500)] <athena> i just did a quick test locally and it kinda seemed to work
[11:21:01 CDT(-0500)] <EricDalquist> if you're using jquery it should be smart enough
[11:21:04 CDT(-0500)] <athena> right
[11:21:11 CDT(-0500)] <athena> that was definitely why it wasn't worth it before
[11:21:15 CDT(-0500)] <athena> but w/ jquery we might be ok now
[11:21:23 CDT(-0500)] <EricDalquist> we can after the new rendering pipeline goes in
[11:21:28 CDT(-0500)] <EricDalquist> it would be interesting
[11:21:35 CDT(-0500)] <EricDalquist> it would have to support modifying the <head> too
[11:21:45 CDT(-0500)] <EricDalquist> since 286 portlets can render arbitrary content up there
[11:21:53 CDT(-0500)] <athena> yep
[11:21:55 CDT(-0500)] <EricDalquist> we'd need a way to track the content in the head from each portlet
[11:21:59 CDT(-0500)] <EricDalquist> and replace it
[11:22:01 CDT(-0500)] <EricDalquist> can you unload JS?
[11:22:14 CDT(-0500)] <athena> i think so, but dunno if we'd want to