Fixed #8837
PHP7 - Resolve illegal offset error
Update the Copyright notice for pfSense.
Add reason to write_config() call
Revisions to GET/POST conversion limiting POSTs to save, apply, and delete functions - Firewall
GET/POST conversion firewall_aliases*
setHelp and gettext changes for firewall* pages
Merge pull request #3369 from phil-davis/breadcrumbs_detail
Breadcrumb links
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
Move copyright from ESF to Netgate
Move to Apache License 2.0
Review license / copyright on all files (final round)
Merge pull request #3046 from phil-davis/portimport
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.
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....
Firewall / Aliases - Remove Personalizations
Remove "you" personalizations.
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/