[PATCH]Browser-portlet

2001-10-08 Thread Ignacio J. Ortega
Hola a Todos: With this patch, Portlet Browser now has Next and Prev buttons working.. Saludos , Ignacio J. Ortega Index: src/java/org/apache/jetspeed/modules/actions/portlets/RegistryBrowseAction.java === RCS file: /home/cvspubl

Re: cvs commit: jakarta-jetspeed/webapp/WEB-INF/templates/vm/controls/html jetspeed-tab.vm jetspeed.vm

2001-10-08 Thread Paul Spencer
Santiago, I would like to resolve this before the 1.3a2 release. Paul Spencer Paul Spencer wrote: > > Santiago, > Since the class is named, then default.css can have both boxed and boxed > styles, i.e. PortletStyleClass and PortletBoxStyleClass. The default > should unboxed. This allows the u

Re: Cookie-based Authorized Sessions / How can the user automatically login using a cookie? - implemented?

2001-10-08 Thread Paul Spencer
Chris, I have posted similar comments on this issues, please search the user and developers list for additional comments and concerns. Tomcat v4.x has added some "single sign-on" functionality. Can this this be used? Paul Spencer Santiago Gala wrote: > > Chris Kimpton wrote: > > >Hi, > > >

Re: 1.3a2 release

2001-10-08 Thread Paul Spencer
David Sean Taylor wrote: > > > I think a 1.3a2 release should be done real soon now, and I wanted to > > know what other developers/users think there should be in > > this release. > > > > yes, i agree, lets try to summarize the remaining tasks... > I also agree. > > > > > > > > > > >(the night

RE: [PATCH] Build process define ant.home but no uses it

2001-10-08 Thread Ignacio J. Ortega
The patch is good , but the explantion is the exact opposite, does not use ant.home to find cactus and junit, because in my ant install there arent such files.. sorry about that.. was made so many time ago.. and just understanding what was needed to be able to compile jetspeed.. : Saludos , Ignac

RE: 1.3a2 release

2001-10-08 Thread David Sean Taylor
> I think a 1.3a2 release should be done real soon now, and I wanted to > know what other developers/users think there should be in > this release. > yes, i agree, lets try to summarize the remaining tasks... > > > > > > >(the nightly build I got already, but I'm asking for a > regular rele

Re: Manual approval of new users under jetspeed

2001-10-08 Thread Santiago Gala
Chris Kimpton wrote: >Hi, > >Is there a facility to have a manual approval step in the user >creation process? > >Would this be an acceptable patch to jetspeed? > +1. > >I imagine it would be an optional feature, that is off by default. >You'd configure it in the jetspeedresources.properties -

Re: XML changing encodings

2001-10-08 Thread Santiago Gala
Ignacio J. Ortega wrote: >What i say ( and sorry for not explained it very well ).. > >Is that , when i see xml files ( xreg, jetspeed content and so on ) in >JetSpeed prior to first run, they have ISO-8859-1 encoding.., and after >a first run, they all are changed to UTF-8.., > This should make

Re: [PATCH] Build process define ant.home but no uses it

2001-10-08 Thread Santiago Gala
Ignacio J. Ortega wrote: >Hola a todos: > >With this patch Build of Jetspeed is much easier to those , like me , >that use regularly ant, and want to use his own ant install.., and his >own ant.home setting.. > Done. Thanks. > > >Thanks > >Saludos , >Ignacio J. Ortega > > >--

cvs commit: jakarta-jetspeed/build build.xml

2001-10-08 Thread sgala
sgala 01/10/08 10:54:03 Modified:buildbuild.xml Log: PATCH by Nacho Ortega to avoid problems when ant is installed. Revision ChangesPath 1.105 +1 -1 jakarta-jetspeed/build/build.xml Index: build.xml ==

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

2001-10-08 Thread sgala
sgala 01/10/08 09:06:17 Modified:src/java/org/apache/jetspeed/modules/actions/controls Customize.java Log: Avoid Customizing when the user has not logged in. TODO, restrict changes to the user authorized resources. Revision ChangesPath 1.5

Re: Forgotten my password option?

2001-10-08 Thread Santiago Gala
Chris Kimpton wrote: >Hi, > >Is there a facility in Jetspeed already to handle people who forget >there passwords? > >Like a link on the login page to send the user their password upon >entry of their user id? > I would like to see this. We have spoken about this one, but never really went to i

Re: Cookie-based Authorized Sessions / How can the user automatically login using a cookie? - implemented?

2001-10-08 Thread Santiago Gala
Chris Kimpton wrote: >Hi, > >This is in proposal 0005 and seems to be also mentioned in this >discussion: > >http://www.mail-archive.com/jetspeed-user@jakarta.apache.org/msg00704.html > >The documentation and discussions seem to imply it has not been >implemented - is it still a valid item? > Nob

RE: XML changing encodings

2001-10-08 Thread Ignacio J. Ortega
What i say ( and sorry for not explained it very well ).. Is that , when i see xml files ( xreg, jetspeed content and so on ) in JetSpeed prior to first run, they have ISO-8859-1 encoding.., and after a first run, they all are changed to UTF-8.., I wonder if Castor ( that if i remember well is

Manual approval of new users under jetspeed

2001-10-08 Thread Chris Kimpton
Hi, Is there a facility to have a manual approval step in the user creation process? Would this be an acceptable patch to jetspeed? I imagine it would be an optional feature, that is off by default. You'd configure it in the jetspeedresources.properties - perhaps by supplying an email address

Forgotten my password option?

2001-10-08 Thread Chris Kimpton
Hi, Is there a facility in Jetspeed already to handle people who forget there passwords? Like a link on the login page to send the user their password upon entry of their user id? If not, would this be an acceptable path for jetspeed? Thanks, Chris = Need somewhere to Live in London - h

Cookie-based Authorized Sessions / How can the user automatically login using a cookie? - implemented?

2001-10-08 Thread Chris Kimpton
Hi, This is in proposal 0005 and seems to be also mentioned in this discussion: http://www.mail-archive.com/jetspeed-user@jakarta.apache.org/msg00704.html The documentation and discussions seem to imply it has not been implemented - is it still a valid item? Let me know as I would like this fa

Re: 1.3a2 release

2001-10-08 Thread Santiago Gala
Bernhard J. Hirschmann wrote: >Can anyone tell me when a 1.3a2 release will be published? > This is an issue to be discussed (and agreed here). I had mail exchanges with Raphael Lutta where we agreed that a IRC meeting between developers and maybe email discussion about strategic project dire

Re: XML changing encodings

2001-10-08 Thread Santiago Gala
Ignacio J. Ortega wrote: >Hola a todos: > >I've noted that every xml file in jetspeed, as is it in CVS has >ISO-8859-2 encoding, and after first run, they are changed to UTF-8, is >not a big problem, and everything continues to run smoothly ( with some >glitches i will try to patch) .. > I

1.3a2 release

2001-10-08 Thread Bernhard J. Hirschmann
Can anyone tell me when a 1.3a2 release will be published? (the nightly build I got already, but I'm asking for a regular release) Regards, Bernhard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: