summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_bridge_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Miscellaneous Textual CorrectionsNOYB2016-05-011-1/+1
| | | | (cherry picked from commit bb80af580c5a4408e42c76c39c67d173540897db)
* Interfaces (assign) - Remove PersonalizationsNOYB2016-03-291-1/+1
| | | | Remove "you" personalizations.
* Reengineer Form_Button setAttributePhil Davis2016-03-201-3/+1
| | | | | | As per what was done for https://github.com/pfsense/pfsense/pull/2765 - do it to the rest of them. Seems to work OK.
* Redmine #5994 interfaces_bridge_edit standardize advanced buttonPhil Davis2016-03-161-24/+76
|
* Tidy up "interfaces_bridge_edit"Colin Fleming2016-03-121-1/+1
| | | | Change type of input to number
* Expand advanced where advanced options are configured. Ticket #5900Chris Buechler2016-02-171-3/+13
|
* Exclude assigned bridge interfaces from selection as part of bridge config. ↵Chris Buechler2016-02-161-4/+10
| | | | Ticket #5900
* Fix interfaces_bridge_edit.php fields. Ticket #5900Chris Buechler2016-02-161-3/+3
|
* Correct default if_bridge settings.Chris Buechler2016-02-161-2/+2
|
* Add support for multiple span ports on bridge.Luiz Otavio O Souza2016-02-141-58/+90
| | | | | | | | While here, fix and improve the error detection for the selected ports. Inspired by pull request #2613 from heper/patch-1 Ticket #5871
* Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-131-1/+1
| | | | more consistent. Convert page title to title case.
* Internationalize interfaces UI codePhil Davis2016-01-251-3/+3
|
* Add gettext to select option names where requiredStephen Beaver2016-01-211-1/+1
|
* Correct PHP error. (Wrong variable name)Stephen Beaver2016-01-111-1/+1
|
* Look for element inside array instead of string matchRenato Botelho2016-01-111-1/+1
|
* Remove unused global varRenato Botelho2016-01-111-1/+1
|
* Fix spacesRenato Botelho2016-01-111-2/+1
|
* Fixed #5760Stephen Beaver2016-01-111-6/+6
|
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-3/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Code style g-iPhil Davis2015-12-151-11/+18
|
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Do not allow the same interface be part of two different bridges.Luiz Otavio O Souza2015-11-221-1/+11
| | | | | | This is already forbidden in OS, so just add a warning to prevent this kind of misconfiguration. Issue: #4595
* Preserve bridge name while editing bridge settings, otherwise a new bridge ↵Luiz Otavio O Souza2015-11-221-0/+16
| | | | is created every time you edit a bridge.
* Copyright and license cleanupRenato Botelho2015-11-091-1/+0
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-26/+51
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* interfaces_bridge_edit.php - input validation improvements, style fixesChris Buechler2015-09-211-14/+15
|
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-435/+288
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+708
OpenPOWER on IntegriCloud