Auto-size the interface box on the bridge edit page.
Fix typo in class in bridge edit
Fixing this makes nice little pencil icons appear in front of the textentry fields.
Fix lineup of copyright lines
and module names and other bits of formatting and typos in headercomment sections.
Welcome 2015
Change copyright statement to reflect reality
Remove almost all calls to history.back() and make Cancel button back to HTTP_REFERER, there are a couple of places I didn't touch on this commit because it requires more work
Be more precise to match members of a bridge interface, it should fix #3637
replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these files to UTF-8
Improve checks for params 'id', 'dup' and other similar ones to make sure they are numeric integer, also, pass them through htmlspecialchars() before print
Remove call-time pass by reference for do_input_validation, helps ticket #2565
fix text - s/occured/occurred/
Remove the - in the word 'number'
Tidy up "interfaces_bridge_edit.php" XHTML
Add CDATA section to SCRIPT tagsUpdate HTML Boolean operatorsClose INPUT and BR tagsAdd missing closing P tagsAdd missing closing TD tagAdd missing closing SPAN tagRemove duplicate closing TD tags
Remove return value of interface_bridge_configure
Fix holdcount/holdcnt parameter confusion
Put some more sanity checking for various interface configurations
Fix indent and remove extra whitespaces between tabs and at EOL
Activate new shortcuts/status in the rest of the areas that are currently setup.
correctly read/write the priority/path cost settings to the main XML configuration file.
code from mike bold.
https://redmine.pfsense.org/issues/2261
Fix page title text. Replace "Firewall" with "Interfaces" in title.
Black list gre interfaces from bridge member list since they cannot be part of a bridge.
Fix XSS issues
Bring in XSS id fixes from m0n0wall
gettext() fixes on interfaces_bridge_edit.php
Fix gettext on interfaces_bridge_edit.php
Checked gettext() implementation interfaces_bridge_edit.php
correction in interfaces_bridge_edit.php
implements gettext in interfaces_bridge_edit.php
Fix some errors in spelling, punctuation, grammar, etc.
Fix enable STP checkbox as detailed in http://forum.pfsense.org/index.php/topic,24230.0.html
Description is not required
Apparently gif(4) can be part of a bridge do not disallow this.
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Prevent gif(4) interfaces from being used in bridges.
Add missing priviledge checks to the bridge pages.
clean up text
Cosmetic changes to show the descritive names on member interfaces on bridges page and clarify a note.
Some more fixes and explanations.
Correct my copyright and fix span interface handling.
Rename interfaces_wan_configure to interface_configure now that it is used for all assigned interface configuration.
Try to reconfigure interfaces if assigned when edited. For gif and gre this does not make sense.
Oops forgotten curly.
Fix error checking for wireless interfaces being part of a bridge which is allowed only in hostap mode.
Dress page up with a CSS header like other pages use.
Rename the bridge knob to bridged so that the upgrade code works correctly and we play by the rules of the parser.
Implement Bridge interfaces with full options available.Much improvement over how we do brigding currently.
Remaining is lagg(4) from the list on clone interfaces as far as i am concerned.