Remove unused variable
fix text
CURLOPT_SAFE_UPLOAD's default changed to false in PHP 5.6. Restore former behavior for crash reporter. Ticket #5427
radvd only allows 3 RDNSS servers to be specified, otherwise exits with "too many addresses in RDNSS section".
Ticket #5471 partial convert to font-awesome fonts
add dark theme (work in progress)
update pfsense styles
Nix hte spinning clock
Experimental countdown timer
Added pietimer lib by popular request.
Moved theme back to system.php
Fixed #5467
Fixed saving of auth password
Fixed not saving spoofed MAC
Fixed #5463
Fixed #5465
Experimental fix for #5463
Use manual stirping on table load
Merge pull request #2074 from phil-davis/patch-10
Merge pull request #2073 from phil-davis/patch-9
Merge pull request #2072 from phil-davis/patch-8
Be consistent with "Download file"
The download section is headed "Download file" but the upload section was "Upload a file".Be consistent - I have chosen to change to "Upload file".Could just as easily make the download heading "Download a file".Not sure it matters - just use the same convention in both places.
Fix #5462 diag_routes section heading
Fix Packet Capture section heading
and provide some text for the 'dnsquery' checkbox - this makes the checkbox line up properly in the columns.
pkg_edit.php - base64 encoding/decoding fixes (Bug #5134)
Currently, the base64 is only usable for textarea fields - see Bug #5134 for details.
This adds base64_decode() to input and password field types if <encoding>base64</encoding> tag is set for those fields (also for rowhelpers) to prevent the values from getting perpetually re-encoded which makes it unusable for those field types....
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
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