Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  bin
  captiveportal
  openssl
  pkg
  sbin
  share
  www

Latest revisions

# Date Author Comment
bbb5d7a5 01/04/2016 04:37 PM Stephen Beaver

Fixed #5733

187f96b9 01/04/2016 02:08 PM Stephen Beaver

Correct "noWrap" in text areas. (Function is not actually used by anyone, but it might as well work just in case.

951a7169 01/04/2016 01:01 PM Stephen Beaver

Merge pull request #2351 from NOYB/HTML_Compliance_-_Firewall_/_NAT/_1_1_/_Edit

85560dbb 01/04/2016 01:01 PM Phil Davis

Redmine #5731 Error when setting various system log settings from factory default config

Forum https://forum.pfsense.org/index.php?topic=104762.0

fc589cce 01/04/2016 08:09 AM NOYB NOYB

HTML Compliance - Firewall / NAT/ 1:1 / Edit

Bad value [0-9, a-z, A-Z and . for attribute pattern on element input: Unterminated character class
<input class="form-control" name="src" id="src" type="text" pattern="[0-9, a-z, A-Z and .">
<input class="form-control" name="dst" id="dst" type="text" pattern="[0-9, a-z, A-Z and .">

90d9dcec 01/03/2016 04:11 PM Phil Davis

Redmine #5728 Fix delete row button in Firewall Schedule Edit

The calls to delete_row() were going off to some other delete_row() function and not doing what was needed.
Give delete_row() here a unique name and it all works again.

9109177f 01/03/2016 01:29 PM Stephen Beaver

Merge pull request #2347 from NOYB/HTML_Compliance_-_Firewall_/_NAT_/_Port_Forward_/_Edit

09e989f9 01/03/2016 01:27 PM Stephen Beaver

Merge pull request #2346 from NOYB/HTML_Compliance_-_Firewall_/_Aliases_/_Edit

96453559 01/03/2016 01:26 PM Stephen Beaver

Merge pull request #2345 from NOYB/HTML_Compliance_-_Services_Status_Widget

1f0092d6 01/03/2016 08:06 AM NOYB NOYB

HTML Compliance - Firewall / NAT / Port Forward / Edit

Attribute min/max not allowed on element input at this point.
<input class="form-control" name="srcbeginport_cust" id="srcbeginport_cust" type="text" value="any" min="1" max="65536">
<input class="form-control" name="srcendport_cust" id="srcendport_cust" type="text" value="any" min="1" max="65536">...

View revisions

Also available in: Atom