Update the Copyright notice for pfSense.
Merge pull request #3462 from phil-davis/percent-s-www
Code with multiple %s in usr/local/www
diag_reseststate sourcetablehelp escape of double-quotes not needed
The backslash escaping of the double-quotes here displays the backslashes literal on the GUI. Escaping is not needed in this single-quoted string.
The confirmation checkboxes on diag_resetstate.php should not be checked by default.
Breadcrumb links
Move copyright from ESF to Netgate
Fixed #6710
(cherry picked from commit 13b92290e0fa367a76016a15ccf5e76ff77b0706)
Fixed #6709
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....
Extra comma, not needed
Removed an extra comma - more correct IMO(cherry picked from commit 90968c493922bd9d80a37fe90d1b9440ca7a2333)
Diagnostics - Remove Personalizations
Remove "you" personalizations.
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.
More icon and button consistency fixes. Ticket #5965
Use print_info_box() to generate alerts
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
add call gettext function for translate
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
Fix more privilege text/name/page inconsistencies
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.
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 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/