Development

#573 (improvements to sfFillInFilter - skipfields and check_types options)

You must first sign up to be able to contribute.

Ticket #573 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

improvements to sfFillInFilter - skipfields and check_types options

Reported by: Ian P. Christian <pookey@pookey.co.uk> Assigned to:
Priority: minor Milestone: 0.6.3
Component: Version: 0.7.X
Keywords: Cc:
Qualification:

Description

adding the ability to optionally fillin hidden and/or password fields (and infact, exclude options to fill in text, checkbox or radio).

Also, added an option to ignore fillin for certain fields.

Change History

05/24/06 01:04:48 changed by Ian P. Christian <pookey@pookey.co.uk>

see r1382

05/25/06 17:25:24 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone set to 0.6.3.

in r1387.

I added a exclude_types parameter.

By default:

  exclude_types: [hidden, password]
  check_types:   [text, checkbox, radio, password, hidden]

So, to fillin hidden fields:

fillin:
  activate: on
  param:
    exclude_types: [password]

Or, to fillin all fields:

fillin:
  activate: on
  param:
    exclude_types: [ ]

05/25/06 17:48:06 changed by Ian P. Christian <pookey@pookey.co.uk>

nice changes, makes sense.

Shall I create a ticket about the documentation being upgraded?

05/25/06 22:14:02 changed by fabien

I will be on holidays for 2 weeks, so I will upgrade the documentation later based on this ticket.

Thanks.

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting, and supporting several large Open-Source projects.