[xoops-cvslog 6669] CVS update: xoops2jp/html/settings

Back to archive index

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


Index: xoops2jp/html/settings/definition.inc.php
diff -u /dev/null xoops2jp/html/settings/definition.inc.php:1.1.6.1
--- /dev/null	Mon Apr 30 16:53:21 2007
+++ xoops2jp/html/settings/definition.inc.php	Mon Apr 30 16:53:21 2007
@@ -0,0 +1,59 @@
+<?php
+/**
+ *
+ * @package Legacy
+ * @version $Id: definition.inc.php,v 1.1.6.1 2007/04/30 07:53:21 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
+// Enum
+define("XOOPS_SIDEBLOCK_LEFT",0);
+define("XOOPS_SIDEBLOCK_RIGHT",1);
+define("XOOPS_SIDEBLOCK_BOTH",2);
+define("XOOPS_CENTERBLOCK_LEFT",3);
+define("XOOPS_CENTERBLOCK_RIGHT",4);
+define("XOOPS_CENTERBLOCK_CENTER",5);
+define("XOOPS_CENTERBLOCK_ALL",6);
+define("XOOPS_BLOCK_INVISIBLE",0);
+define("XOOPS_BLOCK_VISIBLE",1);
+
+define("XOOPS_MATCH_START",0);
+define("XOOPS_MATCH_END",1);
+define("XOOPS_MATCH_EQUAL",2);
+define("XOOPS_MATCH_CONTAIN",3);
+
+// Smarty
+define("SMARTY_DIR", XOOPS_ROOT_PATH."/class/smarty/");
+define("XOOPS_COMPILE_PATH", XOOPS_ROOT_PATH."/templates_c");
+
+// Path
+define("XOOPS_CACHE_PATH", XOOPS_ROOT_PATH."/cache");
+define("XOOPS_MODULE_PATH", XOOPS_ROOT_PATH."/modules");
+define("XOOPS_UPLOAD_PATH", XOOPS_ROOT_PATH."/uploads");
+define("XOOPS_THEME_PATH", XOOPS_ROOT_PATH."/themes");
+
+// URL
+define("XOOPS_MODULE_URL", XOOPS_URL."/modules");
+define("XOOPS_UPLOAD_URL", XOOPS_URL."/uploads");
+define("XOOPS_THEME_URL", XOOPS_URL."/themes");
+
+define("XOOPS_LEGACY_PROC_NAME", "legacy");
+
+
+// USER
+define("XCUBE_CORE_USER_MODULE_NAME","user");
+define("XCUBE_CORE_USER_UTILS_CLASS","UserAccountUtils");	// not use
+
+
+define("XCUBE_CORE_PM_MODULE_NAME","pm");
+
+define('LEGACY_SYSTEM_COMMENT', 14);
+
+//
+// A name of the render-system used by the embedded template of XoopsForm.
+//
+define('XOOPSFORM_DEPENDENCE_RENDER_SYSTEM', 'Legacy_RenderSystem');
+
+
+?>
\ No newline at end of file
Index: xoops2jp/html/settings/index.html
diff -u /dev/null xoops2jp/html/settings/index.html:1.1.6.1
--- /dev/null	Mon Apr 30 16:53:21 2007
+++ xoops2jp/html/settings/index.html	Mon Apr 30 16:53:21 2007
@@ -0,0 +1 @@
+<script>history.go(-1);</script>
\ No newline at end of file
Index: xoops2jp/html/settings/site_default.ini.php
diff -u /dev/null xoops2jp/html/settings/site_default.ini.php:1.1.4.1
--- /dev/null	Mon Apr 30 16:53:21 2007
+++ xoops2jp/html/settings/site_default.ini.php	Mon Apr 30 16:53:21 2007
@@ -0,0 +1,60 @@
+<?php
+/**
+
+[Cube]
+Root=XOOPS_ROOT_PATH
+Controller=Legacy_Controller
+#SystemModules=system,legacy,user,legacyRender
+SystemModules=legacy,user,legacyRender,stdCache
+RecommendedModules=pm
+RoleManager=Legacy_RoleManager
+Salt=XOOPS_SALT
+
+#
+# You can register plural render systems.
+#
+[RenderSystems]
+Legacy_RenderSystem=Legacy_RenderSystem
+Legacy_AdminRenderSystem=Legacy_AdminRenderSystem
+
+[Legacy]
+AutoPreload=1
+Theme=admin
+AllowDBProxy=true
+
+#                  #
+# Primary Preloads #
+#                  #
+
+[Legacy.PrimaryPreloads]
+protectorLE_Filter=/modules/legacy/preload/protectorLE/protectorLE.class.php
+Legacy_SystemModuleInstall=/modules/legacy/preload/Primary/SystemModuleInstall.class.php
+Legacy_SiteClose=/modules/legacy/preload/Primary/SiteClose.class.php
+User_PrimaryFilter=/modules/user/preload/Primary/Primary.class.php
+Legacy_NuSoapLoader=/modules/legacy/preload/Primary/NuSoapLoader.class.php
+Legacy_SystemModuleInstall=/modules/legacy/preload/Primary/SystemModuleInstall.class.php
+#            #
+# components #
+#            #
+
+[Legacy_Controller]
+path=/modules/legacy/kernel
+class=Legacy_Controller
+
+[Legacy_RenderSystem]
+path=/modules/legacyRender/kernel
+class=Legacy_RenderSystem
+SystemTemplate=system_comment.html, system_comments_flat.html, system_comments_thread.html, system_comments_nest.html, system_notification_select.html, system_dummy.html, system_redirect.html
+SystemTemplatePrefix=legacy
+
+[Legacy_AdminRenderSystem]
+path=/modules/legacyRender/kernel
+class=Legacy_AdminRenderSystem
+ThemeDevelopmentMode=false
+
+[Legacy_RoleManager]
+path=/modules/legacy/kernel
+class=Legacy_RoleManager
+
+*/
+?>
\ No newline at end of file


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