Use include() to add logo content and use complete path
update svg logos to pull from file
update top nav bar logo
update favicon
Eliminate Gold menu item
Change login page footer positioningChange paid support link to https://www.netgate.com/support
Refactor get_configured_interface_with_descr remove unused parameter
Add user option to sort interface names
Fixed: #7251Force JS and CSS files to reload if hte file mtimes change
Comment typos head.inc
Fixed DIVIDER issue caused by the addition of msorts to the menu
logout via POST
Revert "Fixed #6753" User feedback suggests the sorted menu was better, despite the lack of consistency elsewhere.This reverts commit e5d339735836fd55b0fa944d5d7e472793785e30.
Merge pull request #3490 from phil-davis/sethelp-review3
Do not attempt to translate '-DIVIDER-'
'-DIVIDER-' is a keyword here. If someone does translate this, then the divider is going to go missing when in their language.
user/local/www inc file gettext improvements
Merge pull request #3403 from phil-davis/no-empty-menu
Allow external links to show in menus as they will never match privileges and they are not items that need to be restricted.
Do not show empty menus
Format of username in Logout
Add username to logout menu and icon
I find it difficult to work out who I am logged in as. Other software often provides some indication of who is the current logged-in user. An easy way to do this is to add it to the "Log out" text. Then it can be seen either by hovering over the "Log out" icon, or in the System menu....
Breadcrumb links
Breadcrumb links support
Fix username reference
Allow admin to clear notices
Add privs to control display of notices
This is a suggested way to allow control of the display and clearing ofnotices. The use case is:1) A user with minimal page privs (e.g. can just change their password,or access a few status pages or...) should not be automatically able to...
Fix #3454 Do not show Mark All as Read button when no priv
If the user does not have access to index.php then the "Mark All as Read" button for the notices popup does not work for them anyway, so do not show it.This fixes the obvious UI inconsistency - where the user has a button that they press, but it is not effective.
move export button to heading for status monitoring page
Change (assign) to Assignments in Interfaces menuAdd HTML divider in Interfaces menu to separate actions form the interface list
Revise filter_reload page to display entire reload_filter_status contents, not just last line
Fixed #6753Interface menu entries no longer sorted for consistency with other GUI instances
Deprecate nanobsd platform and remove all conditionals that uses it
Retire restart_httpd.php
Retire diag_nanobsd.php
Format file_notice alerts in webgui with newline characters as <br/> for easier reading.
Move copyright from ESF to Netgate
Remove defunct link to the devwiki site. Everything is on doc.pfsense.org now.
Move to Apache License 2.0
Review license / copyright on all files (final round)
change order of css files in head element
Merge pull request #3018 from phil-davis/usersettings
Revert "adding privileges and separating DNS Resolver overrides from general settings"
This reverts commit fc76a1e390c8ce9579df31457c74d1d0e572b78d.
Feature #6388 custom GUI preference settings per user
Merge pull request #2935 from cfazendin/hostname_menu
Merge pull request #2891 from gottaloveit/dns-overrides-privs
Comment typos
I can't resist fixing them when I see them.
Sanitize notice output here as well. Ticket #6154
Revert "Added option to System > General Setup > webConfigurator to change the title of the Help menu in the navbar to either the system hostname or fqdn."
This reverts commit e3c5006b819063863f44fd2314dd635bd26e8a8c.
Added option to System > General Setup > webConfigurator to change the title of the Help menu in the navbar to either the system hostname or fqdn.
Fixed #6306 Please enter the commit message for your changes. Lines starting
adding privileges and separating DNS Resolver overrides from general settings
Make services POST only by providing JS code in pfSenseHelpers.js
Fixed #6104 by changing trash icon to trash-o icon so that the JA configmation is not triggered.
Suppress dashboard save icon until needed.
Temporarily disable PR 2750 pending revision by NOYB
organize assets and put 3rd party into vendor folder
replace undo with times icon for closing
Status / Dashboard - Conceal save icon when not dirty.
change to class for multiple update locations
Merge pull request #2722 from NOYB/Status_Monitoring_-_Settings_Panel_Collapsible
More icon and button inconsistencies. Should be the last batch. Ticket #5965
Status Monitoring - Settings Panel Collapsible
Make the status monitoring settings panel collapsible with page load state configurable in general setup associated panels show/hide.Replace Update button with refresh icon on title bar.
Required by FreeBSD-Ports pull request #78 Status Monitoring - Settings Panel Collapsible.
Remove Status -> RRD Graphs in favor of Status -> Monitoring. Ticket #5498
Read xml files from /usr/local/share/pfSense/menu and load menu entries
Merge pull request #2677 from NOYB/Title_Bar_Shortcuts_Privileges
Status / System Logs - Manage Logs Panel Access
If the user does not have access to status logs settings page, then exclude the manage log panel from the page.
Title Bar Shortcuts Privileges
Only display title bar shortcuts the user has privileges for.Confusing and inconvenient being sent to the home page when clicking on those. Then have to browse back to where you were.
Fix this test. Fixes #5909
Fix typo in diag_command
Renamed exec.php and edit.php
Fix Dashboard privilege edge case and show full Help menu to users with the Help privilege. Fixes #5909
Correct if statement
Close p tags, wrap first sentence in p tag for proper styling.
Fix word case
Remove unused variable.
Merge pull request #2658 from NOYB/Available_Widgets_Icon_Missing
May as well fix this while here.
Replace style cursor:pointer with bootstrap class icon-pointer.
Fix for but #5901
Move the widgets save out of index.php jquery and into head.inc php along with it's counterpart the available widgets icon.
Align notification and logout icons to the right, to make them stand out from the menu items.
Do not generate empty tags if there is no link.
Remove Help -> Search Portal menu entry, it fixes #5894
Make HTML conformant with standards
Escape '&' via htmlspecialchars.
Rename 'Backup/Restore' to 'Backup & Restore' so it does not clash with breadcrumb separator.
Rename 'DHCPv6 Server/RA' to 'DHCPv6 Server & RA' so it does not clash with breadcrumb separator.
Rename 'Packages' menu item to 'Package Manager' to better match with 'Cert. Manager' and 'User Manager'
Cert is abbreviated word so adding . to stay consistent with the usage of Avail.
Renamed SMART to S.M.A.R.T.
Renamed 'Wake on LAN' to 'Wake-on-LAN'
Remove executable bit of .inc found in www
Remove Non-Existent Class - help-icon
Remove non-existent help-icon class statements from index and head.
Handle individual status_logs help references
Fix #5794 remove print_info_box_np chackes for gettext("apply")
1) Get rid of the stristr() checks to "guess" if an apply button shouldbe used.2) Change print_info_box() so it can take a button name of "close" , "apply" or none to decide which button to show....
Internationalization graph guiconfig head index
Use icons instead of text.
Shorten titles to be more consistent with other title bar shortcuts and also match the option setting title.
Apply recommended changes.
Special Panels - Show/Hide
Add configuration option to show or hide special panels.When a panel is hidden a button is displayed on the page title bar to toggle the panel display.
Redmine #5759 print_info_box style
Define the 'success' 'info' etc style of calls to print_info_box()
Open help link in a new tab