Re: [uportal-dev] Portlets and CAS

2007-12-05 Thread Jen Bourey
name in their portlet.xml. I'd like to get feedback on what people think of passing the PGT to the portlet as a preference versus a user attribute versus a request attribute. Also how should the naming of the key be decided? -Eric Jen Bourey wrote: Thanks! - Jen On Nov 27, 2007 4:16 PM

Re: [uportal-dev] Portlets and CAS

2007-12-12 Thread Jen Bourey
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jen Bourey Sent: Wednesday, December 05, 2007 9:20 AM To: uportal-dev@lists.ja-sig.org Subject: Re: [uportal-dev] Portlets and CAS Thanks Eric! I've now successfully gotten ESUP Portail's

[uportal-dev] Identifying portlets

2007-12-14 Thread Jen Bourey
Hi all, Is there a way to get the subscribe id for a particular portlet instance? I'd like to be able to save data per portlet subscription. - Jen -- You are currently subscribed to uportal-dev@lists.ja-sig.org as: [EMAIL PROTECTED] To unsubscribe, change settings or access archives, see

Re: [uportal-dev] Identifying portlets

2007-12-14 Thread Jen Bourey
configuration? - Jen On Dec 14, 2007 11:59 AM, Eric Dalquist [EMAIL PROTECTED] wrote: Portlet preferences, they are scoped by user subscribe ID. -Eric Jen Bourey wrote: Hi all, Is there a way to get the subscribe id for a particular portlet instance? I'd like to be able to save data per

Re: [uportal-dev] Fluid Re-Orderer uP3

2008-01-14 Thread Jen Bourey
Hi Anastasia, The theme doesn't currently have any knowledge of whether the user is an admin user or not. At Yale, for the rare times that we need to use admin-only UI features, we use the old preferences channel. We never built in the administrative controls for modifying channel/column/tab

Re: [uportal-dev] Fluid Re-Orderer uP3

2008-01-14 Thread Jen Bourey
Sounds fair. If we can get the reorderer all set up, we can move to dojo 1.0. I just solved the last problem with the dialog menus (which actually turned out to be a dojo bug). The new version of dojo should be faster and give us access to all the new shininess dojo's added in the last year or

[uportal-dev] portlet error in up3

2008-01-18 Thread Jen Bourey
I'm having some trouble getting the feedback portlet I'm working on properly deployed in up3. When I try to access the portlet, I get the following error below. Is there some caching value I've failed to set? I don't see any obvious differences between how this portlet is deployed as compared

Re: [uportal-dev] portlet error in up3

2008-01-19 Thread Jen Bourey
Thanks Eric! The portlet works just fine now. I picked up a bunch of changes when I updated, and now when I run mvn install the surefire tests seem to fail to get a database connection. Any suggestions? I've included the stack trace below. - Jen INFO [main]

[uportal-dev] Unconference feedback portlet update

2008-01-19 Thread Jen Bourey
Hi all, I've finally had more time to finish up the Feedback Portlet we'd begun at the November Unconference. It's in good enough shape that I'd like to see if we can get it into a shared repository so others can try it out. The portlet now uses maven 2 for it's build, and it works in both uP

Re: [uportal-dev] New uP3 Theme

2008-01-23 Thread Jen Bourey
to trunk which makes things MUCH easer than doing 'svn merge' commands. Thanks! -Eric Jen Bourey wrote: Hi Eric, I haven't done a lot of SVN administration and haven't followed closely how JA-SIG has been maintaining branches. Do you usually just copy the trunk to a branch, then copy

Re: [uportal-dev] Unconference feedback portlet update

2008-01-23 Thread Jen Bourey
Great! Once I get it posted maybe we can determine whether there are any other features that should be added. I also really like the idea of having a consolidated email list. I worry that needing to create a separate JIRA instance, email list, svn location, etc. will be too much overhead for

Re: [uportal-dev] Renaming https://www.ja-sig.org/svn/up2

2008-02-04 Thread Jen Bourey
+1 for renaming. Wouldn't it be possible for people to do an svn switch rather than a fresh checkout if they so desired? - Jen On Feb 4, 2008 2:52 PM, Eric Dalquist [EMAIL PROTECTED] wrote: So way back when uPortal 2 and uPortal 3 were separate code bases we moved from CVS to SVN. As part

Re: [uportal-dev] portlets and role testing in uP3

2008-02-12 Thread Jen Bourey
Done! (UP-1946) - Jen On Feb 12, 2008 3:01 PM, Eric Dalquist [EMAIL PROTECTED] wrote: You know I probably forgot to implement it in uP3 since there isn't a specific SPI in Pluto for that functionality. Can you open a Jira case for the issue? Thanks, -Eric Jen Bourey wrote: I'm

[uportal-dev] portlets and role testing in uP3

2008-02-12 Thread Jen Bourey
I'm not sure that the isUserInRole() method is working correctly for portlets under up3. I tried deploying a portlet to both up2.6 and up3, and the call worked in up2, but not in up3. Can anyone else confirm that this is indeed a up3-related problem? - Jen -- Join your friends and colleagues

Re: [uportal-dev] Weather Portlet: AccuWeather.com Service

2008-02-13 Thread Jen Bourey
A friend of mine recently began using their data for a google gadget and had great things to say about AccuWeather. He said the developers were very helpful and responsive. It sounds like they really do have a lot of data; he was using their service to get local pollen counts. How is the API

Re: [uportal-dev] Weather Portlet: AccuWeather.com Service

2008-02-14 Thread Jen Bourey
This looks fantastic! At Yale we have a Spring PortletMVC weather portlet that uses JAXB to unmarshall the Yahoo weather service feeds, then displays the data in a JSP page. I wanted to use the XML data rather that just display the html in the RSS feed, since it would give us better control over

Re: [uportal-dev] Weather Portlet: AccuWeather.com Service

2008-02-14 Thread Jen Bourey
, Is the the source of your portlet available anywhere? Would you mind committing it to a branch in /sandbox/WeatherPortlet ...? I'm sure this could be useful for development. Thanks, Dustin. On Thu, Feb 14, 2008 at 9:46 AM, Jen Bourey [EMAIL PROTECTED] wrote: This looks fantastic! At Yale

Re: [uportal-dev] Weather Portlet: AccuWeather.com Service

2008-02-15 Thread Jen Bourey
Eric mentioned in IRC today that he's had a lot of luck with the xstream libraries - we could also try that. - Jen On Fri, Feb 15, 2008 at 2:40 PM, Dustin S. [EMAIL PROTECTED] wrote: Thanks a lot Jen, I'll take a look at it this weekend! On Feb 15, 2008 9:20 AM, Jen Bourey [EMAIL PROTECTED

[uportal-dev] Proposing jQuery migration for uPortal 3.0

2008-02-19 Thread Jen Bourey
Hi all, I'd like to propose that we migrate from dojo to jQuery as of uPortal 3.0. jQuery seems to be lighter weight, easier to use, and much faster. jQuery is also being used by the fluid reorderer, so performing this migration will prevent us from needing to include two javascript toolkits in

Re: [uportal-dev] Proposing jQuery migration for uPortal 3.0

2008-02-19 Thread Jen Bourey
Hi Parker, Would you guys be willing to share the portlet re-ordering code you wrote? I haven't yet ironed out all the portlet drag and drop functionality, so it would be pretty useful in finishing the up3 theme! The screenshot you sent looks very nice :) - Jen On Feb 19, 2008 2:58 PM, Parker

Re: [uportal-dev] Proposing jQuery migration for uPortal 3.0

2008-02-19 Thread Jen Bourey
. This patch is for uPortal 2.6.1. Parker On Feb 19, 2008 1:05 PM, Jen Bourey [EMAIL PROTECTED] wrote: Hi Parker, Would you guys be willing to share the portlet re-ordering code you wrote? I haven't yet ironed out all the portlet drag and drop functionality, so it would be pretty useful

[uportal-dev] uportal trunk build error

2008-03-06 Thread Jen Bourey
Hi, When I attempt to build the current uportal trunk (mvn compile), I get the error below. Is there something I might have misconfigured, or is there a missing dependency? Thanks, - Jen Missing: -- 1) org.jasig.portal.portlets-overlay:FunctionalTestsPortlet:war:3.0.0-SNAPSHOT Try

Re: [uportal-dev] up3 default layouts

2008-03-11 Thread Jen Bourey
they can do to help get the layout changes made. Thanks! -Eric Jen Bourey wrote: Hi all, While trying out the up3 quickstart, it occurred to me that we might want to put some thought into updating the default user layouts before the GA release. Some of the channels are pretty old

Re: [uportal-dev] up3 default layouts

2008-03-11 Thread Jen Bourey
let everyone on-list know what they can do to help get the layout changes made. Thanks! -Eric Jen Bourey wrote: Hi all, While trying out the up3 quickstart, it occurred to me that we might want to put some thought into updating the default user layouts before the GA

[uportal-dev] eol-style and other subversion properties

2008-03-11 Thread Jen Bourey
Hi all, When doing a vendor import of the up3 release candidate, I've found several files with inconsistent newlines. While these newline issues aren't visible from an editor like Eclipse, I can see ^M characters in a *nix command line editor, and our subversion exists with inconsistent newline

Re: [jasig-ue] [uportal-dev] up3 default layouts

2008-03-13 Thread Jen Bourey
suggestions are welcome. Gary Jen Bourey wrote: Hi all, While trying out the up3 quickstart, it occurred to me that we might want to put some thought into updating the default user layouts before the GA release. Some of the channels are pretty old, and a few of the feeds are broken

Re: [jasig-ue] [uportal-dev] up3 default layouts

2008-03-13 Thread Jen Bourey
This sounds like a great idea to me. Would someone like to volunteer to write up said pretty HTML pages? :) - Jen On Thu, Mar 13, 2008 at 3:46 PM, Jason Shao (CampusEAI Consortium) [EMAIL PROTECTED] wrote: You know... it's true we don't have many of the channels/portlets Gary has

Re: [uportal-dev] eol-style and other subversion properties

2008-03-13 Thread Jen Bourey
I actually did have to modify the Sakai file slightly for uPortal use. In particular, it looks like I added svn:keywords properties for xml and xsl files in uportal. - Jen On Thu, Mar 13, 2008 at 4:51 PM, Cris J Holdorph [EMAIL PROTECTED] wrote: Works for me, and I think it would for anyone

[uportal-dev] channel/tab terminology

2008-03-25 Thread Jen Bourey
Hi all, In cleaning up the up3 UI, I've noticed that the terminology isn't always consistent. What do we want to use? I think historically we've used channel and tab as terms? At Yale, we've switched to calling those items portlets and pages, not that that's necessarily better. I don't have

Re: [uportal-dev] channel/tab terminology

2008-03-25 Thread Jen Bourey
. we use the terms tabs, pages, portlets Jen Bourey wrote: Hi all, In cleaning up the up3 UI, I've noticed that the terminology isn't always consistent. What do we want to use? I think historically we've used channel and tab as terms? At Yale, we've switched to calling those

Re: [uportal-dev] https://www.ja-sig.org/svn/up2 rename

2008-03-26 Thread Jen Bourey
I think it's scheduled for tomorrow morning. - Jen On Wed, Mar 26, 2008 at 12:16 PM, Cris J Holdorph [EMAIL PROTECTED] wrote: It doesn't look like this happened. Did it? I still only see the up2 entry. Cris J H Eric Dalquist wrote: Thursday morning around 9am CDT the up2 folder

Re: [uportal-dev] [VOTE] Delete https://www.ja-sig.org/svn/portlets/GooglePortlet/

2008-03-26 Thread Jen Bourey
+1 On Wed, Mar 26, 2008 at 3:05 PM, Eric Dalquist [EMAIL PROTECTED] wrote: I'd like to do svn delete https://www.ja-sig.org/svn/portlets/GooglePortlet/; since this code isn't functional anymore as the keys are no longer provided by Google. Also this portlet is superseded by the Google search

Re: [uportal-dev] User Preferences channel in uportal3-RC3

2008-04-06 Thread Jen Bourey
Hi Tuy, On Fri, Apr 4, 2008 at 4:42 PM, Tuyhang Ly [EMAIL PROTECTED] wrote: Is the User Preferences channel still supported in uP3? I've found many things are not functioning, such as: Yes, the User Preferences channel at least *should* be supported. There are still a bunch of features

Re: [uportal-dev] CAnnouncements in up3

2008-04-13 Thread Jen Bourey
that requires resource paths to not start with a /. The only other thing I could think of is the .jar packaging. The resource loader code has not changed to my knowledge but as you can see from the URI it is looking in a .jar file for the properties. -Eric Jen Bourey wrote: Hi all, I'm having

Re: [uportal-dev] [VOTE] Upcoming 3.0 release

2008-04-14 Thread Jen Bourey
+1 On Mon, Apr 14, 2008 at 10:15 AM, Eric Dalquist [EMAIL PROTECTED] wrote: My current plan is to cut the uPortal 3.0.0-GA release this week (Wednesday or Thursday). There are only a few Jira issues remaining [1] and none of the fixes since RC3 have been major changes. [1]

Re: [uportal-dev] uPortal 3.0 and ldap authentication

2008-05-06 Thread Jen Bourey
chaining with the CacheSecurityContext. -Eric Jen Bourey wrote: Hi all, I've been having some trouble getting LDAP authentication to an Active Directory server working in uPortal 3.0. I've been able to configure the packaged CAS instance to successfully authenticate against the AD server

[uportal-dev] proposing Anthony Colebourne as a portlet project committer

2008-05-07 Thread Jen Bourey
Hi all, I'd like to propose making Anthony Colebourne a committer for the portlet projects. He's written some excellent adapters for Oracle Calendar and Blackboard Vista for the calendar portlet project. He's also had some great input and fixes for the core calendar portlet code. I'd love for

Re: [uportal-dev] uPortal 3.0 and ldap authentication

2008-05-09 Thread Jen Bourey
, org.springframework.ldap.base.path=cn=Users, dc=unicon, dc=net, java.naming.factory.object=org.springframework.ldap.core.support.DefaultDirObjectFactory - Jen On Tue, May 6, 2008 at 10:49 AM, Jen Bourey [EMAIL PROTECTED] wrote: Unfortunately, no, I don't have a uPortal 2 configuration. Thanks

[uportal-dev] Fix for up3 ldap security context

2008-05-12 Thread Jen Bourey
Hi all, After a long investigation, I think we've determined that the problems I've been seeing with the SimpleLdapSecurityContext under up3 are due to the fact that the new version appends the baseDN onto the end of the connection URL string. To get around this problem, I've changed the

Re: [uportal-dev] uP3 Firefox YSlow performance report

2008-05-13 Thread Jen Bourey
Yeah, I guess I'm not convinced that for a portal, the table printed out really represents an F grade. I'd worry most about requests after the very first one, since the portal is intended to be an interactive environment. The model of optimizing for repeat requests also seems to fit the choices

[uportal-dev] guest portlet preferences in up3

2008-05-14 Thread Jen Bourey
Hi all, Is anyone currently working on UP-2027? If not, I'd like to go ahead and take care of this issue. However, I know there was some talk about it at the dev meeting, so I wasn't sure if someone was currently working on it. - Jen -- You are currently subscribed to

Re: [uportal-dev] uPortal 3 stats recorder to database

2008-06-06 Thread Jen Bourey
I think presenting the stats in visual format using perhaps the google charts api would be a fantastic addition to uPortal. From my conversations with Eric, it sounds like one of the concerns is that the database can quickly grow large if all events are enabled. (Am I understanding the issue

[uportal-dev] revisiting AJAX preferences and DLM restrictions

2008-06-11 Thread Jen Bourey
Hi all, I'd like to re-visit the outstanding DLM restriction issues in uPortal 3.x. At this point, I believe the outstanding inconsistencies aren't necessarily technical issues, but more questions about how we want our user interface to behave. I think most of the channel/tab moving/deletion

Re: [uportal-dev] uPortal+Eclipse+portlet setup problem

2008-08-19 Thread Jen Bourey
Hi Edward, uPortal was migrated from CVS to SVN last year, and unfortunately it looks like the documentation you were looking at was never updated. Current information about the subversion repository can be found here: http://www.uportal.org/cvs.html. I personally use the subclipse plugin to

[uportal-dev] Javascript performance issues

2008-10-05 Thread Jen Bourey
Hi all, Now that the Fluid Reorderer has been integrated into uPortal, I wanted to discuss some of the Javascript optimizations issues that have come up before on the list. In particular, Tuy had run and sent the results of Yahoo's YSlow tool and identified some areas where we could make

Re: [uportal-dev] Javascript performance issues

2008-10-07 Thread Jen Bourey
Hi Chris, So far, I haven't used the aggregation options. Last time we went over these issues, we'd talked about naming files such that they could have a long-term cache header applied to them. I haven't thought of a good way to combine that goal with aggregating files in the build, although

Re: [uportal-dev] javascript error in uP3 trunk

2008-11-13 Thread Jen Bourey
Thanks for the catch, Tuy. It looks like the changeColumns method is still trying using the old pre-Fluid methods. Would you mind creating a JIRA and assigning it to me? - Jen On Thu, Nov 13, 2008 at 9:28 AM, Tuyhang Ly [EMAIL PROTECTED] wrote: Hi, I've tried uP3 trunk to migrate some of

Re: [uportal-dev] 3-0-x branch and ImpersonationFilter

2008-12-12 Thread Jen Bourey
In addition to removeExisting=false, the build.properties.sample contains a default setting of cleanShared=false. Unless you either change this setting or explicitly run ant clean-shared, it's possible to also get multiple stranded jar versions in your tomcat shared/lib space. - Jen On Thu,

[uportal-dev] UP-2019 (updating layouts via import/export in PostgreSQL)

2009-01-22 Thread Jen Bourey
Hi all, I think I've finally gained some insight into ticket UP-2019 ( http://www.ja-sig.org/issues/browse/UP-2019), which has been a thorn in my side for some time now. The ticket represents a problem I've encountered on PostgreSQL databases in which attempting to use the ant crn-import command

Re: [uportal-dev] Upcoming 3.1 Milestone Release

2009-02-02 Thread Jen Bourey
Hi Arlo, I have a couple of comments inline - On Mon, Feb 2, 2009 at 10:58 AM, Arlo White awh...@calpoly.edu wrote: The other issues I've encountered and would like to see fixed are lower priority user-interface type issues. Jump To feature (left panel in focus mode) highlights wrong tab

[uportal-dev] Proposing Matt Polizzotti for commit access

2009-02-03 Thread Jen Bourey
Hi everyone, I'd like to nominate Matt Polizzotti for commit access for uPortal. For those of you who don't know him, he is a Unicon developer and has been instrumental in fixing a number of the CSS and Javascript bugs in uPortal 3.x. In particular, he's provided patches for some of the

Re:[uportal-dev] Proposing Matt Polizzotti for commit access

2009-02-13 Thread Jen Bourey
To summarize our voting to date, it looks like we're now at 5 +1 votes with no 0 or -1 votes. I'd like to call the vote, since it's been over a week. - Jen On Tue, Feb 3, 2009 at 8:49 AM, Jen Bourey jennifer.bou...@gmail.comwrote: Hi everyone, I'd like to nominate Matt Polizzotti

[uportal-dev] Potential issue with DLM in uPortal 3.1

2009-02-21 Thread Jen Bourey
Hi all, I've noticed that some of the DLM fragments don't seem to be appearing properly in the current uPortal trunk. Although the guest-lo fragment is imported correctly for the guest user, it seems like no fragments appear for logged in users. I'm not sure if this is related to the user being

[uportal-dev] javascript demo channel

2009-02-22 Thread Jen Bourey
Hi all, I've added a small web-proxy javascript demo channel, consisting of a few demos of the available jQuery UI widget and effect functionality. If I have time, I'd like to eventually add in demos of some of the Fluid components as well. Is there a spot in one of the default layouts that

[uportal-dev] Portlet administration portlet (UP-2047)

2009-02-24 Thread Jen Bourey
Hello everyone, Unicon has been working on creating a new uPortal Portlet Administration Portlet to replace the existing CChannelManager. I wanted to point out the JIRA ticket and page in Confluence and see if anyone has feedback about the current plans. For those who are interested, Unicon has

Re: [uportal-dev] Stylesheet imports in uPortal 3.1.x

2009-03-25 Thread Jen Bourey
, Jen Bourey jbou...@unicon.net wrote: Hello all, I wanted to open up discussion about our options for decreasing the number of HTTP requests for CSS stylesheets in the uPortal 3.1 branch. Currently the portal's skins generally import some shared default resources from the new

Re: [uportal-dev] Copying a Skin in 3.1

2009-03-29 Thread Jen Bourey
To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-dev -- Jen Bourey -- You are currently subscribed to uportal-dev@lists.ja-sig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki

[uportal-dev] Fluid 1.0 and UP-2047 updates

2009-04-27 Thread Jen Bourey
and will not be merged into any of the maintenance branches. - Jen -- Jen Bourey -- You are currently subscribed to uportal-dev@lists.ja-sig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-dev

[uportal-dev] Channel Persistence Refactoring Commit

2009-05-14 Thread Jen Bourey
or her database. I'd like to commit this work sometime tomorrow. Does anyone have objections to this work appearing in trunk tomorrow or have concerns about needing to run an initdb? - Jen -- Jen Bourey -- You are currently subscribed to uportal-dev@lists.ja-sig.org as: arch...@mail

[uportal-dev] Portlet Lifecycle Management Feedback

2009-05-14 Thread Jen Bourey
or on potentially using date fields to represent future dates? - Jen -- Jen Bourey -- You are currently subscribed to uportal-dev@lists.ja-sig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-dev

Re: [uportal-dev] Channel Persistence Refactoring Commit

2009-05-14 Thread Jen Bourey
Holdorph holdo...@unicon.netwrote: What's the 'migration' for an existing uportal installation to a new installation? Cris J H Jen Bourey wrote: Hi all, As part of the Portlet Administration Portlet work (UP-2047), Unicon has been working on a re-implementation of IChannelRegistryStore

Re: [uportal-dev] Channel Persistence Refactoring Commit

2009-05-14 Thread Jen Bourey
. - Jen On Thu, May 14, 2009 at 3:18 PM, Eric Dalquist eric.dalqu...@doit.wisc.eduwrote: +1 to getting it committed. Jen Bourey wrote: Hi all, As part of the Portlet Administration Portlet work (UP-2047), Unicon has been working on a re-implementation of IChannelRegistryStore

[uportal-dev] Portlet Administration Portlet Update (UP-2047)

2009-05-20 Thread Jen Bourey
removing CChannelManager altogether for the 3.2 release. Doing this would allow us to move forward with the proposed portlet workflow lifecycle work without having to worry about its affects on the legacy channel implementation. - Jen -- Jen Bourey -- You are currently subscribed to uportal-dev

[uportal-dev] Encryption of cached passwords

2009-05-21 Thread Jen Bourey
passwords present in the user session are encrypted. Is this a change that we could contribute to the uPortal 3.2-oriented trunk? - Jen -- Jen Bourey -- You are currently subscribed to uportal-dev@lists.ja-sig.org as: arch...@mail-archive.com To unsubscribe, change settings or access

Re: [uportal-dev] Encryption of cached passwords

2009-05-22 Thread Jen Bourey
-sig.org/wiki/display/CAS/Proxying+clear-text+credentials Thanks, Anthony. Jen Bourey wrote: Hi all, I wanted to propose contributing some uPortal enhancements on behalf of the University of Chicago. The enhancements improve the existing CachePasswordSecurityContext to encrypt

Re: [uportal-dev] nominating Eric Dalquist to serve again

2009-06-17 Thread Jen Bourey
Munson St, New Haven, CT 06520 Phone: 203 432 6697 -- You are currently subscribed to uportal-dev@lists.ja-sig.org as: jennifer.bou...@gmail.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-dev -- Jen Bourey -- You

[uportal-dev] uPortal, profiles, and layouts

2009-06-25 Thread Jen Bourey
? Does anyone have thoughts on this proposal? - Jen -- Jen Bourey -- You are currently subscribed to uportal-dev@lists.ja-sig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-dev

Re: [uportal-dev] org.jasig.portal.ChannelDefinition is missing?

2009-07-19 Thread Jen Bourey
this message. - -- You are currently subscribed to uportal-dev@lists.ja-sig.org as: jennifer.bou...@gmail.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-dev -- Jen Bourey -- You are currently

Re: [uportal-dev] Proposed CLogin Change

2009-11-03 Thread Jen Bourey
to externalize that to jndi so the war / ear is more portable between systems. Susan Jen Bourey wrote: Hi all, I'd like to propose changing the division of labor between the CLogin channel and the theme XSL. Historically the CLogin channel has been responsible for outputting the portal welcome

Re: [uportal-dev] Proposed CLogin Change

2009-11-03 Thread Jen Bourey
the security properties to get the url. So how does universality get the url? -Susan Jen Bourey wrote: The changes I've proposed don't impact the CAS configuration or anything else in security.properties. - Jen On Tue, Nov 3, 2009 at 9:27 AM, Susan Bramhall susan.bramh...@yale.eduwrote

[uportal-dev] Render/subscribe permissions proposal (UP-2499)

2009-11-07 Thread Jen Bourey
-level channel category behavior. Instead, content like the login channel could be placed in a special group for which end users have render permissions but no subscribe permissions. Does anyone have foresee problems with this approach or have suggestions for improvement? - Jen -- Jen Bourey

Re: [uportal-dev] Render/subscribe permissions proposal (UP-2499)

2009-11-09 Thread Jen Bourey
From: bounce-8373914-5712...@lists.wisc.edu [ bounce-8373914-5712...@lists.wisc.edu] On Behalf Of Jen Bourey [ jbou...@unicon.net] Sent: Saturday, November 07, 2009 7:26 PM To: uportal-dev@lists.ja-sig.org Subject: [uportal-dev] Render/subscribe permissions proposal (UP-2499

Re: [uportal-dev] Render/subscribe permissions proposal (UP-2499)

2009-11-09 Thread Jen Bourey
-8373914-5712...@lists.wisc.edu [ bounce-8373914-5712...@lists.wisc.edu] On Behalf Of Jen Bourey [ jbou...@unicon.net] Sent: Saturday, November 07, 2009 7:26 PM To: uportal-dev@lists.ja-sig.org Subject: [uportal-dev] Render/subscribe permissions proposal (UP-2499) Hello everyone, For those who

Re: [uportal-dev] Render/subscribe permissions proposal (UP-2499)

2009-11-10 Thread Jen Bourey
into the permission manager to set them? Maybe not since it would have to use the ancient groups servant to do it? I'm not sure, just asking. Susan Jen Bourey wrote: I agree that having a new permissions UI would be extremely helpful. Eventually the goal is to rework the groups and permissions

Re: [uportal-dev] Render/subscribe permissions proposal (UP-2499)

2009-11-13 Thread Jen Bourey
. Still +1. Susan Jen Bourey wrote: Unfortunately we can't do this until we write a new webflow for editing permissions. I don't think we want to try to call the IChannel-based grous servant from the new portlet. Of course, once we have that flow it becomes easy to re-write the permissions

[uportal-dev] Category-specific lifecycle permissions (UP-2501)

2009-11-13 Thread Jen Bourey
worth. What kind of permissions structure would everyone like to see? - Jen -- Jen Bourey -- You are currently subscribed to uportal-dev@lists.ja-sig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-dev

Re: [uportal-dev] maven plugin won't build with ResourcesAggregatorImplTest

2009-11-16 Thread Jen Bourey
settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-dev -- Jen Bourey -- You are currently subscribed to uportal-dev@lists.ja-sig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG

Re: [uportal-dev] more struggles with YUI Compressor

2009-11-17 Thread Jen Bourey
in the universality theme. My question to the group is: is it ok to exclude the trusted rhino/js and depend on this author's undocumented changes? It's really the only way we can get YUI Compressor to work in this plugin. Will this present any other problems (e.g. licensing)? -- Jen Bourey

Re: [uportal-dev] Run uPortal 3.1.1 + Apache: Error jQuery

2009-11-22 Thread Jen Bourey
subscribed to uportal-dev@lists.ja-sig.org as: jennifer.bou...@gmail.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-dev -- Jen Bourey -- You are currently subscribed to uportal-dev@lists.ja-sig.org as: arch...@mail-archive.com

[uportal-dev] uPortal 3.2.0 GA announcement

2010-02-08 Thread Jen Bourey
Jasig is proud to announce the General Audience release of uPortal 3.2 GA. uPortal 3.2 is the recommended version with which to start a new uPortal deployment. Full release notes are available along with a uPortal 3.2 release overview on the 3.2 Release page

[uportal-dev] IChannel Deprecation Announcement

2010-02-08 Thread Jen Bourey
The uPortal Steering Committee would like you to know about planned future support for the JSR-286 portlet API and for uPortal's IChannel interface. uPortal intends to prioritize JSR-286 support for the 3.3 release. Introducing JSR-286 will provide uPortal with support for the most current

[uportal-dev] uPortal Community Call Recording

2010-02-27 Thread Jen Bourey
A synchronized audio recording and slidecast of the uPortal community call is now available on Slideshare: http://www.slideshare.net/uportal/uportal-community-call-february-18-2010. February's call included a fantastic demo of the Johns Hopkins University portal. If you're interested in

[uportal-dev] uPortal 3.3 Permissions API Changes

2010-04-06 Thread Jen Bourey
uPortal's IPermissible interface and refactoring existing RDBM code using JPA. If anyone has concerns about the proposed changes or has suggestions, I'd love to discuss them. Otherwise, I'll share further updates on-list. - Jen -- Jen Bourey -- You are currently subscribed to uportal-dev@lists.ja

Re: [uportal-dev] grouper integration

2010-05-04 Thread Jen Bourey
controversial to some people, so let’s see how it goes and think about how this might work and if we want to do it. I believe Jen Bourey is expecting to provide support for me, and I might be asking the list for help as well especially since I am new to uPortal. J I am wrapping up

Re: [uportal-dev] Two New Project

2010-11-22 Thread Jen Bourey
Hi Frederic, It's great to hear from you, and I'm looking forward to Jasig and Esup Portail collaborating on mobile development. I've been involved in both the mobile theme development for uPortal, as well as some of the mobile portlet development. I'm traveling for the holidays today, but

Re: [uportal-dev] managing multiple environments from one source tree

2010-12-01 Thread Jen Bourey
Hi Steve, As Drew mentioned, Unicon's been using a maven filtering-based approach for several years now based on work we originally did for an internal demo instance. I presented on this at the 2009 Jasig conference, and there are some slides left over from that here:

Re: [uportal-dev] Recent filtering updates

2010-12-13 Thread Jen Bourey
On Dec 9, 2010, at 6:26 PM, Eric Dalquist wrote: Our goal should be that you can cd to any module the project and run mvn clean install and it will work with nothing in your local maven repository. This may not always be true in code coming from trunk or a -patches branch due to snapshot

Re: [uportal-dev] Recommend SASS for CSS development

2011-05-10 Thread Jen Bourey
If you're interested in seeing an example of what SASS in uPortal would look like, Gary's been testing it with the uMobile theme. The default skin for the muniversality theme should give a general idea of what some of the code looks like. - Jen On May 10, 2011, at 9:42 AM, Eric Dalquist

Re: [uportal-dev] Fragment Owners and individual fragments

2011-08-24 Thread Jen Bourey
Hi Steve, Typically each layout fragment has a unique user associated with it, and typically that user is specific to that fragment rather than a real user. Real users inherit the fragment, and the changes that each user makes to their inherited version aren't shared between users. I'm not

Re: [uportal-dev] Resource URL rewriting

2011-09-12 Thread Jen Bourey
On 9/2/11 11:51 AM, Jen Bourey wrote: We've run across an issue in the uPortal 4 codebase that affects AJAX portlets in detached mode. Essentially it appears that resource URL calls against the detached URL are issued a 302 redirect to the normal URL, like so: http://localhost:8080/f

Re: [uportal-dev] Microsoft EWS API

2011-11-10 Thread Jen Bourey
it very complicated to use. In contrast the EWSJavaAPI is ridiculously simple. Within practically 10 mins on a test bed I was able to pull all the data I needed from Email, Calendar, Tasks and Contacts with no local wsdl or maven plugin to manage. -- Anthony. On 10/11/11 14:22, Jen Bourey wrote

[uportal-dev] Notifications/Alerts/Announcements

2011-12-19 Thread Jen Bourey
Hi all, I wanted to open a discussion around some of the notifications-type use cases we're starting to explore as part of the uMobile project. The excellent new notifications (from University of Manchester) and alerts (in the Jasig Widget Portlets) portlets have inspired a lot of thought

Re: [uportal-dev] Notifications/Alerts/Announcements

2011-12-22 Thread Jen Bourey
Hi Bruce, Thanks for the feedback! (A) If we are talking about having many notification portlets in a portal, each specific to certain content/sources, then... (A1) When a portlet has one or more things to be considered a notification, that the portlet be adorned with a badge indicating

Re: [uportal-dev] Notifications/Alerts/Announcements

2011-12-22 Thread Jen Bourey
Hi Bruce, Thanks for the feedback! (A) If we are talking about having many notification portlets in a portal, each specific to certain content/sources, then... (A1) When a portlet has one or more things to be considered a notification, that the portlet be adorned with a badge indicating

Re: [uportal-dev] Joda-time portal eventing

2012-01-06 Thread Jen Bourey
This library actually looks pretty fantastics. I'm wondering if it might be a good tool to use in the CalendarPortlet to clean up the codebase and deal with some of the persistent timezone issues we've had. - Jen On Jan 6, 2012, at 1:42 PM, Eric Dalquist wrote: I'm deep into getting event

[uportal-dev] JIRA tracking tags

2012-03-29 Thread Jen Bourey
Hi folks, I'd like to see if we can add a tag to Jasig JIRA for issues that are being addressed by Unicon cooperative support. Unicon's cooperative support contributes quite a bit of development based on public Jasig JIRA issues, and being able to filter on the JIRAs would help us keep our

Re: [uportal-dev] JIRA tracking tags

2012-03-29 Thread Jen Bourey
) will be used for this. Since labels just add metadata and have no real function in our Jira workflow I'd be all for a unicon-coop-dev Label on Jira issues that are being tracked or worked on under than initiative. -Eric On 03/29/2012 02:22 PM, Jen Bourey wrote: Hi folks, I'd like to see if we

Re: [uportal-dev] Proposed security enhancements to 'switch identity' portlet

2012-07-12 Thread Jen Bourey
Hi Steve, You may already be able to identify a swapped session by looking for the LoginController.SWAP_TARGET_UID attribute in the session. Assuming you find that that's successfully populated for swapped identities, you could create a new UserInfoService to expose a flag to interested

Re: [uportal-dev] Switching to SLF4j logback for 4.1

2012-08-13 Thread Jen Bourey
Should we start switching our portlets over as well? On Aug 12, 2012, at 9:16 PM, Eric Dalquist eric.dalqu...@doit.wisc.edu wrote: I'd like to switch from commons-logging + log4j to slf4j + logback in 4.1. SLF4j has bridge APIs so no code needs to change just our pom and logging config.

[uportal-dev] Thanks

2012-12-13 Thread Jen Bourey
Hi folks, For those of you that might not know, I wanted to share that I've accepted a position at Google and that today will be my last day with Unicon. While I still intend to contribute to Jasig on a volunteer basis as time allows, uPortal will no longer be part of my official job

  1   2   >