Breadcrumb links
(cherry picked from commit edcd75357f0e93b124159314d3306197d5312e6c)
Move copyright from ESF to Netgate
Review license / copyright on all files (final round)
Fix #6582 Allow import of ports
This change does:1) Allow bulk import of a port alias. That happens when the Importbutton is pressed from the Ports tab of the firewall_aliases screen.2) Allow bulk import of an IP alias, automatically determine if theimported data fits a host or network alias type. That happens when the...
Show "cannot delete alias" message as error
If I try to delete an alias that is in use, the "cannot delete alias" message was being displayed as the "success" color.(cherry picked from commit 04b571e836077c436d109d982be5a8e710ff8aab)
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 #2808 from NOYB/Firewall_/_Aliases_-_Remove_Personalizations
(cherry picked from commit e8ea99014a38450ae28d58a6daf0cc60a33ff1e0)
Fix alias import icon visibility, and change to a more relevant icon. Fixes #5963
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.
Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
Delete URL table file when deleting an alias. Ticket #5856
Per #4195Alias table is now sortable
firewall_aliases add print_apply_box code
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....
Internationalize firewall aliases and NAT
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
Add some more Bootsrap panels
"firewall_aliases.php" - add gettext to the H2 tag- remove debug code
"sevices_igmpproxy.php" "services_pppoe.php" "vpn_ipsec_keys.php" "status_gateways.php" "status_gateway_groups.php" "statis_services.php" "diag_arp.php"...
Update "firewall_aliases.php"
Add Bootstrap panels to "firewall_aliases.php"
Fixed #5636
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
Coe style firewall *
Alternative solution to PR 2117/#5527 preserving tab_array 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.
Fixed #5397
EOL whitespace and header consistency for www
Correction per Phil Davis
First batch of copyright updates
Convert system_certmanager.php to font awesome iconsAutomatically add confirmation dialog to all fa-trash icons
Moved action-buttons in-line styling to pfSense.css
replace and find for icon-embed-btn
AUtomatically add "info" icon where required
Revised button style on firewall_aliases.php as a model for all other table-based pages
convert firewall_aliases to font-awesome
Double-click to edit, click to select, multi-delete and drag to re-order now supported on: firewall-nat.php firewall-nat-out.php firewall_nat-1to1.php firewall_rules.php
Merge with latest bootstrap code
Encode the rule description before displaying back to the user in an error when attempting to delete an in-use alias.
bootstrap usr\local\www\f minor changes
Merge branch 'master' into bootstrap
Move main pfSense content to src/