Minahito
minah****@users*****
2006年 3月 28日 (火) 22:30:15 JST
Index: xoops2jp/html/modules/base/kernel/handler.php diff -u xoops2jp/html/modules/base/kernel/handler.php:1.1.2.10 xoops2jp/html/modules/base/kernel/handler.php:1.1.2.11 --- xoops2jp/html/modules/base/kernel/handler.php:1.1.2.10 Wed Mar 15 16:23:25 2006 +++ xoops2jp/html/modules/base/kernel/handler.php Tue Mar 28 22:30:15 2006 @@ -1,5 +1,7 @@ <?php +if (!defined('XOOPS_ROOT_PATH')) exit(); + /** * NOTE: This class has only one primary key and one table. */ Index: xoops2jp/html/modules/base/kernel/Legacy_UserAccountAdapter.class.php diff -u xoops2jp/html/modules/base/kernel/Legacy_UserAccountAdapter.class.php:1.1.2.1 xoops2jp/html/modules/base/kernel/Legacy_UserAccountAdapter.class.php:1.1.2.2 --- xoops2jp/html/modules/base/kernel/Legacy_UserAccountAdapter.class.php:1.1.2.1 Fri Nov 25 00:02:03 2005 +++ xoops2jp/html/modules/base/kernel/Legacy_UserAccountAdapter.class.php Tue Mar 28 22:30:15 2006 @@ -1,5 +1,7 @@ <?php +if (!defined('XOOPS_ROOT_PATH')) exit(); + require_once XOOPS_ROOT_PATH."/kernel/XCube_UserAccount.class.php"; class Legacy_UserAccountAdapter extends XCube_UserAccount Index: xoops2jp/html/modules/base/kernel/Legacy_AdminRenderSystem.class.php diff -u xoops2jp/html/modules/base/kernel/Legacy_AdminRenderSystem.class.php:1.1.2.1 xoops2jp/html/modules/base/kernel/Legacy_AdminRenderSystem.class.php:1.1.2.2 --- xoops2jp/html/modules/base/kernel/Legacy_AdminRenderSystem.class.php:1.1.2.1 Tue Feb 21 20:51:01 2006 +++ xoops2jp/html/modules/base/kernel/Legacy_AdminRenderSystem.class.php Tue Mar 28 22:30:15 2006 @@ -1,5 +1,7 @@ <?php +if (!defined('XOOPS_ROOT_PATH')) exit(); + // // TODO // Index: xoops2jp/html/modules/base/kernel/Legacy_ModuleController.class.php diff -u xoops2jp/html/modules/base/kernel/Legacy_ModuleController.class.php:1.1.2.3 xoops2jp/html/modules/base/kernel/Legacy_ModuleController.class.php:1.1.2.4 --- xoops2jp/html/modules/base/kernel/Legacy_ModuleController.class.php:1.1.2.3 Fri Jan 27 18:27:44 2006 +++ xoops2jp/html/modules/base/kernel/Legacy_ModuleController.class.php Tue Mar 28 22:30:15 2006 @@ -1,5 +1,5 @@ <?php -// $Id: Legacy_ModuleController.class.php,v 1.1.2.3 2006/01/27 09:27:44 minahito Exp $ +// $Id: Legacy_ModuleController.class.php,v 1.1.2.4 2006/03/28 13:30:15 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS Cube - PHP Content Management System // // Copyright (c) 2005 XOOPS Cube.org // @@ -25,6 +25,8 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // ------------------------------------------------------------------------ // +if (!defined('XOOPS_ROOT_PATH')) exit(); + define("LEGACY_XOOPS_MODULE_MANIFESTO_FILENAME","./xoops_version.php"); class Legacy_ModuleController extends XCube_ModuleController Index: xoops2jp/html/modules/base/kernel/Legacy_LanguageManager.class.php diff -u xoops2jp/html/modules/base/kernel/Legacy_LanguageManager.class.php:1.1.2.4 xoops2jp/html/modules/base/kernel/Legacy_LanguageManager.class.php:1.1.2.5 --- xoops2jp/html/modules/base/kernel/Legacy_LanguageManager.class.php:1.1.2.4 Tue Feb 7 17:31:54 2006 +++ xoops2jp/html/modules/base/kernel/Legacy_LanguageManager.class.php Tue Mar 28 22:30:15 2006 @@ -1,5 +1,5 @@ <?php -// $Id: Legacy_LanguageManager.class.php,v 1.1.2.4 2006/02/07 08:31:54 minahito Exp $ +// $Id: Legacy_LanguageManager.class.php,v 1.1.2.5 2006/03/28 13:30:15 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -25,6 +25,8 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // ------------------------------------------------------------------------ // +if (!defined('XOOPS_ROOT_PATH')) exit(); + require_once XOOPS_ROOT_PATH . "/class/XCube_LanguageManager.class.php"; class Legacy_LanguageManager extends XCube_LanguageManager Index: xoops2jp/html/modules/base/kernel/object.php diff -u xoops2jp/html/modules/base/kernel/object.php:1.1.2.3 xoops2jp/html/modules/base/kernel/object.php:1.1.2.4 --- xoops2jp/html/modules/base/kernel/object.php:1.1.2.3 Thu Jan 12 01:46:11 2006 +++ xoops2jp/html/modules/base/kernel/object.php Tue Mar 28 22:30:15 2006 @@ -1,5 +1,7 @@ <?php -// $Id: object.php,v 1.1.2.3 2006/01/11 16:46:11 minahito Exp $ +// $Id: object.php,v 1.1.2.4 2006/03/28 13:30:15 minahito Exp $ + +if (!defined('XOOPS_ROOT_PATH')) exit(); /** * This class implements the interface of XoopsObjectInterface. It gives a developer Index: xoops2jp/html/modules/base/kernel/Legacy_ContentManager.class.php diff -u xoops2jp/html/modules/base/kernel/Legacy_ContentManager.class.php:1.1.2.1 xoops2jp/html/modules/base/kernel/Legacy_ContentManager.class.php:1.1.2.2 --- xoops2jp/html/modules/base/kernel/Legacy_ContentManager.class.php:1.1.2.1 Thu Nov 24 18:34:14 2005 +++ xoops2jp/html/modules/base/kernel/Legacy_ContentManager.class.php Tue Mar 28 22:30:15 2006 @@ -1,5 +1,7 @@ <?php +if (!defined('XOOPS_ROOT_PATH')) exit(); + require_once XOOPS_ROOT_PATH."/kernel/XCube_Content.class.php"; /** Index: xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php diff -u xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.25 xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.26 --- xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.25 Tue Mar 7 21:43:44 2006 +++ xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php Tue Mar 28 22:30:15 2006 @@ -1,5 +1,7 @@ <?php +if (!defined('XOOPS_ROOT_PATH')) exit(); + define("LEGACY_CONTROLLER_STATE_PUBLIC",1); define("LEGACY_CONTROLLER_STATE_ADMIN",2);