Revert copyright symbols
Add registered trdemark symbol where appropriate
Retire VXLAN support
VXLAN support is not enterprise ready and after internal discussion wedecided we are not able to support it. We are committed to releasefeatures only when they are ready.
Update the Copyright year.
A subsequent commit will deal with .po's.
Add product_label global variable
Introduce product_label global variable, by default with same value ofproduct_name. The idea is to make it easier for rebranded products tochange the name on all visual texts while internal structures arepreserved.
While here, remove deprecated $g['platform'] and also replace places...
Fix #204: Add messages to all write_config() calls
VXLAN configuration WebGUI. Feature #6240
This is 2020. Issue #9245
Fix copyright message years to reflect BSDP -> ESF -> Netgate
Update copyright notices to 2019. Happy New Year
Initialize QinQ arrays before use. Fixes #9109
PHP7 - Resolve illegal string offset warning
Update the Copyright notice for pfSense.
Fix the QinQ support.
Bring the QinQ support to the VLAN dotted format.
To avoid breaks third party software (such as dhcpd), we silently ignore the interfaces with names bigger than the maximum size in FreeBSD.
Ticket #7942
Refactor get_configured_interface_list remove unused parameter
Revisions to GET/POST conversion limiting POSTs to save, apply, and delete functions - Interfaces
GET/POST conversion interfaces_qinq*
setHelp and getttext for i*.php files
Remove direct calls to /sbin/ifconfig destroy by pfSense_interface_destroy()
Move copyright from ESF to Netgate
Move to Apache License 2.0
Review license / copyright on all files (final round)
webgui tables, doubleclick event to perform 'edit' action, part 2
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....
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.
Synchronize page title with tab title. Renamed GRE to GREs, GIF to GIFs and LAGG to LAGGs to match VLANs, QinQs, etc.
Merge pull request #2431 from phil-davis/h1
UI Consistency
1) Put the heading "Actions" at the top of all the "Actions" columns -it was on some and not others.2) Some more consistent capitalization of panel titles etc.3) Most interfaces section edit pages had a section titled like "GIFConfiguration", "GRE Configuration". Make them all consistent, e.g....
Interfaces QinQ fix closing table header tag
Fixed #5566
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
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 g-i
Calling all of these "Page" in the privilege name is redundant since they are all pages and the "WebCfg" prefix implies they are pages.
EOL whitespace and header consistency for www
Delete confirmation vi fa-trash automated via pfSense.js
Moved action-buttons in-line styling to pfSense.css
replace and find for icon-embed-btn
Buttons update to new design:wq
Update interfaces_qinq.php
convert interfaces_qinq to fa
Completed #5359
Merge branch 'master' into bootstrap
Move main pfSense content to src/