Update the Copyright year of the files owned by Rubicon/Netgate.
More route display changes. Fixes #12257
Change route collection and output. Fixes #12257
All changes are on src/usr/local/www/diag_routes.php
Update the Copyright year.
A subsequent commit will deal with .po's.
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.
auth_check, faster authentication check while automatically refreshing diag_routes
Move copyright from ESF to Netgate
Fixed #6706
Fixed #6705
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...
Fix quoting in diag_routes.php, see ticket #6371
Diagnostics - Menu - Punctuation
Clean up some punctuation.
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.
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.
Internationalize remaining diag* code
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
Type up SCRIPT tags
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.
Fix #5462 diag_routes section heading
sortable library reverted to min version
Restore automatic reload
Fixed #5405
Completes #5400, #3999, #5405Mote: New ticket will be opened to provide IP address sorting
Remove $Id stuff from comment headers
Completes cleanup of header stuff for these files
Diag review
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/