Fix delete confirmation text.
system_routes font-awesome convert
Merge pull request #1993 from heper/patch-2
system_gateways_groups font-awesome convert
system_gateways font-awesome convert
https://forum.pfsense.org/index.php?topic=101343.15
Add confirmation to rule deletion
Include www/classes and www/classes/Form in the PHP include path
Remove unused call to update_status_output()
Remove unused variables
Merge pull request #1980 from jrote1/widgets-overflow
Fixed #5349
Fix widget horizontal scrolling
Changed "Scroll to top of page" icons to more suitable icon from font-awesome
Javascript refine to hide Delete row button if there is only one row
Add more information abou pkg issue, already reported to upstream
Require notices.inc only if it's going to be used
Accommodate possible bug in pkg where progress total is reported as zero
Added font-awesome directory (after rename)
Fixed #5347
Fix source type on edit of NAT outbound rule
Redmine #5347 part (1)
Now uses tempnam() generated file name
Comment typo
Experimental: Fixes #5288
Remove debuggery
Remove bonus ) in pkg.php
Reported in forum https://forum.pfsense.org/index.php?topic=101390.0
Page actions convverted to font-awesome icons
Added support for forn-awesome fonts
Changed name of font-awesome folder
Added Font Awesome icon set
Fixed #5343
Fixed #5342
Merge pull request #1987 from phil-davis/patch-7
Merge pull request #1985 from phil-davis/patch-5
Merge pull request #1982 from phil-davis/patch-2
Merge pull request #1981 from phil-davis/patch-1
Merge pull request #1983 from phil-davis/patch-3
Fix Command Prompt Download and Upload when not in English - Redmine #5343 for master
This one is broken in master (as well as RELENG_2_2) and this code fixes it.
Fix multi-lingual save of NAT mode Redmine #5342 for master
Fixed 5333
Fixup status progress messages for reinstallall
When doing reinstall all packages the "Please wait" and similar messages need to be general about "all packages". There is not a particular package name to put in the message.
Fix case wildcard of package names for reinstallall
Introduced by https://github.com/pfsense/pfsense/commit/e3b43e4bfe5a3e69028c1ab7e0e4a632ff5ee499None of the packages were being matched here, none of them would be reinstalled. A "reinstallall" would complete very quickly with "Success" message but actually do nothing.
For reinstallall there is no pkg specified
Reinstall all packages is currently just displaying the current list of installed packages. It does not prompt to reinstall.Fix this test so that it will not apply to reinstallall. For reinstallall there is no pkg specified in the $_GET. It is invoked from diag_backup.php like:...
IKE auto mode is back, remove this config upgrade code unsetting it.
Fixed #5333
Ignore kernel-debug package when looking for main kernel package
Merge pull request #1974 from phil-davis/patch-1
Merge pull request #1975 from phil-davis/patch-2
Merge pull request #1976 from phil-davis/hte
Merge pull request #1977 from phil-davis/patch-3
Make it possible to _exec to get $_cmd exit code instead of tee one
Use _exit()
Fix #5338: Add -4 and -6 options to pfSense-upgrade to select IP protocol version
These files are not being created anymore, we don't need to remove them
No need to concatenate
Replace mwexec() by mwexec_bg()
Use already defined pkg_prefix variable
Search typo
Explain which thing is blue
On the installed packages table, the Version column version number has a hyper-link to the package changelog. That appears blue all the time. It is when the package name in the "Name" column is blue that there is a newer version available....
Random comment typos like hte
Balance a tag in pkg_mgr_installed
Fix text if current package is newer
Fix array index, 6 was missing
Rework the way GUI reads packages tabs, it fixes #5311
Remove more references to theme, ticket #5333
Fix function name, spotted by mgsmith
Remove config stuff for WEP. on upgrade, disable WEP on interfaces that have it configured and disable those interfaces and generate a notice. Fixes #5123.
Fixed #5336Page now does a sneaky refresh after a successful install/remove so that the menu changesare available right away.
Remove a leftover from merge
Completed #5333
Check unbound root.key file contents, and remove it if invalid, before unbound-anchor runs otherwise it will fail and unbound will fail to start. fsync the file after writing to prevent the problem. Ticket #5334
Hitting "Enter" now same as clicking "Search" button"Where" default to "Both"
package search functionality completed
Fixed #5332
Initial seach box state is open
Change '+' icon to '-' when panel is open
Added search panel. (Not yet functional though)
Make setting charon.plugins.attr.subnet conditional on net_list being set. Setit's value to list of subnets configured as P2's for mobile IPsec. Fixes #5327.
Revision of pkg mgr messages and appearance
REvised appearance uses icons vs buttons
Point changelog to the right repo
Merge pull request #1970 from doktornotor/patch-2
Disable strongswan logging under auth since it's all logged under daemon,so nothing is duplicated. Ticket #5242
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()
Change get_pkg_info() to also return installed_version
Use new installed flag to simplify logic
Make get_pkg_info() add a tag saying when package is installed
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...
Teach get_pkg_info() to deal with an array of packages
Remove WWW: line from pkg desc
Add pkg_version_compare()
Remove fifo debug from internal functions
Use inline function
Check whether the P2 or its associated P1 are disabled before adding NATrules. Ticket #5320
Fixed #5236
Limit the auth methods where "My Certificate Authority" is displayed/saved formobile clients. Fixes #5323.