Fix UTF8 in base64 decode
Update translation files
Regenerate pot
Fix #7452 save new gateway
Merge pull request #3683 from luckman212/dhcprejectfrom-patch-1
Merge pull request #3584 from doktornotor/patch-11
Merge pull request #3555 from doktornotor/patch-2
Merge pull request #3567 from doktornotor/patch-6
Merge pull request #3598 from PiBa-NL/phpsessionmanager
Merge pull request #3673 from PiBa-NL/20170326_get_stats
Merge pull request #3685 from phil-davis/sort-if-names
Add "address".
Merge pull request #3634 from bonki/dyndns-usepublicip-hint
Merge pull request #3636 from luckman212/ipv6-etc-hosts-fix-1
Merge pull request #3608 from jxmx/7206_route53
Fixed #7445Now properly handles service names that contain hyphens
Fix an apparent typo
Don't use usepost on firewall_rules.php for the tabs.
Add user option to sort interface names
Updated help text to be more accurate as per jim-p suggestion.
getstats, further cleanup unused code, e.g. removing updateInterfaceStats and updateInterfaces javascript functions
Add hint to web interface that DynDNS will automatically try to fetch the public IP in case the selected interface's IP is private.
Adds ability to ignore DHCP offers from multiple servers- Forum thread: https://forum.pfsense.org/index.php?topic=124046.msg705100#msg705100- related dhclient source:https://github.com/pfsense/FreeBSD-src/blob/devel/sbin/dhclient/clparse.c#L945
changed files:...
Merge pull request #3674 from PiBa-NL/20170326-pkg-tabs
Remove duplicate write_config from diag_dns
Redmine #7435 Fix edit problems due to POST id code
Add underscores to is_port* function names
load package add-on tabs into config to avoid parsing all installed package xml's, fix tabgroup filter
get_stats, optimizations. -dont call unused interface statistics functions -call get_mbuf only once (its netstat call is cpu intensive.) -dont stack multiple pending request in browser if responses are slow.
Provide functions for checking port range alias combinations
Show the button to reset CARP demotion status even when the value is negative, and change the reset code to accommodate. Also fixup text in that dialog. Fixes #7424
Redmine #7422 remove bogus z at end of words
Fix display of BIOS only on Sytem Info widget
Show BIOS information in the system info widget, if it exists in kenv.
Add reason to write_config() call
Add reason to write_config() calls
Integrate new interfaces widget AJAX
Merge branch 'master' into multiple-copies-of-widgets-1
Merge pull request #3639 from doktornotor/patch-26
Merge pull request #3650 from phil-davis/nat-description
Merge pull request #3657 from phil-davis/traffic-graph-widget-filter-none-button
Merge pull request #3656 from phil-davis/traffic-graph-widget-filter-handle-none-to-display
Merge pull request #3655 from phil-davis/traffic-graph-widget-filter-checkboxes
Merge pull request #3649 from doktornotor/patch-31
Merge pull request #3648 from doktornotor/patch-30
Merge pull request #3645 from phil-davis/patch-5
Merge pull request #3643 from phil-davis/disable-alias-popup-in-rules-7381
Merge pull request #3634 from doktornotor/patch-23
Merge pull request #3633 from doktornotor/patch-22
Merge pull request #3605 from doktornotor/patch-7
Merge pull request #3610 from stilez/patch-57
Merge pull request #3628 from doktornotor/patch-17
Merge pull request #3630 from doktornotor/patch-19
Merge pull request #3632 from doktornotor/patch-21
Merge pull request #3594 from doktornotor/patch-13
Merge pull request #3529 from Chrisc-c-c/Fix-List-Sort-Order
Redmine 7182 Allow multiple copies of widgets on dashboard
Redmine #7318 None button for Traffic Graphs Widget filter
Traffic Graphs Widget handle no items selected for display
Convert Traffic Graph Widget to use checkboxes for display selection
Traffic Graphs Widget whitespace
Redmine #7318 None button for widget filters
Handle widgets having no items selected for display
review point fixed
typo
No need to check for HTML in NAT 1to1 or NAT Out descr
No need to check for HTML in NAT descr
replace setHelp() on section with staticText() and textual change requested
Make sure that array exists before using foreach() (Bug #7399)
Textual change as requested
Textual changes requested
Remove input validation since there is no user input here.
Don't display the "export key" icon if there is no key to export. e.g. If hte cert was created from a pasted-in CSR
Base64 encode private key
Add the ability to save a private key with the newly signed cert
Revised certificate selectors to use refid rather than index
Deleted CSR key textarea - No longer required
Merge pull request #3515 from marjohn56/master