summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_lagg_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Refactor get_configured_interface_list remove unused parameterPhil Davis2017-04-161-1/+1
|
* Revisions to GET/POST conversion limiting POSTs to save, apply, and delete ↵Steve Beaver2017-02-131-1/+1
| | | | functions - Interfaces
* GET/POST conversion interfaces_lagg*Steve Beaver2017-02-101-8/+2
|
* More required fields for Interface pagesPhil Davis2017-01-241-1/+1
|
* Required fields in Interfaces pagesPhil Davis2017-01-231-1/+1
|
* Breadcrumb linksPhil Davis2017-01-101-0/+1
|
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-41/+39
|
* Always use require_oncePhil Davis2016-06-271-1/+1
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* Miscellaneous Textual CorrectionsNOYB2016-05-011-4/+4
|
* Avoid implode error if no interfaces are selected.Chris Buechler2016-04-151-1/+4
|
* Fixed #6163Stephen Beaver2016-04-151-0/+7
|
* Reconfigure any VLANs with a lagg parent after recreating the lagg. Ticket #6014Chris Buechler2016-03-191-0/+13
|
* 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-31/+31
|
* Use sprintf to add vaiable to gettext() callRenato Botelho2016-01-111-1/+1
|
* Remove a debug leftoverRenato Botelho2016-01-111-1/+0
|
* Added support for <collapse> tags in listtopic fields. e.g.:Stephen Beaver2016-01-111-0/+1
| | | | | <collapse>closed</collapse> // Creates a panel that is collapsible and iniatially closed <collapse>open</collapse> // Creates a panel that is collapsible and iniatially open
* Fix error reported in https://forum.pfsense.org/index.php?topic=105078.0Renato Botelho2016-01-111-1/+1
| | | | Fix select name, [] is always added when multiple is set to true
* Look for interface name on array instead of partial string matchRenato Botelho2016-01-111-1/+1
|
* Add a space between interface name and mac addressRenato Botelho2016-01-111-1/+1
|
* Fix spacesRenato Botelho2016-01-111-2/+1
|
* Show which is the invalid member on error messageRenato Botelho2016-01-111-1/+1
|
* LAGG edit fixesPhil Davis2015-12-231-1/+6
| | | | | | | 1) $_POST['members'] is an array, but $pconfig['members'] should be a comma-separated list. So the general copy "$pconfig = $_POST;" needs to be followed by setting up 'members' in particular. 2) $members_array is never used - so throw it away. 3) Add code so that input errors are actually displayed to the user. Forum thread: https://forum.pfsense.org/index.php?topic=104352.0
* 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-5/+9
|
* 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.
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-1/+0
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* Completed #5359Stephen Beaver2015-10-301-25/+50
|
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-137/+121
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+278
OpenPOWER on IntegriCloud