Commit Graph

1750 Commits

Author SHA1 Message Date
Stephen Beaver
09d720fcba Fix success message color 2016-01-06 11:23:20 -05:00
Stephen Beaver
245eb71fb2 Fixed #5738 2016-01-06 10:06:10 -05:00
Stephen Beaver
bb49a4d951 Merge pull request #2358 from NOYB/HTML_Compliance_-_Firewall_/_Rules_/_WAN 2016-01-06 08:19:56 -05:00
NOYB
ab6b1f47f0 HTML Compliance - Firewall / Rules / WAN
Attribute name not allowed on element table at this point.
<table name="ruletable" class="table table-hover table-striped table-condensed">

Unclosed element div.
End tag for body seen, but there were unclosed elements.
2016-01-06 00:42:28 -08:00
Phil Davis
ccb7c7f2c5 Status logs common changes for nginx 2016-01-06 12:45:37 +05:45
Stephen Beaver
b7eb0ead89 Fixed #5633 2016-01-05 19:08:03 -05:00
Stephen Beaver
636edf8138 Merge pull request #2353 from NOYB/HTML_Compliance_-_Firewall_/_NAT_/_Outbound_/_Edit 2016-01-05 17:32:41 -05:00
Colin Fleming
ac950976f7 Add some more Bootsrap panels
"firewall_aliases.php"
- add gettext to the H2 tag
- remove debug code

"sevices_igmpproxy.php"
"services_pppoe.php"
"vpn_ipsec_keys.php"
"status_gateways.php"
"status_gateway_groups.php"
"statis_services.php"
"diag_arp.php"
"diag_ndp.php"
- add Bootstrap panels
2016-01-05 22:23:43 +00:00
Jared Dillard
4abdd33ab9 add dark beta theme 2016-01-05 14:32:33 -06:00
Jared Dillard
b54ae90faf back out design changes for now 2016-01-05 14:29:31 -06:00
NOYB
2768a9d9fc Remove errant bracket from character class. 2016-01-05 07:52:01 -08:00
Stephen Beaver
29e0928f3a Merge branch 'Status_-_System_Logs_-_Consolidation' of https://github.com/NOYB/pfsense
* 'Status_-_System_Logs_-_Consolidation' of https://github.com/NOYB/pfsense:
  Redmine #5731 Error when setting various system log settings from factory default config
  HTML Compliance - Status - System Logs - Firewall Summary View
  Fixup AJAX stuff so dynamic updating works.
  Rename functions per Phil suggestions.
  Remove commented out test code.
  Can' t do that here.  Remove space between php tags.
  Status - System Logs - Consolidate - Firewall Summary View
  Status - System Logs - Consolidate - Firewall Dynamic View
  Status - System Logs - Consolidate - Common Functions
2016-01-05 08:17:03 -05:00
NOYB
cf7a4f099a HTML Compliance - Form Button - HRef
The name attribute is obsolete. Consider putting an id attribute on the nearest container instead.
The <a> name attribute is not supported in HTML5. Use the id attribute instead.
2016-01-05 07:57:44 -05:00
Renato Botelho
946e00188d Merge pull request #2343 from phil-davis/patch-3 2016-01-05 09:49:02 -02:00
Chris Buechler
05f9712de1 clean up lighttpd 2016-01-05 09:08:10 -02:00
Chris Buechler
7bbe501330 clean up lighttpd 2016-01-05 09:08:10 -02:00
Chris Buechler
8811dfc38b Keeping the disable logging option. Revert "clean up lighttpd bits"
This reverts commit 9de0332dec955ec513b74be9361de72d12aa7245.
2016-01-05 09:08:10 -02:00
Chris Buechler
84a7c17d88 clean up lighttpd bits 2016-01-05 09:08:10 -02:00
NOYB
11f674d0e7 HTML Compliance - Firewall / NAT / Outbound / Edit
Bad value [0-9, a-z, A-Z and . for attribute pattern on element input: Unterminated character class
<input class="form-control" name="source" id="source" type="text" pattern="[0-9, a-z, A-Z and .">
<input class="form-control" name="destination" id="destination" type="text" value="" pattern="[0-9, a-z, A-Z and .">

Element ul not allowed as child of element span in this context. (Suppressing further errors from this subtree.)
Contexts in which element ul may be used:
 Where flow content is expected.
Content model for element span:
 Phrasing content.

Element br not allowed as child of element ul in this context. (Suppressing further errors from this subtree.)
Contexts in which element br may be used:
 Where phrasing content is expected.
Content model for element ul:
 Zero or more li and script-supporting elements.
2016-01-05 00:05:01 -08:00
Stephen Beaver
b189563909 Fix interface list 2016-01-04 21:42:25 -05:00
Stephen Beaver
f7d2d5aab0 Improve error message when the user forget to "Apply" 2016-01-04 21:41:54 -05:00
NOYB
8cc5e083fc Redmine #5731 Error when setting various system log settings from factory default config
From PR #2350 By Phil Davis
2016-01-04 10:44:10 -08:00
NOYB
d78a79ebb9 HTML Compliance - Status - System Logs - Firewall Summary View
The align attribute on the div element is obsolete. Use CSS instead.
Replace with bootstrap class="text-center".
2016-01-04 10:44:10 -08:00
NOYB
f970359638 Fixup AJAX stuff so dynamic updating works.
Move getGETPOSTsettingvalue function to be more centrally located in guiconfig.inc.
2016-01-04 10:44:09 -08:00
NOYB
0039dab02d Rename functions per Phil suggestions.
s/miscellaneous_common_code/status_logs_common_code/
s/build_if_list/status_logs_build_if_list/

As for getGETPOSTsettingvalue I'm open to it going anywhere that makes sense.  Would be nice not to need too many additional inc's to get it though.  Anything in guiconfig.inc or filter_logs.inc hierarchy shouldn't require anything additional.
2016-01-04 10:44:08 -08:00
NOYB
2f77769571 Remove commented out test code. 2016-01-04 10:44:07 -08:00
NOYB
c57067d41a Can' t do that here. Remove space between php tags. 2016-01-04 10:44:06 -08:00
NOYB
c9513bad1d Status - System Logs - Consolidate - Firewall Summary View
Update summary view log selection method to same method as firewall and system logs.
2016-01-04 10:44:05 -08:00
NOYB
9e505d4b52 Status - System Logs - Consolidate - Firewall Dynamic View
Add advanced filtering to firewall dynamic view.
Add manage log to dynamic view.
Update dynamic view view log selection method to same method as firewall and system logs.
2016-01-04 10:44:04 -08:00
NOYB
55f8344d7e Status - System Logs - Consolidate - Common Functions
Factor common code section into to functions and place in include file.

 getGETPOSTsettingvalue
 miscellaneous_common_code
 tab_array_logs_common

 log_filter_form_system_submit
 filter_form_system

 log_filter_form_firewall_submit
 filter_form_firewall
 build_if_list

 manage_log_code
 manage_log_section
2016-01-04 10:44:03 -08:00
Stephen Beaver
3957ee3453 Merge pull request #2352 from phil-davis/status_graph 2016-01-04 11:45:06 -05:00
Stephen Beaver
bbb5d7a5b6 Fixed #5733 2016-01-04 11:37:09 -05:00
Phil Davis
1c18517284 Add back display description option for status_graph
The code that provides the data for this is already in
bandwidth_by_ip.php in both 2.2.* and master 2.3.
The description option is in the Display dropdown list in 2.2.*, but it
got missed in the bootstrap conversion and integration process.
With just this 1-line addition the Display Description option can be
selected and works.
2016-01-04 22:10:21 +05:45
Stephen Beaver
187f96b9ad Correct "noWrap" in text areas. (Function is not actually used by anyone, but it might as well work just in case. 2016-01-04 09:08:22 -05:00
Stephen Beaver
951a7169ab Merge pull request #2351 from NOYB/HTML_Compliance_-_Firewall_/_NAT/_1_1_/_Edit 2016-01-04 08:01:59 -05:00
Phil Davis
85560dbb63 Redmine #5731 Error when setting various system log settings from factory default config
Forum https://forum.pfsense.org/index.php?topic=104762.0
2016-01-04 08:01:16 -05:00
NOYB
fc589cceb8 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 .">
2016-01-04 00:09:06 -08:00
Phil Davis
90d9dcecde 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.
2016-01-03 21:56:09 +05:45
Stephen Beaver
9109177f83 Merge pull request #2347 from NOYB/HTML_Compliance_-_Firewall_/_NAT_/_Port_Forward_/_Edit 2016-01-03 08:29:13 -05:00
Stephen Beaver
09e989f9bc Merge pull request #2346 from NOYB/HTML_Compliance_-_Firewall_/_Aliases_/_Edit 2016-01-03 08:27:35 -05:00
Stephen Beaver
964535595b Merge pull request #2345 from NOYB/HTML_Compliance_-_Services_Status_Widget 2016-01-03 08:26:19 -05:00
NOYB
1f0092d653 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">

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

Attribute min/max not allowed on element input at this point.
<input class="form-control" name="localbeginport_cust" id="localbeginport_cust" type="text" min="1" max="65536">
2016-01-03 00:06:16 -08:00
Stephen Beaver
d54d028f63 Fix reading of server list on page load 2016-01-02 20:52:51 -05:00
Stephen Beaver
5ab32eac07 Fixed #5724 2016-01-02 14:08:58 -05:00
NOYB
42af67f4c1 HTML Compliance - Firewall / Aliases / Edit
Bad value [0-9, a-z, A-Z and . for attribute pattern on element input: Unterminated character class
<input class="form-control" name="address0" id="address0" type="text" value="" pattern="[0-9, a-z, A-Z and ." placeholder="Address">
2016-01-02 00:05:04 -08:00
NOYB
710f12d2a4 HTML Compliance - Services Status Widget
Element option without attribute label must not be empty.
<option selected></option>
2016-01-01 10:30:51 -08:00
Phil Davis
e7940d2e0a Fix redmine #5722 DHCP validation for master 2016-01-01 14:48:44 +05:45
Stephen Beaver
4606583c22 Merge pull request #2341 from NOYB/HTML_Compliance_-_Interfaces_/_VLAN 2015-12-31 08:43:00 -05:00
Stephen Beaver
ee0e5e6ecf Merge pull request #2339 from BBcan177/patch-2 2015-12-31 08:40:51 -05:00
NOYB
efb86be8fc HTML Compliance - Interfaces / VLAN
A table row was 5 columns wide and exceeded the column count established by the first row (4).
2015-12-31 00:16:25 -08:00