Rename 'Packages' menu item to 'Package Manager' to better match with 'Cert. Manager' and 'User Manager'
Make 'Installed Packages' first tab, because it is the active tab by default.
Cert is abbreviated word so adding . to stay consistent with the usage of Avail.
Remove "headline" from the breadcrumb. It serves no real purpose, since the action that is being performed is already shown in the panel title + no other page shows action in the breadcrumb.
Add action to the breadcrumb. Rename 'Information/Tests' to 'Information & Tests' so it does not clash with breadcrumb separator.
Show package name in the breadcrumb.
Indicate in the breadcrumb if we are editing list item.
Show interface name in the breadcrumb on DHCPv6 Server page
Show interface name in the breadcrumb on DHCP Server page
Merge pull request #2630 from NOYB/Firewall_Rules_-_for/foreach
Merge pull request #2629 from k-paulius/patch-4
Renamed SMART to S.M.A.R.T.
Synchronize page titles with tab titles. Rename some titles in order to be more consistent.
Use consistent webConfigurator spelling
Renamed 'Wake on LAN' to 'Wake-on-LAN'
Synchronize page titles with tab titles. Rename some titles in order to be more consistent. Convert page title to title case.
Show zone name in the breadcrumb of MAC, IP, hostname and voucher edit pages.
Show zone name in the breadcrumb just like it is shown on Services->Captive Portal pages.
Synchronize page titles with tab titles; Rename few titles in order to be more consistent.
Fix the returned string when no status is found for this CARP.
No functional change.
Firewall Rules - for/foreach
Replace indexing for loops with more readable, and faster on arrays, key/value foreach loops.
FreeBSD doesn't yet support TFC, comment out until it does. Ticket #4688
Only set IFCAPS where they're not already set correctly. Ticket #5887
Refine the way the DNS Forwarder and DNS Resolver are handled via XMLRPC. Fixes #5882
Background 'ipsec up' commands so they don't hang up the web GUI. Ticket #5886
Merge pull request #2627 from phil-davis/patch-2
Remove German from English message text
Merge pull request #2626 from phil-davis/patch-1
Merge pull request #2624 from NOYB/Firewall_/_Rules_-_Prevent_Separator_Orphanage
Merge pull request #2623 from NOYB/Firewall_/_Rules_-_Consolidate_Move_Separators_Function
Merge pull request #2622 from k-paulius/patch-3
Synchronize page title with tab title. Convert page title to title case.
Add colon before zone name to make it more readable.
Synchronize page title with tab title. Renamed GRE to GREs, GIF to GIFs and LAGG to LAGGs to match VLANs, QinQs, etc.
Add missing break
Convert page title to title case
Synchronize page title with tab title
Remove duplicated line in config.inc
This had been duplicated way back in https://github.com/pfsense/pfsense/commit/10e91486fa5c2d467135bcaa887aee83458442a0
Firewall / Rules - Prevent Separator Orphanage
Prevent orphaning separator(s) at the bottom when deleting the rule at bottom of the list.
If URL table file size is 0, force update. Ticket #5848
Firewall / Rules - Consolidate Move Separators Function
Consolidate the moving of separators for add/copy/dup/delete into a generic function.
Delete URL table file when deleting an alias. Ticket #5856
add an option to only validate URL tables, so stray files aren't left behind when input validation fails. Ticket #5848
Parse URL Table alias downloads with parse_aliases_file to ensure only valid contents. Ticket #5848
Prefer dnsmasq's host overrides when it's enabled. Ticket #5883
Fix the state filter after the conversion to pfSense_get_pf_states(). Ticket #5878
Merge pull request #2620 from NewEraCracker/inc-ipv6-docs
Merge pull request #2619 from NOYB/Firewall_/_Rules_-_Display_Separators_Efficiency
Merge pull request #2618 from k-paulius/patch-2
Merge pull request #2616 from k-paulius/captions
Fix typo which caused broken syntax highlighting
clarify help text. Ticket #5880
Add support for IPsec TFC. Ticket #4688
Firewall / Rules - Display Separators Efficiency
Use a list of separator rows to call the display separator function only for rows which there are separator(s). More efficient than looping through the list of separators on every row.
use is_numericint rather than is_numeric for input validation here
use is_numericint rather than is_numeric for input validation here.
Fix IKE version "auto". Ticket #5880
Fix ddns domain name Ticket #4366
Return loopback description for friendly interface. noticed as part of Ticket #4450, applicable across a variety of things.
Fix regression with missing 500/4500/ESP rules for IPsec bound to gateway groups. Ticket #4858
Fix typo. a tag is opened twice.
Fix WebConfigurator spelling.
Fix RADIUS spelling. It is written in all caps.
Remove redundant gettext call
Convert section titles to title case
Change NAT '1 to 1' spelling to '1:1', since latter is used everywhere else
['system']['gitsync'] and ['system']['firmware'] may not be arrays, only unset if they're set to avoid "Cannot unset string offsets". Ticket #5852
Merge pull request #2615 from NOYB/Firewall_/_Rules_-_Page_Efficiency_Upgrade
Add is_array test and change !empty test to is_array test.
Fix dyndns breakage after changes on Ticket #4366
Only show VIPs on the correct interface. Ticket #5844
Merge pull request #2614 from dennypage/master
Merge pull request #2612 from NewEraCracker/php-cleanup
Merge pull request #2611 from NOYB/Firewall_/_Rules_-_Page_Efficiency_Upgrade
Merge pull request #2610 from NewEraCracker/admin-descr-fix
Fix description disappering when editing admin user
Default "State filter" to open, it's too often used to annoy users by having to expand it over and over.