summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_groups_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix interface groups link.jim-p2017-06-231-1/+1
|
* Refactor get_configured_interface_with_descr 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_groups*Steve Beaver2017-02-101-8/+2
|
* setHelp and getttext for i*.php filesPhil Davis2017-02-071-2/+2
|
* Merge pull request #3458 from phil-davis/ifname-nopkgRenato Botelho2017-02-011-4/+4
|\
| * Redmine #7173 Do not allow pkg_ for If, IfGroup, AliasPhil Davis2017-02-011-4/+4
| |
* | 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 :)
* Fix #7173 Interface Group Name cannot contain dashPhil Davis2017-01-311-2/+2
|
* Merge pull request #3430 from phil-davis/required-fields3Renato Botelho2017-01-241-1/+1
|\
| * Required fields in Interfaces pagesPhil Davis2017-01-231-1/+1
| |
* | Merge branch 'master' into patch-6Phil Davis2017-01-241-5/+7
|\ \
| * \ Merge pull request #3431 from phil-davis/if-ifg-alias-name-validationRenato Botelho2017-01-231-1/+1
| |\ \
| | * | Interface description must be unique including casePhil Davis2017-01-231-1/+1
| | |/
| * | Interface groups setHelp messagePhil Davis2017-01-231-2/+3
| | | | | | | | | Mention that it is not allowed to end in a digit.
| * | Fix #7151 Misleading setHelp for Interface Group NamePhil Davis2017-01-231-3/+4
| |/ | | | | Might as well use the same text as is given to the user in the error message already in this code.
* | Interface Group Name should be requiredPhil Davis2017-01-221-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)
* Breadcrumb linksPhil Davis2017-01-101-0/+1
|
* 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
|
* 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().
* 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
|
* 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