[xoops-cvslog 6645] CVS update: xoops2jp/html/install/sql

Back to archive index

NobuNobu nobun****@users*****
2007年 4月 30日 (月) 16:51:41 JST


Index: xoops2jp/html/install/sql/mysql.data.sql
diff -u xoops2jp/html/install/sql/mysql.data.sql:1.2 xoops2jp/html/install/sql/mysql.data.sql:1.2.8.1
--- xoops2jp/html/install/sql/mysql.data.sql:1.2	Mon May  1 11:37:27 2006
+++ xoops2jp/html/install/sql/mysql.data.sql	Mon Apr 30 16:51:41 2007
@@ -13,7 +13,7 @@
 # Dumping data for table `bannerclient`
 #
 
-#INSERT INTO bannerclient VALUES (0, 'XOOPS Cube', 'XOOPS Cube Dev Team', 'webma****@xoops*****', '', '', '');
+INSERT INTO bannerclient VALUES (0, 'Sample client', 'XOOPS Project Team', '', '', '', '');
 
 #
 # Dumping data for table `bannerfinish`
@@ -30,8 +30,6 @@
 #
 
 INSERT INTO configcategory VALUES (1, '_MD_AM_GENERAL', 0);
-INSERT INTO configcategory VALUES (2, '_MD_AM_USERSETTINGS', 0);
-INSERT INTO configcategory VALUES (3, '_MD_AM_METAFOOTER', 0);
 INSERT INTO configcategory VALUES (4, '_MD_AM_CENSOR', 0);
 INSERT INTO configcategory VALUES (5, '_MD_AM_SEARCH', 0);
 INSERT INTO configcategory VALUES (6, '_MD_AM_MAILER', 0);
@@ -47,21 +45,11 @@
 INSERT INTO configoption VALUES (5, '_THREADED', 'thread', 32);
 INSERT INTO configoption VALUES (6, '_OLDESTFIRST', '0', 33);
 INSERT INTO configoption VALUES (7, '_NEWESTFIRST', '1', 33);
-INSERT INTO configoption VALUES (8, '_MD_AM_USERACTV', '0', 21);
-INSERT INTO configoption VALUES (9, '_MD_AM_AUTOACTV', '1', 21);
-INSERT INTO configoption VALUES (10, '_MD_AM_ADMINACTV', '2', 21);
-INSERT INTO configoption VALUES (11, '_MD_AM_STRICT', '0', 23);
-INSERT INTO configoption VALUES (12, '_MD_AM_MEDIUM', '1', 23);
-INSERT INTO configoption VALUES (13, '_MD_AM_LIGHT', '2', 23);
 INSERT INTO configoption VALUES (14, '_MD_AM_DEBUGMODE3', '3', 13);
 INSERT INTO configoption VALUES (15, '_MD_AM_INDEXFOLLOW', 'index,follow', 43);
 INSERT INTO configoption VALUES (16, '_MD_AM_NOINDEXFOLLOW', 'noindex,follow', 43);
 INSERT INTO configoption VALUES (17, '_MD_AM_INDEXNOFOLLOW', 'index,nofollow', 43);
 INSERT INTO configoption VALUES (18, '_MD_AM_NOINDEXNOFOLLOW', 'noindex,nofollow', 43);
-INSERT INTO configoption VALUES (19, '_MD_AM_METAOGEN', 'general', 48);
-INSERT INTO configoption VALUES (20, '_MD_AM_METAO14YRS', '14 years', 48);
-INSERT INTO configoption VALUES (21, '_MD_AM_METAOREST', 'restricted', 48);
-INSERT INTO configoption VALUES (22, '_MD_AM_METAOMAT', 'mature', 48);
 INSERT INTO configoption VALUES (23, '_MD_AM_DEBUGMODE0', '0', 13);
 
 INSERT INTO configoption VALUES (24,'PHP mail()','mail',64);
Index: xoops2jp/html/install/sql/mysql.structure.sql
diff -u xoops2jp/html/install/sql/mysql.structure.sql:1.1 xoops2jp/html/install/sql/mysql.structure.sql:1.1.24.1
--- xoops2jp/html/install/sql/mysql.structure.sql:1.1	Thu Sep  9 14:15:04 2004
+++ xoops2jp/html/install/sql/mysql.structure.sql	Mon Apr 30 16:51:41 2007
@@ -362,7 +362,8 @@
   KEY hasnotification (hasnotification),
   KEY dirname (dirname),
   KEY name (name(15))
-) TYPE=MyISAM;
+) TYPE=MyISAM AUTO_INCREMENT=2 ;
+# mid=1 is reserved for old XOOPS system module
 # --------------------------------------------------------
 
 #
Index: xoops2jp/html/install/sql/index.html
diff -u /dev/null xoops2jp/html/install/sql/index.html:1.1.4.1
--- /dev/null	Mon Apr 30 16:51:41 2007
+++ xoops2jp/html/install/sql/index.html	Mon Apr 30 16:51:41 2007
@@ -0,0 +1 @@
+ <script>history.go(-1);</script>
\ No newline at end of file


xoops-cvslog メーリングリストの案内
Back to archive index