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.
* '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
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.
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.
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.
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.
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
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.
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 .">
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.
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">
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">