Skip ro mounting to make nanobsd permanent rw mode regardless of config. Ticket #6184
Show patchlevel together with product version on banners and system information widget
Ensure $nat_if_list is always an array before it is used as one. Fixes #6307
Fix typo
Bump net.raw.recvspace and sendspace defaults. Ticket #6223
Fix missing interface in pool edit. Ticket #6303
Hide freelogins_resettimeout on disable
Reboot after upgrade when meta package version changed
Merge pull request #2927 from NOYB/Miscellaneous_Textual_Corrections
Remove a debug leftover
Miscellaneous Textual Corrections
Skip LAN properly with static IP WAN and one interface. Ticket #6093
Merge pull request #2923 from NewEraCracker/patch-1
Remove stray colon
System Menu - Textual and Punctuation Corrections
Fix extrat return statement
Fix branch description
Fix #6137:
- Uninstall all packages on current system before upgrade usingpre_upgrade_command script- Create a file containing all packages previously installed andreinstall them on first boot after upgrade
Test for internet connection 3 times trying to reinstall packages after upgrade or config restore. Fixes #6180
Fixed #6920 - Missing input element
Merge pull request #2920 from NOYB/System_/_Update_-_Textual_Alteration
Merge pull request #2919 from NOYB/System_/_Update_-_Punctuation
Merge pull request #2918 from phil-davis/patch-4
Fixed #6287
System / Update - Textual Alteration
System / Update - Punctuation
Clean up some punctuation.
Comment typos in pkg_mgr_install.php
Omit local identifier for mobile PSKs. Ticket #6286
Retrieve firmware versions via Ajax so we don't hang the GUI if unable to reach the server
Merge pull request #2917 from phil-davis/patch-4
Merge pull request #2916 from phil-davis/validaliasmsg
Merge pull request #2915 from NOYB/HTML_Compliance_-_Setup_Wizard
Fix #6251 Brackets around Mbuf figures
Provide better messages for invalid alias name errors
HTML Compliance - Setup Wizard
Setup Wizard - Punctuation
Reduce values of FETCH_TIMEOUT and FETCH_RETRY to help ticket #6177
Merge pull request #2913 from NOYB/Diagnostics_/_Packet_Capture
Fix Hyper-V SMART disable on widget. Ticket #6147
Diagnostics / Packet Capture
A few textual alterations.
Fix input validation check. Ticket #6231
PPP here, not L2TP. noticed by https://forum.pfsense.org/index.php?topic=110686.0
darken background colors
Merge pull request #2912 from phil-davis/patch-4
Merge pull request #2911 from NOYB/Diagnostics_-_Menu_-_Punctuation
Extra comma, not needed
Removed an extra comma - more correct IMO(cherry picked from commit 90968c493922bd9d80a37fe90d1b9440ca7a2333)
Fix #6267 Load value of direction on edit
Diagnostics - Menu - Punctuation
Allow port specification for Unbound domain overrides. Also fix display of input errors. Ticket #6091
Fix text.
Add validation to prohibit IPv6 on firewall_nat_edit.php, where it will generate invalid ruleset. Ticket #6265
localip and gateway aren't used when type is PPP, remove here. Ticket #6264
Fixed #6259 (Gateway widget form layout)
Reduce log level for RELEASE versions. Fixes #6178
Merge pull request #2909 from phil-davis/patch-4
Merge pull request #2908 from NOYB/Status_/_System_Logs_-_Punctuation
Merge pull request #2904 from NOYB/Status_/_IPsec_/_Overview_-_Few_Fixes
Merge pull request #2900 from NOYB/VPN_Menu_-_Punctuation
Fix #6251 Temperature on System Information Widget
It just seems that some infrastructure for a temperature bar had been put in place, but the code never finished to actually do it. But I am a bit surprised that it has taken so long for someone to report this....
Status / System Logs - Punctuation
Status / IPsec / Overview - Few_Fixes
1) If there is no IPsec status response display an info box wrapped in table tags to prevent horizontal scroll bar.2) Correct colspan to match header columns.3) Punctuation.
Fix #6244 Put back byte counts on Status Interfaces
Merge pull request #2899 from phil-davis/patch-4
Use leftsendcert=always where leftcert is defined. Ticket #6082
Hyper-V SMART - didn't intend to commit that part. Ticket #6147
Add Hyper-V support to system_identify_specific_platform, and disable S.M.A.R.T. actions in Hyper-V guests. Ticket #6147
fix indent on dhcpdv6 sntp-servers
Hostnames are valid for NTP servers in DHCP Server. Ticket #6239
Further fix for tun/tap and topology
Fixed #6236
Prevent configuring the same parent and VLAN ID multiple times. Ticket #6183
VPN Menu - Punctuation
Clean up some VPN menu punctuation.
Don't foreach unless it's an array. Ticket #6142
Similar thing to https://github.com/pfsense/pfsense/commit/13dab3538fe8b6c1688142c89a017520ad0aaac6 should be done here in upgrade_130_to_131()
Add config upgrade code for CARP IPs on gateway groups, GRE and gif. Ticket #6222
Update VIPs CARP parent on upgrade. Ticket #6164
Merge pull request #2883 from NOYB/Periodic_RRD_&_DHCP_Leases_RAM_Disk_Backup
Add 200000 to max cache while we're at it. Ticket #6230
Feature #6230 Increase Unbound Host Cache
This is very easy to do, if people are happy to have 100,000 as an option.
WArn user on selecting non pfSense theme/css
Fix #6173 Refactor NAT Edit src type matching
1) Remove a couple of unused calls to is_specialnet()2) Change srctype_selected() to use a similar scheme to dsttype_selected() to decide if the existing value matches one of the dropdown list items.3) Items like "WAN net" and "LAN net" in the src type dropdown were showing as just "WAN" and "LAN" in the dst type dropdown. Fixup the build_dsttype_list() code so it does the same as build_srctype_list() when making the text for those interface networks.
clean up jquery-ui themes and add images
Show insertion point icons only if one or more rules have been selected
ALternative fix for #6092 uses icon to indicate insertion point rather than cell border.
Do not try to show files that don't exist anymore on 2.3
Updated #6092 as requested
Merge pull request #2894 from NOYB/Services_-_Punctuation
Merge pull request #2893 from phil-davis/patch-4
Switch domain overrides from stub-zone to forward-zone. Ticket #6065
Services - Punctuation
Clean up some services menu punctuation.
Fix #6173 Use correct list of special nets
is_specialnet() was only using a smaller list of "special nets", so when you have a VIP as the selected special destination it was not matching it up on edit, and thus "forgetting" the special VIP selection.build_dsttype_list() already makes a good list of special destination types. That list includes all the "special" VIPs.
Password isn't required for growl. Ticket #6221
Add validation of address family and protocol combinations. Ticket #6219
Add validation of address family on IP aliases with CARP parent. Ticket #6218
Rebase / Update config version.
Move the install cron job calls into an if/else so they are not added then immediately removed.
Periodic RRD & DHCP Leases RAM Disk Backup
Remove these cron jobs on full install if not using ramdisk.
Fix text style
Fixed #6214 by splitting the "Client settings" section into "Client settings" and "Advanced client settings"