Show "Top of page" arrows only when required (page > window)
Fix show categories
Fix inverted version comparison
Use information from pkg to show installed packages
Sort return of get_pkg_info()
Use new installed flag to simplify logic
Remove unnecessary functions verify_all_package_servers() and check_package_server_ssl()
Rework pkg_mgt_installed.php:
- Use complete name for get_pkg_info() filter parameter- Remove unnecessary calls to verify_all_package_servers and check_package_server_ssl- Remove unused and commented out tabs- Use new pkg_version_compare() to compare package version, it...
Use inline function
Fixed #5236
Limit the auth methods where "My Certificate Authority" is displayed/saved formobile clients. Fixes #5323.
Fixed #5045
Partial fix for #5045
Cleanup unused code:
- Remove xmlrpcbaseurl from globals- Remove xmlrpcpath from globals- Remove embeddedbootupslice from globals- Remove call_pfsense_method()- Remove check_firmware_version()- Remove get_active_xml_rpc_base_url()- Remove zeromq.inc...
Remove all PBIs before upgrade to 2.3, it fixes #5221
Use _echo, not echo
Comment typo
Fixed #5316
Validate that the Mobile Client settings have a valid RADIUS server selectedas the source for user authentication when EAP-RADIUS is selected as thephase 1 authentication method for mobile IPsec. Fixes #5219.
Fixed #5315Converted to jQuery and added functionality to edit/save alternate URL
Corrected invalid "onchange" handling
Fixed 5310traffic_shaper_wizard_lulti_all* updated and tested for correct operation/appearance
Partial fix to #5310wizard.php updated to generate jquery not javascripttraffic_shaper_dedicated.xml and .inc updated to correct multiple "Next" buttons and other display issues.(Need to do same for the other TS wizard)
Revised to use print_input_errors() for consistency
Fixed #5310
Fixed serial speed selector
Fixed #5291 - Reinstalling pfSense-pkg-openvpn-client-export
Removed debugImproved package detection
Added "reinstall all packages" functionality (accessed via diag_backup.php)
Tidy some text in package install code
1) The "Beginning package removal" "Beginning package installation"... heading above the text box that displays the progress text output is never updated along the way, so it always says "Beginning...". It seems easy to just remove the word "Beginning" - the detailed progress is in the text box below, and the "please wait"/"completed"/"failed" appears below the text box already....
Changed fifo name to *.sockCosmetic only
Use a socket to talk with pkg and write json file to GUI
Fixed #5259
Fixes #5291Fixes #5279
Merge pull request #1689 from jlduran/l2tp-mschapv2
Move kill tail process to _exit()
Auto-add firewall rules for DHCP Relay, same as is done for DHCP Server. Add filter reload to DHCP Relay config so rules are immediately added/removed. Ticket #4558
fix typo, spotted by Phil Davis
fix typo
pfSense-upgrade revised to kill tail on exitpkg_mgr_install.php revised to catch json deocde error on partial lines read from file
Revisions
clean up empty lines
Add all remaining log types to status.php. Ticket #5304
Remove old logfile before start
Add quotes
Do not accept blank logfile
Change -l parameter to receive a complete path for logfile
_force must be local
Do not stop when package is up to date and force flag was passed
Changes to accommodate new pfSense-upgrade
Reminder
Add -f option to force package reinstallation
When -p is used, read fifo content and write it to a file used by GUI
Merge pull request #1963 from davidjwood/ppp-ipv6
DEBUG set to false for testing
Multiple changes to clean up the package installaion system by causing the installer to run in the backgroundwhilst monitoring its output via AJAX to provide a better GUI display.Work in progress !
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
Move ppp-ipv6 helper script into the correct location
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.