This is 2020. Issue #9245
Fix copyright message years to reflect BSDP -> ESF -> Netgate
Update copyright notices to 2019. Happy New Year
Remove Whitespace
I'm aware this is a very large commit. Let me know if you'd rather have it broken down by file type (ie: PHP/shell scripts) so it would be easier to review.
-RJ
Update the Copyright notice for pfSense.
GET/POST conversions
Revisions to GET/POST conversion limiting POSTs to save, apply, and delete functions - Diagnostics
Remove HTML from strings in diags files
Move copyright from ESF to Netgate
Clean up the text on diag_sockets.php. Fixes #6708
Move to Apache License 2.0
Review license / copyright on all files (final round)
Update include() to include_once()
For safety, use include_once() when including various "side" files.There are a couple of instances of include("guiconfig,inc") that Ichanges to use require_once() to be consistent with everywhere else.The remaining cases of include() are just (hundreds of) head.inc and...
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.
Convert section titles to title case
Internationalize remaining diag* code
Allow thee use of multiple infoblock on a page
Change the automatic information block to look for <div class="infoblock" instrad of <div id="infoblock" Just makes more sense to use a class for this
Adjust more calls to print_info_box with unquoted strings
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
Tidy up some files
"status_rrd_graphcs.php" Remove opening curly bracket
"diag_tables.php" Table header only has one column, however the table body has two, so addmissing column in table header
"diag_sockets.php" Add missing start TR tag
Calling all of these "Page" in the privilege name is redundant since they are all pages and the "WebCfg" prefix implies they are pages.
Completes #5400, #3999, #5405Mote: New ticket will be opened to provide IP address sorting
Fixed #5404
Remove $Id stuff from comment headers
Completes cleanup of header stuff for these files
Diag review
bootstrap usr/local/www a to e minor edits
Merge branch 'master' into bootstrap
Move main pfSense content to src/