Update the years in the Copyright notice.
Update copyright years to include 2023
Update the Copyright year of the files owned by Rubicon/Netgate.
Update the Copyright year.
A subsequent commit will deal with .po's.
Merge pull request #4330 from vktg/doublerootqueuefix
Cleanup status_queues.php code. Issue #10613
Status / Queues root queue bandwidth calculation fix. Issue #3381
This is 2020. Issue #9245
Fix random typos
Fix copyright message years to reflect BSDP -> ESF -> Netgate
Fix more illegal offset errors. Issue #9366
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.
status_queues, provide 'realtime' statistics-retrieve 'current' numbers from pfSense
not using qstats provides the following advantages:-no long lag which requires 18 updates to get 90% accurate values on screen-showing queue's in 2 browsers does not show half the value...
Change a few more instances of using the physical interface to the friendly interface in status_queues.php, which allows root queues to function with the new VLAN interface names. Fixes #8007
Fix status_queues.php for the new VLAN interface format. Fixes #8007
Refactor get_configured_interface_list_by_realif remove unused parameter
Standardize privilege name capitalization
While looking at some privilege stuff, I noticed that variouscapitlization looked inconsistent down the list. This makes the listlook more consistent.
status_queues.php - remove redundant escaping
Move copyright from ESF to Netgate
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....
status_queues.php, default packet_s to 0 if it falls through to that point. Ticket #6329
Don't divide by 0. Ticket #6329
Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
Synchronize page titles with tab titles. Rename some titles in order to be more consistent. Convert page title to title case.
Fixed #5867
Fix #5794 remove print_info_box_np chackes for gettext("apply")
1) Get rid of the stristr() checks to "guess" if an apply button shouldbe used.2) Change print_info_box() so it can take a button name of "close" , "apply" or none to decide which button to show....
Replaced jQuery to $ in same files
add call 'gettext' function in the status menu files
Remove unneeded var
Simplify HTML
Bootstrap style select element
All simple php echo to short
Short version is far more used than long php echo. This brings all code to same standard where possible.
Fixed # 5770Gave page a makeover
Improved infoblock system no longer needs sufficies if more than one per pageRemoved long commented out script
Redmine #5759 print_info_box style
Define the 'success' 'info' etc style of calls to print_info_box()
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 "status_queues.php"
Remove duplicate BODYTidy up BR tag correctlyAdd COLPSAN statement to "interface" rowWrap BGCOLOR in a STYLE statement (should really be defined as a CLASSstatement)Remove FONT tagRemove NAME statement in DIV tagUse double quotes for consistency
Calling all of these "Page" in the privilege name is redundant since they are all pages and the "WebCfg" prefix implies they are pages.
Copyright and license cleanup
- Remove personal copyright from people who assigned it to employer (ESF)- Remove $Id$- Remove extra spaces
EOL whitespace and header consistency for www
Revision to teh file to fix header issues
Multiple fixes to status_queues.php - NOT YET TESTEDFixed #5166 - Shows IPv6 addresses
Removed debugging echo statement
Used bootstrap progress bar for queues' stats and used glyphicons
changed status_queues.php file
Modified the files for Bootstrap
Move main pfSense content to src/