summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces.php
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up Boolean operators for HTML5Colin Fleming2015-11-291-1/+1
| | | | | Remove the XHTML standard Boolean operators (makes reading HTML much simpler).
* 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.
* Hide dhcp when staticv4 selectedPhil Davis2015-11-241-1/+1
| | | | A classic 1-char fix! Forum: https://forum.pfsense.org/index.php?topic=102940.0
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-3/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Fixed not saving spoofed MACStephen Beaver2015-11-171-2/+2
|
* Fixed #5123Stephen Beaver2015-11-161-10/+0
|
* Fixed #5123Stephen Beaver2015-11-161-150/+7
|
* Various changes in pursuit of tracking down slow page load. As yet not ↵Stephen Beaver2015-11-111-84/+90
| | | | effective :(
* Copyright and license cleanupRenato Botelho2015-11-091-2/+2
| | | | | | - 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
|
* Correction per Phil DavisStephen Beaver2015-11-061-1/+1
|
* First batch of copyright updatesStephen Beaver2015-11-051-2/+3
|
* Fixed incorrect labelStephen Beaver2015-10-071-1/+1
| | | | https://github.com/phil-davis/pfsense/commit/d14064550e96b109544507e70780e3f1e6eeed04
* Fixed #5269Stephen Beaver2015-10-061-3/+16
|
* Fixed #5268Stephen Beaver2015-10-061-1/+3
|
* Fixed #5266Stephen Beaver2015-10-061-6/+6
|
* Addresses #5159 by removing hide/show/disable/enable functions to included fileStephen Beaver2015-10-011-32/+0
|
* Ticket #5204 a clean up pass of the jquery sectionsJared Dillard2015-09-241-2/+4
|
* Fixed #5165Stephen Beaver2015-09-221-0/+4
|
* Merge pull request #1929 from phil-davis/patch-4Renato Botelho2015-09-221-1/+1
|\
| * Fix pptp_remote0 var namePhil Davis2015-09-221-1/+1
| | | | | | | | I missed one of these in all the manual integration. Commit https://github.com/pfsense/pfsense/commit/66fd7b47679187ddcfaf5852a55b2af15394f341 had this error.
* | Don't allow configuring IPv6 link local addresses on an interface. Ticket #4062Chris Buechler2015-09-211-0/+3
|/
* Redmine #4568 Preserve MLPPP settings when saving interface settingsPhil Davis2015-09-211-16/+32
| | | | This is a resubmit of https://github.com/pfsense/pfsense/pull/1900 after integrating to the current master.
* Fix description for 6rd prefix fieldChris Buechler2015-09-211-2/+2
|
* Fix 6rd input validation. Ticket #4935Chris Buechler2015-09-211-1/+1
|
* fixed #5121Stephen Beaver2015-09-211-28/+30
|
* Fixed #5176Stephen Beaver2015-09-211-9/+9
|
* Fixed #5121Stephen Beaver2015-09-211-1/+2
| | | | Antenna section removed per JimT
* 6rd gateway is required, and must be an IPv4 IP, where 6rd is enabled. ↵Chris Buechler2015-09-191-0/+3
| | | | Ticket #4935
* Fixed #5164Stephen Beaver2015-09-181-1/+1
|
* Fixed #5147Stephen Beaver2015-09-171-19/+72
| | | | This work was reverted then re-applied without the (accidental) tab/space screw-up
* Revert "Fixed #5148"Stephen Beaver2015-09-171-2987/+2934
| | | | | Accidentally broke spaces/tabs This reverts commit 910b77ad1682740e481df29fc2d9c528a13c2da4.
* Fixed #5148Stephen Beaver2015-09-161-2934/+2987
|
* Merge pull request #1899 from phil-davis/patch-2Renato Botelho2015-09-161-2/+2
|\
| * pptp_local and pptp_remote are arraysPhil Davis2015-09-161-2/+2
| | | | | | | | | | | | I believe these should reference the [0] array element of pptp_local and pptp_remote. The code in interfaces.php only presents the [0] (first) array element to the user for editing. The current code also does not preserve any additional pptp_local, pptp_subnet or pptp_remote entries in the coma-separated list in the config. That is redmine bug #4568. I am currently integrating the fix for Redmine #4568 Preserve MLPPP settings when saving interface settings. The fix for that bug will add more code to preserve additional pptp_local, pptp_subnet or pptp_remote entries. For now it would be good to have this little fix to the existing code - then the fix for redmine bug #4568 will sit nicely on top of it.
* | Fixed #5147Stephen Beaver2015-09-161-0/+31
|/ | | | JS added to provide DHCP preset functionality
* fix textChris Buechler2015-09-151-1/+1
|
* Fixed #5123Stephen Beaver2015-09-111-98/+134
| | | | WEP removed by the use of 'define("ALLOWWEP", false);' - Just in case
* Fixed 5124 and #5125 (Default values)Stephen Beaver2015-09-111-2/+2
|
* Fixed #5121 Antennas now default to 'Default'Stephen Beaver2015-09-111-3/+3
|
* Corrected wpa_enable element nameStephen Beaver2015-09-111-3/+3
|
* Fixed Modal class issuesStephen Beaver2015-09-091-239/+147
| | | | | FInished interfaces.php (probably) Fixed notices error in head.inc
* Fix typoStephen Beaver2015-09-081-1/+1
|
* PPP country/provider/plan system compltedStephen Beaver2015-09-081-152/+133
|
* IPv4 "add new gateway" functionality provided via modal pop-upStephen Beaver2015-09-081-100/+98
| | | | Basic hide/show for form setction implemented
* Fixed modal.class.php so that modal forms now workStephen Beaver2015-09-081-55/+69
| | | | interface.php changes still WIP
* Basic functionality based on types completed and testedStephen Beaver2015-09-081-28/+49
|
* Numerous detail edits from Phil DavisStephen Beaver2015-09-041-17/+17
| | | | Thank you!
* All HTML completed. Work in progress. NOT ready for testingStephen Beaver2015-09-031-648/+545
|
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
OpenPOWER on IntegriCloud