OSDN Git Service

- deleted unused [Ethna|appid]ActionForm#use_validator_plugin member variable.
authormumumu-org <mumumu-org@2ef88817-412d-0410-a32c-8029a115e976>
Sat, 7 Jun 2008 22:55:10 +0000 (22:55 +0000)
committermumumu-org <mumumu-org@2ef88817-412d-0410-a32c-8029a115e976>
Sat, 7 Jun 2008 22:55:10 +0000 (22:55 +0000)
CHANGES
class/Ethna_ActionForm.php
skel/app.actionform.php
skel/skel.action.php
skel/skel.action_cli.php

diff --git a/CHANGES b/CHANGES
index 1b4dba6..08a474a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -36,6 +36,7 @@
 -- 指定されたスケルトンディレクトリに、ETHNA_HOME/skel と同じファイル名のものが存在する場合はそちら
    を優先した上で、ETHNA_HOME/skel にないファイルは [appid]/skel にコピーする
 - [Breaking B.C] Ethna_ActionForm のバリデータは、プラグインのものしか使用しなくなりました。
+-- Ethna_ActionForm, [Appid]ActionForm の use_validator_plugin 変数を削除
 
 *** bug fixes
 
index 0008845..5f6752b 100644 (file)
@@ -71,9 +71,6 @@ class Ethna_ActionForm
     var $def_noplugin = array('type', 'form', 'name', 'plugin', 'filter',
                               'option', 'default');
 
-    /** @var    bool    バリデータにプラグインを使うフラグ */
-    var $use_validator_plugin = false;
-
     /** @var    bool    追加検証強制フラグ */
     var $force_validate_plus = false;
 
index cd0a2a6..3d0708c 100644 (file)
@@ -25,9 +25,6 @@ class {$project_id}_ActionForm extends Ethna_ActionForm
     /** @var    array   form definition (default) */
     var $form_template = array();
 
-    /** @var    bool    specify if you use validator plugin */
-    var $use_validator_plugin = true;
-
     /**#@-*/
 
     /**
index 39f578c..6dbb28c 100644 (file)
@@ -16,9 +16,6 @@
  */
 class {$action_form} extends {$project_id}_ActionForm
 {
-    /** @var    bool    specify if you use validator plugin */
-    var $use_validator_plugin = true;
-
     /**
      *  @access private
      *  @var    array   form definition.
index 5b2ba93..a99a321 100644 (file)
@@ -16,9 +16,6 @@
  */
 class {$action_form} extends {$project_id}_ActionForm
 {
-    /** @var    bool    specify if you use validator plugin */
-    var $use_validator_plugin = true;
-
     /**
      *  @access private
      *  @var    array   form definition.