fix typo
Respect chroot_dir, ticket #5300
Ticket #5300:
Add a workaround to fix the issue of extensions.ini out of order endingup breaking PHP. Since the only dependency we have is suhosin thatdepends of session, alphabetical sort does the trick for now while aproper solution is not handled by the ports tree
Merge pull request #1961 from davidjwood/ppp-ipv6
improve spacing for non form panels
add missing column header
replace buttons with icons
Ticket #5248 style panels within widgets differently
Merge pull request #1960 from heper/patch-1
Rogue <br /> removedhttps://forum.pfsense.org/index.php?topic=100686.0
Fixed #5296
Use named variables for ppp-linkup command line parameters
Make route deletions quiet - it may well be the routes have already disappeared
Make code dealing with the IPv4 default gateway conditional on the IPv4 link going down
Connect ppp-ipv6 helper script to ppp-linkdown and ppp-linkup
Update firewall_rules_edit.php
https://forum.pfsense.org/index.php?topic=100695.msg561326#msg561326
Fixed #5293
remove stray >
Add field descriptions since there are no column titles. Ticket #5109
Fixed #5292
proposed fix for Bug #5194
https://redmine.pfsense.org/issues/5194
CHanges to correct the TLS logic
Fixed #5248
Fixed errors when no packages installed
Addresses #5248(But needs to be tested with a variety of OpenVPN configurations)
Do not show static arp entries as Online on wol widget, based on PR #1768
Ignore possible erroneously negative temperatures
It's based on 2 pull requests (#1800 and #1801) by nagyrobi
Further refinement to #5290Use pkg_remove_prefix()
Fixed #5290
Fix #5289 Available Packages version display
I left the "View changelog" code that was commented out, for future reference I guess when that data becomes available.$index['version'] is still happily available in the $index array - so it just needs to be uncommented.
Comment type fix
Fixed Swap usageDeleted disk space progress bar
Fixed % sign in mbuf
Fixes #5287
Further update for #5287
Partial fix to #5287More to come
Further updates to pfSense-upgrade-GUI.sh
Script to set up pfSense-upgrade when called from web GUI
Preparation for $5279New wrapper script to be called by web GUI
Fixed #5286COnverted pop-up format to table and added description
Fixed #5034
fix placeholder copy/pasted from CA screen, back to what it was in 2_2
Add support for an IPv6 pool for mobile clients.
Ditch the pencils
Rework pfSense-upgrade script to make it work with nanobsd
Exit script when _exec fails
Fixed #5282
Partial fix for #5181P2 entries now drag/dropable
Fixed #5283
Further refinement to #5223Prevent "Store widget configutation" button from apeparing when opening/closing the available widgets panel.
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 #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
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 #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