Update the Copyright notice for pfSense.
Revisions to GET/POST conversion limiting POSTs to save, apply, and delete functions - Diagnostics
Breadcrumb links
Remove the broken e-mail options from diag_smart.php. Fixes #6393
Print a message about SMART not working on uFW/SG-1000 (smartmontools is not available there)
Move copyright from ESF to Netgate
Move to Apache License 2.0
Review license / copyright on all files (final round)
Always use require_once
The usage of require() and require_once() throughout the system isinconsistent, and "bugs" come up now and then when the order of"requires" is a bit different and some require() happens after theinclude file is already included/required....
Better fix for escaping in ticket #6371
Fix up diag_smart e-mail handling, and the backend config code was broken/making false assumption about the config file as well. Fixes #6371
Diagnostics - Menu - Punctuation
Clean up some punctuation.
Add Hyper-V support to system_identify_specific_platform, and disable S.M.A.R.T. actions in Hyper-V guests. Ticket #6147
Revert "Merge pull request #2728 from phil-davis/form_button"
This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversingchanges made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
Merge pull request #2728 from phil-davis/form_button
Use file-text-o instead of file-o for consistency. Ticket #5965
Internationalize Form_Button text
The text of a Form_Button is not translated internally. Some Form_Buttoncalls already had the button text enclosed in gettext(), this does itfor the remaining ones.
Bring some consistency to the way most buttons are displayed (color, icons, etc). Ticket #5965
Still need to review Advanced buttons and Repeatable block buttons.
HTML Compliance - Diagnostics / S.M.A.R.T. Status / Information & Tests
Remove unused/duplicate ID's; action, device, submit.
Perform HTML entity translation where & is used
Add action to the breadcrumb. Rename 'Information/Tests' to 'Information & Tests' so it does not clash with breadcrumb separator.
Renamed SMART to S.M.A.R.T.
Synchronize page titles with tab titles. Rename some titles in order to be more consistent. Convert page title to title case.
Convert section titles to title case
Fix log radio buttons
add call gettext function for translate
Merge pull request #2302 from ExolonDX/branch_03
Replace FONT tag with SPAN
Replace FONT tag with SPAN tags and Bootstrap CLASS statementEscape double quotes correctly in "system_usermanager_settings_test.php"
Remove $closehead variable
Remove unused variable $closehead
Code style usr local www a-e
Calling all of these "Page" in the privilege name is redundant since they are all pages and the "WebCfg" prefix implies they are pages.
Add some missing privileges to pages
Added use of class autoloading (GUI stuff only)
Any GUI script that loads the guiconfig.inc file will have access tothe autoloader.
Fixed #5403
Remove $Id stuff from comment headers
Completes cleanup of header stuff for these files
Diag review
First batch of copyright updates
Moved action-buttons in-line styling to pfSense.css
Merge with bootstrap
bootstrap usr/local/www a to e minor edits
bootstrap, use require_once for classes/Form.class.php
Merge branch 'master' into bootstrap
Move main pfSense content to src/