cvs commit: jakarta-jetspeed/webapp/WEB-INF/templates/vm/screens/html NewUserAwaitingAcceptance.vm NewUserRejected.vm

2001-11-19 Thread paulsp
paulsp 01/11/18 23:46:56 Added: webapp/WEB-INF/templates/vm/screens/html NewUserAwaitingAcceptance.vm NewUserRejected.vm Log: Adding New User Confirmation and Notification PR: 4192 Submitted by: Chris Kimpton Revision ChangesPath 1.1

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/security UserUpdateAction.java

2001-11-19 Thread paulsp
paulsp 01/11/18 23:51:06 Modified:src/java/org/apache/jetspeed/modules/actions/portlets/security UserUpdateAction.java Log: Adding New User Confirmation and Notification PR: 4192 Submitted by: Chris Kimpton Revision ChangesPath 1.4

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/services/resources JetspeedResources.java

2001-11-19 Thread paulsp
paulsp 01/11/18 23:51:54 Modified:src/java/org/apache/jetspeed/services/resources JetspeedResources.java Log: Adding New User Confirmation and Notification PR: 4192 Submitted by: Chris Kimpton Revision ChangesPath 1.8 +4 -1

cvs commit: jakarta-jetspeed/webapp/WEB-INF/conf JetspeedResources.properties

2001-11-19 Thread paulsp
paulsp 01/11/18 23:57:13 Modified:webapp/WEB-INF/conf JetspeedResources.properties Log: Adding New User Confirmation and Notification. Change confirm.email.* properties to newuser.confirm.* for consistency with new properties. PR: 4192 Submitted by: Chris Kimpton

DO NOT REPLY [Bug 4192] - Manual approval of new users under jetspeed

2001-11-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4192. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: dbpsml 2

2001-11-19 Thread Chris Kimpton
Hi, Im still trying to figure out why hypersonic doesn't see the tables. ... doh! There are 2 hsql.jars in CVS and they are different... The one in webapp/WEB-INF/db is newer that the one in webapp/WEB-INF/lib I suggest you drop the one in the lib directory and change the build files to

RE: dbpsml 2

2001-11-19 Thread Chris Kimpton
Hi, --- David Sean Taylor [EMAIL PROTECTED] wrote: I then started tomcat. I then got a problem that the profile.getDocuments method in the ProfilePeer's returns null. THIS SEEMS TO BE THE MAIN PROBLEM. You mean profile.getDocument() ? If you look at BaseProfile, it calls into the

RE: Troubles testing Turbine 2.2 b2 for l10n

2001-11-19 Thread Santiago Gala
En dom, 2001-11-18 a 18:45, Ignacio J. Ortega escribió: I think i have more or less a explanation of the problem.. When the resource service is asked to give a resources subset, the System resources (applicationRoot, webappRoot and others but basically this 2 ) are hidden and the

Re: How to send a language specific subject for new userconfirm ation e-mail

2001-11-19 Thread Paul Spencer
The solution I have committed: All of the email headers and the body are set in the velocity template. This allows the Jetspeed administrator to define media-type/country/language/country specific templates and/or use string localization (when it is implemented). Paul Spencer Paul

Re: Troubles testing Turbine 2.2 b2 for l10n

2001-11-19 Thread Jason van Zyl
On 11/19/01 11:21 AM, Santiago Gala [EMAIL PROTECTED] wrote: En dom, 2001-11-18 a 18:45, Ignacio J. Ortega escribió: I think i have more or less a explanation of the problem.. When the resource service is asked to give a resources subset, the System resources (applicationRoot, webappRoot

Re: Troubles testing Turbine 2.2 b2 for l10n

2001-11-19 Thread Santiago Gala
En lun, 2001-11-19 a 17:37, Jason van Zyl escribió: Send me this patch as an attachment and I will apply it right now if it will let jetspeed use Turbine from CVS. We can deal with the Extended properties class and the general turbine 3 issue later. You guys needs this now so I will apply it.

Re: Troubles testing Turbine 2.2 b2 for l10n

2001-11-19 Thread Jason van Zyl
On 11/19/01 1:01 PM, Santiago Gala [EMAIL PROTECTED] wrote: En lun, 2001-11-19 a 17:37, Jason van Zyl escribió: Send me this patch as an attachment and I will apply it right now if it will let jetspeed use Turbine from CVS. We can deal with the Extended properties class and the general

Using Turbine 2.x HEAD

2001-11-19 Thread Jason van Zyl
Hi Santiago, Could you verify that Jetspeed works with 2.x HEAD? If it does than Jetspeed will be in the same boat as Tambora (the project I work on most of the time) and I have a migration tool that will move a 2.x app forward to 3.x. So if you stay in line with HEAD I will be able to help move

cvs commit: jakarta-jetspeed/build build.xml

2001-11-19 Thread taylor
taylor 01/11/19 20:52:32 Modified:buildbuild.xml Log: - added deploy task that simply 'hot deploys' the class files to the webapp directory of your webserver. this is useful during development. This task will not copy the 'webapp' files such as psml, templates.

cvs commit: jakarta-jetspeed/webapp/WEB-INF/psml/user default.psml

2001-11-19 Thread taylor
taylor 01/11/19 20:53:29 Removed: webapp/WEB-INF/psml/user default.psml Log: - removed default.psml from user directory since the dbpsml implementation didn't handle this easily. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

cvs commit: jakarta-jetspeed/webapp/WEB-INF/lib hsql.jar

2001-11-19 Thread taylor
taylor 01/11/19 20:55:29 Modified:webapp/WEB-INF/conf JetspeedResources.properties webapp/WEB-INF/db jetspeed.script webapp/WEB-INF/lib hsql.jar Log: - JRP: swapped order of PsmlManager and PsmlImporter - necessary to get turbine service

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/om/profile ImportProfile.java BaseProfile.java

2001-11-19 Thread taylor
taylor 01/11/19 20:58:35 Modified:src/java/org/apache/jetspeed/om/profile BaseProfile.java Added: src/java/org/apache/jetspeed/om/profile ImportProfile.java Log: ImportProfile handles 2 PSML services in constructor, necessary for importing/exporting between services.

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/services/psmlmanager/db DatabasePsmlManagerService.java DatabaseInitializer.java

2001-11-19 Thread taylor
taylor 01/11/19 21:01:22 Modified:src/java/org/apache/jetspeed/services/psmlmanager CastorPsmlManagerService.java PsmlImporter.java PsmlManagerService.java src/java/org/apache/jetspeed/services/psmlmanager/db

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/services/psmlmanager PsmlImporter.java

2001-11-19 Thread taylor
taylor 01/11/19 21:31:19 Modified:src/java/org/apache/jetspeed/services/psmlmanager PsmlImporter.java Log: - put in check for PsmlImporter service being commented out Revision ChangesPath 1.3 +8 -3