summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_groups_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix interface groups linkjim-p2017-06-231-1/+1
|
* Breadcrumb linksPhil Davis2017-02-111-0/+1
| | | | (cherry picked from commit edcd75357f0e93b124159314d3306197d5312e6c)
* Redmine #7173 Do not allow pkg_ for If, IfGroup, AliasPhil Davis2017-02-011-4/+4
| | | | (cherry picked from commit c9d93b62b0cc559d1ed4326212b6385cae2eb398)
* Fix #7183 Do not allow Interface Groups with the same namePhil Davis2017-02-011-5/+3
| | | | | I should stop trying bad stuff, there seem to be so many holes to find in the validation :) (cherry picked from commit 89ac71d38a4c49e1537e4afe2b34b2457d9817a7)
* Fix #7173 Interface Group Name cannot contain dashRenato Botelho2017-01-311-2/+2
|
* Required fields in Interfaces pagesPhil Davis2017-01-301-1/+1
| | | | (cherry picked from commit 1095b20410963e748fe13268e6fa8f35ccce2319)
* Interface Group Name should be requiredPhil Davis2017-01-241-30/+37
| | | | | | Do not allow it to be blank. Do not bother with all the other checks on the group name if it is blank. (At the moment I can enter an Interface Group with blank name) (cherry picked from commit 3effec3b515a97e3b5820ba8687645868b807463)
* Interface description must be unique including casePhil Davis2017-01-231-1/+1
| | | | (cherry picked from commit 3692adec74d438eedb41a7be8eae9cd58f6fe5c1)
* Do not allow a group name to start with 'pkg-', reserve it for packages use ↵Renato Botelho2016-12-121-0/+8
| | | | (e.g. tinc)
* Update interface group name validation rules to match ifconfigRenato Botelho2016-12-121-3/+11
|
* Fix #6976: Make sure interface description, interface name and alias don't ↵Renato Botelho2016-12-121-0/+9
| | | | have the same name
* Ticket #6976: Check disabled interfacesRenato Botelho2016-12-121-1/+1
|
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* 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().
* Remove tab_array from interfaces_groups_edit.php to be consistent with other ↵Renato Botelho2016-06-171-13/+0
| | | | *_edit files
* Miscellaneous Textual CorrectionsNOYB2016-05-011-2/+2
| | | | (cherry picked from commit bb80af580c5a4408e42c76c39c67d173540897db)
* Interfaces (assign) - Remove PersonalizationsNOYB2016-03-291-2/+2
| | | | Remove "you" personalizations.
* 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.
* Synchronize page title with tab title. Renamed GRE to GREs, GIF to GIFs and ↵k-paulius2016-02-121-1/+1
| | | | LAGG to LAGGs to match VLANs, QinQs, etc.
* UI ConsistencyPhil Davis2016-01-141-1/+1
| | | | | | | | | 1) Put the heading "Actions" at the top of all the "Actions" columns - it was on some and not others. 2) Some more consistent capitalization of panel titles etc. 3) Most interfaces section edit pages had a section titled like "GIF Configuration", "GRE Configuration". Make them all consistent, e.g. "QinQ Configuration" rather than "Interface QinQ Edit"...
* Correct PHP error. (Wrong variable name)Stephen Beaver2016-01-111-1/+2
|
* Fixed #5760Stephen Beaver2016-01-111-21/+2
|
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-4/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Code style g-iPhil Davis2015-12-151-4/+4
|
* Say goodbye to fend.incStephen Beaver2015-12-021-1/+1
|
* 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-1/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Fixed group member creationStephen Beaver2015-11-121-1/+12
| | | | Nixed "I/F in button labels (by popular demand)
* Copyright and license cleanupRenato Botelho2015-11-091-2/+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/+52
|
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-192/+71
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+378
OpenPOWER on IntegriCloud