Rename NTP tab to Settings to be more user friendly.
Indicate in the breadcrumb if we are editing list item.
Rename 'DHCPv6 Server/RA' to 'DHCPv6 Server & RA' so it does not clash with breadcrumb separator.
Remove Zone: prefix before the zone name to make breadcrumb a bit shorter + it is obvious what it is
Update breadcrumb to match tab name
Show in the breadcrumb if we are modifying floating rule.
Perform HTML entity translation where & is used
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.
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
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.
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
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 #2623 from NOYB/Firewall_/_Rules_-_Consolidate_Move_Separators_Function
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
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
Fix the state filter after the conversion to pfSense_get_pf_states(). Ticket #5878
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
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 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
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
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.
Remove unused CDEF from quality graph
Make RRD lists global, validate graph name using whitelist of known values rather than blacklist of characters, beef up validation and escaping of related values while here. Fixes #5874 for 2.3
Remove executable bit of .inc found in www
Clean up another closing tag followed by opening
Clean up dead code at pkg.php
See c24bb3fc80baef04d7b500e18d69c2ada2abdb76 for where this 'if' block was emptied
Cleanup
Remove closing tag followed by opening tag. Change short_open_tag to full tag and put small instructions on same line.
Show user the URL causing the error. Ticket #5848
Remove process_alias_unzip, which never worked because of variable typo (at a minimum) and wasn't documented as an available feature so people don't expect to be able to use it.
Set same as max_input_vars
Add a comment about the floating rules copy/dup "hack" so the purpose will remain evident in the future.
Don't try to process URL alias if the download fails. Ticket #5848
Further revision to service hiding system
Fix style issues.
Revised hiding
Revised service hiding
Fixed #5867
Review of CARP uniqid changes.
It turns out that current CARP implementation is not much different from an IP alias.
This commit converts the IP alias to also use the CARP uniqid scheme, this simplify the code in all other places because now we have only two different cases to deal with:...
Merge pull request #2600 from NOYB/Firewall_/_Rules_-_Page_Efficiency_Upgrade
Merge pull request #2576 from NOYB/HTML_Compliance_-_VPN_/_IPsec_/_Tunnel_-_Edit_Phase_II
Merge pull request #2602 from phil-davis/patch-2
Merge pull request #2609 from NewEraCracker/bgcolor-removal
Added "Quick" icon to legend
Typo in icon color
Fixed #5860
Fixed #5858Adds an incrementing suffix to service names when there are duplicates
Remove bgcolor attribute and use style instead.
See 24fac9b4b803938d403aab6645a3be028f2531d7 for similar change.
Cleanup some text in wireless options and fix a description.
Merge pull request #2608 from NOYB/HTML_Compliance_-_Diagnostics_/_Backup/Restore
Merge pull request #2605 from phil-davis/patch-1
Fix comparator name and add missing quotes
Comparator name was wrong on system_groupmanager_addprivs.php and quotes were missing around the comparator name at system_usermanager_addprivs.php
A hack for floating rules copy/dup so that separators get moved.
The interface var $if is set to the interface set in the float rule.