summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_bridge_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Cancel button after input errorPhil Davis2015-07-131-1/+6
| | | | | | | | | | | If there is an input error then the edit page is redrawn showing the input errors. The HTTP_REFERER becomes the current page, rather than the true original referer. Then if you click Cancel the current page is just redrawn. This change makes the code remember the original referer, so if the user enters some invalid data, presses Save, reads the input error messages then presses Cancel they are taken back out to the original page - the same as if Cancel was used before Save.
* Code spacingPhil Davis2015-06-151-6/+8
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style interfaces miscellaneous filesPhil Davis2015-05-131-391/+476
|
* Allow single interface bridges. Useful with span port option, and when ↵Chris Buechler2015-04-081-2/+2
| | | | shuffling configuration around.
* Auto-size the interface box on the bridge edit page.Chris Buechler2015-03-131-1/+2
|
* Fix typo in class in bridge editPhil Davis2015-02-111-9/+9
| | | | | Fixing this makes nice little pencil icons appear in front of the text entry fields.
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Remove almost all calls to history.back() and make Cancel button back to ↵Renato Botelho2014-09-121-1/+4
| | | | 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 #3637Renato Botelho2014-06-101-1/+3
|
* replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these ↵ayvis2014-03-181-24/+24
| | | | files to UTF-8
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-2/+3
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* fix text - s/occured/occurred/Chris Buechler2013-08-011-1/+1
|
* Remove the - in the word 'number'Warren Baker2013-04-251-2/+2
|
* Tidy up "interfaces_bridge_edit.php" XHTMLColin Fleming2013-04-161-66/+70
| | | | | | | | | | Add CDATA section to SCRIPT tags Update HTML Boolean operators Close INPUT and BR tags Add missing closing P tags Add missing closing TD tag Add missing closing SPAN tag Remove duplicate closing TD tags
* Remove return value of interface_bridge_configurebcyrill2013-01-261-1/+1
|
* Fix holdcount/holdcnt parameter confusionbcyrill2013-01-261-2/+2
|
* Put some more sanity checking for various interface configurationsErmal2013-01-241-0/+2
|
* Fix indent and remove extra whitespaces between tabs and at EOLRenato Botelho2013-01-221-52/+51
|
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-0/+1
|
* correctly read/write the priority/path cost settings to the main XML ↵Darren Embry2012-03-221-17/+26
| | | | | | | | configuration file. code from mike bold. https://redmine.pfsense.org/issues/2261
* Fix page title text. Replace "Firewall" with "Interfaces" in title.gnhb2011-03-021-1/+1
|
* Black list gre interfaces from bridge member list since they cannot be part ↵Ermal2010-12-211-0/+4
| | | | of a bridge.
* Fix XSS issuesScott Ullrich2010-11-121-9/+9
|
* Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-1/+1
|
* gettext() fixes on interfaces_bridge_edit.phpCarlos Eduardo Ramos2010-08-121-1/+1
|
* Fix gettext on interfaces_bridge_edit.phpVinicius Coque2010-08-121-3/+3
|
* Checked gettext() implementation interfaces_bridge_edit.phpCarlos Eduardo Ramos2010-07-091-6/+6
|
* correction in interfaces_bridge_edit.phpNeriberto C.Prado2010-07-011-32/+32
|
* correction in interfaces_bridge_edit.phpNeriberto C.Prado2010-07-011-47/+47
|
* implements gettext in interfaces_bridge_edit.phpNeriberto C.Prado2010-07-011-85/+85
|
* Fix some errors in spelling, punctuation, grammar, etc.Larry Gilbert2010-06-121-14/+14
|
* Fix enable STP checkbox as detailed in ↵gnhb2010-04-111-2/+2
| | | | http://forum.pfsense.org/index.php/topic,24230.0.html
* Description is not requiredChris Buechler2010-02-201-1/+1
|
* Apparently gif(4) can be part of a bridge do not disallow this.Ermal Luçi2010-02-091-2/+0
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+3
| | | | include 2009 on files that I have asserted (C) on
* Prevent gif(4) interfaces from being used in bridges.Ermal Luçi2009-08-141-0/+2
|
* Add missing priviledge checks to the bridge pages.Ermal Luçi2009-07-151-0/+7
|
* clean up textChris Buechler2009-04-071-18/+13
|
* Cosmetic changes to show the descritive names on member interfaces on ↵Ermal Luçi2008-11-071-1/+1
| | | | bridges page and clarify a note.
* Some more fixes and explanations.Ermal Luçi2008-11-061-2/+7
|
* Correct my copyright and fix span interface handling.Ermal Luçi2008-11-061-4/+10
|
* Rename interfaces_wan_configure to interface_configure now that it is used ↵Ermal Luçi2008-09-091-1/+1
| | | | for all assigned interface configuration.
* Try to reconfigure interfaces if assigned when edited. For gif and gre this ↵Ermal Luçi2008-09-071-0/+5
| | | | does not make sense.
* Oops forgotten curly.Ermal Luçi2008-09-031-1/+1
|
* Fix error checking for wireless interfaces being part of a bridge which is ↵Ermal Luçi2008-08-311-0/+11
| | | | allowed only in hostap mode.
* Dress page up with a CSS header like other pages use.Scott Ullrich2008-08-301-0/+3
|
* Rename the bridge knob to bridged so that the upgrade code works correctly ↵Ermal Luçi2008-08-051-3/+3
| | | | and we play by the rules of the parser.
OpenPOWER on IntegriCloud