restricting admin persmission logins to specified I.Padresses

2002-09-27 Thread Jason Richardson
My organization is looking to restrict admin type logins to local IP addresses. Is there anything in Jetspeed that allows this at this time? If not this might be something that would be good for the Jetspeed project. Jason Richardson -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED]

RE: restricting admin persmission logins to specified I.P adresses

2002-09-27 Thread Weaver, Scott
You could extend or wrap org.apache.jetspeed.services.security.turbine.TurbineAuthentication into a custom service that uses an access list of IP addresses to verify the users IP when authentication occurs for a specific set of roles, users, portlets, etc. I do this non-Jetspeed custom email

Status of multiple portlets on the same pane in customizer

2002-09-27 Thread Glenn Golden
Just recently, we could select the same portlet twice on the same pane, and it had a nice little check mark image by it to show it was already in there, but the check box to select was still enabled. Nice work, whoever! But then, and now, the check box is disabled. I've seen mail about this

RE: Status of multiple portlets on the same pane in customizer

2002-09-27 Thread David Sean Taylor
Sorry, I have no idea what I did (quite literally) but I will fix it asap -Original Message- From: Glenn Golden [mailto:[EMAIL PROTECTED]] Sent: 27 September 2002 15:32 To: 'Jetspeed-Dev ([EMAIL PROTECTED])' Subject: Status of multiple portlets on the same pane in customizer

RE: Image in meta-info is not being being added the BaseMetaInfo obje ct

2002-09-27 Thread Weaver, Scott
Okay, if I retrieve the entry using the registry, the image shows up, so everything is mapped correctly in Castor. I think the JetspeedPortletInstance may be the root of the problem. -scott -Original Message- From: Weaver, Scott [mailto:[EMAIL PROTECTED]] Sent: Friday, September

[PATCH] Fixed images not being retrieved for PortletInstance

2002-09-27 Thread Weaver, Scott
Title: [PATCH] Fixed images not being retrieved for PortletInstance The cause of this issue was that the JetspeedPortletFactory.getMetaData(PortletEntry) was only copying the title and the description into the returned MetaData object and omitting the image. I added a getImage()convenience

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/om BaseSecurityReference.java SecurityReference.java

2002-09-27 Thread ggolden
ggolden 2002/09/27 09:53:59 Modified:src/java/org/apache/jetspeed/om BaseSecurityReference.java SecurityReference.java Log: Profile and PSMLDocument and all of their objects are cloneable to support the customizers working on a clone of the current profile

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/om/profile BasePSMLDocument.java ConfigElement.java MetaInfo.java Parameter.java Portlets.java Profile.java ProfileLocator.java PSMLDocument.java Security.java BaseProfile.java BaseProfileLocator.java

2002-09-27 Thread ggolden
ggolden 2002/09/27 09:54:08 Modified:src/java/org/apache/jetspeed/om/profile BasePSMLDocument.java ConfigElement.java MetaInfo.java Parameter.java Portlets.java Profile.java ProfileLocator.java PSMLDocument.java

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/om/profile/psml PsmlConfigElement.java PsmlParameter.java PsmlPortlets.java PsmlReference.java PsmlSecurity.java PsmlIdentityElement.java PsmlEntry.java PsmlMetaInfo.java

2002-09-27 Thread ggolden
ggolden 2002/09/27 09:54:23 Modified:src/java/org/apache/jetspeed/om/profile/psml PsmlConfigElement.java PsmlParameter.java PsmlPortlets.java PsmlReference.java PsmlSecurity.java PsmlIdentityElement.java

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/controllers RowColumnControllerAction.java MultiColumnControllerAction.java

2002-09-27 Thread ggolden
ggolden 2002/09/27 10:02:09 Modified:src/java/org/apache/jetspeed/modules/actions/controllers RowColumnControllerAction.java MultiColumnControllerAction.java Log: The customizers, including the Portlet customizer, now work on a clone

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/controls Customize.java

2002-09-27 Thread ggolden
ggolden 2002/09/27 10:02:16 Modified:src/java/org/apache/jetspeed/modules/actions/controls Customize.java Log: The customizers, including the Portlet customizer, now work on a clone of the current Profile / PSMLDocument rather than on the current ones.

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets CustomizeAction.java CustomizeSetAction.java

2002-09-27 Thread ggolden
ggolden 2002/09/27 10:02:20 Modified:src/java/org/apache/jetspeed/modules/actions/portlets CustomizeAction.java CustomizeSetAction.java Log: The customizers, including the Portlet customizer, now work on a clone of the current Profile / PSMLDocument rather

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/portal JetspeedPortletInstance.java

2002-09-27 Thread ggolden
ggolden 2002/09/27 10:02:25 Modified:src/java/org/apache/jetspeed/portal JetspeedPortletInstance.java Log: The customizers, including the Portlet customizer, now work on a clone of the current Profile / PSMLDocument rather than on the current ones. This

More on the customizer changes

2002-09-27 Thread Glenn Golden
I also removed the user.get/setTemp() or the direct session attribute use in the customizers' temporary variables - again, this is the wrong scope, and would keep a person from customizing two different pages in two different windows. Instead, it uses the StateManager to associated these temp.

Actions are being fired by all portlets of the same type.

2002-09-27 Thread Weaver, Scott
I have 2 portlets of the same type, file sharing portlet, on the same page. They are defined as 2 different portlets in the registry and the psml profile has them listed with 2 different IDs. Everything is correct thus far. However, if I submit, say, a delete action event for a file in one

Re: Actions are being fired by all portlets of the same type.

2002-09-27 Thread Raffaele Ragni
i had taht problem too, that it were caused by the name of the functions that the portlet has inside the class, i think. =- Raffaele Ragni -= - Original Message - From: Weaver, Scott [EMAIL PROTECTED] To: 'Jetspeed Developers List' [EMAIL PROTECTED] Sent: Friday, September 27, 2002 9:20

RE: Actions are being fired by all portlets of the same type.

2002-09-27 Thread Weaver, Scott
My CVS image is about a week old. I don't see the PortletSessionState.isMyRequest()method. Was this a recent change? Thanks, Scott -Original Message- From: Mark Orciuch [mailto:[EMAIL PROTECTED]] Sent: Friday, September 27, 2002 3:51 PM To: Jetspeed Developers List Subject: RE:

cvs commit: jakarta-jetspeed/webapp/WEB-INF/templates/vm/portlets/html customizer-portletset-add.vm

2002-09-27 Thread taylor
taylor 2002/09/27 13:00:04 Modified:webapp/WEB-INF/templates/vm/portlets/html customizer-portletset-add.vm Log: Undid the change to disable an already added portlet Revision ChangesPath 1.15 +1 -1

[PATCH] JspAction defined using an incorrect package name

2002-09-27 Thread Weaver, Scott
Title: [PATCH] JspAction defined using an incorrect package name Index: JspAction.java === RCS file: /home/cvspublic/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/JspAction.java,v retrieving revision 1.1

[PATCH] JspPortletAction referencing super class in an incorrect package

2002-09-27 Thread Weaver, Scott
Title: [PATCH] JspPortletAction referencing super class in an incorrect package Index: JspPortletAction.java === RCS file: