Tidy up "pkg_mgr.php"
Table header only has three column, however the table body has four, soaddmissing column in table header
Standardize In / Out queues help text
An "In" got changed to an "It" by https://github.com/pfsense/pfsense/commit/66066eda36fedf4df73bf03c6603ea76f9813327This text already had most uses of the terms "In" and "Out" with capitals. That seems reasonable here so the text is clear about which of the words "in" and "out" are references to the "in" and "Out" queue rather than just ordinary uses of the English words.
Fixed #5557
Potential fox for #5554
Fixed #5555
update styles
correct function call
GUI changes to OpenVPN CSC handling to allow per-server configuration. Ticket #5526
Refinements to #5535
Fixed #5389
make fixed nav a beta option
Oops
Fixed #5535
Fixed #5552 backed out hover dropdown changes for now
style updates
make notices in the navbar an icon
clean up installed packages
clean up crash reporter page
clean up command prompt page
Fixed #5542by converting GET logic with jQuery to update hte selectors dynamically.
Merge pull request #2136 from NOYB/Log_Widget-Source
Fixed #5532
Keep tabs in the same order of pkg_mgr_install.php
Log Widget - Source
Source port is not all that useful in widget view and takes up space better used by destination.Add missing semi-colon.
Remove Thumbs.db accidentally added by PR 2134
Merge pull request #2134 from ExolonDX/branch_04
Merge pull request #2133 from ExolonDX/branch_03
Merge pull request #2132 from ExolonDX/branch_02
Merge pull request #2131 from ExolonDX/branch_01
Type up SCRIPT tags
Tidy up Boolean operators for HTML5
Remove the XHTML standard Boolean operators (makes reading HTML muchsimpler).
Update Form_Input flass
Tidy up some files
"status_rrd_graphcs.php" Remove opening curly bracket
"diag_tables.php" Table header only has one column, however the table body has two, so addmissing column in table header
"diag_sockets.php" Add missing start TR tag
Santize breadcrumb #5527
fix caps
Fixed #5541
Fixed #5537
Unneeded tree/index.html removed per #5536
Fixed #5531
Merge pull request #2128 from NOYB/Services-DNS_Resolver-Listen_Port-Placeholder
ALternative to PR 2118/#5527
Alternative solution to PR 2117/#5527 preserving tab_array consistency.
Listen port type should probably be 'number' instead of 'text'
Listen Port Config Not Being Saved - Correct it.
Services DNS Resolver Listen Port Placeholder
Add default value (53) placeholder.
Add support to set the VLAN PCP (priority code point) in GUI. Pull Request #1757. Ticket #4133
Fix CARP status.
Remove unnecessary code and adjust the code to work with uniqid notation.
Ticket #4858
Merge pull request #2126 from ExolonDX/branch_04
Tidy up various widgets
Fix the uniqid corruption and the IP conflict when editing an existent CARP IP. Ticket #4858
Add -W to netstat call to make sure long interface name will be not truncated. Ticket #5484
netstat is not being used here
Merge pull request #2124 from ExolonDX/branch_02
Tidy up coding style
"service-utils.inc" - be more consistent when using single/double quotes- add missing double quotes in ID statement- remove blank VALUE statement- remove ALT from <i> tag, invalid in HTML5
"status_services.php" - tidy up code style...
Merge pull request #2123 from ExolonDX/branch_01
Type up "installed_packages.widget.php"
Add missing closing > bracketAdd type to SCRIPT tag
Simplify logic
Put some OpenVPN functions into include file
Forum:https://forum.pfsense.org/index.php?topic=103036.msg574854#msg574854
A few functions were in both client and server PHP already and were thesame.build_crl_list() was missing from client PHP.build_cert_list() was slightly different in server and client PHP. I...
Merge pull request #2112 from phil-davis/patch-1
Merge pull request #2114 from NOYB/Services-DNS_Forwarder-Host_Overrides-Case_Sensitivity
Merge pull request #2115 from NOYB/Services-DNS_Resolver-Host_Overrides-Case_Sensitivity
interfaces_ppps_edit text typos
Fix a few text typos.
fix up text
Merge pull request #2119 from PiBa-NL/gateway_interface_route_2.3
move to main styles
clean up inline styles
style list groups
better spacing
Allow gateway outside interface subnet. Fixes #972, #1847, and was checked (on 2.2.5) with that provider to work properly for the IPv4 part. In 2.3 test machine IPv6 also seems to insert the proper routes.
apply hamburger nav change to main pfsense css
change reject icon to hand
add default button color
add rule comments
add active table row css rule
clean up firewall rules tables
fix typo caught by @phil-davis
Fix more privilege text/name/page inconsistencies
Calling all of these "Page" in the privilege name is redundant since they are all pages and the "WebCfg" prefix implies they are pages.
Add some missing privileges to pages
Various updates to privileges and related metadata
More privilege naming fixes.
Ignore ourselves when checking for a duplicate roll #.
Fixes the voucher editing.
Services - DNS Resolver - Host Overrides - Case Sensitivity
Host and domain names are not case sensitive. Maintain display case as entered.
Services - DNS Forwarder - Host Overrides - Case Sensitivity
Remove special code for Status Captive Portal #5529
The Captive Portal Status page has been fixed up so it displays nice stuff when there are no Captive Portal Zones defined.On my system this test did not work consistently anyway. When displaying the Dashboard, Status->Captive Portal was in the menu. When displaying Services->Captive Portal (with no zones defined) then Status->Captive Portal was not in the menu....
comment out fixed navbar option for now
fix top padding for fixed navbar
make hover work only when navbar is horizontal
keep header from wrapping
make dropdowns work on hover
Fixes #5529
Status IPsec inconsistent Logs tab
For some reason Status->IPsec has a "Logs" tab in addition to the"Overview", "Leases", "SAD" and "SPD" tabs. The "Logs" tab takes you offto the logs screens, and so when you click the tab all the other tabsare gone and are replaced by all the "Logs" interface tabs....