Completed #5356Refactor row toggle javascript
Fixed #5352By replacing interfaces selector options lists with a safer function
Perform table striping via jquery function so that it is correct after selection/de-selection and after re-ordering
firewall_rules Edit text
Standardise capitalsPair up double quotes
system_routes Actions column format
system_gateways Actions column format
system_gateway_groups pair up double-quotes
system_gateways text of edit button
Make it consistent with the others
Converted the background color javascript to jQuery and used it to maintain correct table striping
Add "Actions" text to table header
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
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
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:...
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
Fixed #5336Page now does a sneaky refresh after a successful install/remove so that the menu changesare available right away.
Completed #5333
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)
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
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...
Point people to 'Clear Package Lock' if the reinstall of packages got stuck
Remove all PBIs before upgrade to 2.3, it fixes #5221
Way too many threads on forums with people asking what's going on. The most recent one with user waiting for 9 days (!!!).