Further refinement to #5223Prevent "Store widget configutation" button from apeparing when opening/closing the available widgets panel.
Fixed #5283
Don't enforce the use of only IPv4 or IPv6 when using IKEv2 since it works fine with IKEv2
Fix shortcut destination for filter rules.
Fixed #5282
Fixed #5281
Comment fix
Fixed #5280
Fixed incorrect labelhttps://github.com/phil-davis/pfsense/commit/d14064550e96b109544507e70780e3f1e6eeed04
Part of fix to 5277
Fixed #5277
Fixed #5276
Fixed #5275
Fixed #5274
improve spacing for non form panels
Fixed #5272
Fixed #5264
Fixed #5265
Fixed #5271
update widget header color and fix collapse toggle
add support for white icons
Fixed #5270
Fixed #5269
add white glyphicons file
Fixed #5268
Fixed #5266
Fixed #5267
Fix #5261 last time I hope
The previous version was considering "Single host or alias" to be "Network"because the !is_specialnet() test came first - and that matched both 'network' and 'single' types, which are both not a specialnet.If have re-ordered the tests so that it is written in a positive order. I think that makes it easier to read....
Fixed 5261 (Properly)
Fixed #5261Corrected src/dst type logic
Partial fix for #5263Added timeout to pkg_call function to prevent GUI lockup when beta.pfsense.org is not available
Merge pull request #1572 from stilez/patch-5
Merge pull request #1942 from heper/patch-3
Merge pull request #1944 from phil-davis/patch-4
Fixed https://forum.pfsense.org/index.php?topic=100250.0
Fixed https://forum.pfsense.org/index.php?topic=100388.0
Fixed #5252
Merge pull request #1945 from phil-davis/patch-5
Fixed #5251Behavior now same as 2.2.x
Fixed #5249 ?
Addessed part of #5248Added tunnel UP/Down indicators
Merge pull request #1943 from heper/patch-4
Fixed #5247Corrected numerous issues in NTP widget
Page converted to POST operation
Delete old commented-out code
Fix #5252 Preserve alias when editing an existing rule
and default src and dst to any when creating a new rule.
Inconsistent aming of labels for alias types
In firewall aliases edit, if you select URL Table (IPs) then the row label said just "URL (IPs)" But if you select URL Table (Ports) then the row label says "URL Table (Ports)" That was inconsistent. I have chosen to add the word "Table" here. We could just as easily remove the work "Table" from the line below.
Converted interfaces_vlan.php from GET to POST for securityAdded Bootstrap attributes to table
Update firewall_aliases_edit.php
cosmetic changes
attempt to address https://forum.pfsense.org/index.php?topic=100232.0
Comment refinement
dhcp_lease_counter fix
i broke the counter when i added the interface column.should be ok now.
Where doing a dynamic DNS update on IPv4, force curl to resolve IPv4 IPs. Ticket #3858
Comment typo
Create a Form_Section if hte XML has not yet defined onehttps://forum.pfsense.org/index.php?topic=100249.0
Fixed #5240
Call /etc/rc.reboot in bg and exit just after that
Completes #5159All duplicated JS removed to included file
Fixed #5236
Fixed #5234Javascript Base64 class was MIA
Fixed #5233
Fixed # 5232
Let user know it's going to reboot if any package of core repo needs upgrade
Check if packages are up to date early
Make sure partition are mounted in rw mode before any operation
Only reboot if there are upgrades from core repo
Remove unnecessary variable
Remove more cases of hard coded pfSense and use product_name
Merge pull request #1803 from nagyrobi/patch-18
Fix typo
Specify PSK for mobile configurations without the leading ID selectors. Fixes PSK mismatches from iOS clients.
fix text
Comment typo fix
Fixed #5227 by changing button type to Global
Fixed #5230
When using eap-radius, if the virtual address pool is left blank, pull the IP addresses from RADIUS instead. (Will need an IP address defined for each account.)Doesn't seem to be possible to pull from either RADIUS or a local pool that I can see from experimenting and looking at strongSwan's docs.
Specify %any where identifier is "any", so the note on these pagesactually works.
Merge pull request #1941 from heper/patch-2
Addresses #5159 by removing hide/show/disable/enable functions to included file
Fixed #5193 clean up user prompts
$mac missing in output
Introduce read_global_var:
- Add a new script, read_global_var, that returns the value of any item contained in global array $g- Replace all grep and sed magic from shell scripts
Preparation #5159 (Javascript refactoring)javascript/pfSenseHelpers.js created and populated with common hide/show/disable/enable functionsfile included via foot.incThose functions removed from firewall_nat_edit.php to test
Improved styling of page title prevents spurious underline
Page title now hyperlink to page
Fixed 5225
Fixed 5225Programmer had mangled element name in if($_POST) section
Introduce read_xml_tag.sh
Create /usr/local/sbin/read_xml_tag.sh, that will read a xml tag fromconfig file using xmllint. Replace all direct read using cat, grep, sed,... by this script
Fix #5220, setup PHP timezone:
- Get defined zoneinfo in the following order: - /var/db/zoneinfo - /cf/conf/config.xml - /etc/inc/globals_override.inc - /etc/inc/globals.inc
Only need to check 'vip' here.
fix comment typo Phil Davis noted
Can't use continue here as it continues the foreach, which skips the "ipfw zone" command, breaking CP for any system that doesn't have VIPs defined.
Restore item accidentaly removed on last commit
Remove timezone from default config, we have a definition in globais.inc now
Remove /usr/share/zoneinfo.tgz and use FreeBSD stock zoneinfo. It fixes #4726
One more hardcoded pfSense name
Cert fields should be used for EAP-RADIUS as well.
Removed bogus array_merge()