Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  Form
Form.class.php 2.51 KB
Modal.class.php 2.25 KB
autoload.inc.php 1.08 KB

Latest revisions

# Date Author Comment
c74b018d 02/08/2017 02:07 PM Steve Beaver

Only use sprintf in setHelp() if more than one argument is received
This should eliminate all the issues caused by packages with embedded '%' in their text

661f3896 02/07/2017 12:32 PM Renato Botelho

Merge pull request #3484 from phil-davis/sethelp-empty

a6617764 02/06/2017 08:58 AM Phil Davis

Use unique var names in Input.class.php

500272bb 02/06/2017 06:06 AM Phil Davis

Do not pass empty string to gettext

a9a7de59 02/02/2017 04:56 PM Steve Beaver

COnvert the setHelp method(s) to accept conventioanl printf style argument lists. e.g.: setHelp("%d interfaces have been detected", $numIfs);

c744b0de 01/20/2017 12:28 PM Steve Beaver

Refinement to #7083
Provides setRequired() Javascript function to facilitate making an input required or not dynamically

57026d17 01/19/2017 04:23 PM Steve Beaver

Fixed #7083

When composing an element with a form.class or via XML, prepend a '*' to the title to indicate a required field. This will cause the "element-required" class to be added to the label. pfSense.css contains the style associated with that class. (Currently a custom underline)....

45541aae 12/03/2016 01:36 PM Phil Davis

Form_IpAddress add types remove patterns

1) Add alias and host types to Form_IpAddress with the appropriate hover
text.
2) Remove the patterns - the UI of those is not so effective anyway, so
leave the validation of input to the back end.
3) Update uses of Form_IpAddress to use the appropriate Alias or Host...

b8678b63 11/26/2016 10:41 AM Phil Davis

IPv6 address can contain a dot

When requiring the entry of an IPv6 address, the regex pattern should still allow a dot, so that an IPv6 address can be entered in the format that has an IPv4-address-like part at the end:
aa:bb:cc:dd:ee:ff:1.2.3.4
which is a valid way to choose to specify an IPv6 address.

75bc87fe 11/16/2016 03:50 AM Luiz Souza

Revert "Fix #6864 automatically convert IPv6 input to lowercase"

This reverts commit d461ff40e364fc0ecc003b9f673cbad7c6a08f2f.

View revisions

Also available in: Atom