[cvs] expresso commit by mtraum: regenerated database to reflect
new default
JCorporate Ltd
jcorp at jcorporate.com
Fri Mar 11 17:25:12 UTC 2005
Log Message:
-----------
regenerated database to reflect new default values for MAILFrom and MAILServer setup values
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.33
retrieving revision 1.34
diff -Lexpresso-web/WEB-INF/db/default/default.script -Lexpresso-web/WEB-INF/db/default/default.script -u -r1.33 -r1.34
--- 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','2004-12-05 15:58:06.0','2004-12-05 15:58:06.0',NULL,'Anonymous User')
-INSERT INTO USERSTABLE VALUES(2,'NONE',NULL,'none',1,'D','N','2004-12-05 15:58:06.0','2004-12-05 15:58:06.0',NULL,'Default user before login')
-INSERT INTO USERSTABLE VALUES(3,'Admin',NULL,'none',1,'A','N','2004-12-05 15:58:06.0','2004-12-05 15:58:06.0',NULL,'Administrative User')
+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 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,'2004-12-05 15:58:13.0','com.jcorporate.expresso.services.job.ClearOldValidation','A',3,0,'any','0,0,-1,-1,7,-1')
+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 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','*')
@@ -1037,9 +1037,9 @@
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')
INSERT INTO SETUP VALUES('com.jcorporate.expresso.core.ExpressoSchema','HomePageURL','Home Page URL',NULL)
-INSERT INTO SETUP VALUES('com.jcorporate.expresso.core.ExpressoSchema','MAILFrom','Value for From field in Event E-Mails','none')
+INSERT INTO SETUP VALUES('com.jcorporate.expresso.core.ExpressoSchema','MAILFrom','Value for From field in Event E-Mails',NULL)
INSERT INTO SETUP VALUES('com.jcorporate.expresso.core.ExpressoSchema','MAILPassword','Password for sending e-mail (if required)',NULL)
-INSERT INTO SETUP VALUES('com.jcorporate.expresso.core.ExpressoSchema','MAILServer','SMTP Server Name for sending E-Mails','example.org')
+INSERT INTO SETUP VALUES('com.jcorporate.expresso.core.ExpressoSchema','MAILServer','SMTP Server Name for sending E-Mails',NULL)
INSERT INTO SETUP VALUES('com.jcorporate.expresso.core.ExpressoSchema','MAILUserName','User Name for sending e-mail (if required)',NULL)
INSERT INTO SETUP VALUES('com.jcorporate.expresso.core.ExpressoSchema','MailList','Mailing List Address','opensource at servlets.net')
INSERT INTO SETUP VALUES('com.jcorporate.expresso.core.ExpressoSchema','MaxConnections','Minimum connections to attempt to make to the database','4')
Index: default.properties
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/db/default/default.properties,v
retrieving revision 1.28
retrieving revision 1.29
diff -Lexpresso-web/WEB-INF/db/default/default.properties -Lexpresso-web/WEB-INF/db/default/default.properties -u -r1.28 -r1.29
--- expresso-web/WEB-INF/db/default/default.properties
+++ expresso-web/WEB-INF/db/default/default.properties
@@ -1,4 +1,4 @@
#HSQL database
-#Sun Dec 05 16:00:01 EST 2004
+#Fri Mar 11 12:22:57 EST 2005
version=1.6
modified=no
More information about the cvs
mailing list