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 #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.
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
fix text
Comment typo fix
Fixed #5227 by changing button type to Global
Fixed #5230
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
Remove /usr/share/zoneinfo.tgz and use FreeBSD stock zoneinfo. It fixes #4726
Cert fields should be used for EAP-RADIUS as well.
Removed bogus array_merge()
Fixed bogus array_merge in localid_type selector
Fixed incorrect encryption bits selectorsHide Remote network if mobile
Fix detection of mobile IPsec P1 when editing.
Use product_name global variable in more places
Fixed #5127Don't "foreach($config['menus'])" if there are no menus defined
Corrected page title (which was using incorect PHP format)
Corrected logo hyperlinkChanged Jumbotron font to white so you can actually read the text
pkg 1.6.x upgrade command called with -q is now respecting it
Suppress progreess bar until package system revision is complete
Wizard system completed and tested agains all wizard filesProgress bar added to show progess through wizard steps
Do a service reload of dyndns when changing gateways in case something haschanged. Ticket #5214
Bootstrap conversion mostly complete.Tested with setupwizard.xml and looks good. Couple more thankgs to check so don't test yet please.
Do not run pkg update between first and second step of upgrade process
Remove old references to undefined variable firmwarelock
Call exit after detect another instance is already running, otherwise it would end up deleting pid file
Detect when pkg must be upgraded and do it early, followed by a pkg update to make sure metadata is updated
Fixed #5209
Fixed #5206Completes conversion of the pkg* files
Fixed #5212
Fil;e conversion complete. Tested against multiple packages
Ensure this only contains a partial name, not a path, before attempting to craft a full name and read the file. Fixes #5203.
add 'interface' column to lease_counter table
Cleanup cache and stale packages after install/delete
Add missing ;;
Initial conversion of the file. Most functions completed and tested, but more testing remains