Move to Apache License 2.0
Review license / copyright on all files (final round)
chmod 0644 php web pages
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....
Fixes to linguistic issues introduced by recent commits
1) encryption vs decryption typos. 2) unnecessary sprintf.
Diagnostics - Remove Personalizations
Remove "you" personalizations.
Use less confusing button text/colors/icons for Factory defaults/Halt/Reboot. Ticket #5965
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.
Synchronize page titles with tab titles. Rename some titles in order to be more consistent. Convert page title to title case.
Internationalization of diag_defaults
A couple of typical fixes here:1) Actually wrap the "Are you sure...?" question in gettext()2) Use a single gettext() call combined with sprintf() and %s etc to construct a sentence in a single go.3) Use %s rather than just appending a variable at the end of a sentence of text. That way there is no assumption that the variable text must go at the end in every language....
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
Tidy up "diag_defaults.php"
Add Bootstrap look-n-feel to diag_defaults.php
Calling all of these "Page" in the privilege name is redundant since they are all pages and the "WebCfg" prefix implies they are pages.
Remove $Id stuff from comment headers
Completes cleanup of header stuff for these files
Diag review
Correction per Phil Davis
First batch of copyright updates
Moved action-buttons in-line styling to pfSense.css
Merge branch 'master' into bootstrap
Move main pfSense content to src/