|
From: <and...@us...> - 2007-09-02 02:59:59
|
Revision: 38
http://thevr.svn.sourceforge.net/thevr/?rev=38&view=rev
Author: andrewbelcher
Date: 2007-09-01 20:00:01 -0700 (Sat, 01 Sep 2007)
Log Message:
-----------
Added to the version history, added the install file information and removed the SQL.
Modified Paths:
--------------
modx/pms/trunk/TheVR_0.1.1c.xml
Modified: modx/pms/trunk/TheVR_0.1.1c.xml
===================================================================
--- modx/pms/trunk/TheVR_0.1.1c.xml 2007-09-02 01:09:34 UTC (rev 37)
+++ modx/pms/trunk/TheVR_0.1.1c.xml 2007-09-02 03:00:01 UTC (rev 38)
@@ -67,6 +67,7 @@
<change>Fixed bugs</change>
<change>Some site settings (such as site description/tiele) are now site specific</change>
<change>Made sure modx file works</change>
+ <change>Now included is an install file to do the database and initial setup</change>
</changelog>
</entry>
<entry>
@@ -95,6 +96,7 @@
</changelog>
</entry>
</history>
+ <installation>Run the database installation file, <em>thevr_pms_install.php</em>, <b>before</b> making the following changes to the code.</installation>
</header>
<action-group>
<copy>
@@ -109,43 +111,6 @@
<file from="/root/language/en/acp/siteconfig.php" to="language/en/acp/siteconfig.php" />
<file from="/root/language/en/mods/permissions_sites.php" to="language/en/mods/permissions_sites.php"/>
</copy>
- <sql dbms="mysqli"><![CDATA[
-CREATE TABLE `phpbb3_site_config` (
-`config_name` varchar(255) character set latin1 collate latin1_general_ci NOT NULL,
-`config_value` varchar(255) character set latin1 collate latin1_general_ci NOT NULL,
-`is_dynamic` tinyint(1) NOT NULL,
-`site_id` mediumint(4) NOT NULL,
-`overide` tinyint(1) NOT NULL
-)
-
-
-CREATE TABLE `phpbb3_site_urls` (
-`id` mediumint(8) NOT NULL auto_increment,
-`site_id` mediumint(4) NOT NULL,
-`domain` varchar(255) character set utf8 collate utf8_bin NOT NULL,
-PRIMARY KEY (`id`)
-)
-
-
-CREATE TABLE `phpbb3_sites` (
-`site_id` mediumint(4) NOT NULL auto_increment,
-`name` varchar(255) character set utf8 collate utf8_bin NOT NULL,
-`description` varchar(255) character set utf8 collate utf8_bin NOT NULL,
-`group_id` mediumint(8) NOT NULL default '1',
-`home` varchar(255) character set utf8 collate utf8_bin NOT NULL default 'index.php',
-`default_style` tinyint(4) NOT NULL default '1',
-PRIMARY KEY (`site_id`)
-)
-
-INSERT INTO `phpbb_acl_options` ( `auth_option_id` , `auth_option` , `is_global` , `is_local` , `founder_only` ) VALUES ( NULL , 'a_sites_a', '1', '0', '0' );
-INSERT INTO `phpbb_acl_options` ( `auth_option_id` , `auth_option` , `is_global` , `is_local` , `founder_only` ) VALUES ( NULL , 'a_sites_e', '1', '0', '0' );
-INSERT INTO `phpbb_acl_options` ( `auth_option_id` , `auth_option` , `is_global` , `is_local` , `founder_only` ) VALUES ( NULL , 'a_sites_d', '1', '0', '0' );
-INSERT INTO `phpbb_acl_options` ( `auth_option_id` , `auth_option` , `is_global` , `is_local` , `founder_only` ) VALUES ( NULL , 'a_sites_ug', '1', '0', '0' );
-INSERT INTO `phpbb_acl_options` ( `auth_option_id` , `auth_option` , `is_global` , `is_local` , `founder_only` ) VALUES ( NULL , 'a_sites_f', '1', '0', '0' );
-
-ALTER TABLE `phpbb_forums` ADD `site_id` MEDIUMINT( 4 ) NOT NULL DEFAULT '0';
-]]>
- </sql>
<open src="/common.php">
<edit>
<find>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|