Added missing gettext()
And zapped some
interfaces_bridge.php Conversion complete
Ready for review
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
Fix getext to gettext typo
Don't refuse to delete a bridge in the GUI just because its bridge interface doesn't exist, just log that it doesn't exist and don't attempt to ifconfig destroy it, delete it from config
replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these files to UTF-8
Tidy up "interfaces_bridge.php" XHTML
Close BR and IMG tagsDeprecate ampersand in ANCHOR tag
Put some more sanity checking for various interface configurations
Validate bridge interface before delete it
Update PHP shorthand tag
Standardise all PHP start tags from "" to "
Activate new shortcuts/status in the rest of the areas that are currently setup.
gettext() fixes on interfaces_bridge.php
Fix gettext on interfaces_bridge.php
Fix gettext implementation on interfaces_bridge.php
Checked gettext() implementation on interfaces_bridge.php
Fix many things related to PPP connections.
Fixed tab array numbering in interfaces_* files. Enabled multilink over PPtP connections.Fixed handling of bandwidth, mtu, mru settings. Removed unnecessary curly brackets fromsingle line if conditionals, and more . . .
Use "PPPs" as the new Tab name in Interfaces -> Assign. Rename files and update affected files.
Also, add upgrade_config function 062_to_063.
Fix other interfaces_* pages and keep working with mlppp.
Add new menu name to other interfaces_* pages.
Merge branch 'master' of http://gitweb.pfsense.org/pfsense/efonne-wireless_clones
Approved-By: sullrich/cmb
fix text
Merge commit 'mainline/master'
Ticket #367. On double click go to the repective edit page.
Ticket #366. Fix scope problem in inuse functions on some of the interfaces.php pages.
Revert "Fix the check for whether the bridge is assigned."
This reverts commit 3a669df20b0795b2e487fc033f86eacea7e6fdf4.
Fix the check for whether the bridge is assigned.
Add wireless tab to Interfaces: (assign) now that the configuration page is functional.
show proper commas
fixup text
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Add missing priviledge checks to the bridge pages.
Bring in support for QinQ. At this time it is limited to only 2 levels.
Cosmetic changes to show the descritive names on member interfaces on bridges page and clarify a note.
Fixup my name.
Do not hard code white
Remove debugging craft.
Rename the bridge knob to bridged so that the upgrade code works correctly and we play by the rules of the parser.
Link lagg to GUI
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.