~alliancecsf-dev/authpuppy/apConnectionPoliciesPlugin

« back to all changes in this revision

Viewing changes to lib/form/doctrine/autogenerated/base/BaseapConnectionPoliciesForm.class.php

  • Committer: Geneviève Bastien
  • Date: 2010-07-16 15:22:01 UTC
  • Revision ID: gbastien@versatic.net-20100716152201-7raug5v8dp2a7vgx
 Added a way to manage and feedback to users their status on all applicable policies for a given connection, not just the limit of it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
      'time_window'          => new sfWidgetFormInputText(),
28
28
      'expiration'           => new sfWidgetFormInputText(),
29
29
      'identity_and_machine' => new sfWidgetFormInputCheckbox(),
 
30
      'status_message'       => new sfWidgetFormInputText(),
30
31
    ));
31
32
 
32
33
    $this->setValidators(array(
42
43
      'time_window'          => new sfValidatorString(array('max_length' => 50, 'required' => false)),
43
44
      'expiration'           => new sfValidatorString(array('max_length' => 50, 'required' => false)),
44
45
      'identity_and_machine' => new sfValidatorBoolean(array('required' => false)),
 
46
      'status_message'       => new sfValidatorString(array('max_length' => 1000)),
45
47
    ));
46
48
 
47
49
    $this->validatorSchema->setPostValidator(