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...
Merge pull request #2352 from phil-davis/status_graph
Fixed #5733
Add back display description option for status_graph
The code that provides the data for this is already inbandwidth_by_ip.php in both 2.2.* and master 2.3.The description option is in the Display dropdown list in 2.2.*, but itgot missed in the bootstrap conversion and integration process....
Correct "noWrap" in text areas. (Function is not actually used by anyone, but it might as well work just in case.
Merge pull request #2351 from NOYB/HTML_Compliance_-_Firewall_/_NAT/_1_1_/_Edit
Redmine #5731 Error when setting various system log settings from factory default config
Forum https://forum.pfsense.org/index.php?topic=104762.0
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 .">
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.
Merge pull request #2347 from NOYB/HTML_Compliance_-_Firewall_/_NAT_/_Port_Forward_/_Edit
View revisions
Also available in: Atom