Tidy up "system_gateway_groups.php" XHTML
Change P tag to BR tagAdd missing closing TD tagsChange TR row to a hidden row
Merge branch 'master-br' of https://github.com/ayvis/pfsense into ayvis-master-br
standardize on https://www.pfsense.org
xhtml Compliancereplaced <br>, <br/> and </br> with <br />
Close INPUT and IMG tags and add alt to IMG tagsMove TFOOT between THEAD and TBODY, this is a "quirck" of HTMLMove NOWRAP to classDeprecate ampersand in ANCHOR tagsAdd dummy row to TBODY otherwise it will generate and error if there are...
Resync OpenVPN instances that use any changed gateway groups
Activate new shortcuts/status in the rest of the areas that are currently setup.
Detour through check_reload_status and only when the settings get applied not when the gateway has been changed.
Add a note to the Gateway Groups page reminding users that they must be used in firewall rules, and don't work just by defining the groups. Also, add thead/tbody/tfoot.
Whitespace fixes.
Correct my email address, adjust copyright to 2010
Add status links to gateway/route pages.
Move the settings of down/latency/loss to per gateway. This allows more fine grained control on gateways.
Merge remote branch 'mainline/master'
Conflicts: usr/local/www/system_gateway_groups.php usr/local/www/system_gateway_groups_edit.php usr/local/www/system_gateways_edit.php
Unset the gateway from the rules before removing it from the array.
Add gateways validation code before deleteing. This prevents footshooting especially with Gateway Groups.
Fix gettext issues
Reload gateway groups when changing them.
Reviewing gettext()
Implementing gettext()
Require filter.inc and shaper.inc
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Show interfaces in uppercase
Do not hard code white
Rewrite the pfsense privilege system with the following goals in mind ...
1) Redefine page privileges to not use static urls2) Accurate generation of privilege definitions from source3) Merging the user and group privileges into a single set4) Allow any privilege to be added to users or groups w/ inheritance...
Add gateway groups edit page.
Add gateway groups overview page