Fixed #5429 Fix bad logo
Fix a typo.
Fixed #5425
Fixed #5123
Webgui restarted only if webgui-redirect is changed (Was causing it to always reset)
Completed #5458Cosmetic changes to system information widgetCosmetic changes to pkg_mgr_install.phpRemoved 'Cancel' buttons
Minor cosmetic/text changes
Use pkgid = firmware for firmware upgrade, and call pfSense-upgrade without -u parameter in this case
Remove -R from pfSense-upgrade call, it's used only for testing purposes. While here, add -y to make sure it won't be interactive
Unduplicate pkgid definition
We don't need to go to rw or close fd_log here
Change system information widget to be able to find system updates when it's available
Fix spaces
Remove old code, already commented out
Improve diag_authentication.php redmine #5440
Move the code to select the default auth server so that it only happens the first time into the page. Now if the user selects a different auth server to test, and presses test, the results come back and the selected auth server is re-displayed (rather than the system default auth server being re-chosen every time)....
Merge pull request #2063 from heper/patch-1
Fixed #5443
fix Bug #5440
Clock gif used in reboot.php and pkg_mgr_install.php
Remove debug
Revised base firmware update
Staging
Added changelog links to package versions
Consider broken packages on widget
Use recently added broken item from get_pkg_info
Merge pull request #2062 from heper/patch-1
Completed #5438
Fix spell, thanks @phil-davis
Rework installed packages widget to use current pkg functions. It should fix #5263
Use recently added shortname and changeloglink from get_pkg_info()
Remove unused variables
proposed fix Bug #5433
Fix copy/paste error
Fixed #5433
Fixed group member creationNixed "I/F in button labels (by popular demand)
Allow the webgui style sheet to be selected from the advanced admin page
Changes after testing on real hardware
Further development
Experimental css option
Pretty-up the Child SA byte and packet counts to be easier for humans to read
fix text
Add "(hh:mm:ss)" in fields where time values are displayed in seconds on diag_ipsec.php. Fixes #5364
Completed #5422
Make the unbound advanced page show input error messages and prompts to apply changes when they are made. Move statement that saves _POST to pconfig so that values are displayed correctly after you apply changes.
Remove debugging
Fix #5350. Correct issues with strongswan logging (setting changes did not persist across reboots, setting silent did not work).
Minor cosmetic changes (whitespace, capitalization etc)
Fixed #5420by adding new "Add to top of list" button.Also tidied up the HTML and moved the legend inside hte info-block
Fixed # 5419
Make UPnP status sortable
Fixed #5418
Merge pull request #2054 from heper/patch-1
Merge pull request #2060 from phil-davis/patch-6
Fixed #5416
Various changes in pursuit of tracking down slow page load. As yet not effective :(
For Diag > Ping and Diag > Traceroute, only perform the action on POST, not by following a link/GET. Fixes #5400
Fixed #5351
Enable thermal widget congif panel
Fixed #5412
No XMLRPC Sync checkbox layout
If null is passed for the text to go after the checkbox, then the checkbox does not line up nicely on the page with the other items above and below it. If some text (or even the empty string) is passed then the lineup is all good....
Fix #5411 firewall_nat_edit source negation
And make the "not" checkboxes have the same layout as in firewall_rules_edit. That seems a better place to put the checkbox and consistency between similar GUI screens seems a good thing.
fix Bug #5410
undo earlier commit
fix Bug #5388
Merge pull request #2047 from heper/patch-2
fix Bug #5400
interface=wan could be offline/disabled in multi-wan systems.also, currently no code in diag_ping.php to convert 'wan' => source-ip
Fixed #5405
Cosmetic cleanups
Fixed #5402 by adding multiple fonts to accommodate different OS
sortable library reverted to min version
Restore automatic reload
Fix a warning in setup wizard, close the gettext parenthesis.
fix typo
add dhcp-range to dhcpd & improve layout
fix submit & move back to seperate ACT==delprivid
the code for delprivid was inside ACT==save / when hitting 'save' the post-data for delprivid was already gone
Fixed #5402
Fix calls to ipsec_enabled() added in 179ab6b364
Fixed #5393 by reverting to "Move to here" icon/control
Eliminate a few more cases of $config['ipsec']['enable'].
Mostly when dealing with enc0 interface.
Fix the action of edit button for NAT 1:1 rules.
diag_ipsec.php - show button for child SAs only when some are established. Fix ID used by child SA disconnect button. Fix misplaced curly braces.
Merge pull request #2036 from heper/patch-1
Merge pull request #2053 from phil-davis/r9
Make the display of hardware crypto information more reliable at least for AESNI.
Issue: #4911
Unbound UI Review
Few things found when looking at the Unbound UI code
Completes #5400, #3999, #5405Mote: New ticket will be opened to provide IP address sorting
Fix a typo in function name.
Fix the record type variable name. This fixes the visualization of the selected record type.
Fix the name of interface select box to match the name used in the rest of code.
Without this the interface name was not being saved.