[cvs] expresso commit by mtraum: new Setup values added
JCorporate Ltd
jcorp at jcorporate.com
Tue Apr 12 04:29:16 UTC 2005
Log Message:
-----------
new Setup values added
Modified Files:
--------------
expresso/expresso-web/WEB-INF/db/default:
default.properties
default.script
Revision Data
-------------
Index: default.script
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/db/default/default.script,v
retrieving revision 1.34
retrieving revision 1.35
diff -Lexpresso-web/WEB-INF/db/default/default.script -Lexpresso-web/WEB-INF/db/default/default.script -u -r1.34 -r1.35
--- expresso-web/WEB-INF/db/default/default.script
+++ expresso-web/WEB-INF/db/default/default.script
@@ -910,9 +910,9 @@
INSERT INTO DBOBJSECURITY VALUES('com.jcorporate.expresso.services.dbobj.ValidationQueueParam','Admin','U')
INSERT INTO DBOBJSECURITY VALUES('com.jcorporate.expresso.services.dbobj.ValidationQueueParam','Admin','S')
INSERT INTO DBOBJSECURITY VALUES('com.jcorporate.expresso.services.dbobj.ValidationQueueParam','Admin','D')
-INSERT INTO USERSTABLE VALUES(1,'Anonymous',NULL,'none',1,'D','N','2005-03-11 12:22:16.0','2005-03-11 12:22:16.0',NULL,'Anonymous User')
-INSERT INTO USERSTABLE VALUES(2,'NONE',NULL,'none',1,'D','N','2005-03-11 12:22:17.0','2005-03-11 12:22:17.0',NULL,'Default user before login')
-INSERT INTO USERSTABLE VALUES(3,'Admin',NULL,'none',1,'A','N','2005-03-11 12:22:17.0','2005-03-11 12:22:17.0',NULL,'Administrative User')
+INSERT INTO USERSTABLE VALUES(1,'Anonymous',NULL,'none',1,'D','N','2005-04-12 00:28:14.0','2005-04-12 00:28:14.0',NULL,'Anonymous User')
+INSERT INTO USERSTABLE VALUES(2,'NONE',NULL,'none',1,'D','N','2005-04-12 00:28:14.0','2005-04-12 00:28:14.0',NULL,'Default user before login')
+INSERT INTO USERSTABLE VALUES(3,'Admin',NULL,'none',1,'A','N','2005-04-12 00:28:14.0','2005-04-12 00:28:14.0',NULL,'Administrative User')
INSERT INTO EVENT VALUES('SYSERROR','System Error')
INSERT INTO EVENT VALUES('HEALTH','System Health Check')
INSERT INTO EVENT VALUES('DOWNLOAD','User Download Activity')
@@ -928,7 +928,7 @@
INSERT INTO GROUPMEMBERS VALUES('Everybody',NULL,1)
INSERT INTO GROUPMEMBERS VALUES('Nobody',NULL,2)
INSERT INTO GROUPMEMBERS VALUES('Admin',NULL,3)
-INSERT INTO JOBQUEUE VALUES(1,3,'2005-03-11 12:22:25.0','com.jcorporate.expresso.services.job.ClearOldValidation','A',3,0,'any','0,0,-1,-1,7,-1')
+INSERT INTO JOBQUEUE VALUES(1,3,'2005-04-12 00:28:21.0','com.jcorporate.expresso.services.job.ClearOldValidation','A',3,0,'any','0,0,-1,-1,7,-1')
INSERT INTO JOBSECURITY VALUES('com.jcorporate.expresso.ext.job.SendNotice','Admin','*')
INSERT INTO JOBSECURITY VALUES('com.jcorporate.expresso.services.job.ClearOldValidation','Admin','*')
INSERT INTO JOBSECURITY VALUES('com.jcorporate.expresso.services.job.ControllerJob','Admin','*')
@@ -1033,6 +1033,8 @@
INSERT INTO SETUP VALUES('com.jcorporate.expresso.core.ExpressoSchema','DefaultGroup','Default User Group for Self-registered users','Demo')
INSERT INTO SETUP VALUES('com.jcorporate.expresso.core.ExpressoSchema','DefaultXSL','Default XSL Stylesheet','%web-app%/expresso/xsl/default.xsl')
INSERT INTO SETUP VALUES('com.jcorporate.expresso.core.ExpressoSchema','EmailValidateURL','Full URL of Email Validation Servlet','http://www.yourdomain.com/servlet/EmailValidation')
+INSERT INTO SETUP VALUES('com.jcorporate.expresso.core.ExpressoSchema','EventHandler.BatchSize','The number of event emails to send at a time (used minimize performance impact)','10')
+INSERT INTO SETUP VALUES('com.jcorporate.expresso.core.ExpressoSchema','EventHandler.TimeBetweenBatch','Seconds to sleep between email batches (used minimize performance impact)','2')
INSERT INTO SETUP VALUES('com.jcorporate.expresso.core.ExpressoSchema','HTTPServ','Web Server Host Name','javacorp')
INSERT INTO SETUP VALUES('com.jcorporate.expresso.core.ExpressoSchema','HeaderHeight','Size of Header for Framesets','73')
INSERT INTO SETUP VALUES('com.jcorporate.expresso.core.ExpressoSchema','Header','Header URL for Framesets','%context%/%expresso-dir%/header.jsp')
Index: default.properties
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/db/default/default.properties,v
retrieving revision 1.29
retrieving revision 1.30
diff -Lexpresso-web/WEB-INF/db/default/default.properties -Lexpresso-web/WEB-INF/db/default/default.properties -u -r1.29 -r1.30
--- expresso-web/WEB-INF/db/default/default.properties
+++ expresso-web/WEB-INF/db/default/default.properties
@@ -1,4 +1,4 @@
#HSQL database
-#Fri Mar 11 12:22:57 EST 2005
+#Tue Apr 12 00:28:38 EDT 2005
version=1.6
modified=no
More information about the cvs
mailing list