From 9ce5f1dd9aa9e677054a21fd333a603d998ab68d Mon Sep 17 00:00:00 2001 From: "Jonathan.Wage" <Jonathan.Wage@625475ce-881a-0410-a577-b389adb331d8> Date: Sun, 21 Oct 2007 20:41:27 +0000 Subject: [PATCH] Removed from trunk. Located in tools folder now. --- sandbox/cli | 4 ---- sandbox/cli.php | 13 ---------- sandbox/config.php.dist | 52 ---------------------------------------- sandbox/index.php.dist | 2 -- sandbox/sandbox.db | Bin 6144 -> 0 bytes 5 files changed, 71 deletions(-) delete mode 100755 sandbox/cli delete mode 100644 sandbox/cli.php delete mode 100644 sandbox/config.php.dist delete mode 100644 sandbox/index.php.dist delete mode 100755 sandbox/sandbox.db diff --git a/sandbox/cli b/sandbox/cli deleted file mode 100755 index a8bd6e2c9..000000000 --- a/sandbox/cli +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env php -<?php -chdir(dirname(__FILE__)); -include('cli.php'); \ No newline at end of file diff --git a/sandbox/cli.php b/sandbox/cli.php deleted file mode 100644 index 76b0a2ea9..000000000 --- a/sandbox/cli.php +++ /dev/null @@ -1,13 +0,0 @@ -<?php -require_once('config.php'); - -// Configure Doctrine Cli -// Normally these are arguments to the cli tasks but if they are set here the arguments will be auto-filled -$config = array('data_fixtures_path' => DATA_FIXTURES_PATH, - 'models_path' => MODELS_PATH, - 'migrations_path' => MIGRATIONS_PATH, - 'sql_path' => SQL_PATH, - 'yaml_schema_path' => YAML_SCHEMA_PATH); - -$cli = new Doctrine_Cli($config); -$cli->run($_SERVER['argv']); diff --git a/sandbox/config.php.dist b/sandbox/config.php.dist deleted file mode 100644 index 730c31381..000000000 --- a/sandbox/config.php.dist +++ /dev/null @@ -1,52 +0,0 @@ -<?php -/* - * $Id: config.php 2753 2007-10-07 20:58:08Z Jonathan.Wage $ - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * This software consists of voluntary contributions made by many individuals - * and is licensed under the LGPL. For more information, see - * <http://www.phpdoctrine.com>. - */ - -/** - * Doctrine Configuration File - * - * This is a sample implementation of Doctrine - * - * @package Doctrine - * @subpackage Config - * @license http://www.opensource.org/licenses/lgpl-license.php LGPL - * @link www.phpdoctrine.com - * @since 1.0 - * @version $Revision: 2753 $ - * @author Konsta Vesterinen <kvesteri@cc.hut.fi> - * @author Jonathan H. Wage <jwage@mac.com> - */ - -define('SANDBOX_PATH', dirname(__FILE__)); -define('DOCTRINE_PATH', dirname(SANDBOX_PATH) . DIRECTORY_SEPARATOR . 'lib'); -define('DATA_FIXTURES_PATH', SANDBOX_PATH . DIRECTORY_SEPARATOR . 'data' . DIRECTORY_SEPARATOR . 'fixtures'); -define('MODELS_PATH', SANDBOX_PATH . DIRECTORY_SEPARATOR . 'models'); -define('MIGRATIONS_PATH', SANDBOX_PATH . DIRECTORY_SEPARATOR . 'migrations'); -define('SQL_PATH', SANDBOX_PATH . DIRECTORY_SEPARATOR . 'data' . DIRECTORY_SEPARATOR . 'sql'); -define('YAML_SCHEMA_PATH', SANDBOX_PATH . DIRECTORY_SEPARATOR . 'schema'); -define('DB_PATH', SANDBOX_PATH . DIRECTORY_SEPARATOR . 'sandbox.db'); -define('DSN', 'sqlite:' . DB_PATH); - -require_once(DOCTRINE_PATH . DIRECTORY_SEPARATOR . 'Doctrine.php'); - -spl_autoload_register(array('Doctrine', 'autoload')); - -$pdo = new PDO(DSN); -Doctrine_Manager::connection($pdo, 'sandbox'); \ No newline at end of file diff --git a/sandbox/index.php.dist b/sandbox/index.php.dist deleted file mode 100644 index 2af5fa0c0..000000000 --- a/sandbox/index.php.dist +++ /dev/null @@ -1,2 +0,0 @@ -<?php -require_once('config.php'); \ No newline at end of file diff --git a/sandbox/sandbox.db b/sandbox/sandbox.db deleted file mode 100755 index e8bbe05e7df8dc5b87896b0aafa0bf7450b033d1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6144 zcmeH|K~IA)6vta&EHT-+*LQ?u$$~qZh=k}OPG!tx7YQ;nBm*K8<I(v!Jowf2O@z8l zNVB6S+5~w0x37Kg*GD?LcVZgBbCxFog)veP#^@XXAtYB%v(<gv5Sn&F=FNfpg?f04 z<ZtOiUf``X=jRCJp9thipAdpK77d=(QCUQJ!CpPfwN1|k&%AJKU=nCSNMk=<!DQ;$ zm$o~EG)N+NFkS1)bhYuR4%1r?rgO&`!ks(0G2JCx+snP*?|fa?dn!327{%!-dM{qr zRfYLMNi){>*<QZEKI+Dk`ou8s=ZwV{gke^uw2tE~pmCNKydt+E=f^>-mu{u;x1Jwn zt7928X3;o_vXbsW97%h(&k!1(_4>MQ$tqbG#|ZE-`v$KmRYfR|SS6zoP8gjee#sdX z|E)U4iVi18EjHXRXgkM!V)~#iyLu<l1OY*ya|Fcy-?<|f2@3)T0w=X4?*9W1VF&_U bA|USnE}gc>RS;+s5chwZhv*3cT_W%UP20fN