Display delete(x) buttons.
Actually display a the right class for static gateways. Also fix whitespace
Ticket #876. Actually use the friendly name for the key of the array returned by return_gateways_array() so the dynamic gateway and status pages work correctly.
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
Remove debugging leftover.
Add gateways validation code before deleteing. This prevents footshooting especially with Gateway Groups.
Fix gettext issues
Fixing gettext() call
Implement gettext()
Remove the gateway even from the interface if it is used by it. Resolves #304.
Ticket #303. Fix very many bugs in this code. From strings that were not quoted propperly to completely broken code paths.
Do not automatically save the monitor if it is not explicitly filled in. Leave the monitor field empty when it isnot filled in. Show a configured monitor address on the system_gateways.php page.
Correct CSS class name for the normal view of the gateway description
Disable the delete icon for system gatewaysSet the background for the description to grey if this is a automatically added gateway. Normal ones stay red.
Resolves #175. Return description even for disabled interfaces. Teach the return_gateways_array() to return status for disabled interfaces if the caller requests it.
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
More tree unbreaking. Damn, I thought I tested this.Maybe I really can't type as well as I think I can.
Fix deletion of gateways from the systems gateways page.
Use the correct interface function.
Revert "Unbreak System Gateways page. I'll just add back the changes from the old CVS repo afterwards."
This reverts commit e31534731ec7de3d2599cf669e065b1ec52281a0.
Unbreak System Gateways page. I'll just add back the changes from the old CVS repo afterwards.
Show interface in uppercase
Make sure to delete the proper entry.
Show automatically added gateways as being configurable.
Do not hard code white
Correctly show interface column even on disabled interface cases.
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...
Trigger setup_gateways_monitor() when applying routing or gateway settings.
Continue interface improvements
Add menu item and tabs for page to come
Make page look consistent with others.
Switch over to array style page titles. Obtained-from: m0n0wall
Add prelimenary Routing page.Allow multiple gateways on one (static) interface