RE: [uportal-dev] Take BookmarksPortlet out of 4.1?

2013-12-11 Thread Paul Gazda
We have used the Bookmarks portlet for many years and have over 99,000 bookmarks in the database, but I think the majority are inactive. About 150 were created in the past 6 months. A small number considering that we have about 20,000 frequent users and 15 - 18,000 visits per day. I would be

RE: [uportal-dev] Tomcat won't start on Mac

2013-11-22 Thread Paul Gazda
I use catalina.sh start. Have you tried that? Paul -Original Message- From: bounce-33617756-5712...@lists.wisc.edu [mailto:bounce-33617756-5712...@lists.wisc.edu] On Behalf Of Tim Raymond Sent: Friday, November 22, 2013 8:37 AM To: uportal-dev@lists.ja-sig.org Subject: RE:

RE: [uportal-dev] Proposal to change portal's default render timeout from 5000ms to 20000ms

2013-08-28 Thread Paul Gazda
+1 I like that idea. I would also be ok with 15000. All of our portlets have a timeout greater than 5 seconds. Paul -Original Message- From: bounce-30983039-5712...@lists.wisc.edu [mailto:bounce-30983039-5712...@lists.wisc.edu] On Behalf Of James Wennmacher Sent: Wednesday, August

RE: [uportal-dev] Issues due to possible spring 3.1.3 bug

2013-01-18 Thread Paul Gazda
On 1/16/13 4:51 PM, Paul Gazda wrote: The jar is a dependency in the uportal-war pom.xml. In uP3 it is a dependency in uportal-impl pom.xml and ends up in the uPortal/WEB-INF/lib directory. Paul From: bounce-2283-5712...@lists.wisc.edumailto:bounce-2283-5712...@lists.wisc.edu [mailto:bounce

RE: [uportal-dev] Issues due to possible spring 3.1.3 bug

2013-01-16 Thread Paul Gazda
a better solution on our roadmap for you. Lots of things beyond just this are likely going to break or act in undefined ways when you have the entire uPortal project on the classpath twice (what having -classes.jar and the /target/classes dir results in). -Eric On 1/15/13 11:12 AM, Paul Gazda

RE: [uportal-dev] Issues due to possible spring 3.1.3 bug

2013-01-16 Thread Paul Gazda
, January 16, 2013 4:29 PM To: uportal-dev@lists.ja-sig.org Subject: Re: [uportal-dev] Issues due to possible spring 3.1.3 bug Where does this code end up living/running? Is it a jar that gets put into the uPortal webapp? -Eric On 1/16/13 1:53 PM, Paul Gazda wrote: I didn't write the code, so I'm

[uportal-dev] DLM AttributeEvaluator handling multi-values

2012-07-02 Thread Paul Gazda
I modified the DLM attribute evaluator in uP 3.2.4 to handle multi-valued attributes (org.jasig.portal.layout.dlm.providers.AttributeEvaluator.java). If this is of general interest, I can make a patch available, but would need to know what process to follow. Thanks. Paul Gazda -- You

RE: [uportal-dev] Getting the anchor value from a portlet action url

2010-07-19 Thread Paul Gazda
) { target_top = target_top - 10; } $(html, body).animate({scrollTop:target_top}, 250); } Paul Gazda -Original Message- From: bounce-10882931-5712...@lists.wisc.edu [mailto:bounce-10882931-5712...@lists.wisc.edu] On Behalf Of Paul Gazda Sent: Monday, June 21, 2010 3:56 PM To: uportal

RE: [uportal-dev] Getting the anchor value from a portlet action url

2010-06-21 Thread Paul Gazda
. If I find it, I set window.location.href to the param value, which scrolls the page to the anchor location. Sweet! I'm relieved I didn't have to kludge the framework to get this to work. Many thanks! Paul Gazda -Original Message- From: bounce-10837098-5712...@lists.wisc.edu

RE: [uportal-dev] Getting the anchor value from a portlet action url

2010-06-15 Thread Paul Gazda
. Paul Gazda -Original Message- From: bounce-10836553-5712...@lists.wisc.edu [mailto:bounce-10836553-5712...@lists.wisc.edu] On Behalf Of Aaron Brown Sent: Tuesday, June 15, 2010 6:24 AM To: uportal-dev@lists.ja-sig.org Subject: Re: [uportal-dev] Getting the anchor value from a portlet

RE: [uportal-dev] Getting the anchor value from a portlet action url

2010-06-15 Thread Paul Gazda
Aaron, Thank you. Good food for thought. I'll look into that possibility. Paul Gazda -Original Message- From: bounce-10837098-5712...@lists.wisc.edu [mailto:bounce-10837098-5712...@lists.wisc.edu] On Behalf Of Aaron Brown Sent: Tuesday, June 15, 2010 8:33 AM To: uportal-dev@lists.ja

RE: [uportal-dev] Getting the anchor value from a portlet action url

2010-06-14 Thread Paul Gazda
in an IChannel, but I can only think of a kludge to accomplish this in a portlet. Is there a legitimate way for a portlet in focused mode to do it? Paul Gazda Web Developer, Staff Specialist Information Technology Services Northern Arizona University paul.ga...@nau.edumailto:paul.ga...@nau.edu (928

RE: [uportal-dev] Getting the anchor value from a portlet action url

2010-06-14 Thread Paul Gazda
No, it gets stripped out and replaced with the portlet id (like #n756) in PortletStateManager. There is no trace of the original anchor in PortletStateManager. Paul Gazda From: bounce-10817009-5712...@lists.wisc.edu [mailto:bounce-10817009-5712...@lists.wisc.edu] On Behalf Of Eric Dalquist

Re:[uportal-dev] portlet URL anchoring

2010-06-11 Thread Paul Gazda
Was this change implemented? If so, in what version. Thanks. Paul Gazda -- 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] grouper integration

2010-05-07 Thread Paul Gazda
use Grouper's LDAPPC application with some local mods to provision to LDAP and Active Directory. Paul Gazda From: Jen Bourey [mailto:jennifer.bou...@gmail.com] Sent: Tuesday, May 04, 2010 10:39 AM To: uportal-dev@lists.ja-sig.org Cc: Alain Mayeur; Tom Barton; Coord Esup; Coord Tech; Christian

RE: [uportal-dev] Catching and Reporting JavaScript errors

2010-03-23 Thread Paul Gazda
. Paul Gazda -Original Message- From: bounce-9683640-5712...@lists.wisc.edu [mailto:bounce-9683640-5712...@lists.wisc.edu] On Behalf Of Arlo White Sent: Tuesday, March 23, 2010 10:36 AM To: uportal-dev@lists.ja-sig.org Subject: [uportal-dev] Catching and Reporting JavaScript errors I've

[uportal-dev] synchronized code in CPortletAdapter

2009-11-04 Thread Paul Gazda
We are running uP 2.5.2. I see that there are 2 methods and 2 code blocks that are synchronized in CPortletAdapter and am just wondering what the reason is for the single threading in such a heavily used class. Thanks. Paul Gazda -- You are currently subscribed to uportal-dev@lists.ja

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

2009-06-17 Thread Paul Gazda
+1 Paul Gazda From: bounce-7307792-5712...@lists.wisc.edu [mailto:bounce-7307792-5712...@lists.wisc.edu] On Behalf Of Susan Bramhall Sent: Wednesday, June 17, 2009 6:46 AM To: uportal-dev@lists.ja-sig.org Subject: [uportal-dev] nominating Eric Dalquist to serve again I believe the developers

RE: [uportal-dev] Nominating Jen Bourey for uPortal Project Steering Committee

2009-06-15 Thread Paul Gazda
+1 Paul Gazda From: bounce-7290345-5712...@lists.wisc.edu [mailto:bounce-7290345-5712...@lists.wisc.edu] On Behalf Of Andrew Petro Sent: Thursday, June 11, 2009 5:02 PM To: uportal-dev@lists.ja-sig.org Subject: [uportal-dev] Nominating Jen Bourey for uPortal Project Steering Committee uPortal

RE: [uportal-dev] CAnnouncements and up3

2008-05-14 Thread Paul Gazda
incident. I have attached the code modifications necessary in the Columbia version, and based on the responses in the past, the USC code is either exactly the same or very similar. Paul Gazda _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jen Bourey Sent: Tuesday, May

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

2008-03-12 Thread Paul Gazda
would know immediately that something had changed when an update is attempted. Paul Gazda Senior Web Developer Information Technology Services Northern Arizona University [EMAIL PROTECTED] (928) 523-6844 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

RE: [uportal-dev] uPortal policy on supported web browsers

2008-02-25 Thread Paul Gazda
wondering how continuing support for changing browser and OS releases would be assured. Paul Gazda Senior Web Developer Information Technology Services Northern Arizona University [EMAIL PROTECTED] (928) 523-6844 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

RE: [uportal-dev] uPortal policy on supported web browsers

2008-02-25 Thread Paul Gazda
put on the wiki on what support means, but it left me wondering about the proactive testing aspect. I think it would be good to specifically state that support does not require proactive testing on all supported browsers. Paul Gazda Senior Web Developer Information Technology Services Northern

RE: [uportal-dev] rendering issue with Firefox version 2.0.0.9

2007-11-14 Thread Paul Gazda
I think the problem is that the first user to connect using a new profile is asked what type of browser it is. If they mistakenly inter the wrong type, there is no way to change it except via manual intervention in the tables. Paul Gazda Senior Web Developer Information Technology Services

[uportal-dev] Change unsuccessful rendering message to ERROR?

2007-08-15 Thread Paul Gazda
idu43520l1n80/id namePortalMail/name /channel /error Paul Gazda Senior Web Developer Information Technology Services Northern Arizona University [EMAIL PROTECTED] (928) 523-6844 -- You are currently subscribed to uportal-dev@lists.ja-sig.org as: [EMAIL PROTECTED

RE: [uportal-dev] Change unsuccessful rendering message to ERROR?

2007-08-15 Thread Paul Gazda
starting with 'ERROR' either automatically or manually to look for trends, but it is difficult to if you have to examine the internal details of messages inside of WARNING categories. Paul Gazda Senior Web Developer Information Technology Services Northern Arizona University [EMAIL PROTECTED] (928) 523

[uportal-dev] Portlet API source

2007-05-30 Thread Paul Gazda
Is the source code for the Portlet API (portlet-api-1.0.jar) available anywhere? Paul Gazda Senior Web Developer Information Technology Services Northern Arizona University [EMAIL PROTECTED] (928) 523-6844 -- Join your friends and colleagues at JA-SIG with Altitude: June 24-27, 2007 in Denver