Update the Copyright notice for pfSense.
Remaining required fields for Diag pages
Required fields in diagnostics
Move copyright from ESF to Netgate
Use -l with traceroute6 to show both IP Addresses and Hostnames when resolving hops. Add note about max ttl/hop limit in source comment. Fixes #6715
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....
Miscellaneous Textual Corrections
Diagnostics - Menu - Punctuation
Clean up some punctuation.
Fix syntax error in diag_traceroute
The semi-colon is not needed here.Reported by forum: https://forum.pfsense.org/index.php?topic=108643.0
Remove apparent pointless function (2nd occurance)
Revert "Merge pull request #2728 from phil-davis/form_button"
This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversingchanges made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
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.
add call gettext function for translate
Cleanup of diag_traceroute
1) Internationalize2) If there was a problem, then display it with print_info_box() up the top of the page.3) Redisplay the user-selected IP protocol and source IP after a test. Previously those user selections always got reset to IPv4, any....
IMHO this looks better in 'pre' tags than nl2br
Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used
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.
Added use of class autoloading (GUI stuff only)
Any GUI script that loads the guiconfig.inc file will have access tothe autoloader.
For Diag > Ping and Diag > Traceroute, only perform the action on POST, not by following a link/GET. Fixes #5400
Diag review
Correction per Phil Davis
First batch of copyright updates
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/