Author: jablko
Date: Sat Oct 16 20:12:24 2010
New Revision: 8186

Log:
Rename QubitEditAction to DefaultEditAction

Added:
   trunk/apps/qubit/modules/default/actions/editAction.class.php
      - copied, changed from r8184, trunk/lib/QubitEditAction.class.php
Deleted:
   trunk/lib/QubitEditAction.class.php
Modified:
   trunk/apps/qubit/modules/actor/actions/editAction.class.php
   trunk/apps/qubit/modules/function/actions/editAction.class.php
   trunk/apps/qubit/modules/informationobject/actions/editAction.class.php
   trunk/apps/qubit/modules/repository/actions/editAction.class.php

Modified: trunk/apps/qubit/modules/actor/actions/editAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/actor/actions/editAction.class.php Sat Oct 16 
20:09:17 2010        (r8185)
+++ trunk/apps/qubit/modules/actor/actions/editAction.class.php Sat Oct 16 
20:12:24 2010        (r8186)
@@ -27,7 +27,7 @@
  * @author     Jack Bates <[email protected]>
  * @author     David Juhasz <[email protected]>
  */
-class ActorEditAction extends QubitEditAction
+class ActorEditAction extends DefaultEditAction
 {
   protected function earlyExecute()
   {

Copied and modified: 
trunk/apps/qubit/modules/default/actions/editAction.class.php (from r8184, 
trunk/lib/QubitEditAction.class.php)
==============================================================================
--- trunk/lib/QubitEditAction.class.php Sat Oct 16 20:05:52 2010        (r8184, 
copy source)
+++ trunk/apps/qubit/modules/default/actions/editAction.class.php       Sat Oct 
16 20:12:24 2010        (r8186)
@@ -17,7 +17,7 @@
  * along with Qubit Toolkit.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-class QubitEditAction extends sfAction
+class DefaultEditAction extends sfAction
 {
   protected function addField($name)
   {

Modified: trunk/apps/qubit/modules/function/actions/editAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/function/actions/editAction.class.php      Sat Oct 
16 20:09:17 2010        (r8185)
+++ trunk/apps/qubit/modules/function/actions/editAction.class.php      Sat Oct 
16 20:12:24 2010        (r8186)
@@ -25,7 +25,7 @@
  * @version    svn: $Id$
  * @author     David Juhasz <[email protected]>
  */
-class FunctionEditAction extends QubitEditAction
+class FunctionEditAction extends DefaultEditAction
 {
   // Arrays not allowed in class constants
   public static

Modified: 
trunk/apps/qubit/modules/informationobject/actions/editAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/actions/editAction.class.php     
Sat Oct 16 20:09:17 2010        (r8185)
+++ trunk/apps/qubit/modules/informationobject/actions/editAction.class.php     
Sat Oct 16 20:12:24 2010        (r8186)
@@ -26,7 +26,7 @@
  * @author     Peter Van Garderen <[email protected]>
  * @author     David Juhasz <[email protected]>
  */
-class InformationObjectEditAction extends QubitEditAction
+class InformationObjectEditAction extends DefaultEditAction
 {
   protected function earlyExecute()
   {

Modified: trunk/apps/qubit/modules/repository/actions/editAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/repository/actions/editAction.class.php    Sat Oct 
16 20:09:17 2010        (r8185)
+++ trunk/apps/qubit/modules/repository/actions/editAction.class.php    Sat Oct 
16 20:12:24 2010        (r8186)
@@ -27,7 +27,7 @@
  * @author     Jack Bates <[email protected]>
  * @author     David Juhasz <[email protected]>
  */
-class RepositoryEditAction extends QubitEditAction
+class RepositoryEditAction extends DefaultEditAction
 {
   protected function earlyExecute()
   {

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to