summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_wireless_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Revisions to GET/POST conversion limiting POSTs to save, apply, and delete ↵Steve Beaver2017-02-131-2/+2
| | | | functions - Interfaces
* GET/POST conversion interfaces_wireless*Steve Beaver2017-02-101-5/+2
|
* More required fields for Interface pagesPhil Davis2017-01-241-2/+2
|
* Breadcrumb linksPhil Davis2017-01-101-0/+1
|
* Remove direct calls to /sbin/ifconfig destroy by pfSense_interface_destroy()Renato Botelho2017-01-041-1/+1
|
* Start wireless clone count from 0Renato Botelho2016-11-231-1/+1
|
* Change wireless interface descriptionRenato Botelho2016-11-231-2/+1
|
* Fix typo. Ticket #6770jim-p2016-11-221-1/+1
|
* Ticket #6770: Create a function to list available wireless interfaces and ↵Renato Botelho2016-11-221-3/+4
| | | | include model description
* Ticket #6770: Detect wlan interfaces from sysctl net.wlan.devicesRenato Botelho2016-11-221-6/+4
|
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Tidy up filenamesColin Fleming2016-08-161-1/+1
| | | | Make sure the filenames represent the actual file
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-42/+40
|
* 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().
* Interfaces (assign) - Remove PersonalizationsNOYB2016-03-291-1/+1
| | | | Remove "you" personalizations.
* Fix population of the wireless parent list. Fixes #5992jim-p2016-03-141-2/+2
|
* Merge pull request #2527 from phil-davis/patch-5jim-p2016-01-251-1/+1
|\
| * Save selected wireless interfacePhil Davis2016-01-251-1/+1
| | | | | | | | This looks like a bug. I don't have a system with the necessary hardware running 2.3 right now to really test, but the code that processes the submit/apply looks for $_POST['if'] Please double-check on suitable hardware!
* | Internationalize interfaces UI codePhil Davis2016-01-251-2/+2
|/
* Fix another misplaced quoteNewEraCracker2016-01-211-1/+1
|
* Add gettext to select option names where requiredStephen Beaver2016-01-211-1/+1
|
* 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"...
* 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-6/+10
|
* Fix more privilege text/name/page inconsistenciesjim-p2015-11-251-2/+2
|
* 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.
* Copyright and license cleanupRenato Botelho2015-11-091-1/+1
| | | | | | - 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-1/+0
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* Completed #5359Stephen Beaver2015-10-301-25/+51
|
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-79/+81
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+230
OpenPOWER on IntegriCloud