summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_bridge_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* 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