[floe] r420 committed - updating tools doc + rename

0 views
Skip to first unread message

fl...@googlecode.com

unread,
May 23, 2010, 4:23:59 PM5/23/10
to floe-c...@googlegroups.com
Revision: 420
Author: coretxt
Date: Sun May 23 13:23:07 2010
Log: updating tools doc + rename
http://code.google.com/p/floe/source/detail?r=420

Modified:
/trunk/src/tools/CommandIndex.class.php
/trunk/src/tools/ConsoleText.class.php
/trunk/src/tools/ShellScript.class.php
/trunk/src/tools/TaskManager.class.php
/trunk/src/tools/tasks/build/BuildFormTask.class.php
/trunk/src/tools/tasks/fixtures/FixturesClearTask.class.php
/trunk/src/tools/tasks/fixtures/FixturesDumpTask.class.php
/trunk/src/tools/tasks/fixtures/FixturesLoadTask.class.php
/trunk/src/tools/tasks/install/configure.task.php
/trunk/src/tools/tasks/schema/SchemaGenerateTask.class.php
/trunk/src/tools/tasks/schema/SchemaMigrateTask.class.php
/trunk/src/tools/tasks/test/TestAllTask.class.php
/trunk/src/tools/tasks/test/TestGroupTask.class.php
/trunk/src/tools/tasks/test/TestListTask.class.php

=======================================
--- /trunk/src/tools/CommandIndex.class.php Mon Feb 15 06:07:51 2010
+++ /trunk/src/tools/CommandIndex.class.php Sun May 23 13:23:07 2010
@@ -1,6 +1,6 @@
<?php
/**
- * This file is part of Floe, a graceful PHP framework.
+ * This file is part of Floe, a graceful web framework.
* Copyright (C) 2005-2010 Mark Rickerby <http://maetl.net>
*
* See the LICENSE file distributed with this software for full copyright,
disclaimer
=======================================
--- /trunk/src/tools/ConsoleText.class.php Mon Feb 15 06:07:51 2010
+++ /trunk/src/tools/ConsoleText.class.php Sun May 23 13:23:07 2010
@@ -1,6 +1,6 @@
<?php
/**
- * This file is part of Floe, a graceful PHP framework.
+ * This file is part of Floe, a graceful web framework.
* Copyright (C) 2005-2010 Mark Rickerby <http://maetl.net>
*
* See the LICENSE file distributed with this software for full copyright,
disclaimer
=======================================
--- /trunk/src/tools/ShellScript.class.php Mon Feb 15 06:07:51 2010
+++ /trunk/src/tools/ShellScript.class.php Sun May 23 13:23:07 2010
@@ -1,6 +1,6 @@
<?php
/**
- * This file is part of Floe, a graceful PHP framework.
+ * This file is part of Floe, a graceful web framework.
* Copyright (C) 2005-2010 Mark Rickerby <http://maetl.net>
*
* See the LICENSE file distributed with this software for full copyright,
disclaimer
=======================================
--- /trunk/src/tools/TaskManager.class.php Mon Feb 15 06:07:51 2010
+++ /trunk/src/tools/TaskManager.class.php Sun May 23 13:23:07 2010
@@ -1,6 +1,6 @@
<?php
/**
- * This file is part of Floe, a graceful PHP framework.
+ * This file is part of Floe, a graceful web framework.
* Copyright (C) 2005-2010 Mark Rickerby <http://maetl.net>
*
* See the LICENSE file distributed with this software for full copyright,
disclaimer
=======================================
--- /trunk/src/tools/tasks/build/BuildFormTask.class.php Mon Feb 15
06:07:51 2010
+++ /trunk/src/tools/tasks/build/BuildFormTask.class.php Sun May 23
13:23:07 2010
@@ -1,6 +1,6 @@
<?php
/**
- * This file is part of Floe, a graceful PHP framework.
+ * This file is part of Floe, a graceful web framework.
* Copyright (C) 2005-2010 Mark Rickerby <http://maetl.net>
*
* See the LICENSE file distributed with this software for full copyright,
disclaimer
@@ -11,7 +11,6 @@
* @subpackage tasks
*/

-require_once
dirname(__FILE__) . '/../../../repository/store/StorageAdaptor.class.php';
require_once dirname(__FILE__) . '/../../../repository/Record.class.php';

/**
=======================================
--- /trunk/src/tools/tasks/fixtures/FixturesClearTask.class.php Mon Feb 15
06:07:51 2010
+++ /trunk/src/tools/tasks/fixtures/FixturesClearTask.class.php Sun May 23
13:23:07 2010
@@ -1,6 +1,6 @@
<?php
/**
- * This file is part of Floe, a graceful PHP framework.
+ * This file is part of Floe, a graceful web framework.
* Copyright (C) 2005-2010 Mark Rickerby <http://maetl.net>
*
* See the LICENSE file distributed with this software for full copyright,
disclaimer
=======================================
--- /trunk/src/tools/tasks/fixtures/FixturesDumpTask.class.php Mon Feb 15
06:07:51 2010
+++ /trunk/src/tools/tasks/fixtures/FixturesDumpTask.class.php Sun May 23
13:23:07 2010
@@ -1,6 +1,6 @@
<?php
/**
- * This file is part of Floe, a graceful PHP framework.
+ * This file is part of Floe, a graceful web framework.
* Copyright (C) 2005-2010 Mark Rickerby <http://maetl.net>
*
* See the LICENSE file distributed with this software for full copyright,
disclaimer
@@ -11,7 +11,6 @@
* @subpackage tasks
*/

-require_once
dirname(__FILE__) . '/../../../repository/store/StorageAdaptor.class.php';
require_once dirname(__FILE__) . '/../../../repository/Record.class.php';

/**
=======================================
--- /trunk/src/tools/tasks/fixtures/FixturesLoadTask.class.php Mon Feb 15
06:07:51 2010
+++ /trunk/src/tools/tasks/fixtures/FixturesLoadTask.class.php Sun May 23
13:23:07 2010
@@ -1,6 +1,6 @@
<?php
/**
- * This file is part of Floe, a graceful PHP framework.
+ * This file is part of Floe, a graceful web framework.
* Copyright (C) 2005-2010 Mark Rickerby <http://maetl.net>
*
* See the LICENSE file distributed with this software for full copyright,
disclaimer
@@ -11,7 +11,6 @@
* @subpackage tasks
*/

-require_once
dirname(__FILE__) . '/../../../repository/store/StorageAdaptor.class.php';
require_once dirname(__FILE__) . '/../../../repository/Record.class.php';

/**
=======================================
--- /trunk/src/tools/tasks/install/configure.task.php Mon Feb 15 06:07:51
2010
+++ /trunk/src/tools/tasks/install/configure.task.php Sun May 23 13:23:07
2010
@@ -1,6 +1,6 @@
<?php
/**
- * This file is part of Floe, a graceful PHP framework.
+ * This file is part of Floe, a graceful web framework.
* Copyright (C) 2005-2010 Mark Rickerby <http://maetl.net>
*
* See the LICENSE file distributed with this software for full copyright,
disclaimer
=======================================
--- /trunk/src/tools/tasks/schema/SchemaGenerateTask.class.php Mon Feb 15
06:07:51 2010
+++ /trunk/src/tools/tasks/schema/SchemaGenerateTask.class.php Sun May 23
13:23:07 2010
@@ -1,6 +1,6 @@
<?php
/**
- * This file is part of Floe, a graceful PHP framework.
+ * This file is part of Floe, a graceful web framework.
* Copyright (C) 2005-2010 Mark Rickerby <http://maetl.net>
*
* See the LICENSE file distributed with this software for full copyright,
disclaimer
@@ -11,7 +11,6 @@
* @subpackage tasks
*/

-require_once
dirname(__FILE__).'/../../../repository/store/StorageAdaptor.class.php';
require_once dirname(__FILE__).'/../../../repository/Record.class.php';

/**
=======================================
--- /trunk/src/tools/tasks/schema/SchemaMigrateTask.class.php Mon Feb 15
06:07:51 2010
+++ /trunk/src/tools/tasks/schema/SchemaMigrateTask.class.php Sun May 23
13:23:07 2010
@@ -1,6 +1,6 @@
<?php
/**
- * This file is part of Floe, a graceful PHP framework.
+ * This file is part of Floe, a graceful web framework.
* Copyright (C) 2005-2010 Mark Rickerby <http://maetl.net>
*
* See the LICENSE file distributed with this software for full copyright,
disclaimer
@@ -28,7 +28,7 @@
$args[0] = 'up';
}

- $db = StorageAdaptor::gateway();
+ $db = Storage::adaptor();
if (!$db->hasTable("schema")) {
echo "Creating schema table...\n";
$db->createTable("schema", array("version"=>"integer"));
=======================================
--- /trunk/src/tools/tasks/test/TestAllTask.class.php Mon Feb 15 06:07:51
2010
+++ /trunk/src/tools/tasks/test/TestAllTask.class.php Sun May 23 13:23:07
2010
@@ -1,6 +1,6 @@
<?php
/**
- * This file is part of Floe, a graceful PHP framework.
+ * This file is part of Floe, a graceful web framework.
* Copyright (C) 2005-2010 Mark Rickerby <http://maetl.net>
*
* See the LICENSE file distributed with this software for full copyright,
disclaimer
=======================================
--- /trunk/src/tools/tasks/test/TestGroupTask.class.php Mon Feb 15 06:07:51
2010
+++ /trunk/src/tools/tasks/test/TestGroupTask.class.php Sun May 23 13:23:07
2010
@@ -1,6 +1,6 @@
<?php
/**
- * This file is part of Floe, a graceful PHP framework.
+ * This file is part of Floe, a graceful web framework.
* Copyright (C) 2005-2010 Mark Rickerby <http://maetl.net>
*
* See the LICENSE file distributed with this software for full copyright,
disclaimer
=======================================
--- /trunk/src/tools/tasks/test/TestListTask.class.php Mon Feb 15 06:07:51
2010
+++ /trunk/src/tools/tasks/test/TestListTask.class.php Sun May 23 13:23:07
2010
@@ -1,6 +1,6 @@
<?php
/**
- * This file is part of Floe, a graceful PHP framework.
+ * This file is part of Floe, a graceful web framework.
* Copyright (C) 2005-2010 Mark Rickerby <http://maetl.net>
*
* See the LICENSE file distributed with this software for full copyright,
disclaimer

--
You received this message because you are subscribed to the Google Groups "Floe Commits" group.
To post to this group, send email to floe-c...@googlegroups.com.
To unsubscribe from this group, send email to floe-commits...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/floe-commits?hl=en.

Reply all
Reply to author
Forward
0 new messages