Fix form submission fields
Submitting one form may lead to any other filled forms to be also submitted. This commit fixes this flaw
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
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
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
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)
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
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
Hostnames are valid for NTP servers in DHCP Server. Ticket #6239
Further fix for tun/tap and topology
Fixed #6236
VPN Menu - Punctuation
Clean up some VPN menu punctuation.
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
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
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"
Allow upload of favicon.ico without prefix adding
Merge pull request #2890 from phil-davis/patch-4
Merge pull request #2889 from NOYB/Firewall_-_Punctuation_-_Clean_-_Up
Fix #6212 Really disable checks
Belts and braces here - I the setTimeout is not done then the other bits of code do not get called anyway, but I took them all out to make sure there is no way to accidentally do the update check when it is disabled.
Fix validation of v4 in v6 rules and vice versa. Ticket #6211
Fix selection of dsttype in configs with VIPs defined. Ticket #6173
Firewall - Punctuation Clean Up
Some punctuation clean up.
(diag > edit file) page styling
(diag > command prompt) page styling
pad button groups
Fixed #6095 remove logo from wizards
add jquery ui themes for status monitoring
Merge pull request #2882 from phil-davis/patch-4
Merge pull request #2880 from LucaTNT/patch-1
Merge pull request #2879 from NOYB/Firewall_NAT_-_Remove_Pencil_Icon_From_Aliases
Merge pull request #2875 from NOYB/Interfaces_-_Punctuation
Use English spelling for var name
For future maintenance it might be easier if this var name is spelled with the usual English spelling.
Merge pull request #28881 from phil-davis/patch-4
Fixed #6175
pfSenseHelpers white space formatting
Just a bit of white space and formatting to standardize this code, and a couple of typos in comments.
Added back GET parameters support (as in pre-2.3)
In version 2.3 the Traffic Graph page switched from GET to POST parameters to control the graph.This patch restores the old functionality, which was useful to bookmark a given graph configuration.
Fixed GPS display sprintf => printf
Removing focus from the anchor gets rid of the annoying dotted box
Update widget to POST link
COmment fix
Make services POST only by providing JS code in pfSenseHelpers.js
Merge pull request #2866 from NOYB/Firewall_/_Rules_-_Underscore_Line_Wrap
Trim the OpenVPN tunnel network before use, and on save. Fixes #6198