Remove bogus warning on limiter/shaper deletion. Issue #9334
This is 2020. Issue #9245
Fix copyright message years to reflect BSDP -> ESF -> Netgate
Update copyright notices to 2019. Happy New Year
Remove references for new classes instances adding a temporary variable. We will revisit it later
Revert "Do not assign classes with =& to make PHP 7 happy"
This reverts commit e33c96162a33b52a9152ce0b05dba8b25f1dc2b4.
Do not assign classes with =& to make PHP 7 happy
Update the Copyright notice for pfSense.
Trafficshaper, show interface names for disabled interfaces, dont just show a kinda 'empty' spot..
Merge pull request #3369 from phil-davis/breadcrumbs_detail
Merge pull request #3343 from phil-davis/retval1
Breadcrumb links
Fix a case where the ALTQ capability warning was showing incorrectly. Fixes #7102
Report problems applying changes
1) Strictly keep track of the accumulating $retval from calls to variousfunctions that apply changes.2) Use new function print_apply_result_box() to print a suitable messagein a suitable severity based on $retval
Be more forthcoming with errors about ALTQ interfaces in relevant areas of the GUI. In particular, note when there are no capable interfaces assigned. Implements #7032
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....
Merge pull request #2811 from NOYB/Firewall_/_Traffic_Shaper_-_Remove_Personalizations
Firewall / Traffic Shaper - Remove Personalizations
Remove "you" personalizations.
Remove one call to SetAvailableBandwidth() that I missed earlier.
Fixes the shaper setup on fresh installs.
Ticket #6042
Relocated tree directory to vendors/tree
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/button inconsistencies. 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.
Bring all calls of print_info_box to same standard
The call itself to print_info_box already echoes the content. There is no need of additionally using the short-open-echo tag on those calls to echo return value. The previous implementation shouldn't yell any visible issues as return is 'NULL' (undefined) which casts to an empty string when printing. But, just for the sake of conformity, this changes are advisable in my opinion.
Merge pull request #2637 from k-paulius/patch-6
Update breadcrumb to match tab name
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.
Synchronize page titles with tab titles. Rename some titles in order to be more consistent. Convert page title to title case.
Standardize print_apply_box usage
1) For the translators, it should be better to do it consistently. Thenthey only need to have 1 translation of "You must apply the changes inorder for them to take effect" and can translate each of the othercustom sentences individually....
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....
Firewall shaper print_info_box at correct severity
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
Improve error message when the user forget to "Apply"
Remove $closehead variable
Remove unused variable $closehead
move tree.css to main css files
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
Fixed #5540
Standardize firewall shaper breadcrumbs
The others for queues, limiter, wizards seem OK.
Tidy up "firewall_shaper*.php"
Tidy up coding styleAdd PROPERTY statement to LINK tagRemove self closing statement from ANCHOR tag
Tidy up traffice shaper
shaper.incRemove stray closing B tag
firewall_shaper.phpRemove self closing element, not required in HTML5
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 layer7 components. Ticket #5508
EOL whitespace and header consistency for www
First batch of copyright updates
Moved action-buttons in-line styling to pfSense.css
Merge pull request #1858 from phil-davis/bootstrap-f
bootstrap usr\local\www\f minor changes
bootstrap, use require_once for classes/Form.class.php
Merge branch 'master' into bootstrap
Move main pfSense content to src/